/*
Theme Name: JMK Fund New
Theme URI: https://social-ink.net
Description: Architecture, custom code and templating created by Social Ink
Version: 1
Author: Social Ink
Author URI: https://www.social-ink.net
*/
/*****************
LAYOUT
***********************************************/
* {
    box-sizing: border-box;
}
.onepage {
    clear: both;
    min-height: 600px;
}
.content {}
.page .content {
    display: flex;
}
article.copy {
    min-width: 70%;
}
main.singlepage.sidebar-on section.content,
main.singlepage.metadata-exists section.content {
    display: flex;
    margin-bottom: 2em;
    align-items: flex-start;
}
main.singlepage.sidebar-on section.content .main-content,
main.singlepage.metadata-exists section.content .main-content {
    width: 63%;
}
main.singlepage.sidebar-on section.content aside.sidebar,
main.singlepage.metadata-exists section.content .metadatum {
    /*     width: 35%;
    margin-left: 2%;
    background: rgba(255, 248, 238, 0.8);
 */
}
main.singlepage.sidebar-on section.content aside.sidebar,
main.singlepage.metadata-exists section.content .metadatum .metadatum-inner {
    padding: 1em;
}
.content .text {}
.content.nosidebar {
    float: none;
    width: 100%;
}
.pageinfo {}
/*****************
EXPANDERS
***********************************************/
.expanding_question,
.expander_section {}
.expanding_question .expanding_contents,
.expander_section .expanding_contents {}
.expanding_question.opened .expanding_contents,
.expander_section.opened .expanding_contents {}
h2.expanding_header,
.expander_section header a {}
h2.expanding_header:after,
.expander_section header a:after {}
.expanding_question.opened h2.expanding_header:after,
.expander_section header a.activated:after {}
/*****************
TYPE
***********************************************/
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
}
h1,
.home .txtcol h2 {
    font-family: 'mostra-nuova', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}
h2 {}
h3 {}
h4 {}
h5 {}
p {}
.fancyfont {}
.pageinfo h1 {
    line-height: 1.1;
}
.archiveinfo h1 {
    color: #ec7430;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.2em;
    margin-bottom: 1em;
}
.text {}
.text p {}
.text p:last-child {}
.text h1 {}
.text h2 {}
.text h3 {}
.text ul {}
.text ul li {}
/*****************
IMAGECOVERS
***********************************************/
.backgrounded_image {}
.backgrounded_image:before {}
.backgrounded_image>div {}
/*****************
FIXES FOR IE
***********************************************/
.ie8,
.ie9 {}
.ie7 {}
/*****************
BASIC INPUT AND FORMS
***********************************************/
input[type=text] {
    padding: .5em;
}
.wpcf7 input[type=submit],
input[type=submit],
.button {
    border: 0 none;
    display: inline-block;
}
input[type=submit]:hover,
.button:hover {
    text-decoration: none;
}
input[type=submit]:active,
.button:active {}
input[type=submit]:focus,
.button:focus {}
/*****************
MOBILE HEADER (used for search bar in mobile)
***********************************************/
.mobile_expansion {}
.mobile_expansion+label.mobile_expand_search {}
.mobile_expansion:checked+label {}
.mobile_expansion+label.icon-search {}
/*****************
NAV MENU MARKUP
***********************************************/
.menu_horizontal li {}
/*****************
HEADER
***********************************************/
#header {
    width: 100%;
    border-bottom: 1px solid #FF7A00;
    padding-bottom: 1em;
}
.socialink-body-scrolled #header {
    position: fixed;
    z-index: 9999;
    background: #fff;
    height: 95px;
    margin-top: 0;
    transition: all 0.2s ease;
}
.socialink-body-scrolled #header .logo {
    max-width: 100px;
    margin-top: 8px;
    transition: all 0.2s ease;
}

.single-awardee .hero-inner {
    display: none;
}

.single-awardee .herospot.main {
    margin-bottom: 0;
}
body.single-awardee #header,
body.hero-exists #header {
    margin-bottom: 0;
}
li.sink_dropdown_top,
.sink_dropdown li {
    list-style: none;
    margin-left: 0;
    border-bottom: 1px solid #000;
}
.header_inner {
    align-items: flex-start;
}
.sink_dropdown {
    justify-content: space-around;
}
.topheader-bottomline {
    margin-top: 1em;
    padding-right: 1%;
}
.topheader-bottomline svg {
    fill: #000;
}
.logo {}
.logo img {
    width: 100%;
    /* for ie */
}
.sink_dropdown li ul.sub-menu {
    background: #fff;
}
.sink_dropdown li li a:hover,
li.sink_dropdown_mid a:hover {
    font-size: inherit;
    font-weight: 700;
    color: #000 !important;
}
.topmenu {}
.topmenu ul {
    display: flex;
    justify-content: space-between;
}
.topmenu li {}
.topmenu li:after {}
.topmenu li.last_item {}
.topmenu li a {}
.topmenu li[class*="current"] a,
.topmenu li:hover a {}
ul.sink_dropdown {
    justify-content: flex-end;
}
.sink_dropdown_container {
    margin-bottom: 0;
    margin-right: 0;
}
.socialmedia {}
.socialmedia a {}
/*****************
AWARDEE
***********************************************/
p.awardee-company {
    color: #000;
    margin-bottom: 5px;
    font-size: .8em;
}
p.awardee-company.location {
    margin-top: 0;
}
.awardee-subheader {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 2em;
    background: #F3F3F3;
    padding: 1em;
    margin-top: -2em;
    font-size: 1.1em;
}
.awardee-subheader ul {
    display: flex;
    margin-bottom: 0;
}
.awardee-subheader ul li {
    list-style: none;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 1em;
}
.awardee-subheader li[class*="current"] a,
.awardee-subheader li:hover a {
    color: #EF7622;
}
.awardee-grid-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: .5em;
}
.overview-by-year .cb h2 {}
/*****************
SIDEBAR
***********************************************/
.sidebar {
    width: 25%;
    margin-left: 3%;
}
.sidebar h3 {
    font-family: 'mostra-nuova', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}
.sidebar ul {
    margin-bottom: 0;
}
.sidebar ul li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1em;
    font-weight: bold;
}
.sidebar .sidebar-inner {
    background: #F3F3F3;
    padding: 1em;
    width: 300px;
    margin-top: 15px;
}
.sidebar_module {}
.sidebar_module .module_title {}
.sidebar_module .module_content {}
/*****************
HOME
***********************************************/
.announcepost {
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'mostra-nuova', sans-serif;
    margin-bottom: 1em;
    color: #ec7430;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
.item_preview {
    margin-bottom: 1em;
}
.learmore>p:last-child,
.item_preview>p:last-child {
    margin-bottom: 0;
}
.learmore {
    text-transform: uppercase;
    font-family: 'mostra-nuova', sans-serif;
}
.hpsec.top {
    margin-top: 4em;
}
.hpsec.top .inner.cb {}
.hpsec.top .inner.cb .featured_content {
    align-items: center;
}
.hpsec.top .inner.cb .left {
    padding: 2em;
    width: 35%;
    background: #f4f4f4;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
}
.hpsec.top .inner.cb .left h3 {
    font-family: 'mostra-nuova', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}
.hpsec.top .inner.cb .right {
    width: 65%;
}
.hpsec.top .inner.cb .right img {
    display: block;
}
.hp-item {
    align-items: center;
}
.hp-item.item-odd,
.hp-item:nth-child(even) {
    flex-direction: row-reverse;
}
.hp-item .imgcol.ns {
    flex-shrink: 0;
    width: 65%;
}
.hp-item .imgcol.ns>a {
    position: relative;
    display: block;
}
.hp-item .imgcol.ns>a>img {
    display: block;
}
.hp-item .txtcol.ns {
    padding: 1em;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #f4f4f4;
    width: 35%;
}
.hp-item .item_preview p {
    font-size: .9em;
}
.hp-item.addl-item .imgcol.ns {
    max-width: 860px;
    flex-shrink: 0;
    width: 65%;
}
.hp-item.addl-item {
    flex-direction: row-reverse;
}
.hp-item.addl-item:nth-child(odd) {
    flex-direction: row-reverse;
}
h2.feat-item-w-logo {
    display: flex;
    align-items: center;
}
h2.feat-item-w-logo .item-logo {
    width: 50px;
    display: inline-block;
    margin-right: 1em;
    border: 2px solid;
}
h2 img {
    display: block;
}
.addl-item .learmore a {
    color: #000;
}
.sep-inner {
    display: flex;
    justify-content: center;
}
.sep-indicator {
    display: inline-block;
    height: 4em;
    background: #000;
    width: 1px;
}
.sep-inner.lefty {
    justify-content: flex-start;
    max-width: 1040px;
    margin: auto;
}
.sep-inner .sep-indicator.xform {
    margin-top: 2em;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.sep-inner .sep-indicator {
    margin-left: 5em;
}
/*****************
BACKGROUNDS
***********************************************/
.block-herotype,
.herospot {
    max-width: none;
}
.home .block-herotype,
.home .herospot {
    height: calc(100vw / 2.5);
}
.herospot.contained {
    /* use this instead of height if the image is not full bleed; where the first number is the image height and the second number is the image width */
    /* padding-top: calc((460 / 1040) * 100%);*/
}
.herospot.semantic:before {}
.herospot.semantic>div,
.herospot.semantic>article,
.herospot.semantic>section {}
.herospot.main {
    margin-bottom: 3em;
}
.hero-inner {
    background: rgba(255, 248, 238, 0.8);
    width: 30%;
    position: absolute;
    top: 0;
    left: 1%;
    padding: 2em;
    height: 100%;
}
.home .hero-inner {
    position: relative;
    top: inherit;
    bottom: inherit;
    margin: 2%;
    left: inherit;
    height: 90%;
    overflow: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}
.home .hero-inner::-webkit-scrollbar {
    display: none;
}
.hero-inner h1 {
    font-size: 2em;
    font-weight: 900;
    margin-bottom: 1em;
}
.hero-inner h2 {
    font-size: 1.2em;
}
.hero-inner.homepage-hero-inner h1 {
    font-size: 1.2em;
    font-family: 'franklin-gothic-urw', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.hero-inner.homepage-hero-inner h2 {
    font-weight: 300;
    font-size: 1em;
    font-family: 'franklin-gothic-urw', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.slides li {
    margin: 0;
    list-style: none
}
.slideshow_area {}
.slideshow_area div.slide {}
#header .slideshow_area {
    top: 0;
    left: 0;
}
#header .slideshow_area div.slide {}
.slide_nav {}
.slide_nav a:before {}
.home .slide_nav {}
.slide_nav a {}
.slide_nav a:hover,
.slide_nav a:active,
.slide_nav a:focus {}
.slide_nav.left {}
.slide_nav.right {}
/*****************
LISTS
***********************************************/
/* single page view navigation */
div.next-post {}
div.prev-post {}
/* generated by wp_list_cat and wp_list_pages functions */
li.page_item {}
li.current_page_item {}
li.current_page_parent {}
li.cat-item {}
li.current-cat {}
/*****************
FOOTER
***********************************************/
#footer {
    clear: both;
    background: #3A3A3A;
    color: #fff;
    padding: 1em;
    margin-top: 0;
}
.fld-footer_quote_source {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1em;
}
.quotes-container {
    font-size: 1.2em;
    font-style: italic;
    min-width: 600px;
    text-align: right;
}
.footer_inner {
    display: flex;
}
.subfooter {
    margin-top: 1em;
    background: #f5f5f5;
    padding: 2em 0;
}
footer.stripe {
    background: #e8e8e8;
    padding-bottom: 2em;
}
footer .newsletter {}
.newsletter .ctct-custom-form input[type="text"] {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 7px;
}
.newsletter h3 {
    font-family: 'mostra-nuova', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}
.newsletter .ctct-embed-signup {
    max-width: 400px;
}
.ctct-custom-form .ctct-button {
    width: auto;
    padding: 10px 30px;
    border-radius: 25em;
    margin-top: 1em;
}
.ctct-custom-form label {
    color: #000;
}
.footermenu ul {
    margin: 0;
}
.footermenu {}
.footercredits {}
.footercredits a {}
.sitecredits {}
.sitecredits p {}
.sitecredits a {}
.sinkcredits {
    margin-left: auto;
}
.sinkcredits p {}
.sinkcredits a {
    font-weight: inherit;
    font-size: .9em;
}
.subfooter .inner.cb.flexible {
    flex-wrap: nowrap;
}
.subfooter .inner.cb.flexible>div {}
.addcol.col {
    text-align: left;
    width: 25%;
}
.fld-footer_quote_source {
    font-family: 'mostra-nuova', sans-serif;
    font-weight: 100;
    font-style: normal;
}
.fld-footer_quote_source p {
    margin-bottom: 0;
}
.subfooter .socialmedia ul {}
.quotecol.col {
    display: flex;
    flex-wrap: nowrap;
    width: 70%;
}
.sink_cfields.field_img.fld-footer_image {
    flex-shrink: 0;
    margin-right: 1em;
    width: 135px;
    order: 2;
    margin-left: 1em;
}
/*****************
RELATED
***********************************************/
.related_content {
    text-align: center;
    margin: 2em 0;
}
.related_content .field_divlist {
    display: flex;
    margin: 2em 0;
}
.related_content .field_divlist>div {
    background: #ccc none repeat scroll 0 0;
    border-right: 1px solid #fff;
    height: 250px;
    min-width: 25%;
    padding: 1em 2%;
}
.metadatum {}
.metadatum .meta_item {}
.metadatum .meta_item .lbl {}
.metadatum .meta_item .val {}
.metadatum .tax_item .lbl:before {}
/*****************
MODULES
***********************************************/
.modules {
    /*     background: #FFF8EE; */
}
.socialink-module .modheader h1 {
    font-family: 'mostra-nuova', sans-serif;
    font-weight: 300;
    border-top: 1px solid #EE7421;
    padding-top: 5px;
    font-size: 1.7em;
}
.under_image_caption p {
    margin-bottom: 0;
    font-weight: 700;
}
.rows_holder .flexible.nw {
    margin-bottom: .4em;
}
.rows_holder .flexible.nw .sink_icon {
    width: 15px;
}
.fileholder {
    justify-content: flex-start;
    align-items: center;
}
.file-title {
    display: inline-block;
    margin-left: 10px;
    color: #EE7421;
    font-weight: bold;
}
.imgholder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
}
.imgholder.onecol {
    width: 100%;
}
.imgholder.onecol .module_img {
    width: 100%;
}
.imgholder .module_text {
    display: inline-block;
    margin-left: 0;
    color: #EE7421;
    font-weight: bold;
    text-align: left;
}
.imgholder .module_text.module-subtitle {
    font-family: 'mostra-nuova', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: .8em;
    color: #000;
}
.module-repeated .module_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    text-align: left;
    align-items: stretch;
}
/*****************
ARCHIVE
***********************************************/
article.archive_post {
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1em;
    padding-bottom: 1em;
    flex-wrap: nowrap;
}
aside.readmore {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    justify-content: flex-start;
}
article.archive_post.archivepost_last {
    border-bottom: 0;
}
.archive_post .featimg {
    flex-shrink: 0;
    margin-right: 1em;
    width: 150px;
}
.archive_post.thumb_exists .mainpost {
    height: 100%;
}
article.archive_post h2 {
    margin-bottom: .1em;
}
article.archive_post h2 a {
    text-decoration: none;
}
article.archive_post p.post_header_meta {}
article.archive_post .post_meta {
    border-top: 1px solid #eaeaea;
    padding-top: 5px;
}
article.archive_post a.readmore {
    font-size: 90%;
    text-transform: uppercase;
}
article.archive_post a.readmore:after {
    content: '>';
    padding-left: 2px;
}
.relatedposts {}
.relatedposts ul {}
.relatedposts li {}
.relatedposts .prev {}
.relatedposts .next {}
.single_relatedposts {}
.archive_relatedposts {}
p.readmore {
    margin-bottom: 0;
}