/**
 * This file will be included in header in every page after reboot.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */

 /* 
 font-family: "proxima-nova", sans-serif;
  */

 /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 5, 2020 */
@font-face {
    font-family: 'subway_black';
    src: url('/includes/public/assets/shared/font-files/toronto_subway_black-webfont.woff2') format('woff2'),
         url('/includes/public/assets/shared/font-files/toronto_subway_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'subway';
    src: url('/includes/public/assets/shared/font-files/toronto_subway_regular-webfont.woff2') format('woff2'),
         url('/includes/public/assets/shared/font-files/toronto_subway_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'subway_bold';
    src: url('/includes/public/assets/shared/font-files/toronto_subway_bold-webfont.woff2') format('woff2'),
         url('/includes/public/assets/shared/font-files/toronto_subway_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'subway_light';
    src: url('/includes/public/assets/shared/font-files/toronto_subway_light-webfont.woff2') format('woff2'),
         url('/includes/public/assets/shared/font-files/toronto_subway_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {
    overflow-y: scroll;
    scroll-padding-top: 90px;
}

body > .contentRender {
    min-height: 100%;
    height: 100%;
}

/* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */
html, body {
    height: 100%;
    font-family: var(--font-body);
    color: var(--gray-900);
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Skip links */
.skip-link[href] {
    z-index: 5000000;
    display: block;
    margin: 0;
    padding: var(--space-8) var(--space-12);
    width: auto;
    height: auto;
    font-size: var(--text-3xl);
    line-height: var(--leading-tight);
    color: var(--gray-100);
    text-align: center;
    border: 4px dashed var(--gray-100);
    background: var(--gray-900);
    opacity: 0;
    clip: auto;
    pointer-events: none;
    transition: opacity 200ms cubic-bezier(0,0,0.3,1);
}

.skip-link[href]:focus {
    opacity: 1;
    pointer-events: all;
}

/* Set General max-width of site content */
.contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_nav_sitemap,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_common_button,
.contentRender_name_plugins_collections_template_custom_list,
.contentRender_name_plugins_collections_template_custom_contacts,
.contentRender_name_plugins_blog_leisure_blog_posts,
.contentRender_name_plugins_blog_articles_posts,
.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_events_submitevent,
.contentRender_name_plugins_crm_rfp,
.contentRender_name_plugins_crm_rsvp {
    width: 100%;
    padding: 0 var(--space-5);
    margin: 0 auto 30px;
}

.contentRender_name_plugins_core_textbox {
    padding: var(--space-8) var(--space-5);
}

.ccl-widget .slide p {
    font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-size: 18px;
    line-height: 1.34;
	color: black;
}

.sponsored {
	position: absolute;
    z-index: 5;
	color: white;
	font-size: 12px;
    text-transform: uppercase;
	display: block;
	padding: 5px 10px;
    letter-spacing: 0.1em;
}

.sponsored.credits {
	text-shadow: 0 0 16px var(--black);
}

@media (min-width: 64em) {
    .contentRender_name_plugins_core_textbox,
    .contentRender_name_plugins_search_results,
    .contentRender_name_plugins_nav_sitemap,
    .contentRender_name_plugins_common_button,
    .contentRender_name_plugins_common_jumplist_outer,
    .contentRender_name_plugins_collections_template_custom_list,
    .contentRender_name_plugins_collections_template_custom_contacts,
    .contentRender_name_plugins_crm_formbuilder,
    .contentRender_name_plugins_events_submitevent,
    .contentRender_name_plugins_crm_rfp,
    .contentRender_name_plugins_crm_rsvp  {
        max-width: var(--width-base);
        margin: 0 auto 50px;
    }

    .sponsored {
		font-size: 13px;
        padding: 9px 13px;
	}
}

/* Panels */
.panel-page {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto 1fr auto;
    min-height: 100%;
}

body.has-announcement .panel-page.no-slideshow #main-content {
    margin-top: 50px;
}

.panel-navigation-share {
    display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: var(--width-base);
    padding: 0 var(--space-5);
    margin: 0 auto;
    margin-bottom: var(--space-8);
}

.panel-navigation-share .navigation-container { 
	display: none; 
}

.panel-navigation-share .share-container { 
	margin-left: auto;
}

.panel-intro {
    max-width: var(--width-comfortable);
    margin: 0 auto;
    margin-bottom: var(--space-16);
    padding: 0 var(--space-5);
}

.panel-social {
    max-width: var(--width-base);
    margin: 0 auto;
    padding: 0 var(--space-5);
}

.panel-social .title-container {
    text-align: center;
}

.panel-three-column,
.panel-two-column {
    max-width: var(--width-base);
    padding: 0;
    margin: 0 auto;
    margin-bottom: var(--space-8);
}

.panel-three-column :is(.left-container, .center-container, .right-container),
.panel-two-column :is(.left-container, .right-container) {
    padding: 0 var(--space-5);
}

:is(.panel-intro, .panel-social, .panel-three-column, .panel-two-column) .contentRender_name_plugins_core_textbox {
    padding: 0;
}

.sv-col > .contentRender > .sv-panel {
    margin-left: calc(-1 * var(--space-5));
    margin-right: calc(-1 * var(--space-5));
}

.panel-page > .header-container {
    min-height: 93px;
}

/* editorial content styles */
.panel-editorial-content {
    padding: 30px 20px;
    background-color: white;
}

.panel-editorial-content .contentRender_name_plugins_core_textbox {
    margin: 0 auto;
    padding: 0;
}

/* Editorial parrallax panel */
.panel-editorial-parallax {
    display: flex;
    flex-direction: column;
}

.panel-editorial-parallax .top {
    margin-bottom: 2px;
}

.panel-editorial-parallax .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
}

.panel-editorial-parallax .contentRender_name_plugins_core_textbox p,
.panel-editorial-parallax .contentRender_name_plugins_core_textbox h2 {
    color: inherit;
}

.panel-editorial-parallax .content {
    background-color: black;
    color: white;
    order: 1;
}

.panel-editorial-parallax .content .text {
    padding: 40px 20px 0;
}


.panel-editorial-parallax.white .content {
    background-color: white;
    color: black;
}

.panel-editorial-parallax.content-right .content {
    order: 1;
}

/* autoplayer panel wrapper */
.panel-video-wrapper {
    display: grid;
    gap: 2px;
    z-index: 2;
}


@media screen and (min-width: 40em) {
    .panel-editorial-parallax .inner {
        display: flex;
    }
    .panel-editorial-parallax .top {
        margin-bottom: 0;
        margin-right: 2px;
    }
}


@media (min-width: 64em) {
    .panel-navigation-share .navigation-container { display: block; }

    .panel-three-column,
    .panel-two-column {
        display: flex;
    }

    .panel-two-column.sidebar-left .left-container {
        order: 1;
        flex-basis: 40%;
    }

    .panel-two-column.sidebar-left .right-container {
        order: 2;
        flex-basis: 60%;
    }

    .panel-two-column.sidebar-right .left-container {
        order: 1;
        flex-basis: 60%;
    }

    .panel-two-column.sidebar-right .right-container {
        order: 2;
        flex-basis: 40%;
    }

    .panel-two-column.even :is(.left-container, .right-container) {
        flex-basis: 50%;
    }

    .panel-three-column > * { flex-basis: calc(100% / 3); }

    .panel-page > .header-container {
        min-height: 82px;
    }

    /* editorial content */
    .panel-editorial-content {
        padding: 40px 20px;
        background-color: white;
    }

    /* editorial parallax */
    .panel-editorial-parallax {
        padding: 0;
        position: relative;
    }

    .panel-editorial-parallax .inner {
        display: block;
    }

    .panel-editorial-parallax.white {
        background-color: white;
    }

    .panel-editorial-parallax .content {
        color: white;
        order: unset;
    }

    .panel-editorial-parallax .content .text {
        width: 41.35%;
        padding: 85px 60px 90px 90px;
    }

    .panel-editorial-parallax .img-cont {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100vh;
    }
     
    .panel-editorial-parallax .inner {
        position: absolute;
        right: 0;
        top: 0;
        width: 58.65%;
        height: 100%;
    }

    .panel-editorial-parallax.two-images .img-cont {
        flex-direction: column;
    }

    .panel-editorial-parallax .top { 
        height: 100vh;
    }

    .panel-editorial-parallax.two-images .top,
    .panel-editorial-parallax.two-images .bottom {
        height: calc(50vh);
        width: 100%;
    }

    .panel-editorial-parallax.two-images .bottom {
        height: calc(50vh - 80px);
    }

    .panel-editorial-parallax.content-right .content .text {
        margin-left: 56.25%;
      } 
      
    .panel-editorial-parallax.content-right .img-cont .inner {
        left: 0;
        right: unset;
      }

    .panel-editorial-parallax .img-cont img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* autoplayer panel wrapper */
    .panel-video-wrapper .contentRender_name_plugins_common_hero_video {
        height: 100%;
    }

    .panel-video-wrapper {
        position: relative;
        margin-bottom: 105px;
    }
}

@media screen and (min-width: 80em) {
    /* editorial content */
    .panel-editorial-content {
        padding: 125px 0 90px;
        background-color: white;
    }
}

/* Quick View Button */
button[data-quickview-button] {
	display: inline-flex;
	align-items: baseline;
	gap: var(--space-1);
	margin: 0;
	padding: 0;
	background: transparent;
}

button[data-quickview-button]:hover,
button[data-quickview-button]:focus,
button[data-quickview-button]:active {
	color: inherit;
	background: transparent;
}

button[data-quickview-button] i {
	width: var(--space-5);
}

/* Embed Widget */

.custom-embed {
    width: 100%;
    max-width: var(--width-base);
    margin:0 auto 30px auto;
}

.custom-embed > * {
    width: 100%;
}