/*
	Theme Name: MSU Magazine Pro Theme
	Theme URI: http://my.studiopress.com/themes/magazine/
	Description: Default theme for Missouri State University blogs
	Author: Missouri State University, Office of Web Strategy and Development
	Author URI: https://www.missouristate.edu/web

	Version: 1.4.12
	
	Tags: black, white, one-column, responsive-layout, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/* HTML 5 reset */
/** Baseline Normalize **/
/**	normalize.css v2.1.2 | MIT License | git.io/normalize **/
@import url("https://use.typekit.net/ojp5gxl.css");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #222;
}

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1.2rem 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table caption {
  text-align: left;
  font-weight: 700;
}

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

/** Float Clearing **/
.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.featured-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-content:after,
.entry:after,
.featured-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;
}

/* Defaults */
li#pp-search {
  list-style-type: none;
}

.Desktop #MastheadInner,
.Desktop #SearchContainer > .SiteIndex,
.Desktop #SearchContainer > .BearPassLogin {
  max-width: 1160px;
}

#Masthead .Logo img {
  height: revert;
  max-width: revert;
}

@media screen and (min-width: 700px) {
  #SearchContainer > .SiteIndex,
  #SearchContainer > .BearPassLogin {
    width: 100%;
  }
}

/** Typographical Elements **/
body {
  background-color: #ffffff;
  color: #1a1a1a;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

body.magazine-landing {
  background-color: #1a1a1a;
}

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

::-moz-selection {
  background-color: #eb002b;
  color: #ffffff;
}

::selection {
  background-color: #eb002b;
  color: #ffffff;
}

a {
  background-color: inherit;
  color: #5e0009;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #eb002b;
  text-decoration: underline;
}

p {
  margin: 0 0 1.2rem;
  padding: 0;
}

strong {
  font-weight: 700;
}

ol,
ul {
  padding: 0 0 0 1.8rem;
}

ol.footnotes {
  border-top: solid 1px #bfced6;
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  font-size: 0.8rem;
}

dl {
  padding: 0;
}

dt {
  font-weight: 700;
  margin: 1.2rem 0 0.6rem;
}

dd {
  margin-bottom: 0.6rem;
}

blockquote,
blockquote::before {
  color: #00768e;
  margin: 0 0 1.2rem;
}

blockquote p {
  line-height: 1.2;
}

figure blockquote {
  margin: 0;
}

cite {
  font-style: normal;
}

/** Headings **/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #425563;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin: 2.4rem 0 1.2rem;
}

h1,
h1.entry-title {
  font-family: freight-text-pro, Georgia, "Times New Roman", Times, serif;
  font-size: 3.05176rem;
  margin: 0 0 1.2rem;
}

h2,
h2.entry-title {
  font-size: 2.44141rem;
}

h3 {
  font-size: 1.95312rem;
}

h4 {
  font-size: 1.5625rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.callout h2,
.promo h2 {
  font-size: 1.60181rem;
  text-align: center;
}

.callout h3,
.promo h3 {
  font-size: 1.42383rem;
}

.callout h4,
.promo h4 {
  font-size: 1.26562rem;
}

.callout h5,
.promo h5 {
  font-size: 1.125rem;
}

/** Objects **/
.site-container embed,
.site-container iframe,
.site-container img,
.site-container object,
.site-container video,
.site-container .wp-caption {
  max-width: 100%;
}

.site-container img {
  height: auto;
}

.site-container img,
.site-container iframe,
.site-container picture {
  border: 0;
  display: block;
}

.site-container .featured-content img,
.site-container .gallery img {
  width: auto;
}

/** Gallery **/
.gallery {
  overflow: hidden;
  margin-bottom: 28px;
}

.gallery-item {
  float: left;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  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 .gallery-item img {
  border: none;
  height: auto;
  margin: 0;
}

/** Forms **/
.site-container input,
.site-container select,
.site-container textarea {
  background-color: #ffffff;
  border: solid 1px #bfced6;
  color: #1a1a1a;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 16px;
  width: 100%;
}

.site-container input:focus,
.site-container textarea:focus {
  border: 1px solid #1a1a1a;
  outline: none;
}

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

.site-container ::-moz-placeholder {
  color: #1a1a1a;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  opacity: 1;
}

.site-container ::-webkit-input-placeholder {
  color: #1a1a1a;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
}

.site-container button,
.site-container input[type="button"],
.site-container input[type="reset"],
.site-container input[type="submit"],
.site-container .button,
.site-container .entry-content .button,
.site-container .entry-content .Button,
.site-container .entry-content a.Button {
  background-color: #5e0009;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
  text-decoration: none;
  border-radius: 0;
  line-height: normal;
  font-size: 0.8rem;
}

.site-container .entry-content .button {
  font-size: 1rem;
}

.site-container button:hover,
.site-container input:hover[type="button"],
.site-container input:hover[type="reset"],
.site-container input:hover[type="submit"],
.site-container .button:hover,
.site-container .entry-content .button:hover,
.site-container .entry-content .Button:hover {
  color: #ffffff;
  background-color: #eb002b;
}

.site-container .entry-content .button:hover {
  color: #ffffff;
  text-decoration: none;
}

.site-container .button {
  display: inline-block;
}

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

.site-container .block .mejs-button > button {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 6px;
  margin-right: 6px;
}

/** Tables **/
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 1.2rem;
  width: 100%;
}

th,
thead td {
  background-color: #ecf0f3;
}

td {
  border-color: #bfced6;
}

/* Structure and layout */
/* Grid */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper {
  margin: 2.4rem 0;
}

.wrapper::after {
  content: "";
  clear: both;
  display: block;
}

.row {
  margin: 2.4rem auto;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

.row > *:first-child {
  margin-top: 0;
}

.row > *:last-child {
  margin-bottom: 0;
}

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

.row .expanded img {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .row {
    padding: 0 1.2rem;
    margin: 1.2rem auto;
  }
}

.block {
  margin: 2.4rem 0;
  overflow: auto;
  clear: both;
}

.block *:first-child {
  margin-top: 0;
}

/** Site Containers **/
.site-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1140px;
}

.site-inner {
  clear: both;
  padding-top: 2.4rem;
}

.magazine-home .site-inner {
  padding-bottom: 10px;
}

.magazine-landing .site-inner,
.magazine-landing .wrap {
  max-width: 800px;
}

.magazine-landing .site-inner {
  padding-bottom: 40px;
}

/** Column Widths and Positions **/
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 930px;
}

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

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

/* Content */
.content {
  float: right;
  width: 750px;
}

.magazine-landing .content {
  background-color: #ffffff;
  padding: 50px 60px 24px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 540px;
}

.full-width-content .content {
  width: 100%;
}

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}

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

/* Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

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

/** Column Classes **/
/**	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css **/
.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;
}

/* Common classes */
/* Helpers */
.circle {
  border-radius: 50%;
  overflow: hidden;
}

.shaded {
  background-color: #ecf0f3;
}

.content .entry-content .reverse *,
.reverse * {
  color: #ffffff;
}

.content .entry-content .reverse .button,
.reverse .button {
  background-color: #ffffff;
  color: #1a1a1a;
}

.content .entry-content .reverse .button:hover,
.reverse .button:hover {
  background-color: #eb002b;
  color: #ffffff;
}

.content .entry-content .reverse .promo,
.reverse .promo {
  border-color: rgba(255, 255, 255, 0.5);
}

.carve {
  width: 33%;
}

.carve.left, .carve.right {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.carve.left {
  float: left;
  margin-right: 2.4rem;
}

.carve.right {
  float: right;
  margin-left: 2.4rem;
}

.carve::after {
  content: "";
  display: block;
  clear: both;
}

.chapter {
  text-align: center;
  font-size: 3.8147rem;
  line-height: 1;
  font-family: freight-text-pro, Georgia, "Times New Roman", Times, serif;
  color: #425563;
}

/** WordPress **/
.avatar {
  float: left;
}

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

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

.author-box .avatar {
  height: 70px;
  margin-right: 1.2rem;
  width: 70px;
}

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

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

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone {
  margin-bottom: 12px;
}

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

.alignright {
  float: right;
}

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

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

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

.entry-header,
.entry-content,
.entry-footer {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 480px) {
  .entry-header,
  .entry-content {
    font-size: 1rem;
  }
}

.entry-header .hero-caption,
.entry-content .wp-caption-text {
  font-size: 1rem;
  font-weight: 400;
  margin: 1.2rem 0 0 0;
  color: #00768e;
}

.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 10px;
}

.widget_calendar table {
  width: 100%;
}

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

/** Genesis **/
.breadcrumb {
  border-bottom: none;
  color: #425563;
  font-size: 0.8rem;
  padding: 0;
  margin-bottom: 2.4rem;
}

.breadcrumb a {
  text-decoration: underline;
}

.archive-description,
.author-box {
  margin-bottom: 2.4rem;
  padding: 1.2rem;
}

.archive-description,
.author-box {
  background-color: #ecf0f3;
}

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

.author-box-title {
  color: #484848;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  display: table;
}

.author-box-content {
  display: table;
}

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

/** Search Form **/
.search-form {
  overflow: hidden;
}

.search-form-label {
  position: absolute;
  left: -999em;
}

.entry-content .search-form {
  width: 50%;
}

.site-header .search-form {
  float: none;
  margin-top: 24px;
}

.site-header .search-form input[type="search"] {
  width: 220px;
  background-color: #ecf0f3;
  border: none;
}

.footer-widgets .search-form input {
  border: none;
}

.genesis-nav-menu .search-form input {
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #ffffff;
  text-transform: uppercase;
  width: 180px;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
  color: #ffffff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
  color: #ffffff;
}

.genesis-nav-menu .search-form input:focus {
  border: solid 1px #ffffff;
}

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

/** Titles **/
.entry-title {
  font-weight: 700;
}

.entry-title a,
.sidebar .widget-title a {
  color: #5e0009;
  font-weight: inherit;
}

.entry-title a:hover {
  color: #eb002b;
}

.widget-title {
  clear: both;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.magazine-home .content .widget-title,
.sidebar .widget-title,
#msu_calendar h2 {
  background-color: #bfced6;
  font-family: alternate-gothic-no-3-d, Helvetica Neue Condensed, Arial Narrow, Impact, sans-serif;
  font-size: 1.5625rem;
  color: #425563;
  padding: 0.6rem;
  text-transform: uppercase;
}

.sidebar .enews .widget-title {
  background: none;
  padding: 0;
}

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

.archive-title {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 1.2rem;
}

/* Components */
/* Callout */
.callout {
  padding: 2.4rem;
  margin: 2.4rem 0;
}

@media only screen and (max-width: 480px) {
  .callout {
    padding: 1.2rem;
  }
}

.callout > h2 {
  margin: 0 0 2.4rem;
  font-family: freight-text-pro, Georgia, "Times New Roman", Times, serif;
}

.callout > h2:last-child {
  margin: 0;
}

.callout > h2::after {
  display: block;
  content: "";
  border-bottom: solid 0.5rem;
  border-bottom-color: inherit;
  width: 3rem;
  margin: 2.4rem auto 0;
}

@media only screen and (max-width: 480px) {
  .callout .row {
    margin: 2.4rem 0;
    padding: 0;
  }
}

.callout .row:first-child {
  margin-top: 0;
}

.callout .row:last-child {
  margin-bottom: 0;
}

.callout:last-child {
  margin-bottom: 0;
}

/* Infographic */
.card {
  border: none;
  padding: 0;
}

.infographic .number {
  font-size: 1.95312rem;
  line-height: 1;
  text-transform: uppercase;
  color: #00768e;
  text-align: center;
  margin-bottom: 0;
}

.infographic .description {
  font-size: 0.8rem;
  color: #00768e;
  text-align: center;
}

/* Promo */
.promo {
  border: solid 1px #bfced6;
  padding: 2.4rem;
}

@media only screen and (max-width: 480px) {
  .promo {
    padding: 1.2rem;
  }
}

.cta {
  text-align: center;
}

/* Pullquote, profile */
.profile,
.pullquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.profile .image,
.pullquote .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 auto;
  height: 120px;
  width: 120px;
  margin-bottom: 1.2rem;
}

.profile .description,
.pullquote .description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.profile .attribution,
.pullquote .attribution {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  color: #00768e;
  margin-top: 0.6rem;
}

.profile .attribution .title,
.pullquote .attribution .title {
  text-transform: none;
}

.profile.horizontal,
.pullquote.horizontal {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 620px) {
  .profile.horizontal,
  .pullquote.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .profile.horizontal .image,
  .pullquote.horizontal .image {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .profile.horizontal .description,
  .pullquote.horizontal .description {
    vertical-align: top;
  }
  .profile.horizontal::after,
  .pullquote.horizontal::after {
    content: "";
    display: block;
  }
}

/* Widgets */
.widget ul {
  padding-left: 0;
}

.widget,
.widget li {
  word-wrap: break-word;
}

.widget li {
  list-style-type: none;
}

.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-bottom: 0;
}

.widget ul > li:last-child {
  margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
  margin: 0;
  padding: 0;
}

/** Featured Content **/
.featured-content {
  clear: both;
  overflow: hidden;
}

.featured-content .entry-header {
  margin-bottom: 1.2rem;
}

.home-middle .featured-content a,
.home-top .featured-content a {
  position: relative;
}

.featured-content .entry {
  margin-bottom: 2.4rem;
}

.content .home-middle .featured-content .entry,
.content .home-top .featured-content .entry {
  border: none;
  float: left;
  max-width: 100%;
}

.home-middle .featured-content .entry {
  width: 360px;
}

.content .home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
  border-bottom: 1px solid #bfced6;
}

.sidebar .featured-content .entry:last-child {
  border-bottom: none;
}

.home-middle .featured-content .entry-content p:last-child,
.home-top .featured-content .entry-content p:last-child,
.sidebar .featured-content .entry:last-child {
  margin-bottom: 0;
}

.home-middle .featured-content .entry:nth-of-type(2n + 1) {
  clear: left;
  margin-right: 30px;
}

.featured-content .entry-title {
  border: none;
  font-size: 1.563em;
  margin-top: 0;
}

.featured-content .entry-content {
  margin: 0;
}

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

.featured-content .entry-title a {
  border: none;
}

.featured-content a.alignnone {
  display: inline-block;
  margin-bottom: 1.2rem;
  max-width: 100%;
}

.featured-content .entry-header .entry-meta {
  margin-bottom: 0.8em;
}

.js .content .home-middle a .entry-time,
.js .content .home-top a .entry-time {
  background-color: #eb002b;
  bottom: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 10px;
  position: absolute;
  right: 0;
}

.js .home-middle a.alignleft,
.js .home-top a.alignleft {
  margin: 0 24px 24px 0;
}

.js .home-middle a.alignright,
.js .home-top a.alignright {
  margin: 0 0 24px 24px;
}

.js .home-middle a.alignleft img,
.js .home-middle a.alignright img,
.js .home-top a.alignleft img,
.js .home-top a.alignright img {
  margin: 0;
}

.home-middle a.more-link,
.home-top a.more-link {
  background-color: #bfced6;
  clear: both;
  color: #333;
  display: block;
  font-size: 14px;
  margin-top: 20px;
  padding: 8px 10px;
  text-align: center;
}

.home-middle a.more-link:hover,
.home-top a.more-link:hover {
  background-color: #eb002b;
  color: #fff;
}

.featured-content ul {
  clear: both;
  margin-bottom: 2.4rem;
}

.featured-content li {
  list-style-type: none;
}

.more-from-category,
.more-from-category:last-child {
  clear: both;
  margin-bottom: 2.4rem;
}

.more-from-category a {
  text-transform: uppercase;
  display: inline-block;
  padding: 0.8em;
  border: solid 1px #bfced6;
}

/* Plugins */
/** Genesis eNews Extended **/
.enews-widget {
  background-color: #425563;
  color: #bfced6;
  padding: 40px;
}

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

.enews-widget .widget-title {
  color: #ffffff;
}

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

.enews-widget input:focus {
  border: solid 1px #bfced6;
}

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

.enews-widget input:hover[type="submit"] {
  background-color: #ffffff;
  color: #1a1a1a;
}

/** Genesis Latest Tweets **/
.latest-tweets ul li {
  margin-bottom: 1.2rem;
}

/** Genesis Responsive Slider **/
.magazine-home .content #genesis-responsive-slider,
.magazine-home .content .genesis_responsive_slider li {
  border: none;
}

.magazine-home .genesis_responsive_slider {
  margin-bottom: 40px;
}

.magazine-home .content .genesis_responsive_slider li:before {
  content: "";
  margin: 0;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt,
.magazine-home .content .genesis_responsive_slider .slide-excerpt-border {
  background: transparent;
  border: none;
  margin: 0;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt {
  padding: 0;
}

.magazine-home .content #genesis-responsive-slider,
.magazine-home .content .genesis_responsive_slider .slides li,
.magazine-home .content .genesis_responsive_slider .flex-direction-nav li {
  margin: 0;
  padding: 0;
}

.magazine-home .content .genesis_responsive_slider .flex-control-nav {
  line-height: 1;
}

.magazine-home .content .genesis_responsive_slider .flex-control-nav li {
  margin: 0;
  padding: 0 5px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a {
  -webkit-transition: none;
  transition: none;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt-border {
  background: #ffffff;
  width: 100%;
}

.magazine-home .content .genesis_responsive_slider h2,
.magazine-home .content .genesis_responsive_slider h2 a {
  line-height: 1.2;
  margin: 0;
}

.magazine-home .content .genesis_responsive_slider p {
  font-size: 0.8rem;
  margin: 10px 0 0;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a {
  background: url(images/icon-direction-nav.png) no-repeat -50px 0;
  background-size: 100px 98px;
  height: 49px;
  outline: none;
  right: -25px;
  -webkit-transition: none;
  transition: none;
  width: 50px;
}

.magazine-home
.content
.genesis_responsive_slider
.flex-direction-nav
li
a:hover {
  background-position: -50px -49px;
}

.magazine-home
.content
.genesis_responsive_slider
.flex-direction-nav
li
a.prev {
  background-position: 0 0;
  bottom: auto;
  left: auto;
  right: 62px;
  top: 30px;
}

.magazine-home
.content
#genesis-responsive-slider
.flex-direction-nav
li
a.next {
  bottom: auto;
  left: auto;
  right: 10px;
  top: 30px;
}

.magazine-home
.content
#genesis-responsive-slider
.flex-direction-nav
li
a:hover.prev {
  background-position: 0 -49px;
}

/** Jetpack **/
img#wpstats {
  display: none;
}

/** Simple Social Icons **/
.sidebar .simple-social-icons ul li {
  margin: 0 2px 4px !important;
}

/* Subscription */
.jetpack_subscription_widget #subscribe-text {
  margin-bottom: 1.2rem;
}

/* Site header */
/* Site header */
.site-header {
  background-color: #ffffff;
}

.site-header .wrap {
  border-bottom: solid 1px #bfced6;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .site-header .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/** Title Area **/
.title-area {
  padding-top: 30px;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}

.header-image .title-area {
  padding: 0;
}

.site-title {
  font-family: freight-text-pro, Georgia, "Times New Roman", Times, serif;
  font-size: 3.05176rem;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
  font-weight: 700;
}

.site-title a {
  color: #5e0009;
  text-decoration: none;
}

.site-title a:hover {
  color: #eb002b;
  text-decoration: underline;
}

.site-description {
  display: block;
  height: 0;
  margin-bottom: 0;
  text-indent: -9999px;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
  width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
  display: block;
  height: 0;
  margin-bottom: 0;
  text-indent: -9999px;
}

/* Logo, hide text */
.header-image .site-header .wrap {
  padding: 0;
}

.header-image .site-title a {
  background-position: center !important;
  background-size: contain !important;
  float: left;
  display: block;
  min-height: 90px;
  text-indent: -9999px;
  width: 100%;
}

/** Widget Area **/
.site-header .widget-area {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.header-image .site-header .title-area,
.header-image .site-header .widget-area {
  padding: 40px 0;
}

.site-header .widget-area p {
  margin-bottom: 0;
}

/* Site navigation */
.genesis-nav-menu {
  clear: both;
  color: #425563;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  padding-left: 0;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}

.genesis-nav-menu a {
  border: none;
  color: #5e0009;
  display: block;
  padding: 25px 20px;
  position: relative;
  text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #eb002b;
  text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 190px;
  z-index: 99;
  padding-left: 0;
  margin-top: 0;
}

.genesis-nav-menu .sub-menu a {
  background-color: #ffffff;
  border: solid 1px #bfced6;
  border-top: none;
  font-size: 0.8rem;
  padding: 20px;
  position: relative;
  text-transform: none;
  width: 190px;
}

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

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

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

.genesis-nav-menu > .right {
  color: #ffffff;
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 25px 0;
  text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 7px 0 0;
}

/** Site Header Navigation **/
.site-header .sub-menu {
  border-top: solid 1px #bfced6;
}

.site-header .sub-menu .sub-menu {
  margin-top: -54px;
}

/** Primary Navigation **/
.nav-primary {
  background-color: #7e333a;
  color: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.admin-bar .nav-primary {
  top: 82px;
}

.nav-primary a {
  color: #ffffff;
}

.nav-primary a:hover,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
  color: #ffffff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
  background-color: #7e333a;
  border: 1px solid #ffffff;
  border-top: none;
}

/** Secondary Navigation **/
.nav-secondary {
  background-color: #ffffff;
}

.nav-secondary .wrap {
  border-bottom: solid 1px #bfced6;
}

/** Responsive Menu **/
.responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  text-align: center;
}

.responsive-menu-icon::before {
  content: "\f333";
  display: inline-block;
  font: normal 20px/1 "dashicons";
  margin: 0 auto;
  padding: 10px;
}

.site-header .responsive-menu-icon::before {
  padding: 0;
}

/* Content area */
/** Entries **/
.single .entry-header .container::after,
.single .entry-footer .container::before {
  content: "";
  display: block;
  width: 3rem;
}

.single .entry-header .container::after {
  border-bottom: solid 0.5rem #eb002b;
}

.single .entry-footer .container::before {
  border-top: solid 0.5rem #eb002b;
}

.entry-excerpt {
  color: #00768e;
  font-size: 1.95312rem;
}

.single .entry-excerpt {
  margin-bottom: 2.4rem;
}

.archive img.alignleft,
.archive img.alignright,
.search img.alignleft,
.search img.alignright {
  margin-bottom: 0;
}

.archive .content .entry,
.home .content .entry,
.page-template-page_blog-php .content .entry {
  border-bottom: solid 1px #bfced6;
}

.entry-content a {
  color: #5e0009;
  text-decoration: underline;
}

.entry-content a:hover {
  color: #eb002b;
}

.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 1.2rem;
}

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

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

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

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

.entry-meta {
  font-size: 1rem;
}

.entry-meta a {
  color: inherit;
  text-decoration: underline;
  text-transform: none;
}

.entry-time {
  font-weight: 700;
}

.entry-meta a:hover {
  color: #eb002b;
}

.entry-header .hero {
  margin-bottom: 2.4rem;
}

.entry-header .hero-image {
  margin-bottom: 0.6rem;
}

.entry-header .hero-image img {
  width: 100%;
  display: block;
}

.entry-header .entry-meta,
.entry-footer .entry-meta {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

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

.entry-categories,
.entry-tags {
  display: block;
  margin: 0.6rem 0;
  text-transform: uppercase;
}

.counter {
  color: #425563;
  text-align: center;
}

.modifier {
  line-height: 1;
}

.number {
  font-weight: 400;
  font-size: 3.8147rem;
  line-height: 1;
}

/** After Entry **/
.after-entry {
  border-bottom: solid 1px #bfced6;
  border-top: solid 1px #bfced6;
  margin-top: 40px;
  padding: 30px 0;
}

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

.after-entry .widget {
  margin-bottom: 30px;
}

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

/** Pagination **/
.archive-pagination,
.entry-pagination {
  font-size: 0.8rem;
  margin: 40px 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #5e0009;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #eb002b;
}

.entry-pagination a {
  border-bottom: solid 1px #bfced6;
}

/** Comments **/
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #ffffff;
  margin-bottom: 2.4rem;
}

.comment-respond {
  border-top: solid 1px #bfced6;
  padding-top: 2.4rem;
}

.comment-respond h3 {
  margin-top: 0;
}

.comment-content {
  clear: both;
}

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

.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-list li,
.ping-list li {
  list-style-type: none;
}

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

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

li.comment {
  background-color: #ecf0f3;
  border: solid 1px #bfced6;
  border-right: none;
}

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

.form-allowed-tags {
  background-color: #ecf0f3;
  font-size: 0.8rem;
  padding: 24px;
}

/* Sidebars */
.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
  margin-bottom: 24px;
}

.sidebar li {
  border-bottom: solid 1px #bfced6;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-left: .6rem;
  padding-right: .6rem;
}

.sidebar .widget {
  margin-bottom: 2.4rem;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
  background-color: #ecf0f3;
  color: #5e0009;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
  background-color: #eb002b;
  color: #ffffff;
}

/* Footer widgets */
.footer-widgets {
  background-color: #425563;
  color: #bfced6;
  clear: both;
  font-size: 0.8rem;
  padding: 60px 0 20px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 360px;
}

.footer-widgets-1 {
  margin-right: 30px;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

.footer-widgets a {
  color: #ffffff;
  font-weight: 400;
}

.footer-widgets a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-widgets p:last-child {
  margin-bottom: 0;
}

.footer-widgets .widget {
  margin-bottom: 40px;
}

.footer-widgets li {
  margin-bottom: 20px;
}

.footer-widgets .enews-widget {
  padding: 0;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #ffffff;
  color: #5e0009;
}

.footer-widgets button:hover,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:hover {
  background-color: #ffffff;
  color: #eb002b;
}

/* Site footer */
.site-footer {
  background-color: #425563;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  text-align: center;
}

.site-footer .wrap {
  border-top: solid 1px #bfced6;
  padding: 60px 0;
}

.site-footer,
.site-footer a {
  color: #ffffff;
}

.site-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

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

/* Events Widget */
.widget-area .msu_calendar {
  padding: 0;
}

.widget-area .msu_calendar ul {
  margin: 1.2rem 0;
}

.widget-area .msu_calendar h2 {
  border-bottom: 0;
  margin: 0;
}

.widget-area .msu_calendar li {
  margin: 0;
  padding: 0.6rem;
}

.widget-area .msu_calendar li:first-child {
  border-top: solid 1px #bfced6;
}

.widget-area .msu_calendar .date,
.widget-area .msu_calendar .time {
  color: #1a1a1a;
}

.widget-area .msu_calendar .date {
  font-size: 0.8rem;
}

.widget-area .msu_calendar .leftList {
  display: none;
}

.widget-area .msu_calendar .rightList {
  margin-left: 0;
}

/* New styles */
/* Deprecated */
.feature .nav-secondary {
  padding-bottom: 2.4rem;
}

.feature .breadcrumb {
  display: none;
}

.feature .entry-header,
.feature .entry-content {
  line-height: 1.2;
}

.feature .entry-content h1,
.feature .entry-content h2,
.feature .entry-content h3,
.feature .entry-content h4,
.feature .entry-content h5,
.feature .entry-content h6 {
  margin: 2.4rem 0 1.2rem;
}

.feature .site-inner {
  max-width: 100%;
  padding: 0;
}

.feature .wrapper {
  margin: 0;
}

.feature .callout {
  padding: 0;
}

.feature .container,
.feature .row {
  width: 90%;
  max-width: 620px;
  margin: 0 auto;
}

.feature .row {
  padding: 1.2rem 0;
}

.feature .row:first-child {
  padding-top: 2.4rem;
}

.feature .row:last-child {
  padding-bottom: 2.4rem;
}

.feature .row.expanded {
  max-width: 930px;
}

.feature .row.collapsed {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.feature .row.collapsed + .row {
  padding-top: 2.4rem;
}

.feature .row.collapsed figure[style] {
  width: 100% !important;
}

.feature .row.expanded img {
  width: 100%;
}

.feature .row::after {
  content: "";
  clear: both;
  display: block;
}

.feature .row > *:first-child {
  margin-top: 0;
}

.feature .row > *:last-child {
  margin-bottom: 0;
}

.feature .hero-caption,
.feature .row.collapsed figcaption {
  width: 90%;
  max-width: 620px;
  text-align: center;
  margin: 1.2rem auto 0;
}

.feature .block {
  margin: 2.4rem 0;
}

.feature .block *:first-child {
  margin-top: 0;
}

.feature .carve {
  width: 50%;
}

.feature .carve.left {
  float: left;
  margin-right: 2.4rem;
  margin-left: -25%;
}

.feature .carve.right {
  float: right;
  margin-left: 2.4rem;
  margin-right: -25%;
}

.feature .entry {
  margin-bottom: 0;
}

.feature .entry-header .hero-image {
  overflow: hidden;
}

.feature .entry-footer {
  border-top: none;
  padding-top: 0;
}

.feature .entry-categories,
.feature .entry-tags {
  margin: 0.6rem 0;
}

.feature .entry-time {
  margin-bottom: 0.6rem;
}

.feature .entry-content .button {
  font-size: 1rem;
}

.feature .entry-content .button:hover {
  text-decoration: none;
}

.feature .entry-content p.last::after {
  content: "";
  display: inline-block;
  margin-left: 0.3em;
  width: 0.5em;
  height: 0.5em;
  background-color: #5e0009;
}

.feature .after-entry,
.feature .author-box,
.feature .comment-respond,
.feature .entry-pings {
  width: 620px;
  max-width: 90%;
  margin: 0 auto 2.4rem;
}

.feature .block .mejs-button > button {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 6px;
  margin-right: 6px;
}

.feature .callout .row > h2 {
  margin: 0 0 2.4rem;
  font-family: freight-text-pro, Georgia, "Times New Roman", Times, serif;
  font-size: 1.60181rem;
  text-align: center;
}

.feature .callout .row > h2:last-child {
  margin: 0;
}

.feature .callout .row > h2::after {
  display: block;
  content: "";
  border-bottom: solid 0.5rem;
  border-bottom-color: inherit;
  width: 3rem;
  margin: 2.4rem auto 0;
}

.feature .reverse * {
  color: #ffffff;
}

.feature .reverse .button {
  background-color: #ffffff;
  color: #1a1a1a;
}

.feature .reverse .button:hover {
  background-color: #eb002b;
  color: #ffffff;
}

.feature .reverse .promo {
  border-color: rgba(255, 255, 255, 0.5);
}

.feature .callout h2,
.feature .promo h2 {
  font-size: 1.60181rem;
  text-align: center;
}

.feature .callout h3,
.feature .promo h3 {
  font-size: 1.42383rem;
}

.feature .callout h4,
.feature .promo h4 {
  font-size: 1.26562rem;
}

.feature .callout h5,
.feature .promo h5 {
  font-size: 1.125rem;
}

.feature .chapter {
  text-align: center;
  font-size: 3.8147rem;
  line-height: 1;
  font-family: freight-text-pro, Georgia, "Times New Roman", Times, serif;
  color: #425563;
}

.feature .attribution {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  color: #00768e;
  margin-top: 0.6rem;
}

.feature .attribution .title {
  text-transform: none;
}

@media only screen and (min-width: 769px) {
  .feature .entry-header,
  .feature .entry-content {
    font-size: 1.5625rem;
  }
  .feature .entry-header .hero-image {
    height: 500px;
    position: relative;
  }
  .feature .entry-header .hero-image img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 620px) {
  .feature .profile.horizontal .image {
    display: table-cell;
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .feature .profile.horizontal .description {
    display: table-cell;
    width: 75%;
    vertical-align: top;
  }
  .feature .profile.horizontal::after {
    content: "";
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .feature .carve.right,
  .feature .carve.left {
    width: 33%;
  }
  .feature .carve.right {
    margin-right: 0;
  }
  .feature .carve.left {
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .feature .entry-header,
  .feature .entry-content {
    font-size: 1rem;
  }
  .feature .five-sixths,
  .feature .four-sixths,
  .feature .one-fourth,
  .feature .one-half,
  .feature .one-sixth,
  .feature .one-third,
  .feature .three-fourths,
  .feature .three-sixths,
  .feature .two-fourths,
  .feature .two-sixths,
  .feature .two-thirds {
    margin-bottom: 2.4rem;
  }
  .feature .five-sixths:last-child,
  .feature .four-sixths:last-child,
  .feature .one-fourth:last-child,
  .feature .one-half:last-child,
  .feature .one-sixth:last-child,
  .feature .one-third:last-child,
  .feature .three-fourths:last-child,
  .feature .three-sixths:last-child,
  .feature .two-fourths:last-child,
  .feature .two-sixths:last-child,
  .feature .two-thirds:last-child {
    margin-bottom: 0;
  }
  .feature .carve,
  .feature .carve.right,
  .feature .carve.left {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .feature .promo {
    padding: 1.2rem;
  }
}

/* Updated features */
.feature-content blockquote {
  font-size: 1.95312rem;
}

.feature-content .after-entry,
.feature-content .author-box,
.feature-content .comment-respond,
.feature-content .entry-pings,
.feature-content .hero-caption,
.feature-content .container,
.feature-content .row {
  max-width: 620px;
}

.feature-content .after-entry,
.feature-content .author-box,
.feature-content .comment-respond,
.feature-content .entry-pings,
.feature-content .hero-caption,
.feature-content .container {
  margin: 0 auto 2.4rem;
}

@media only screen and (min-width: 769px) {
  .feature-content .entry-header,
  .feature-content .entry-content {
    font-size: 1.5625rem;
  }
}

.feature-content .site-inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.feature-content .breadcrumb {
  display: none;
}

@media only screen and (min-width: 769px) {
  .feature-content .hero-image {
    overflow: hidden;
    height: 500px;
    position: relative;
  }
  .feature-content .hero-image img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.feature-content .hero-caption {
  text-align: center;
  margin: 1.2rem auto 0;
}

@media only screen and (max-width: 480px) {
  .feature-content .container {
    padding: 0 1.2rem;
  }
}

.feature-content .callout {
  margin: 0;
}

.feature-content .row.expanded {
  max-width: 930px;
}

@media only screen and (max-width: 768px) {
  .feature-content .row.expanded {
    max-width: 620px;
  }
}

.feature-content .carve {
  width: 50%;
}

.feature-content .carve.left {
  margin-left: -25%;
}

.feature-content .carve.right {
  margin-right: -25%;
}

@media only screen and (max-width: 768px) {
  .feature-content .carve {
    width: 33%;
  }
  .feature-content .carve.right {
    margin-right: 0;
  }
  .feature-content .carve.left {
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .feature-content .carve .carve,
  .feature-content .carve .carve.right,
  .feature-content .carve .carve.left {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.feature-content .entry-content .button {
  font-size: 1rem;
}

/* Sharing */
div.sharedaddy-box {
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}

div.sharedaddy h3.sd-title {
  font-size: 1rem !important;
  font-weight: normal !important;
  color: #1a1a1a !important;
  margin-right: 0.5em !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

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

div.sd-content {
  display: inline-block;
}

.sharedaddy .sd-content ul {
  margin: 0 !important;
}

.sd-content ul li {
  margin-bottom: 0 !important;
}

.sd-content ul li:last-child {
  margin-right: 0;
}

/* Related posts */
#jp-relatedposts {
  color: #1a1a1a;
  padding-top: 0 !important;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
  display: none !important;
}

#jp-relatedposts h3.jp-relatedposts-headline {
  font-size: 1.95312rem !important;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  margin-top: 0.6rem !important;
  margin-bottom: 0.6rem !important;
}

#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

#jp-relatedposts
.jp-relatedposts-items
.jp-relatedposts-post
.jp-relatedposts-post-context,
#jp-relatedposts
.jp-relatedposts-items
.jp-relatedposts-post
.jp-relatedposts-post-date {
  opacity: 1 !important;
}

/* YouTube Free */
.fluid-width-video-wrapper {
  margin-bottom: 1.2rem;
}

/* Media queries */
@media only screen and (max-width: 1139px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }
  .title-area {
    width: 380px;
  }
  .site-header .widget-area {
    width: 570px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 780px;
  }
  .content {
    width: 630px;
  }
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content {
    width: 450px;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .home-middle .featured-content .entry,
  .sidebar-primary {
    width: 300px;
  }
  .sidebar-secondary {
    width: 150px;
  }
}

@media only screen and (max-width: 1023px) {
  .site-inner,
  .wrap {
    max-width: 750px;
  }
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .home-middle .featured-content .entry,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
  .genesis-nav-menu,
  .site-header .title-area,
  .site-header .widget-area,
  .site-title {
    text-align: center;
  }
  .nav-primary {
    position: static;
  }
  .featured-content .entry,
  .site-header .search-form,
  .site-title {
    float: none;
  }
  .primary-nav .site-header,
  .title-area {
    padding-top: 0;
  }
  .title-area {
    padding-bottom: 20px;
  }
  .header-image .site-header .title-area {
    padding-bottom: 0;
  }
  .genesis-nav-menu > .right {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .footer-widgets,
  .nav-primary,
  .nav-secondary,
  .site-footer,
  .site-header,
  .site-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
  .genesis-nav-menu.responsive-menu {
    display: none;
  }
  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }
  .genesis-nav-menu.responsive-menu .menu-item {
    margin: 0;
  }
  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }
  .genesis-nav-menu a {
    line-height: 1;
    padding: 18px 20px;
  }
  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }
  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }
  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 16px/1 "dashicons";
    height: 16px;
    padding: 16px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }
  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343";
  }
  .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    color: #ffffff;
  }
  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 100%;
    z-index: 99;
  }
  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
    padding-left: 25px;
  }
  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: none;
    border: none;
    padding: 14px 20px;
    position: relative;
    width: 100%;
  }
  .home-bottom .featured-content .entry,
  .home-middle .featured-content .entry {
    padding-bottom: 20px;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .magazine-home .content .genesis_responsive_slider h2,
  .magazine-home .content .genesis_responsive_slider h2 a {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .magazine-home .content .genesis_responsive_slider .slide-excerpt-border p {
    display: none;
  }
  .carve.left {
    margin-left: 0;
  }
  .carve.right {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  blockquote {
    margin-left: 20px;
    margin-right: 20px;
  }
  .site-container {
    margin-top: 50px;
  }
  .alignleft,
  .alignright,
  .alignnone,
  .wp-caption.alignleft,
  .wp-caption.alignright,
  .wp-caption.alignnone {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .alignleft img,
  .alignright img {
    width: 100%;
  }
  .site-header .search-form input[type="search"] {
    width: 192px;
  }
  .magazine-home .content .genesis_responsive_slider .flex-direction-nav {
    display: none;
  }
  .magazine-home .content .genesis_responsive_slider .slide-excerpt {
    width: 100%;
  }
  .archive .entry-content .alignleft {
    width: 100% !important;
    margin-bottom: 1.2rem;
  }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: none;
    width: 100%;
    margin-bottom: 2.4rem;
    margin-left: 0;
  }
  .five-sixths:last-child,
  .four-sixths:last-child,
  .one-fourth:last-child,
  .one-half:last-child,
  .one-sixth:last-child,
  .one-third:last-child,
  .three-fourths:last-child,
  .three-sixths:last-child,
  .two-fourths:last-child,
  .two-sixths:last-child,
  .two-thirds:last-child {
    margin-bottom: 0;
  }
  .carve, .carve.left, .carve.right {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* Jetpack */
@media only screen and (max-width: 640px) {
  #jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: 0 !important;
  }
  #jp-relatedposts
.jp-relatedposts-items-visual
.jp-relatedposts-post
img.jp-relatedposts-post-img,
  #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
    max-width: 100% !important;
    width: 100%;
  }
  #jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: 0 !important;
  }
  #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
    padding-right: 0 !important;
  }
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 100% !important;
  }
}

/* Hacks */
body.tag {
  background-color: #fff;
  color: #333;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  display: block;
  -webkit-transition: none;
  transition: none;
  border: none;
}

#Masthead * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 699px) {
  #Masthead {
    position: relative;
  }
}

@media screen and (min-width: 700px) {
  #SearchContainer {
    top: auto;
  }
}
