/*
Theme Name: Charlie
Theme URI: http://bsu.edu/marcom
Author: Ball State University Digital Corps
Author URI: http://bsu.edu/digitalcorps
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: red, black, white, cardinal, Ball State University
Version: 1.3
*/

.post-header,
.front-page .post-preview_featured-post,
.latest-posts_list .post-preview_header,
.home-page .post-preview_header,
.search-page .post-preview_header,
.archive-page .post-preview_header {
    position: relative
}

.post-header::after,
.front-page .post-preview_featured-post::after,
.latest-posts_list .post-preview_header::after,
.home-page .post-preview_header::after,
.search-page .post-preview_header::after,
.archive-page .post-preview_header::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 88, 90, 0.1)), to(rgba(84, 88, 90, 0.8)));
    background: linear-gradient(to bottom, rgba(84, 88, 90, 0.1) 0%, rgba(84, 88, 90, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a54585a', endColorstr='#cc54585a', GradientType=0)
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

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

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.post-content,
.textwidget {
    line-height: 1.6;
    margin-bottom: 3em
}

.post-content sup,
.textwidget sup {
    vertical-align: super
}

.post-content sub,
.textwidget sub {
    vertical-align: sub
}

.post-content h1,
.textwidget h1 {
    font-size: 3.157em;
    font-weight: 400;
    color: #ba0c2f;
    margin-bottom: .25em
}

.post-content h2,
.textwidget h2 {
    font-size: 2.369em;
    font-weight: 600;
    margin-bottom: .25em
}

.post-content h3,
.textwidget h3 {
    font-size: 1.777em;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: .25em
}

.post-content h4,
.textwidget h4 {
    margin-bottom: .5em;
    font-size: 1.333em;
    font-weight: 600;
    text-transform: uppercase;
    color: #54585a
}

.post-content h5,
.textwidget h5 {
    font-size: 1.333em;
    font-weight: 400;
    color: #ba0c2f;
    margin-bottom: .5em
}

.post-content h6,
.textwidget h6 {
    font-size: 1em;
    font-style: italic;
    font-weight: 400;
    margin-bottom: .5em
}

.post-content p,
.textwidget p {
    margin: 1em 0
}

.post-content img,
.textwidget img {
    max-width: 100%;
    height: auto
}

.post-content ul,
.textwidget ul {
    list-style-type: circle;
    list-style-position: inside;
    padding: 10px 0 10px;
    margin: 1em 0
}

.post-content ol,
.textwidget ol {
    list-style-position: inside;
    padding: 10px 0 10px;
    margin: 1em 0;
    list-style-type: decimal
}

.post-content li,
.textwidget li {
    margin-bottom: .5em
}

.post-content blockquote,
.textwidget blockquote {
    border-left: 1px solid #ba0c2f;
    padding: 0 30px;
    margin: 1em 30px;
    font-style: italic;
    font-size: 18px;
    line-height: 1.8;
    color: #54585a
}

.post-content table,
.textwidget table {
    width: 100%;
    margin: 1em 0
}

.post-content table thead,
.textwidget table thead {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

.post-content table thead th,
.textwidget table thead th {
    border-bottom: 1px solid #ba0c2f
}

.post-content table tbody th,
.post-content table tbody td,
.textwidget table tbody th,
.textwidget table tbody td {
    border: 1px solid #f2f2f2
}

.post-content table th,
.textwidget table th {
    padding: 5px 10px
}

.post-content table td,
.textwidget table td {
    padding: 5px 10px
}

.post-content code,
.textwidget code {
    background: #f2f2f2;
    font-family: monospace;
    padding: 30px;
    display: block;
    max-width: 100%;
    margin: 1em 0;
    white-space: pre-wrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

.post-content hr,
.textwidget hr {
    margin: 3em 0;
    border: none;
    border-top: 1px solid #bbbebf
}

.post-content a,
.textwidget a {
    color: #ba0c2f
}

.post-content ul ul,
.textwidget ul ul {
    margin: 0;
    padding: 10px 30px
}

.post-content ul ul li:last-child,
.textwidget ul ul li:last-child {
    margin-bottom: 0
}

.post-content ol ol,
.textwidget ol ol {
    margin: 0;
    padding: 10px 30px
}

.post-content ol ol li:last-child,
.textwidget ol ol li:last-child {
    margin-bottom: 0
}

.post-content dl,
.textwidget dl {
    margin-bottom: .5em
}

.post-content .alignright,
.textwidget .alignright {
    float: right;
    margin: 0 0 1em 1em
}

.post-content .alignleft,
.textwidget .alignleft {
    float: left;
    margin: 0 1em 1em 0
}

.post-content .aligncenter,
.textwidget .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.post-content a img.alignright,
.textwidget a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

.post-content a img.alignleft,
.textwidget a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

.post-content a img.aligncenter,
.textwidget a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.post-content .wp-caption-text,
.textwidget .wp-caption-text {
    font-size: 12px;
    color: #54585a;
    font-style: italic;
    line-height: 1.5;
    margin-top: .5em;
    padding: .25em 0
}

.post-content .alignleft .wp-caption-text,
.textwidget .alignleft .wp-caption-text {
    border-right: 1px solid #ba0c2f;
    padding-right: 1em;
    margin-right: calc(1em - 1px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right
}

.post-content .alignright .wp-caption-text,
.textwidget .alignright .wp-caption-text {
    border-left: 1px solid #ba0c2f;
    padding-left: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.post-content .aligncenter .wp-caption-text,
.textwidget .aligncenter .wp-caption-text {
    text-align: center
}

.post img {
    max-width: 100%
}

.video-container {
    padding-top: 56.25%;
    position: relative;
    background: black
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gallery {
    background: #f2f2f2;
    padding: 20px
}

@media screen and (max-width: 500px) {
    .gallery {
        overflow: hidden
    }

    .gallery br {
        display: none
    }
}

.gallery .gallery-item {
    margin: 0 !important
}

@media screen and (max-width: 500px) {
    .gallery .gallery-item {
        width: 33.333% !important
    }
}

.gallery .gallery-item a {
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative
}

.gallery .gallery-item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7) url(../images/search-icon_white.svg) center center no-repeat;
    background-size: auto 40%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.gallery .gallery-item a:hover::after {
    opacity: 1
}

.gallery .gallery-item a img {
    border: none !important;
    display: block;
    width: 100%;
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.post-footer {
    border-top: 2px solid #bbbebf;
    border-bottom: 2px solid #bbbebf;
    margin: 2em 0;
    padding: 1em 0
}

.post-categories {
    padding: 1em 0
}

.post-categories h2 {
    text-transform: uppercase;
    color: #54585a;
    font-size: 1.333em;
    font-weight: 600;
    margin-bottom: .5em
}

.post-categories a {
    color: #ba0c2f
}

.post-tags {
    padding: 1em 0
}

.post-tags h2 {
    text-transform: uppercase;
    color: #54585a;
    font-size: 1.333em;
    font-weight: 600;
    margin-bottom: .5em
}

.post-tags a {
    color: #ba0c2f
}

.post-header {
    position: relative;
    margin-bottom: 4em;
    background-color: #54585a;
}

.post-header .wp-post-image {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
}

.post-header .post-header_heading {
    padding: 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%
}

.post-header h1 {
    font-size: 2.369em;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: .5em;
    font-weight: 700;
    color: #fff
}

.post-header .post-meta {
    font-size: 1.333em;
    margin-bottom: .5em;
    color: #fff
}

.post-header .post-meta a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-style: italic
}

.post-header {
    position: relative;
    margin-bottom: 3em;
    background-color: #54585a
}

.post-header img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block
}

@media only screen and (max-width: 800px) {
    .post-content {
        padding: 0 20px
    }

    .post-footer {
        margin-left: 20px;
        margin-right: 20px
    }

    .post-header .post-header_heading h1 {
        font-size: 1.777em
    }

    .post-header .post-meta {
        font-size: 1.333em
    }
}

@media only screen and (max-width: 500px) {
    .post-header .post-header_heading h1 {
        font-size: 1.333em
    }

    .post-header .post-meta {
        font-size: 1em
    }
}

.single-person_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 50px 0
}

.single-person_content .single-person-profile {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.single-person_content .single-person-profile img {
    width: 100%;
    height: auto;
    display: block
}

.single-person_content .single-person_post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-left: 50px
}

.single-person_content .single-person_post-content .post-header {
    background: none;
    min-height: 0
}

.single-person_content .single-person_post-content .post-header h1 {
    font-size: 3.157em;
    font-weight: 400;
    color: #ba0c2f;
    margin-bottom: .25em;
    border: none;
    padding: 0
}

.single-person_content .single-person_post-content .post-header h2 {
    font-size: 1.777em;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 0
}

.single-person_content .single-person_post-content .post-header::after {
    content: none
}

@media only screen and (max-width: 980px) {
    .single-person_content {
        display: block;
        padding: 0
    }

    .single-person_content .single-person_post-content {
        margin-left: 0;
        padding: 50px 0
    }
}

@media only screen and (max-width: 800px) {
    .single-person_content {
        display: block;
        padding: 0
    }

    .single-person_content .single-person_post-content {
        margin-left: 0;
        padding: 40px 20px
    }
}

.page-header {
    background-color: #ba0c2f;
    padding: 40px;
    position: relative
}

.page-header.with-background {
    background-color: #ba0c2f
}

.page-header.with-background::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background-size: cover;
    background-position: center center;
    z-index: 0;
    content: '';
    background-blend-mode: multiply;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.page-header_container {
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
    position: relative
}

.page-header_search--mobile {
    display: none
}

.page-header_search {
    margin-left: auto
}

.page-header_search .form_search {
    border: none
}

.page-header_heading {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.page-header_heading a {
    color: #fff;
    text-decoration: none;
    font-weight: 600
}

.page-header_heading .page-header_unit-mark img {
    margin: 0;
    max-height: 120px;
    width: auto
}

.page-header_heading .heading_text {
    margin-left: 20px
}

.page-header_title {
    font-size: 2.369em;
    font-weight: 700;
    margin-bottom: 10px
}

.page-header_subtitle {
    font-size: 1.333em
}

.page-header_menu {
    margin-left: 20px
}

.page-header_menu .page-header_menu_button {
    background: transparent;
    font-size: 1em;
    line-height: 0.9;
    border: none;
    padding: 0;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.page-header_menu .page-header_menu_button:hover,
.page-header_menu .page-header_menu_button:focus,
.page-header_menu .page-header_menu_button.active {
    border: none !important;
    background: #fff;
    padding: 8px;
    -webkit-transform-origin: center;
    transform-origin: center
}

.page-header_menu .page-header_menu_button:hover .menu_button_icon .menu_button_icon_element,
.page-header_menu .page-header_menu_button:focus .menu_button_icon .menu_button_icon_element,
.page-header_menu .page-header_menu_button.active .menu_button_icon .menu_button_icon_element {
    background: #ba0c2f
}

.page-header_menu .page-header_menu_button::after {
    content: "Menu"
}

.page-header_menu .page-header_menu_button.exit .menu_button_icon {
    padding-left: 5px;
    padding-bottom: 5px
}

.page-header_menu .page-header_menu_button.exit .menu_button_icon .menu_button_icon_element:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 8px;
    transform-origin: 8px
}

.page-header_menu .page-header_menu_button.exit .menu_button_icon .menu_button_icon_element:nth-child(2) {
    opacity: 0
}

.page-header_menu .page-header_menu_button.exit .menu_button_icon .menu_button_icon_element:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 8px;
    transform-origin: 8px
}

.page-header_menu .page-header_menu_button .menu_button_icon {
    display: block
}

.page-header_menu .page-header_menu_button .menu_button_icon .menu_button_icon_element {
    display: block;
    width: 100%;
    height: 5px;
    background-color: #fff;
    margin-bottom: 5px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.menu-expanded .site-main {
    -webkit-transform: translateX(-450px);
    transform: translateX(-450px)
}

.menu-expanded .site-main::after {
    opacity: 1;
    pointer-events: auto
}

.site-main {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    position: relative
}

.site-main::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 30
}

.page-header_menu--expanded {
    background-color: #fff;
    left: 100%;
    height: 100%;
    width: 450px;
    position: absolute;
    z-index: 31
}

.page-header_menu--expanded .menu-item .toggle {
    display: none
}

.page-header_menu--expanded .menu {
    padding: 50px
}

.page-header_menu--expanded .menu li {
    margin-bottom: 20px
}

.page-header_menu--expanded .menu li.active {
    color: #ba0c2f
}

.page-header_menu--expanded .menu .menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.page-header_menu--expanded .menu .menu-item-has-children>.toggle {
    display: block;
    margin-left: auto;
    background: transparent url(../images/arrow-expand-gray.png) center center no-repeat;
    background-size: 80% auto;
    border: 2px solid #54585a;
    padding: 10px;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s
}

.page-header_menu--expanded .menu .menu-item-has-children>.toggle.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1
}

.page-header_menu--expanded .menu .menu-item-has-children>.toggle:hover {
    opacity: 1
}

.page-header_menu--expanded .menu .menu-item-has-children>.toggle ul {
    width: 100%;
    display: none
}

.page-header_menu--expanded .menu a {
    color: #54585a;
    font-size: 1.777em;
    text-decoration: none;
    font-weight: 800;
    -webkit-transition: .3s;
    transition: .3s
}

.page-header_menu--expanded .menu a:hover {
    text-decoration: underline;
    color: #ba0c2f
}

.page-header_menu--expanded .sub-menu {
    display: none;
    width: 100%;
    padding: 0
}

.page-header_menu--expanded .sub-menu li {
    padding: .5em 0 0 .5em
}

.page-header_menu--expanded .sub-menu a {
    font-size: 1.333em
}

.page-header_menu--expanded .sub-menu li:last-child {
    padding-bottom: 0
}

@media only screen and (max-width: 890px) {
    .page-header_search--mobile {
        display: block;
        padding: 20px
    }

    .page-header {
        padding: 40px 20px
    }

    .page-header .page-header_title {
        font-size: 1.777em
    }

    .page-header .page-header_search {
        display: none
    }

    .menu-expanded .page-header_menu--expanded {
        width: 100%;
        left: 0;
        height: auto;
        z-index: 31
    }

    .menu-expanded .page-header_menu--expanded .menu {
        padding: 20px
    }

    .menu-expanded .page-header_menu--expanded .menu li {
        border-bottom: 1px solid #bbbebf;
        padding-bottom: 15px
    }

    .menu-expanded .page-header_menu--expanded .menu li li {
        border: none
    }

    .menu-expanded .page-header_menu--expanded .menu li ul {
        height: auto
    }

    .menu-expanded .site-main {
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media only screen and (max-width: 570px) {
    .page-header_heading {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        margin-right: 30px
    }

    .page-header_menu {
        margin-left: auto
    }
}

@media only screen and (max-width: 500px) {
    .page-header_heading {
        display: block
    }

    .page-header_heading .heading_text {
        margin-left: 0
    }
}

.page-footer {
    text-align: center
}

.page-footer_logo {
    background-color: #f2f2f2;
    padding: 20px
}

.page-footer_logo img {
    width: 100px;
    height: auto
}

.page-footer_bsu-copyright {
    background-color: #000;
    color: #fff;
    padding: 20px
}

.page-footer_bsu-copyright a {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    border-bottom: 1px solid #fff
}

.page-container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-wrapper--sidebar {
    -webkit-box-flex: 3;
    -ms-flex: 3 3;
    flex: 3 3
}

.page-wrapper--sidebar img {
    max-width: 100%;
    height: auto;
    width: auto
}

.no-widgets {
    display: none
}

.page-sidebar {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 100px 0;
    margin-right: 50px
}

.page-sidebar a {
    color: #ba0c2f;
    text-decoration: none;
    font-weight: 600
}

.page-sidebar a:hover {
    text-decoration: underline
}

.widget {
    margin-bottom: 50px
}

.widget_recent_entries li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 1em
}

.widget_recent_entries li a {
    font-weight: 600;
    margin-bottom: .25em;
    font-size: 1.333em;
    width: 100%;
    color: #ba0c2f
}

.widget_recent_entries li span {
    font-weight: 600
}

.widget_categories ul,
.widget_archive ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.widget_categories ul li,
.widget_archive ul li {
    margin-right: 5px;
    text-transform: capitalize
}

.widget_categories ul a::after,
.widget_archive ul a::after {
    content: ","
}

.widget_categories ul li:last-child a::after,
.widget_archive ul li:last-child a::after {
    content: ""
}

.bsu-team-listing-widget h3,
.bsu-person-widget h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.333em
}

.widget_search {
    width: 100%;
    border: 1px solid #bbbebf
}

.widget_search .form_search {
    width: 100%
}

.widget_search .form_search input[type="search"] {
    -webkit-box-flex: 2;
    -ms-flex: 2 2;
    flex: 2 2
}

.widget_calendar {
    text-align: center
}

.widget_calendar #wp-calendar {
    width: 100%
}

.widget_calendar #wp-calendar caption {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.333em;
    color: #ba0c2f
}

.widget_calendar #wp-calendar thead {
    font-weight: 600;
    margin-bottom: 5px
}

.widget_calendar #wp-calendar tbody td {
    padding: 5px
}

.widget_calendar #wp-calendar tfoot {
    text-align: left
}

.widget_calendar #wp-calendar tfoot a {
    margin-left: 15px
}

.widget-title {
    font-size: 1.777em;
    font-weight: 700;
    color: #54585a;
    border-bottom: 2px solid #bbbebf;
    margin-bottom: 10px
}

@media only screen and (max-width: 800px) {
    .page-container--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-wrapper--sidebar {
        width: 100%;
        margin-left: 0;
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .page-sidebar {
        width: 100%;
        padding: 40px 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.comment-body {
    margin-bottom: 4em
}

.comments-area {
    padding: 10px 0
}

.comments-area .comments-area_heading {
    width: 100%;
    margin-bottom: .5em;
    font-size: 1.777em;
    font-weight: 400;
    text-transform: uppercase
}

.comment-meta {
    padding: 20px 0
}

.comment-meta .says {
    display: none
}

.comment-meta .comment-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 1.333em;
    padding-bottom: 10px
}

.comment-meta .comment-author b.fn {
    padding-left: 10px;
    font-weight: 700
}

.comment-meta .comment-author img {
    border-radius: 50px;
    height: 50px;
    width: 50px
}

.comment-meta a {
    text-decoration: none;
    pointer-events: none
}

.comment-meta a time {
    font-size: 1em;
    color: #ba0c2f;
    font-weight: 600;
    padding: 0 60px
}

.comment-meta .edit-link {
    margin-left: 10px
}

.comment-meta .edit-link .comment-edit-link {
    pointer-events: auto;
    text-decoration: underline
}

.comment-metadata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

li.comment {
    margin: 1.5em 0;
    position: relative
}

li.comment .children {
    padding: 0 30px;
    margin-left: 60px;
    border-left: 2px solid #bbbebf
}

li.comment .comment-content {
    padding: 0 0 0 60px;
    margin-bottom: 2em
}

li.comment .comment-content p {
    line-height: 1.6
}

li.comment .comment-content p+p {
    margin-top: 1em
}

li.comment .comment-content b,
li.comment .comment-content strong {
    font-weight: bold
}

li.comment .comment-content i,
li.comment .comment-content em {
    font-style: italic
}

.reply {
    padding: 0 60px
}

.comment-respond {
    padding-top: 20px
}

.comment-respond .comment-reply-title {
    margin-bottom: .25em;
    font-size: 1.333em;
    font-weight: 600;
    text-transform: uppercase;
    color: #54585a
}

.comment-respond p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em
}

.comment-respond p.form-submit {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.comment-respond .comment-notes {
    display: block
}

.comment-respond .comment-form {
    position: relative
}

.comment-respond .comment-form .submit {
    margin-top: .5em
}

.comment-respond .comment-form input {
    font-size: 1em;
    padding: 5px
}

.comment-respond label {
    padding-top: 5px;
    margin-bottom: .25em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px
}

.comment-respond .comment-area {
    width: 100%
}

.comment-form-comment {
    padding-bottom: 20px
}

.comment-form-comment label {
    display: none
}

.comment-form-comment textarea {
    resize: vertical;
    min-height: 100px
}

.comment-notes {
    padding: 5px 0
}

.comment-edit-link {
    color: #ba0c2f;
    text-decoration: underline
}

.logged-in p.logged-in-as {
    color: white;
    cursor: default;
    padding: 10px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logged-in p.logged-in-as a {
    color: #ba0c2f;
    text-decoration: underline
}

.comments-area_comments_show-more-button {
    display: block;
    margin: 0 auto 4em auto
}

.comment-respond .comment-reply-title a {
    color: #000;
    text-transform: lowercase;
    pointer-events: none;
    text-decoration: none
}

.comment-respond .comment-reply-title small a {
    color: #ba0c2f;
    pointer-events: auto;
    text-decoration: underline;
    text-transform: uppercase;
    margin-left: 10px
}

@media only screen and (max-width: 800px) {
    .comments-area {
        margin-left: 20px;
        margin-right: 20px
    }
}

.form_search {
    background-color: #fff;
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #bbbebf
}

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

.form_search .form_search--input {
    -webkit-box-flex: 2;
    -ms-flex: 2 2;
    flex: 2 2;
    border-radius: 1px;
    border: none;
    padding: 5px 5px 5px 10px;
    font-size: 1em;
    min-height: 36px;
    font-weight: 300;
    font-style: italic
}

.form_search input[type="submit"] {
    -webkit-appearance: none;
    background: url(../images/search-icon_gray.png) white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
    min-height: 36px;
    padding: 10px 20px;
    border: none;
    border-left: 2px solid #54585a;
    line-height: 1.2;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.form_search input[type="submit"]:hover {
    border-left: 2px solid #ba0c2f;
    background-image: url(../images/search-icon_red.png)
}

.front-page .post-preview_featured-post {
    position: relative;
    margin-bottom: 4em;
    background-color: #54585a;
    background-size: cover;
    min-height: 600px;
    width: auto
}

.front-page .post-preview_featured-post img {
    width: 100%;
    height: 100%;
    height: auto;
    display: block
}

.front-page .post-preview_featured-post .post-preview_featured-post_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.front-page .post-preview_featured-post .post-preview_header {
    margin-bottom: 4em;
    padding-top: 0;
    background-size: auto;
    background-color: transparent
}

.front-page .post-preview_featured-post .post-preview_header .post-preview_wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20
}

.front-page .post-preview_featured-post .post-preview_header a {
    text-decoration: none
}

.front-page .post-preview_featured-post .post-preview_header h1 {
    font-size: 2.369em;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: .5em;
    font-weight: 700;
    color: #fff
}

.front-page .post-preview_featured-post .post-preview_header .post-preview_post-meta {
    font-size: 1.333em;
    margin-bottom: .5em;
    color: #fff;
    position: relative;
    z-index: 21
}

.front-page .post-preview_featured-post .post-preview_header .post-preview_post-meta a {
    font-weight: 600;
    color: #fff;
    font-style: italic;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: underline
}

.front-page .post-preview_featured-post .post-preview_header .post-preview_post-meta a:hover {
    font-weight: 700
}

.front-page .post-preview_featured-post .post-preview_header .post-preview_header_heading {
    padding: 0;
    position: relative
}

.front-page .post-preview_featured-post .post-preview_footer_categories h2 {
    color: #fff
}

.front-page .post-preview_featured-post .post-preview_footer_categories .post-categories a {
    color: #fff
}

.front-page_latest-posts {
    padding-bottom: 4em
}

.front-page_latest-posts .latest-posts_title {
    font-size: 2.369em;
    padding-bottom: 10px;
    margin-bottom: .5em;
    font-weight: 700;
    color: #54585a;
    border-bottom: 2px solid #bbbebf
}

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

.latest-posts_list .post-preview {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    margin-left: 50px
}

.latest-posts_list .post-preview:first-child {
    margin-left: 0
}

.latest-posts_list .post-preview_header {
    position: relative;
    margin-bottom: 1em;
    background-color: #54585a;
    padding-top: 100%;
    background-size: cover
}

.latest-posts_list .post-preview_header .post-preview_wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20
}

.latest-posts_list .post-preview_header img {
    width: 100%;
    height: 100%;
    height: auto;
    display: block
}

.latest-posts_list .post-preview_header .post-preview_header_heading {
    padding: 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden
}

.latest-posts_list .post-preview_header .post-preview_header_heading a {
    text-decoration: none
}

.latest-posts_list .post-preview_header .post-preview_header_heading h1 {
    font-size: 1.333em;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 1em;
    font-weight: 700;
    color: #fff
}

.latest-posts_list .post-preview_header .post-preview_header_heading .post-preview_post-meta {
    font-size: 1em;
    color: #fff;
    position: relative;
    z-index: 21
}

.latest-posts_list .post-preview_header .post-preview_header_heading .post-preview_post-meta a {
    font-weight: 600;
    color: #fff;
    font-style: italic;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: underline
}

.latest-posts_list .post-preview_header .post-preview_header_heading .post-preview_post-meta a:hover {
    font-weight: 700
}

.latest-posts_list .post-categories a:hover {
    color: #54585a
}

@media only screen and (max-width: 980px) {
    .front-page_latest-posts .latest-posts_list {
        display: block
    }

    .front-page_latest-posts .latest-posts_list .post-preview {
        margin: 0;
        margin-bottom: 4em
    }

    .front-page_latest-posts .latest-posts_list .post-preview_header .post-preview_header_heading {
        padding: 20px
    }

    .front-page_latest-posts .latest-posts_list .post-preview_header .post-preview_header_heading h1 {
        font-size: 1.777em
    }

    .front-page_latest-posts .latest-posts_list .post-preview_footer {
        padding: 0
    }
}

@media only screen and (max-width: 980px) and (max-width: 800px) {
    .front-page_latest-posts .latest-posts_title {
        margin-left: 20px;
        margin-right: 20px
    }

    .latest-posts_list .post-preview_footer {
        padding: 0 20px !important
    }

    .front-page .post-preview_featured-post .post-preview_header h1 {
        font-size: 1.777em
    }
}

@media only screen and (max-width: 500px) {
    .latest-posts_list .post-preview_header .post-preview_header_heading h1 {
        font-size: 1.333em
    }

    .latest-posts_list .post-preview_footer_categories {
        margin-bottom: .25em
    }
}

.home-page .post-preview-listing {
    padding-top: 100px
}

.home-page .post-preview {
    margin-bottom: 5em
}

.home-page .post-preview_header {
    position: relative;
    margin-bottom: 3em;
    background-color: #54585a
}

.home-page .post-preview_header .post-preview_wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20
}

.home-page .post-preview_header a {
    text-decoration: none
}

.home-page .post-preview_header .post-preview_header_heading {
    padding: 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden
}

.home-page .post-preview_header h1 {
    font-size: 2.369em;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 1em;
    font-weight: 700;
    color: #fff
}

.home-page .post-preview_header .post-preview_post-meta {
    font-size: 1.333em;
    color: #fff;
    position: relative;
    z-index: 21
}

.home-page .post-preview_header .post-preview_post-meta a {
    font-weight: 600;
    color: #fff;
    font-style: italic;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: underline
}

.home-page .post-preview_header .post-preview_post-meta a:hover {
    font-weight: 700
}

.home-page .post-preview_header {
    padding-top: 50%;
    background-size: cover
}

.home-page .post-preview_copy {
    margin-bottom: 1em
}

.post-preview_footer_categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 20px 0;
    margin-bottom: 1em
}

.post-preview_footer_categories h2 {
    text-transform: uppercase;
    color: #54585a;
    font-size: 1.333em;
    font-weight: 600;
    border-right: 2px solid #bbbebf;
    padding-right: 10px
}

.post-preview_footer_categories .post-categories {
    margin: 0;
    padding: 0
}

.post-preview_footer_categories .post-categories li {
    margin-left: 10px;
    display: inline-block;
    text-transform: capitalize
}

.post-preview_footer_categories .post-categories a {
    font-weight: 700;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s;
    color: #ba0c2f
}

.post-preview_footer_categories .post-categories a::after {
    content: ","
}

.post-preview_footer_categories .post-categories a:hover {
    color: #54585a
}

.post-preview_footer_categories .post-categories li:last-child a::after {
    content: ""
}

@media only screen and (max-width: 980px) {
    .home-page .post-preview_header .post-preview_header_heading h1 {
        font-size: 1.777em
    }
}

@media only screen and (max-width: 800px) {
    .home-page .post-preview_header .post-preview_header_heading {
        padding: 20px
    }

    .home-page .post-preview_copy {
        padding: 0 20px
    }

    .home-page .post-preview_footer {
        padding: 0 20px
    }

    .home-page .post-preview-listing {
        padding-top: 0
    }
}

@media only screen and (max-width: 500px) {
    .home-page .post-preview_header .post-preview_header_heading h1 {
        font-size: 1.333em
    }

    .home-page .post-preview_header .post-preview_header_heading .post-preview_post-meta {
        font-size: 1em
    }
}

.search-page .search-results_header h1,
.archive-page .search-results_header h1 {
    font-size: 2.369em;
    padding-bottom: 10px;
    margin-bottom: .5em;
    font-weight: 700;
    color: #54585a
}

.search-page .search-results_header h1 span,
.archive-page .search-results_header h1 span {
    text-transform: uppercase
}

.search-page .search-page_search-form,
.archive-page .search-page_search-form {
    padding-top: 100px;
    margin-bottom: 2em
}

.search-page .search-results_list,
.archive-page .search-results_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-page .post-preview,
.archive-page .post-preview {
    margin-bottom: 4em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%
}

.search-page .post-preview:nth-child(even),
.archive-page .post-preview:nth-child(even) {
    margin-left: 50px
}

.search-page .post-preview_header,
.archive-page .post-preview_header {
    position: relative;
    margin-bottom: 2em;
    background-color: #54585a
}

.search-page .post-preview_header .post-preview_wrapper,
.archive-page .post-preview_header .post-preview_wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20
}

.search-page .post-preview_header a,
.archive-page .post-preview_header a {
    text-decoration: none
}

.search-page .post-preview_header img,
.archive-page .post-preview_header img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block
}

.search-page .post-preview_header .post-preview_header_heading,
.archive-page .post-preview_header .post-preview_header_heading {
    padding: 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden
}

.search-page .post-preview_header h1,
.archive-page .post-preview_header h1 {
    font-size: 1.777em;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 1em;
    font-weight: 700;
    color: #fff
}

.search-page .post-preview_header .post-preview_post-meta,
.archive-page .post-preview_header .post-preview_post-meta {
    font-size: 1em;
    margin-bottom: .5em;
    color: #fff;
    position: relative;
    z-index: 25
}

.search-page .post-preview_header .post-preview_post-meta a,
.archive-page .post-preview_header .post-preview_post-meta a {
    font-weight: 600;
    color: #fff;
    font-style: italic;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: underline
}

.search-page .post-preview_header .post-preview_post-meta a:hover,
.archive-page .post-preview_header .post-preview_post-meta a:hover {
    font-weight: 700
}

.search-page .post-preview_header,
.archive-page .post-preview_header {
    padding-top: 100%;
    background-size: cover
}

.search-results_footer {
    padding-bottom: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-results_footer .search-results_footer_next {
    margin-left: 50px
}

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

    .search-page .search-results_list,
    .archive-page .search-results_list {
        display: block
    }

    .search-page .search-results_list .post-preview:nth-child(even),
    .archive-page .search-results_list .post-preview:nth-child(even) {
        margin-left: 0
    }

    .search-page .post-preview_header .post-preview_header_heading h1,
    .archive-page .post-preview_header .post-preview_header_heading h1 {
        font-size: 1.777em
    }
}

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

    .search-page .search-page_search-form,
    .archive-page .search-page_search-form {
        margin-left: 20px;
        margin-right: 20px
    }

    .search-page .search-results_header,
    .archive-page .search-results_header {
        margin-left: 20px;
        margin-right: 20px
    }

    .search-page .search-results_header h1,
    .archive-page .search-results_header h1 {
        padding-bottom: 10px;
        margin-bottom: .5em;
        border-bottom: 2px solid #bbbebf
    }

    .search-page .search-results_list,
    .archive-page .search-results_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .search-page .search-results_list .post-preview:nth-child(even),
    .archive-page .search-results_list .post-preview:nth-child(even) {
        margin-left: 20px
    }

    .search-page .post-preview_header .post-preview_header_heading h1,
    .archive-page .post-preview_header .post-preview_header_heading h1 {
        font-size: 1.777em
    }

    .search-page .post-preview_copy,
    .archive-page .post-preview_copy {
        display: none
    }

    .search-page .post-preview_footer,
    .archive-page .post-preview_footer {
        padding: 0 20px
    }
}

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

    .search-page .search-results_list,
    .archive-page .search-results_list {
        display: block
    }

    .search-page .search-results_list .post-preview:nth-child(even),
    .archive-page .search-results_list .post-preview:nth-child(even) {
        margin-left: 0
    }
}

.archive-page .search-results_header {
    padding-top: 100px
}

@media only screen and (max-width: 800px) {
    .archive-page .search-results_header {
        padding-top: 50px
    }
}

.about-page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 50px 0
}

.about-page-wrapper .about-photo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.about-page-wrapper .about-photo img {
    width: 100%;
    height: auto;
    display: block
}

.about-page-wrapper .about-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-left: 50px
}

@media only screen and (max-width: 980px) {
    .about-page-wrapper {
        display: block;
        padding: 0
    }

    .about-page-wrapper .about-content {
        margin-left: 0;
        padding: 50px 0
    }
}

@media only screen and (max-width: 800px) {
    .about-page-wrapper {
        display: block;
        padding: 0
    }

    .about-page-wrapper .about-content {
        margin-left: 0;
        padding: 40px 20px
    }
}

.error-page {
    color: #54585a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100vh - 375px);
    text-align: center;
    padding: 50px 0
}

.error_header {
    margin-bottom: 50px
}

.error_header .error_header_title {
    font-size: 2.369em;
    font-weight: 600
}

.error_header .error_header_subtitle {
    font-size: 1.777em;
    font-style: italic
}

.error_button_container {
    margin-bottom: 50px;
    border-bottom: 2px solid #bbbebf
}

.error_button_container .error_button {
    margin-bottom: 10px
}

.error_search .error_search_label {
    font-weight: 700;
    font-size: 1.333em;
    margin-bottom: 10px
}

@media only screen and (max-width: 800px) {
    .error-page {
        padding: 20px
    }
}

body,
button,
input,
textarea {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased
}

html,
body {
    overflow-x: hidden
}

body {
    font-size: 16px;
    background: white;
    overflow-x: hidden;
    height: 100%;
    overflow: hidden
}

.site-main {
    padding: 0 40px;
    height: 100%;
    min-height: calc(100vh - 375px)
}

.site-main_wrapper {
    margin: 0 auto;
    max-width: 1400px
}

button,
a.team-button,
.search-results_footer a,
.about_contact-button,
.comment-reply-link,
.comment-form input.submit,
.error_button,
.post-preview_btn,
.wysiwyg-button-wrap a,
.wysiwyg-button-wrap button {
    background-color: #ba0c2f;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 1.333em;
    font-weight: 700;
    border: 1px solid #ba0c2f;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0
}

button:hover,
button:focus,
button.active,
a.team-button:hover,
a.team-button:focus,
a.team-button.active,
.search-results_footer a:hover,
.search-results_footer a:focus,
.search-results_footer a.active,
.about_contact-button:hover,
.about_contact-button:focus,
.about_contact-button.active,
.comment-reply-link:hover,
.comment-reply-link:focus,
.comment-reply-link.active,
.comment-form input.submit:hover,
.comment-form input.submit:focus,
.comment-form input.submit.active,
.error_button:hover,
.error_button:focus,
.error_button.active,
.post-preview_btn:hover,
.post-preview_btn:focus,
.post-preview_btn.active,
.wysiwyg-button-wrap a:hover,
.wysiwyg-button-wrap a:focus,
.wysiwyg-button-wrap a.active,
.wysiwyg-button-wrap button:hover,
.wysiwyg-button-wrap button:focus,
.wysiwyg-button-wrap button.active {
    background-color: #fff;
    color: #ba0c2f;
    border: 1px solid #ba0c2f
}

.bsu-team-list.interactive header button.active {
    color: #ba0c2f !important;
    background: #fff !important
}

a {
    color: #ba0c2f
}

ul ul {
    margin: 0;
    padding: 10px 30px
}

ul ul li:last-child {
    margin-bottom: 0
}

ol ol {
    margin: 0
}

ol ol li:last-child {
    margin-bottom: 0
}

em,
i {
    font-style: italic
}

strong,
b {
    font-weight: bold
}

input {
    border-radius: 0
}

label {
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #bbbebf
}

::-moz-placeholder {
    color: #bbbebf
}

:-ms-input-placeholder {
    color: #bbbebf
}

:-moz-placeholder {
    color: #bbbebf
}

.pagination {
    padding-bottom: 4em;
    width: 100%
}

.pagination .pagination-link a {
    text-transform: uppercase;
    color: #ba0c2f;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.pagination .pagination-numbers li {
    padding: 5px;
    color: #54585a;
    font-size: 1em;
    font-weight: 600
}

.pagination-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination-arrows #pagination-previous {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination-arrows #pagination-previous:hover .pagination-link a {
    text-decoration: underline
}

.pagination-arrows #pagination-previous:hover img {
    opacity: 1
}

.pagination-arrows #pagination-previous img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 25px;
    width: auto;
    opacity: .5;
    -webkit-transition: .3s all;
    transition: .3s all
}

.pagination-arrows #pagination-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right
}

.pagination-arrows #pagination-next:hover .pagination-link a {
    text-decoration: underline
}

.pagination-arrows #pagination-next:hover img {
    opacity: 1
}

.pagination-arrows #pagination-next img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 25px;
    width: auto;
    opacity: .5;
    -webkit-transition: .3s all;
    transition: .3s all
}

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

@media only screen and (max-width: 800px) {
    .site-main {
        padding: 0
    }
}

.wp-video:not,
video.wp-video-shortcode,
.mejs-container:not(.mejs-audio),
.mejs-overlay.load {
    width: 100% !important;
    height: 100% !important
}

.mejs-container:not(.mejs-audio) {
    padding-top: 56.25%
}

.wp-video,
video.wp-video-shortcode {
    max-width: 100% !important
}

video.wp-video-shortcode {
    position: relative
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.mejs-controls {
    display: none
}

.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important
}

/*# sourceMappingURL=style-red.css.map */