/*
Theme Name: Hiero Child
Author: University Communications
Description:  Wordpress child theme based on the Hiero theme for Denison Blogs.
Version: 1.0.0
License: GNU General Public License v3.0
License URI: license.txt
Tags: denison, university, hiero
Template: hiero
Text Domain: hiero-child
*/

body {
    font-family: "Freight Sans Pro W00", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.8;
    background: #fff;
    font-weight: 400;
    color: #333;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
    font-weight: bold;

}

h4 {
    font-size: 1.2em;
    font-weight: bold;
}

h5 {
    font-size: 1.0em;
    font-weight: bold;
}

h6 {
    font-size: .8em;
    font-weight: bold;
}

.entry-title {
    /*margin: 0 50px 23px 0;*/
}

li {
    line-height: 30px;
}

#commentform textarea {
    height: 150px;
    width: 100%;
}

.entry-meta {
    color: #575757;
}

.entry-meta a {
    color: #575757;
    border-bottom: #575757 1px dotted;
}

p {
    margin: 0 0 15px;
}

p:last-of-type {
    margin: 0 0 5px;
}

.nav-previous, .nav-next {
    font-size: .9em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Freight Sans Pro W00', sans-serif;
    letter-spacing: -1px;
    line-height: 1.2em;
}

a {
    color: #b8252b;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 4px 15px;
    font-family: 'Freight Sans Pro W00', sans-serif;
}

button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 4px 15px;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    font-family: 'Freight Sans Pro W00', sans-serif;
    line-height: 30px;
    text-transform: uppercase;
    background: #060608;
    border: 1px solid #060608;
}

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #b8252b;
    border-color: #b8252b;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    height: 26px;
    color: #333;
    line-height: 26px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.attachment-thumbnail-lead {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.single .attachment-thumbnail-lead {
    display: block;
    margin: 2em auto;
    width: 85%;
    height: auto;
}

.clearfix {
    clear: both;
}

.offscreen {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* HEADER
----------------------------------------------- */
.rss-link {
    text-align: right;
}

.rss-link a {
    color: #a70022;
    font-size: .9em;
    font-family: 'Freight Sans Pro W00', sans-serif;
}

.site-header {
    margin: 0 auto;
    padding: 0;
    background: #eee url('img/denison-cover-img.jpg') top center / cover no-repeat;
    position: relative;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.45);
}

.site-header:after {
    content: '';
    background: #eee url('img/stripes-line.jpg') bottom center repeat-x;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.site-header-sub {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 150px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.45);
    background: #fff;
    border: 5px solid #fff;
}

.header-img-spacing {
    height: 100px;
}

.denison-logo {
    margin: 0 auto;
}

.denison-logo img {
    display: block;
    width: 220px;
    height: auto;
}

.denison-logo span {
    display: none;
    /*text-indent: -9999px;*/
}

.top-logo-bar {
    background: #222;
}

.top-logo-bar_left {
    float: left;
    padding: 10px 0;
}

.top-logo-bar_right {
    float: right;
    text-align: right;
}

.top-logo-bar_right form {
    margin: 0;
    background: #fff;
    float: right;
}

.top-logo-bar_right select {
    height: 63px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    background: #fff url('img/dark-select-arrows.png') no-repeat 95% 50%;
    border: 0;
    color: #000;
    min-width: 312px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 35px;
}

.top-logo-bar_right input[type="submit"] {
    padding: 17px 23px;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    font-family: 'Freight Sans Pro W00', sans-serif;
    line-height: 30px;
    text-transform: uppercase;
    background: #C8032B;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.top-logo-bar_right input[type="submit"]:hover {
    background: #8D0005;
}

.site-branding {
    float: none;
    padding: 70px 0 100px 0;
}

.site-branding-short {
    padding: 30px 0 50px 0;
}

.site-title {
    font-family: "Caslon Graphique W01";
    font-size: 4rem;
    margin: .5em auto .1em;
    font-weight: 100;
    line-height: 58px;
    text-align: center;
    letter-spacing: 0em;
}

.site-title a {
    color: #222;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
}

.site-title a:hover {
    color: #C8032B;
}

.site-description {
    width: 80%;
    margin: 0 auto;
    color: #222;
    font-family: 'Freight Sans Pro W00', sans-serif;
    text-transform: none;
    margin-top: 25px;
    letter-spacing: 1px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 22px;
}

/* MENU
----------------------------------------------- */

#main-navigation .sf-menu > ul > li:hover:after,
#main-navigation .sf-menu > ul > li.sfHover:after,
#main-navigation .sf-menu > ul > li.current_page_item:after,
#main-navigation .sf-menu > ul > li.current-menu-item:after {
    color: #b8252b;
}

#main-navigation li a {
    font-family: 'Freight Sans Pro W00', sans-serif;
}

#main-navigation li:hover ul,
#main-navigation li.sfHover ul {
    background: #b8252b;
}

#main-navigation li a:hover,
#main-navigation li.sfHover > a,
#main-navigation li.current_page_item > a,
#main-navigation li.current-menu-item > a,
#main-navigation li.current-menu-parent > a,
#main-navigation li.current-page-parent > a,
#main-navigation li.current-page-ancestor > a,
#main-navigation li.current_page_ancestor > a {
    background: #b8252b;
}

/* LAYOUT
----------------------------------------------- */
.container {
    width: 80%;
    max-width: 1250px;
}

.content-area {
    width: 100%;
    float: left;
}

.site-content {
    margin: 0 35% 0 0;
}

.site-sidebar {
    width: 30%;
    float: left;
    margin: 0 0 0 -30%;
}

/* CONTENT
----------------------------------------------- */
.site-main {
    width: 95%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 2em 0;
    background: #fff;
}

.hentry {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
}

.entry-header {
    margin: .5em 0 20px;
}

.entry-title {
    color: #51626F;
    font-weight: normal;
    font-size: 35px;
}

.page-title {
    color: #51626F;
    font-weight: normal;
    font-size: 35px;
}

.page-title a {
    color: #51626F;
    font-weight: normal;
    font-size: 35px;
}

.page-header .page-title,
.page-header .page-title a {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
}

.entry-title a {
    color: #51626F;
    font-weight: normal;
    font-size: 35px;
}

.entry-title a:hover {
    color: #b8252b;
}

.comments-link a {
    padding: 6px 10px;
    font-size: 1.1em;
    font-family: 'Freight Sans Pro W00', sans-serif;
    line-height: 1em;
    background: #a20223;
}

.entry-thumbnail {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    max-height: 400px;
    height: 100%;
    overflow: hidden;
    float: none;
    border: 1px solid #eee;
}

.entry-content {
    margin: 0 0 0;
}

.entry-summary {
    margin: 0;
}

.entry-summary .read-more a,
.read-more a {
    background: #3A3A3A;
    color: #fff !important;
    padding: 15px 20px;
}

.entry-summary .read-more a:hover,
.read-more a:hover {
    background: #B82C34;
}

.read-more {
    margin-top: 25px !important;
}

.comment-content a, .comment-content a:visited,
.entry-summary a, .entry-summary a:visited,
.entry-content a, .entry-content a:visited {
    color: #a20223;
    text-decoration: none;
    border-bottom: 1px #B82C34 dotted;
}

.comment-content a:hover,
.entry-summary a:hover,
.entry-content a:hover {
    color: #a20223;
}

.comments-link a:hover, .comments-link a:active, .comments-link a:visited, .comments-link a:focus {
    color: #fff;
}

.entry-summary .read-more a:visited,
.read-more a:visited {
    background: #3A3A3A;
    color: #fff;
}

.entry-footer {
    padding: 1em 0 48px;
    border-bottom: 2px solid #eaeaea;
    border-top: 0px;
}

.author-info .author-links a {
    font-family: 'Freight Sans Pro W00', sans-serif;
    color: #405362;
}

.author-info .author-links a:hover {
    text-decoration: underline;
}

/* Navigation
----------------------------------------------- */

.site-content [class*="navigation"] a {
    font-size: 1.1em;
    font-family: 'Freight Sans Pro W00', sans-serif;
    letter-spacing: 1px;
    background: #EEA900;
    min-height: 57px;
    vertical-align: middle;
    height: 57px;
    display: table-cell;
    color: #14181b;
    border: 1px solid white;
}

.site-content [class*="navigation"] a:hover {
    background: #c8032b;
    color: #fff;
}

/* Media
----------------------------------------------- */
.wp-caption-text {
    color: #405362;
    font-style: italic;
    text-align: center;
}

/* COMMENTS
----------------------------------------------- */
.comment-list li.comment .comment-author .fn {
    color: #405362;
    font-family: 'Freight Sans Pro W00', sans-serif;
    text-transform: uppercase;
}

.comment-list li.comment .comment-author .fn a {
    color: #405362;
    text-decoration: none;
    border-bottom: 1px dotted #405362;
}

.comment-list li.comment .comment-author .fn a:hover {
    color: #14181b;
}

.comment-list li.comment .comment-metadata {
    margin: 0 0 2px;
    font-size: .875em;
}

.comment-list li.comment .comment-metadata a {
    color: #405362;
    text-decoration: none;
    border-bottom: 1px dotted #405362;
}

.comment-list li.comment .comment-metadata a:hover {
    color: #14181b;
}

.comment-list li.comment .reply a {
    color: #b8252b;
    font-family: 'Freight Sans Pro W00', sans-serif;
}

#reply-title {
    margin: 3em 0 1em;
}

/* WIDGETS
----------------------------------------------- */

.site-sidebar.widget-area > .widget > h2:first-of-type,
.widget-title {
    margin: 0.5em 0;
    font-family: 'Freight Sans Pro W00', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding: .5em 0;
    border-bottom: 5px solid #EEA900;
    letter-spacing: 1px;
}

.widget-title label {
    font-family: 'Freight Sans Pro W00', sans-serif;
    font-size: 1em;
    font-weight: 600;
    cursor: default;
}

.widget-title span {
    margin: 0 0 -1px;
    display: inline-block;
    line-height: 40px;
    border-bottom: none;
}

.widget_search .widget-title {
    display: none;
}

.widget.widget_pages {
    /* margin: 3em 0 4em; */
}

.widget p {
    margin: 0 5%;
}

.widget ul {
    margin: 16px 0 5px;
    list-style: none;
}

.widget ul ul {
    padding: 0 0 0 20px;
}

.widget ul.children {
    padding-top: 5px;
    padding-bottom: 5px;

}

.widget ul ul.children li:before {
    float: left;
    margin-left: -15px;
    color: #666;
    width: 12px;
    height: auto;
}

.widget li:last-of-type {
    border-bottom: 0;
    padding-bottom: 2px;
}

.widget ul ul.children li:last-of-type {
    border-bottom: 0;
    padding-bottom: 2px;
}

.widget.widget_pages li {
    font-family: 'Freight Sans Pro W00', sans-serif;
    font-weight: 400;
    padding: 5px 0;
}

.widget.widget_pages ul ul.children li {
    font-size: 17px;
}

.widget li {
    padding: 8px 0;
}

.widget li a {
    color: #a20223;
    font-family: 'Freight Sans Pro W00', sans-serif;
    text-decoration: none;
    border-bottom: 1px dotted #a20223;
}

.widget li a:hover {
    color: #a20223;
    text-decoration: none;
    border-bottom: 1px dotted #000;
}

/* Author Box */
.author-info {
    margin: 0 0 30px;
    padding: 15px 20px;
    background: #f6f6f6;
    border: 1px solid #e6e6e6;
}

.author-info .author-photo {
    float: right;
    margin: 0 0 0 30px;
    border: 5px solid #e6e6e6;
}

.author-info .author-content {
    margin: 0 115px 0 0;
    float: left;
}

/* Widget TABBED - FROM OLD THEME */
.tz_tab_widget {
    font-family: 'Freight Sans Pro W00', sans-serif;
}

.tz_tab_widget #tab-items {
    list-style-type: none;
    padding: 0;
    margin: 2em 0 -2px;
    height: 36px;
}

.tz_tab_widget .tabs-inner {
    background: #f2f2f2;
    padding: .25em 5%;
    margin: 0;
}

.tz_tab_widget #tab-items li {
    float: left;
    margin: 0;
    width: 33.33% !important;
    padding: 0;
    border-bottom: 2px solid #222;
    text-align: center;
}

.tz_tab_widget #tab-items li a {
    display: block;
    padding: .5em 0;
    font-weight: normal;
    font-size: 1.1em;
    color: #405362;
}

.tz_tab_widget #tab-items li a:hover {
    color: #fff;
    background: #555;
    outline: none;
}

.tz_tab_widget #tab-items li.ui-tabs-selected a,
.tz_tab_widget #tab-items li.ui-state-active a {
    color: #fff;
    background: #222;
    outline: none;
}

.tz_tab_widget .ui-tabs-hide {
    display: none;
}

.tz_tab_widget .tab ul {
    list-style-type: none;
    margin: 0;
}

.tz_tab_widget .tab ul li {
    padding: .8em 1% !important;
    line-height: 1em !important;
    border-bottom: 1px solid #fff;
}

.tz_tab_widget .tab ul li:last-of-type {
    border-bottom: 0;
}

.tz_tab_widget .tab ul li h3 {
    font-size: 1.1em;
    line-height: 1.3em;
}

.tz_tab_widget .tab-thumb img {
    padding: 4px;
    background: #fff;
    float: right;
    margin: 0 0 0 2%;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
    box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
}

.tz_tab_widget .tab-thumb img:hover {
    background: #ddd;
}

.tz_tab_widget .entry-title,
.tz_tab_widget .entry-title a {
    font-size: .9em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 1px;
    letter-spacing: 0 !important;
    padding: 0;
}

.tz_tab_widget .entry-title a:hover {
    text-decoration: underline;
    color: #B82C34 !important;
}

.tz_tab_widget .entry-meta {
    color: #405362 !important;
    font-size: 0.8em;
    margin: .75em 0;
}

.tz_tab_widget .entry-meta a {
    color: #a20223;
    text-decoration: none;
}

.tz_tab_widget .entry-meta a:hover {
    text-decoration: underline;
    color: #000000 !important;
}

.widget_athemes_tabs .widget-tab-nav li a {
    font-family: 'Freight Sans Pro W00', sans-serif;
}

.widget_athemes_tabs .widget-tab-nav li.active a {
    background: #b8252b;
}

.widget_athemes_tabs #widget-tab-tags a {
    color: #000000;
    text-decoration: none;
}

.widget_athemes_tabs #widget-tab-tags a:hover {
    color: #a20223;
}

.tagcloud {
    color: #767676;
    font-family: 'Freight Sans Pro W00', sans-serif;
    text-decoration: none;
    line-height: 30px;
}

.tagcloud a {
    color: #222;
}

.tagcloud a:hover {
    color: #a20223;
}

.widget_athemes_social_icons li a:hover [class^="ico-"]:before {
    background: #a20223;
}

.tribe-events-list-widget ol li .entry-title {
    font-size: 1.6em;
}

.tribe-events-list-widget .duration {
    font-weight: normal;
    color: #888;
}

/* SIDEBAR
----------------------------------------------- */
.site-sidebar {
    font-size: 18px;
}

.site-sidebar p {
    padding-top: 10px;
}

.site-sidebar ul {
    padding-top: 5px;
}

.site-sidebar .widget_search .search-field {
    width: 55%;
}

.site-sidebar .widget_search .search-submit {
    font-size: 18px;
    letter-spacing: 2px;
    padding: 1px 17px;
}

#mc_embed_signup .button {
    clear: both;
    background-color: #222;
    border: 0 none;
    /* border-radius: 4px; */
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 7px 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

/* LINKS
----------------------------------------------- */
a[href^="https://"]:not([href*="blogs.denison.edu"]):not([href*="dev-denison-blogs.pantheonsite.io"]):not([href*="test-denison-blogs.pantheonsite.io"]):after {
    content: '';
    background: url('img/external-link.png') top right no-repeat;
    height: 12px;
    width: 11px;
    top: 0;
    padding-left: 2px;
    right: 7px;
    display: inline-block;
}

.site-footer a[href^="https://"]:not([href*="blogs.denison.edu"]):not([href*="dev-denison-blogs.pantheonsite.io"]):not([href*="test-denison-blogs.pantheonsite.io"]):after,
.footer-topbar a[href^="https://"]:not([href*="blogs.denison.edu"]):not([href*="dev-denison-blogs.pantheonsite.io"]):not([href*="test-denison-blogs.pantheonsite.io"]):after {
    background: url('img/external-link-white.png') top right no-repeat;
}

/* SITE EXTRA
----------------------------------------------- */
.site-extra .widget li a:hover {
    color: #a20223;
}

.site-extra .widget_athemes_social_icons li a:hover [class^="ico-"]:before {
    color: #a20223;
}

/* FOOTER
----------------------------------------------- */
.site-footer {
    width: 100%;
    margin: 0 auto;
    color: #eee;
    background: #222;
    padding: 0;
    font-weight: 100;
}

.site-footer a {
    color: #fff;
    text-decoration: underline;
}

.site-footer a:hover {
    color: #b8252b;
}

.footer-topbar {
    background: #a70022;
    color: #fff;
}

.footer-topbar a {
    color: #fff;
    font-size: 17px;
}

.footer-topbar a:visited {
    color: #fff;
}

.footer-link-divider {
    margin: 0 8px;
}

.footer-topbar_left {
    width: 50%;
    float: left;
    padding: 10px 0;
}

.footer-topbar_right {
    width: 50%;
    float: right;
    text-align: right;
}

.footer-topbar_right form {
    margin: 0;
    background: #A2000B;
    float: right;
}

.footer-topbar_right select {
    height: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    background: #A2000B url('img/white-select-arrows.png') no-repeat 95% 50%;
    border: 0;
    color: white;
    min-width: 312px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 35px;
    border-left: 2px solid #8D0005;
}

.footer-topbar_right input[type="submit"] {
    padding: 15px 23px;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    font-family: 'Freight Sans Pro W00', sans-serif;
    line-height: 30px;
    text-transform: uppercase;
    background: #8D0005;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#quickblogselect2 optgroup {
    background-color: #222;
}

.footer-topbar_right input[type="submit"]:hover {
    background: #222;
}

.footer-copyright {
    text-align: center;
    color: #fff;
    background: #333333;
    padding: 15px 0;
}

.footer-copyright p {
    font-size: 13px;
    margin: 0;
}

.site-info {
    font-size: .9em;
    color: #eee;
    margin-bottom: 55px;
}

.site-info.no-about {
    margin-top: 20px;
}

.site-watermark {
    float: right;
}

.site-watermark img {
    display: block;
    margin: 0 auto;
}

.footer-logo {
    float: left;
    width: 200px;
    margin-top: 90px;
    margin-right: 40px;
}

.footer-about {
    width: 65%;
    float: left;
    padding: 50px 0;
    min-height: 140px;
}

.footer-about .widget-title {
    text-align: left;
    border-bottom: 3px solid #5E5E5E;
}

.footer-about h2 {
    color: #fff;
    font-size: 37px;
    font-family: "Caslon Graphique W01";
    text-transform: none;
    letter-spacing: 1px;
}

.footer-about h3 {
    color: #ADADAD;
    font-size: 19px;
    font-weight: 100;
    text-transform: none;
    letter-spacing: 1px;
}

.site-footer .widget p {
    margin: 0;
}

.footer-about img {
    float: right;
}

.site-footer .menu-allblogs {
    margin-top: 15px;
    width: 30%;
    float: right;
}

.site-footer .menu-allblogs strong {
    padding: .25em 0;
    color: #fff;
}

.site-footer .menu-allblogs select {
    height: 38px;
    margin: 0;
    width: 75%;
}

.site-footer .menu-allblogs input[type="submit"] {
    background: #b8252b;
    border-color: #b8252b;
    border-radius: 7px;
    width: 23%;
}

.site-footer .menu-allblogs input[type="submit"]:hover {
    background: #000000;
    border-color: #333333;
}

/* RESPONSIVE SUPPORT
----------------------------------------------- */
@media screen and (max-width: 960px) {
    .container {
        width: 90%;
    }

    .site-content {
        margin-right: 40%;
    }

    .site-sidebar {
        width: 35%;
        margin-left: -35%;
    }

    .site-sidebar .widget_search .search-field {
        width: 95%;
        margin: 0 0 10px;
    }

    .site-extra .widget-area {
        width: 50%;
    }

    .footer-about {
        width: 100%;
        float: none;
    }

    .footer-about .widget_text {
        width: 100%;
        float: none;
    }

    .site-footer .menu-allblogs {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 870px) {
    .footer-topbar_left {
        width: 100%;
        float: none;
        padding: 10px 0;
        text-align: center;
    }

    .footer-topbar_right {
        width: 100%;
        float: none;
        text-align: right;
        background: #A2000B;
    }

    .footer-topbar_right form {
        width: 300px;
        margin: 0 auto;
        float: none;
        border-left: 1px solid #8D0005;
    }

    .footer-topbar_right select {
        min-width: auto;

    }

    .footer-topbar .container {
        padding: 0;
        width: 100%;
    }

    .top-logo-bar_left {
        float: none;
        text-align: center;
    }

    .denison-logo img {
        display: inherit;
    }

    .top-logo-bar_right {
        width: 100%;
        float: none;
        text-align: center;
        margin: 10px 0 30px;
    }

    .top-logo-bar_right form {
        width: 300px;
        margin: 0 auto;
        float: none;
        text-align: left;
    }

    .top-logo-bar_right select {
        min-width: 237px;
        height: 40px;
    }

    .top-logo-bar_right input[type="submit"] {
        padding: 5px 13px;
        float: right;
    }
}

@media screen and (max-width: 825px) {
    .site-header .widget-area {
        display: none;
    }

    .site-header .site-branding {
        float: none;
        text-align: center;
        padding-top: 30px;
    }

    .content-area {
        float: none;
    }

    .site-content {
        margin: 0;
    }

    .entry-thumbnail {
        float: none;
        margin: 0 auto 15px;
    }

    .entry-summary {
        margin-left: 0;
    }

    .site-sidebar {
        width: auto;
        float: none;
        margin: 20px 0 0;
    }

    .site-extra .widget-area {
        width: 100%;
    }

    .footer-about .widget_text {
        width: 100%;
    }

    [class*="navigation"] .nav-previous {
        width: 100%;
        float: none;
        text-align: left;
    }

    [class*="navigation"] .nav-next {
        text-align: right;
        float: none;
        width: 100%;
        display: block;
    }

    .entry-thumbnail {
        height: auto;
        max-height: 1000px;
    }
}

@media screen and (max-width: 600px) {
    .site-footer .footer-about {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0px 0;
    }

    .footer-logo {
        float: none;
        margin: 40px auto 0 auto;
    }

    .footer-about .widget-title {
        text-align: center;
    }

    .site-header-sub {
        height: 100px;
        margin: 0 20px;
        bottom: -50px;
    }

    .header-img-spacing {
        height: 30px;
    }
}

@media screen and (max-width: 480px) {
    .site-title {
        font-size: 2.4em;
        line-height: 45px;
    }

    .entry-title {
        font-size: 2em;
    }

    .site-footer {
        text-align: center;
    }

    .site-footer .site-info,
    .site-footer .site-credit,
    .site-footer .menu-allblogs {
        float: none;
    }
}

@media screen and (max-width: 450px) {
    .site-title a {
        overflow-wrap: break-word;
        font-size: 35px;
        margin: 0;
        line-height: 0;
    }

    .footer-about h2 {
        font-size: 28px;
    }

    .entry-title a {
        font-size: 32px;
    }

    .entry-title {
        line-height: 37px;
        margin: 0;
    }

    .top-logo-bar_right form {
        width: 280px;
    }

    .top-logo-bar_right select {
        min-width: 217px;
    }

    .footer-topbar_right input[type="submit"] {
        padding: 15px 16px;
    }

    .footer-topbar_right select {
        min-width: 220px;
        border-left: 0;
    }
}
