@font-face {
    font-family: "LZB Icons";
    src: url("fonts/lzb-icons.eot?jebkb3");
    src: url("fonts/lzb-icons.eot?jebkb3#iefix") format("embedded-opentype"), url("fonts/lzb-icons.ttf?jebkb3") format("truetype"), url("fonts/lzb-icons.woff?jebkb3") format("woff"), url("fonts/lzb-icons.svg?jebkb3#lzb-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

nav[aria-label="breadcrumbs"] {
    max-width: 1440px;
    margin: 13px auto;
    padding: 0 15px;
    line-height: normal;
}
nav[aria-label="breadcrumbs"] ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
nav[aria-label="breadcrumbs"] li:not(:last-child)::after {
    content: "/";
    font-size: 12px;
    padding: 0 5px 0 2px;
}
nav[aria-label="breadcrumbs"] a {
    color: #54575d;
    font-size: 12px;
}
nav[aria-label="breadcrumbs"] li:last-child a {
    font-weight: 700;
    color: #23415a;
    text-decoration: none;
    pointer-events: none;
}
@media only screen and (min-width: 641px) {
    nav[aria-label="breadcrumbs"] {
        padding-left: 50px;
    }
    nav[aria-label="breadcrumbs"] a {
        font-size: 14px;
    }
}

#bcc-content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    font-family: "lato", "OpenSans", sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #333;
    overflow: hidden;
}

#bcc-content strong {
    font-weight: bold;
}

#bcc-content img {
    /* override browser default of inline-block to remove white space after images */
    display: block;
    width: 100%;
    max-width: none;
}

#bcc-content .image {
    /* fix IE bug where images in flex containers don't keep their aspect ratio */
    min-height: 1px;
}

#bcc-content [onclick],
#bcc-content [videoModal],
#bcc-content .clickable {
    /* if there is an onclick attribute, the curser will be a pointer */
    cursor: pointer;
}

#bcc-content .anchor {
    /* use like <span class="anchor" id="whatever"></span> */
    position: relative;
    display: block;
    height: 0;
    width: 0;
}

body.mobile-site #bcc-content .anchor {
    top: -60px;
}

@media only screen and (max-width: 375px) {
    #bcc-content .hidden-xs {
        display: none !important;
    }
    #bcc-content .hidden-xs-sm {
        display: none !important;
    }
    #bcc-content .hidden-xs-md {
        display: none !important;
    }
    #bcc-content .hidden-xs-lg {
        display: none !important;
    }
}

@media only screen and (min-width: 375.1px) and (max-width: 500px) {
    #bcc-content .hidden-xs-sm {
        display: none !important;
    }
    #bcc-content .hidden-xs-md {
        display: none !important;
    }
    #bcc-content .hidden-xs-lg {
        display: none !important;
    }
    #bcc-content .hidden-sm {
        display: none !important;
    }
    #bcc-content .hidden-sm-md {
        display: none !important;
    }
    #bcc-content .hidden-sm-lg {
        display: none !important;
    }
    #bcc-content .hidden-sm-xl {
        display: none !important;
    }
}

@media only screen and (min-width: 500.1px) and (max-width: 750px) {
    #bcc-content .hidden-xs-md {
        display: none !important;
    }
    #bcc-content .hidden-xs-lg {
        display: none !important;
    }
    #bcc-content .hidden-sm-md {
        display: none !important;
    }
    #bcc-content .hidden-sm-lg {
        display: none !important;
    }
    #bcc-content .hidden-sm-xl {
        display: none !important;
    }
    #bcc-content .hidden-md {
        display: none !important;
    }
    #bcc-content .hidden-md-lg {
        display: none !important;
    }
    #bcc-content .hidden-md-xl {
        display: none !important;
    }
}

@media only screen and (min-width: 750.1px) and (max-width: 980px) {
    #bcc-content .hidden-xs-lg {
        display: none !important;
    }
    #bcc-content .hidden-sm-lg {
        display: none !important;
    }
    #bcc-content .hidden-sm-xl {
        display: none !important;
    }
    #bcc-content .hidden-md-lg {
        display: none !important;
    }
    #bcc-content .hidden-md-xl {
        display: none !important;
    }
    #bcc-content .hidden-lg {
        display: none !important;
    }
    #bcc-content .hidden-lg-xl {
        display: none !important;
    }
}

@media only screen and (min-width: 980.1px) {
    #bcc-content .hidden-sm-xl {
        display: none !important;
    }
    #bcc-content .hidden-md-xl {
        display: none !important;
    }
    #bcc-content .hidden-lg-xl {
        display: none !important;
    }
    #bcc-content .hidden-xl {
        display: none !important;
    }
}

body:not(.mobile-site) .hidden-desktop {
    display: none !important;
}

body.mobile-site .hidden-mobile {
    display: none !important;
}

#bcc-content .no-wrap {
    white-space: nowrap;
}

#bcc-content .registered:after {
    content: "\00ae";
    font-size: 0.6em;
    vertical-align: super;
    line-height: 0;
}

#bcc-content .arrow-right:after {
    font-family: "LZB Icons";
    content: "\e90e";
    line-height: 0;
}

#bcc-content .hero {
    position: relative;
}

#bcc-content .gutter-20 {
    margin: 0 -10px;
}

#bcc-content .gutter-20 > * {
    margin-left: 10px;
    margin-right: 10px;
}

#bcc-content .gutter-25 {
    margin: 0 -12.5px;
}

#bcc-content .gutter-25 > * {
    margin-left: 12.5px;
    margin-right: 12.5px;
}

#bcc-content .gutter-30 {
    margin: 0 -15px;
}

#bcc-content .gutter-30 > * {
    margin-left: 15px;
    margin-right: 15px;
}

#bcc-content .gutter-40 {
    margin: 0 -20px;
}

#bcc-content .gutter-40 > * {
    margin-left: 20px;
    margin-right: 20px;
}

#bcc-content .gutter-50 {
    margin: 0 -25px;
}

#bcc-content .gutter-50 > * {
    margin-left: 25px;
    margin-right: 25px;
}

#bcc-content .gutter-60 {
    margin: 0 -30px;
}

#bcc-content .gutter-60 > * {
    margin-left: 30px;
    margin-right: 30px;
}

#bcc-content .row {
    display: flex;
}

#bcc-content [class*="-col"],
#bcc-content .wrap {
    display: flex;
    flex-wrap: wrap;
}

#bcc-content .two-col > * {
    flex-basis: 50%;
}

#bcc-content .two-col.gutter-20 > * {
    flex-basis: calc(50% - 20px);
}

#bcc-content .two-col.gutter-30 > * {
    flex-basis: calc(50% - 30px);
}

#bcc-content .two-col.gutter-40 > * {
    flex-basis: calc(50% - 40px);
}

#bcc-content .two-col.gutter-50 > * {
    flex-basis: calc(50% - 50px);
}

#bcc-content .two-col.gutter-60 > * {
    flex-basis: calc(50% - 60px);
}

#bcc-content .three-col > * {
    flex-basis: 33.333333%;
}

#bcc-content .three-col.gutter-20 > * {
    flex-basis: calc(33.333333% - 20px);
}

#bcc-content .three-col.gutter-25 > * {
    flex-basis: calc(33.333333% - 25px);
}

#bcc-content .three-col.gutter-30 > * {
    flex-basis: calc(33.333333% - 30px);
}

#bcc-content .three-col.gutter-40 > * {
    flex-basis: calc(33.333333% - 40px);
}

#bcc-content .three-col.gutter-40 > .double {
    flex-basis: calc(66.666666% - 40px);
}

#bcc-content .four-col > * {
    flex-basis: 25%;
}

#bcc-content .four-col.gutter-20 > * {
    flex-basis: calc(25% - 20px);
}

#bcc-content .four-col.gutter-30 > * {
    flex-basis: calc(25% - 30px);
}

#bcc-content .four-col.gutter-40 > * {
    flex-basis: calc(25% - 40px);
}

#bcc-content .four-col.gutter-40 > .double {
    flex-basis: calc(50% - 40px);
}

#bcc-content .five-col > * {
    flex-basis: 20%;
}

#bcc-content [class*="-col"] > .span-all {
    flex-basis: 100%;
}

/****************** Slideshow  ********************/

#bcc-content .auto-slideshow > * {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#bcc-content .auto-slideshow > *:first-child {
    opacity: 1;
}

#bcc-content .auto-slideshow > *:last-child {
    position: static;
    transition: opacity 0.5s;
    z-index: 1;
    opacity: 1;
}

/****************** NPC Modal  ********************/

#npc-modal {
    position: fixed;
    z-index: 1000000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#npc-modal-container {
    background-color: #fefefe;
    padding: 5px;
    border: 1px solid #888;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#npc-modal.video #npc-modal-container {
    width: 75%;
    max-width: 1050px;
}

#npc-image {
    width: 100%;
    display: block;
}

#npc-modal.video #npc-modal-content {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

#npc-modal-content iframe {
    min-height: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

#npc-modal-close {
    position: absolute;
    right: -7px;
    top: -7px;
    width: 22px;
    z-index: 10;
    cursor: pointer;
}

#npc-modal-close:hover,
#npc-modal-close:focus {
    text-decoration: none;
    cursor: pointer;
}
