@charset "UTF-8";

@font-face {
    font-family: 'Fabric Sans';
    src: url('./fonts/FabricSans-Black.woff2') format('woff2'),
        url('./fonts/FabricSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fabric Sans';
    src: url('./fonts/FabricSans-MediumItalic.woff2') format('woff2'),
        url('./fonts/FabricSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fabric Sans';
    src: url('./fonts/FabricSans-Bold.woff2') format('woff2'),
        url('./fonts/FabricSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fabric Sans';
    src: url('./fonts/FabricSans-BlackItalic.woff2') format('woff2'),
        url('./fonts/FabricSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fabric Sans';
    src: url('./fonts/FabricSans-RegularItalic.woff2') format('woff2'),
        url('./fonts/FabricSans-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fabric Sans';
    src: url('./fonts/FabricSans-Regular.woff2') format('woff2'),
        url('./fonts/FabricSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fabric Sans';
    src: url('./fonts/FabricSans-BoldItalic.woff2') format('woff2'),
        url('./fonts/FabricSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fabric Sans';
    src: url('./fonts/FabricSans-Medium.woff2') format('woff2'),
        url('./fonts/FabricSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.full_menu ul#primary-menu-list {
    display: none;
}

div#page {
    width: 100%;
    float: left;
    opacity: 0;
    transition: all 1000ms;
    -webkit-transition: all 1000ms;
}

div#page.show {
    opacity: 1;
}

.search_button {
    margin-right: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_button img {
    height: 18px;
    width: 18px;
}

body {
    margin: 0px;
    width: 100%;
    float: left;
}

div#content {
    width: 100%;
    float: left;
}

div#page {
    width: 100%;
    float: left;
}

div#primary {
    width: 100%;
    float: left;
    position: relative;
}

main#main {
    /* max-width: 1460px; */
    margin: 0 auto;
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    /* min-height: 100vh; */
    /* float: left; */
    padding: 0px 25px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.hero_image {
    width: calc(100%);
    float: left;
    /* margin-left: -10vw; */
    margin-right: -10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vw;
    position: relative;
}

.video-container {
    position: absolute;
    z-index: 0;
    left: -10%;
    top: 0;
    right: -10%;
    margin: auto;
    min-width: 120%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

video#hero_video {
    max-height: 100%;
    height: 100%;
}

header#masthead {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    background: transparent;
}

.scrolled .masthead_inner {
  background: white;
}

.masthead_inner {
    width: calc(100% - 50px);
    /* max-width: 1460px; */
    padding: 20px 16px;
    top: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    margin: 0 auto;

}

.scrolled .masthead_inner {
    border-bottom: 1px solid #c6c6c6;
}

a.scroll img {
    width: 155px;
}

.news_single_title {
    width: 70%;
    /* margin-left: 10%; */
}

.profile_bio_button a {
    color: inherit;
}

.header_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 57.45px;
}

.menu_button {
    border: 3px solid #5596FF;
    box-sizing: border-box;
    border-radius: 34.421px;
    padding: 9px 19px;
    background: transparent;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5596FF;
    margin-right: 30px;
    width: 95.72px;
    text-align: center;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.menu_button:hover {
color: white;
background: #5596FF;
cursor: pointer;
}

.header_right a img {
    width: 30px;
    height: 20px;
}

.hero_image {
    width: calc(100%);
    float: left;
    /* margin-left: -10vw; */
    margin-right: -10vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_right a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_image img {
    width: 100vw;
}

.news_main_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.issue_blurb {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: initial;
    margin-top: 24px;
    width: 70%;
}



p a {
    color: #5596FF!important;
}

.hero_top {
    width: 100%;
    padding-top: 100px;
    float: left;
    position: relative;
}

.home_post_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.home_post_date, .home_post_bottom span {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #919191;
    width: unset;
    margin-top: 0px;
}

.home_post_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 118%;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 0px;
    text-align: left;
}

.home_post_tag {
    /* width: 100%; */
    min-height: 16px;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5596FF;
    margin-bottom: 40px;
}

.hero_text {
    padding-left: 0px;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 64px;
    text-transform: uppercase;
    color: #000000;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding-bottom: 15px;
    padding-left: calc(33.3333% + 40px);
    padding-top: 60px;
}

.desktop_nav ul {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
}

ul#primary-menu-list li {
    margin-left: 15px;
}

.desktop_nav {
    margin: 0px 0px 0px 0px;
}

a.social_link {
    margin-left: 20px;
}

.hero_text p {
    margin: 0px;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}

.what_we_stand_for_section {
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
    float: left;
    background: white;
}

.what_we_stand_for_section_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    padding: 76px 30px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.what_we_stand_for_columns {
    /* display: flex; */
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    border-top: 1px solid #cbcbcb;
}

.column_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5596FF;
    padding-bottom: 35px;
}

.column_bullet {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #000000;
    padding: 35px 10px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    border-top: 1px solid #cbcbcb;
}

.column {
    width: 100%;
    padding: 87px 16% 43px;
    box-sizing: border-box;
    border-left: 1px solid #cbcbcb;
}


.our_mission_holder {
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
    display: flex;
    background: white;
}

.our_mission_left {
    width: 66.666%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 53px 37px;
    box-sizing: border-box;
}

.our_mission_copy {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #000000;
    width: 90%;
}

.blue_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5596FF;
}

.our_mission_right {
    width: 33.333%;
    height: 33.333vw;
    background-size: cover;
    background-position: center;
    border-left: 1px solid #cbcbcb;
    box-sizing: border-box;
}

.our_mission_copy p:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
}

.profiles_section {
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
    display: flex;
    background: white;
}

.profiles_left {
    width: 33.333%;
    box-sizing: border-box;
    border-right: 1px solid #cbcbcb;
    padding: 80px 37px;
}

.profiles_right {
    width: 66.666%;
    box-sizing: border-box;
    /* border-right: 1px solid #cbcbcb; */
    padding: 80px 59px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 68px;
    grid-row-gap: 80px;
}

.category .news_posts_outer:nth-child(odd) {
    border-right: 1px solid #cbcbcb;
    padding: 0px 10%;
}

.category .news_posts_outer {
    padding: 0px 10%;
}

.profiles_copy {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 48px;
}

.issues_holder {
    width: 100%;
    float: left;
    padding: 75px 50px 25px;
    box-sizing: border-box;
}

.issues_pods {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}

.issues_holder:nth-child(2n+1) {
    border-right: 1px solid #CBCBCB;
}

.issues {
    /* padding: 0px 5%; */
    box-sizing: border-box;
    width: 80%;
    border-top: 1px solid #C6C6C6;
    margin: 40px 10%;
}

.issue {
    width: 100%;
    border-bottom: 1px solid #C6C6C6;
    float: left;
}

.issue_top {
    padding: 20px 0px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    cursor: pointer;
}

.issues_section {
    border-bottom: 1px solid #CBCBCB;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.issue_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #000000;
}

.issue_copy a {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 133%;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #727272;
}

.issue_bottom {
    width: 100%;
    float: left;
    padding-bottom: 25px;
    display: none;
}

.issue_bottom_inner {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.issues_holder:last-child {
    padding-bottom: 150px;
}

.issue_copy {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 10px;
}

.issue_bottom_inner .read_more {
    padding: 0px;
}

.issue_bottom_inner .read_more a {
    /* padding: 0px; */
    height: 100%;
    width: 100%;
}

.issue_copy p {
    margin: 0px;
    margin-bottom: 15px;
}

.issue_copy > a {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.profile_image {
    width: 80%;
    float: left;
    margin-bottom: 48px;
}

.profile_image img {
    width: 100%;
}

.profile_name {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000000;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.profile_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000000;
    width: 100%;
    float: left;
}

.profile_bio_button {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #919191;
    width: 100%;
    float: left;
    margin-top: 10px;
}

#mc_embed_signup h2 {
    /* font-weight: bold; */
    /* padding: 0; */
    /* margin: 15px 0; */
    /* font-size: 1.4em; */
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    margin: 0px;
}

input#mce-EMAIL {
    padding: 10px 24px 11px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 0px;
    height: 41px;
}

input#mc-embedded-subscribe {
    border: 3px solid #5596FF;
    box-sizing: border-box;
    border-radius: 34.421px;
    padding: 12px 23px;
    background: transparent;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5596FF;
}

div#mc_embed_signup_scroll {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_posts_outer.inactive {
    display: none;
}

.mc-field-group {
    width: 350px;
    margin: 0px 40px;
}

.mc-field-group input {
    width: 100%;
}

div#mce-responses {
    position: absolute;
}

.news_type_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5596FF;
    margin-bottom: 18px;
}

div#mc_embed_signup {
    background: white;
    padding: 78px 30px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
    float: left;
}

.column:first-child {
    border: 0px;
}

.partners_right {
    width: 66.666%;
    box-sizing: border-box;
    /* border-right: 1px solid #cbcbcb; */
    padding: 80px 59px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 34px;
    grid-row-gap: 34px;
}

.profiles_section.content.corporate .partners_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    grid-template-columns: unset;
    grid-auto-rows: unset;
    grid-row-gap: unset;
    grid-column-gap: unset;
}

.corporate_partner {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    cursor: pointer;
    width: 33.333%;
    margin-bottom: 32px;
}

div#pinned {
    width: 100%;
}

.corporate_partner:hover {
  font-family: 'Fabric Sans';
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
/* identical to box height, or 120% */

text-align: center;
letter-spacing: 0.02em;

color: #5596FF;
}

.footer_left {
    padding: 23px 19px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

footer#colophon {
    display: flex;
    width: 100%;
    /* float: left; */
    max-width: 1460px;
    margin: 0 auto;
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    /* min-height: 100vh; */
    /* float: left; */
    padding: 20px 41px;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 60px;
    background: white;
    z-index: 4;
    position: relative;
}

.footer_right {
    width: 33.333%;
    margin-top: 0px;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.01em;
    font-feature-settings: 'liga' off;
    color: #000000;
}

.footer_right_copyright_info {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.01em;
    font-feature-settings: 'liga' off;
    color: #BFBFBF;
    margin-top: 50px;
}

.footer_nav_desktop {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
}

.footer_social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.footer_nav_desktop ul {
    padding-left: 0px;
    list-style: none;
}

.footer_nav_desktop ul li {
    margin-left: 0px!important;
}

.footer_nav_desktop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_right_copyright_info p a {
    width: 100%;
    float: left;
}

.footer_right_copyright_info p {
    margin: 0px;
}

.footer_right_copyright_info p a {
    color: inherit;
}

.footer_right_copyright_info p span {
    margin-left: 5px;
    margin-right: 5px;
}

.footer_right_middle_info p {
    margin: 0px;
}

.footer_right_middle_info p a {
    color: inherit;
    text-decoration: none;
}

p.social {
  font-family: 'Fabric Sans';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 23px;
/* or 144% */

letter-spacing: -0.01em;
text-decoration-line: underline;
font-feature-settings: 'liga' off;

color: #000000;
}

.footer_right_middle_info {
    width: 100%;
    margin-top: 56px;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.01em;
    font-feature-settings: 'liga' off;
    color: #000000;
}

.left_border {
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    height: 100vh;
    position: fixed;
    right: calc(100% - 25px);
    top: 0;
    width: 1px;
    background: #cbcbcb;
    z-index: 16;
    mix-blend-mode: multiply;
}

.right_border {
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    height: 100vh;
    position: fixed;
    left: calc(100% - 25px);
    top: 0;
    width: 1px;
    background: #cbcbcb;
    z-index: 16;
    mix-blend-mode: multiply;
}

.right_center_border {
    display: none;
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    height: 100vh;
    position: fixed;
    left: calc(66.666% - 25px);
    top: 0;
    width: 1px;
    background: #cbcbcb;
    z-index: 0;
    mix-blend-mode: multiply;

}

.left_center_border {
    display: none;
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    height: 100vh;
    position: fixed;
    right: calc(66.666% - 25px);
    top: 0;
    width: 1px;
    background: #cbcbcb;
    z-index: 0;
    mix-blend-mode: multiply;
}

.full_menu {
position: fixed;
width: 100%;
left: 0;
right: 0;
max-width: 100%;
padding: 20px 41px;
top: 0;
box-sizing: border-box;
display: flex;
align-items: flex-start;
justify-content: space-between;
z-index: -1;
opacity: 0;
visibility: hidden;
background: #5596FF;
height: 100%;
flex-direction: column;
transition: all 200ms;
-webkit-transition: all 200ms;
}

.full_menu_inner {
width: 100%;
/* max-width: 1460px; */
margin: 0 auto;
box-sizing: border-box;
padding: 0px 0px 20px;
}

a.scroll {
    display: none;
}

.logo.light {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.scrolled a.fixed {
    display: none;
}

.scrolled a.scroll {
    display: block;
}


.menuActive .full_menu {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

.full_menu_nav {
    height: 90vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-left: 25%;
    box-sizing: border-box;
    flex-direction: column;
    margin-top: -40px;
    padding-right: 25%;
}

.full_menu_nav ul li {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 7vw;
    line-height: 98%;
    text-transform: uppercase;
    color: #A2A2A2;
    mix-blend-mode: multiply;
    list-style: none;
    position: relative;
    z-index: 7;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.full_menu_nav ul li:hover {
  font-family: 'Fabric Sans';
font-style: normal;
font-weight: 900;
font-size: 7vw;
line-height: 98%;
/* or 92% */

text-transform: uppercase;

color: #000000;

mix-blend-mode: multiply;
}

.full_menu_nav ul {
    list-style: none;
    padding-left: 0px;
}

#search_input {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -0.01em;
    font-feature-settings: 'liga' off;
    height: 23px;
    padding: 7px 0px;
    border: 0px;
    background: transparent;
    width: 100%;
    outline: none;
}


#search_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Fabric Sans';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 23px;
/* identical to box height, or 144% */
  color: black;
letter-spacing: -0.01em;
font-feature-settings: 'liga' off;
}
#search_input::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Fabric Sans';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 23px;
/* identical to box height, or 144% */
color: black;
letter-spacing: -0.01em;
font-feature-settings: 'liga' off;
}
#search_input:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Fabric Sans';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 23px;
/* identical to box height, or 144% */
color: black;
letter-spacing: -0.01em;
font-feature-settings: 'liga' off;
}
#search_input:-moz-placeholder { /* Firefox 18- */
  font-family: 'Fabric Sans';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 23px;
/* identical to box height, or 144% */
color: black;
letter-spacing: -0.01em;
font-feature-settings: 'liga' off;
}

.search_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid black;
    width: 100%;
    margin-bottom: 100px;
    cursor: pointer;
    height: 50px;
}

.search_bar img {
    height: 20px;
    width: 20px;
}

ul#primary-menu-list li a {
    color: inherit;
    text-decoration: none;
}

.close_button {
    border: 3px solid white;
    box-sizing: border-box;
    border-radius: 34.421px;
    padding: 9px 19px;
    background: transparent;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: white;
    margin-right: 5px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.close_button:hover {
    color: #5596FF;
    background: white;
    cursor: pointer;
}

.full_menu_header {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 10px;
}

.scrolled_body .full_menu_header {
    margin-top: 0px;
}

.menu_left_border {
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    height: 100vh;
    position: absolute;
    right: calc(100% - 25px);
    top: 0;
    width: 1px;
    background: #cbcbcb;
    z-index: 5;
    mix-blend-mode: multiply;
}

.menu_right_border {
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    height: 100vh;
    position: absolute;
    left: calc(100% - 25px);
    top: 0;
    width: 1px;
    background: #cbcbcb;
    z-index: 5;
    mix-blend-mode: multiply;
}

.menu_right_center_border {
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    height: 100vh;
    position: absolute;
    left: calc(66.666% - 25px);
    top: 0;
    width: 1px;
    background: #cbcbcb;
    z-index: 0;
    mix-blend-mode: multiply;

}

.menu_left_center_border {
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    height: 100vh;
    position: absolute;
    right: calc(66.666% - 25px);
    top: 0;
    width: 1px;
    background: #cbcbcb;
    z-index: 0;
    mix-blend-mode: multiply;
}

.full_menu_footer {
    width: 33.333%;
    margin-top: 60px;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.01em;
    font-feature-settings: 'liga' off;
    color: #000000;
    position: absolute;
    bottom: 40px;
}

.coming_soon_text {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-left: 10%;
    padding-bottom: 16%;
    box-sizing: border-box;
}

.coming_soon_text img {
    width: 100%;
}



/* footer {
  display: none!important;
}

.content {
    height: 0px;
    opacity: 0;
    transition: height 300ms, opacity 600ms;
    -webkit-transition: height 300ms, opacity 600ms;
    overflow: hidden;
}

.content.active {
  height: auto;
  opacity: 1;
} */

div#mc_embed_signup_scroll {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

div#mce-responses {
    position: absolute;
    top: 115%;
    left: 35px;
    right: 0;
    text-align: center;
    font-family: 'Fabric Sans';
    font-style: normal;
}

input#mc-embedded-subscribe {
    outline: none;
}

input#mc-embedded-subscribe:hover {
    background: #5596FF;
    color: white;
    outline: none;
}

img.mobile {
    display: none;
}

.news_main_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    /* width: 100%; */
    align-items: center;
    justify-content: center;
    background: white;
    padding: 50px;
    /* mix-blend-mode: multiply; */
    border-top: 0px solid #CBCBCB;
    border-bottom: 0px solid #CBCBCB;
    /* margin-top: 15vw; */
}

.post_middle {
    min-height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}



.post_tag {
    width: 100%;
    min-height: 16px;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5596FF;
    margin-bottom: 40px;
}

.post_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 0px;
}

.post_date, .post_bottom span {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #919191;
    width: unset;
    margin-top: 0px;
}

.read, .read > span {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #5596FF;
}

.post_bottom > span {
    margin: 0px 10px;
}

.read_more {
    border: 3px solid #5596FF;
    box-sizing: border-box;
    border-radius: 29.7273px;
    /* display: block; */
    text-align: center;
    color: #5596FF;
    display: flex;
    padding: 10px 15px;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.read_more a {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5596FF;
    text-decoration: none;
    color: inherit;
    padding: 10px 15px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    display: block;
    transition: all 500ms;
    border-radius: 29.7273px;
    -webkit-transition: all 500ms;
}

.read_more:hover {
  background: #5596FF;
  color: white;
}

.news_posts {
    background: #FFFFFF;
    border: 0px solid #CBCBCB;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: unset;
    width: calc(100% - 30px);
    margin: 0px 15px;
}

.news_posts_outer {
    height: unset;
    width: 100%;
    /* padding: 25px; */
    display: block;
    box-sizing: border-box;
}

.news_posts_outer a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: inherit;
}

.backbutton {
    position: absolute;
    left: 50px;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #C2C2C2;
    top: 65px;
}

.backbutton a {
    color: inherit;
    text-decoration: none;
}

.category .news_posts_outer:nth-child(odd) {
    border-right: 1px solid #c6c6c6;
}

.category .news_posts_outer:first-child, .category .news_posts_outer:nth-child(2) {
    padding-top: 50px!important;
}

.category .news_posts_outer:last-child {
    padding-bottom: 50px!important;
}

.single-issue .news_posts_outer:nth-child(odd) {
    border-right: 1px solid #c6c6c6;
}

.single-issue .news_posts_outer:first-child, .single-issue .news_posts_outer:nth-child(2) {
    padding-top: 50px!important;
}

.single-issue .news_posts_outer:last-child {
    padding-bottom: 50px!important;
}

.page-template-search .news_posts_outer:nth-child(odd) {
    border-right: 1px solid #c6c6c6;
}

.page-template-search .news_posts_outer:first-child, .page-template-search .news_posts_outer:nth-child(2) {
    padding-top: 50px!important;
}

.page-template-search .news_posts_outer:last-child {
    padding-bottom: 50px!important;
}

.page-template-search .post_tag {
    width: 100%;
    min-height: 16px;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5596FF;
    margin-bottom: 15px;
}

.page-template-search .read_more {
    margin-top: 15px;
}

.post_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.news_holder {
    background: white;
    width: 50%;
    padding: 75px 50px 100px;
    box-sizing: border-box;
    position: relative;
    float: left;
    border-bottom: 1px solid #CBCBCB;
    /* margin-bottom: 75px; */
    border-right: 1px solid #CBCBCB;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.filter a {
    color: inherit;
    text-decoration: none;
}

.news_section {
    width: 100%;
    float: left;
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news_wrapper {
    width: 100%;
    float: left;
}

.news_wrapper > .read_more {
    padding: 0px;
}

.news_wrapper > .read_more > a {
    width: 100%;
    height: 100%;
}

.page-template-news .read_more {
    margin-top: 18px;
}

.page-template-news .news_wrapper {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.filter a {
    color: inherit;
    text-decoration: none;
}

.news_single_top {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    /* text-transform: uppercase; */
    color: #000000;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 75px 0px;
    /* mix-blend-mode: multiply; */
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    margin-top: 15vw;
    flex-direction: column;
}

.news_single_subtitle {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #5596FF;
    margin-top: 24px;
    margin-bottom: 48px;
}

.news_single_date {
    font-family: 'Fabric Sans';
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #CBCBCB;
}

.news_single_subtitle p {
    margin: 0px;
    padding: 0px 10%;
    box-sizing: border-box;
}

.news_single_content {
    background: white;
    width: 100%;
    padding: 50px 10% 250px;
    box-sizing: border-box;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #000000;
    border-bottom: 1px solid #CBCBCB;
}

.news_single_content a {
    color: inherit;
    text-decoration: underline;
}

.filters .filter, .filters span {
    font-family: 'Fabric Sans';
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #C2C2C2;
}

.filter {
  cursor: pointer;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  opacity: 1;
}

.filter:hover{
  opacity: .7;
}

.filter.active {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5596FF;
}

.news_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 175px;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    position: relative;
}

.filters {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    border-bottom: 0px solid #CBCBCB;
    width: 100%;
}

.filters span {
    margin: 0px 10px;
}

.twitter_medium_holder {
    background: white;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #cbcbcb;
}

.twitter_feed_holder {
    width: 50%;
    padding: 20px 50px;
    box-sizing: border-box;
    border-right: 1px solid #cbcbcb;
}

.medium_feed_holder {
    width: 50%;
    padding: 20px 50px;
    box-sizing: border-box;
}

.twitter_medium_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5596FF;
    text-align: center;
    width: 100%;
    float: left;
    justify-content: center;
    margin: 40px 0px 50px;
}

.twitter_medium_all {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #919191;
    margin-top: 15px;
    margin-bottom: 10px;
}

.twitter_medium_all a {
    color: inherit;
    text-decoration: none;
}

.medium_post_details {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #5596FF;
}

.medium_post_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #000000;
}

.medium_post_description {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #A8A8A8;
    margin: 10px 0px;
}

.medium_post_title h3 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0px;
}

.medium_post_description h4 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0px;
    font-style: inherit;
}

.medium_post_description h4 em {
    font-style: inherit;
}

.medium_post {
    width: 100%;
    margin-bottom: 40px;
}

.news_holder_home {
    width: 100%;
    position: relative;
    z-index: 5;
    background: white;
    padding: 40px 0px;
    border-bottom: 1px solid #cbcbcb;
    /* padding-left: 60px; */
    width: 100%;
    box-sizing: border-box;
    /* padding-right: 80px; */
    cursor: ew-resize;
    overflow-y: hidden;
}

.news_post_outer_home {
    flex: 0 0 350px;
    height: 425px;
    margin-right: 40px;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    padding: 30px 27px;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
}

.news_post_outer_home a {
    color: inherit;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
}

.news_wrapper_home {
    display: flex;
    align-items: flex-start;
    /* overflow: scroll; */
    padding-left: 60px;
    /* width: 100%; */
    box-sizing: border-box;
    padding-right: 80px;
    /* cursor: ew-resize; */
    /* overflow-y: hidden; */
    /* margin-right: 100px; */
    /* overflow: auto; */
}

.news_post_home {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}






.SandboxRoot.env-bp-660 .timeline-Tweet-text {
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
}
















.bio_name_and_title_scroll_up {
    position: fixed;
    bottom: -300px;
    left: 0;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    width: 100%;
    /* max-width: 1460px; */
    right: 0;
    margin: auto;
    padding-left: 41px;
    padding-bottom: 18px;
}

.bio_name_scroll_up {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 90%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #000000;
    width: 300px;
}

.bio_title_scroll_up {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5596FF;
    margin: 23px 0px 10px;
}

.bio_name_and_title_scroll_up.revealed {
    /* top: unset; */
    bottom: 0;
}

.bio_left {
    width: 33.333%;
    min-height: 100vh;
    padding: 0px 18px 40px;
    box-sizing: border-box;
    display: block;
    float: left;
    position: relative;
}

.scroll_fixed {
    width: 100%;
    position: absolute;
    top: 150px;
    left: 0px;
    padding: 0px 16px;
    box-sizing: border-box;
}

.bio_right {
    box-sizing: border-box;
    width: 66.666%;
    border-left: 1px solid #cbcbcb;
    display: block;
    float: left;
    padding: 175px 35px 100px;
}

.bio_content {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #000000;
}

.bio_content p {
    margin-top: 0px;
}

.bio_name {
font-family: 'Fabric Sans';
font-style: normal;
font-weight: 900;
font-size: 80px;
line-height: 64px;
text-transform: uppercase;
color: #000000;
padding-right: 30%;
box-sizing: border-box;
width: 100%;
float: left;
}

.bio_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5596FF;
    margin-top: 24px;
    margin-bottom: 134px;
    width: 100%;
    float: left;
}

.bio_content_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #000000;
}

.bio_image {
    width: 201px;
}

.bio_image img {
    width: 100%;
}

.bio_social {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 15px;
}

.bio_social a {
    margin-right: 23px;
}

.single_bio_holder {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 25px;
}

.view {
    min-height: 100vh;
    width: 100%;
    float: left;
    padding-top: 20vh;
    color: white;
}

.menu_button {
    border: 3px solid #5596FF;
    box-sizing: border-box;
    border-radius: 34.421px;
    padding: 9px 14px;
    background: transparent;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5596FF;
    margin-right: 0px;
    width: 80.72px;
    text-align: center;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    display: none;
}













@media all and (max-width: 1100px) {

  .profiles_right {
    width: 66.666%;
    box-sizing: border-box;
    /* border-right: 1px solid #cbcbcb; */
    padding: 80px 59px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 68px;
    grid-row-gap: 80px;
}

.corporate_partner {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    cursor: pointer;
    width: 50%;
    margin-bottom: 32px;
}

.issues {
    /* padding: 0px 5%; */
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #C6C6C6;
    margin: 40px 0%;
}

  .twitter_medium_holder {
    background: white;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #cbcbcb;
    flex-wrap: wrap;
}

.medium_feed_holder {
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
}


.twitter_feed_holder {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid #cbcbcb;
}
.news_holder {
    background: white;
    width: 100%;
    padding: 50px 30px;
    box-sizing: border-box;
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* gap: 30px; */
}

.news_posts {
    /* background: #FFFFFF;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 35vw; */
}

.news_holder {

    border-right: 0px solid #CBCBCB;

}

.news_single_subtitle {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #5596FF;
    margin-top: 24px;
    margin-bottom: 48px;
}

.post_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #000000;
}
}





@media all and (max-width: 768px) {

  .full_menu ul#primary-menu-list {
    display: block;
}

#search_input {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.01em;
    font-feature-settings: 'liga' off;
    height: 23px;
    padding: 7px 0px;
    border: 0px;
    background: transparent;
    width: 100%;
    outline: none;
}

.search_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid black;
    width: 90%;
    margin-bottom: 100px;
    cursor: pointer;
    height: auto;
}

.search_bar img {
    height: 10px;
    width: 10px;
}

  .menu_button {
    display: block;
}

  .news_posts_outer {
      height: unset!important;
      width: 100%;
      /* padding: 25px; */
      display: block;
      box-sizing: border-box;
      float: left;
  }

  .category .news_posts_outer:first-child, .category .news_posts_outer:nth-child(2) {
    padding-top: 0px!important;
}

.news_wrapper {
    width: 100%;
    float: left;
    grid-template-columns: unset!important;
    display: flex!important;
    flex-direction: column;
}

.category .news_posts_outer:nth-child(odd) {
    border-right: 0px solid #c6c6c6;
}

.desktop_nav {
    display: none;
}

  .news_posts {
      /* background: #FFFFFF;
      border: 1px solid #CBCBCB;
      box-sizing: border-box;
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      height: calc(100% - 30px);
      width: calc(100% - 30px);
      margin: 15px; */
  }

  img.desktop {
    display: none;
}

  img.mobile {
    display: block;
}

.footer_right img {
    display: none;
}

header#masthead {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    /* max-width: 1460px; */
    /* padding: 32px 20px; */
    top: 0;
    /* box-sizing: border-box; */
    /* display: flex; */
    /* align-items: flex-start; */
    justify-content: space-between;
    /* z-index: 10; */
}

.masthead_inner {
/* max-width: 1460px; */
padding: 5px 10px;
top: 0;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 10;
margin: 0 auto;
}

.news_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 175px;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    flex-wrap: wrap;
}


main#main {
    /* max-width: 1460px; */
    margin: 0 auto;
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    /* min-height: 100vh; */
    float: left;
    padding: 0px 12.5px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.close_button {
    border: 3px solid white;
    box-sizing: border-box;
    border-radius: 34.421px;
    padding: 9px 19px;
    background: transparent;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: white;
    margin-right: 20px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.column_bullet {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #000000;
    padding: 25px 10px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    border-top: 1px solid #cbcbcb;
}

.profile_image {
    width: 60%;
    float: left;
    margin-bottom: 24px;
}

.hero_text p {
    margin: 0px;
    padding: 15px 7.5px;
    box-sizing: border-box;
    width: 100%;
}

.left_border {
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    height: 100vh;
    position: fixed;
    right: calc(100% - 11.5px);
    top: 0;
    width: 1px;
    background: #cbcbcb;
    z-index: 5;
    mix-blend-mode: multiply;
}

.right_border {
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    height: 100vh;
    position: fixed;
    left: calc(100% - 12.5px);
    top: 0;
    width: 1px;
    background: #cbcbcb;
    z-index: 5;
    mix-blend-mode: multiply;
}

  .right_center_border {
      /* border-left: 1px solid #cbcbcb; */
      /* border-right: 1px solid #cbcbcb; */
      height: 100vh;
      position: fixed;
      left: calc(70% - 25px);
      top: 0;
      width: 1px;
      background: #cbcbcb;
      z-index: 0;
      mix-blend-mode: multiply;
        display: none!important;
  }

  .left_center_border {
  /* border-left: 1px solid #cbcbcb; */
  /* border-right: 1px solid #cbcbcb; */
  height: 100vh;
  position: fixed;
  right: calc(70% - 25px);
  top: 0;
  width: 1px;
  background: #cbcbcb;
  z-index: 0;
  mix-blend-mode: multiply;
  display: none!important;
  }

.coming_soon_text {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-left: 10%;
    padding-bottom: 16%;
    box-sizing: border-box;
}

.menu_left_center_border {
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    height: 100vh;
    position: absolute;
    right: calc(70% - 25px);
    top: 0;
    width: 1px;
    background: #cbcbcb;
    z-index: 0;
    mix-blend-mode: multiply;
}

.menu_right_center_border {
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    height: 100vh;
    position: absolute;
    left: calc(70% - 25px);
    top: 0;
    width: 1px;
    background: #cbcbcb;
    z-index: 0;
    mix-blend-mode: multiply;
}

.full_menu_nav {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-left: 0%;
    box-sizing: border-box;
    padding-bottom: 20vh;
    flex-direction: column;
}

.full_menu_nav ul {
    padding-left: 0px
}

.full_menu_nav ul li {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 98%;
    text-transform: uppercase;
    color: #A2A2A2;
    mix-blend-mode: multiply;
    list-style: none;
    position: relative;
    z-index: 7;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

ul#primary-menu-list li {
    margin-left: 0px;
}

.footer_right_middle_info p a {
    color: #000000!important;
}

.search_button {
    margin-right: 15px;
}

.full_menu_footer {
    width: 84%;
    margin-top: 60px;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.01em;
    font-feature-settings: 'liga' off;
    color: #000000;
    position: absolute;
    bottom: 40px;
}

.footer_right_copyright_info {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.01em;
    font-feature-settings: 'liga' off;
    color: #000000;
    margin-top: 30px;
}

.what_we_stand_for_columns {
    /* display: flex; */
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    border-top: 1px solid #cbcbcb;
}

.our_mission_left {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 53px 19px;
    box-sizing: border-box;
}

.our_mission_right {
    width: 100%;
    height: 100vw;
    background-size: cover;
    background-position: center;
    border-left: 1px solid #cbcbcb;
    box-sizing: border-box;
}

.our_mission_holder {
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
    display: flex;
    background: white;
    flex-wrap: wrap;
}

.profiles_section {
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
    display: flex;
    background: white;
    flex-wrap: wrap;
}

.profiles_left {
    width: 100%;
    box-sizing: border-box;
    border-right: 0px solid #cbcbcb;
    padding: 40px 18px;
}

.partners_right {
    width: 100%;
    box-sizing: border-box;
    /* border-right: 1px solid #cbcbcb; */
    padding: 40px 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 17px;
    grid-row-gap: 34px;
}

/* .footer_left a img {
    width: 67px;
} */

.hero_text {
padding-left: calc(0% + 10px);
font-family: 'Fabric Sans';
font-style: normal;
font-weight: 900;
font-size: 40px;
line-height: 40px;
text-transform: uppercase;
color: #000000;
box-sizing: border-box;
width: 100%;
margin-top: 0px;
}

.logo img {
width: 70%;
}

a.scroll img {
width: 120px;
}

a.social_link {
margin-left: 15px;
}

.social_link img {
width: 23px!important;
height: 20px!important;
}



.profiles_right {
    width: 100%;
    box-sizing: border-box;
    border-right: 0px solid #cbcbcb;
    padding: 20px 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 34px;
    grid-row-gap: 60px;
}

input#mce-EMAIL {
    padding: 10px 24px 11px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 0px;
    height: 41px;
    text-shadow: none!important;
    box-shadow: none!important;
}

footer#colophon {
    display: flex;
    width: 100%;
    float: left;
    max-width: 1460px;
    margin: 0 auto;
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    /* min-height: 100vh; */
    float: left;
    padding: 0px 12.5px;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 60px;
    background: white;
    z-index: 4;
    position: relative;
    flex-wrap: wrap;
}

.footer_left {
    padding: 23px 19px 0px;
    box-sizing: border-box;
    width: 100%;
}

.footer_right {
    width: 100%;
    margin-top: 0px;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.01em;
    font-feature-settings: 'liga' off;
    color: #000000;
    padding: 0px 20px 19px;
}

.masthead_inner {
    width: calc(100% - 25px);
  }

  .issues_pods {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.issues_holder {
    width: 100%;
    float: left;
    padding: 50px 20px 50px;
    box-sizing: border-box;
}

.issues_holder:nth-child(2n+1) {
    border-right: 0px solid #CBCBCB;
    border-top: 1px solid #CBCBCB;
}

.issues_holder:first-child {
    border-right: 0px solid #CBCBCB;
    border-top: 0px solid #CBCBCB;
}

.right_border {
    left: calc(100% - 13px)!important;
}

.left_border {
    right: calc(100% - 13px)!important;
}


.full_menu_nav {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-left: 0%;
    box-sizing: border-box;
    padding-bottom: 20vh;
    flex-direction: column;
    padding-top: 10vh;
}

.column {
    width: 100%;
    padding: 17px 12.5px 25px;
    box-sizing: border-box;
    border-left: 0px solid #cbcbcb;
}

.our_mission_copy {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000;
    width: 100%;
    margin-top: 25px;
}

div#mc_embed_signup_scroll {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

div#mc_embed_signup {
    background: white;
    padding: 78px 10px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
}

.mc-field-group {
    width: 100%;
    margin: 20px 0px;
    padding: 0px 10%;
    box-sizing: border-box;
}

#mc_embed_signup h2 {
    /* font-weight: bold; */
    /* padding: 0; */
    /* margin: 15px 0; */
    /* font-size: 1.4em; */
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    margin: 0px;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.news_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    border-top: 0px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    flex-wrap: wrap;
}

.news_single_title {
    width: 90%;
    /* margin-left: 10%; */
}
}

@media all and (max-width: 500px) {
  .news_posts {
      background: #FFFFFF;
      border: 0px solid #CBCBCB;
      box-sizing: border-box;
      padding: 30px 0px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: unset;
      width: calc(100% - 0px);
      margin: 0px 0px;
  }

  .news_posts_outer {
      height: 400px;
      width: calc(100% - 0px);
      /* padding: 25px; */
      display: block;
      box-sizing: border-box;
  }

  .medium_post_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #000000;
}

.medium_post_description {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #A8A8A8;
    margin: 10px 0px;
}

.medium_post_details {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #5596FF;
}

.news_wrapper_home {
    display: flex;
    align-items: flex-start;
    /* overflow: scroll; */
    padding-left: 30px;
    /* width: 100%; */
    box-sizing: border-box;
    padding-right: 80px;
    /* cursor: ew-resize; */
    /* overflow-y: hidden; */
    /* margin-right: 100px; */
    /* overflow: auto; */
}

.news_post_outer_home {
    flex: 0 0 250px;
    height: 375px;
    margin-right: 40px;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
}

.filters .filter, .filters span {
font-family: 'Fabric Sans';
font-weight: normal;
font-size: 20px;
line-height: 100%;
text-align: center;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #C2C2C2;
padding-top: 5px;
padding-bottom: 0px;
}

.filter.active {
font-family: 'Fabric Sans';
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 100%;
text-align: center;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #5596FF;
}

.filters span {
width: 60%;
color: transparent;
border-bottom: 1px solid #cbcbcb;
margin: 0px;
height: 1px;
margin-left: 20%;
margin-right: 20%;
}

.news_top {
position: relative;
}

.backbutton {
    position: absolute;
    left: 20px;
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #C2C2C2;
    top: 20px;
}

.news_holder {
    background: white;
    width: 100%;
    padding: 50px 15px;
    box-sizing: border-box;
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* gap: 30px; */
}

.full_menu {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 20px 25px;
    top: 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background: #5596FF;
    height: 100%;
    flex-direction: column;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}

.full_menu_nav ul li {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 9vw;
    line-height: 98%;
    text-transform: uppercase;
    color: #A2A2A2;
    mix-blend-mode: multiply;
    list-style: none;
    position: relative;
    z-index: 7;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.menu_left_border {
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    height: 100vh;
    position: absolute;
    right: calc(100% - 12.5px);
    top: 0;
    width: 1px;
    background: #cbcbcb;
    z-index: 5;
    mix-blend-mode: multiply;
}

.menu_right_border {
    /* border-left: 1px solid #cbcbcb; */
    /* border-right: 1px solid #cbcbcb; */
    height: 100vh;
    position: absolute;
    left: calc(100% - 12.5px);
    top: 0;
    width: 1px;
    background: #cbcbcb;
    z-index: 5;
    mix-blend-mode: multiply;
}

.read_more {
border: 3px solid #5596FF;
box-sizing: border-box;
border-radius: 29.7273px;
display: block;
text-align: center;
color: #5596FF;
display: flex;
}

.news_main_title {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 50px 0px;
    /* mix-blend-mode: multiply; */
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    margin-top: 0px;
}

.news_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    border-top: 0px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    flex-wrap: wrap;
}

.news_single_top {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    /* text-transform: uppercase; */
    color: #000000;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 75px 0px;
    /* mix-blend-mode: multiply; */
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    margin-top: 50px;
    flex-direction: column;
}

.search_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid black;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 40px;
}

.single_bio_holder {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.scroll_fixed {
    width: 100%;
    position: relative;
    top: 150px;
    left: 0px;
    padding: 0px 5px;
    box-sizing: border-box;
}

.bio_left {
    width: 100%;
    min-height: auto;
    padding: 0px 18px 40px;
    box-sizing: border-box;
    display: block;
    float: left;
    position: relative;
}

.bio_right {
    box-sizing: border-box;
    width: 100%;
    border-left: 0px solid #cbcbcb;
    display: block;
    float: left;
    padding: 175px 20px 100px;
}

.bio_name {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
    color: #000000;
    padding-right: 30%;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

.full_menu_nav {
height: 100%;
display: flex;
align-items: flex-start;
justify-content: center;
padding-left: 0%;
box-sizing: border-box;
padding-bottom: 0vh;
flex-direction: column;
margin-top: 0px;
padding-top: 0vh;
}

.full_menu_nav ul li:hover {

font-size: 9vw;
}

.page-template-issues .news_top {
border-bottom: 0px solid #CBCBCB;
}

.issues_wrapper {
float: left;
width: 100%;
overflow: auto;
}

.issues_holder:nth-child(2n+1) {
border-right: 0px solid #CBCBCB;
border-top: 0px solid #CBCBCB;
}

.issues_holder:last-child {
padding-bottom: 100px;
}

.issues_holder:first-child {
padding-top: 100px;
}

.logo img {
width: 80px;
}

.filters span {
width: 100%;
color: transparent;
border-bottom: 1px solid #cbcbcb;
margin: 0px;
height: 1px;
}

.filters {
flex-wrap: wrap;
}



.bio_content {
    font-family: 'Fabric Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #000000;
}

.footer_right_middle_info:first-child {
    display: none;
}

.header_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
}
}
