/* cmsms stylesheet: eb_blog modified: 12/24/20 17:14:39 */
.post-meta{
    margin:12px 0;
}

.eb-post-meta{
    font-size:0.875rem;
}

.eb-post-main{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.eb-post-main-row{
    display: table-row;
}


.post-main img{
    height:auto;
    width:100%;
    max-width: 100%;
}

.eb-post-main-cell{
    background-position: center center;
    background-size: cover;
    background-color: #96A2A8;
    display: block;
    width:100%;
    min-height: 200px;
}

.eb-post-icon-image{
    opacity: 0.9;
}



.post-filter-link{
    display: block;
    text-align: center;
    font-size:0.9rem;
    line-height: 1em;
    margin:8px 2px;
}

.post-filter-link .cls-1,
.post-filter-link .cls-2{
    fill:#f75c19;
}

.post-filter-link img{
    max-width:55px;
    height:auto;

}

.post-filter-link:hover img{
    opacity:0.6;

}


.post-colophon{
    border:1px solid #96A2A8;
    background-color:#FAFBFB;
}

@media(min-width:576px) {

    .eb-post-main-cell{
        display: table-cell;
        color:white;
        vertical-align: top;
        padding:0;
    }

}


.eb-post-icon{
    position: absolute;
    top:16px;
    left:26px;
    width:60px;
    height:60px;
}

.eb-post-link{
    display: block;
}

.eb-post-link:hover{
    text-decoration: none;
    color:#333;
}

/* cmsms stylesheet: eb_swiper_copy modified: 06/19/19 16:18:40 */
/* eb slider gubbins */

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
 .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
  }
  .swiper-container-no-flexbox .swiper-slide {
    float: left;
  }
  .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  .swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  /* Auto Height */
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
  }
  /* 3D Effects */
  .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  /* IE10 Windows Phone 8 Fixes */
  .swiper-container-wp8-horizontal,
  .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .swiper-container-wp8-vertical,
  .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-lock {
    display: none;
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  /* Bullets */
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
  }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  }
  .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  }
  /* Progress */
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
  }
  .swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
  }
  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
  }
  .swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
  }
  .swiper-pagination-lock {
    display: none;
  }
  /* Scrollbar */
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg,
  .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
  }
  /* Preloader */
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }
  .swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  @-webkit-keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  /* a11y */
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube {
    overflow: visible;
  }
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-prev,
  .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-container-cube .swiper-slide-shadow-top,
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
  }
  .swiper-container-flip {
    overflow: visible;
  }
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-flip .swiper-slide-shadow-top,
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
  }
/* cmsms stylesheet: eb_nav modified: 12/24/20 17:14:39 */
.eb-menu-toggle{
    display: block;
    height: 42px;
    width: 42px;
    margin: 42px 19px 18px 19px;
    background-size: 42px 42px;
    background-color: transparent;
    cursor: pointer;
 }
  
.eb-menu-close{
  background-image:url("/assets/images/icon_close.svg");
  float:right;
  margin-top: 0;
}

.eb-menu-logo  {
  display: block;
  padding:0 10px 10px 10px;
  max-width:100px;
}

#eb-icon-menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 810;
  margin: 28px;
  width: 44px;
  height: 44px;
}

.eb-menu-fill{
  fill:#333;
}

.header-home .eb-menu-fill{
  fill:#fff;
}

#eb-icon-menu-mobile:hover .eb-menu-fill,
.header-home #eb-icon-menu-mobile:hover .eb-menu-fill{
  fill: #F75C19;
}


.eb-menu-toggle .ico-bg,
.eb-menu-toggle .cls-1{ 
  fill:#333;
}
.eb-menu-toggle:hover .cls-1,
.eb-menu-toggle:hover .ico-bar{ 
  fill:#fff;
}

.eb-menu-toggle .ico-bar{
  fill:#F75C19;
}

.eb-icon-menu-background{
  display: block;
  background-color:#F75C19;
  padding:6px 6px 0 6px;
}
  
.eb-menu-logo img{
  width:80px;
  height:107px;
  margin:18px 0 4px 0;
}

.millco-main-menu {
  box-sizing: border-box;
  height: 100%;
  right: -100%;
  overflow: hidden;
  padding-right: 0;
  position: fixed;
  top: 0;
  transition: right 0.3s ease 0s;
  width: 100%;
  z-index: 800;
}

.millco-menu-active {
  right: 0;
}

.millco-main-menu {
  padding-right: 0;
}

.millco-main-menu > .menu-content {
  height: 100% !important;
}

.millco-main-menu > .menu-content {
  background-color: #88939a;
  box-sizing: border-box;
  color:white;
  height: 100%;
  overflow: auto;
}

.eb-nav-inner{
  padding:50px 20px 50px 20px;
}

.eb-menu-link,
.eb-menu-link:focus,
.eb-menu-link:visited{
  display: block;
  font-size: 1.1rem;
  padding:4px 0;
  color:white;
  }

  .menu_depth_0,
  .menu_depth_0:focus,
  .menu_depth_0:visited{
    color:#333;
    font-size:1.4rem;
    font-weight: 600;
    display:block;
    border-top:1px solid white;
    padding:12px 0 4px 0;
    margin-top:12px;
  }

  .menu_depth_0:hover,
  .menu_depth_0:focus:hover,
  .menu_depth_0:visited:hover{
    color:#333;
  }

  .eb-link-home{
    border-top:0;
  }

  .menu_depth_1{
  color:#fff;
  display:block;
}


.eb-in-this-section{
  padding:30px 0;
  margin-top:30px;
  border-top:1px solid #96A2A8;
}

.eb-in-this-section h3{
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.its-parent{
  margin-bottom: 1.2rem;
  letter-spacing: 0.05rem;
}

.its-link {
  font-size: 1.25rem;
}

.nav-card-body{
  padding:12px;
}

.nav-card-link,
.nav-card-link:visited,
.nav-card-link:focus{
  color:#333;

}

.nav-card-link:hover{
  color:#F75C19;
  text-decoration: none;
}

.eb-footer a{
    color:#ccc;
  }
  
  .eb-footer a:hover{
    color:#ccc;
    text-decoration:underline;
  }
  
  
  .footer-link-separator{
    display:inline-block;
    color:#ccc;
    padding:0 6px;
  }
  .menu-nav-explore{
    font-size: 16px;
    line-height: 16px;
  }
  .menu-nav-explore li{
    padding-bottom: 14px;
  }
  
  .menu-nav-explore .millco-icon-box{
    float: left;
  }
  
  
  .footer-nav-explore{
    line-height: 32px;
  }
  
  
  .menu-nav-pages{
    line-height: 42px;
  }
  
  .footer-nav-pages{
    line-height: 36px;
  }
  
  .footer-title{
    color:#ccc;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 12px;
  }
  
  
  .footer-nav-explore{
    display: block;
    line-height: 26px;
    margin-top: 6px;
  }
  
  .eb-partner-logos{
    margin-top: 14px;
  }
  
  .eb-partner-logos unit{
      max-width: 280px;
  }
  
  .eb-partner-logos img{
    width:100%;
    max-width: auto;
  }
  
  @media(min-width:992px) {
  
   .millco-menu-active {
      top: 0;
    }

    .eb-search-input{
      width: 280px;
    }
    .footer-title{
      margin-top: 0;
    }
  
  }
  
/* cmsms stylesheet: eb_homepage modified: 12/24/20 17:14:39 */
.header-tint-home,
.header-tint-copy-of-home{
    background-color: rgba(0,0,0,0.666);
    opacity: 0;
    transition:opacity 1s linear;
}

.header-tint-active-home{
    opacity: 1;
    transition:opacity 0.7s linear;
}

.eb-homepage{
    height: auto;
    background-color: #ccc;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.eb-home-loop{
    padding:110px 28px 110px 28px;
    background-color: rgba(0,0,0,0.7);
    color: white;
    font-size: 1.2rem;
}

.eb-home-loop-content h2{
    font-size: 2rem;
}



@media(min-width:992px) {

    .eb-homepage{
        min-height: 100vh;
    }

    .eb-home-loop-content h2{
        font-weight: 700;
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    .eb-home-loop{
        padding:110px 40px 110px 28px;
        background-color: rgba(0,0,0,0.7);
        height: 100vh;
        min-height: 400px;
        width: 55%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: left;
        border-radius: 0 60% 60% 0;
        border-left: 0;
    }

    .eb-home-loop-carousel{
        height: auto;
        height: calc(100vh - 140px);
        max-height:720px;
        padding:110px 90px 40px 28px;
        width:50%;
        border-radius: 0 0 70% 0;
        /* height: calc(100vh - 140px);
        padding: 110px 90px 40px 28px;
        width: 55%;
        border-radius: 0 60% 60% 0; */
    }

}


.hompage-featured-partners{
    padding: 1rem 2rem 1rem 1rem;
}

.partner_homepage_grid{
    display:flex;
    flex-wrap: wrap;
    background-color: white;
    padding:0 0.5rem;
    opacity: 0.7;
}

.partner_homepage_image_container{
    display: flex;
    flex:auto;
    width:25%;
    padding-right: 8px;
    text-align: center;
    background-color: white;
}

.partner_homepage_image{
    filter: grayscale(100%);
    margin:auto;
    width:100%;
    max-width: 100px;
    height: auto;
}

.partner_homepage_link{
    padding-right:30px;
    display: block;
    position: relative;
    background-image: url(/assets/images/butt_continue.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px 30px;
    transition: var(--transition);
}

.partner_homepage_link:hover{
    background-image: url(/assets/images/butt_continue_active.svg);
    transition: var(--transition);
}

@media(min-width:992px) and (min-height:640px) {

    .hompage-featured-partners{
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .partner_homepage_image_container{
        width:12.5%;
    }

}

/* cmsms stylesheet: eb_typography modified: 12/24/20 17:14:39 */
/* source-sans-pro-200 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url('../../assets/fonts/source-sans-pro-v11-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'),
       url('../../assets/fonts/source-sans-pro-v11-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/source-sans-pro-v11-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/source-sans-pro-v11-latin-200.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../../assets/fonts/source-sans-pro-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../../assets/fonts/source-sans-pro-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../../assets/fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../../assets/fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../../assets/fonts/source-sans-pro-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('../../assets/fonts/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../../assets/fonts/source-sans-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../../assets/fonts/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-900 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../../assets/fonts/source-sans-pro-v11-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Black'), local('SourceSansPro-Black'),
       url('../../assets/fonts/source-sans-pro-v11-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/source-sans-pro-v11-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/source-sans-pro-v11-latin-900.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


 body, html{
    font-size:16px;
    font-family: 'Source Sans Pro', serif;
    color:#333333;
    font-weight: 300;
  }

  a,a:visited,a:focus{
    color:#F75C19;
    text-decoration:none;
    transition: var(--transition);
  }

 a:hover, 
 a:visited:hover, 
 a:focus:hover{
    color:inherit;
    text-decoration:underline;
    transition: var(--transition);
  }

  .link-reverse,
  .text-reverse,
  .link-reverse:visited,
  .link-reverse:focus{
    color:white;
  }

  .link-reverse:hover,
  .link-reverse:visited:hover,
  .link-reverse:focus:hover{
    color:#333;
  }

  b, strong {
    font-weight: 600;
  }


  h2, .h2{
    font-size: 2.666rem;
    font-weight: 600;
  }

  .h3, h3 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 1rem;
  }

  .h4, h4 {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 1rem;
  }


  hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid #96A2A8;
  }

  .hr-reverse{
    border-color:white;
  }

  .text-light{
    font-weight: 200;
  }

  .text-mid{
    font-weight: 400;
  }

  .text-heavy{
    font-weight: 600;
  }

  .text-upper{
    text-transform: uppercase;
  }

  .text-featured{
    font-size: 1.125rem;
  }
 
  main{
    font-size: 1.15rem;
  }

  main p:first-of-type{
    font-weight: 600;
  }


  .grey-box{
    background-color: #96A2A8;
    color:white;
  }

  .grey-box a,
  .grey-box a:visited,
  .grey-box a:focus{
    color:#333;
    font-weight: 400;
  }

  .grey-box a:hover{
    text-decoration:underline;
  }

  footer{
    font-size:0.9rem;
  }
/* cmsms stylesheet: eb_layout modified: 12/24/20 17:14:39 */
:root{

    scroll-behavior: smooth;
    --transition: all 0.3s ease-in-out;
}



html, body{
	height:100%;
	padding:0;
	margin:0;
}

.millco-table { width: 100%; display: table; }
.millco-row { width: 100%; display: table-row; }
.millcol, .millco-col, .millco-cell {
	display: table-cell;
	vertical-align: top;
}

.wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height:100%;
}
   /*
.wrapper.toggled {
    padding-left: 250px;
}
*/

header{
    position: fixed;
    top:0;
    height:110px;
    width:100%;
    z-index: 20;
}

.header-tint{
    position: fixed;
    top:0;
    height:110px;
    background-color: rgba(256,256,256,0.666);
    width:100%;
    z-index: 10;
}

.logo{
    padding:24px 0 0 10px;
    max-width:300px;
}

.eb-logo{
    height:75px;
    width:auto;
}

.eb-logo:hover .cls-1{ fill:#96A2A8 }

.eb-main{
    padding-top:120px;
}
.nobile{
	display: none;
}

.nowrap{
	display: inline-block;
	white-space: nowrap;
}

.mobile-div{
	 display: block;
 }

.desktop-only-block,
.desktop-only-span{
	display:none;
}


.page-content-wrapper {
    width: 100%;
  /*  position: absolute; */
    padding: 0;
	height:100%;
}



.wrapper.toggled .page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


#millco-soc-drawer{
	padding-top: 20px;
}
.millco-soc{
	width:22px;
	font-size: 12px;
	margin:40px 0 0 18px;
}

.soc-med-icon{
  width:36px;
  border:2px solid #5b5b5b;
  border-radius: 20px;

}
.soc-med-icon:hover{
  border-color: #eee;
}


.millco-single-col .container-fluid{
max-width: 1900px;
}

.millco-col-first{
    padding-top: 0;
}

.img-resp{
	width:100%;
  height:auto;
}


figure.image {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 2px 0 1px;
    background: #eee;
}

figure.image.align-left {
    float: left;
    margin-right:16px;
}

figure.image.align-right {
    float: right;
    margin-left:16px;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
    font-style:italic;
}

section{
	padding:10px 0;
}



.millco-full-width{
    margin: 0 -50px ;
}






@media(min-width:576px) {

    section{
        padding: 50px;
    }

}

footer{
    background-color: #88939a;
}

.footer-nav{
    margin: 0;
    padding: 0;
    list-style: none;
    color:white;

}

.footer-nav li {
    display: inline-block;
}

.footer-nav li a {
    display: inline-block;
    text-decoration: none;
    line-height: 32px;
    padding: 2px;
    color:white;
}

.footer-nav li a:hover {
    text-decoration: underline;
    color:#333;
}

.footer-nav li a:active,
.footer-nav li a:focus {
    text-decoration: none;
}


/* fancy bits */

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}



@media(min-width:992px) {

	body{	padding-top: 0;}

    .sidebar-wrapper {width: 80px;}

    .wrapper.toggled .sidebar-wrapper {
        width: 80px;
    }

    .page-content-wrapper {
        position: relative;
        padding-top: 0;
    }

  
    .millco-default-page{
		padding:0 30px;
	}


}
/* cmsms stylesheet: eb_components modified: 12/24/20 17:14:39 */
/*various stand alone bits... buttons etc but also one off items */

/* colours for eb


Dark Orange #F75C19
Dark Green #8EC51A 
Bright Blue #00A5C9 

Tint orange: #FFAF99 
Tint green #CAE589 
Tint blue #89D8E5 

Black (duh) #000000 
Dark grey #333333 
Light grey #96A2A8 
White ... #FFFFFF

*/
.bg-tint{
        background-color: rgba(0,0,0,0.666);
}

.eb-featured-image{
    background-color:#eee;
    width:100%;
    padding-bottom:33.33%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}

.eb-page-image{
    position: relative;
    background-color:#eee;
    width:100%;
    padding-bottom:66.66%;
    background-size: cover;
    background-position: center center;
    margin-bottom:1.5rem;
}

.eb-title{
    padding:18px 0;
}

.eb-button,
.eb-button:visited,
.eb-button:focus{
    background-color:#F75C19;
    border:2px solid white;
    border-radius: 3px;
    color:white;
    display: inline-block;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.05rem;
    padding:0 20px;
    text-transform: uppercase;
    margin:1rem 0;
    cursor:pointer;
}

.eb-button:hover,
.eb-button:visited:hover,
.eb-button:focus:hover{
    background-color:#333333;
    color:white;
    text-decoration: none;
}

.eb-socmed{
    margin-top:0;
    padding-top:0;
}


.eb-socmed-title{
    font-size:1.125rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.socmed-icon {
	background-color: #333;
	color: white;
	display: inline-block;
	padding: 10px;
	height: 38px;
	width: 38px;
	border-radius: 19px;
	margin: 5px 2px 5px 0;
}

.si-small{
    padding: 8px 0;
	height: 36px;
	width: 36px;
	border-radius: 18px;
	margin: 5px 5px 5px 5px;
}


.fbIntent{
    background-color: #3B5998;
}
.twitIntent{
    background-color: #55ACEE;
}
.linkedIntent{
    background-color: #0177B5;
}

.socmed-icon-mono{
    background-color: #fff;
}

.socmed-icon:hover{
    background-color: #F75C19;
}

.socmed-icon-mono:hover{
    background-color: #333;
}

.news-filter,
.news-filter:visited,
.news-filter:focus{
    line-height: 42px;
    font-size: 1.2rem;
    display:inline-block;
    margin-bottom:1rem;
    color:#333;
}

.news-filter:hover,
.news-filter:hover .cls-grey{
    color: #F75C19;
}

.csr-card{
	display: flex;
	flex-direction: column;
}

.csr-card-img{
	width: 100%;
	padding-bottom: 66.66%;
	background:url(/images/placeholder.png) no-repeat #333; /** <-- For the demo **/
	background-size: cover;
}

.csr-card-body{
	flex-grow: 1;
	padding:20px 20px 0 20px;
    background-color:#88939A;
    color:white;
}

.card-title{
    min-height: 90px;
}

.csr-card-footer{
	background-color:#88939A;
	padding:0 20px 20px 20px;
}


.partner-card,
.player-card{
    height: 100%;
}

.partner-card-toggle,
.player-card-toggle{
    height:18px;
    width:18px;
    background:url(/assets/images/BUTT_expand.svg) no-repeat;
    background-size: contain;
    margin:6px auto;
    cursor: pointer;
}


.partner-card-image-container{
    width:200px;
    height:200px;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    margin: auto;
}

.partner-card-image{
    width:100%;
    height:auto;
    max-height: 100%;
    margin:auto;

}

.player-image-circle{
    border-radius: 50% !important;
    width:200px;
    height:200px;
}

.partner-card-toggled,
.player-card-toggled{
    background:url(/assets/images/BUTT_collapse.svg) no-repeat;
}

.grey-fill{
    fill:pink;
}

.partner-card-name,
.player-card-name{
    font-size: 0.875rem;
    font-weight:600;
    color:#000;
}

.player-image-container{
    padding:20px;
}

.player-image-circle{
    background-image: url(/uploads/images/team_photos/Team_Female_PlaceHolder@2x.png);
    background-size:cover;
    background-position: center center;
    margin:auto;
}

.player-card-role{
    font-size: 0.875rem;
}

.partner-website-link{
    display: block;
    padding: 0.5rem 0;
}

.partner-card-toggle:hover .grey-fill,
.player-card-toggle:hover .grey-fill{
    fill:#333;
}

.partner-content,
.player-content{
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    padding:0;
    font-size: 0.875rem;
    color:#6D6D6D;
}


.partner-content-expanded,
.player-content-expanded{
    display:block;
    height: auto;
    max-height:400px;
    padding:6px;
}

.partner-socmed,
.player-socmed{
    padding:4px;
}


.eb-signup{
    padding-bottom:40px;
}

.eb-signup-label{
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.1em;
}

.eb-signup-email{
    width:100%;
    max-width: 278px;
    line-height:38px;
    border:1px solid #97A2A8;
    border-radius: 3px;
    padding:0 10px;
    margin:24px 12px;
}


@media(min-width:576px) {

	.csr_feature_link{
		margin-bottom:0;
		background-color: #ffffff;
		min-height:100px;
	}
	
	.csr-card{
		height:100% !important;
    }
/*     
    .eb-page-image{
        position: fixed;
        width:525px;
        height:325px;
        padding:0;
    } */
}


/* eb campaigb */

.eb-camp-container{
    background-color:#FBFBFB;
    border:1px solid #96A2A8;
    padding:1.5rem 10px;
    margin:1rem 0;
}

.eb-camp-title{
    text-transform: uppercase;
    text-align: center

}

.eb-camp-count{
    font-size:4em;
    line-height: 1em;
    color:#EB5D16;
    text-align: center
}

.eb-camp-cta{
    text-align: center;
    padding:1em 10px;
}

.eb-camp-pledge {
	width: 200px;
	height: 200px;
	font-size: 1.1rem;
    font-style: italic;
	color: #fff;
	text-align: center;
    line-height: 1.2em;
    margin:auto;
	padding: 20px;
	border-radius: 50%;
    background: #3FA1CC;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.eb-camp-single .eb-camp-pledge{
    width:320px;
    height:320px;
}

.eb-camp-pledge2{
    background: #93CC00;
}


.eb-post-pledge-title{
    padding:1em 0;
    font-weight: 600;
}



/* stats */

.eb-stat-intro{
    font-size:1.3125rem;
}

.eb-stat-box{
    background-color: #666;
    background-size: cover;
    color:white;
    text-align: center;
}

.eb-stat{
    font-size:6rem;
    font-weight: 600;
    padding:24px 12px;
    width:100%;
    height:100%;
    background-color:rgba(241,93,23,0.6);

}

.eb-stat-green{
    background-color: rgba(144, 201, 1, 0.6);
}

.eb-stat-blue{
    background-color: rgba(42, 155, 192, 0.6);
}


.eb-stat-card-body, .eb-stats-card-footer{
    background-color:#333;
    text-align: center;
}

@media(min-width:992px) {

    .eb-camp-pledge1-container{
        border-right:1px solid #96A2A8;
    }

    .eb-camp-single{
        border-right:0;
    }
}

@media(min-width:1200px) {


}

/* cmsms stylesheet: eb_slider modified: 12/24/20 17:14:39 */
#app{
    min-height: 100vh;
}

.eb-slider-main{
    padding-top:110px;
}

.campaign-copy-inner{
    padding:20px 0 120px 0;
    text-align:center;
}

.eb-campaign-slider{
    display: block;
}


.eb-slide{
  height:100%;
  min-width:calc(80vw / 5);
}


.roundel-container{
    position: relative;
    height:auto;
    border:0;
    margin:auto;
    transition: height 0.2s ease-in-out;
    background-repeat: no-repeat;
    cursor: pointer;
}

.butt-overlay{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events: none;
}


.round-butt{
    fill:#333;
    transition: all .25s ease-in-out;
}

.fill-none{
    fill:none;
}

.fill-white{
    fill:#fff;
}


.fill-dark{
    fill:#333;
}

.fill-dark:hover,
.eb-lever:hover .fill-dark,
.lever-active .fill-dark{
    fill:#f75c19;
}


.fill-grey{
    fill:#fdf2e9
}

.fill-orange{
    fill:#f75c19;
}

.lever-circle{
    cursor: pointer;
}

.lever-circle:hover .fill-dark{
    fill:#f75c19;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.eb-lever-hide{
    display:none;
}

.eb-slide-content{
    transition: width 0.4s, height 0.4s;
}

.eb-slide-content-inner{
    background-color:#333;
    color:white;
    margin-bottom:120px;
    padding:1rem;
    display:none;
 }

 .eb-slide-close{
     margin:0 0 0 auto;
     width:33px;
     height:auto;
     cursor: pointer;
 }

 .eb-slide-close-butt:hover .fill-orange{
    fill:#333;
    transition: all .25s ease-in-out;
 }

 .eb-slide-dynamic-content img{
     max-width: 100%;
     width:100%;
     height:auto;
 }

/* 

 .eb-slide-image{
    max-width:40%;
 }
  */
/* 
 .eb-slide-active{
    background-image: url(/assets/images/campaign/bg_triangle.svg);
    background-size: 50% 100%;
    background-position: top left;
} */

.eb-slide-active .roundel-container{
    background-color: transparent;
    transition: height 0.2s ease-in-out;
}



.eb-slide-active .eb-slide-content{
    width:auto;
    transition: width 0.4s, height 0.4s;
}

.eb-slide-active .eb-slide-content-inner{
    display: block;
 }
 

 #eb-tooltip{
    display: flex;
    justify-content: center;
    align-content: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width:180px;
    height:180px;
    font-size: 1rem; 
    border:4px solid white;
    background-color:#333;
    color:white;
    position: absolute;
    left:200px;
    top:-300px;
    visibility: hidden;
    opacity: 0;
    border-radius:50%;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
 }

 .eb-tooltip-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;

     font-size:0.8em;
     font-weight: 600;
     padding:0.3rem 18%;
     line-height: 1.2em;
 }

 #eb-tooltip.eb-tooltip-visible{
    visibility: visible !important; 
    opacity: 0.92;
    transition: opacity 0.5s linear;
   }

 /* #eb-tooltip:after{
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(51, 51, 51, 0);
	border-left-color: #333;
	border-width: 30px;
	margin-top: -30px;
} */



 .slider-footer{
    position:fixed;
    bottom:0;
    height:60px;
    width:100%;
    background-color:#333;
    color:white;
    text-align: center;
    line-height: 60px;
    border-top:2px solid white;
}

 .eb-slider-subnav{
    display: inline-block;
    width:40px;
    height:40px;
    border-radius: 50%;
    background-color:#ccc;
    border:2px solid white;
    margin:10px 6px 0 6px;
 }


 .eb-slider-subnav-0{ background-color:#6AD2E7; }
 .eb-slider-subnav-1{ background-color:#A8DADB; }
 .eb-slider-subnav-2{ background-color:#E0E3CC; }
 .eb-slider-subnav-3{ background-color:#F38630; }
 .eb-slider-subnav-4{ background-color:#FA6900; }

 .eb-slider-subnav:hover{
    border-color: #555;
 }

 .eb-slider-subnav-home-link {
	display: block;
	width: 40px;
	height: 40px;
	padding-top: 10px;
	margin-right: 6px;
}

.eb-slider-subnav-home-link:hover .fill-white{
    fill: #555;
 }

.campaign-footer-table{
    display:table;
    margin:auto;
}
.campaign-footer-tr{
    display:table-row;
}
.campaign-footer-td{
    display: table-cell;
    vertical-align: top;
}



@media(min-width:576px) {

    .eb-campaign-slider{
        display: grid;
        grid-template-columns: repeat(5, auto);
        grid-gap: 30px;
    }

    .interacted{
        padding-right:120px;
        overflow-x:scroll;
        -webkit-overflow-scrolling: touch;
    }

    .eb-slide-active .roundel-container{
        width:50%;
        height:auto;
        float:left;
        margin-left:0;
    }

    .eb-slide-content{
        margin-left:50%;
        transition: width 0.4s, height 0.4s;
    }
    
    .interacted .eb-slide{
        min-width:calc(45vw);
      }
    
    .eb-slide-active,
    .interacted .eb-slide-active {
        width:90vw;
    }


    #eb-tooltip{
        width:140px;
        height:140px;
    }

    .eb-tooltip-interacted{
        width:180px;
        height:180px;

    }
}
