/*
 * http://github.com/peteboere/css-crush (v2.4.0)
 */
#banner-container .container {
    z-index: 3;
    }
#banner-container .container:after {
    display: table;
    content: '';
    clear: both;
    }
#banner-container .container p {
    padding: 0;
    margin: 0;
    }
#banner-container .container p + p,
#banner-container .container span.heading + div > p {
    margin-top: .25em;
    }

/* Color Scheme */
#banner-container .container.blue {
    background-color: #005695;
    color: white;
    }
#banner-container .container.blue a:link,
#banner-container .container.blue a:visited,
#banner-container .container.blue a:hover {
    color: white;
    text-decoration: underline;
    }
#banner-container .container.blue.opacity-95 {
    background-color: rgba(0,86,149,.95);
    }
#banner-container .container.blue.opacity-90 {
    background-color: rgba(0,86,149,.9);
    }
#banner-container .container.blue.opacity-85 {
    background-color: rgba(0,86,149,.85);
    }
#banner-container .container.blue.opacity-80 {
    background-color: rgba(0,86,149,.8);
    }
#banner-container .container.blue.opacity-75 {
    background-color: rgba(0,86,149,.75);
    }
#banner-container .container.blue.opacity-50 {
    background-color: rgba(0,86,149,.5);
    }
#banner-container .container.blue.opacity-25 {
    background-color: rgba(0,86,149,.25);
    }
#banner-container .container.green {
    background-color: #788E1E;
    color: white;
    }
#banner-container .container.green a:link,
#banner-container .container.green a:visited,
#banner-container .container.green a:hover {
    color: white;
    text-decoration: underline;
    }
#banner-container .container.green.opacity-95 {
    background-color: rgba(120,142,30,.95);
    }
#banner-container .container.green.opacity-90 {
    background-color: rgba(120,142,30,.9);
    }
#banner-container .container.green.opacity-85 {
    background-color: rgba(120,142,30,.85);
    }
#banner-container .container.green.opacity-80 {
    background-color: rgba(120,142,30,.8);
    }
#banner-container .container.green.opacity-75 {
    background-color: rgba(120,142,30,.75);
    }
#banner-container .container.green.opacity-50 {
    background-color: rgba(120,142,30,.5);
    }
#banner-container .container.green.opacity-25 {
    background-color: rgba(120,142,30,.25);
    }
#banner-container .container.red {
    background-color: #BF311A;
    color: white;
    }
#banner-container .container.red a:link,
#banner-container .container.red a:visited,
#banner-container .container.red a:hover {
    color: white;
    text-decoration: underline;
    }
#banner-container .container.red.opacity-95 {
    background-color: rgba(191,49,26,.95);
    }
#banner-container .container.red.opacity-90 {
    background-color: rgba(191,49,26,.9);
    }
#banner-container .container.red.opacity-85 {
    background-color: rgba(191,49,26,.85);
    }
#banner-container .container.red.opacity-80 {
    background-color: rgba(191,49,26,.8);
    }
#banner-container .container.red.opacity-75 {
    background-color: rgba(191,49,26,.75);
    }
#banner-container .container.red.opacity-50 {
    background-color: rgba(191,49,26,.5);
    }
#banner-container .container.red.opacity-25 {
    background-color: rgba(191,49,26,.25);
    }
#banner-container .container.purple {
    background-color: #49182D;
    color: white;
    }
#banner-container .container.purple a:link,
#banner-container .container.purple a:visited,
#banner-container .container.purple a:hover {
    color: white;
    text-decoration: underline;
    }
#banner-container .container.purple.opacity-95 {
    background-color: rgba(73,24,45,.95);
    }
#banner-container .container.purple.opacity-90 {
    background-color: rgba(73,24,45,.9);
    }
#banner-container .container.purple.opacity-85 {
    background-color: rgba(73,24,45,.85);
    }
#banner-container .container.purple.opacity-80 {
    background-color: rgba(73,24,45,.8);
    }
#banner-container .container.purple.opacity-75 {
    background-color: rgba(73,24,45,.75);
    }
#banner-container .container.purple.opacity-50 {
    background-color: rgba(73,24,45,.5);
    }
#banner-container .container.purple.opacity-25 {
    background-color: rgba(73,24,45,.25);
    }
#banner-container .container.gold {
    background-color: #FFCF00;
    color: black;
    }
#banner-container .container.gold a:link,
#banner-container .container.gold a:visited,
#banner-container .container.gold a:hover {
    color: black;
    text-decoration: underline;
    }
#banner-container .container.gold.opacity-95 {
    background-color: rgba(255,207,0,.95);
    }
#banner-container .container.gold.opacity-90 {
    background-color: rgba(255,207,0,.9);
    }
#banner-container .container.gold.opacity-85 {
    background-color: rgba(255,207,0,.85);
    }
#banner-container .container.gold.opacity-80 {
    background-color: rgba(255,207,0,.8);
    }
#banner-container .container.gold.opacity-75 {
    background-color: rgba(255,207,0,.75);
    }
#banner-container .container.gold.opacity-50 {
    background-color: rgba(255,207,0,.5);
    }
#banner-container .container.gold.opacity-25 {
    background-color: rgba(255,207,0,.25);
    }
#banner-container .container.black {
    background-color: black;
    color: white;
    }
#banner-container .container.black a:link,
#banner-container .container.black a:visited,
#banner-container .container.black a:hover {
    color: white;
    text-decoration: underline;
    }
#banner-container .container.black.opacity-95 {
    background-color: rgba(0,0,0,.95);
    }
#banner-container .container.black.opacity-90 {
    background-color: rgba(0,0,0,.9);
    }
#banner-container .container.black.opacity-85 {
    background-color: rgba(0,0,0,.85);
    }
#banner-container .container.black.opacity-80 {
    background-color: rgba(0,0,0,.8);
    }
#banner-container .container.black.opacity-75 {
    background-color: rgba(0,0,0,.75);
    }
#banner-container .container.black.opacity-50 {
    background-color: rgba(0,0,0,.5);
    }
#banner-container .container.black.opacity-25 {
    background-color: rgba(0,0,0,.25);
    }

/* Position */
#banner-container .container.position-top-left,
#banner-container .container.position-top-center,
#banner-container .container.position-top-right,
#banner-container .container.position-bottom-left,
#banner-container .container.position-bottom-center,
#banner-container .container.position-bottom-right {
    position: absolute;
    }
#banner-container .container.position-top-left,
#banner-container .container.position-top-center,
#banner-container .container.position-top-right {
    top: 50px;
    }
#banner-container .container.position-bottom-left,
#banner-container .container.position-bottom-center,
#banner-container .container.position-bottom-right {
    bottom: 45px;
    }
#banner-container .container.position-top-left,
#banner-container .container.position-bottom-left {
    left: 0;
    }
#banner-container .container.position-top-center,
#banner-container .container.position-bottom-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    }
#banner-container .container.position-top-right,
#banner-container .container.position-bottom-right {
    right: 0;
    }

/* Corners */
#banner-container .container.radius,
#banner-container .container.left-radius,
#banner-container .container.top-radius {
    border-top-left-radius: 3px;
    }
#banner-container .container.radius,
#banner-container .container.right-radius,
#banner-container .container.top-radius {
    border-top-right-radius: 3px;
    }
#banner-container .container.radius,
#banner-container .container.left-radius,
#banner-container .container.bottom-radius {
    border-bottom-left-radius: 3px;
    }
#banner-container .container.radius,
#banner-container .container.right-radius,
#banner-container .container.bottom-radius {
    border-bottom-right-radius: 3px;
    }
#banner-container .container.rounded,
#banner-container .container.left-rounded,
#banner-container .container.top-rounded {
    border-top-left-radius: 10px;
    }
#banner-container .container.rounded,
#banner-container .container.right-rounded,
#banner-container .container.top-rounded {
    border-top-right-radius: 10px;
    }
#banner-container .container.rounded,
#banner-container .container.left-rounded,
#banner-container .container.bottom-rounded {
    border-bottom-left-radius: 10px;
    }
#banner-container .container.rounded,
#banner-container .container.right-rounded,
#banner-container .container.bottom-rounded {
    border-bottom-right-radius: 10px;
    }

/* Width */
#banner-container .container.width-10 {
    width: 10%;
    }
#banner-container .container.width-20 {
    width: 20%;
    }
#banner-container .container.width-30 {
    width: 30%;
    }
#banner-container .container.width-40 {
    width: 40%;
    }
#banner-container .container.width-50 {
    width: 50%;
    }
#banner-container .container.width-60 {
    width: 60%;
    }
#banner-container .container.width-70 {
    width: 70%;
    }
#banner-container .container.width-80 {
    width: 80%;
    }
#banner-container .container.width-90 {
    width: 90%;
    }
#banner-container .container.width-100 {
    width: 100%;
    }

/* Padding */
#banner-container .container.padding-5 {
    padding: 5px;
    }
#banner-container .container.padding-10 {
    padding: 10px;
    }
#banner-container .container.padding-15 {
    padding: 15px;
    }
#banner-container .container.padding-20 {
    padding: 20px;
    }
#banner-container .element-link:hover {
    cursor: pointer;
    }
#banner-container .heading {
    margin: 0;
    padding: 0;
    line-height: 1;
    }

/* Size */
#banner-container .heading.small {
    font-size: 16px;
    }
#banner-container .heading.medium {
    font-size: 24px;
    }
#banner-container .heading,
#banner-container .heading.large {
    font-size: 32px;
    }

/* Color */
#banner-container .heading.black {
    color: black;
    }
#banner-container .heading.white {
    color: white;
    }
#banner-container .heading.blue {
    color: #005695;
    }
#banner-container .heading.gold {
    color: #FFCF00;
    }
#banner-container .heading.red {
    color: #BF311A;
    }
#banner-container .heading.green {
    color: #788E1E;
    }
#banner-container .heading.purple {
    color: #49182D;
    }
#banner-container .heading.serif {
    font-family: "Playfair Display", "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
    }
#banner-container .heading.sans-serif {
    font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
#banner-container .banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    }
#banner-container .banner-video {
    position: absolute;
    }
#banner-container .banner-video.dot-overlay:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEklEQVQYV2NkQAKMWDkpKSlpAARfAZYB5tDkAAAAAElFTkSuQmCC") repeat;
    content: " ";
    }
#banner-container .banner-video iframe {
    height: 100% !important;
    width: 100% !important;
    }
#banner-container .banner-video video {
    height: 100%;
    object-fit: cover;
    }
@media screen and (prefers-reduced-motion: reduce) {
#banner-container .banner-video video {
    display: none !important;
    }
}

@media (max-width: 767px) {
#banner-container .banner-video {
    height: 100%;
    }
#banner-container .banner-video video {
    display: none;
    }
}

#banner-head {
    overflow: hidden;
    }
#banner-container {
    width: 100vw;
    max-width: 100%;
    max-height: 100vh;
    }
#banner-container[data-size="small"] {
    height: calc(1/4 * (100vw - var(--dockedwidth)));
    height: calc(1/4 * (100vw - var(--dockedwidth)));
    height: calc(1/4 * (100vw - var(--dockedwidth)));
    }
#banner-container[data-size="medium"] {
    height: calc(1/3 * (100vw - var(--dockedwidth)));
    height: calc(1/3 * (100vw - var(--dockedwidth)));
    height: calc(1/3 * (100vw - var(--dockedwidth)));
    }
#banner-container[data-size="large"] {
    height: calc(9/16 * (100vw - var(--dockedwidth)));
    height: calc(9/16 * (100vw - var(--dockedwidth)));
    height: calc(9/16 * (100vw - var(--dockedwidth)));
    }
#banner-container .banner {
    overflow: hidden;
    position: relative;
    background: #000;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
#banner-container .banner picture {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    }
#banner-container .banner .banner-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    }
#banner-container .container {
    max-height: 100%;
    max-width: 100%;
    }
#banner-container .container img {
    max-height: 100%;
    max-width: 100%;
    }

/* #banner-container .banner.active {
  display: block;
} */
#banner-container #imgLoaders {
    height: 0 !important;
    width: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    }
#banner-container #imgLoaders * {
    height: 0 !important;
    width: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    z-index: -99999 !important;
    }
#banner-container .overlay {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
    }
#banner-container .overlay > * {
    pointer-events: all;
    }
#banner-container .thickbox {
    cursor: pointer;
    }
#banner-container .banner .grid-container {
    position: relative;
    height: 100%;
    }
#banner-container .banner-video,
#banner-container .banner-image,
#banner-container .banner-video ~ .overlay-container,
#banner-container .banner-image ~ .overlay-container {
    left: 50%;
    right: 50%;
    margin-left: -50%;
    margin-right: -50%;
    width: 100%;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }

/** Video Banner Styles Start **/
#banner-container .banner-video ~ .overlay-container,
#banner-container .banner-image ~ .overlay-container {
    position: relative;
    height: 100%;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    text-align: left;
    -webkit-justify-content: left;
    justify-content: left;
    }
#banner-container .banner-video ~ .overlay-container.long,
#banner-container .banner-image ~ .overlay-container.long {
    background: -webkit-linear-gradient(left,rgba(0,0,0,.7),transparent);
    background: -moz-linear-gradient(left,rgba(0,0,0,.7),transparent);
    background: linear-gradient(to right,rgba(0,0,0,.7),transparent);
    }
#banner-container .banner-video ~ .overlay-container .overlay-content,
#banner-container .banner-image ~ .overlay-container .overlay-content {
    text-shadow: 1px 1px 2px #000;
    color: #FFF;
    text-align: left;
    padding: 20px;
    padding-right: 0;
    height: auto;
    z-index: 998;
    }
#banner-container .banner-video ~ .overlay-container .overlay-content .heading,
#banner-container .banner-image ~ .overlay-container .overlay-content .heading {
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
    display: block;
    }
#banner-container .banner-video ~ .overlay-container .overlay-content .heading.large,
#banner-container .banner-image ~ .overlay-container .overlay-content .heading.large {
    font-size: calc(3rem + .5vw);
    font-size: calc(3rem + .5vw);
    font-size: calc(3rem + .5vw);
    }
#banner-container .banner-video ~ .overlay-container .overlay-content .heading.medium,
#banner-container .banner-image ~ .overlay-container .overlay-content .heading.medium {
    font-size: calc(1.55rem + .5vw);
    font-size: calc(1.55rem + .5vw);
    font-size: calc(1.55rem + .5vw);
    }
#banner-container .banner-video ~ .overlay-container .overlay-content p,
#banner-container .banner-image ~ .overlay-container .overlay-content p {
    font-size: .85rem;
    line-height: 1.5;
    }
#banner-container .banner-video ~ .overlay-container .overlay-content .button,
#banner-container .banner-image ~ .overlay-container .overlay-content .button {
    text-shadow: none;
    margin-top: 1em;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
    }
#banner-container .banner-video ~ .overlay-container .overlay-content .button p,
#banner-container .banner-image ~ .overlay-container .overlay-content .button p {
    font-size: .85rem;
    }
@media (min-width: 1024px) and (max-width: 1201px) {
#banner-container[data-size="small"] .banner-video ~ .overlay-container .overlay-content,
#banner-container[data-size="medium"] .banner-video ~ .overlay-container .overlay-content {
    width: 60%;
    }
}

/** Video Banner Styles End **/
/** MYLC Banner Styles **/
#banner-overlay.MYLC {
    position: absolute;
    background-color: rgba(255,255,255,.85);
    padding: calc(1rem + .75vw);
    padding: calc(1rem + .75vw);
    padding: calc(1rem + .75vw);
    -webkit-transition: background-color 75ms linear;
    -moz-transition: background-color 75ms linear;
    transition: background-color 75ms linear;
    z-index: 999;
    border-radius: 7px;
    -webkit-box-shadow: 0 2px 5px black;
    box-shadow: 0 2px 5px black;
    }
#banner-overlay.MYLC #banner-container:hover #banner-overlay {
    background-color: rgba(255,255,255,1);
    }
#banner-overlay.MYLC #banner-title {
    color: rgba(0,0,0,1);
    font-size: 1.77rem;
    line-height: 1.2;
    margin-bottom: .55rem;
    }
#banner-overlay.MYLC #banner-sub-title {
    color: #373E42;
    font-size: 1.35rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    }
#banner-overlay.MYLC #banner-text {
    border-top: 3px solid #FFCF00;
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(0,0,0,1);
    }
#banner-overlay.MYLC #banner-text p {
    font-size: 1rem;
    }
#banner-overlay.MYLC #banner-text p:first-child {
    margin-top: 1rem;
    }
#banner-overlay.MYLC #banner-text p:last-child {
    margin-bottom: 0;
    }
@media (max-width: 767px) {
#banner-overlay.MYLC {
    display: none;
    }
}

/** MYLC Banner Styles End **/
#banner-container .banner .mobile-text {
    display: none;
    }
@media (max-width: 767px) {
#banner-container {
    max-height: calc(100vh - 80px);
    max-height: calc(100vh - 80px);
    max-height: calc(100vh - 80px);
    }
#banner-container[data-size="small"] {
    height: calc(9/16 * 100vw);
    height: calc(9/16 * 100vw);
    height: calc(9/16 * 100vw);
    }
#banner-container[data-size="medium"] {
    height: calc(1/1 * 100vw);
    height: calc(1/1 * 100vw);
    height: calc(1/1 * 100vw);
    }
#banner-container[data-size="large"] {
    height: calc(1.5/1 * 100vw);
    height: calc(1.5/1 * 100vw);
    height: calc(1.5/1 * 100vw);
    }

/* #banner-container .banner *:not(.grid-container):not(.banner-image):not(.banner-video):not(iframe):not(.mobile-text, .mobile-text *):not(.element-link):not(.thickbox):not(video):not(.overlay-container, .overlay-container *):not(img, picture) {
    display: none;
  } */
/** Mobile Text Styles Start **/
#banner-container .banner .mobile-text {
    display: block;
    position: absolute;
    font-size: .9rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(bottom,#000,transparent);
    background: -moz-linear-gradient(bottom,#000,transparent);
    background: linear-gradient(to top,#000,transparent);
    opacity: .9;
    color: #000;
    padding: 25vh 1.25rem 1.5rem 1.25rem;
    z-index: 1;
    color: #FFF;
    }
#banner-container .banner .mobile-text h2 {
    padding-bottom: .5rem;
    border-bottom: 2px solid #FFCF00;
    font-size: 2rem;
    color: #FFF;
    }
#banner-container .banner .mobile-text p {
    color: #FFF;
    font-size: .9rem;
    }
}
