
/**** style.css ***/

/**
 * Theme Name: HMPI
 * Author: Team HMPI
 * Author URI: https://khgcommunications.com
 * Description: The HMPI WordPress theme.
 * Version: 1.0
 */

/*******************************
 * Body
 *******************************/
body {
}

/*******************************
 * Wells
 *******************************/
.well {
    background-color: #F3F3F4;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
}

/*******************************
 * Links
 *******************************/

/* unvisited link blue */
a:link,
a:link .read-more {
    color: #2F749F;
    text-decoration: underline;
}

/* visited link purple */
a:visited,
a:visited .read-more {
    color: #8051AD;
}

/* mouse over link lighter blue */
a:hover,
a:hover .read-more {
    color: #1683C9;
}

/* selected link blue */
a:active,
a:active .read-more {
    color: #2F749F;
}
.hmpi-btn,
.hmpi-btn:active,
.hmpi-btn:visited,
.hmpi-btn:focus {
    background: #404040;
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none !important;
}
.hmpi-btn:hover {
    background: #58585A;
    color: #fff !important;
    text-decoration: none;
    text-decoration: none !important;
}
.primary-btn,
.primary-btn:active,
.primary-btn:visited,
.primary-btn:focus {
    background: #2F749F;
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none !important;
    margin-right: 10px;
}
.primary-btn:hover {
    background: #1683C9;
    color: #fff !important;
    text-decoration: none;
    text-decoration: none !important;
}
.default-btn,
.default-btn:active,
.default-btn:visited,
.default-btn:focus {
    background: #D4D5D6;
    color: #000 !important;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none !important;
    margin-right: 10px;
}
.default-btn:hover {
    background: #eee;
    color: #000 !important;
    text-decoration: none;
}

/*******************************
 * Section Headings
 *******************************/
.editors-section h3 {
    color: #8B2332;
}
.editors-section figure {
    border: 1px solid #333333;
    float: left;
    height: 167px;
    margin: 0 20px 20px 0;
    overflow: hidden;
    width: 245px;
}
.editors-section figure img {
    width: 100%;
}
.hmpi-section-heading {
    color: #8B2332;
    font-weight: 200;
    margin-top: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 5px;
    padding-bottom: 10px;
}
.hmpi-section-heading-dark {
    color: #404040;
    font-weight: 200;
    margin-top: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 5px;
    padding-bottom: 10px;
}
.article-section-header {
    border: 0;
    border-top: 1px solid #8B2332;
    margin: 40px 0;
    text-align: center;
    width: 100%;
}
.article-section-header h2 {
    background-color: #8B2332;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    margin: -1px auto 0;
    padding: 5px 40px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

/*******************************
 * Nav Helpers
 *******************************/
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-list li {
    display: inline;
}
.hmpi-section ul {
    padding: 0;
}
.hmpi-section ul li {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 200;
}
.hmpi-section ul li:before {
    color: #000;
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.375em;
}
.hmpi-section ul li a {
    color: #2F749F;
    text-decoration: underline;
}
.hmpi-section ul li a:visited {
    color: #8051AD;
    text-decoration: underline;
}
.hmpi-section.ul-no-arrows ul li {
    padding-left: 0;
}
.hmpi-section.ul-no-arrows ul li:before {
    display: none;
}
.hmpi-section.ul-no-arrows ul li a {
    line-height: 1.5em;
}

/*******************************
 * Header
 *******************************/
#hmpi-header {
    margin: 40px 0;
}

#hmpi-header > div {
    margin-bottom: 10px;
}

/*******************************
 * Header Social Nav
 *******************************/
#hmpi-header-social {
    text-align: right;
    z-index: 99;
}
#hmpi-header-social li {
    margin: 0 5px;
}
#hmpi-header-social li:last-child {
    margin-right: 0;
}
#hmpi-header-social li a {
    font-size: 20px;
}

/*******************************
 * Header Nav
 *******************************/
#hmpi-header-nav {
    background-color: #333333;
    border-top: solid #8B2332 12px;
}
#hmpi-header-nav nav {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0 -30px;
}
#hmpi-header-nav ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 200;
}

/*******************************
 * Hero article
 ******************************/
#featured-well {
    padding: 40px 20px;
}
#hmpi-hero h2 a,
#hmpi-hero h2 a:hover,
#hmpi-hero h2 a:visited,
#hmpi-hero h2 a:visited {
    color: #333333;
    text-decoration: none;
}
.author {
    font-style: italic;
}
#hmpi-hero img {
    border: 1px solid #333333;
}

/*******************************
 * Sub-Hero articles
 ******************************/
.hmpi-sub-hero h2 a {
    text-decoration: none;
}
.hmpi-sub-hero > div {
    bottom: 0;
    margin: 0;
    padding-right: 30px;
    position: absolute;
    width: 100%;
}
.hmpi-sub-hero hr {
    border-color: #333333;
}

/*******************************
 * Featured Article
 *******************************/
.featured-article {
    margin-bottom: 10px;
}
.featured-article-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -125px center;
    /*padding: 200px 0 0 0;*/
    position: relative;
}
.featured-article-small .featured-article-header {
    background-position: center center;
}
.featured-article,
.featured-article-header {
 /* this controls the height of the featured images*/
    min-height: 450px;
    padding-bottom: 20px;
}
#hmpi-hero .category,
.issue-article-box .category {
    color: #8B2332;
    font-weight: 700;
    text-transform: uppercase;
}
.featured-article .category {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    right: 40px;
}
.featured-article.featured-article-small .category {
    border-radius: 0;
    right: 0;
    text-align: center;
    width: 100%;
}
.featured-article-title {
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    padding: 20px;
    position: absolute;
    margin: 0;
}
.featured-article-title a {
    color: #fff;
    font-size: 18px;
    line-height: 1.25em;
    font-weight: 400;
    text-decoration: none;
    /*text-transform: uppercase;*/
}
a.white-link {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}
.featured-article-body {
    background: #918f8f;
    color: #fff;
    padding: 10px;
}
.featured-article-body p {
    font-size: 12px;
}
.featured-article-footer {
    background: #5a5757;
    border-bottom: 20px solid #918f8f;
    padding: 10px;
}
.featured-article-body a,
.featured-article-footer a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
a.test {
    font-size: 14px;
}
.featured-article-footer a {
    display: block;
}

/*******************************
 * Issue Article
 *******************************/
.issue-article {
    margin-bottom: 20px;
}
.issue-article .issue-article-box {
    border: 0;
    border-bottom: 1px solid #EBEBEB;
    height: 100%;
    position: relative;
}
.issue-article a,
.issue-article a:active,
.issue-article a:hover,
.issue-article a:visited {
    color: #000;
    text-decoration: none;
}
.issue-article figure {
    border: 1px solid #333;
    max-height: 355px;
    margin-bottom: 20px;
    overflow: hidden;
}
.issue-article figure img {
    width: 100%;
}
.issue-article .title {
    color: #2F749F;
    font-size: 18px;
}
@media (min-width: 768px) {
    .issue-article figure {
        height: 166px;
    }
}
@media (min-width: 992px) {
    .issue-article figure {
        height: 219px;
    }
}
@media (min-width: 1200px) {
    .issue-article figure {
        height: 268px;
    }
}

/*******************************
 * Issues/Articles
 *******************************/
#issues-page article h2 {
    color: #8B2332;
}
#issues-page article h2 a,
#issues-page article h2 a:active,
#issues-page article h2 a:hover,
#issues-page article h2 a:visited {
    color: #8B2332;
    text-decoration: none;
}

/*******************************
 * Authors
 *******************************/
#author-listing article {
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#author-listing article:last-child {
    border: 0;
}
#author-listing article .author-title {
    color: #8B2332;
    font-weight: 700;
}
#author-listing article .author-bio {
    margin-bottom: 0;
    overflow: hidden;
}
#author-listing article .author-bio p:last-child {
    margin-bottom: 0;
}
#author-listing article .author-bio-expand,
#author-listing article .author-bio-close {
    display: none;
}

/*******************************
 * Footer
 *******************************/
.footer-row {
    /*border-top: 2px solid #8b2332;*/
    margin-top: 20px;
    padding-top: 20px;
}
#mailing-list-well h3 {
    color: #8B2332;
    margin-top: 0;
}
#mailing-list-well .btn {
    margin-bottom: 0;
}
.footer-social > a {
    color: #000;
    font-size: 20px;
    margin-right: 10px;
}
.footer-mailing-list label {
    font-weight: normal;
}
.footer-mailing-list input {
    border-radius: 0;
}
.footer-mailing-list .btn {
    border-radius: 0;
}

#bahm-logo {
    bottom: 0;
    position: absolute;
    left: 54%;
    height: 100px;
    top: -6px;
}
#hmpi-footer-bottom {
    background: #58585a;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
#hmpi-footer-bottom a,
#hmpi-footer-bottom a:active,
#hmpi-footer-bottom a:hover,
#hmpi-footer-bottom a:visited {
    color: #FFF;
}

/*******************************
 * Member Schools
 *******************************/
.member-schools-wrap {
    padding: 20px 20px 40px 20px;
}
.member-schools-wrap .schools {
    font-size: 0;
    text-align: center;
}
.member-schools-wrap .school {
    display: inline-block;
    font-size: 14px;
    margin: 5px 0;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 16.66666%;
}
.member-schools-wrap .school img {
    height: auto;
    max-height: 120px;
    width: auto;
}

/*******************************
 * Headings
 *******************************/
h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
}
h2.issues {
    padding-top: 0;
    background: #000;
}
h1 {
    font-size: 36px;
    line-height: 1.25em;
}
h6 {
    font-size: 15px;
    color: #fff;
    font-style: italic;
    font-weight: 200
}

/*******************************
 * Text styles
 *******************************/
.subhead {
    color: #8B2332;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 200;
}
p.intro {
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 200;
}
p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.375em;
    font-weight: 300;
}
p.references {
    font-size: 13px;
    line-height: 1.375em;
    font-weight: 300;
}
h4 {
    font-weight: 500;
}
ul {
    font-weight: 300;
}
ul li {
}
figcaption {
    font-weight: 600;
    padding: 20px;
}
p.article-bio {
    font-weight: 500;
    font-style: italic;
    padding-bottom: 20px;
    color: #918F8F;
}
.screen-reader-text {
    display: none;
}

/*******************************
 * Tables
 *******************************/
table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    text-align: left;
    padding: 8px;
}
tr:nth-child(even) {
    background-color: #f2f2f2
}
th {
    background-color: #ccc;
    color: #222;
}

/**
 * Images
 */
img {
    max-width: 100%;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.aligncenter {
    margin: 0 auto;
}
img.article {
    padding-bottom: 40px;
    border-bottom: 5px;
}

/**
 * Captions
 */
.wp-caption-text {
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
}

/**
 * Various
 */

/**
 * Blog Posts
 */
.post {
}
.post img {
    height: auto;
}
.post.sticky {
    background-color: #eee;
    margin-top: 50px;
    padding: 30px;
}
.post.sticky .hmpi-page-header {
    padding: 0 0 20px 0;
}
.hmpi-post-navigation {
    margin: 50px 0;
}
.hmpi-post-navigation a,
.hmpi-post-navigation a:active,
.hmpi-post-navigation a:visited,
.hmpi-post-navigation a:focus {
    color: #337ab7;
    text-decoration: none;
}
.hmpi-post-navigation a:hover {
    color: #22517a;
}
.hmpi-post-thumbnail {
    background-size: cover;
    background-position: center center;
    height: 500px;
}
.hmpi-post-navigation .nav-links {
}
.hmpi-post-navigation .nav-links .nav-previous,
.hmpi-post-navigation .nav-links .nav-next {
    float: left;
    width: 50%;
}
.hmpi-post-navigation .nav-links .nav-next {
    text-align: right;
}
.hmpi-post-navigation .nav-links .nav-previous {
    text-align: left;
}
.page-links {
    font-family: 'Merriweather', sans-serif !important;
}
.page-links span {
    font-weight: 700;
    padding: 0 5px 0 0;
}
.page-links a {
    color: #e1a61b;
    font-weight: 300;
    padding: 0 5px 0 0;
    text-decoration: none;
}
span.page-links-title {
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
}
a.hmpi-more-link,
a.hmpi-more-link:active,
a.hmpi-more-link:visited,
a.hmpi-more-link:focus {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #e1a61b;
    display: block;
    font-weight: 700;
    margin: 30px 0;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
a.hmpi-more-link:hover {
    color: #222;
}

/**
 * Blog Navigation
 */
.navigation {
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
.navigation .prev,
.navigation .next,
.navigation .page-numbers {
    padding: 0 10px;
}
.navigation .page-numbers.current {
    color: #e1a61b;
    font-weight: 700;
}

/**
 * Comments
 */
#comments {
    margin: 40px 0;
}
.comments-title {
    margin-bottom: 40px;
}
.comment-list {
    list-style: none;
    padding: 0;
}
.comment-list li {
    background: #eeeeee;
    border: 2px solid #ddd;
    margin-bottom: 20px;
    padding: 10px;
}
.comment-list li {
    list-style: none;
}
.comment-list li .children li {
    background-color: rgba(0, 0, 0, .05);
    border: 0;
}
.comment-list .reply {
    padding: 0 0 20px 0;
}
.comment-list .reply a {
    font-weight: 700;
    text-decoration: none;
}
.comment-list .vcard img.photo {
    margin-right: 10px;
}
.comment-list .vcard cite.fn a.url {
    font-weight: 700;
    text-decoration: none;
}
.comment-list .commentmetadata {
    padding: 10px 0;
}
.comment-list .commentmetadata a {
    font-size: 12px;
    text-decoration: none;
}
#respond {
    margin: 40px auto;
    width: 75%;
}
.reply-title {
}
#commentform {
}
#commentform label {
    display: block;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
    background-color: #eee;
    border: 2px solid transparent;
    padding: 10px;
    -webkit-transition: border .25s;
    -moz-transition: border .25s;
    -ms-transition: border .25s;
    -o-transition: border .25s;
    transition: border .25s;
    width: 100%;
}
#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus,
#commentform textarea:focus {
    border: 2px solid #aaa;
}
#commentform #submit {
    background: #222;
    border: 0;
    color: #fff;
    padding: 10px;
    -webkit-transition: background .25s;
    -moz-transition: background .25s;
    -ms-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
    width: 100%;
}
#commentform #submit:hover {
    background-color: #e1a61b;
}
.hmpi-section {
    margin-bottom: 20px;
}
.home-top-right {
    border: 1px solid #ccc;
    position: relative;
}
.home-top-right input {
    border: 0;
    width: 100%;
    padding: 10px;
}
.home-top-right #searchsubmit {
    position: absolute;
    right: 10px;
    background: transparent;
    width: 16px;
    padding: 10px;
    background: url('img/search.png') no-repeat center center;
    color: transparent;
}
.framing, .regi-sidebar {
    background: #eee;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}
.framing h1:first-of-type,
.framing h2:first-of-type,
.framing h3:first-of-type {
    margin-top: 0;
}
.hmpi-archive-issue {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #9d9d9d;
}
.hmpi-archive-issue:last-child {
    border: 0;
}
.regi-wrap {
    /*background: #000;*/
    /*padding: 10px*/
    /*border: 1px;*/
}
.single-hmpi_author .hmpi-page-content {
    padding: 40px 0;
}
.author-image {
    float: left;
    height: auto;
    margin: 0 20px 20px 0;
    width: 150px;
}
.hmpi-page-author {
    background-color: #ddd;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}
.hmpi-page-author img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.hmpi-page-author .hmpi-btn {
    bottom: 0;
    display: inline-block;
    position: absolute;
    width: 100%;
}
.hmpi-page-title {
    margin-bottom: 30px;
    font-weight: 200;
}
.regi-sidebar img {
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 300px;
}
.showMiami,
.showMinnesota,
.showNavarra,
.showWharton,
.showYale,
.showVanderbilt,
.showGeorgia {
    display: none;
}
.miami .showMiami,
.minnesota .showMinnesota,
.navarra .showNavarra,
.wharton .showWharton,
.yale .showYale,
.vanderbilt .showVanderbilt,
.georgiastate .showGeorgia {
    display: block;
}

/* Featured Resource Section */
.featured-resources {
    background-color: #F3F3F4;
    margin: auto auto 20px;
    position: relative;
    width: 100%;
}
.featured-resources h3 {
    background-image: url("img/background.png");
    color: #404040;
    font-weight: 700;
    padding: 10px 20px;
}
.featured-resources .resource-header {
    margin-bottom: 20px;
}
.featured-resources .resource-content {
    padding: 20px;
}
.featured-resources .resource-content h4 {
    color: #2F749F;
    margin: 0 0 20px;
}
.featured-resources .resource-content h4 a,
.featured-resources .resource-content h4 a:hover,
.featured-resources .resource-content h4 a:active,
.featured-resources .resource-content h4 a:visited {
    color: #2F749F;
    text-decoration: none;
}
.featured-resources article {
    border: 0;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}
.featured-resources .row:last-child article {
    border: 0;
}

/* END - Featured Resource Section */

/* COVID-19 Special Section */
#covid-19-front-page {
    position: relative;
}
#covid-19-front-page .covid-blog {
    font-size: 24px;
}
#covid-19-front-page .covid-header {
    font-size: 24px;
}
#covid-19-front-page .covid-image-box {
    max-height: 100px;
    overflow: hidden;
}
#covid-19-front-page .covid-well {
    background-color: #9B2D38;
    border-top: 1px solid white;
    border-bottom: 20px solid black;
    color: white;
}
#covid-19-front-page .covid-well .row {
    margin-bottom: 10px;
}
#covid-19-front-page .covid-posts p {
    line-height: 1.1;
}
#covid-19-front-page .covid-posts a {
    color: #D1C7C7;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
#covid-19-front-page .covid-posts a:hover,
#covid-19-front-page .covid-posts a:active {
    color: #FFFFFF;
}
#covid-19-front-page .covid-view-more {
    background-color: #333333;
    color: #FFFFFF;
    display: inline-block;
    padding: 15px 30px;
}
