/*
Theme Name: Genesis LMU
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.2

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-lmu
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

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: -.25em
}

sup {
  top: -.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
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-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
}

[hidden],
template {
  display: none
}

/* stylelint-enable */

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

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* 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,
.widget::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,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}


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

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

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Metric", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  overflow-x: hidden;
}

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

a {
  color: #0073e5;
  text-decoration: none;
  /*transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;*/
}

a:focus,
a:hover {
  color: #ab0c2f;
  text-decoration: none;
}

.site-inner a:focus,
.site-inner a:hover {
  text-decoration: underline;
}

.entry-content a {
  color: #ab0c2f;
}

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

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

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Metric", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

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

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

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

.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

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

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

.gallery-columns-6 .gallery-item {
  width: 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%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

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

input,
select,
textarea,
.chosen-container-multi .chosen-choices {
  background-color: #f3f3f3;
  border: 1px solid #cacac8;
  color: #585858;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 18px;
  width: 100%;
  text-transform: uppercase;
}

.chosen-container-multi .chosen-choices {
  background-color: #f3f3f3 !important;
  border: 1px solid #cacac8 !important;
  color: #585858 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 14px 18px !important;
  background-image: none !important;
}

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

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

::-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button,
.after-entry-full-width .more-from-category a {
  /*background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;*/
  background: #fff;
  text-transform: uppercase;
  color: #aa0c2f;
  border: 1px solid #aa0c2f;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  text-align: center;
  padding: 0 30px;
  cursor: pointer;
}

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,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #aa0c2f;
  color: #fff;
}

.after-entry-full-width .more-from-category a {
  background-color: #aa0c2f;
  color: #fff;
}

.after-entry-full-width .more-from-category a:hover {
  background-color: #fff;
  color: #aa0c2f;
  text-decoration: none;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

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

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}

/* Site Inner
--------------------------------------------- */

.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 20px 20px 0;
}

@media only screen and (min-width: 426px) {
  .site-inner {
    padding: 20px 30px 0;
  }
}


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

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

.avatar {
  border-radius: 50%;
  float: left;
}

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

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

.comment .avatar {
  margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb,
.breadcrumb a {
  font-size: 13px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

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

.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5;
}

.widget-title,
div.sharedaddy h3.sd-title {
  font-family: "Metric";
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.widget-area .widget-title {
  font-size: 36px;
  color: #0076a5;
}

div.sharedaddy h3.sd-title {
  font-size: 24px !important;
  color: #0076a5;
  font-weight: 500 !important;
  line-height: 1 !important;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
--------------------------------------------- */

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

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

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

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
}

.singular-image.has-caption {
  margin-bottom: 0;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 13px;
  font-weight: 600;
  margin-top: 0;
  padding: 15px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  background: #000000;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

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

.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

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

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

.widget_calendar table {
  width: 100%;
}

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

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

.after-entry-full-width .featured-content .widget-wrap {
  /* display: grid;
	grid-template-columns: 1fr;
	grid-template-areas:
    "header"
    "main"; */
}

.after-entry-full-width .featured-content .widget-wrap .widget-title {
  /*grid-column-start: 1;
	grid-column-end: 4;*/
  /* grid-area: header; */
  margin-bottom: 60px;
  font-size: 50px;
}

/* .after-entry-full-width a.alignleft{
	float: none;
} */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

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

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.after-entry-full-width .featured-content .entry {
  border-bottom: none;
  margin-bottom: 40px;
}

.after-entry-full-width .featured-content .entry-title {
  margin-top: 0;
  margin-bottom: 24px;
}

.after-entry-full-width .featured-content .entry-title a {
  font-weight: 600;
  font-size: 26px;
  color: #aa0c2f;
}

.after-entry-full-width img {
  margin-bottom: 20px;
}

.after-entry-full-width .featured-content.featuredpost .entry .alignleft img {
  min-width: auto;
}

.after-entry-full-width .more-from-category {
  /* grid-column-start: 1;
	grid-column-end: 1; */
}

/* @media only screen and (min-width: 640px){
	.after-entry-full-width .featured-content .widget-wrap{
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
	    "header header"
	    "main main";
	    column-gap: 44px;
	}
	.after-entry-full-width .more-from-category{
		grid-column-start: 1;
		grid-column-end: 3;
	}
}
@media only screen and (min-width: 960px){
	.after-entry-full-width .featured-content .widget-wrap{
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-areas:
	    "header header header"
	    "main main main";
	    column-gap: 88px;
	}
	.after-entry-full-width .more-from-category{
		grid-column-start: 1;
		grid-column-end: 4;
	}
} */
/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px;
}

.after-entry .enews-widget input {
  text-align: center;
}

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5;
}

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
  margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

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

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}


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

.site-header {
  background-color: #fff;
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);*/
  padding: 0 30px;
  border-bottom: 2px solid #f3f3f3;
  z-index: 9999;
  position: relative;
}

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

.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

.wp-custom-logo .site-container .title-area {
  max-width: 160px !important;
}

.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.wp-custom-logo .title-area .small-logo {
  display: none;
}

@media only screen and (min-width: 960px) {
  .scrolled.wp-custom-logo .title-area .custom-logo {
    display: none;
  }

  .scrolled.wp-custom-logo .title-area .small-logo {
    display: block;
    height: 27px;
  }

  .scrolled.wp-custom-logo .title-area {
    /*padding-top: 0;*/
  }

  .scrolled .genesis-responsive-menu {
    padding-top: 13px;
  }

  .scrolled .nav-primary {
    padding-bottom: 13px;
  }
}

/* Site Navigation
---------------------------------------------------------------------------- */

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

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
  padding: 5px 0;
}

.genesis-nav-menu a {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-width: 0.1875rem;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  text-transform: uppercase;
}

.genesis-nav-menu .is-active .sub-menu a {
  border-bottom-color: transparent;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0073e5;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  position: relative;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

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

  .genesis-nav-menu a:hover,
  .genesis-nav-menu .is-active a {
    border-bottom-color: #AB0C2F;
  }

  .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    z-index: 99;
    padding: 2.5rem 2rem;
    box-shadow: 0 30px 30px 0 rgb(0 0 0 / 32%);
    -webkit-box-shadow: 0 30px 30px 0 rgb(0 0 0 / 32%);
    -moz-box-shadow: 0 30px 30px 0 rgb(0 0 0 / 32%);
    width: auto;
  }

  .genesis-nav-menu .sub-menu a:hover {
    color: #AB0C2F;
    border-bottom: 1px solid #ab0c2f;
  }

  .genesis-nav-menu .sub-menu a {
    font-size: 18px;
    position: relative;
    white-space: nowrap;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
  }

  .genesis-nav-menu .sub-menu .sub-menu a {
    white-space: normal;
  }

  .genesis-nav-menu .menu-item-has-children a:after {
    width: 0;
    height: 0;
    position: relative;
    top: -3px;
    left: 6px;
    display: inline-block;
    color: #000;
    border: 4px inset;
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    content: "";
    right: 5px;
    margin-top: -3px;
  }

  .genesis-nav-menu .menu-item-has-children .sub-menu a:after {
    display: none;
  }

  .genesis-nav-menu .menu-item-has-children .sub-menu .menu-item-has-children a:after {
    display: inline-block;
  }

  .genesis-nav-menu .menu-item-has-children .sub-menu .menu-item-has-children.is-active-sub a {
    color: #ab0c2f;
    border-bottom: 1px solid #ab0c2f;
  }

  .genesis-nav-menu .menu-item-has-children .sub-menu .menu-item-has-children.is-active-sub .sub-menu a {
    color: #000;
    border-bottom: 1px solid transparent;
  }

  .genesis-nav-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a {
    padding-top: 0;
  }

  /*.genesis-nav-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a:hover{
		color: #ab0c2f;
		border-bottom: 1px solid transparent;
	}
	.genesis-nav-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li{
		border-bottom: 1px solid transparent;
		padding-bottom: 0;
	}*/
  .genesis-nav-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li:hover {
    border-bottom: 1px solid #ab0c2f;
  }

  .genesis-nav-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li:first-child a {
    padding-top: 1rem;
  }

  .genesis-nav-menu .menu-item-has-children .sub-menu .menu-item-has-children a:hover:after,
  .genesis-nav-menu .menu-item-has-children .sub-menu .menu-item-has-children.is-active-sub a:after {
    color: #ab0c2f;
    border-color: #ab0c2f transparent transparent;
  }

  .genesis-nav-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a:after {
    display: none;
  }
}

/* Responsive Menu
--------------------------------------------- */

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

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-responsive-menu {
  display: none;
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item.is-active .sub-menu {
  display: block;
  opacity: 1;
  left: auto;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item.is-active .sub-menu .menu-item-has-children .sub-menu {
  display: none;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item.is-active .sub-menu .menu-item-has-children.is-active-sub .sub-menu {
  display: block;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #0073e5;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
  margin-right: 20px;
}

.menu-toggle.activated::before {
  content: "\f335";
}

.site-header .dashicons-before::before {
  transition: none;
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
  clear: left;
  padding-top: 15px;
  width: 100%;
}

.nav-top-right {
  display: none;
}

.menu-toggle.activated + .nav-top-right {
  display: block;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

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

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}


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

/* Entry Content
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}

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

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

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

p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 24px;
}

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

.entry-footer .entry-meta {
  padding-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 50px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-categories a,
.entry-tags a,
.entry-time {
  font-weight: 600;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
}

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

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

.pagination {
  clear: both;
  margin: 60px 0 60px;
  text-align: right;
  display: none;
}

main.content .pagination {
  display: block;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination ul {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  flex-wrap: wrap;
}

.archive-pagination li {
  display: inline-block;
  padding: 5px;
}

.archive-pagination li a {
  color: #aa0c2f;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #aa0c2f;
}

.archive-pagination li.pagination-omission {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aa0c2f;
}

.archive-pagination li.pagination-next a,
.archive-pagination li.pagination-previous a {
  font-size: 30px;
  line-height: 30px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #aa0c2f;
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 960px) {
  .pagination {
    margin: 60px 0 120px;
    display: block;
  }

  main.content .pagination {
    display: none;
  }
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

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

.comment-header p {
  margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

@media only screen and (min-width: 960px) {
  .sidebar .widget {
    margin-bottom: 60px;
  }

  .sidebar .widget-title {
    margin-bottom: 25px;
  }
}

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

.footer-widgets {
  background-color: #f3f3f3;
  clear: both;
  padding: 64px .9375rem 0;
  border-bottom: 3px solid #e5e5e5;
}

.footer-widgets .widget-title,
.footer-widgets .textwidget {
  text-align: left;
}

.footer-widgets .textwidget {
  padding-bottom: 2rem;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

.footer-widget-area {
  padding-left: .9375rem;
  padding-right: .9375rem;
  margin-bottom: 0;
  width: 100%;
}


.footer-widget-area:last-child,
.footer-widgets .widget {
  margin-bottom: 0;
}

.footer-widgets ul {
  padding: 0;
  margin: 0;
  padding-bottom: 2rem;
}

.footer-widgets .widget ul > li {
  margin-bottom: 0;
}

.footer-widgets .widget ul > li > a {
  padding: 0;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: .85rem;
  text-align: left;
}

.footer-widgets .widget ul > li > a:hover {
  color: #000000;
}

.footer-widgets ul.sub-menu li {
  margin: 0;
  margin-bottom: .5rem;
  text-align: left;
}

.footer-widgets ul.sub-menu li a {
  font-weight: 400;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-transform: none;
  margin-bottom: 0;
  letter-spacing: normal;
}

.footer-widgets ul.sub-menu li a:hover {
  color: #ab0c2f;
}

@media (min-width: 640px) {

  .footer-widgets ul.sub-menu li,
  .footer-widgets .widget ul > li > a,
  .footer-widgets .widget-title,
  .footer-widgets .textwidget {
    text-align: left;
  }

  .footer-widget-area {
    width: calc(100% / 2);
  }
}

@media (min-width: 1024px) {
  .footer-widgets .wrap {
    flex-wrap: nowrap;
    max-width: 1260px;
  }

  .footer-widget-area {
    width: calc(100% / 4);
  }
}

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

.site-footer {
  font-size: 1rem;
  line-height: 1.6;
  padding-top: 1rem;
  padding-right: calc(.9375rem * 2);
  padding-left: calc(.9375rem * 2);
  padding-bottom: 1rem;
  background-color: #f3f3f3;
}

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

.entry {
  margin-bottom: 0;
}

.content {
  margin-bottom: 60px;
}

.nav-top-right .genesis-nav-menu a {
  color: #aa1131;
  padding-right: 12px;
  height: 24px;
  display: flex;
  align-items: center;
  text-transform: none;
}

.nav-top-right .genesis-nav-menu a:hover {
  color: #aa1131;
  border-bottom: 3px solid transparent;
}

/* Media Queries
---------------------------------------------------------------------------- */

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

  table {
    table-layout: auto;
    word-break: normal;
  }

}

@media only screen and (min-width: 960px) {
  .nav-top-right .genesis-nav-menu a {
    padding-left: 12px;
  }

  .wp-custom-logo .site-container .title-area {
    max-width: 207px !important;
  }

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

  .site-header {
    /*position: -webkit-sticky;*/
    position: relative;
    top: 0;
    z-index: 9999;
    height: 148px;
  }

  .scrolled .site-header {
    position: -webkit-sticky;
    position: sticky;
    height: 48px;
  }

  .site-header::after {
    position: absolute;
    background: #aa1131;
    width: 14px;
    height: 48px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .site-header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
  }

  .site-header .wrap:before,
  .site-header .wrap:after {
    content: normal;
  }

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

  .nav-top-right {
    text-align: right;
    margin-left: auto;
    display: block;
  }

  /* Genesis Menu
	--------------------------------------------- */

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

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

  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }

  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5;
  }

  .genesis-nav-menu .sub-menu a {
    width: 100%;
    display: block;
  }

  .genesis-nav-menu .sub-menu {
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    background: #fff;
    /*width: 300px;*/
  }

  /*.genesis-nav-menu .sub-menu .sub-menu{
		width: 100%;
		box-sizing: border-box;
	}
	.genesis-nav-menu .sub-menu .sub-menu a, .genesis-nav-menu .sub-menu .sub-menu a span{
		display: block;
		width: 100%;
		word-wrap: break-word;
		white
	}*/
  .genesis-nav-menu .sub-menu li {
    padding: .5rem 0;
    width: 100%;
  }

  .genesis-nav-menu .sub-menu li:first-child {
    border-top: 2px solid #ab0c2f;
  }

  .genesis-nav-menu .sub-menu li:first-child a {
    padding-top: 1rem;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    position: static;
    padding: 0;
    padding-left: 32px;
    padding-right: 32px;
    box-shadow: none;
  }

  .genesis-nav-menu .sub-menu .sub-menu li:first-child {
    border-top: none;
  }

  /* Responsive Menu
	--------------------------------------------- */

  .genesis-responsive-menu {
    display: block;
    padding-top: 15px;
  }

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

  /* Header Menu
	--------------------------------------------- */

  .nav-primary {
    clear: none;
    float: right;
    width: auto;
    width: 75%;
    text-align: right;
    margin-left: 1rem;
    padding-bottom: 15px;
  }

  @media screen and (max-width: 960px) {
    .nav-primary {
      text-align: left;
      width: auto;
    }
  }

  .nav-primary .genesis-nav-menu a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-top-icon a span {
    display: none;
  }

  .search-top-icon a {
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
  }

  .search-top-icon a:before {
    width: 24px;
    height: 24px;
    display: block;
    font-family: "dashicons";
    font-size: 24px;
    content: "\f179";
    position: absolute;
    left: 0;
    top: 8px;
  }

  /* Site-Inner
	--------------------------------------------- */

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

  /* Content
	--------------------------------------------- */
  .entry-title {
    font-size: 50px;
  }

  .content {
    float: left;
    width: 65%;
  }

  .sidebar-content .content {
    float: right;
  }

  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  /* Sidebar
	--------------------------------------------- */

  .sidebar {
    float: right;
    width: 30%;
    padding-top: 70px;
  }

  .sidebar-content .sidebar {
    float: left;
  }

  /* Author Box
	--------------------------------------------- */

  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
	--------------------------------------------- */

  .after-entry {
    padding: 40px 60px;
  }

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Column Classes
	--------------------------------------------- */

  .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.564102564102564%;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }

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

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

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

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

  /* Entry Misc.
	--------------------------------------------- */

  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }

  .entry {
    margin-bottom: 0;
  }

  .content {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 960px) {
  .nav-primary .genesis-nav-menu a {
    padding-right: 0;
    padding-left: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-primary .genesis-nav-menu .sub-menu a {
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    width: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .nav-primary .genesis-nav-menu a {
    margin-left: 10px;
    margin-right: 10px;
  }

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

@media only screen and (min-width: 1285px) {
  .nav-primary {
    width: auto;
  }
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }


  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }

}

/* Post page */
.entry-content {
  color: #000;
}

/* Share Daddy */
.entry-content .sharedaddy {
  display: none !important;
}

div.sharedaddy h3.sd-title:before {
  display: none !important;
}

/*div.sharedaddy h3.sd-title{
	font-family: "Metric";
    font-weight: 600;
    margin-bottom: 1rem !important;
    line-height: 1 !important;
	font-size: 36px !important;
	color: #0076a5;
}*/
.sd-content .share-customize-link {
  display: none !important;
}

.jp-sharing-input-touch .sd-content ul li:first-child {
  padding-left: 0 !important;
}

/* Archive pages */
.archive-description {}

h1.archive-title {
  font-family: "Metric";
  font-weight: 600;
  font-size: 30px;
  color: #000;
}

h1.archive-title span {
  font-size: 42px;
  color: #0076a5;
}

.archive .entry-image-link {
  width: 100%;
}

.archive .entry-image-link img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive .entry {
  margin-bottom: 20px;
}

.archive .entry-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.archive .entry-title a {
  color: #aa1131;
}

.archive .entry-content p:last-child {
  margin-bottom: 0;
}

.archive .entry-meta .entry-categories {
  display: none;
}

.archive .entry-meta {
  font-size: 13px;
  padding-bottom: 20px;
}

.padding-top-60 .site-inner {
  padding-top: 30px;
}

/* Column Layout */
.gb-3-col-wideleft.lmu-columns-1 > .gb-layout-column-wrap {
  grid-template-columns: 1.62fr 1fr 1fr;
}

.lmu-columns-1 .gb-block-layout-column-gap-2 {
  grid-gap: 0 1.3em;
}

.lmu-style h3,
.lmu-style h3 a {
  color: #ab0c2f;
}

.lmu-style p a:hover {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .lmu-columns-1.gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas:
      "col1"
      "col2"
      "col3";
  }

  .lmu-style h3 br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .archive article {
    display: flex;
  }

  .archive .entry-image-link {
    width: 345px;
    flex: 0 0 345px;
  }

  .archive .entry-image-link img {
    width: 345px;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .entry-content-wrapper {
    padding: 0 0 0 30px;
  }
}

@media only screen and (min-width: 960px) {
  h1.archive-title {
    font-family: "Metric";
    font-weight: 600;
    font-size: 50px;
    color: #000;
  }

  h1.archive-title span {
    font-size: 70px;
    color: #0076a5;
  }

  .archive-description {
    margin-top: 40px;
  }

  .archive .sidebar {
    padding-top: 0;
  }

  .padding-top-60 .site-inner {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1280px) {
  .entry-content-wrapper {
    padding: 0 0 0 60px;
  }
}

.lmu-button-red {
  text-transform: uppercase;
  color: #aa0c2f;
  border: 1px solid #aa0c2f;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lmu-button-red:hover,
.site-inner a.lmu-button-red:hover {
  text-decoration: none;
}

.lmu-button-red.see-more-articles {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 30px;
}

@media only screen and (min-width: 960px) {
  .lmu-button-red.see-more-articles {
    margin-left: auto;
    margin-right: 0;
  }
}

/* Search */
.lmud-header-search {
  position: absolute;
  transition: all 0.3s ease;
  top: 12px;
  right: 0px;
}

@media only screen and (min-width: 960px) {
  .lmud-header-search {
    position: relative;
    top: 0;
  }
}

.lmud-header-search__form {
  position: absolute;
  right: 100%;
  width: 200px;
  opacity: 0;
  transition: all 0.3s ease;
  display: none;
}

.lmud-header-search__form input {
  padding: 13px;
  font-weight: 400;
}

.lmud-header-search__toggle,
.lmud-header-search__close,
.lmud-header-menu__toggle {
  color: #AB0C2F;
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  background: transparent !important;
  display: block !important;
}

.lmud-header-search__close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.lmud-header__icon {
  display: block;
  position: relative;
}

.lmud-header__icon:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.lmud-header__icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  fill: #AB0C2F !important;
}

.nav-top-right {
  transition: all 0.3s ease;
}

/*.site-header--search-active .nav-top-right {
    opacity: 0;
}*/
.site-header--search-active .lmud-header-search {
  /*padding-right: 48px;*/
}

.site-header--search-active .lmud-header-search__form {
  opacity: 1;
  pointer-events: all;
  display: block;
}

.site-header--search-active .lmud-header-search__toggle {
  opacity: 0;
}

.site-header--search-active .lmud-header-search__close {
  opacity: 1;
  pointer-events: all;
}

.search-form button {
  display: none;
}

@media only screen and (min-width: 960px) {
  .lmud-header-search {
    display: flex;
  }
}

.lmud-header-search__form .searchandfilter h4 {
  display: none;
}

.lmud-header-search__form .searchandfilter ul li:not(.sf-field-search) {
  display: none;
}

.lmud-header-search__form .searchandfilter ul li.sf-field-search {
  padding: 0;
}

.searchandfilter h4 {
  color: #0076a5;
  font-size: 36px !important;
  font-weight: 600;
}

.searchandfilter label {
  display: block !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #000 !important;
}

#search-popup {
  position: fixed;
  top: 120px;
  left: 0;
  height: auto;
  overflow: visible;
  margin-left: 0;
  width: 100%;
  color: #000;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}

.scrolled #search-popup {
  top: 47px;
}

.search-open {
  overflow: hidden;
}

.search-open #search-popup {
  opacity: 1;
  visibility: visible;
}

#search-popup .search-container {
  max-width: 90rem;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 32%);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .32);
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 32%);
  background-color: #fff;
  width: 100%;
  position: relative;
}

#advanced-search {
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  display: flex;
  align-items: center;
  color: #0076A5;
  font-size: 1rem;
}

@media print,
screen and (max-width: 767px) {
  #advanced-search {
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
    display: flex;
    align-items: center;
    color: #0076A5;
    font-size: 0.75rem;
  }
}

#advanced-search i {
  margin-right: 0.5rem;
}

@media print,
screen and (min-width: 768px) {
  #search-popup {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #search-popup .search-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media print,
screen and (min-width: 960px) {
  #search-popup {
    top: 186px;
  }

  #search-popup .search-container {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media screen and (min-width: 1440px) {
  #search-popup .search-container {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}


#search-popup form {
  padding-right: 2rem;
  padding-left: 2rem;
  display: flex;
  align-items: center;
}

#search-popup input {
  height: auto;
  margin-bottom: 0;
  line-height: 1;
  padding: 1rem 0;
  border: none;
  font-size: 3.75rem;
  font-weight: 600;
  color: #0076A5;
  box-shadow: none;
  background-color: transparent;
  text-transform: none;
}

#search-popup input:-ms-input-placeholder {
  color: #0076A5;
}

#search-popup input::-ms-input-placeholder {
  color: #0076A5;
}

#search-popup input::placeholder {
  color: #0076A5;
}

#search-popup .searchandfilter h4 {
  display: none;
}

#search-popup .searchandfilter ul {
  width: 100%;
}

#search-popup .searchandfilter ul li {
  padding: 0;
  width: 100%;
}

#search-popup .searchandfilter ul li:not(.sf-field-search) {
  display: none;
}

/* Current Category Posts Widget */
.current-category-posts h4,
.current-category-posts h4 a {
  color: #aa0c2f;
  font-size: 17px;
}

/* Media Inquiry widget */
#media-inquiry-link {
  margin-bottom: 25px;
}

#media-inquiry-content {
  padding-right: 15%;
  display: none;
}

#media-inquiry-content a {
  color: #aa0c2f;
}

.home .after-entry-full-width {
  display: none;
}

.after-entry-full-width .more-from-category {
  text-align: right;
}

.after-entry-full-width .more-from-category a {
  margin-left: auto;
}

.featured-content .entry-title {
  font-size: 24px;
}

/* Logo menu */
.title-area {
  position: relative;
}

.menu-logo-menu {
  position: absolute;
  width: 15rem;
  top: 118px;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.logo-menu-opened .menu-logo-menu {
  opacity: 1;
  visibility: visible;
}

.scrolled .menu-logo-menu {
  top: 40px;
}

.menu-logo-menu li {
  width: 100%;
  padding: 0 !important;
}

.menu-logo-menu a {
  margin: 0 0 0.0625rem 0;
  border-bottom: 0;
  display: block;
  padding: 1rem;
  background-color: #AB0C2F;
  color: #ffffff !important;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.277;
  text-transform: none;
}

.menu-logo-menu a:hover {
  background-color: #0076A5;
}

@media(max-width: 959px) {
  .menu-logo-menu {
    top: 71px;
  }
}

/* Header top Widget */
#header-top-widget {
  padding: 1px 30px 3px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #0076a5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

#header-top-widget .awesome-weather-attribution {
  display: none;
}

#header-top-widget .widget {
  margin-bottom: 0;
  /* flex: 1 0 auto; */
  padding-right: 10px;
}

#header-top-widget .widget_awesomeweatherwidget {
  /* flex: 1 0 auto; */
  padding-top: 2px;
  padding-right: 0;
}

#header-top-widget .awesome-weather-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 1rem;
  font-family: "Metric", sans-serif;
  font-weight: 500;
  background-color: transparent !important;
}

#header-top-widget .awesome-weather-wrap:before {
  content: "Weather " !important;
}

#header-top-widget .awe_without_stats .awesome-weather-current-temp {
  width: auto;
}

#header-top-widget .awesome-weather-wrap span {
  margin-left: 10px;
}

#header-top-widget .awesome-weather-forecast-text {
  padding-left: 10px;
}

#header-top-widget .awesome-weather-forecast-text span {
  margin-left: 0;
}

#header-top-widget .awesome-weather-forecast-text span:first-child {
  margin-left: 10px;
}

#header-top-widget .awesome-weather-forecast-text:before {
  content: "Forecast: " !important;
  display: inline !important;
}

#header-top-widget .awesome-weather-current-temp {
  font-size: 1rem;
}

#header-top-widget .awesome-weather-forecast-day-text:after {
  content: "|";
}

#header-top-widget .awesome-weather-forecast-day-text:last-child:after {
  content: "";
}

@media(max-width: 1024px) {
  #header-top-widget .awesome-weather-forecast-text {
    display: none;
  }
}

.wi-owm-800:before {
  color: yellow;
}

.awe-weather-ajax-wrap {
  height: 16px;
  background: #0076a5;
}

.awe_desc {
  text-transform: capitalize;
}

@media(max-width: 960px) {
  #header-top-widget {
    padding: 9px 10px 3px 10px;
  }
}











.featured-content .entry-title {
  font-size: 24px;

}

/* fix FF button display issue */
.lmu-button-red.see-more-articles,
.after-entry-full-width .more-from-category a,
input[type="submit"] {
  width: -moz-fit-content;
}

/*after entry style*/
.after-entry {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  padding: 0px 0px;
}

/* reverse button style */
.lmu-button-red.see-more-articles,
.wp-block-post-slider .swiper-button,
#media-inquiry-link,
input[type="submit"] {
  color: #fff;
}

.lmu-button-red.see-more-articles,
#media-inquiry-link,
input[type="submit"] {
  background-color: #ab0c2f;
}



@media (min-width: 60em) {
  .wp-block-post-slider .swiper-button {
    background-color: transparent;
  }
}

.lmu-button-red.see-more-articles:hover,
.wp-block-post-slider .swiper-button:hover,
#media-inquiry-link:hover,
input[type="submit"]:hover,
.lmu-button-red.see-more-articles:focus,
.wp-block-post-slider .swiper-button:focus,
#media-inquiry-link:focus,
input[type="submit"]:focus {
  color: #ab0c2f;
  background-color: transparent;
}

/* slider title font size adjust */
.wp-block-post-slider .swiper-container .post-details h3 {
  font-size: 36px;
}

/* hide excerpt for Press Relase */
.wp-block-recent-posts .post-container > p {
  display: none;
}

/* update timeline style */
.entry-content .wp-block-rss-timeline__line,
.wp-block-rss-timeline__line-hover {
  width: 5px !important;
  margin-left: -2.5px !important;
}

.entry-content .wp-block-rss-timeline__item-title:after,
.wp-block-rss-timeline__item-title:before {
  height: 5px !important;
  margin-top: -3px !important;
}

/* reposition timeline button */
@media (min-width:550px) {
  .entry-content .wp-block-rss-timeline .lmu-button-red.see-more-articles {
    margin-right: 0;
    margin-left: auto;
  }
}

/* remove social media block whitespace */
.wp-block-social-block .headline-wrapper {
  margin-bottom: 40px;
}

/* remove images on mobile
.wp-block-genesis-blocks-gb-columns .wp-block-image {
	display:none;
}
@media (min-width: 32em){
	.wp-block-genesis-blocks-gb-columns .wp-block-image {
	display:block;
  }
}*/

/* update style for curator */
.crt-widget .crt-grid-post,
.crt-grid-post-tokyo .crt-grid-post-content,
.crt-grid-post-tokyo .crt-post-hover,
.crt-grid-post-tokyo .crt-grid-post-image {
  border-radius: 0 !important;
}

/* update color for external link */
.wp-block-rss-timeline__item-title a i {
  color: #0076a5;
  margin-right: 0;
}

/*LMU In The News Image resize*/
.entry-content .wp-block-rss-timeline__item-title .image-link {
  flex-basis: 125px;
}

.entry-content .wp-block-rss-timeline__item-title img {
  width: 125px;
  height: 125px;
}

.entry-content .wp-block-rss-timeline__item:nth-child(even) .image-link {
  margin-left: 0;
}

/* update h1 color for the post page */
.entry-header > h1.entry-title {
  color: #0076a5;
}

/* correct footer headline color */
.footer-widgets .widget-area .widget-title {
  color: #000;
}

/* update style for curator widget button */
@media (min-width: 60em) {
  .crt-load-more-container {
    text-align: right !important;
    padding-right: 10px;
  }
}

.crt-widget .crt-load-more {
  color: #fff !important;
  background-color: #ab0c2f !important;
  padding: 0 30px !important;
  border: none !important;
}

.crt-widget .crt-load-more:hover,
.crt-widget .crt-load-more:focus {
  color: #ab0c2f !important;
  background-color: transparent !important;

}

.wp-block-social-block .see-more-articles {
  display: none;
}

/* current post widget update */
.current-category-posts .post-thumbnail {
  flex-basis: 150px;
}

.current-category-posts li {
  align-items: start;
}

.current-category-posts h4 a {
  font-weight: 500;
  font-size: 22px;
}

.widget.widget_current_category_posts ul > li {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.widget.widget_current_category_posts ul > li:last-of-type {
  padding-bottom: 20px;
}

/* change title to grey */
.widget-area .featuredpost h4.widget-title {
  color: #888b8d;
}

/* change title to blue */
h1.archive-title {
  color: #107fb8;
  /*text-transform: uppercase; */
}

/* re-position pagination */
.archive-pagination ul {
  justify-content: flex-start;
}

.archive-pagination ul li:first-of-type {
  padding-left: 0;
}

/* quote alt style */
.site-container .wp-block-quote.has-text-align-left {
  padding-right: 13px;
  border-right: 4px solid #0076a5;
}

/* match LMU footer style */
.footer-widgets .widget-area .widget-title {
  font-size: 24px;
  letter-spacing: 2px;
}

.footer-widgets strong {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.5px;
}

@media (min-width: 48em) {
  .footer-widgets ul.sub-menu li a {
    letter-spacing: 0.5px;
  }
}

/* change font size of archive pre-fix */
@media only screen and (min-width: 960px) {
  h1.archive-title span {
    font-size: 50px;
  }
}

/* hide time in category page */
.archive .entry-header .entry-meta {
  display: none;
}

/* featured post widget update */
.sidebar-primary .featured-content .entry-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0
}

.sidebar-primary .featured-content .entry-title a,
.sidebar-primary .featured-content .entry-title a:hover {
  color: #ab0c2f;
}

/* featured post widget see all link */
.sidebar-primary .featured-content .more-from-category a {
  display: flex;
  align-content: center;
  align-items: center;
  background: #ab0c2f;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  padding: 0 30px;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}

.sidebar-primary .featured-content .more-from-category a:hover,
.sidebar-primary .featured-content .more-from-category a:focus {
  text-decoration: none;
  color: #ab0c2f;
  background-color: transparent;
  border: 1px solid currentcolor;
}

/* update featuredpost widget title color */
.widget-area .featuredpost .widget-title {
  color: #0076a5;
}

/* update recent news blocks style on Media Resources */
.wp-block-columns .wp-block-latest-posts__featured-image.alignleft {
  margin-bottom: 1em;
}

/* update base font size */
body {
  font-size: 20px;
}

/* update gap between top main nav */
@media only screen and (min-width: 1024px) {
  .nav-primary .genesis-nav-menu a {
    margin-right: 10px;
  }
}

/* style for new added meta */
.entry-terms a {
  color: #a81832;
}

/* resolve widget image issue on archive page */
.widget.featuredpost article {
  display: block;
}

/* Meida Resources page adjust */

.post-17693 .media-resource-search ul {
  padding-left: 0
}

.post-17693 .wp-block-recent-posts.lmu-in-news .animated-object {
  display: none;
}

/* adjust photo gallery caption */
.wp-block-gallery .blocks-gallery-item figure {
  flex-wrap: wrap;
  flex-direction: column;
}

.wp-block-gallery .blocks-gallery-item .blocks-gallery-item__caption {
  position: relative;
  padding: 0.7em 0;
  /*margin-top: .75rem; */
  font-weight: 500;
  line-height: 1.5;
  text-transform: initial;
  color: #0076a5;
  background: transparent;
}

/* adjust top widget and log spacing */
#header-top-widget {
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  #header-top-widget {
    margin-bottom: 0;
  }
}

/* image caption update */
figcaption,
.gallery-caption,
.wp-caption-text {
  color: #0076a5;
  background-color: transparent;
  text-transform: initial;
  padding-left: 0;
}

/* font size for footer column */
#text-3 .textwidget {
  font-size: 1rem;
  letter-spacing: 0.5px;
}

/* media resource 3 column for mobile */
@media (max-width: 599px) {
  #mediaResTopThreeCol .wp-block-column:not(:first-of-type) {
    margin-top: 3rem;
  }
}

/* social media title on mobile */
@media (max-width: 768px) {
  .wp-block-social-block {
    margin-top: 0;
  }

  .post-17357 .wp-block-social-block {
    margin-top: 3rem;
  }

  .social-board h2 {
    display: none;
  }

  .wp-block-social-block .top-social-icons {
    display: none;
  }
}

/* make recent posts images same size */

.wp-block-recent-posts .post-container img {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
}

@supports not (aspect-ratio: 1 / 1) {
  .wp-block-recent-posts .post-container img::before {
    float: left;
    padding-top: 100%;
    content: "";
  }

  .wp-block-recent-posts .post-container img::after {
    display: block;
    content: "";
    clear: both;
  }
}

/* hide meta tags for archive */
.archive .entry-meta {
  display: none;
}

.archive .entry {
  margin-bottom: 50px;
}

/* change meta data link color */
.entry-meta .entry-categories a,
.entry-meta .entry-tags a {
  color: #ab0c2f;
  font-weight: 500;
}

/* hide time for expert profile page */
.category-expert-profile .entry-meta > .entry-time {
  display: none;
}

/* update widget title with link color
*/
.sidebar .widget-title a {
  color: #0076a5;
}

/* sidebar rss widget update */
.sidebar .widget_rss .rss-widget-icon {
  display: none;
}

.sidebar #custom_html-5 .wp_rss_retriever_list a {
  color: #ab0c2f;
}

/* update subscribe button look */
#subscribe-submit button[type="submit"] {
  color: #fff;
  background-color: #ab0c2f;
  height: 100%;
  min-height: 40px;
}

#subscribe-submit button[type="submit"]:hover,
#subscribe-submit button[type="submit"]:focus {
  color: #ab0c2f;
  background-color: transparent;
  border: 1px solid currentcolor;
}

/* photo align for expert page */
@media (max-width: 599px) {
  .category-expert-profile .wp-block-image .alignright {
    margin-left: 0;
    float: none;
  }
}

/* power search adjust */
[data-sf-form-id="19449"] {
  display: block;
}

[data-sf-form-id="19272"] {
  display: none;
}

@media(min-width: 599px) {
  [data-sf-form-id="19449"] {
    display: none;
  }

  [data-sf-form-id="19272"] {
    display: block;
  }
}

[data-sf-form-id="19272"] li[class^='sf-field'] ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 0.5rem;
}

[data-sf-form-id="19272"] li[class^='sf-field'] ul li {
  display: flex;
  align-items: center;
}

[data-sf-form-id="19272"] ul,
[data-sf-form-id="19449"] ul {
  padding-left: 0;
}

[data-sf-form-id="19272"] > ul {
  display: flex;
  flex-wrap: wrap;
}

[data-sf-form-id="19272"] > ul > li {
  width: 100%;
  padding-bottom: 20px;
  font-size: 17px;
}

@media (min-width: 982px) {

  [data-sf-form-id="19272"] .sf-field-category,
  [data-sf-form-id="19272"] .sf-field-post_date {
    width: 50%;
  }

  /*
	[data-sf-form-id="19272"] .sf-field-category {
		order: -1;
	} */
}

[data-sf-form-id="19272"] h4,
[data-sf-form-id="19449"] h4 {
  font-size: 28px !important;
}

/* hide spotlight tag for search */
[data-sf-form-id="19272"] .sf-field-tag .sf-item-2390,
[data-sf-form-id="19272"] .sf-field-tag .sf-item-2398,
[data-sf-form-id="19272"] .sf-field-tag .sf-item-2403,
[data-sf-form-id="19272"] .sf-field-tag .sf-item-2399,
[data-sf-form-id="19272"] .sf-field-tag .sf-item-2401,
[data-sf-form-id="19272"] .sf-field-tag .sf-item-2400,
[data-sf-form-id="19272"] .sf-field-tag .sf-item-2402,
[data-sf-form-id="19272"] .sf-field-tag .sf-item-2414,
[data-sf-form-id="19272"] .sf-field-tag .sf-item-2415 {
  display: none;
}

.select2-results__options [id$="spotlight"] {
  display: none;
}

/* widget link */
.widget_custom_html .localist-widget .lwn > a,
.widget_custom_html .custom-html-widget [align="right"] a,
#subscribe-widget a,
#search_filter_register_widget-5 .search-filter-reset {
  color: #ab0c2f;
}

.widget_custom_html .localist-widget .lwn0 {
  padding-left: 5px;
}

.widget_custom_html .custom-html-widget a:hover,
.widget_custom_html .custom-html-widget a:focus,
#subscribe-widget a:hover,
#subscribe-widget a:focus {
  color: #000 !important;
}

/* college feature post padding */
#ca-sidebar-19985 .entry {
  margin-bottom: 0;
}

/* Gtranslate font update */
#gtranslate_selector {
  font-size: 15px;
  font-weight: 400;
}

@media (min-width: 48em) {
  #gtranslate_selector {
    letter-spacing: 0.5px;
  }
}

/* prev/next button resize */
.archive-pagination li a,
.wp-block-post-slider .swiper-button {
  height: 40px;
  width: 40px;
}

.pagination-previous a,
.pagination-next a {
  padding-left: 15px;
  padding-right: 15px;
}

/* widget list style */
.textwidget > ul > li {
  list-style: initial;
}

.textwidget > ul {
  margin-left: 1rem;
}

/* breadcrumb update */
.breadcrumb {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: none;
}

.breadcrumb span > a {
  text-transform: capitalize
}

.breadcrumb a {
  color: #ab0c2f;
  border-bottom: 0.0625rem solid currentColor;
  padding-bottom: 0;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  border-color: transparent;
  text-decoration: none;
}

/* meta tag update */
.entry-footer .entry-meta span > a {
  text-transform: none;
}

.entry-terms a {
  font-size: 15px;
}

/* spotlight font size */
.archive article[class*="spotlight "] h2 {
  font-size: 24px;
  font-weight: 600;
}

/* advanced search link in search form */
.textwidget {
  position: relative;
}

#search-filter-form-17108 + a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 105px;
  padding-left: 10px;
  line-height: 1;
}

#search-filter-form-17108 + a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #000;
  height: 100%;
}

.sf-field-reset {
  line-height: 1;
}

#search-filter-form-17108 .search-filter-reset,
#search-filter-form-17108 + a {
  color: #ab0c2f;
}

/* power search on mobile font adjust */
[data-sf-form-id="19449"] .select2-container {
  font-size: 16px;
}

/* top slider style */
.gallery-top .post-details {
  padding: 10px;
  background-color: #ab0c2f;
  color: #fff;
}

@media only screen and (min-width: 960px) {
  .entry-content .gallery-top .post-details {
    padding-top: 3rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.gallery-top .post-details a,
.gallery-top .post-details a > h3 {
  color: #fff;
}

@media only screen and (min-width: 960px) {
  .wp-block-post-slider .slide-controls {
    left: calc(66.7% + 30px);
  }
}

.wp-block-post-slider .swiper-button:hover,
.wp-block-post-slider .swiper-button:focus {
  color: #ffb600;
}

.wp-block-post-slider .swiper-button {
  padding-bottom: 0;
  margin-top: 0;
}

.wp-block-post-slider .swiper-button-next {
  margin-right: 15px;
}

.wp-block-post-slider .swiper-button-control {
  z-index: 2;
  font-size: 15px;
}

/* widget margin bottom */
#media_image-2,
#media_image-3 {
  margin-bottom: 0;
}

/* expert search */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 18px;
}

.select2-container .select2-search--inline .select2-search__field {
  font-size: 15px;
}

.page-id-17693 .select2-results {
  font-size: 16px;
}

/* mailchip signup form */
#mc_embed_signup {
  font-family: 'METRIC' !important;
  font-size: 20px !important;
}

#mc_embed_signup form {
  padding-top: 0 !important;
}

#mc_embed_signup .button {
  background-color: #ab0c2f !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
}

#mc_embed_signup .button:hover,
#mc_embed_signup .button:focus {
  color: #ab0c2f;
  background-color: #fff !important;
  border: 1px solid currentcolor;
}

#mc_embed_signup .mc-field-group.input-group input {
  margin-right: 0.5rem;
}

/* reduce white space on homepage between icons and title */
.lmu-columns-1 .wp-block-image {
  margin-bottom: 0;
}

/* subscrib sidebar widget update */
#subscribSideBar a,
#text-40 a {
  color: #ab0c2f;
}

#subscribSideBar a:hover,
#subscribSideBar a:focus,
#text-40 a:hover,
#text-40 a:focus {
  color: #000;
}

/* remove outline on focus */
.swiper-button:focus,
.wp-block-genesis-blocks-gb-column figure a:focus {
  outline: none;
}

/* update for plain gallery image caption */
.gallery.gallery-size-thumbnail figcaption {
  text-align: center;
}

/* update top entry-terms font */
.entry-content .entry-terms a {
  font-size: 20px
}

/* hot topic header fix */
.ultp-heading-inner {
  border-bottom-color: transparent !important;
}

.boilerplate-block {
  padding: 20px 20px 1px 20px;
  background-color: #f3f3f3;
}

.entry-content .wp-block-post-slider .swiper-button {
  font-size: 30px;
  background-color: #aa0c2f;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.entry-content .wp-block-post-slider .swiper-button-control {
  font-size: 15px;
}

.entry-content .wp-block-post-slider .swiper-button:hover,
.entry-content .wp-block-post-slider .swiper-button:focus {
  color: #ffb600;
  background-color: transparent;
  border: none;
}

@media screen and (min-width:60em) {
  .entry-content .wp-block-post-slider .swiper-button {
    background-color: transparent !important;
    border: none !important;
  }
}

.entry-content .select2-container .select2-search--inline .select2-search__field {
  font-size: 15px;
}

.entry-content .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 20px;
}

.aligncenter,
.aligncenter > figcaption {
  text-align: center;
}

/* Byline */
.Author-outer {
  margin-bottom: 30px;
  margin-top: 25px;
}

.Author-list {
  display: flex;
  flex-direction: column;
  margin: -15px 0;
}

@media screen and (min-width: 768px) {
  .Author-list {
    flex-direction: row;
    align-items: center;
    margin: 0 -30px;
  }
}

.Author {
  padding: 15px 0;
  min-height: 50px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .Author {
    padding: 0 30px;
    border-left: 1px solid #c4c4c4;
  }
}

.Author:first-child {
  border-left: 0;
}

.Author-avatar {
  background-color: #c4c4c4;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 15px;
  flex: none;
}

.Author-avatar img {
  object-fit: cover;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.Author-name,
.Author-link {
  font-size: 16px;
  line-height: 1.125;
}

.Author-link a {
  color: #aa0c2f;
}


/* Location Weather Widget */
#header-top-widget .widget_lw_widget {
  margin-top: -10px;
}

@media screen and (min-width: 422px) {
  #header-top-widget .widget_lw_widget {
    margin-top: 0;
  }
}

#header-top-widget .widget_lw_widget .splw-main-wrapper,
#header-top-widget .widget_lw_widget .splw-weather-title,
#header-top-widget .widget_lw_widget .splw-lite-wrapper,
#header-top-widget .widget_lw_widget .splw-lite-header,
#header-top-widget .widget_lw_widget .splw-lite-body,
#header-top-widget .widget_lw_widget .splw-lite-current-temp,
#header-top-widget .widget_lw_widget .splw-lite-current-text {
  margin: 0;
  padding: 0;
}

#header-top-widget .widget_lw_widget .splw-lite-wrapper,
#header-top-widget .widget_lw_widget .splw-lite-body,
#header-top-widget .widget_lw_widget .splw-cur-temp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

#header-top-widget .widget_lw_widget .splw-lite-wrapper {
  background: transparent;
  border-radius: 0;
}

#header-top-widget .widget_lw_widget .splw-lite-header-title,
#header-top-widget .widget_lw_widget .splw-lite-current-temp .cur-temp,
#header-top-widget .widget_lw_widget .splw-lite-current-text,
#header-top-widget .widget_lw_widget .splw-lite-current-text span {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Metric';
  line-height: 1;
}

#header-top-widget .widget_lw_widget .splw-lite-current-temp img {
  width: 35px;
  height: 35px;
}

#header-top-widget .widget_lw_widget .splw-lite-current-text {
  margin-left: 10px;
}

.entry-content .wp-block-rss-timeline__item-title,
.entry-content .wp-block-rss-timeline__item:nth-child(even) .wp-block-rss-timeline__item-title {
  justify-content: space-between;
}

@media screen and (min-width:550px) {
  .entry-content .wp-block-rss-timeline__item:nth-child(even) .wp-block-rss-timeline__item-title {
    justify-content: flex-start;
  }

  .entry-content .wp-block-rss-timeline__item:nth-child(odd) .wp-block-rss-timeline__item-title {
    justify-content: flex-end;
  }
}

.site-container {
  overflow-x:hidden;
}