/*! # Leaven
Theme Name: RUF 2020
Theme URI: https://robincornett.com/
Description: RUF 2020 is a child theme for the Genesis Framework.
Version: 1.0.0
Author: Robin Cornett
Author URI: https://robincornett.com/
Template: genesis
Template Version: 3.3
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*! # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Colors
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Forms
	- Tables
	- Gallery
	- Alignment
- Structure and Layout
	- Site Containers
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
- Site Header
	- Title Area
	- Full Width Header
- Navigation
	- Genesis
	- Buttons
	- No JS
	- Primary Navigation
	- Secondary Navigation
- Sticky Header/Nav
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Front Page
	- Comments
	- Landing Page
- Screen Readers
- Sidebars
	- Hello Bar
	- Featured Image Overlay
	- Widgets
	- Featured Content
	- Footer Widgets
- Block Areas
- Site Footer
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- Simple Social Icons
	- SuperSide Me
	- Twitter
	- Display Featured Image for Genesis
	- Gravity Forms
	- Leaven Proofing
- Media Queries
	- Min-Width: 480px
	- Min-Width: 768px
	- Min-Width: 992px
	- Min-Width: 1200px
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
            text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* ## Box Sizing
--------------------------------------------- */

*, input[type="search"] {
    box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before, .clearfix:before, .entry:before, .entry-content:before,
.footer-widgets:before, .nav-primary:before, .nav-secondary:before,
.pagination:before, .site-container:before, .site-footer:before,
.site-header:before, .site-inner:before, .wrap:before {
    content: " ";
    display: table;
}

.author-box:after, .clearfix:after, .entry:after, .entry-content:after,
.footer-widgets:after, .nav-primary:after, .nav-secondary:after,
.pagination:after, .site-container:after, .site-footer:after, .site-header:after,
.site-inner:after, .wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/* # Colors
---------------------------------------------------------------------------------------------------- */

:root {
    --ruf-color-primary: #082a30;
    --ruf-color-secondary: #ffbe4b;
}

.has-theme-text-fill-color {
    fill: #54565a;
}

.has-theme-light-gray-fill-color {
    fill: #f1f3f4;
}

.has-white-fill-color {
    fill: #fff;
}

.has-ruf-3262-fill-color {
    fill: #00bbb4;
}

.has-ruf-317-fill-color {
    fill: #b1e3e3;
}

.has-ruf-361-fill-color {
    fill: #43ad36;
}

.has-ruf-365-fill-color {
    fill: #c2df8d;
}

.has-ruf-172-fill-color {
    fill: #fe4927;
}

.has-ruf-136-fill-color {
    fill: #ffbe4b;
}

.has-ruf-395-fill-color {
    fill: #ebe739;
}

.has-ruf-600-fill-color {
    fill: #f1eaa0;
}

.has-ruf-11-fill-color {
    fill: #54565a;
}

.has-ruf-1-fill-color {
    fill: #dad9d7;
}

.has-ruf-546-fill-color {
    fill: #082a30;
}

.has-ruf-551-fill-color {
    fill: #a4c6d3;
}

.has-ruf-438-fill-color {
    fill: #574546;
}

.has-ruf-7534-fill-color {
    fill: #d2ccbf;
}

.has-theme-primary-fill-color {
    fill: var(--ruf-color-primary);
}

.has-theme-primary-alt-fill-color {
    fill: var(--ruf-color-primary-alt);
}

.has-theme-secondary-fill-color {
    fill: var(--ruf-color-secondary);
}

.has-theme-secondary-alt-fill-color {
    fill: var(--ruf-color-secondary-alt);
}

.has-theme-light-blue-fill-color {
    fill: #eff9f9;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
    background-color: #fff;
    color: #54565a;
    font-family: "Verlag A",
                 "Verlag B",
                 -apple-system,
                 BlinkMacSystemFont,
                 "Segoe UI",
                 Roboto,
                 Oxygen-Sans,
                 Ubuntu,
                 Cantarell,
                 "Helvetica Neue",
                 sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
    margin: 0;
    word-wrap: break-word;
    overflow-x: hidden;
}

.mce-content-body {
    margin: 12px;
    background: #fff;
}

a, button, input:focus, input[type="button"], input[type="reset"],
input[type="submit"], textarea:focus, .button, .gallery img {
    transition: all .1s ease-in-out;
}

::-moz-selection {
    background-color: #b1e3e3;
}

::selection {
    background-color: #b1e3e3;
}

a {
    color: var(--ruf-color-primary);
    text-decoration: none;
}

a:active, a:focus, a:hover {
    color: #54565a;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

b, strong {
    font-weight: 700;
}

pre {
    white-space: pre-wrap;
}

code {
    color: #54565a;
    background-color: #f1f3f4;
    word-wrap: break-word;
}

.is-style-serif {
    font-family: "Sentinel A", "Sentinel B", serif;
    font-weight: 300;
}

ol, ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

svg {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    vertical-align: middle;
    width: 1em;
}

/* ## Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0 0 .25em;
    text-transform: uppercase;
}

h1 {
    font-size: 2em;
    text-align: center;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: .9em;
}

h6 {
    font-size: .76em;
}

/* ## Objects
--------------------------------------------- */

embed, iframe, img, object, video, .wp-caption {
    max-width: 100%;
}

iframe {
    display: block;
    margin: 0 auto;
}

.gallery-caption, .wp-caption {
    margin: 0;
}

img {
    display: block;
    height: auto;
}

figure {
    margin: 0;
}

hr {
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #f1f3f4;
    clear: both;
    margin: 30px 0;
}

/* ## Forms
--------------------------------------------- */

button, input, optgroup, select, textarea {
    font-family: "Verlag A",
                 "Verlag B",
                 -apple-system,
                 BlinkMacSystemFont,
                 "Segoe UI",
                 Roboto,
                 Oxygen-Sans,
                 Ubuntu,
                 Cantarell,
                 "Helvetica Neue",
                 sans-serif;
    line-height: 1.25;
}

input, select, textarea {
    background-color: #fff;
    border: 1px solid #f1f3f4;
    color: #54565a;
    font-size: 20px;
    font-weight: 400;
    padding: 16px;
    width: 100%;
}

input:focus, textarea:focus {
    border: 1px solid #54565a;
    outline: none;
}

input[type="search"] {
    border-radius: 0;
    -webkit-appearance: none !important;
}

input[type="checkbox"], input[type="image"], input[type="radio"] {
    width: auto;
}

select {
    -webkit-appearance: none !important;
            appearance: none !important;
    background: url(images/select-arrow.png) no-repeat #fff calc(100% - 10px) center;
    background-size: 14px;
}

::-moz-placeholder {
    color: #54565a;
    font-weight: 400;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #54565a;
    font-weight: 400;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    cursor: pointer;
    border: 1px solid;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 6px 24px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    display: table;
    margin: 0 auto 40px;
    background-color: #fff;
    border-color: #fff;
    color: #082a30;
}

button:focus, button:hover, input[type="button"]:focus,
input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover,
input[type="submit"]:focus, input[type="submit"]:hover, .button:focus,
.button:hover {
    background-color: #082a30;
    border-color: #082a30;
    color: #fff;
}

.button.wide {
    text-align: center;
    width: 100%;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #54565a;
}

td, th {
    text-align: left;
}

td {
    border-top: 1px solid #54565a;
    padding: 6px 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    overflow: hidden;
}

.gallery img {
    height: auto;
    padding: 1px;
}

.gallery a img {
    opacity: .75;
}

.gallery a img:hover {
    opacity: 1;
}

.gallery-item {
    flex: 0 0 auto;
    flex-basis: 50%;
    line-height: 1;
    margin: 0;
    max-width: 50%;
    text-align: center;
}

/* ## Alignment
--------------------------------------------- */

.aligncenter, .alignright, .alignleft, .centered {
    margin: 0 auto;
}

.alignfull, .alignwide {
    max-width: 100vw;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
}

img.aligncenter, img.alignright, img.alignleft, img.centered, img.alignwide,
img.alignfull {
    margin-bottom: 1.5em;
}

a.alignleft, a.alignnone, a.alignright {
    max-width: 100%;
}

a.aligncenter img {
    display: block;
    margin: 0 auto 1.5em;
}

a.alignnone {
    display: inline-block;
}

.alignright .avatar {
    float: right;
    margin-left: 1.5em;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner {
    clear: both;
    margin: 0 auto;
    padding-top: 40px;
    width: 100%;
}

.wrap, .content {
    margin: 0 auto;
    width: 100%;
}

.full-width-content .content {
    max-width: 960px;
    width: 100%;
}

.wrap {
    padding-left: 8px;
    padding-right: 8px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex > div, .flex > article {
    flex: 1 1 100%;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.custom-background .breadcrumb {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    padding: 24px;
}

.archive-predescription {
    position: absolute;
    left: 0;
    height: 40vh;
    background-color: #b1e3e3;
    width: 100%;
    z-index: -1;
}

.archive-description {
    background-color: transparent;
    padding: 40px 0 0;
}

.author-box {
    font-size: .9em;
    margin-bottom: 40px;
    padding: 40px;
}

.author-box-title {
    font-size: .9em;
    margin-bottom: 4px;
}

.more-link, .pagelink {
    cursor: pointer;
    border: 1px solid;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 6px 24px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    display: table;
    margin: 0 auto 40px;
    display: table;
    margin: 0 auto 18px;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
    position: relative;
}

.search-form input[type="search"] {
    width: 100%;
}

.search-form button[type="submit"] {
    background-color: transparent;
    border: none;
    color: #54565a;
    height: 100%;
    line-height: 1;
    padding: 18px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.entry-content .search-form, .site-header .search-form {
    width: 100%;
}

.genesis-nav-menu .search input[type="submit"] {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

#main-nav-search {
    background: transparent;
    border: none;
    padding: 18px;
}

/* ## Titles
--------------------------------------------- */

.archive-title, .entry-title {
    font-size: 2em;
}

.people-template-default article.type-people .entry-title {
    display: none;
}

.entry-title a, .archive-title a, .sidebar .widget-title a {
    color: #54565a;
}

.entry-title a:hover, .archive-title a:hover, .sidebar .widget-title a:hover {
    color: var(--ruf-color-primary);
}

.widget-title {
    font-size: 1.25em;
    margin-bottom: 20px;
}

.footer-widgets .widget-title {
    color: #fff;
}

.wp-caption-text {
    font-style: italic;
    font-size: .76em;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    transition: all .6s ease-in-out;
}

.site-header > .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    flex-grow: 1;
    order: -2;
    text-align: center;
}

.site-title {
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
}

.site-title a {
    color: #54565a;
    display: block;
}

.custom-logo-link svg, .custom-logo-link img {
    fill: #fe4927;
    height: auto;
    width: 124px;
    position: relative;
    z-index: 1000;
    margin: 20px 20px -32px;
    will-change: opacity, margin-bottom;
    transform: translate(0);
    transition: all .4s;
}

.has-logo-shield .custom-logo-link svg, .has-logo-shield
.custom-logo-link img {
    margin-bottom: -40px;
}

.custom-logo-link .ruf-logo__monogram {
    opacity: 0;
}

.ruf-logo--part {
    transition: all .7s;
    will-change: opacity;
}

.has-logo-shield .ruf-logo__primary, .single-campus .ruf-logo__primary {
    opacity: 0;
}

.has-logo-shield .ruf-logo__monogram, .single-campus .ruf-logo__monogram {
    opacity: 1;
}

.site-header--sticky .custom-logo-link svg {
    margin-bottom: -90px !important;
}

.site-header--sticky .ruf-logo__monogram {
    opacity: 1;
}

.site-header--sticky .ruf-logo__primary {
    opacity: 0;
}

.site-description {
    font-style: italic;
    font-size: .9em;
    line-height: 1.5;
}

.site-description, .site-title {
    margin-bottom: 0;
}

/* ## Full Width Header
----------------------------------------- */

.header-full-width .title-area {
    flex: 0 1 auto;
}

.header-full-width .nav-header {
    flex: 1 0 auto;
    z-index: 100;
}

.header-full-width .nav-header .menu-toggle {
    margin: 0 8px 0 auto;
}

.header-full-width .nav-header .sub-menu-toggle {
    color: #54565a;
}

.header-full-width .site-header {
    background: #fff;
    width: 100%;
    z-index: 800;
    transition: all .8s;
    position: sticky;
    top: 0;
}

.header-full-width .site-header > .wrap {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.header-full-width .site-title a, .header-full-width .site-title a:hover,
.header-full-width .site-description {
    color: #fff;
}

/* # Navigation
---------------------------------------------------------------------------------------------------- */

nav {
    display: none;
    position: relative;
}

nav > .wrap {
    padding: 0;
}

/* ## Genesis
--------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    width: 100%;
    line-height: 1;
}

.genesis-nav-menu a {
    border-bottom: none;
    display: block;
    color: #082a30;
    font-weight: 400;
    letter-spacing: .2em;
}

.genesis-nav-menu a:hover {
    color: var(--ruf-color-primary);
}

.genesis-nav-menu .menu-item {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: block;
    position: relative;
    text-align: left;
}

.genesis-nav-menu .menu-item a {
    width: 100%;
    padding: 16px;
    line-height: 1.3em;
}

.genesis-nav-menu .menu-item a:focus {
    outline-offset: -3px;
}

.genesis-nav-menu .menu-item.emphasis {
    background-color: #fe4927;
}

.genesis-nav-menu .menu-item.emphasis > a {
    color: #fff;
}

.genesis-nav-menu .menu-item.emphasis > a:focus,
.genesis-nav-menu .menu-item.emphasis > a:hover {
    background-color: #00bbb4;
    color: #fff !important;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: 0;
    margin-left: 0;
}

.genesis-nav-menu .menu-item .sub-menu-toggle.open + .sub-menu,
.genesis-nav-menu .menu-item > a:focus ul.sub-menu,
.genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
    opacity: 1;
}

.genesis-nav-menu .current-menu-item > a {
    font-weight: 400;
}

.genesis-nav-menu > .current-menu-item > a span {
    border-bottom-color: var(--ruf-color-secondary);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.genesis-nav-menu .sub-menu {
    display: none;
    clear: both;
    margin: 0;
    position: static;
    width: 100%;
    opacity: 1;
}

.genesis-nav-menu .sub-menu a {
    border-left: none;
    border-right: none;
    padding-left: 40px;
}

.genesis-nav-menu .sub-menu a:focus, .genesis-nav-menu .sub-menu a:hover {
    color: #fe4927;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
}

/* ## Buttons
--------------------------------------------- */

button.sub-menu-toggle, .menu-toggle {
    display: flex;
    align-items: center;
    visibility: visible;
    overflow: hidden;
    margin: 0 auto;
    background-color: transparent;
    transition: .4s all ease-in-out;
}

button.sub-menu-toggle:before, .menu-toggle:before {
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.menu-toggle {
    background-color: #fff;
    color: #082a30;
    border: none;
    position: relative;
    padding: 12px;
    z-index: 1000;
}

.menu-toggle svg {
    margin-right: 12px;
}

.menu-toggle:hover, .menu-toggle:focus {
    background-color: #082a30;
    color: #fff;
}

.genesis-nav-menu button.sub-menu-toggle {
    border: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
    z-index: 100;
}

.genesis-nav-menu button.sub-menu-toggle.pseudo {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.genesis-nav-menu .sub-menu .sub-menu-toggle {
    margin-left: -3em;
    padding: 1em;
}

.activated > svg {
    transform: rotate(180deg);
}

/* ## No JS
--------------------------------------------- */

.no-js nav {
    display: block;
    position: relative;
}

.no-js .genesis-nav-menu {
    text-align: center;
}

.no-js .genesis-nav-menu .sub-menu {
    display: block;
}

.no-js .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: block;
}

.no-js .genesis-nav-menu .menu-item a {
    border-bottom: 0;
    border-top: 0;
}

.no-js.header-full-width .nav-primary {
    text-align: right;
}

.no-js.header-full-width .nav-primary .genesis-nav-menu .menu-item:last-of-type a {
    padding-right: 16px;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    text-transform: uppercase;
}

.nav-primary .genesis-nav-menu > .menu-item > a:hover {
    color: #fe4927;
}

.nav-primary .genesis-nav-menu .search-item svg {
    fill: #54565a;
}

.nav-primary.mobile {
    background-color: #fff;
    left: 0;
    position: absolute;
    width: 100%;
}

.nav-primary.mobile > ul {
    margin-top: 70px;
}

.has-logo-shield .nav-primary.mobile > ul {
    margin-top: 16px;
}

.site-header--sticky .nav-primary.mobile > ul {
    margin-top: 40px;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: var(--ruf-color-primary);
    font-size: .9em;
    text-align: center;
    text-transform: uppercase;
}

.nav-secondary .genesis-nav-menu a, .nav-secondary button.sub-menu-toggle {
    color: #f1f3f4;
}

.nav-secondary .genesis-nav-menu .menu-item a {
    padding: 14px;
}

.nav-secondary .sub-menu button.sub-menu-toggle {
    padding: 14px;
}

.nav-secondary .search-item svg {
    fill: #fff;
}

.nav-footer {
    background-color: #4f5155;
    text-align: center;
}

.nav-footer .genesis-nav-menu .menu-item {
    display: inline-block;
}

/* # Social Nav
--------------------------------------------- */

/* # Search in Nav
--------------------------------------------- */

li.menu-item.search-item {
    display: none;
}

li.menu-item.search-item svg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.rufsearch__nav {
    position: absolute;
    right: 0;
    width: 100%;
}

.rufsearch__button {
    background: none;
    border: 0;
    display: block;
    margin: 0;
    padding: 12px;
    width: 100%;
}

.rufsearch__button:before {
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.rufsearch__button svg {
    margin-right: 12px;
}

.rufsearch__overlay {
    background-color: #082a30;
    background-color: rgba(8, 42, 48, .95);
    position: absolute;
    width: 100%;
    z-index: 10000;
    top: 0;
    bottom: -32px;
    left: 0;
    right: 0;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.rufsearch__overlay .search-form {
    max-width: 500px;
}

.rufsearch__overlay .search-form button {
    color: #fff;
    border: none;
}

.rufsearch__overlay input[type="search"] {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    color: #fff;
    max-width: 100%;
}

.rufsearch__overlay input:-ms-input-placeholder {
    color: #fff;
}

.rufsearch__overlay input::placeholder {
    color: #fff;
}

.rufsearch__close {
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, .5);
    position: absolute;
    margin: 0;
    top: 12px;
    right: 12px;
}

.admin-bar .rufsearch__close {
    top: 46px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
    padding: 24px;
}

.flex .entry {
    padding: 0;
}

.single-post .entry-header h1 {
    color: #fe4927;
    letter-spacing: 1px;
    text-transform: none;
    text-align: left;
}

.single-post .entry-header .entry-meta {
    color: #fe4927;
    text-transform: uppercase;
    letter-spacing: .15em;
}

.entry-content a:not([class]):hover {
    background-color: #b1e3e3;
    background-color: rgba(177, 227, 227, .7);
}

.entry-content ol {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ol ol {
    margin-bottom: 0;
}

.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ul ul {
    margin-bottom: 0;
}

a:hover > svg.has-zoom {
    transition: .4s transform;
    transform: scale(1.1);
}

.has-display-flex .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.has-display-flex .wp-block-group__inner-container svg {
    margin-right: 12px;
}

.has-display-flex .wp-block-group__inner-container svg:not(:first-child) {
    margin-left: 24px;
}

.is-style-capitals {
    letter-spacing: .2em;
    text-transform: uppercase;
}

.is-style-initials {
    letter-spacing: 1px;
    text-transform: none;
}

.is-style-spaced-8 {
    letter-spacing: 1.8px;
}

.wp-block-image .alignfull.featured-image {
    overflow: hidden;
    max-height: 500px;
}

.wp-block-image .alignfull.featured-image img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none;
    width: 100vw;
}

.wp-block-image + .site-inner {
    margin-top: -12px;
    padding-top: 0;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    margin-bottom: 0;
    font-size: .9em;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    margin-top: 1.75em;
    padding-top: 24px;
    border-top: 1px solid #54565a;
    display: flex;
    justify-content: space-between;
    color: #fe4927;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.entry-footer .entry-meta a {
    color: #fe4927;
}

.entry-meta__format {
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.entry-meta__format svg {
    margin-left: 12px;
}

.entry-meta__link-all {
    flex-grow: 1;
    text-align: right;
}

.entry-categories, .entry-tags {
    text-align: center;
}

.entry-comments-link::before {
    margin: 0 6px 0 2px;
    content: "\2014";
}

/* ## Pagination
--------------------------------------------- */

.nav-links, .pagination {
    clear: both;
    display: block;
    margin: 40px 0;
    text-align: center;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 3px;
    color: #fff;
    background-color: #54565a;
    cursor: pointer;
}

.archive-pagination li a:hover, .archive-pagination li.active a {
    background-color: var(--ruf-color-primary);
    color: #fff;
}

/* ## Front Page
------------------------------------- */

.home.no-blocks .site-inner {
    max-width: 100%;
}

.home.no-blocks .widget p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.home.no-blocks .content > .entry {
    border: none;
}

.home.no-blocks .content p:last-child {
    margin-bottom: 0;
}

.home.no-blocks .section:first-of-type {
    margin-top: 0;
}

.home h1 {
    font-size: 2em;
}

.home .ruf-people__meet {
    font-size: .76em;
    text-transform: uppercase;
    letter-spacing: .2em;
}

/* ## Comments
--------------------------------------------- */

.comment-respond, .entry-comments, .entry-pings {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    margin-bottom: 40px;
}

.entry-comments {
    font-size: .9em;
}

li.comment {
    background-color: #54565a;
    background-color: rgba(84, 86, 90, .05);
    border: 2px solid #fff;
    border-right: none;
}

li.comment .avatar {
    border-radius: 100%;
    float: right;
}

li.bypostauthor {
    background-color: #fff;
}

.comment-list li {
    margin-top: 24px;
    padding: 32px;
}

.children li {
    margin-right: -32px;
}

.comment-content {
    clear: both;
}

.comment-content li {
    margin-top: 0;
    padding: 0;
}

.comment-content ul, .comment-content ol {
    padding-left: 24px;
}

.comment-content ul li {
    list-style-type: disc;
}

.comment-content ol li {
    list-style-type: decimal;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    padding: 24px;
    background-color: #f1f3f4;
}

/* ## Comments
--------------------------------------------- */

.landing .site-title > a {
    margin: 0 auto;
}

/* ## Media
--------------------------------------------- */

.ruf-media {
    padding: 40px 0;
}

.ruf-media__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    color: #fe4927;
    margin-bottom: 1em;
}

.ruf-media__heading h2 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
}

.ruf-media__heading h2 svg {
    margin-left: 12px;
}

.ruf-media__heading a {
    border-bottom: none;
    letter-spacing: 1px;
    color: #fe4927;
}

.ruf-media__experience .ruf-media__posts {
    display: block;
}

.ruf-media__experience article {
    max-height: 300px;
    overflow: hidden;
}

.ruf-media__experience img {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.ruf-media__post {
    padding: 0;
    margin: 0 auto 24px;
    position: relative;
}

.ruf-media__post a:before {
    content: ' ';
    background-color: rgba(8, 42, 48, .5);
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.ruf-media__post img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.media-archive .ruf-media__post:first-of-type {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.media-archive .ruf-media__post:nth-of-type(2),
.media-archive .ruf-media__post:nth-of-type(3) {
    grid-column: 2;
}

.media-archive .ruf-media__post:nth-of-type(3) {
    grid-row: 2;
}

.ruf-media__text {
    position: absolute;
    bottom: 0;
    padding: 12px;
    color: #fff;
    width: 100%;
}

.ruf-media__text h3 {
    margin-bottom: 0;
}

.ruf-media__text a {
    color: #fff;
}

.ruf-media__text a:hover, .ruf-media__text a:focus {
    border-bottom: 1px solid;
    color: #fff;
}

.ruf-media__meta {
    font-size: .76em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ## Social
--------------------------------------------- */

.ruf__social .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
}

.ruf__social a {
    background-color: #fff;
    border-radius: 100%;
    color: #082a30 !important;
    margin: 0 1em;
    padding: 12px;
    font-size: 1.1em;
    transition: ease-in-out .4s;
}

.ruf__social a:focus, .ruf__social a:hover {
    transform: scale(1.1);
    background-color: #b1e3e3;
}

/* # Screen Readers
------------------------------- */

.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut,
.search-form label, .genesis-sidebar-title {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus, .screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus {
    display: block;
    clip: auto !important;
    z-index: 100000;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    color: #54565a;
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    width: auto;
}

.genesis-skip-link li {
    width: 0;
    height: 0;
    list-style: none;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: .9em;
}

.sidebar .widget {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid #f1f3f4;
    overflow: auto;
    margin-bottom: 40px;
    padding: 24px;
}

.after-entry {
    border: 1px solid #f1f3f4;
    padding: 40px;
}

.after-entry .entry {
    border: none;
}

/* ## Hello Bar
-------------------------------------------------- */

.block-area-hello-bar, .hello-bar {
    padding: 8px 0;
    text-align: center;
}

.hello-bar {
    background-color: var(--ruf-color-primary);
    color: #fff;
}

.hello-bar a {
    color: inherit;
}

/* ## Featured Image Overlay
-------------------------------------------------- */

.over-image .widget_search input[type="search"] {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6);
}

.over-image .widget_search button[type="submit"] {
    background-color: #54565a;
}

/* ## Widgets
-------------------------------------------------- */

.widget {
    word-wrap: break-word;
    overflow: hidden;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget .archive-description {
    padding: 0;
}

.widget.widget_search {
    border: none;
    padding: 0 !important;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td, .widget_calendar th {
    text-align: center;
}

/* ## Featured Content
-------------------------------------------------- */

.featured-content .entry {
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.featured-content .entry-title {
    font-size: 1.25em;
}

.featured-term .archive-title, .featured-posttype .archive-title {
    font-size: 1.25em;
}

.more-from-category {
    display: block;
    margin-top: 18px;
    text-align: center;
}

.more-from-category a {
    cursor: pointer;
    border: 1px solid;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 6px 24px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    display: table;
    margin: 0 auto 40px;
    border-bottom: 1px solid !important;
}

.more-from-category a:hover {
    background-color: var(--ruf-color-primary);
    color: #fff;
}

.slick-slide .entry {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* ## Footer Widgets
-------------------------------------------------- */

.block-area-footer, .footer-widgets {
    clear: both;
    color: #f1f3f4;
    padding: 40px 0;
    background-color: #54565a;
    font-size: .9em;
}

.block-area-footer a, .footer-widgets a {
    color: #f1f3f4;
}

.block-area-footer a.button, .block-area-footer a:hover,
.footer-widgets a.button, .footer-widgets a:hover {
    color: #fff;
}

.block-area-footer button, .block-area-footer input[type="button"],
.block-area-footer input[type="reset"], .block-area-footer input[type="submit"],
.block-area-footer .button, .footer-widgets button,
.footer-widgets input[type="button"], .footer-widgets input[type="reset"],
.footer-widgets input[type="submit"], .footer-widgets .button {
    background-color: #54565a;
    border-color: #54565a;
    color: #fff;
}

.block-area-footer button:focus, .block-area-footer button:hover,
.block-area-footer input[type="button"]:focus,
.block-area-footer input[type="button"]:hover,
.block-area-footer input[type="reset"]:focus,
.block-area-footer input[type="reset"]:hover,
.block-area-footer input[type="submit"]:focus,
.block-area-footer input[type="submit"]:hover, .block-area-footer .button:focus,
.block-area-footer .button:hover, .footer-widgets button:focus,
.footer-widgets button:hover, .footer-widgets input[type="button"]:focus,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:focus,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:focus,
.footer-widgets input[type="submit"]:hover, .footer-widgets .button:focus,
.footer-widgets .button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #54565a;
}

.block-area-footer .wp-block-search__button,
.footer-widgets .wp-block-search__button {
    margin-left: 4px;
    padding: 16px 8px;
}

.block-area-footer .wp-block-columns {
    justify-content: space-between;
}

.block-area-footer .wp-block-column:nth-of-type(2) {
    flex-basis: 100%;
    margin: 40px auto 0;
    order: 5;
}

.block-area-footer .wp-block-column:nth-of-type(odd) {
    flex-basis: 50% !important;
}

/* # Block Areas
---------------------------------------------------------------------------------------------------- */

.block-area-after-post, .block-area-primary {
    border: 1px solid #f1f3f4;
    margin-bottom: 40px;
}

.block-area article {
    padding: 0;
    margin-bottom: 18px;
}

.block-area-footer .wp-social-link {
    background-color: #fff !important;
}

.block-area-footer .wp-social-link svg {
    fill: #082a30;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6);
    font-size: .76em;
    line-height: 1;
    padding: 24px 0;
    text-align: center;
    display: none;
}

.site-footer p {
    margin-bottom: 0;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## SuperSide Me
--------------------------------------------- */

.search-me {
    order: 10;
}

.search-me button[type="submit"] {
    display: none;
}

/* ## Twitter
-------------------------------------------- */

.my-twitter {
    margin: 0 auto 24px;
    max-width: 500px;
}

.twitter-tweet {
    margin: auto;
}

/* ## Kadence
-------------------------------------------- */

.kb-gallery-ul.kb-gallery-type-slider .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
    top: 0;
    margin: auto !important;
    padding: 80px !important;
    display: flex;
    align-items: center;
    font-size: 2.5em !important;
    font-weight: 700;
    max-width: 800px;
    background: none !important;
    left: 0;
    right: 0;
}

.wp-block-kadence-advancedgallery.alignfull {
    margin-bottom: -10px;
}

.wp-block-kadence-advancedgallery.alignfull .kt-blocks-carousel,
.wp-block-kadence-advancedgallery.alignfull .kb-slide-item {
    padding: 0 !important;
}

.kt-blocks-accordion-header:before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
}

/* ## Gravity Forms
-------------------------------------------- */

.enews_wrapper {
    background-color: var(--ruf-color-primary);
    color: #fff;
    padding: 40px;
    text-align: center;
}

.enews_wrapper .gform_title {
    color: #fff;
}

.enews_wrapper input[type="submit"].gform_button {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .25);
    border: none;
    color: var(--ruf-color-primary);
    width: 100%;
}

.enews_wrapper input[type="submit"].gform_button:hover {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
    color: var(--ruf-color-primary);
}

/* ## Six/Ten Press Featured Content
-------------------------------------------- */

.wp-block-sixtenpress-featured-content .entry-title {
    font-size: 1.4em;
    letter-spacing: 1px;
    text-transform: none;
}

.wp-block-sixtenpress-featured-content a {
    border-bottom: none;
}

.wp-block-sixtenpress-featured-content .entry,
.wp-block-sixtenpress-featured-content .entry-meta {
    margin-bottom: 0;
}

.featured-block_area article {
    padding: 0;
}

.featured-people .slick-slide {
    align-self: center;
    padding: 24px;
}

.is-style-grid div.entries__columns article {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.is-style-grid div.entries__columns article img {
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 0;
}

.is-style-grid div.entries__columns article > a:before {
    content: ' ';
    background-color: rgba(8, 42, 48, .3);
    position: absolute;
    height: 100%;
    width: 100%;
}

.is-style-grid div.entries__columns article .entry-header {
    position: absolute;
    bottom: 0;
    padding: 12px;
    color: #fff;
}

.is-style-grid div.entries__columns article .entry-header h3 {
    margin-bottom: 0;
}

.is-style-grid div.entries__columns article .entry-header a {
    background: none;
    color: #fff;
}

.is-style-grid div.entries__columns article .entry-header a:hover,
.is-style-grid div.entries__columns article .entry-header a:focus {
    border-bottom: 1px solid;
    color: #fff;
}

.is-style-grid div.entries__columns article__meta {
    font-size: .76em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ## RUF Campuses
-------------------------------------------- */

ul.campus-social-links {
    list-style-type: none;
    margin: 40px auto;
    font-size: 1.4em;
    justify-content: center;
    line-height: 1;
    text-align: center;
}

ul.campus-social-links > li {
    display: inline-block;
    margin: 0 12px;
    list-style-type: none;
}

ul.campus-social-links a {
    background-color: #fff;
    color: #082a30;
    display: block;
    padding: 12px;
    border-radius: 100%;
    transition: ease-in-out .4s;
}

ul.campus-social-links a:focus, ul.campus-social-links a:hover {
    transform: scale(1.1);
    background-color: #b1e3e3;
}

ul.campus-social-links svg {
    display: block;
}

ul.campus-social-links svg + span {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.campus-events {
    color: #082a30;
}

.campus-events__heading {
    align-self: center;
    flex: 1 0 auto;
    margin-bottom: 0;
    font-weight: bold;
}

.campus-events__list {
    display: flex;
    overflow: auto;
    grid-gap: 24px;
    padding: 1em;
    margin: 1em auto;
}

.campus-events__single {
    background-color: #fff;
    flex: 0 0 275px;
    padding: 24px;
    margin-right: .3em;
    box-shadow: 2px 1px 6px rgba(84, 86, 90, .3);
}

.campus-events__single-title {
    letter-spacing: 1px;
    margin-bottom: .5em;
}

.campus-events__single-when, .campus-events__single-where,
.campus-events__single-link {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    font-size: .9em;
}

.campus-events__single-when svg, .campus-events__single-where svg,
.campus-events__single-link svg {
    color: #fe4927;
    flex: 0 0 1em;
    margin-right: 12px;
}

.campus-events__single-link, .campus-events__single-link a {
    color: #fe4927;
}

.single-campus .wp-block-cover.has-theme-primary-background-color:before {
    opacity: .75;
}

.single-campus h2 {
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.single-campus .rufcampus__give {
    background-color: #fff;
    border-color: #fff;
    color: #082a30;
    transition: ease-in-out .4s;
}

.single-campus .rufcampus__give:focus, .single-campus .rufcampus__give:hover {
    background-color: #082a30;
    border-color: #082a30;
    color: #fff;
}

.single-campus .rufcampus__give:focus, .single-campus .rufcampus__give:hover {
    transform: scale(1.1);
    background-color: #fe4927;
}

.ruf-campus__intro {
    font-size: 1.25em;
    text-align: center;
}

.ruf-campus__image {
    background-attachment: fixed;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.ruf-campus__image img {
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%;
}

.ruf-campus__connect {
    background-color: #b1e3e3;
    color: #082a30;
}

.ruf-campus__connect p {
    margin: 0;
    padding: .5em;
}

.ruf-campus__connect .rufcampus-shield {
    font-size: 2em;
}

.ruf-campus__connect .campus-social-links {
    margin: 24px 0 0;
}

.ruf-campus__connect .campus-social-links a {
    background-color: transparent;
    padding: 0;
}

.ruf-campus__staff h2 {
    border-bottom: 1px solid #082a30;
    color: #fe4927;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.ruf-campus__people:not(:first-of-type):before {
    border-top: 1px solid #dad9d7;
    content: ' ';
    display: block;
    margin: 40px -90px;
}

.ruf-campus__people .ruf-people__email a {
    color: #fe4927;
}

.ruf-campus__newsletter {
    margin: 40px auto 0;
}

.ruf-campuses__list--item {
    width: 100%;
}

.ruf-campuses__search--button {
    background: none;
    border: none;
    color: #54565a;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 12px 0 0 auto;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
}

.ruf-campuses__search--button:hover, .ruf-campuses__search--button:focus {
    background-color: transparent;
    color: #082a30;
}

.ruf-campuses__search--init {
    border: 1px solid;
    margin: 24px auto 0;
}

#campuses-search + .rufcampuses-search {
    display: none;
}

.rufcampuses-search input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid;
}

article.campus-type-international .wp-block-cover__inner-container > h1 {
    font-size: 2.9em;
}

/* ## RUF People
-------------------------------------------- */

.ruf-people__person {
    margin: 0 1em;
}

.ruf-people__person:not(:first-of-type) {
    margin-top: 40px;
}

.ruf-people__image img {
    margin: 0 auto 24px;
}

.ruf-people__content h3 {
    color: #082a30;
    text-transform: none;
}

.ruf-people__title {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ruf-people__give .button {
    background-color: #fe4927;
    border-color: #fe4927;
    color: #fff;
    font-weight: 700;
    margin: 24px 0;
}

.ruf-people__give .button:focus, .ruf-people__give .button:hover {
    background-color: #00bbb4;
    border-color: #00bbb4;
}

.ruf-people__newsletter {
    border: 1px solid;
    display: inline-block;
    margin: 24px 0 0;
}

.rufpeople__grid {
    display: grid;
    grid-gap: 18px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 18px;
}

.rufpeople__person {
    background-color: #f7f8f8;
    margin: 0;
    transition: all .4s ease-in-out;
}

.rufpeople__person:hover .rufpeople__photo--profile:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    content: ' ';
    background-color: rgba(8, 42, 48, .5);
}

.rufpeople__person:hover .rufpeople__readmore {
    opacity: 1;
}

.rufpeople__photo--profile {
    position: relative;
}

.rufpeople__photo--profile img {
    margin: 0 auto;
    width: 100%;
}

.rufpeople__readmore {
    position: absolute;
    background: #082a30;
    font-weight: 400;
    width: 100%;
    bottom: 0;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    opacity: 0;
}

.rufpeople__readmore:hover {
    color: #f1eaa0;
}

.rufpeople__meta {
    padding: 12px;
}

.rufpeople__meta h2 {
    color: #082a30;
    font-size: 20px;
    margin-bottom: 8px;
}

.rufpeople__title, .rufpeople__campus {
    color: #fe4927;
    font-size: .76em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.rufpeople__pagination button {
    margin-bottom: 0;
}

.ruf__meta {
    color: #fe4927;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.ruf__meta--campus {
    display: flex;
}

.ruf__meta a {
    color: #fe4927;
    padding-left: .5em;
}

.ruf__meta svg {
    font-size: 1.4em;
}

.rufpeople__random h3 {
    font-size: 2em;
}

.rufpeople__random .slick-arrow:hover::before {
    color: rgba(8, 42, 48, .75);
}

.rufpeople__random .slick-arrow::before {
    color: #fe4927;
}

.ruf-filter__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 24px;
}

.ruf-filter__button, .ruf-filter__search--button {
    background-color: transparent;
    border: none;
    color: #fff;
    margin: 0 8px;
    padding: 8px;
}

.ruf-filter__button:active, .ruf-filter__button:focus,
.ruf-filter__search--button:active, .ruf-filter__search--button:focus {
    outline: none;
    color: #fe4927;
}

.ruf-filter__search--button {
    position: relative;
}

.ruf-filter__search--button:before {
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.ruf-filter__link {
    color: #fff;
    padding: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ruf-filter__link:hover, .ruf-filter__link:focus {
    color: #fe4927;
}

.ruf-filter .active {
    color: #fe4927;
}

.ruf-filter__search {
    position: relative;
}

.ruf-filter__search--button {
    margin: 0;
}

.ruf-filter__search--button svg {
    display: block;
}

.ruf-filter__search input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.ruf-filter__search input:-ms-input-placeholder {
    color: #fff;
}

.ruf-filter__search input::placeholder {
    color: #fff;
}

.ruf-filter__search svg {
    color: #fff;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.ruf-filter__alpha ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ruf-filter__alpha li {
    list-style-type: none !important;
}

.ruf-filter__alpha button {
    border: none;
    margin: 0;
    padding: 12px;
}
@media (max-width: 1200px){
    h1 {
        font-size: 2.2em;
    }
    .has-larger-font-size {
        font-size: 1.2em;
    }
    .has-largest-font-size {
      font-size: 1.5em;
    }
    .has-jumbo-font-size {
    font-size: 2em;
    }
}
@media (max-width: 900px){
.full-width-columns-in-900{
flex-wrap: wrap !important;
}
    .full-width-columns-in-900 > div{
        flex-basis: 100% !important;
        max-width: 100% !important
    }   
}
@media only screen and (min-width: 480px) {
    .gallery-columns-3 .gallery-item, .gallery-columns-6 .gallery-item,
    .gallery-columns-9 .gallery-item {
        flex-basis: 33.33333%;
    }

    .gallery-columns-4 .gallery-item {
        flex-basis: 25%;
    }

    .alignleft {
        float: left;
        margin: .5em 1.5em 1.5em 0;
        text-align: left;
    }

    .alignright {
        float: right;
        margin: .5em 0 1.5em 1.5em;
        text-align: right;
    }

    .alignnone {
        margin-bottom: .75em;
    }

    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: calc(50% + 50vw);
    }

    .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third,
    .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
        float: left;
        margin-left: 2%;
        width: 49%;
    }

    .odd {
        clear: both;
        margin-left: 0;
    }

    .flex > div, .flex > article {
        flex-basis: 49%;
    }

    .ruf-people__person {
        display: flex;
        justify-content: stretch;
        align-items: flex-start;
    }

    .home .ruf-people__person {
        align-items: center;
    }

    .ruf-people__image {
        flex: 0 0 280px;
        margin-right: 24px;
    }

    .rufpeople__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 3em;
        text-align: unset;
    }

    .post-password-form {
        text-align: center;
    }

    .post-password-form input[type="password"] {
        width: 50%;
    }

    .gallery-columns-5 .gallery-item {
        flex-basis: 20%;
    }

    .gallery-columns-6 .gallery-item {
        flex-basis: 16.6666%;
    }

    .gallery-columns-7 .gallery-item {
        width: 14.2857%;
    }

    .gallery-columns-8 .gallery-item {
        width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
        width: 11.1111%;
    }

    .site-inner {
        max-width: 800px;
    }

    .wrap {
        padding-left: 40px;
        padding-right: 40px;
    }

    .one-third, .two-sixths {
        width: 32%;
    }

    .four-sixths, .two-thirds {
        width: 66%;
    }

    .one-fourth {
        width: 23.5%;
    }

    .three-fourths {
        width: 74.5%;
    }

    .one-sixth {
        width: 15%;
    }

    .five-sixths {
        width: 83%;
    }

    .odd {
        clear: none;
        margin-left: 2%;
    }

    .first {
        clear: both;
        margin-left: 0;
    }

    .flex.flex-2 > div, .flex.flex-2 > article {
        flex-basis: 49%;
    }

    .flex.flex-3 > div, .flex.flex-3 > article {
        flex-basis: 32%;
    }

    .flex.flex-4 > div, .flex.flex-4 > article {
        flex-basis: 23.5%;
    }

    .avatar {
        float: left;
    }

    .alignleft .avatar, .author-box .avatar {
        margin-right: 24px;
    }

    .alignright .avatar {
        margin-left: 24px;
    }

    .site-header > .wrap {
        flex-wrap: nowrap;
        padding: 12px 0;
    }

    .title-area {
        text-align: left;
    }

    .header-full-width .nav-header .genesis-nav-menu {
        text-align: right;
    }

    .header-full-width .nav-header .genesis-nav-menu > .menu-item:not(.emphasis):not(.menu-item-has-children):last-of-type > a {
        padding-right: 0;
    }

    .header-full-width .nav-header .genesis-nav-menu .menu-item:hover .sub-menu .sub-menu {
        margin: -55px 0;
        left: -199px;
    }

    .header-full-width.admin-bar .site-header {
        top: 32px;
    }

    nav {
        display: block;
    }

    .genesis-nav-menu .menu-item {
        background: none;
        display: inline-block;
    }

    .genesis-nav-menu .menu-item a {
        padding: 14px 18px;
    }

    .genesis-nav-menu .menu-item:focus {
        position: static;
    }

    .genesis-nav-menu .menu-item:hover > .sub-menu,
    .genesis-nav-menu .menu-item .sub-menu.open {
        left: 50%;
        margin-left: -100px;
        opacity: 1;
        top: 100%;
    }

    .genesis-nav-menu .menu-item:hover .sub-menu .sub-menu {
        left: 199px;
        margin-left: 0;
    }

    .genesis-nav-menu .menu-item > a:hover,
    .genesis-nav-menu .menu-item > a:focus {
        position: relative;
    }

    .genesis-nav-menu .menu-item > a:hover + ul.sub-menu,
    .genesis-nav-menu .menu-item > a:hover > ul.sub-menu,
    .genesis-nav-menu .menu-item > a:focus + ul.sub-menu,
    .genesis-nav-menu .menu-item > a:focus > ul.sub-menu {
        left: 50%;
        margin-left: -100px;
        opacity: 1;
    }

    .genesis-nav-menu .menu-item > a:hover + ul.sub-menu .sub-menu,
    .genesis-nav-menu .menu-item > a:hover > ul.sub-menu .sub-menu,
    .genesis-nav-menu .menu-item > a:focus + ul.sub-menu .sub-menu,
    .genesis-nav-menu .menu-item > a:focus > ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 199px;
    }

    .genesis-nav-menu .sub-menu {
        background-color: #fff;
        background-color: rgba(255, 255, 255, .95);
        position: absolute;
        z-index: 100;
        left: -9999px;
        width: 200px;
        opacity: 0;
        transition: opacity .4s ease-in-out;
    }

    .genesis-nav-menu .sub-menu a {
        color: #54565a;
        position: relative;
        width: 200px;
        padding: 20px;
        font-size: .76em;
    }

    .genesis-nav-menu .sub-menu .sub-menu-toggle {
        color: #54565a;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -55px 0 0 199px;
        top: 55px;
    }

    .genesis-nav-menu .menu-item {
        display: inline-flex;
        align-items: center;
    }

    .genesis-nav-menu > .menu-item {
        border-bottom: none;
        border-top: none;
    }

    .genesis-nav-menu > .first > a {
        padding-left: 0;
    }

    .genesis-nav-menu > .right {
        float: right;
    }

    .menu-toggle {
        display: none;
        visibility: hidden;
    }

    .genesis-nav-menu button.sub-menu-toggle {
        padding: 22px 14px;
        position: relative;
        margin-left: -20px;
    }

    .genesis-nav-menu button.sub-menu-toggle.pseudo {
        display: block;
        position: relative;
        top: 0;
        transform: none;
    }

    .genesis-nav-menu button.sub-menu-toggle.pseudo > svg {
        margin-left: 8px;
    }

    .genesis-nav-menu button.sub-menu-toggle:focus,
    .genesis-nav-menu button.sub-menu-toggle:hover {
        background: none;
    }

    .genesis-nav-menu button.sub-menu-toggle svg,
    .genesis-nav-menu a.sub-menu-toggle > svg {
        font-size: .76em;
    }

    .no-js .genesis-nav-menu .sub-menu {
        display: none;
    }

    .no-js .genesis-nav-menu > .menu-item.menu-item-has-children:after {
        position: absolute;
        right: 12px;
        top: 45%;
        content: " ";
        height: 8px;
        width: 8px;
        border-style: solid;
        border-color: white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg) translateY(-50%);
    }

    #menu-social .menu-item a, .social.menu-item a {
        padding: 12px;
        text-align: center;
    }

    #menu-social .menu-item a svg + span, .social.menu-item a svg + span {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
        padding-left: 0;
    }

    #menu-social .menu-item svg, .social.menu-item svg {
        font-size: 1.1em;
        opacity: .75;
        transition: .5s ease-in-out opacity;
    }

    #menu-social .menu-item:hover svg, .social.menu-item:hover svg {
        opacity: 1;
    }

    #menu-social .menu-item.email svg, .social.menu-item.email svg {
        fill: #54565a;
    }

    #menu-social .menu-item.facebook svg, .social.menu-item.facebook svg {
        fill: #3b5998;
    }

    #menu-social .menu-item.github svg, .social.menu-item.github svg {
        fill: #4183c4;
    }

    #menu-social .menu-item.google svg, .social.menu-item.google svg {
        fill: #dc4e41;
    }

    #menu-social .menu-item.instagram svg, .social.menu-item.instagram svg {
        fill: #c13584;
    }

    #menu-social .menu-item.linkedin svg, .social.menu-item.linkedin svg {
        fill: #0077b5;
    }

    #menu-social .menu-item.pinterest svg, .social.menu-item.pinterest svg {
        fill: #bd081c;
    }

    #menu-social .menu-item.twitter svg, .social.menu-item.twitter svg {
        fill: #55acee;
    }

    #menu-social .menu-item.youtube svg, .social.menu-item.youtube svg {
        fill: #cd201f;
    }

    li.menu-item.search-item {
        display: inline-flex;
        align-items: center;
        position: relative;
        z-index: 0;
    }

    .rufsearch__nav {
        width: calc(100% - 24px);
    }

    .rufsearch__button svg {
        margin-right: 0;
    }

    .rufsearch__label {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .entry {
        padding: 40px;
    }

    .adjacent-entry-pagination {
        display: flex;
    }

    .adjacent-entry-pagination > div {
        display: flex;
        align-items: center;
        flex: 1 1 50%;
    }

    .adjacent-entry-pagination > div svg {
        color: #54565a;
        opacity: .5;
        width: 60px;
        height: 60px;
    }

    .adjacent-entry-pagination > div:hover svg {
        opacity: 1;
    }

    .adjacent-entry-pagination > div:nth-last-child(2) {
        justify-content: flex-start;
        padding-right: 24px;
    }

    .adjacent-entry-pagination > div:nth-child(2) {
        justify-content: flex-end;
        padding-left: 24px;
    }

    .adjacent-entry-pagination > div:first-child:last-child {
        justify-content: center;
    }

    .adjacent-entry-pagination .pagination-previous {
        text-align: right;
    }

    .adjacent-entry-pagination .pagination-previous svg {
        margin-right: 12px;
    }

    .adjacent-entry-pagination .pagination-next {
        text-align: left;
    }

    .adjacent-entry-pagination .pagination-next svg {
        margin-left: 12px;
    }

    .comment-respond, .entry-pings {
        padding: 40px 40px 16px;
    }

    .entry-comments {
        padding: 40px;
    }

    .comment-list li li {
        margin-right: -32px;
    }

    .children li {
        margin-right: 0;
    }

    .ruf-media__posts {
        display: grid;
        grid-template-columns: repeat(3, minmax(200px, 100%));
        grid-template-rows: repeat(4, minmax(250px, 1fr));
        column-gap: 18px;
        row-gap: 18px;
    }

    .media-archive .ruf-media__posts {
        grid-template-columns: 60% 1fr;
        grid-auto-flow: column;
        grid-template-rows: 240px 240px;
    }

    .ruf-media__post {
        margin-bottom: 0;
    }

    .sidebar .widget {
        padding: 40px;
    }

    .over-image {
        float: right;
        width: 360px;
    }

    .block-area-footer .wp-block-columns {
        flex-wrap: nowrap;
    }

    .block-area-footer .wp-block-column {
        flex-basis: unset;
    }

    .block-area-footer .wp-block-column:nth-of-type(2) {
        margin: 0 0 0 16px;
        order: unset;
    }

    .footer-widgets .wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-widgets .widget-area {
        flex: 1;
        margin-bottom: 0;
    }

    .footer-widgets .widget-area:not(:first-child) {
        margin-left: 2%;
    }

    .supersideme .title-area {
        max-width: 100%;
    }

    .my-twitter.pushleft {
        float: left;
        margin-right: 24px;
        margin-left: 0;
        max-width: 320px;
    }

    .my-twitter.pushright {
        float: right;
        margin-right: 0;
        margin-left: 24px;
        max-width: 320px;
    }

    .featured-people .slick-next {
        right: -24px;
    }

    .featured-people .slick-prev {
        left: -24px;
    }

    .is-style-grid div.entries__columns {
        display: grid;
        grid-template-columns: 60% 1fr;
        column-gap: 18px;
        row-gap: 18px;
        grid-auto-flow: column;
        grid-template-rows: 240px 240px;
    }

    .is-style-grid div.entries__columns article:first-of-type {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }

    .is-style-grid div.entries__columns article:nth-of-type(2),
    .is-style-grid div.entries__columns article:nth-of-type(3) {
        grid-column: 2;
    }

    .is-style-grid div.entries__columns article:nth-of-type(3) {
        grid-row: 2;
    }

    .ruf__meta {
        display: flex;
        justify-content: flex-start;
    }

    .ruf__meta > div:nth-child(2) {
        flex-shrink: 0;
        margin-left: 24px;
    }

    .ruf-filter__buttons {
        flex-wrap: nowrap;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) {
    .content-sidebar .alignfull, .content-sidebar .alignwide,
    .sidebar-content .alignfull, .sidebar-content .alignwide {
        margin: 0 -40px;
        max-width: calc(100% + 80px);
        width: calc(100% + 80px);
    }

    .wrap {
        padding: 0;
    }

    .site-inner, .wrap {
        max-width: 960px;
    }

    .site-inner > .wrap {
        display: flex;
        justify-content: space-between;
    }

    .full-width-content .site-inner > .wrap {
        justify-content: center;
    }

    .content {
        order: 1;
        margin: 0;
    }

    .sidebar-primary {
        margin-left: 40px;
        flex: 0 0 calc(33.33333333% - 40px);
        max-width: calc(33.33333333% - 40px);
        order: 2;
    }

    .content-sidebar .content, .sidebar-content .sidebar-primary {
        order: 0;
    }

    .content-sidebar .content, .sidebar-content .content {
        flex: 0 0 66.6666667%;
        max-width: 66.6666667%;
    }

    .home.no-blocks.full-width-content .content {
        max-width: 960px;
    }

    .home h1.typewriter-heading {
        font-size: 3em;
    }
}

@media only screen and (min-width: 1200px) {
    .site-inner, .wrap {
        max-width: 1200px;
    }
}

@media print {
    nav, .ssme-buttons, .site-header, .breadcrumb, .sidebar-primary,
    .sidebar-secondary, .footer-widgets {
        display: none !important;
    }

    main > .entry {
        border: none;
    }
}
@media (max-width: 880px){
    .work-for-ruf{
        font-size: 6rem !important
    }
    h1 {
    font-size: 2em;
    }
}
@media (max-width: 600px){
    h1 {
        font-size: 1.3em !important;
        letter-spacing: .1rem;
    }
    h2{
        font-size: 1.2rem;
    }
    h3{
        font-size: 1.1rem
    }
    .work-for-ruf{
        font-size: 4rem !important
    }
    p[style*="font-size:92px"]{
        font-size: 3rem !important
    }
    .hide-in-mobile{
        display: none !important
    }
}
@media (max-width: 1100px){
    .full-width-in-tablet{
        display: block !important
    }
    .full-width-in-tablet > div{
        margin: 0 0 20px !important;
    }
}