.journal_story_container_eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4D4D4D;
    opacity: .5;
    height: 32px;
    margin-top: 50px;
}

.journal_story_container_eyebrow span {
    padding: 0px 10px;
    font-size: 14px;
    letter-spacing: 2.57px;
    font-family: 'FuturaTS-Regular';
    text-transform: uppercase;
    line-height: 14px;
}

.roman_numeral {
    color: #CDCDCD;
    font-family: 'bauer-bodoni-std-roman';
    font-size: 45px;
    line-height: 55px;
    letter-spacing: .25px;
    width: 100%;
}

.edition_info_column_title {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
    color: #000000;
    font-family: 'Bauer-Bodoni-Std-Roman';
    width: 100%;
    margin-bottom: 5px;
}

.edition_info_column_copy {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .35px;
    color: #1A1A1A;
    font-family: 'chronicle-display-light';
    width: 100%;
    /* margin-top: 50px; */
}

.doa_column_copy {
  line-height: 28px;
font-size: 16px;
font-family: 'Chronicle-Display-Light';
letter-spacing: .35px;
    width: 100%;
    margin-top: 15px;
}



.journal_open_section {
    width: 100%;
    padding: 60px 48px;
    display: flex;
    background: white;
    box-sizing: border-box;
}

.edition_image {
    width: 66.666%;
    min-height: 33.33vw;
    background-size: cover;
    background-position: center;
}

.edition_info_column {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px 30px;
}

.doa_eyebrow {
    color: #4D4D4D;
    opacity: .5;
    font-size: 14px;
    line-height: 31.66px;
    letter-spacing: 2.57px;
    font-family: 'FuturaTS-Regular';
}

.doa_info_column {
    width: 33.333%;
    padding: 30px 48px;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.doa_section_image {
    width: 66.666%;
    height: 45vw;
    background-size: cover;
    background-position: center;
}


.top_bar_journal {
    text-transform: uppercase;
}

.doa_section {
    display: flex;
    width: 100%;
    float: left;
}

.doa_section a {
    display: flex;
    width: 100%;
    float: left;
}

.doa_info_column_bottom .edition_info_column_copy {
    margin-top: 20px;
}

.featured_journals {
    padding: 60px 36px 0px;
    width: 100%;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    box-sizing: border-box;
}

.featured_journals_23 {
    width: 66.666%;
    padding: 0px 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
}

.featured_journals_13 {
    width: 33.333%;
    padding: 0px 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.featured_journals_13 a {
    height: 100%;
    background: #F5F5F5;
}

.featured_journal_image {
    width: 100%;
    height: 35vw;
    background-size: cover;
    background-position: center;
}

.featured_journal_story_bottom {
    width: 100%;
    padding: 50px 10%;
    box-sizing: border-box;
    background: #F5F5F5;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featured_journal_story_eyebrow {
    width: 100%;
    opacity: .5;
    color: #4d4d4d;
    font-family: 'FuturaTS-Regular';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 2.57px;
}

.featured_journal_story_title {
    width: 100%;
    font-family: 'Bauer-Bodoni-Std-Roman';
    color: black;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.5px;
    margin: 20px 0px;
}

.onthemarket_pod_details {
    font-size: 15px;
    line-height: 28px;
    font-family: 'FuturaTS-Regular';
    letter-spacing: 2.83px;
    color: #4d4d4d;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.onthemarket_pod_title {
    font-size: 15px;
    line-height: 28px;
    font-family: 'FuturaTS-Regular';
    letter-spacing: 2.83px;
    color: #00548E;
    text-align: center;
    text-transform: uppercase;
}

.onthemarket_pod_image {
    background-size: cover;
    background-position: center;
    height: 25vw;
    float: left;
    width: 100%;
}

.onthemarket_grid_holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 30px;
    box-sizing: border-box;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

.on_the_market_grid {
    border: 1px solid #E1E0E1;
    width: 100%;
    padding: 50px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.onthemarket_pod_bottom {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.on_the_market_container {
    width: 100%;
    padding: 60px 48px;
    box-sizing: border-box;
}

.onthemarket_grid_title {
    font-size: 40px;
    line-height: 36px;
    letter-spacing: -1px;
    font-family: 'Bauer-Bodoni-Std-Roman';
    text-align: center;
    color: black;
}

.onthemarket_grid_copy {
    font-family: 'Chronicle-Display-Light';
    width: 60%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    color: #1A1A1A;
}

.author_journal_grid {
    text-align: center;
    width: 90%;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 2.57px;
    text-transform: uppercase;
    color: black;
    font-family: 'FuturaTS-Regular';
    margin-left: 5%;
}

.quote_journal_grid {
    width: 80%;
    text-align: center;
    font-size: 26px;
    line-height: 38px;
    font-family: 'Bauer-Bodoni-Std-Roman';
    color: black;
    margin-left: 10%;
    height: calc(100% - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
}

section.section_button {
    float: left;
    width: 100%;
}

section.section_button a {
    padding: 150px 0px;
    float: left;
    width: calc(100% - 80px);
    text-align: center;
    position: relative;
    margin: 0% 40px;
    border-top: 1px solid #E1E0E1;
    /* border-bottom: 1px solid #E1E0E1; */
    color: #00548E!important;
    font-size: 40px;
    line-height: 34px;
    font-family: 'Chronicle-Display-Light';
    letter-spacing: -1px;
}

.featured_journal_story_excerpt {
    width: 585px;
    max-width: 100%;
    line-height: 28px;
    font-size: 16px;
    font-family: 'Chronicle-Display-Light';
    letter-spacing: .35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.journal_story_container_title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-family: 'Bauer-Bodoni-Std-Roman';
    font-size: 44px;
    letter-spacing: -1px;
    line-height: 46.38px;
    margin: 30px 0px 50px;
    text-align: center;
}

.journals_date {
    color: #4D4D4D;
    opacity: .5;
    font-size: 14px;
    letter-spacing: 2.57px;
    font-family: 'FuturaTS-Regular';
    text-transform: uppercase;
    line-height: 14px;
    margin-top: 40px;
    float: left;
    width: 100%;
}

section.journls_top.standard {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
    box-sizing: border-box;
    margin: 0px 0px 75px;
    height: unset;
    flex-direction: column;
}

.scroll_section_link a {
    display: flex;
    flex-direction: column;
}

.journal_logo {
    width: 385px;
    margin: 50px 0px;
}

.journal_logo img {
    width: 100%;
}

.journals_date_title {
    margin-top: 30px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.5px;
    font-family: 'Bauer-Bodoni-Std-Roman';
    color: black;
    float: left;
    width: 100%;
}

.journals_top_border {
    border-top: 1px solid #E1E0E1;
    margin-bottom: 20px;
    width: 100%;
}

.journals_excerpt {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.35px;
    font-family: 'Chronicle-Display-Light';
    margin-top: 20px;
    float: left;
    width: 100%;
}

.journals_featured_image {
    background-size: cover;
    background-position: center;
    height: 23vw;
    float: left;
    width: 100%;
}

.journal_story_container_subcopy {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .35px;
    font-family: 'chronicle-display-light';
    font-style: italic;
    width: 650px;
    text-align: center;
}

.other_articles_gutter_title {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.72px;
    font-family: 'Bauer-Bodoni-Std-Roman';
    color: black;
    border-bottom: 1px solid #E1E0E1;
    padding: 10px 0px;
    box-sizing: border-box;
}

.other_articles_gutter_container {
    width: 100%;
    padding-right: 24px;
    box-sizing: border-box;
    margin-bottom: 50px;
    float: left;
    padding-left: 12px;
}

.journals_containers_holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 33%);
    padding: 0px 30px;
    box-sizing: border-box;
}

.journals_container {
    padding: 0px 12px 50px;
    box-sizing: border-box;
}

span.other_journal_article_edition {
    width: 100%;
    float: left;
    opacity: .5;
    color: #4d4d4d;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 2.57px;
    font-family: 'FuturaTS-Regular';
    text-transform: uppercase;
}

.other_journal_article {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 10px 0px;
    border-bottom: 1px solid #E1E0E1;
}

span.other_journal_article_title {
    font-size: 22px;
    letter-spacing: -0.5px;
    line-height: 32px;
    font-family: 'Bauer-Bodoni-Std-Roman';
    color: black;
    width: 100%;
    float: left;
}

.journal_story_container_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 100px;
}

.journal_story_container_bottom {
    font-size: 16px;
    letter-spacing: .35px;
    line-height: 28px;
    font-family: 'Chronicle-Display-Light';
    color: black;
    width: 100%;
    float: left;
    padding: 0px 24px;
    box-sizing: border-box;
    display: unset;
    align-items: unset;
    justify-content: unset;
    flex-direction: column;
    max-width: 1024px;
}
.journal_story_container_bottom a {
    display: inline-block;
    color: #004978!important;
    text-decoration: underline!important;
}

.edition_info_column_bottom {
    margin-top: 100px;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1!important;
}

.journal_story_container {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.other_articles_gutter {
    width: 30%;
}

.journal_story_content {
    padding: 100px 24px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
}

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

.journal_story_container_bottom p img {
    width: 60%;
    height: auto;
    margin-left: 20%;
}

.journal_story_container_bottom p.p1 {
    /* width: 70%; */
    margin-bottom: 40px;
}

.page_nav_item {
    font-family: 'FuturaTS-Regular';
    font-size: 14.5px;
    line-height: 33.66px;
    letter-spacing: 3.63px;
    color: #E4E4E4;
    width: 250px;
    text-align: center;
}

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

div#page a:not(.outline_button) {
    color: inherit;
    text-decoration: none;
}

.page_nav {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 100px 10%;
    box-sizing: border-box;
}

.page_nav_item:hover {
    color: #024A79;
}

.page_sub_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'FuturaTS-Regular';
    letter-spacing: 1.68px;
    line-height: 25px;
    height: 43px;
    background: white;
    z-index: 4;
    width: 100%;
    float: left;
}

.page_sub_nav_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 66px);
    margin: 0px 33px;
    border-top: 1px solid transparent;
    height: 42px;
}

.page_sub_nav.border .page_sub_nav_holder {
    border-top: 1px solid #E1E0E1;
}

.mobile_dropown_subnav {
    display: none;
}

.mobile_dropdown_top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.page_sub_nav_item {
    margin: 0px 20px;
    color: #B9B7B5;
    transition: color 500ms;
    -webkit-transition: color 500ms;
}

.page_sub_nav_item:hover {
    color: #00548E;
}

.events_page_section_title span {
    font-family: 'FuturaTS-Regular';
    letter-spacing: 5.63px;
    line-height: 3.66px;
    font-size: 22.5px;
    color: #4D4D4D;
    text-align: center;
    width: 100%;
}

.weekly_event_card:last-child {
    margin-right: 50px;
}

.signature_title img {
    max-width: 100%;
}

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

.newspaper_layout_section_title_big {
  width: calc(100% - 80px);
margin-left: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #E1E0E1;
}

span.big_year {
    color: #E1E0E1;
    font-family: 'FuturaTS-Regular';
    font-size: 140px;
    line-height: 100px;
    letter-spacing: -3px;
}

span.season {
    font-size: 22.5px;
    line-height: 22.5px;
    font-family: 'FuturaTS-Regular';
    color: #4D4D4D;
    letter-spacing: 5.56px;
    text-transform: uppercase;
}

.events_page_section_title {
    padding: 30px 0px 25px;
    box-sizing: border-box;
    width: calc(100%);
    margin-left: 0px;
    float: left;
    text-align: center;
    border-top: 1px solid #E1E0E1;
    border-bottom: 1px solid #E1E0E1;
}

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

.weekly_event_card {
    flex: 0 0 350px;
    height: 450px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 20px;
	padding: 1em;
}

.weekly_scroll_holder {
    display: flex;
    align-items: flex-start;
    overflow: scroll;
    /* padding-left: 60px; */
    width: calc(100% + 30px);
    box-sizing: border-box;
    /* padding-right: 80px; */
    cursor: ew-resize;
    overflow-y: hidden;
    padding-top: 40px;
    margin-bottom: 100px;
}

.weekly_event_card a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    color: inherit;
    text-decoration: none;
    padding: 30px 20px;
    box-sizing: border-box;
}

.weekly_card_top {
    font-size: 14px;
    font-family: 'FuturaTS-Regular';
    color: #FFFFFF;
    line-height: 31.66px;
    letter-spacing: 3.6px;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
}


.weekly_card_date {
    font-size: 16px;
    font-family: 'FuturaTS-Regular';
    color: #FFFFFF;
    line-height: 33.66px;
    letter-spacing: 4px;
    width: 100%;
    text-transform: uppercase;
}


.weekly_card_title {
    font-size: 18.5px;
    font-family: 'FuturaTS-Regular';
    color: #FFFFFF;
    line-height: 33.66px;
    letter-spacing: 4.63px;
    width: 100%;
    text-transform: uppercase;
}

.signature_event {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.full_image_signature {
    display: flex;
    width: calc(100% + 100px);
    margin-left: -50px;
    height: 40vw;
    background-size: contain;
    background-position: center;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
	background-repeat: no-repeat;
}

.vimeo-wrapper {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    /*left: -5%;
    width: 110vw;*/
/*     height: 110vh; */
	height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background: black;
}
.vimeo-wrapper iframe {
   width: 100vw;
/*   height: 100%; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */*/
   height: 56.25vw;
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.fullscreen_video {
    position: absolute;
    /* padding-bottom: 56.25%; */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    float: left;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.fullscreen_video iframe {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110% !important;
    height: 110%;
}

.signature_gradient {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.45);
}

.signature_logo {
    position: relative;
    z-index: 1;
}

div#alys-foundation {
    width: 100%;
    padding: 100px 75px;
    box-sizing: border-box;
    /* background-color: rgba(0,84,142,.15); */
    background: #DBE6EF;
    float: left;
    margin-bottom: 100px;
}

.ticket_link {
    color: #4D4D4D;
    font-family: 'FuturaTS-Regular';
    font-size: 12px;
    letter-spacing: 3.09px;
    line-height: 31.66px;
    margin-top: 50px;
}

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

.signature_dates {
    color: #B9B7B5;
    font-family: 'FuturaTS-Regular';
    font-size: 13px;
    letter-spacing: 1.46px;
    line-height: 25px;
}

.signature_dates {
    color: #B9B7B5;
    font-family: 'FuturaTS-Regular';
    font-size: 13px;
    letter-spacing: 1.46px;
    line-height: 25px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.signature_title {
    font-family: 'Bauer-Bodoni-Std-Roman';
    color: black;
    font-size: 40px;
    line-height: 43.38px;
    letter-spacing: -1.5px;
    width: 35%;
    float: left;
    padding-right: 5%;
    box-sizing: border-box;
}

.signature_info {
    font-size: 15px;
    font-family: 'chronicle-display-roman';
    line-height: 29px;
    letter-spacing: .75px;
    color: #4D4D4D;
    width: 65%;
    float: left;
}

.signature_info a {
    color: inherit;
}

.signature_content {
    width: 100%;
    float: left;
    padding: 75px 10%;
    box-sizing: border-box;
}

.calendar_section {
    width: 100%;
    float: left;
    display: flex;
}

.calendar_half {
    position: relative;
    width: 65%;
    padding-right: 20px;
    box-sizing: border-box;
    border-right: 1px solid #E1E0E1;
    margin-bottom: 75px;
}


.day_half {
    width: 35%;
    padding-left: 20px;
    box-sizing: border-box;
}

div#calendar_filter {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.fc-header-toolbar.fc-toolbar {
    display: none;
}

.fc-theme-standard td, .fc-theme-standard th {
    /* border: 1px solid #ddd; */
    border: 1px solid #E1E0E1;
}

.fc-theme-standard .fc-scrollgrid {
    /* border: 1px solid #ddd; */
    border: 1px solid #E1E0E1;
}

tr.fc-scrollgrid-section.fc-scrollgrid-section-body.fc-scrollgrid-section-liquid > td {
    border: none;
}

tr.fc-scrollgrid-section.fc-scrollgrid-section-header > td {
    border: none;
}

a.fc-daygrid-day-number {
    color: #4D4D4D;
    letter-spacing: 0.07px;
    line-height: 13px;
    font-size: 10px;
    font-family: 'FuturaTS-Regular';
}

a.fc-col-header-cell-cushion {
    color: #4D4D4D;
    font-size: 10px;
    line-height: 31.66px;
    letter-spacing: 2.57px;
    font-family: 'FuturaTS-Regular';
    text-transform: uppercase;
}

.fc-theme-standard th {
    border-left: 2px solid white;
    border-right: 2px solid white;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}

.calendar_title_dropdown {
    font-size: 22.5px;
    line-height: 33.66px;
    text-align: center;
    font-family: 'FuturaTS-Regular';
    color: #0F537F;
    text-transform: uppercase;
    letter-spacing: 5.63px;
    padding: 15px 10px;
    border-top: 1px solid #E1E0E1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.calendar_title_dropdown img {
    margin-left: 10px;
}

.day_title {
    font-size: 16px;
    line-height: 31.66px;
    text-align: center;
    font-family: 'FuturaTS-Regular';
    color: #0F537F;
    text-transform: uppercase;
    letter-spacing: 4.11px;
    padding: 15px 10px;
    border-top: 1px solid #E1E0E1;
    border-bottom: 1px solid #E1E0E1;
}

.fc-event-time {
    display: none;
}

td.fc-daygrid-day.fc-day {
    position: relative;
}

a.fc-daygrid-event.fc-daygrid-dot-event.fc-event {
    position: absolute;
    right: 3px;
    bottom: 5px;
    color: #004978;
    margin: 0px!important;
}


.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 9px 11px;
}

.fc-daygrid-event-dot {
    border: 4px solid #004978;
}

 .fc .fc-daygrid-day.fc-day-today {
    background-color: #024A79;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-event-dot {
    border: 4px solid white;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    color: white;
}

.fc .fc-daygrid-event-harness {
    position: unset;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: unset;
}

.fc-event-title {
    display: none!important;
}

.fc-daygrid-event-dot {
    margin: 0 6px!important;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 4px solid #3788d8;
    border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 5px!important;
}

.fc-daygrid-event-dot {
    border: 5px solid #004978!important;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: relative;
    min-height: 5em!important;
}

.fc .fc-daygrid-event-harness-abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    visibility: visible!important;
    width: 100%;
    height: 100%;
}
.fc-daygrid-day-events .fc-daygrid-event-harness {
  display: none;
}

.fc-daygrid-day-events .fc-daygrid-event-harness:first-child {
    display: block;
    width: 12px;
    height: 12px;
    /* float: right; */
    margin-right: 10px;
    background: #024A79;
    border-radius: 50%;
    margin-right: 0px;
}

.fc-day-today .fc-daygrid-day-events .fc-daygrid-event-harness:first-child {
    background: white;
}

.fc-h-event {
    border: none!important;
    background-color: transparent!important;
}

.fc-daygrid-day-events {
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}


.event_location {
    font-size: 12px;
    line-height: 31px;
    letter-spacing: 3.09px;
    font-family: 'FuturaTS-Regular';
    color: #4D4D4D;
    text-transform: uppercase;
    height: 31px;
    opacity: .5;
}

.event_list_title {
    color: #4D4D4D;
    font-size: 14px;
    line-height: 21.66px;
    letter-spacing: 4.11px;
    text-transform: uppercase;
    font-family: 'FuturaTS-Regular';
    width: 100%;
    float: left;
    margin-bottom: 4px;
}

.event_time {
    width: 100%;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .5px;
    font-family: 'Chronicle-Display-Roman';
    width: 100%;
    float: left;
}

.event_list_item a {
    display: flex;
    text-decoration: none;
    color: inherit;
    /* align-items: center; */
    /* justify-content: flex-start; */
}

.event_list_item {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
}

.event_dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #004978;
}

.event_dot_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-right: 13px;
}

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

div#signature-events {
    width: 100%;
    float: left;
}

td.fc-daygrid-day.fc-day:not(.fc-day-today):hover {
    background: #E1E0E1;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    cursor: pointer;
}

.months_dropdown {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #024A79;
    z-index: 2;
    color: white;
    font-size: 18px;
    line-height: 33.66px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    font-family: 'FuturaTS-Regular';
    display: none;
}

.months_dropdown_title {
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: space-around;
}

.month_select {
    width: 33.333%;
    text-align: center;
    height: 60px;
}

.months_dropdown_holder {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: space-evenly;
}

.month_nav {
    width: 30px;
    cursor: pointer;
}

.month_select:hover {
    color: #E1E0E1;
    cursor: pointer;
}

.sig_logos {
    width: 100%;
    float: left;
    padding: 100px 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sig_logo {
    width: 200px;
    height: 200px;
    margin: 0px 50px;
}

.sig_logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sig_logo a img {
    max-width: 100%;
    height: 70%;
}

.page {
    height: 350px;
    margin: 0px 11.5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.page img {
    height: 100%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.current_issue_pages {
    width: 100%;
    float: left;
    margin: 10vh 0px;
    position: relative;
}

.subscribe_disclaimer {
    width: 100%;
    padding: 30px 10%;
    box-sizing: border-box;
    font-family: 'chronicle-display-light';
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .53px;
    color: #585858;
    float: left;
    text-align: center;
}

.subscribe_button {
    text-transform: uppercase;
    font-family: 'FuturaTS-Regular';
    font-size: 15px;
    line-height: 31.66px;
    letter-spacing: 3.86px;
    color: black;
    border-bottom: 1px solid;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    display: inline-block;
    margin: 0 auto;
}

.subscribe_button_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.issue_archive_slide {
    width: 100px;
    height: 100%;
    color: #7e7e7e;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    /* display: none; */
    overflow: hidden;
    position: relative;
}

.issue_archive_slider_content {
    height: 100%;
    width: calc(100vw - 398px);
    /* display: none; */
    align-items: center;
    justify-content: center;
    padding: 5vh;
    box-sizing: border-box;
    flex-direction: column;
    float: left;
    position: absolute;
    top: 0;
    left: 92px;
	/* display: none; */
}

.issue_archive_slide.notArchive.active .issue_archive_slider_content {
    /* display: none; */
}

.issue_archive_slide:hover {
    color: white;
    cursor: pointer;
	/* display: none; */
}

.gazette_archive_slider {
    width: 100%;
    height: 80vh;
    float: left;
    display: flex;
    margin-top: 10vh;
}

.issue_archive_tab {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-between;
    padding: 20px;
    height: 100%;
    width: 98px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
	/* display: none; */
}

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

.year_abbr img {
    height: 28px;
    width: 28px;
    margin-right: 15px;
}

.issue_vert {
    transform: rotate(
-90deg
 ) translate(-36px, 48px);
    color: inherit;
    font-size: 22.5px;
    font-family: 'FuturaTS-Regular';
    line-height: 33.66px;
    text-align: left;
    letter-spacing: 5.63px;
    text-transform: uppercase;
    transform-origin: bottom left;
    width: 80vh;
    height: 39px;
    display: flex;
    align-items: center;
    padding-left: 58px;
    padding-top: 0px;
}

.issue_archive_slide.active {
    width: calc(100vw - 300px);
    color: white;
}

.year_abbr {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 43.38px;
    letter-spacing: -1.5px;
    font-family: 'Bauer-Bodoni-Std-Roman';
}

.issue_archive_slider_cover_story_holder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.issue_archive_slider_cover_story_cover {
    height: 40vh;
    margin-right: 50px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.issue_archive_slider_cover_story_cover img {
    height: 100%;
}

.issue_archive_slider_cover_story_content {
    width: 50%;
    box-sizing: border-box;
    padding-right: 7.5%;
}

.issue_archive_slider_cover_story_subtitle {
    font-family: 'FuturaTS-Regular';
    font-size: 12px;
    line-height: 31.66px;
    letter-spacing: 3.09px;
}

.issue_archive_slider_cover_story_title {
    font-family: 'Bauer-Bodoni-Std-Roman';
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -1.5px;
    width: 90%;
    margin-top: 30px;
}

.issue_archive_slider_cover_story_link {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 3.86px;
    font-family: 'FuturaTS-Regular';
    color: #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 60px;
}

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

.issue_archive_slider_other_stories_holder {
    height: 25vh;
    width: 100%;
    margin-top: 5vh;
    border-top: 1px solid white;
    padding: 0px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.issue_archive_other_story_title {
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 3.09px;
    font-family: 'FuturaTS-Regular';
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.issue_archive_other_story_excerpt {
    font-size: 15px;
    letter-spacing: .44px;
    line-height: 22px;
    font-family: 'Chronicle-Display-Light';
    width: 100%;
}

.issue_archive_other_story {
    min-height: 1px;
    width: 30%;
}

.issue_archive_slider_other_stories_holder {
    height: 25vh;
    width: 100%;
    margin-top: 5vh;
    border-top: 1px solid white;
    padding: 20px 20px 0px;
    box-sizing: border-box;
}

.current_issue_pages_holder {
    width: 100%;
    float: left;
    position: relative;
}

.current_issue_pages .slick-arrow {
    position: absolute;
    height: 100%;
    width: 80px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin: 0px 40px;
}

.slick-arrow.slick-disabled {
    display: none!important;
}

.newspaper_layout_featured_title {
    font-family: 'Bauer-Bodoni-Std-Roman';
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -1.5px;
    color: black;
    width: 100%;
}

.newspaper_layout_featured_excerpt {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .53px;
    font-family: 'Chronicle-Display-Light';
    color: #585858;
    margin-bottom: 50px;
}

.newspaper_layout_cover_content_bottom, .newspaper_layout_featured_content_bottom {
  width: 100%;
  float: left;
}

.newspaper_layout_featured_credits {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'FuturaTS-Regular';
    line-height: 21px;
    letter-spacing: 3.06px;
    color: #585858;
    width: 100%;
}

.newspaper_layout_featured_tags {
    width: 100%;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 3.09px;
    text-transform: uppercase;
    color: #4D4D4D;
    font-family: 'FuturaTS-Regular';
}

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

.newspaper_layout {
    width: calc(100% - 80px);
    display: flex;
    padding: 20px 0px;
    box-sizing: border-box;
    margin-left: 40px;
    /* border-bottom: 1px solid #E1E0E1; */
}

.issue_archive_slider_cover_story_excerpt {
    width: 100%;
    margin-top: 20px;
}

.issue_control {
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    letter-spacing: 3.86px;
    font-family: 'FuturaTS-Regular';
    border-bottom: 1px solid #000000;
    margin: 25px 50px;
    cursor: pointer;
}

.issues_controls {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 40px;
    width: 100%;
    box-sizing: border-box;
}

.newspaper_layout_left {
    width: 65%;
    display: flex;
    flex-direction: column;
}

.newspaper_layout_right {
    width: 35%;
    display: grid;
}

.newspaper_layout_featured_holder {
    display: flex;
    width: 100%;
    border-top: 1px solid #E1E0E1;
    padding: 20px 0px 0px;
    box-sizing: border-box;
}

.newspaper_layout_featured_content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: 40vh;
    min-height: 250px;
}

.newspaper_layout_featured_image {
    width: 100%;
    height: 65vh;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

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

.newspaper_layout_featured:first-child {
    width: 50%;
    padding-left: 0px;
    box-sizing: border-box;
    padding-right: 20px;
    border-right: 1px solid #E1E0E1;
}

.newspaper_layout_featured_credits span {
    width: 100%;
    float: left;
}

.newspaper_layout_left {
    width: 65%;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    box-sizing: border-box;
    border-right: 1px solid #E1E0E1;
}

.newspaper_layout_cover_image {
    width: 100%;
    height: 55vw;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.newspaper_layout_cover_content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    min-height: 35vh;
    padding-right: 25%;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.other_issue_article {
    width: calc(100% - 20px);
    padding: 20px 0px;
    margin-left: 20px;
    border-bottom: 1px solid #E1E0E1;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

.other_issue_article:last-child {
    border-bottom: 0px solid #E1E0E1;
    padding-bottom: 0px;
}

.slide_over_image {
    position: absolute;
    top: 0;
    left: calc(100% + 60px);
    height: 100%;
    width: calc(100% + 60px);
    background-position: center;
    background-size: cover;
    transform: translate3d(0px, 0px, 0px);
}

.slide_over_image.active {
    left: -20px;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.newspaper_layout_section_title {
    width: calc(100% - 80px);
    margin-left: 40px;
    border-top: 1px solid #E1E0E1;
    border-bottom: 1px solid #E1E0E1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4D4D4D;
    font-size: 22.5px;
    line-height: 33.66px;
    letter-spacing: 5.36px;
    font-family: 'FuturaTS-Regular';
    text-transform: uppercase;
    height: auto;
    padding: 12px 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.issues_dropdown {
    width: 100%;
}

.middle_divider {
    background: #C6C6C6;
    width: 2px;
}

.issues_dropdown {
    width: 100%;
    /* padding-top: 12px; */
    overflow: hidden;
    height: 0;
    box-sizing: border-box;
}

.content_center {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    background: #e1e0e1;
    padding: 50px;
}

.years_overflow {
  width: 300px;
  overflow: hidden;
}

.years {
    width: 100%;
    padding-right: 50px;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transform: translateX(300px);
    opacity: 0;
}

.year {
    margin-bottom: 15px;
}

.year:last-child {
    margin-bottom: 0px;
}

.active .years {
    transition: all 500ms;
    -webkit-transition: all 500ms;
    transform: translateX(0px);
    opacity: 1;
}

.seasons_overflow {
  width: 300px;
  overflow: hidden;
}

.seasons {
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
    align-items: flex-start;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transform: translateX(-300px);
    opacity: 0;
}
.season {
    margin-bottom: 15px;
}

.season:hover, .year:hover {
  cursor: pointer;
  color: white;
  transition: all 200ms;
  -webkit-transition: all 200ms;
}

.season:last-child {
    margin-bottom: 0px;
}

.active .seasons {
    transition: all 500ms;
    -webkit-transition: all 500ms;
    transform: translateX(0px);
    opacity: 1;
}

.issue_film_section {
    width: 100%;
    padding: 80px 10%;
    box-sizing: border-box;
    float: left;
}

.issue_film_bottom {
    padding: 0px 80px 50px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.issue_film_bottom_left {
    width: 45%;
    padding-right: 10%;
    box-sizing: border-box;
}

.issue_film_bottom_right {
    width: 55%;
    padding-top: 0px;
}

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

.view_all {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 3.66px;
    font-family: 'FuturaTS-Regular';
    border-bottom: 1px solid black;
    display: inline-block;
    margin-top: 40px;
}

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

.two .newspaper_layout_featured_holder {
    display: flex;
    width: 100%;
    border-top: 1px solid #E1E0E1;
    padding: 20px 0px 0px;
    box-sizing: border-box;
    flex-direction: column;
}

.two .newspaper_layout_featured {
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
    padding-top: 10px;
    display: flex;
}

.two .newspaper_layout_featured:first-child {
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
    padding-right: 0px;
    border-right: 0px solid #E1E0E1;
    display: flex;
    border-bottom: 1px solid #E1E0E1;
    padding-bottom: 10px;
}

.two .newspaper_layout_featured_content {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: 40vh;
    min-height: 250px;
    padding-left: 20px;
    padding-bottom: 0px;
}

.two .newspaper_layout_featured_image {
    width: 50%;
    height: 40vh;
    background-size: cover;
    background-position: center;
    margin-bottom: 0px;
}

.three .newspaper_layout_featured {
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
    padding-top: 20px;
    border-top: 1px solid #e1e0e1;
}

.three .newspaper_layout_featured:first-child {
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
    padding-right: 0px;
    border-right: 0px solid #E1E0E1;
    padding-bottom: 20px;
    border-top: 0px;
    padding-top: 0px;
}

.three .newspaper_layout_featured_holder {
    display: flex;
    width: 100%;
    border-top: 1px solid #E1E0E1;
    padding: 20px 0px 0px;
    box-sizing: border-box;
    flex-direction: column;
}

.three .newspaper_layout_featured_image {
    width: 100%;
    height: 45vh;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.three .newspaper_layout_featured .newspaper_layout_featured_content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: auto;
    min-height: auto;
}

.three .newspaper_layout_cover_content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    min-height: auto;
    padding-right: 25%;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.three .newspaper_layout_featured_excerpt {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .53px;
    font-family: 'Chronicle-Display-Light';
    color: #585858;
    margin-bottom: 30px;
    margin-top: 20px;
}

.three .newspaper_layout_cover_image {
    width: 100%;
    height: 45vh;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.signature_content {
    width: 100%;
    float: left;
    padding: 75px 10%;
    box-sizing: border-box;
}

.signature_title {
    font-family: 'Bauer-Bodoni-Std-Roman';
    color: black;
    font-size: 40px;
    line-height: 43.38px;
    letter-spacing: -1.5px;
    width: 35%;
    float: left;
    padding-right: 5%;
    box-sizing: border-box;
}

.signature_info {
    font-size: 15px;
    font-family: 'chronicle-display-roman';
    line-height: 29px;
    letter-spacing: .75px;
    color: #4D4D4D;
    width: 65%;
    float: left;
    padding-left: 15%;
    box-sizing: border-box;
}

.signature_event {
    width: 100%;
    float: left;
    margin-top: 100px;
    padding: 0px!important;
}

.journals_excerpt.desktop {
    display: block;
}

.journals_excerpt.mobile {
    display: none;
}

.journals_excerpt span {
    float: left;
}

#page .gazette-links {
    text-align: center;
    padding: 80px 0 0px;
    margin-bottom: -30px;
    text-transform: uppercase;
    width: 100%;
}

#page .gazette-links a {
    margin: 0 40px;
    font-size: 14.5px;
    line-height: 33px;
    letter-spacing: 0.25em;
    font-family: FuturaTS-Regular, serif;
    color: #E4E4E4;
}

#page .gazette-links a.active, #page .gazette-links a:hover {
    color: #024A79;
}



@media all and (max-width: 1000px) {
  .featured_journals {
      padding: 60px 12px;
      width: 100%;
      display: flex;
      box-sizing: border-box;
      flex-wrap: wrap;
  }

  .featured_journals_23 {
      width: 100%;
      padding: 0px 12px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      margin-bottom: 48px;
  }

  .featured_journals_13 {
      width: 100%;
      padding: 0px 12px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
  }

  .edition_image {
    width: 100%;
    height: 33.33vw;
    background-size: cover;
    background-position: center;
}

.journal_open_section {
    width: 100%;
    padding: 60px 24px;
    display: flex;
    background: white;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.edition_info_column {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px 15px;
    margin-top: 30px;
}

.roman_numeral {
    color: #CDCDCD;
    font-family: 'bauer-bodoni-std-roman';
    font-size: 45px;
    line-height: 55px;
    letter-spacing: .25px;
    width: 100%;
    order: 2;
    width: 100px;
    text-align: right;
}

.doa_section {
    display: flex;
    width: 100%;
    float: left;
    flex-wrap: wrap;
}

.doa_section a {
    display: flex;
    width: 100%;
    float: left;
    flex-wrap: wrap;
}

.doa_info_column {
    width: 100%;
    padding: 30px 24px;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.doa_section_image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.doa_eyebrow {
    color: #4D4D4D;
    opacity: .5;
    font-size: 14px;
    line-height: 31.66px;
    letter-spacing: 2.57px;
    font-family: 'FuturaTS-Regular';
    margin-bottom: 50px;
}

.on_the_market_container {
    width: 100%;
    padding: 0px 24px 60px;
    box-sizing: border-box;
}

.on_the_market_grid {
    border: 1px solid #E1E0E1;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.onthemarket_grid_holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
    box-sizing: border-box;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}
.journals_containers_holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0px 30px;
    box-sizing: border-box;
}

.edition_info_column_copy {
    font-size: 12px;
    line-height: 23px;
    letter-spacing: .35px;
    color: #1A1A1A;
    font-family: 'chronicle-display-light';
    width: 90%;
}

.journal_story_content {
    padding: 100px 24px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.journal_story_container {
    width: 100%;
}

.other_articles_gutter {
    width: 100%;
}
}




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

  .featured_journals_13 {
    width: 100%;
    padding: 0px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.edition_info_column_copy {
    font-size: 12px;
    line-height: 23px;
    letter-spacing: .35px;
    color: #1A1A1A;
    font-family: 'chronicle-display-light';
    width: 120%;
    margin-top: 30px;
}

.onthemarket_grid_copy {
    font-family: 'Chronicle-Display-Light';
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    color: #1A1A1A;
}

.featured_journal_image {
    width: 100%;
    height: 50vw;
    background-size: cover;
    background-position: center;
}

.featured_journal_story_bottom {
    width: 100%;
    padding: 40px 5%;
    box-sizing: border-box;
    background: #F5F5F5;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  .quote_journal_grid {
    width: 80%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Bauer-Bodoni-Std-Roman';
    color: black;
    margin-left: 10%;
    height: calc(100% - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

  .journal_story_container_subcopy {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .35px;
    font-family: 'chronicle-display-light';
    font-style: italic;
    width: 415px;
    text-align: center;
    width: 90%!important;
}

  .journals_featured_image {
    background-size: cover;
    background-position: center;
    height: 250px;
    float: left;
    width: 100%;
}

  .on_the_market_grid {
    border: 1px solid #E1E0E1;
    width: 100%;
    padding: 40px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

  .onthemarket_pod_image {
    background-size: cover;
    background-position: center;
    height: 250px;
    float: left;
    width: 100%;
}

  .edition_info_column {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px 0px;
    margin-top: 30px;
}

.journals_containers_holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 0px;
    box-sizing: border-box;
}

.journal_logo {
    width: 90%;
    margin: 50px 0px;
}

.journals_excerpt.desktop {
    display: none;
}

.journals_excerpt.mobile {
    display: block;
}

  .onthemarket_grid_holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 30px;
    box-sizing: border-box;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}
  .signature_info {
    font-size: 15px;
    font-family: 'chronicle-display-roman';
    line-height: 29px;
    letter-spacing: .75px;
    color: #4D4D4D;
    width: 100%;
    float: left;
    margin-top: 30px;
}

.signature_title {
    font-family: 'Bauer-Bodoni-Std-Roman';
    color: black;
    font-size: 40px;
    line-height: 43.38px;
    letter-spacing: -1.5px;
    width: 100%;
    float: left;
    padding-right: 0%;
    box-sizing: border-box;
}

.ticket_link {
    color: #4D4D4D;
    font-family: 'FuturaTS-Regular';
    font-size: 12px;
    letter-spacing: 3.09px;
    line-height: 31.66px;
    margin-top: 20px;
}

.events_sections {
    padding: 0px 15px 50px;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

.calendar_half {
    position: relative;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;
    border-right: 0px solid #E1E0E1;
    margin-bottom: 50px;
}

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

.calendar_section {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

div#calendar_filter {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    height: 400px;
}

div#calendar {
    padding: 20px 0px;
    box-sizing: border-box;
    font-family: 'FuturaTS-Regular';
    /* font-size: 15px; */
    /* line-height: 47px; */
}

.fc-daygrid-day-events .fc-daygrid-event-harness:first-child {
    display: block;
    width: 6px;
    height: 6px;
    /* float: right; */
    margin-right: 10px;
    background: #024A79;
    border-radius: 50%;
    margin-right: 0px;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: relative;
    min-height: 0em!important;
}

.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4.5px 4.5px;
}

.fc-daygrid-day-events {
    padding: 15px 6px 6px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.month_select {
    width: 50%;
    text-align: center;
    height: 60px;
}

.sig_logos {
    width: 100%;
    float: left;
    padding: 100px 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sig_logo {
    width: 200px;
    height: 200px;
    margin: 0px 0px;
}

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

.signature_logo img {
    width: 50%;
}

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

div#alys-foundation {
    width: 100%;
    padding: 50px 5%;
    box-sizing: border-box;
    /* background-color: rgba(0,84,142,.15); */
    background: rgb(234, 226, 211);
    float: left;
}

.page_nav {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 100px 10%;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.weekly_event_card {
    flex: 0 0 450px;
    height: 350px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 20px;
}

.day_half {
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
}

.events_list {
    padding: 12.5px;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

.signature_content {
    width: 100%;
    float: left;
    padding: 75px 0%;
    box-sizing: border-box;
}

.signature_title {
    font-family: 'Bauer-Bodoni-Std-Roman';
    color: black;
    font-size: 40px;
    line-height: 43.38px;
    letter-spacing: -1.5px;
    width: 100%;
    float: left;
    padding-right: 5%;
    box-sizing: border-box;
}

div#alys-foundation {
    width: 100%;
    padding: 50px 5%;
    box-sizing: border-box;
    /* background-color: rgba(0,84,142,.15); */
    background: #DBE6EF;
    float: left;
    margin-bottom: 100px;
}

.signature_info {
    font-size: 15px;
    font-family: 'chronicle-display-roman';
    line-height: 29px;
    letter-spacing: .75px;
    color: #4D4D4D;
    width: 100%;
    float: left;
    margin-top: 30px;
}



.calendar_half {
    position: relative;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;
    border-right: 0px solid #E1E0E1;
    margin-bottom: 75px;
}

.day_half {
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
}

.calendar_section {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.sig_logo {
    width: 100px;
    height: 100px;
    margin: 0px 20px;
}

.weekly_event_card {
    flex: 0 0 300px;
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 20px;
}

.page_sub_nav_item {
    display: none;
}

.mobile_dropown_subnav {
    width: 100%;
    height: 100%;
    display: block;
}

.slidedown_subnav {
background: white;
width: 100%;
text-align: center;
padding: 20px;
box-sizing: border-box;
display: none;
/* margin-left: -33px; */
}

.dropdown_page_sub_nav_item {
    margin: 17px;
}

.mobile_dropdown_top img {
margin-left: 8px;
}

section.nonscroll {
padding: 75px 0px;
display: block;
position: relative;
/* margin-top: 100px; */
float: left;
width: calc(100%);
box-sizing: border-box;
margin-bottom: 100px;
margin: unset!important;
padding-top: 25px;
margin-top: 75px;
padding: 50px 0px;
box-sizing: border-box;
z-index: 2;
}

.slick-slide img {
display: block;
height: 100%!important;
margin: 0 auto;
width: auto!important;
margin: 0px 25px!important;
}

.slick-prev.slick-arrow {
-webkit-appearance: none!important;
padding: 0px;
margin: 0px;
height: 80px;
width: 40px;
position: absolute;
right: 0px;
z-index: 100000;
top: 0;
bottom: 0;
margin: auto;
background: none;
border: 0;
left: unset;
}

.slick-next.slick-arrow {
-webkit-appearance: none!important;
padding: 0px;
margin: 0px;
height: 80px;
width: 40px;
position: absolute;
left: 0px;
z-index: 100000;
top: 0;
bottom: 0;
margin: auto;
background: none;
border: 0;
right: unset;
}

.newspaper_layout {
    width: calc(100% - 40px);
    display: flex;
    padding: 20px 0px;
    box-sizing: border-box;
    margin-left: 20px;
    /* border-bottom: 1px solid #E1E0E1; */
    flex-wrap: wrap;
}

.newspaper_layout_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 0px;
    box-sizing: border-box;
    border-right: 0px solid #E1E0E1;
}

.newspaper_layout_cover_content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    min-height: 35vh;
    padding-right: 0%;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.newspaper_layout_featured_holder {
    display: flex;
    width: 100%;
    border-top: 1px solid #E1E0E1;
    padding: 20px 0px 0px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.newspaper_layout_featured:first-child {
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
    padding-right: 0px;
    border-right: 0px solid #E1E0E1;
    border-bottom: 1px solid #E1E0E1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.newspaper_layout_featured {
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
    margin-top: 20px;
    border-bottom: 1px solid #E1E0E1;
    padding-bottom:20px;
}

.newspaper_layout_right {
    width: 100%;
    display: grid;
}

.other_issue_article {
    width: calc(100% - 20px);
    padding: 20px 0px;
    margin-left: 0px;
    border-bottom: 1px solid #E1E0E1;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.newspaper_layout_section_title {
    width: calc(100% - 40px);
    margin-left: 20px;
    border-top: 1px solid #E1E0E1;
    border-bottom: 1px solid #E1E0E1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4D4D4D;
    font-size: 22.5px;
    line-height: 33.66px;
    letter-spacing: 5.36px;
    font-family: 'FuturaTS-Regular';
    text-transform: uppercase;
    height: auto;
    padding: 12px 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-top: 50px;
}

.issue_film_bottom {
    padding: 0px 0px 50px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.issue_film_bottom_left {
    width: 100%;
    padding-right: 0%;
    box-sizing: border-box;
}

.issue_film_bottom_right {
    width: 100%;
    padding-top: 0px;
    margin-top: 40px;
}

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

.gazette_archive_slider {
    width: 100%;
    height: 80vh;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.issue_archive_slide {
    width: 100%;
    height: 100px;
    color: #7e7e7e;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    display: flex;
    overflow: hidden;
    position: relative;
}

.gazette_archive_slider {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.issue_archive_slide.active {
    width: 100%;
    color: white;
    height: auto;
}

.issue_archive_tab {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
    padding: 20px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
}

.issue_vert {
    transform: unset;
    color: inherit;
    font-size: 22.5px;
    font-family: 'FuturaTS-Regular';
    line-height: 33.66px;
    text-align: left;
    letter-spacing: 5.63px;
    text-transform: uppercase;
    transform-origin: bottom left;
    width: 80vh;
    height: 39px;
    display: flex;
    align-items: center;
    padding-left: 58px;
    padding-top: 0px;
}

.year_abbr {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 43.38px;
    letter-spacing: -1.5px;
    font-family: 'Bauer-Bodoni-Std-Roman';
    padding-top: 8px;
}

.issue_archive_tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 100px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
}

.issue_archive_slide {
    width: 100%;
    height: 100px;
    color: #7e7e7e;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    display: flex;
    /* overflow: hidden; */
    position: relative;
    flex-wrap: wrap;
}

.issue_archive_slider_content {
    height: auto;
    width: calc(100%);
    /* display: none; */
    align-items: center;
    justify-content: center;
    padding: 0vh 5%;
    box-sizing: border-box;
    flex-direction: column;
    float: left;
    position: relative;
    top: unset;
    left: unset;
}

.issue_archive_slider_cover_story_holder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.issue_archive_slider_cover_story_cover {
    height: 40vh;
    margin-right: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.issue_archive_slider_cover_story_content {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0%;
    padding-top: 40px;
}

.issue_archive_slider_other_stories_holder {
    height: auto;
    width: 100%;
    margin-top: 5vh;
    border-top: 1px solid white;
    padding: 0px 0px 50px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.issue_archive_other_story {
    min-height: 1px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.journal_story_container_bottom {
    font-size: 16px;
    letter-spacing: .35px;
    line-height: 28px;
    font-family: 'Chronicle-Display-Light';
    color: black;
    width: 100%;
    float: left;
    padding: 0px 0px;
    box-sizing: border-box;
    display: unset;
    align-items: unset;
    justify-content: unset;
    flex-direction: column;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}
}

.display-on-mobile {
	display: none;
}

@media all and (max-width: 620px) {
	.display-on-mobile {
		display: block;
	}
	.display-on-mobile img {
		max-width: 95%;
		margin: 0 auto;
		display: block;
	}
}

.scroll_section_copy a {
    font-weight: bold !important;
    color: #007bff !important; 
}

.vimeo-text-wrapper iframe {
    aspect-ratio: 16 / 9;
    border: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}

span.popup_se:hover {
    color: #4D4D4D;
    border-bottom: 2px solid #00548E;
}

.sidescroll_section .slick-arrow.slick-disabled {
    display: block !important;
}

.sidescroll_section .slick-arrow:hover {
    opacity: .8;
}

.new-vimeo-holder {
    margin: 75px 50px;
}

.new-vimeo-holder + .scrollmagic-pin-spacer {
    margin-top: 0 !important;
}

.new-vimeo-holder + .scrollmagic-pin-spacer .nonscroll {
    padding-top:  0 !important;
}

.new-vimeo-holder + .scrollmagic-pin-spacer .nonscroll .spaced {
    margin-top: 0 !important;
}

.scrollmagic-pin-spacer {
    box-sizing: border-box;
}

.merchant_card:first-child {
    display: flex;
    justify-content: center;
    float: none;
    flex-direction: column;
    height: 100%;
}

.merchant_legend_property_marker {
    width: inherit;
    top: 0;
    left: 0;
    padding: 0 0 20px;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 0 -30px;
}

.merchant_legend {
    width: inherit;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0 0 0 40px;
}

.mapboxgl-canvas {
    width: 100% !important;
}

/* popup fix */

.properties-popup__container {
    max-width: 500px;
}

.properties-popup__row .properties-popup__col:only-child {
    width: 100%;
}

/*.properties-popup__row .properties-popup__col:only-child .properties-popup__wrap {
    height: auto;
}*/

.properties-popup__row .properties-popup__col:only-child .properties-popup__wrap img {
    position: relative;
}

.properties-popup__text {
    font-size: 13px;
    line-height: 1.25;
}

.properties-popup__heading h2 {
    font-size: 28px;
}


