body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #222;
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    font-size: 112.5%;
    line-height: calc(1.77777778);
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400
}

@media only screen and (min-width: 1025px) {
    body {
        font-size: 112.5%
    }
}

a {
    color: #861F41;
    text-decoration: underline;
    outline: none;
    transition: all .2s ease
}

a:hover,
a:focus {
    color: #000;
    text-decoration: underline
}

a img {
    border: none
}

blockquote {
    padding: 29px 2px 0 98px;
    border-top: 9px solid #C5CFDA;
    color: #575757;
    font-size: 1.8125rem;
    line-height: calc(1.44827586);
    font-weight: 300;
    font-style: italic;
    position: relative;
    margin: 1.5rem 0
}

blockquote:before {
    content: '';
    background: url(../images/quote.svg) no-repeat;
    width: 59px;
    height: 59px;
    position: absolute;
    top: 40px;
    left: 4px
}

@media only screen and (min-width: 1025px) {
    blockquote {
        padding: 29px 80px 0 94px
    }
}

h1,
h2,
h3,
h4,
h5,
.PageTitleHeader,
.PageSubTitleHeader {
    font-weight: bold;
    padding: 0;
    font-family: "Barlow", Helvetica, Arial, sans-serif
}

h1,
.h1,
.PageTitleHeader {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    color: #861F41
}

@media only screen and (min-width: 700px) {

    h1,
    .h1,
    .PageTitleHeader {
        font-size: 3 .125rem;
        line-height: calc(1.2)
    }
}

h2,
.h2,
.PageSubTitleHeader {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    font-family: "dharma-gothic-m", Helvetica, Arial, sans-serif;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #861F41
}

h3,
.h3 {
    font-size: 1.875rem;
    line-height: calc(1.2);
    color: #000
}

h4,
.h4 {
    font-size: 1.5rem;
    line-height: calc(1.41666667);
    font-weight: 500;
    color: #87909A
}

h5,
.h5 {
    font-size: 1.375rem;
    line-height: calc(1.54545455);
    font-weight: bold;
    color: #861F41
}

p {
    margin: .5em 0 1.5em;
    padding: 0
}

p.large {
    font-size: 1.375rem;
    line-height: calc(1.45454545);
    font-weight: 400;
    color: #575757
}

@media only screen and (min-width: 700px) {
    p.large {
        font-size: 1.8125rem;
        line-height: calc(1.44827586);
        font-weight: 400
    }
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
    margin-top: 0
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin-bottom: 0
}

#PageTitle,
.PageTitleHeader {
    display: none
}

.textalignright {
    text-align: right
}

.textalignleft {
    text-align: left
}

hr {
    height: 1px;
    line-height: 1px;
    margin: 2em 0;
    clear: both;
    border: none;
    background: #D8D8D8;
    color: #D8D8D8
}

img.left {
    float: left;
    margin: 0 2rem 10px 0
}

img.right {
    float: right;
    margin: 0 0 10px 2rem
}

img.outline {
    border: 4px solid #666
}

.clearing {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    margin-top: -7px
}

.clearBoth {
    clear: both
}

.clearRight {
    clear: right
}

.clearLeft {
    clear: left
}

.invisibleButAccessible {
    display: none
}

.idbmsBreadcrumbSeparator {
    color: #861F41 !important
}

.expand img {
    background-color: #861F41 !important
}

.expand {
    background-color: #861F41 !important;
    display: inline-block;
    width: 18px
}

.Error,
.error {
    width: auto !important
}

img[src="/images/icons/v2/common/brick_edit.gif"],
img[src="/images/icons/v2/common/delete.gif"],
img[src="/images/icons/v2/common/arrow_out.gif"],
img[src="/images/e.gif"],
img[src="/images/spacer.gif"],
img[src="/images/icons/v2/bomb.png"] {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    width: 16px !important;
    height: 16px !important
}

.pageWrap {
    position: relative
}

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

.pageWrap img[src="/images/spacer.gif"] {
    display: none
}

.pageWrap img * {
    box-sizing: border-box;
    -ms-box-sizing: border-box
}

.showColor.imodBlue {
    overflow: hidden
}

b,
strong {
    font-weight: bold
}

.EventsHeader td:nth-child(2) {
    width: 18px !important;
    height: 18px !important
}

.EventsHeader span.expand img {
    width: 18px !important;
    height: 18px !important
}

::-moz-selection {
    background: #006C93;
    color: #fff
}

::selection {
    background: #006C93;
    color: #fff
}

::-moz-selection {
    background: #006C93;
    color: #fff
}

.flexbox .equal-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.flexbox .equal-height-item {
    display: inherit;
    -ms-flex-direction: column;
    flex-direction: column
}

.flexbox .equal-height-item-inner {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media only screen and (max-width: 1024px) {
    .flexbox .equal-height {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .container {
        width: 100%
    }
}

.button,
a.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: white;
    font-size: 1rem;
    line-height: calc(1.125);
    color: #861F41;
    border: 2px solid #861F41;
    border-radius: 30px;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-right: 1rem;
    margin-top: 1rem;
    box-shadow: 4px 7px 0 #C5CFDA;
    transform: perspective(1px) translateZ(0);
    transition: all .3s ease-out
}

.button:hover,
a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.button:focus,
a.button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    border-color: #861F41;
    background-color: #861F41;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px)
}

.button:focus-visible,
a.button:focus-visible,
input[type="submit"]:focus-visible,
input[type="button"]:focus-visible,
input[type="reset"]:focus-visible {
    outline: 2px dotted #000;
    outline-offset: 2px
}

.button.reverse,
a.button.reverse,
input[type="submit"].reverse,
input[type="button"].reverse,
input[type="reset"].reverse {
    border: #861F41 2px solid;
    background: #861F41;
    color: #fff
}

.button.reverse:hover,
a.button.reverse:hover,
input[type="submit"].reverse:hover,
input[type="button"].reverse:hover,
input[type="reset"].reverse:hover,
.button.reverse:focus,
a.button.reverse:focus,
input[type="submit"].reverse:focus,
input[type="button"].reverse:focus,
input[type="reset"].reverse:focus {
    background-color: #fff;
    color: #861F41
}

.columnList-four {
    column-count: 1
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .columnList-four {
        column-count: 2
    }
}

@media only screen and (min-width: 1025px) {
    .columnList-four {
        column-count: 4
    }
}

.columnList-three {
    column-count: 1
}

@media only screen and (min-width: 700px) {
    .columnList-three {
        column-count: 3
    }
}

.columnList-two {
    column-count: 1
}

@media only screen and (min-width: 700px) {
    .columnList-two {
        column-count: 2
    }
}

.columnList-four,
.columnList-three,
.columnList-two {
    padding-left: 25px
}

@media only screen and (min-width: 700px) {

    .columnList-four li,
    .columnList-three li,
    .columnList-two li {
        padding-right: 30px
    }
}

.interior:not(.filters) h1 {
    position: relative;
    margin-bottom: 30px
}

.interior:not(.filters) h1:after {
    content: '';
    background: url(../images/h1accent.svg) no-repeat;
    display: block;
    width: 179px;
    height: 12px;
    margin-top: 11px
}

.utilityBar {
    float: left;
    width: 100%;
    background: #666;
    padding: 8px 0;
    height: 30px
}

.utilityLinks {
    font-size: 1.125rem;
    line-height: calc(1.22222222);
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 36px
}

@media only screen and (min-width: 700px) {
    .utilityLinks {
        margin-top: 0
    }
}

.utilityLinks:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 36px;
    border-top: 2px dotted #D8D8D8;
    opacity: .5
}

@media only screen and (min-width: 700px) {
    .utilityLinks:before {
        display: none
    }
}

.utilityLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

@media only screen and (min-width: 700px) {
    .utilityLinks ul {
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: right
    }
}

@media only screen and (min-width: 1025px) {
    .utilityLinks ul {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.utilityLinks ul li {
    display: inline-block
}

@media only screen and (min-width: 700px) {
    .utilityLinks ul li+li {
        margin-left: 20px
    }
}

.utilityLinks ul li a {
    display: block;
    color: #fff;
    text-decoration: none
}

.utilityLinks ul li a:hover,
.utilityLinks ul li a:focus {
    text-decoration: underline
}

.utilityLinks ul li a:focus {
    outline: 2px solid #fff;
    outline-offset: 2px
}

.structHead {
    width: 100%;
    background: white;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    clear: both;
    border-top: 17px solid #861F41;
    transition: all .3s ease;
    border-bottom: 1px solid #ededed
}

@media only screen and (min-width: 1025px) {
    .structHead {
        padding-bottom: 0
    }
}

.structHead .mainHeaderWrap {
    padding: 1rem 0;
    clear: both
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .structHead .mainHeaderWrap {
        padding: 20px 5px 20px 0
    }
}

@media only screen and (min-width: 1025px) {
    .structHead .mainHeaderWrap {
        padding: 0
    }

    .structHead .mainHeaderWrap .container-fluid {
        padding-left: 3.13%;
        padding-right: 3.13%
    }
}

@media only screen and (min-width: 1025px) {
    .structHead .headerRight {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.headLogo {
    padding-right: 0;
    display: -ms-flexbox;
    display: flex
}

.headLogo a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    line-height: 1
}

@media (max-width:699px) {}

.headLogo a .text .uName {
    color: #222;
    font-size: .8125rem;
    line-height: calc(1.23076923);
    font-weight: 500;
    display: block
}

@media only screen and (min-width: 1025px) {
    .headLogo a .text .uName {
        font-size: .9375rem;
        line-height: calc(1.2)
    }
}

.headLogo a .text .organization {
    color: #861F41;
    font-size: 1.0625rem;
    line-height: calc(1.17647059);
    font-weight: 600;
    display: block
}

@media only screen and (min-width: 1025px) {
    .headLogo a .text .organization {
        font-size: 1.1875rem;
        line-height: calc(1.21052632)
    }
}

.headLogo a:hover,
.headLogo a:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none
}

.headLogo a:focus-visible {
    outline: dotted 2px #000;
    outline-offset: 3px
}

.headLogo img,
.headLogo svg {
    width: 100%;
    height: 100%;
    height: 26.34px;
    max-height: 26.34px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {

    .headLogo img,
    .headLogo svg {
        max-width: 100%;
        height: 36px;
        max-height: 36px
    }
}

@media only screen and (min-width: 1025px) {

    .headLogo img,
    .headLogo svg {
        max-width: 100%;
        height: 40px;
        max-height: 40px
    }
}

.menuMobilBtnWrap div.innerWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menuMobilBtnWrap #searchToggle {
    background: transparent;
    color: #fff;
    font-size: 1.25rem;
    padding: 0 10px;
    margin-right: 15px;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: all .2s ease
}

.menuMobilBtnWrap #searchToggle:hover,
.menuMobilBtnWrap #searchToggle:focus {
    border-color: #fff;
    background-color: #fff;
    color: #222
}

.menuMobilBtnWrap #searchToggle:focus {
    outline: none
}

.menuMobilBtnWrap .giftBtn {
    border: 2px solid #FFFFFF;
    color: #fff;
    height: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap
}

@media only screen and (min-width: 700px) {
    .menuMobilBtnWrap .giftBtn {
        width: auto;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1rem;
        padding: 0 15px;
        height: 40px
    }
}

.menuMobilBtnWrap .giftBtn:focus,
.menuMobilBtnWrap .giftBtn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #222;
    text-decoration: underline
}

.menuMobilBtnWrap button.js-offcanvas-trigger {
    height: 45px;
    width: 45px;
    background: #fff;
    color: #861F41;
    border: 2px solid #861F41;
    border-radius: 50%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 1;
    box-shadow: 4px 6px 0 #C5CFDA
}

.menuMobilBtnWrap button.js-offcanvas-trigger .icon-close {
    font-size: 1rem
}

.menuMobilBtnWrap button.js-offcanvas-trigger .c-button__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menuMobilBtnWrap button.js-offcanvas-trigger:focus,
.menuMobilBtnWrap button.js-offcanvas-trigger:hover {
    background-color: #861F41;
    color: #fff
}

.menuMobilBtnWrap button.js-offcanvas-trigger:focus-visible {
    outline: 2px dotted #000;
    outline-offset: 3px
}

.menuMobilBtnWrap button.js-offcanvas-trigger.is-active .fa-bars:before {
    content: "\f00d"
}

#searchWrap {
    display: none;
    background: #222;
    color: #fff;
    padding: 25px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%
}

#searchWrap .searchWrapInner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 5px
}

#searchWrap .icon {
    font-size: 1.625rem;
    line-height: 1rem;
    margin-right: 15px
}

#searchWrap .search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

#searchWrap #SearchModuleSpacer {
    display: none
}

#searchWrap label {
    position: absolute;
    left: -999999em
}

#searchWrap input[type="text"] {
    background: transparent;
    color: #fff;
    border: none;
    border-radius: none;
    font-size: 1.5rem;
    line-height: 1;
    height: 40px;
    padding: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

#searchWrap input[type="text"]:-ms-input-placeholder {
    font-style: italic;
    color: #666
}

#searchWrap input[type="text"]::placeholder {
    font-style: italic;
    color: #666
}

#searchWrap button {
    margin: 0 0 0 10px;
    background: #fff;
    border: none;
    color: #222;
    height: 40px;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: .875rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px
}

#searchWrap button#closeSearch {
    background: #87909A;
    color: #fff
}

#searchWrap button:focus {
    text-decoration: underline;
    box-shadow: 0 0 0 3px rgba(65, 166, 226, 0.5);
    outline: none
}

.alertBanner {
    background: #FED535
}

.alertBanner .alert {
    margin: 0;
    border: none;
    text-align: center;
    font-size: 1rem;
    line-height: normal;
    padding: .875rem;
    font-weight: bold
}

@media only screen and (min-width: 700px) {
    .alertBanner .alert {
        font-size: 1rem
    }
}

.alertBanner .alert a {
    color: #222
}

.alertBanner .alert a:focus {
    outline: 2px solid #222;
    outline-offset: 3px
}

.desktopNav {
    position: relative;
    z-index: 99
}

.desktopNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.desktopNav li {
    position: relative;
    padding: 0
}

.desktopNav li a {
    display: block;
    text-decoration: none
}

.desktopNav li:after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background: transparent;
    visibility: hidden
}

.desktopNav li ul {
    margin: 0;
    padding-top: 2px;
    background: transparent;
    float: none;
    width: 250px;
    text-align: left;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    left: 0;
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.desktopNav li ul li {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background: none;
    line-height: normal;
    text-transform: none;
    font-size: 15px;
    line-height: calc(1.13333333)
}

.desktopNav li ul li a {
    display: block;
    background: white;
    color: #222
}

.desktopNav li ul li.third-hasSubmenu>a:before {
    content: "\f106";
    position: absolute;
    right: 1.25rem;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #222
}

.desktopNav li ul li ul {
    position: absolute;
    left: auto;
    top: 0;
    background: #222;
    padding-top: 0
}

.desktopNav li ul li ul li {
    position: relative
}

.desktopNav li ul li ul li a {
    color: #222;
    font-weight: 500;
    padding: 1rem 1.25rem
}

.desktopNav .desktopNavInner {
    font-size: 1rem;
    line-height: calc(1.11764706)
}

.desktopNav .desktopNavInner>ul {
    display: -ms-flexbox;
    display: flex
}

.desktopNav .desktopNavInner>ul>li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 85px;
    gap: 10px;
    padding: 10px 12px;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    transition: all .25s ease
}

.desktopNav .desktopNavInner>ul>li.navBtn {
    padding-left: 0
}

.desktopNav .desktopNavInner>ul>li.navBtn:before {
    display: none
}

.desktopNav .desktopNavInner>ul>li.navBtn a {
    background: white;
    color: #861F41;
    border: 1px solid #861F41;
    border-radius: 30px;
    padding: 10px 15px;
    text-decoration: none;
    text-align: center;
    box-shadow: 4px 7px 0 #C5CFDA;
    transform: perspective(1px) translateZ(0);
    transition: all .3s ease-out
}

.desktopNav .desktopNavInner>ul>li:before {
    content: '';
    display: block;
    border: 2px solid transparent;
    width: 100%;
    height: 42px;
    border-radius: 30px;
    position: absolute;
    transition: all .3s ease
}

.desktopNav .desktopNavInner>ul>li>a {
    font-weight: 500;
    color: #861F41;
    padding: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 2;
    flex-grow: 2;
    max-height: 42px;
    letter-spacing: .89px
}

.desktopNav .desktopNavInner>ul>li>a span {
    position: relative;
    padding: 0
}

.desktopNav .desktopNavInner>ul>li>a:hover,
.desktopNav .desktopNavInner>ul>li>a:focus {
    text-decoration: none
}

.desktopNav .desktopNavInner>ul>li>a:focus-within span {
    outline: 2px dotted white;
    outline-offset: 2px
}

.desktopNav .desktopNavInner>ul>li>button.toggleBtn {
    width: 9px;
    height: 16px;
    padding: 0;
    background: transparent;
    border: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 20px
}

.desktopNav .desktopNavInner>ul>li>button.toggleBtn:focus {
    outline: none
}

.desktopNav .desktopNavInner>ul>li.hasSubmenu {
    -ms-flex-direction: row;
    flex-direction: row
}

.desktopNav .desktopNavInner>ul>li.hasSubmenu button>span {
    display: inline-block
}

.desktopNav .desktopNavInner>ul>li.hasSubmenu button>span:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    color: #707070;
    font-size: .75rem;
    line-height: calc(1.66666667);
    font-weight: bold
}

.desktopNav .desktopNavInner>ul>li.hasSubmenu button.active>span:before {
    content: "\f106"
}

.desktopNav .desktopNavInner>ul>li.hasSubmenu.sfHover>button>span:before {
    font-family: "Font Awesome 5 Free";
    color: #222
}

.desktopNav .desktopNavInner>ul>li.hasSubmenu>button:focus-visible {
    outline: 2px dotted white;
    outline-offset: 2px
}

.desktopNav .desktopNavInner>ul>li.sfHover,
.desktopNav .desktopNavInner>ul>li:focus-within,
.desktopNav .desktopNavInner>ul>li:hover {
    background: transparent;
    transition: all .25s ease;
    overflow: visible;
    display: -ms-flexbox;
    display: flex
}

.desktopNav .desktopNavInner>ul>li.sfHover.navBtn a,
.desktopNav .desktopNavInner>ul>li:focus-within.navBtn a,
.desktopNav .desktopNavInner>ul>li:hover.navBtn a {
    background-color: #861F41;
    border-color: #861F41;
    color: white;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px)
}

.desktopNav .desktopNavInner>ul>li.sfHover:before,
.desktopNav .desktopNavInner>ul>li:focus-within:before,
.desktopNav .desktopNavInner>ul>li:hover:before {
    border-color: #861F41;
    background-color: #861F41
}

.desktopNav .desktopNavInner>ul>li.sfHover>a,
.desktopNav .desktopNavInner>ul>li:focus-within>a,
.desktopNav .desktopNavInner>ul>li:hover>a,
.desktopNav .desktopNavInner>ul>li.sfHover>button.toggleBtn>span:before,
.desktopNav .desktopNavInner>ul>li:focus-within>button.toggleBtn>span:before,
.desktopNav .desktopNavInner>ul>li:hover>button.toggleBtn>span:before {
    color: #fff
}

.desktopNav .desktopNavInner>ul>li.sfHover>button.toggleBtn,
.desktopNav .desktopNavInner>ul>li:focus-within>button.toggleBtn,
.desktopNav .desktopNavInner>ul>li:hover>button.toggleBtn {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.desktopNav .desktopNavInner>ul>li.sfHover>button.toggleBtn>span:before,
.desktopNav .desktopNavInner>ul>li:focus-within>button.toggleBtn>span:before,
.desktopNav .desktopNavInner>ul>li:hover>button.toggleBtn>span:before {
    color: #fff
}

.desktopNav .desktopNavInner>ul>li.sfHover,
.desktopNav .desktopNavInner>ul>li:hover {
    position: relative
}

.desktopNav .desktopNavInner>ul>li.sfHover:after,
.desktopNav .desktopNavInner>ul>li:hover:after {
    visibility: visible
}

.desktopNav .desktopNavInner>ul>li.sfHover ul,
.desktopNav .desktopNavInner>ul>li:hover ul {
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: all .25s ease;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.desktopNav .desktopNavInner>ul>li.sfHover ul ul,
.desktopNav .desktopNavInner>ul>li:hover ul ul {
    display: none;
    visibility: hidden;
    opacity: 0
}

.desktopNav .desktopNavInner>ul>li.sfHover ul ul ul,
.desktopNav .desktopNavInner>ul>li:hover ul ul ul {
    display: none
}

.desktopNav .desktopNavInner>ul>li.sfHover ul li.sfHover,
.desktopNav .desktopNavInner>ul>li:hover ul li.sfHover,
.desktopNav .desktopNavInner>ul>li.sfHover ul li:hover,
.desktopNav .desktopNavInner>ul>li:hover ul li:hover,
.desktopNav .desktopNavInner>ul>li.sfHover ul li:focus-within,
.desktopNav .desktopNavInner>ul>li:hover ul li:focus-within {
    position: relative;
    background: #861F41;
    transition: all .25s ease
}

.desktopNav .desktopNavInner>ul>li.sfHover ul li.sfHover ul,
.desktopNav .desktopNavInner>ul>li:hover ul li.sfHover ul,
.desktopNav .desktopNavInner>ul>li.sfHover ul li:hover ul,
.desktopNav .desktopNavInner>ul>li:hover ul li:hover ul,
.desktopNav .desktopNavInner>ul>li.sfHover ul li:focus-within ul,
.desktopNav .desktopNavInner>ul>li:hover ul li:focus-within ul {
    display: block;
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0
}

.desktopNav .desktopNavInner>ul>li.sfHover ul li.sfHover ul li a:hover,
.desktopNav .desktopNavInner>ul>li:hover ul li.sfHover ul li a:hover,
.desktopNav .desktopNavInner>ul>li.sfHover ul li:hover ul li a:hover,
.desktopNav .desktopNavInner>ul>li:hover ul li:hover ul li a:hover,
.desktopNav .desktopNavInner>ul>li.sfHover ul li:focus-within ul li a:hover,
.desktopNav .desktopNavInner>ul>li:hover ul li:focus-within ul li a:hover,
.desktopNav .desktopNavInner>ul>li.sfHover ul li.sfHover ul li a:focus,
.desktopNav .desktopNavInner>ul>li:hover ul li.sfHover ul li a:focus,
.desktopNav .desktopNavInner>ul>li.sfHover ul li:hover ul li a:focus,
.desktopNav .desktopNavInner>ul>li:hover ul li:hover ul li a:focus,
.desktopNav .desktopNavInner>ul>li.sfHover ul li:focus-within ul li a:focus,
.desktopNav .desktopNavInner>ul>li:hover ul li:focus-within ul li a:focus {
    color: #fff;
    background: #861F41
}

.desktopNav .desktopNavInner>ul>li:nth-child(n+4) ul {
    left: auto;
    right: 0
}

.desktopNav .desktopNavInner>ul>li:nth-child(n+4) ul li.sfHover ul,
.desktopNav .desktopNavInner>ul>li:nth-child(n+4) ul li:hover ul,
.desktopNav .desktopNavInner>ul>li:nth-child(n+4) ul li:focus-within ul {
    left: auto;
    right: 100%
}

.desktopNav .desktopNavInner>ul>li.twoCol {
    float: none
}

.desktopNav .desktopNavInner>ul>li.twoCol>ul {
    width: 500px;
    column-count: 2;
    column-width: 240px;
    column-gap: 0
}

.desktopNav .desktopNavInner>ul>li.twoCol>ul>li {
    break-inside: avoid;
    position: static !important
}

@media only screen and (min-width: 1025px) {
    .desktopNav .desktopNavInner>ul>li.giveBtn {
        display: none
    }
}

.desktopNav .desktopNavInner>ul>li>ul>li {
    float: none
}

.desktopNav .desktopNavInner>ul>li>ul>li:not(:last-of-type)>a {
    border-bottom: 1px solid #e6e6e6
}

.desktopNav .desktopNavInner>ul>li>ul>li>a {
    font-weight: 500;
    margin-left: 3px;
    padding: 15px 15px 15px 13px;
    color: #000
}

.desktopNav .desktopNavInner>ul>li>ul>li>a:hover,
.desktopNav .desktopNavInner>ul>li>ul>li>a:focus {
    background: #861F41;
    color: white
}

.desktopNav .desktopNavInner>ul>li>ul>li>a:hover:before,
.desktopNav .desktopNavInner>ul>li>ul>li>a:focus:before {
    color: white;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.desktopNav .desktopNavInner>ul {
    display: -ms-flexbox;
    display: flex
}

.desktopNav .desktopNavInner>ul>li {
    display: -ms-flexbox;
    display: flex
}

.desktopNav .desktopNavInner>ul>li>button.toggleBtn {
    transition: all .3s ease;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    position: static
}

.desktopNav .desktopNavInner>ul>li>button.toggleBtn>span {
    transition: all .4s ease-in-out
}

.desktopNav .desktopNavInner>ul>li.sfHover,
.desktopNav .desktopNavInner>ul>li:focus-within,
.desktopNav .desktopNavInner>ul>li:hover {
    display: -ms-flexbox;
    display: flex
}

.desktopNav .desktopNavInner>ul>li.sfHover>button.toggleBtn>span,
.desktopNav .desktopNavInner>ul>li:focus-within>button.toggleBtn>span,
.desktopNav .desktopNavInner>ul>li:hover>button.toggleBtn>span {
    -ms-transform-origin: center;
    transform-origin: center;
    -ms-transform: rotate(540deg);
    transform: rotate(540deg)
}

.desktopNav .desktopNavInner>ul>li>ul {
    box-shadow: 2px 4px 7px 0 rgba(98, 98, 98, 0.28)
}

.desktopNav .desktopNavInner>ul>li>ul:before {
    position: absolute;
    content: '';
    width: 90px;
    height: 100%;
    left: 0;
    top: 0;
    border-left: 3px solid #861F41;
    border-top: 3px solid #861F41
}

.structBody .breadCrumbsHolder>.container-fluid {
    padding-top: 16px
}

@media only screen and (min-width: 1025px) {
    .structBody .breadCrumbsHolder>.container-fluid {
        padding-left: 50px
    }
}

.structBody .breadCrumbs ol {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    font-size: .8125rem;
    line-height: calc(1.38461538);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.structBody .breadCrumbs ol li {
    padding: 0 0 2px 0;
    margin: 0;
    display: inline;
    position: relative
}

.structBody .breadCrumbs ol li+li:before {
    content: "/";
    opacity: 1;
    color: #e0e0e0;
    font-size: 1rem;
    line-height: calc(1.125);
    padding: 0 10px
}

.structBody .breadCrumbs ol li a {
    text-decoration: underline;
    color: #861F41;
    position: relative
}

.structBody .breadCrumbs ol li a:hover,
.structBody .breadCrumbs ol li a:focus {
    text-decoration: none
}

.structBody .breadCrumbs ol li a:focus {
    outline: 2px dotted #000;
    outline-offset: 2px
}

.structBody .breadCrumbs ol li.selected a {
    color: #606060;
    pointer-events: none;
    text-decoration: none
}

.structBody .breadCrumbs ol li.selected a:hover,
.structBody .breadCrumbs ol li.selected a:focus {
    text-decoration: none
}

.structBody .breadCrumbs ol li.selected a:hover:after,
.structBody .breadCrumbs ol li.selected a:focus:after {
    background-color: #ccc
}

.structBody {
    padding: 0 0 0;
    width: 100%;
    background: #fff;
    clear: both;
    display: block
}

@media only screen and (min-width: 700px) {}

@media only screen and (min-width: 700px) {}

.loggedin .structBody {
    margin-top: 0;
    padding-top: 0 !important
}

.structBody a:not(.button):focus-visible {
    outline: 2px dotted #000;
    outline-offset: 2px;
    box-shadow: none
}

.oneCol-layout,
.twoCol-layout {
    padding-top: 35px;
    padding-bottom: 50px
}

@media only screen and (min-width: 700px) {

    .oneCol-layout,
    .twoCol-layout {
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 1025px) {

    .oneCol-layout,
    .twoCol-layout {
        padding-top: 70px
    }
}

@media only screen and (min-width: 1025px) {
    .twoCol-layout .mainWrap {
        padding-left: 45px
    }
}

.fullImg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.newsItem {
    position: relative;
    padding: 0 0 0;
    float: none;
    width: 100%;
    clear: both;
    margin-top: 20px;
    padding-bottom: 15px
}

@media only screen and (min-width: 700px) {
    .newsItem {
        padding-bottom: 20px
    }
}

.newsItem .tools a {
    display: inline-block
}

.newsItem .thumb {
    position: relative;
    width: 100%;
    margin: 0 0 19px
}

@media only screen and (min-width: 700px) {
    .newsItem .thumb {
        float: left;
        margin: 0;
        width: 190px
    }
}

.newsItem .thumb img {
    width: 100%
}

@media only screen and (min-width: 700px) {
    .newsItem .text {
        padding-left: 226px
    }
}

.newsItem .title {
    font-size: 1.375rem;
    line-height: calc(1.27272727);
    font-weight: bold;
    color: #87909A;
    margin-bottom: 10px;
    display: block
}

.newsItem .pubDate {
    font-style: italic;
    display: block;
    font-size: .825rem;
    line-height: normal;
    margin: 7px 0
}

.newsItem .preview {
    line-height: calc(1.44444444)
}

.newsItem>a {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden
}

.newsItem>a .title {
    color: #000
}

.newsItem>a:hover .title,
.newsItem>a:focus .title {
    color: #861F41;
    text-decoration: underline
}

.newsItem>a:focus {
    box-shadow: 0 0 0 3px rgba(65, 166, 226, 0.5)
}

.accordion {
    margin: 20px 0 40px;
    width: 100%;
    clear: both
}

@media only screen and (min-width: 700px) {
    .accordion {
        margin-bottom: 60px
    }
}

.accordion .accordion {
    margin: 0
}

.accordion .collapseItem {
    margin: 0 0 10px;
    border-radius: 4px;
    overflow: hidden;
    transition: all .3s ease
}

.accordion .collapseItem .panel-heading {
    display: block;
    font-weight: bold;
    position: relative;
    font-size: 1.375rem;
    line-height: calc(1.27272727)
}

.accordion .collapseItem .panel-heading a {
    display: block;
    padding: 13px 50px 15px 30px;
    text-decoration: none;
    color: #000;
    background: #C5CFDA;
    transition: all .3s ease
}

.accordion .collapseItem .panel-heading a:focus {
    box-shadow: none
}

.accordion .collapseItem .panel-heading a:focus-visible {
    outline: 2px dotted #000;
    outline-offset: 3px
}

.accordion .collapseItem .panel-heading a .arrows {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.875rem;
    padding-top: 12px;
    color: #861F41;
    transition: all .3s ease
}

.accordion .collapseItem .panel-heading a.open {
    color: #fff;
    background-color: #861F41
}

.accordion .collapseItem .panel-heading a.open .arrows {
    color: white;
    background-color: #6F223C
}

.accordion .collapseItem .accordionPanelWrap {
    padding: 18px 27px 24px 30px;
    overflow: hidden;
    background: #F0F3F6;
    line-height: calc(1.44444444)
}

@media only screen and (min-width: 1025px) {
    .accordion .collapseItem .accordionPanelWrap {
        padding-right: 82px
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .featuresWrap {
        margin-left: -5px;
        margin-right: -5px
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .featureCard {
        padding: 5px
    }
}

@media only screen and (min-width: 1025px) {
    .featureCard {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.featureCard+.featureCard {
    margin-top: 15px
}

@media only screen and (min-width: 700px) {
    .featureCard+.featureCard {
        margin-top: 0
    }
}

.featureCard a {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%
}

.featureCard a:hover .title:after {
    width: 75px
}

@media only screen and (min-width: 1025px) {
    .featureCard a:hover .title:after {
        width: 130px
    }
}

.featureCard a:focus {
    outline: 2px solid rgba(0, 0, 0, 0.5);
    outline-offset: 3px;
    text-decoration: underline
}

.featureCard .tools a {
    display: inline-block
}

.featureCard .cardInner {
    display: -ms-flexbox;
    display: flex;
    min-height: 125px;
    background: #fff
}

@media only screen and (min-width: 700px) {
    .featureCard .cardInner {
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }
}

@media only screen and (min-width: 1025px) {
    .featureCard .cardInner {
        background: none
    }
}

.featureCard .thumb {
    width: 100px;
    background-size: cover;
    background-position: center;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px
}

@media only screen and (min-width: 700px) {
    .featureCard .thumb {
        width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding-bottom: 100%
    }
}

.featureCard .text {
    background: #F6F6F6;
    padding: 15px;
    width: 100%
}

@media only screen and (min-width: 700px) {
    .featureCard .text {
        text-align: center;
        padding: 15px 10px;
        height: 100%
    }
}

@media only screen and (min-width: 1025px) {
    .featureCard .text {
        margin: -30px 15px 0;
        padding: 20px 15px;
        width: auto;
        height: 100%
    }
}

.featureCard .text .title {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.15;
    color: #861F41
}

@media only screen and (min-width: 1025px) {
    .featureCard .text .title {
        font-size: 1.375rem
    }
}

.cardsWrap ul {
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0
}

@media only screen and (min-width: 700px) {
    .cardsWrap ul {
        margin-top: 20px
    }
}

.cardItem {
    list-style: none
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .cardItem {
        margin: 0 0 50px
    }
}

@media only screen and (min-width: 1025px) {
    .cardItem {
        margin-bottom: 60px
    }
}

.cardItem+.cardItem {
    margin-top: 30px
}

@media only screen and (min-width: 700px) {
    .cardItem+.cardItem {
        margin-top: 0
    }
}

.cardItem a {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%
}

.cardItem a .cardInner .text .cta {
    display: block
}

.cardItem a:hover .cardInner .text .title,
.cardItem a:focus .cardInner .text .title {
    text-decoration: underline
}

.cardItem a:hover .cardInner .text .cta,
.cardItem a:focus .cardInner .text .cta {
    text-decoration: underline
}

.cardItem a:focus .cardInner {
    outline: 2px solid rgba(0, 108, 147, 0.5);
    outline-offset: 3px
}

.cardItem .tools a {
    display: inline-block;
    height: auto
}

@media only screen and (min-width: 700px) {
    .cardItem .cardInner {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cardItem .cardInner .thumb {
    margin-bottom: 10px;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.cardItem .cardInner .text {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column
}

.cardItem .cardInner .text :last-child {
    margin-top: auto
}

.cardItem .cardInner .text .title {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.3;
    display: block;
    margin: 0 0 5px
}

@media only screen and (min-width: 1025px) {
    .cardItem .cardInner .text .title {
        font-size: 1.5rem
    }
}

.cardItem .cardInner .text .preview {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.cardItem .cardInner .text .cta {
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: none;
    font-weight: bold;
    font-size: .875rem;
    text-transform: uppercase;
    padding: 5px 5px 5px 0
}

@media only screen and (min-width: 700px) {
    .cardItem .cardInner .text .cta {
        margin-top: 15px
    }
}

.cardItem .cardInner .text .cta .button {
    display: none;
    margin-top: 20px;
    margin-bottom: 0
}

.cardItem .cardInner .text .cta a .button {
    display: inline-block
}

.fieldSelectStyles {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 42px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><style type='text/css'><![CDATA[.arw { fill: %23861F41; }.bkgd { fill: %23C5CFDA; }]]></style><rect class='bkgd' width='40' height='40' /><polygon class='arw' points='15,15 25,15 20,23'/></svg>");
    background-repeat: no-repeat, repeat;
    background-position: right top;
    background-size: 42px 42px;
    padding-right: 50px;
    cursor: pointer
}

.fieldSelectStyles option {
    height: 42px
}

.fieldSelectStyles::-ms-expand {
    display: none
}

.imodcmscalendar.listing-view .CalendarFilters {
    background: #F6F6F6;
    margin: 20px 0;
    padding: 20px
}

.imodcmscalendar.listing-view .CalendarFilters label {
    margin: 0 10px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .85em;
    letter-spacing: .5px
}

.imodcmscalendar.listing-view .CalendarFilters select {
    max-width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 42px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><style type='text/css'><![CDATA[.arw { fill: %23861F41; }.bkgd { fill: %23C5CFDA; }]]></style><rect class='bkgd' width='40' height='40' /><polygon class='arw' points='15,15 25,15 20,23'/></svg>");
    background-repeat: no-repeat, repeat;
    background-position: right top;
    background-size: 42px 42px;
    padding-right: 50px;
    cursor: pointer
}

.imodcmscalendar.listing-view .CalendarFilters select option {
    height: 42px
}

.imodcmscalendar.listing-view .CalendarFilters select::-ms-expand {
    display: none
}

.imodcmscalendar.listing-view .CalendarFilters select option {
    height: 42px
}

.imodcmscalendar.listing-view .CalendarFilters select::-ms-expand {
    display: none
}

.intEventItem {
    border: none;
    margin-top: 15px;
    padding-bottom: 30px;
    position: relative;
    clear: both;
    width: 100%
}

@media only screen and (min-width: 700px) {
    .intEventItem+.intEventItem {
        padding-bottom: 45px
    }
}

.intEventItem:focus-within {
    outline: 1px solid #000;
    outline-offset: 5px
}

.intEventItem .tools {
    position: absolute;
    top: 5px;
    right: 0;
    display: -ms-flexbox;
    display: flex
}

.intEventItem .tools span:last-child a.IModCmsCalendarIcon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -ms-flex-pack: center;
    justify-content: center
}

.intEventItem .tools span:last-child a.IModCmsCalendarIcon img[src*="calendar_ical_icon"],
.intEventItem .tools span:last-child a.IModCmsCalendarIcon img[src*="outlook.GIF"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.intEventItem .tools span:last-child a.IModCmsCalendarIcon:before {
    content: '';
    color: #861F41;
    background-image: url(../images/calendarIcon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 18px;
    height: 26px
}

.intEventItem .date {
    float: left;
    width: 100px;
    height: 103px;
    background: #861F41;
    text-align: center;
    padding: 10px 5px 38px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    border-radius: 5px 5px 7px 8px;
    margin-top: 7px;
    position: relative
}

.intEventItem .date .month {
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 500
}

.intEventItem .date .day {
    font-size: 2.5rem;
    line-height: calc(.75);
    letter-spacing: 1.7px;
    margin-top: 3px;
    font-weight: bold
}

.intEventItem .date .weekDay {
    padding: 3px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #E8ECF0;
    color: #861F41;
    font-size: .875rem;
    line-height: calc(1.42857143);
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0 0 4px 4px
}

.intEventItem .text {
    padding-left: 130px
}

.intEventItem .text .title {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: calc(1.27272727);
    margin: 0 0 20px;
    color: #87909A;
    position: relative;
    padding-right: 60px
}

.intEventItem .text .title a {
    color: #000;
    text-decoration: none
}

.intEventItem .text .title a:hover,
.intEventItem .text .title a:focus {
    color: #861F41;
    text-decoration: underline
}

.intEventItem .text .thumb {
    width: 100%
}

.intEventItem .text .preview {
    display: none;
    line-height: calc(1.44444444);
    margin: 20px 0 0
}

@media only screen and (min-width: 700px) {
    .intEventItem .text .preview {
        display: block
    }
}

.intEventItem .text .locationTime {
    color: #87909A;
    font-size: .825rem
}

.intEventItem .text .locationTime .location {
    display: block;
    line-height: normal;
    margin: 2px 0
}

@media only screen and (min-width: 700px) {
    .intEventItem .text .locationTime .location {
        display: inline-block
    }
}

.intEventItem .text .locationTime .location:before {
    font-family: "Font Awesome 5 Free";
    content: "\f041";
    padding-right: 5px;
    font-weight: bold;
    width: 20px;
    text-align: center;
    display: inline-block
}

.intEventItem .text .locationTime .timeRange {
    display: block;
    margin: 2px 0
}

@media only screen and (min-width: 700px) {
    .intEventItem .text .locationTime .timeRange {
        display: inline-block
    }
}

.intEventItem .text .locationTime .timeRange:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    padding-right: 5px;
    font-weight: bold;
    width: 20px;
    display: inline-block
}

#heroSlider {
    position: relative
}

@media only screen and (min-width: 1025px) {
    #heroSlider {
        margin-top: 17px
    }
}

#heroSlider .slidesWrap {
    position: relative;
    background: #F6F6F6;
    margin-bottom: 0
}

#heroSlider .slidesWrap .slick-slide>div {
    display: -ms-flexbox;
    display: flex
}

#heroSlider .slidesWrap .slick-dots {
    top: auto;
    bottom: 51px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    #heroSlider .slidesWrap .slick-dots {
        bottom: 38px
    }
}

@media only screen and (min-width: 1025px) {
    #heroSlider .slidesWrap .slick-dots {
        bottom: 18.46%
    }
}

#heroSlider .slidesWrap .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0
}

#heroSlider .slidesWrap .slick-dots li.slick-active button {
    background: #861F41
}

#heroSlider .slidesWrap .slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    background: #000;
    border: 2px solid white;
    border-radius: 50%
}

#heroSlider .slidesWrap .slick-dots li button .slick-dot-icon {
    display: none
}

#heroSlider .slidesWrap .slick-dots li button:focus {
    outline: none;
    box-shadow: none
}

#heroSlider .slidesWrap .slick-dots li button:focus-visible {
    outline: 2px dotted white;
    outline-offset: 3px
}

#heroSlider .slideItem {
    position: relative
}

#heroSlider .slideItem .sldImg {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 2.46153846
}

@media only screen and (min-width: 1025px) {
    #heroSlider .slideItem .sldImg {
        min-height: 500px
    }
}

#heroSlider .slideItem .sldImg img {
    visibility: hidden
}

@media only screen and (min-width: 1025px) {
    #heroSlider .slideItem .sldImg:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 7%, rgba(0, 0, 0, 0.25) 100%)
    }
}

#heroSlider #arrowsWrap button.slick-arrow {
    position: absolute;
    top: auto;
    bottom: 15px;
    width: 44px;
    height: 44px;
    background: white;
    border: 2px solid #87909A;
    border-radius: 50%;
    padding: 5px;
    text-align: center
}

@media only screen and (min-width: 700px) {
    #heroSlider #arrowsWrap button.slick-arrow {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    #heroSlider #arrowsWrap button.slick-arrow {
        bottom: 70px
    }
}

@media only screen and (min-width: 1025px) {
    #heroSlider #arrowsWrap button.slick-arrow {
        background: rgba(0, 0, 0, 0.3);
        border: 2px solid transparent;
        color: #fff;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0
    }
}

#heroSlider #arrowsWrap button.slick-arrow svg {
    height: 24px
}

#heroSlider #arrowsWrap button.slick-arrow svg #EKU---Rotator {
    fill: #87909A;
    stroke: #87909A;
    transition: all .3s ease
}

@media only screen and (min-width: 1025px) {
    #heroSlider #arrowsWrap button.slick-arrow svg #EKU---Rotator {
        fill: white;
        stroke: white
    }
}

#heroSlider #arrowsWrap button.slick-arrow.slick-prev {
    left: 15px;
    padding: 7px 10px 7px 7px
}

@media only screen and (min-width: 1025px) {
    #heroSlider #arrowsWrap button.slick-arrow.slick-prev {
        left: 50px
    }
}

#heroSlider #arrowsWrap button.slick-arrow.slick-next {
    right: 15px;
    padding: 7px 7px 7px 10px
}

@media only screen and (min-width: 1025px) {
    #heroSlider #arrowsWrap button.slick-arrow.slick-next {
        right: 50px
    }
}

#heroSlider #arrowsWrap button.slick-arrow:hover,
#heroSlider #arrowsWrap button.slick-arrow:focus {
    background: #861F41;
    border-color: #861F41;
    opacity: 1;
    box-shadow: none
}

#heroSlider #arrowsWrap button.slick-arrow:hover svg #EKU---Rotator,
#heroSlider #arrowsWrap button.slick-arrow:focus svg #EKU---Rotator {
    fill: white;
    stroke: white
}

#heroSlider #arrowsWrap button.slick-arrow:focus-visible {
    box-shadow: none;
    outline: 2px dotted #fff;
    outline-offset: 3px
}

#heroSlider #controlsWrap {
    position: absolute;
    top: 155px;
    right: 0;
    display: none
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    #heroSlider #controlsWrap {
        bottom: 10px;
        left: 10px;
        top: auto
    }
}

@media only screen and (min-width: 1025px) {
    #heroSlider #controlsWrap {
        bottom: 10px;
        right: 10px;
        left: auto;
        top: auto
    }
}

#heroSlider #controlsWrap button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0;
    width: 45px;
    height: 45px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5)
}

#heroSlider #controlsWrap button:disabled {
    display: none
}

#heroSlider #controlsWrap button .slick-pause-icon:before {
    content: "\f04c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.sideBar .secondaryNav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sideBar .secondaryNav ul li a {
    display: block;
    text-decoration: none;
    font-weight: bold
}

.sideBar .secondaryNav>ul {
    margin: 0 0 3rem
}

.sideBar .secondaryNav>ul>li+li {
    border-top: 1px solid #D8D8D8
}

.sideBar .secondaryNav>ul>li>a {
    display: block;
    padding: 10px 10px
}

.sideBar .secondaryNav>ul>li>a:hover,
.sideBar .secondaryNav>ul>li>a:focus {
    background: rgba(34, 34, 34, 0.05);
    text-decoration: underline
}

.sideBar .secondaryNav>ul>li>a:focus {
    text-decoration: underline
}

.sideBar .secondaryNav>ul>li.selected {
    border: none
}

.sideBar .secondaryNav>ul>li.selected>a {
    background: #861F41;
    color: #fff
}

.sideBar .secondaryNav>ul>li>ul {
    margin-bottom: 10px
}

.sideBar .secondaryNav>ul>li>ul>li>a {
    padding: 5px 10px 5px 26px;
    border-left: 4px solid transparent
}

.sideBar .secondaryNav>ul>li>ul>li>a:hover,
.sideBar .secondaryNav>ul>li>ul>li>a:focus {
    text-decoration: underline
}

.sideBar .secondaryNav>ul>li>ul>li.selected a {
    border-color: #861F41
}

.sideBar aside+aside {
    margin-top: 40px
}

.mountains {
    background: transparent;
    width: 100%;
    height: 86px;
    background-image: url(../images/ctaMtns--mobile.svg);
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (min-width: 700px) {
    .mountains {
        background-image: url(../images/ctaMtns--desktop--light.svg)
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .mountains {
        background-position: left center;
        background-size: auto
    }
}

@media only screen and (min-width: 1025px) {
    .mountains {
        width: 100%;
        height: 113px
    }
}

.mountains.darkMtns {
    background-image: url(../images/ctaMtns--mobile.svg)
}

@media only screen and (min-width: 700px) {
    .mountains.darkMtns {
        background-image: url(../images/ctaMtns--desktop.svg)
    }
}

footer {
    float: left;
    width: 100%;
    font-size: .875rem;
    line-height: 1.5;
    padding: 45px 0;
    background: #861F41;
    color: #fff
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    footer {
        padding: 40px 0 48px
    }
}

@media only screen and (min-width: 1025px) {
    footer {
        padding: 90px 0 85px
    }
}

footer hr {
    margin: 42px 0;
    color: #9D536C;
    background: #9D536C;
    height: 2px
}

@media only screen and (min-width: 700px) {
    footer hr {
        margin: 2rem 0
    }
}

footer a {
    color: inherit;
    text-decoration: underline
}

footer a:hover,
footer a:focus {
    text-decoration: none;
    color: inherit
}

footer a:focus {
    outline: none
}

footer a:focus-visible {
    outline: 2px dotted currentColor !important;
    outline-offset: 3px
}

footer .footLeft {
    text-align: center;
    font-size: 1rem;
    line-height: calc(1.375)
}

@media only screen and (min-width: 700px) {
    footer .footLeft {
        text-align: left
    }
}

@media only screen and (min-width: 1025px) {
    footer .footLeft {
        font-size: 1.125rem;
        line-height: calc(1.22222222)
    }
}

footer .footLeft address {
    margin: 0
}

footer .footMiddle a {
    display: block
}

footer .footMiddle .footLogo {
    display: block;
    margin: 38px auto 30px;
    height: 50px;
    max-height: 50px;
    filter: brightness(1000)
}

@media only screen and (min-width: 700px) {
    footer .footMiddle .footLogo {
        margin: 6px auto 0
    }
}

@media only screen and (min-width: 1025px) {
    footer .footMiddle .footLogo {
        height: 64px;
        max-height: 64px
    }
}

footer .footRight {
    text-align: right
}

footer ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 18px
}

@media only screen and (min-width: 700px) {
    footer ul.social {
        text-align: right;
        margin-top: 0;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: end;
        justify-content: flex-end;
        column-gap: 12px
    }
}

footer ul.social li {
    display: inline-block;
    padding: 0
}

footer ul.social li a {
    text-decoration: none;
    color: white;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    border: 2px solid transparent;
    line-height: 1;
    font-size: 30px;
    text-align: center
}

footer ul.social li a svg {
    height: 24px;
    display: inline-block;
    fill: #fff;
    margin-top: -2px
}

footer ul.social li a:hover,
footer ul.social li a:focus {
    background: white;
    color: #861F41;
    outline: none
}

footer ul.social li a:hover svg,
footer ul.social li a:focus svg {
    fill: #861F41
}

footer .footLinks {
    font-size: 1.125rem;
    line-height: calc(1.22222222);
    text-transform: uppercase;
    font-weight: 600
}

footer .footLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

@media only screen and (min-width: 700px) {
    footer .footLinks ul {
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    footer .footLinks ul {
        margin-bottom: 33px
    }
}

@media only screen and (min-width: 1025px) {
    footer .footLinks ul {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

footer .footLinks ul li {
    display: inline-block
}

@media only screen and (min-width: 700px) {
    footer .footLinks ul li+li {
        margin-left: 20px
    }
}

footer .footLinks ul li a {
    display: block;
    color: #fff;
    text-decoration: none
}

footer .footLinks ul li a:hover,
footer .footLinks ul li a:focus {
    text-decoration: underline
}

footer .footLinks ul li a:focus {
    outline: 2px solid #fff;
    outline-offset: 2px
}

footer .ctaBtn {
    text-align: center
}

@media only screen and (min-width: 700px) {
    footer .ctaBtn {
        text-align: right
    }
}

footer .ctaBtn .button {
    margin: 0;
    width: 80%;
    max-width: 210px
}

@media only screen and (min-width: 1025px) {
    footer .ctaBtn .button {
        width: 100%;
        margin-top: 0
    }
}

.c-offcanvas {
    background: #fff;
    padding-top: 95px
}

@media only screen and (min-width: 700px) {
    .c-offcanvas {
        padding-top: 103px
    }
}

.c-offcanvas-bg.is-animating,
.c-offcanvas-bg.is-open {
    background-color: rgba(0, 0, 0, 0.85)
}

.js-offcanvas-trigger,
.c-button {
    border: none
}

.c-offcanvas .menuTitleBar {
    color: #222;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-offcanvas .js-offcanvas-close {
    width: 100%;
    border: none;
    outline: none;
    padding: 0;
    background: none
}

.c-offcanvas .js-offcanvas-close .c-button__text {
    width: auto;
    height: 50px;
    font-weight: normal;
    color: #861F41;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    padding: 12px 15px;
    width: 100%;
    background: rgba(255, 198, 88, 0.38);
    border: 2px solid #FFC658;
    border-radius: 0;
    outline: none;
    width: calc(100% - 30px);
    margin: 6px 15px;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-offcanvas .js-offcanvas-close .text {
    margin-right: 8px
}

.c-offcanvas .js-offcanvas-close .icon-close {
    font-size: 1.375rem
}

.c-offcanvas .js-offcanvas-close:focus-visible .c-button__text {
    outline: 2px dotted #000
}

.mobileSearch {
    margin: 0 15px 0;
    text-align: center;
    color: #222;
    position: relative
}

.mobileSearch input {
    background: #fff;
    border: none;
    padding: 5px 20px 4px 10px;
    width: 100%;
    color: #222;
    height: 40px
}

.mobileSearch input:focus {
    outline: 2px solid rgba(0, 108, 147, 0.5)
}

.mobileSearch img[id$="_imgbtnSearch"] {
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: content-box;
    padding: 10px
}

.mobileSearch img[id$="_imgbtnSearch"]:focus {
    outline: 2px solid rgba(0, 108, 147, 0.5)
}

.mobileSearch button,
.mobileSearch label,
.mobileSearch .SearchModuleSpacer {
    display: none
}

#off-canvas h2 {
    color: #fff
}

#off-canvas ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#off-canvas ul li a {
    display: block;
    text-decoration: none
}

#off-canvas ul li a:focus-visible {
    outline: 2px dotted currentColor;
    outline-offset: -3px
}

#off-canvas .mainNav {
    padding: 0 15px
}

#off-canvas .mainNav .accordion-btn-wrap {
    background: none;
    border: none;
    color: #861F41;
    padding: 0 0 0;
    border: 2px solid transparent;
    max-height: 50px
}

#off-canvas .mainNav .accordion-btn-wrap.accordion-active {
    border-color: #861F41
}

#off-canvas .mainNav .accordion-btn-wrap:focus {
    outline: none
}

#off-canvas .mainNav .accordion-btn-wrap:focus-visible {
    outline: 2px dotted currentColor;
    outline-offset: -3px
}

#off-canvas .mainNav>ul>li {
    border-bottom: 1px solid rgba(220, 220, 220, 0.5)
}

#off-canvas .mainNav>ul>li.navBtn a {
    background: white;
    color: #861F41;
    border: 1px solid #861F41;
    border-radius: 30px;
    padding: 10px 15px;
    margin: 20px 0 25px;
    text-decoration: none;
    text-align: center;
    box-shadow: 4px 7px 0 #C5CFDA;
    transform: perspective(1px) translateZ(0);
    transition: all .3s ease-out
}

#off-canvas .mainNav>ul>li.has-subnav {
    padding-left: 0
}

#off-canvas .mainNav>ul>li.has-subnav.active>a {
    color: #861F41
}

#off-canvas .mainNav>ul>li>a {
    font-size: 1.125rem;
    line-height: calc(1.77777778);
    font-weight: 500;
    padding: 9px 10px 9px 0;
    color: #861F41
}

#off-canvas .mainNav>ul>li>ul {
    background: #fff
}

#off-canvas .mainNav>ul>li>ul>li>a {
    font-size: 1rem;
    line-height: calc(1.375);
    font-weight: 500;
    color: #861F41;
    padding: 10px 0 10px 20px
}

#off-canvas .mainNav>ul>li>ul>li>ul {
    background: #fff
}

#off-canvas .mainNav>ul>li>ul>li>ul>li>a {
    font-size: .875rem;
    line-height: calc(1.57142857);
    font-weight: 500;
    color: #861F41;
    padding: 10px 0 10px 40px
}

#off-canvas .mainNav>ul>li>ul>li>ul>li.has-subnav>a {
    padding-left: 0
}

#off-canvas .mobileMemberTools ul {
    margin: 15px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.1);
    font-size: .875rem
}

#off-canvas .mobileMemberTools ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 0
}

#off-canvas .mobileMemberTools ul li a:hover,
#off-canvas .mobileMemberTools ul li a:focus {
    text-decoration: underline
}

.input_styles {
    background: #fff;
    border: 2px solid #C5CFDA;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    padding: 0 10px;
    width: 100%;
    max-width: 100%
}

.input_styles:focus,
.input_styles:focus-visible {
    outline: none;
    border-color: #861F41
}

@media only screen and (max-width: 1024px) {
    .input_styles {
        width: 100%
    }
}

.fieldSelectStyles {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 42px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><style type='text/css'><![CDATA[.arw { fill: %23861F41; }.bkgd { fill: %23C5CFDA; }]]></style><rect class='bkgd' width='40' height='40' /><polygon class='arw' points='15,15 25,15 20,23'/></svg>");
    background-repeat: no-repeat, repeat;
    background-position: right top;
    background-size: 42px 42px;
    padding-right: 50px;
    cursor: pointer
}

.fieldSelectStyles option {
    height: 42px
}

.fieldSelectStyles::-ms-expand {
    display: none
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: #861F41
}

#ContentMiddle div[id*="pnlBreadcrumbs"],
#ContentMiddle div.idbmsBreadcrumbWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 0 5px;
    margin: 0 0 30px;
    border-bottom: 2px solid #FFFFFF
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"],
    #ContentMiddle div.idbmsBreadcrumbWrapper {
        border-bottom: none;
        padding-bottom: 0
    }

    #ContentMiddle div[id*="pnlBreadcrumbs"]>*+*,
    #ContentMiddle div.idbmsBreadcrumbWrapper>*+* {
        margin: 0 0 0 0;
        display: inline-block
    }

    #ContentMiddle div[id*="pnlBreadcrumbs"]>*+* .bcInner,
    #ContentMiddle div.idbmsBreadcrumbWrapper>*+* .bcInner {
        position: relative
    }
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbSeparator,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbSeparator {
    display: none
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb,
#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
    color: #707070;
    padding: 3px 0;
    font-size: .9375rem;
    line-height: calc(1.6);
    font-weight: 500;
    text-align: center;
    display: none;
    border-bottom: 4px solid #861F41
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb .stepTxt,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb .stepTxt,
    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive .stepTxt,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive .stepTxt {
        display: none
    }
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb,
    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
        padding: 6px 16px
    }
}

@media only screen and (min-width: 1025px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb,
    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
        font-size: 1rem
    }
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
    font-size: .9375rem;
    width: 100%;
    display: block;
    float: none;
    font-weight: bold
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive .stepTxt,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive .stepTxt {
    display: inline-lock
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive .stepTxt,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive .stepTxt {
        display: none
    }
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
        width: auto;
        display: inline-block;
        position: relative;
        background: #FFFFFF;
        color: #000
    }
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbLink,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbLink {
    display: none
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbLink,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbLink {
        display: inline-block
    }

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbLink:hover .idbmsBreadcrumb,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbLink:hover .idbmsBreadcrumb,
    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbLink:focus-visible .idbmsBreadcrumb,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbLink:focus-visible .idbmsBreadcrumb {
        border-color: #000;
        color: #000
    }

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbLink:focus-visible,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbLink:focus-visible {
        outline: 2px dotted currentColor;
        outline-offset: 2px
    }
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb {
    display: none
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb {
        display: inline-block;
        border-bottom: 4px solid #C5CFDA
    }
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .stepTxt,
#ContentMiddle div.idbmsBreadcrumbWrapper .stepTxt {
    padding-right: 5px;
    font-weight: bold
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .stepTxt,
    #ContentMiddle div.idbmsBreadcrumbWrapper .stepTxt {
        display: none
    }
}

#ContentMiddle nav[id*='FormProgressIndicatorWrapper'] {
    padding: 0
}

#ContentMiddle nav[id*='FormProgressIndicatorWrapper'] ol {
    margin: 0 0 30px
}

#ContentMiddle nav[id*='FormProgressIndicatorWrapper'] ol li {
    display: none
}

@media only screen and (min-width: 700px) {
    #ContentMiddle nav[id*='FormProgressIndicatorWrapper'] ol li {
        display: inline-block
    }
}

@media only screen and (min-width: 700px) {
    #ContentMiddle nav[id*='FormProgressIndicatorWrapper'] ol li+li:before {
        content: "";
        margin: 0 10px 0 6px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6 0l12 12-12 12z'/%3E%3C/svg%3E");
        width: 10px;
        height: 10px;
        display: inline-block;
        background-size: contain;
        opacity: .25
    }
}

#ContentMiddle nav[id*='FormProgressIndicatorWrapper'] ol li.current {
    display: block;
    color: #861F41;
    font-weight: 900
}

@media only screen and (min-width: 700px) {
    #ContentMiddle nav[id*='FormProgressIndicatorWrapper'] ol li.current {
        display: inline-block
    }
}

@media only screen and (min-width: 700px) {
    #ContentMiddle nav[id*='FormProgressIndicatorWrapper'] ol li .stepTxt {
        display: none
    }
}

#ContentMiddle .imod_formItemWrapper .EventsHeader,
#ContentMiddle .imod_fieldWrapper .EventsHeader {
    background: transparent;
    color: #000;
    border: none;
    font-size: 1.375rem;
    line-height: calc(1.09090909);
    font-weight: bold;
    padding: 10px 15px 16px 0;
    text-transform: none;
    position: relative;
    display: block;
    margin-bottom: 10px;
    border-bottom: 2px solid #861F41
}

#ContentMiddle .imod_formItemWrapper .EventsHeader a,
#ContentMiddle .imod_fieldWrapper .EventsHeader a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#ContentMiddle .imod_formItemWrapper .EventsHeader a:focus,
#ContentMiddle .imod_fieldWrapper .EventsHeader a:focus {
    box-shadow: none;
    outline: none
}

#ContentMiddle .imod_formItemWrapper .EventsHeader a:focus-visible,
#ContentMiddle .imod_fieldWrapper .EventsHeader a:focus-visible {
    outline: 2px dotted #000;
    outline-offset: 3px
}

#ContentMiddle .imod_formItemWrapper .EventsHeader a .categoryToggle,
#ContentMiddle .imod_fieldWrapper .EventsHeader a .categoryToggle {
    display: block;
    float: right;
    padding: 7px 15px
}

#ContentMiddle .imod_formItemWrapper .EventsHeader a .givingExpand,
#ContentMiddle .imod_fieldWrapper .EventsHeader a .givingExpand {
    background: transparent !important;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 50px
}

#ContentMiddle .imod_categoryWrapper.stacked .imod_fieldLabel {
    padding-bottom: 5px
}

#ContentMiddle .imod_fieldWrapper {
    border: none;
    padding: 10px 0
}

#ContentMiddle .imod_fieldWrapper.stacked .imod_fieldLabel {
    padding-bottom: 5px
}

#ContentMiddle .imod_fieldWrapper.checkboxLeft {
    padding-left: 22px
}

#ContentMiddle .imod_fieldWrapper.checkboxLeft .imod_fieldInput {
    top: 10px
}

@media only screen and (min-width: 700px) {
    #ContentMiddle .imod_fieldWrapper.checkboxLeft .imod_fieldInput {
        top: 6px
    }
}

#ContentMiddle .imod_fieldWrapper .imod_fieldLabel {
    font-size: 1rem;
    font-weight: 500
}

#ContentMiddle .imod_fieldWrapper .imod_fieldLabel label {
    margin: 0
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput textarea,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select {
    background: #fff;
    border: 2px solid #C5CFDA;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    padding: 0 10px;
    width: 100%;
    max-width: 100%
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput textarea:focus,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"]:focus,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select:focus,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput textarea:focus-visible,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"]:focus-visible,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select:focus-visible {
    outline: none;
    border-color: #861F41
}

@media only screen and (max-width: 1024px) {

    #ContentMiddle .imod_fieldWrapper .imod_fieldInput textarea,
    #ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"],
    #ContentMiddle .imod_fieldWrapper .imod_fieldInput select {
        width: 100%
    }
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='DropDown1'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddHowOften'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddStartDay'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddNumPayments'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='IModStateDropDown'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='IModCountryDropDown'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddCCExpirationDateMonth'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddCCExpirationDateYear'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 42px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><style type='text/css'><![CDATA[.arw { fill: %23861F41; }.bkgd { fill: %23C5CFDA; }]]></style><rect class='bkgd' width='40' height='40' /><polygon class='arw' points='15,15 25,15 20,23'/></svg>");
    background-repeat: no-repeat, repeat;
    background-position: right top;
    background-size: 42px 42px;
    padding-right: 50px;
    cursor: pointer
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='DropDown1'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddHowOften'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddStartDay'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddNumPayments'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='IModStateDropDown'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='IModCountryDropDown'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddCCExpirationDateMonth'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddCCExpirationDateYear'] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='DropDown1']::-ms-expand,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddHowOften']::-ms-expand,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddStartDay']::-ms-expand,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddNumPayments']::-ms-expand,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='IModStateDropDown']::-ms-expand,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='IModCountryDropDown']::-ms-expand,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddCCExpirationDateMonth']::-ms-expand,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddCCExpirationDateYear']::-ms-expand {
    display: none
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='DropDown1'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddHowOften'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddStartDay'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddNumPayments'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='IModStateDropDown'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='IModCountryDropDown'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddCCExpirationDateMonth'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddCCExpirationDateYear'] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='DropDown1']::-ms-expand,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddHowOften']::-ms-expand,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddStartDay']::-ms-expand,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddNumPayments']::-ms-expand,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='IModStateDropDown']::-ms-expand,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='IModCountryDropDown']::-ms-expand,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddCCExpirationDateMonth']::-ms-expand,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddCCExpirationDateYear']::-ms-expand {
    display: none
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='DropDown1'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddHowOften'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddStartDay'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddNumPayments'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='IModStateDropDown'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='IModCountryDropDown'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddCCExpirationDateMonth'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddCCExpirationDateYear'] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput .divAdvancedDesignations input[type="text"] {
    width: auto
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput label {
    padding-top: 0
}

#ContentMiddle .imod_fieldWrapper .imod_col2 {
    float: left;
    width: 100%
}

@media only screen and (min-width: 700px) {
    #ContentMiddle .imod_fieldWrapper .imod_col2 {
        width: 70%
    }
}

#ContentMiddle .imod_fieldWrapper .imod_col2 textarea,
#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col2 select {
    background: #fff;
    border: 2px solid #C5CFDA;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    padding: 0 10px;
    width: 100%;
    max-width: 100%
}

#ContentMiddle .imod_fieldWrapper .imod_col2 textarea:focus,
#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"]:focus,
#ContentMiddle .imod_fieldWrapper .imod_col2 select:focus,
#ContentMiddle .imod_fieldWrapper .imod_col2 textarea:focus-visible,
#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"]:focus-visible,
#ContentMiddle .imod_fieldWrapper .imod_col2 select:focus-visible {
    outline: none;
    border-color: #861F41
}

@media only screen and (max-width: 1024px) {

    #ContentMiddle .imod_fieldWrapper .imod_col2 textarea,
    #ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"],
    #ContentMiddle .imod_fieldWrapper .imod_col2 select {
        width: 100%
    }
}

#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col2 select[id*='DropDown1'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 42px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><style type='text/css'><![CDATA[.arw { fill: %23861F41; }.bkgd { fill: %23C5CFDA; }]]></style><rect class='bkgd' width='40' height='40' /><polygon class='arw' points='15,15 25,15 20,23'/></svg>");
    background-repeat: no-repeat, repeat;
    background-position: right top;
    background-size: 42px 42px;
    padding-right: 50px;
    cursor: pointer
}

#ContentMiddle .imod_fieldWrapper .imod_col2 select[id*='DropDown1'] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col2 select[id*='DropDown1']::-ms-expand {
    display: none
}

#ContentMiddle .imod_fieldWrapper .imod_col2 select[id*='DropDown1'] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col2 select[id*='DropDown1']::-ms-expand {
    display: none
}

#ContentMiddle .imod_fieldWrapper .imod_col2 select[id*='DropDown1'] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col3 {
    float: left;
    width: 100%
}

@media only screen and (min-width: 700px) {
    #ContentMiddle .imod_fieldWrapper .imod_col3 {
        width: 70%
    }
}

#ContentMiddle .imod_fieldWrapper .imod_col3 textarea,
#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col3 select {
    background: #fff;
    border: 2px solid #C5CFDA;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    padding: 0 10px;
    width: 100%;
    max-width: 100%
}

#ContentMiddle .imod_fieldWrapper .imod_col3 textarea:focus,
#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"]:focus,
#ContentMiddle .imod_fieldWrapper .imod_col3 select:focus,
#ContentMiddle .imod_fieldWrapper .imod_col3 textarea:focus-visible,
#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"]:focus-visible,
#ContentMiddle .imod_fieldWrapper .imod_col3 select:focus-visible {
    outline: none;
    border-color: #861F41
}

@media only screen and (max-width: 1024px) {

    #ContentMiddle .imod_fieldWrapper .imod_col3 textarea,
    #ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"],
    #ContentMiddle .imod_fieldWrapper .imod_col3 select {
        width: 100%
    }
}

#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col3 select[id*='DropDown1'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 42px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><style type='text/css'><![CDATA[.arw { fill: %23861F41; }.bkgd { fill: %23C5CFDA; }]]></style><rect class='bkgd' width='40' height='40' /><polygon class='arw' points='15,15 25,15 20,23'/></svg>");
    background-repeat: no-repeat, repeat;
    background-position: right top;
    background-size: 42px 42px;
    padding-right: 50px;
    cursor: pointer
}

#ContentMiddle .imod_fieldWrapper .imod_col3 select[id*='DropDown1'] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col3 select[id*='DropDown1']::-ms-expand {
    display: none
}

#ContentMiddle .imod_fieldWrapper .imod_col3 select[id*='DropDown1'] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col3 select[id*='DropDown1']::-ms-expand {
    display: none
}

#ContentMiddle .imod_fieldWrapper .imod_col3 select[id*='DropDown1'] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col4 {
    width: 100%
}

@media only screen and (min-width: 700px) {
    #ContentMiddle .imod_fieldWrapper .imod_col4 {
        width: 70%
    }
}

#ContentMiddle .imod_fieldWrapper .imod_col4 textarea,
#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col4 select {
    background: #fff;
    border: 2px solid #C5CFDA;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    padding: 0 10px;
    width: 100%;
    max-width: 100%
}

#ContentMiddle .imod_fieldWrapper .imod_col4 textarea:focus,
#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"]:focus,
#ContentMiddle .imod_fieldWrapper .imod_col4 select:focus,
#ContentMiddle .imod_fieldWrapper .imod_col4 textarea:focus-visible,
#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"]:focus-visible,
#ContentMiddle .imod_fieldWrapper .imod_col4 select:focus-visible {
    outline: none;
    border-color: #861F41
}

@media only screen and (max-width: 1024px) {

    #ContentMiddle .imod_fieldWrapper .imod_col4 textarea,
    #ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"],
    #ContentMiddle .imod_fieldWrapper .imod_col4 select {
        width: 100%
    }
}

#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col4 select[id*='DropDown1'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 42px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><style type='text/css'><![CDATA[.arw { fill: %23861F41; }.bkgd { fill: %23C5CFDA; }]]></style><rect class='bkgd' width='40' height='40' /><polygon class='arw' points='15,15 25,15 20,23'/></svg>");
    background-repeat: no-repeat, repeat;
    background-position: right top;
    background-size: 42px 42px;
    padding-right: 50px;
    cursor: pointer
}

#ContentMiddle .imod_fieldWrapper .imod_col4 select[id*='DropDown1'] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col4 select[id*='DropDown1']::-ms-expand {
    display: none
}

#ContentMiddle .imod_fieldWrapper .imod_col4 select[id*='DropDown1'] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col4 select[id*='DropDown1']::-ms-expand {
    display: none
}

#ContentMiddle .imod_fieldWrapper .imod_col4 select[id*='DropDown1'] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper.giftAmountBox {
    font-size: 1.5rem
}

#ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldLabel {
    width: 100%;
    padding: 0 0 10px;
    line-height: normal
}

@media only screen and (min-width: 700px) {
    #ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldLabel {
        line-height: 60px;
        width: 30%;
        padding-right: 20px;
        padding-bottom: 0
    }
}

#ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldInput {
    width: 100%;
    position: relative
}

#ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldInput span[id*='lblDollarSign'] {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 60px;
    width: 40px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    color: #222
}

#ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldInput input[type="text"] {
    background: #fff;
    height: 60px;
    line-height: 1em;
    font-size: 35px;
    font-weight: bold;
    padding-left: 40px
}

@media only screen and (min-width: 700px) {}

@media only screen and (min-width: 700px) {
    #ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldInput {
        width: 70%
    }
}

#ContentMiddle .imod_fieldWrapper span[id*="lblFullName2"],
#ContentMiddle .imod_fieldWrapper span[id*='lblCCNoHypens'] {
    display: block;
    font-size: .8em;
    font-style: italic;
    opacity: .5
}

#ContentMiddle .imod_fieldWrapper #divPayByCC .imod_fieldWrapper .imod_fieldInput {
    width: auto
}

#ContentMiddle .imod_fieldWrapper #divPayByCC .imod_fieldWrapper .imod_fieldInput select,
#ContentMiddle .imod_fieldWrapper #divPayByCC .imod_fieldWrapper .imod_fieldInput input {
    width: auto
}

#ContentMiddle .imod_fieldWrapper .imod-payment-options>div>div>.imod-payment-options-payment-control {
    margin: 0
}

#ContentMiddle .imod_fieldWrapper .imod-payment-options>div>div>.imod-payment-options-payment-control fieldset {
    margin: 0 !important;
    background: #f6f6f6;
    padding: 10px 15px;
    margin: 0;
    border: 2px solid #EBEBEB
}

@media only screen and (min-width: 700px) {
    #ContentMiddle .imod_fieldWrapper .imod-payment-options>div>div>.imod-payment-options-payment-control fieldset {
        padding: 20px 30px
    }
}

#ContentMiddle .imod_fieldWrapper .imod-payment-options>div>div>.imod-payment-options-payment-control legend {
    font-weight: bold;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222
}

#ContentMiddle .imod_fieldWrapper .imod-payment-options>div>div>.imod-payment-options-payment-control table.imod-payment-table {
    margin: 0 !important;
    width: 100% !important
}

#ContentMiddle .imod_fieldWrapper .imod-payment-options>div>div>.imod-payment-options-payment-control .imod-payment-options-indented-elements {
    margin-left: 0 !important
}

#ContentMiddle .imod_fieldWrapper .imod-payment-options>div>div>.imod-payment-options-payment-control #spPaymentDates,
#ContentMiddle .imod_fieldWrapper .imod-payment-options>div>div>.imod-payment-options-payment-control #spNextPaymentDate {
    font-weight: 900;
    color: #222
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] {
    display: block;
    font-size: 14px;
    line-height: normal;
    margin: 0 -10px
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody {
    display: block
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
    display: block;
    float: left;
    width: 50%;
    border: 10px solid #fff
}

@media only screen and (max-width: 1024px) {
    #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
        width: 100%;
        float: none;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(3n+3) {
    clear: left
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr.active td,
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr.active td:hover {
    background: #330c19;
    border-color: #861F41
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td {
    padding: 0;
    display: block;
    position: relative;
    transition: all 250ms ease
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td input[type='radio'] {
    position: absolute;
    left: -9999999em
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td input[type='radio']:checked+label {
    border-color: #87909A;
    background: #87909A;
    color: #fff;
    box-shadow: none;
    -ms-transform: none;
    transform: none
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td input[type='radio']:checked+label:before {
    content: "\f058";
    color: #fff;
    background: none;
    font-weight: bold
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td label {
    display: block;
    padding: 16px 80px 17px 20px;
    background: #fff;
    border: 1px solid #861F41;
    color: #861F41;
    font-weight: 600;
    font-size: 1.1875rem;
    line-height: calc(1.21052632);
    margin: 0;
    cursor: pointer;
    border-radius: 4px !important;
    overflow: hidden;
    box-shadow: 4px 7px 0 #C5CFDA;
    transform: perspective(1px) translateZ(0);
    transition: all .3s ease-in-out
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td label:before {
    color: #861F41;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 0;
    content: '';
    background: url(../images/uncheckedDesignation.svg) no-repeat center center;
    width: 60px;
    text-align: center;
    height: 30px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    transition: all .3s ease-in-out
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td label:hover {
    border-color: #861F41;
    background: #861F41;
    color: white;
    text-decoration: none;
    border-radius: 4px !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px)
}

#ContentMiddle .designation-section .divAdvancedDesignations {
    width: 100%;
    margin: 0;
    border: 2px solid #c8c8c8
}

#ContentMiddle .designation-section .divAdvancedDesignations .fa {
    color: #861F41
}

#ContentMiddle .login-password-box {
    width: 100%
}

#ContentMiddle #divButtons {
    clear: both;
    padding-top: 40px
}

#ContentMiddle .imod_formBillingWrapper .imod_CategoryWrapper .EventsHeader,
#ContentMiddle .imod_summaryWrap .imod_CategoryWrapper .EventsHeader {
    background: transparent;
    color: #000;
    border: none;
    font-size: 1.375rem;
    line-height: calc(1.09090909);
    font-weight: bold;
    padding: 10px 15px 16px 0;
    text-transform: none;
    position: relative;
    display: block;
    margin-bottom: 10px;
    border-bottom: 2px solid #861F41
}

#ContentMiddle .imod_formBillingWrapper .imod_CategoryWrapper .EventsHeader strong,
#ContentMiddle .imod_summaryWrap .imod_CategoryWrapper .EventsHeader strong,
#ContentMiddle .imod_formBillingWrapper .imod_CategoryWrapper .EventsHeader b,
#ContentMiddle .imod_summaryWrap .imod_CategoryWrapper .EventsHeader b {
    font-weight: normal
}

#ContentMiddle .imod_formBillingWrapper span[id*='lblAmount'],
#ContentMiddle .imod_summaryWrap span[id*='lblAmount'],
#ContentMiddle .imod_formBillingWrapper span[id*='lblAmount2'],
#ContentMiddle .imod_summaryWrap span[id*='lblAmount2'] {
    font-size: 1.45rem;
    line-height: 1;
    font-weight: bold
}

@media only screen and (max-width: 1169px) {

    #ContentMiddle .imod_formBillingWrapper span[id*='lblAmount'],
    #ContentMiddle .imod_summaryWrap span[id*='lblAmount'],
    #ContentMiddle .imod_formBillingWrapper span[id*='lblAmount2'],
    #ContentMiddle .imod_summaryWrap span[id*='lblAmount2'] {
        font-size: 1.125rem
    }
}

.fancybox-overlay .fancybox-wrap {
    width: 600px !important;
    max-width: 90%
}

.fancybox-overlay .fancybox-wrap .fancybox-inner {
    width: 100% !important
}

.fancybox-overlay .fancybox-wrap .fancybox-skin {
    padding: 30px !important
}

@media only screen and (max-width: 1024px) {
    .fancybox-overlay .fancybox-wrap .fancybox-skin {
        padding: 15px !important
    }
}

.fancybox-overlay .fancybox-wrap div.imod_designations_wrapper {
    max-width: 100%
}

.fancybox-overlay .fancybox-wrap div.imod_designations_wrapper br {
    display: none
}

.fancybox-overlay .fancybox-wrap div.imod_designations_wrapper span.instruction-section {
    font-size: 1em;
    width: 100%;
    margin: 0 0 0
}

.fancybox-overlay .fancybox-wrap div.imod_designations_wrapper div.notification-section-top {
    margin-top: 10px
}

.fancybox-overlay .fancybox-wrap div.header-section {
    float: left;
    min-height: 35px;
    padding: 0 0 15px;
    width: 100%
}

.fancybox-overlay .fancybox-wrap div.header-section h1 {
    margin: 0;
    padding: 5px 220px 5px 0;
    font-size: 1.5em;
    min-height: 40px
}

@media only screen and (max-width: 1024px) {
    .fancybox-overlay .fancybox-wrap div.header-section h1 {
        margin-top: 40px;
        font-size: 1.3em;
        padding-right: 0
    }
}

.fancybox-overlay .fancybox-wrap div.header-section div.search-section {
    background: #ddd;
    border: 1px solid #ccc;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0
}

@media only screen and (max-width: 1024px) {
    .fancybox-overlay .fancybox-wrap div.header-section div.search-section {
        width: 100%
    }
}

.fancybox-overlay .fancybox-wrap div.header-section div.search-section div.search-box {
    border: none;
    background: none
}

.fancybox-overlay .fancybox-wrap div#main-section {
    background: #eee;
    border: 2px solid #ddd
}

.fancybox-overlay .fancybox-wrap div#main-section fieldset {
    border: none;
    margin: 15px 0 0;
    padding: 8px 15px 10px
}

.fancybox-overlay .fancybox-wrap div#main-section fieldset legend {
    font-size: 1.25em;
    line-height: 1.3em
}

@media only screen and (max-width: 1024px) {
    .fancybox-overlay .fancybox-wrap div#main-section fieldset legend {
        font-size: 1em
    }
}

.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section {
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    margin: 0 0 5px;
    width: 100%;
    float: none;
    overflow: hidden;
    position: relative
}

.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section input {
    margin: 6px 5px 0 0
}

.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section label {
    display: block;
    max-width: 100%
}

.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section div.arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    padding: 10px;
    line-height: 1
}

.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section ul.sub-section {
    width: 100%;
    float: none;
    margin: 0;
    padding: 5px 0 0 17px
}

.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section ul.sub-section li.child {
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 5px 15px 5px 0
}

.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section ul.sub-section li.child input[type="checkbox"] {
    width: 15px;
    margin: 0
}

.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section ul.sub-section li.child label {
    float: none;
    padding-left: 23px;
    line-height: normal
}

.fancybox-overlay .fancybox-wrap div.button-section {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    float: left
}

.fancybox-overlay .fancybox-wrap div.button-section input {
    background: #861F41;
    color: #fff;
    display: inline-block;
    float: right;
    padding: 10px 20px;
    border: none;
    max-width: 40%;
    transition: all 250ms ease;
    margin: 0;
    height: 40px
}

.fancybox-overlay .fancybox-wrap div.button-section input:hover {
    background: #222;
    color: #fff
}

.fancybox-overlay .fancybox-wrap div.button-section a {
    border: 1px solid #ccc;
    color: #333;
    margin: 0 !important;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    float: left;
    max-width: 40%;
    line-height: 1
}

.fancybox-overlay .fancybox-wrap div.button-section a:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
    border-color: #222
}

.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 1024px) {
    .flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody {
        display: block
    }
}

.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
    display: inherit;
    -ms-flex-direction: column;
    flex-direction: column
}

.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

ul.giveBtnsList {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    text-align: center
}

ul.giveBtnsList li {
    display: inline-block;
    padding: 0 10px;
    margin-right: -4px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    ul.giveBtnsList li {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 1024px) {
    ul.giveBtnsList li {
        padding: 0 5px;
        width: 50%;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

ul.giveBtnsList li a {
    text-decoration: none;
    display: block;
    font-size: 2em;
    line-height: 1em;
    padding: 20px 30px;
    background: #861F41;
    color: #fff !important;
    font-weight: bold
}

ul.giveBtnsList li a.otherAmt {
    font-weight: normal;
    color: #fff
}

ul.giveBtnsList li a:hover {
    background: #222;
    color: #fff !important;
    border-color: #000
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    ul.giveBtnsList li a {
        font-size: 26px;
        padding: 15px 20px
    }
}

@media only screen and (max-width: 1024px) {
    ul.giveBtnsList li a {
        font-size: 24px;
        padding: 13px
    }
}

ul.giveBtnsList span.sm {
    float: left;
    font-size: .55em;
    margin-right: 2px;
    position: relative;
    top: -5px
}

@media only screen and (max-width: 1024px) {
    ul.giveBtnsList span.sm {
        float: none
    }
}

.giveInputWrapper {
    display: block;
    position: relative;
    height: 50px;
    padding-right: 20px;
    max-width: 50%;
    margin: 0 auto
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .giveInputWrapper {
        max-width: 80%
    }
}

@media only screen and (max-width: 1024px) {
    .giveInputWrapper {
        max-width: 100%
    }
}

.giveInputWrapper .giveInputInner {
    background: #fff;
    overflow: hidden;
    padding-left: 45px;
    position: relative;
    border: 2px solid #ccc
}

.giveInputWrapper label {
    display: none
}

.giveInputWrapper .dollarSign {
    position: absolute;
    top: 0;
    left: 0;
    color: #222 !important;
    font-size: 25px;
    line-height: 50px;
    width: 35px;
    text-align: right
}

.giveInputWrapper #giveInput {
    background: none;
    border: none;
    height: 46px;
    color: #222 !important;
    width: 100%;
    font-size: 25px
}

@media only screen and (max-width: 1024px) {
    .giveInputWrapper #giveInput {
        font-size: 18px
    }
}

.giveInputWrapper #giveBtnSubmit {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    border: none;
    background: #222;
    padding: 0 20px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 250ms ease;
    line-height: 50px;
    text-decoration: none;
    cursor: pointer;
    color: #fff
}

.giveInputWrapper #giveBtnSubmit:hover {
    background: #000
}

@media only screen and (max-width: 1024px) {
    .giveInputWrapper #giveBtnSubmit {
        padding: 0 10px;
        font-size: 11px
    }
}

.giveInputWrapper #errorMsg {
    font-style: italic;
    padding-top: 5px;
    text-align: center;
    font-size: 13px
}

.classnotes-form .imod-field-control select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 42px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><style type='text/css'><![CDATA[.arw { fill: %23861F41; }.bkgd { fill: %23C5CFDA; }]]></style><rect class='bkgd' width='40' height='40' /><polygon class='arw' points='15,15 25,15 20,23'/></svg>");
    background-repeat: no-repeat, repeat;
    background-position: right top;
    background-size: 42px 42px;
    padding-right: 50px;
    cursor: pointer;
    padding-left: 10px
}

.classnotes-form .imod-field-control select option {
    height: 42px
}

.classnotes-form .imod-field-control select::-ms-expand {
    display: none
}

.classnotes-form .imod-field-control select option {
    height: 42px
}

.classnotes-form .imod-field-control select::-ms-expand {
    display: none
}

.filters .heroImg {
    background: #861F41;
    color: white;
    position: relative;
    overflow: hidden
}

.filters .heroImg .heroMountains {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 86px;
    background-image: url(../images/ctaMtns--mobile.svg);
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .filters .heroImg .heroMountains {
        background-image: url(../images/ctaMtns--desktop.svg);
        background-position: left center;
        background-size: auto
    }
}

@media only screen and (min-width: 1025px) {
    .filters .heroImg .heroMountains {
        width: 100%;
        height: 130px;
        background-image: url(../images/ctaMtns--desktop.svg)
    }
}

.filters .heroImg .classNotesCta {
    text-align: center;
    padding: 80px 0 98px
}

@media only screen and (min-width: 1025px) {
    .filters .heroImg .classNotesCta {
        padding: 100px 50px 90px
    }
}

.filters .heroImg .classNotesCta a:not(.button) {
    color: white;
    text-decoration: underline;
    display: inline-block
}

.filters .heroImg .classNotesCta a:not(.button):hover,
.filters .heroImg .classNotesCta a:not(.button):focus {
    text-decoration: none;
    color: #FFC658
}

.filters .heroImg .classNotesCta a:not(.button):focus-visible {
    outline: 2px dotted white;
    outline-offset: 2px
}

.filters .heroImg .classNotesCta h1,
.filters .heroImg .classNotesCta .title {
    color: #FFC658;
    font-family: "dharma-gothic-m", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: calc(1.125);
    letter-spacing: 5px;
    font-weight: bold;
    padding: 0 5px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {

    .filters .heroImg .classNotesCta h1,
    .filters .heroImg .classNotesCta .title {
        font-size: 3rem;
        line-height: calc(1.04166667);
        letter-spacing: 6px
    }
}

@media only screen and (min-width: 1025px) {

    .filters .heroImg .classNotesCta h1,
    .filters .heroImg .classNotesCta .title {
        padding: 0;
        font-size: 3.5rem;
        line-height: calc(.89285714);
        letter-spacing: 7px
    }
}

.filters .heroImg .classNotesCta .preview {
    margin-top: 15px
}

.filters .heroImg .classNotesCta .preview a:not(.button) {
    color: white;
    text-decoration: underline !important
}

.filters .heroImg .classNotesCta .preview a:not(.button):hover,
.filters .heroImg .classNotesCta .preview a:not(.button):focus {
    text-decoration: none;
    color: #FFC658
}

.filters .heroImg .classNotesCta .preview a:not(.button):focus-visible {
    outline: 2px dotted white;
    outline-offset: 2px
}

.filters .heroImg .classNotesCta article a {
    text-decoration: none !important
}

.filters .heroImg .classNotesCta article a .preview {
    color: white;
    text-decoration: none
}

.filters .heroImg .classNotesCta article a:hover,
.filters .heroImg .classNotesCta article a:focus {
    text-decoration: none
}

.filters .heroImg .classNotesCta article a:hover h1,
.filters .heroImg .classNotesCta article a:focus h1,
.filters .heroImg .classNotesCta article a:hover .title,
.filters .heroImg .classNotesCta article a:focus .title {
    text-decoration: underline
}

.filters .heroImg .classNotesCta article a:focus-visible {
    outline: 2px dotted white;
    outline-offset: 2px
}

.filters .heroImg .classNotesCta .button {
    text-transform: uppercase;
    margin: 0;
    box-shadow: 4px 7px 0 #691833;
    margin-top: 25px
}

@media only screen and (min-width: 1025px) {
    .filters .heroImg .classNotesCta .button {
        margin-top: 35px
    }
}

.filters .heroImg .classNotesCta .button:hover,
.filters .heroImg .classNotesCta .button:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-color: #fff
}

.filters .oneCol-layout {
    padding: 50px 0
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .filters .oneCol-layout {
        padding: 50px 0 100px
    }
}

@media only screen and (min-width: 1025px) {
    .filters .oneCol-layout {
        padding: 70px 0 100px
    }
}

.filters #main {
    padding: 0
}

.filters .fullImg {
    background-size: cover;
    background-position: center
}

.filters .mainWrapper {
    padding-top: 60px;
    padding-bottom: 60px
}

@media only screen and (min-width: 700px) {
    .filters .mainWrapper {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

@media only screen and (min-width: 1025px) {
    .filters .mainWrapper {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.filters .featuredEvent {
    margin-top: 2rem;
    margin-bottom: 3rem
}

@media only screen and (min-width: 700px) {
    .filters .featuredEvent {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        column-gap: 0;
        row-gap: 0;
        grid-template-areas: "leftarea rightareatop" "leftarea rightareabottom" "fullwidth fullwidth"
    }
}

.filters .featuredEvent .thumbWrap {
    position: relative;
    margin-bottom: 1.5rem
}

@media only screen and (min-width: 700px) {
    .filters .featuredEvent .thumbWrap {
        grid-area: leftarea;
        padding-right: 15px;
        margin-bottom: 0
    }
}

.filters .featuredEvent .thumbWrap .thumb {
    padding-bottom: 60%;
    background-size: cover;
    background-position: center
}

@media only screen and (min-width: 700px) {
    .filters .featuredEvent .thumbWrap .thumb {
        padding-bottom: 80%
    }
}

.filters .featuredEvent .thumbWrap .category {
    position: absolute;
    top: 0;
    left: 0;
    background: #363636;
    color: #fff;
    font-weight: bold;
    padding: .5rem 1.25rem
}

@media only screen and (min-width: 700px) {
    .filters .featuredEvent .thumbWrap .category {
        font-size: 1.25rem
    }
}

@media only screen and (min-width: 700px) {
    .filters .featuredEvent .textWrap {
        grid-area: rightareatop;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1025px) {
    .filters .featuredEvent .textWrap {
        padding-left: 2rem
    }
}

.filters .featuredEvent .textWrap h2 {
    color: #363636;
    margin: 0 0 1.5rem
}

.filters .featuredEvent .detailsWrap {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 2rem
}

@media only screen and (min-width: 700px) {
    .filters .featuredEvent .detailsWrap {
        grid-area: fullwidth;
        margin-top: 2.5rem
    }
}

@media only screen and (min-width: 1025px) {
    .filters .featuredEvent .detailsWrap {
        grid-area: rightareabottom;
        padding-left: 2rem;
        margin-top: 2rem;
        font-size: 1.125rem
    }
}

.filters .featuredEvent .detailsWrap .dateBox,
.filters .featuredEvent .detailsWrap .location {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 700px) {

    .filters .featuredEvent .detailsWrap .dateBox,
    .filters .featuredEvent .detailsWrap .location {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.filters .featuredEvent .detailsWrap .dateBox .icon,
.filters .featuredEvent .detailsWrap .location .icon {
    color: #861F41;
    font-size: 1.5rem;
    padding-right: 1.25rem;
    text-align: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-right: 1.125rem
}

@media only screen and (min-width: 700px) {}

.filters .featuredEvent .detailsWrap .location {
    margin-top: 1rem
}

@media only screen and (min-width: 700px) {
    .filters .featuredEvent .detailsWrap .location {
        margin: 0
    }
}

.filters .featuredEvent .detailsWrap .buttons {
    margin-top: 2rem
}

@media only screen and (min-width: 700px) {
    .filters .featuredEvent .detailsWrap .buttons {
        margin-top: 0
    }
}

@media only screen and (min-width: 1025px) {
    .filters .featuredEvent .detailsWrap .buttons {
        margin-top: 2rem
    }
}

.filters .featuredEvent .detailsWrap .buttons a {
    text-decoration: none
}

.filters .featuredEvent .detailsWrap .button {
    height: 60px;
    width: 100%;
    display: none
}

@media only screen and (min-width: 1025px) {
    .filters .featuredEvent .detailsWrap .button {
        max-width: 45%
    }
}

.filters .featuredEvent .detailsWrap .button+.button {
    margin-top: .5rem
}

@media only screen and (min-width: 1025px) {
    .filters .featuredEvent .detailsWrap .button+.button {
        margin-left: 4%
    }
}

.filters .featuredEvent .detailsWrap a .button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none
}

.filters .filtersLabel h2 {
    margin-bottom: 23px;
    text-align: center
}

@media only screen and (min-width: 700px) {
    .filters .filtersLabel h2 {
        margin-bottom: 33px
    }
}

@media only screen and (min-width: 1025px) {}

.filters .noResults {
    padding-bottom: 40px
}

@media only screen and (min-width: 700px) {
    .filters .noResults {
        padding-bottom: 60px
    }
}

.filters #filterFields fieldset {
    border: none;
    padding: 0
}

@media only screen and (min-width: 700px) {}

@media only screen and (min-width: 1025px) {}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .filters .filtersWrap {
        margin: 0 -7px
    }
}

@media only screen and (min-width: 1025px) {
    .filters .filtersWrap {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 700px) {
    .filters .filtersWrap .row+.row {
        margin-top: 14px
    }
}

@media only screen and (min-width: 1025px) {
    .filters .filtersWrap .row+.row {
        margin-top: 30px
    }
}

.filters .filtersWrap .filtersInner {
    width: 100%
}

@media only screen and (min-width: 700px) {
    .filters .filtersWrap .filtersInner {
        display: -ms-flexbox;
        display: flex;
        padding-left: 7px;
        padding-right: 7px
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .filters .filtersWrap .searchWrap {
        margin-top: 20px
    }
}

@media only screen and (min-width: 1025px) {
    .filters .filtersWrap .searchWrap {
        margin-top: 30px
    }
}

.filters .filtersWrap .filterItem+.filterItem {
    margin-top: 15px
}

@media only screen and (min-width: 700px) {
    .filters .filtersWrap .filterItem+.filterItem {
        margin-top: 0
    }
}

@media only screen and (min-width: 700px) {
    .filters .filtersWrap .filterItem {
        padding-left: 7px;
        padding-right: 7px
    }
}

@media only screen and (min-width: 1025px) {
    .filters .filtersWrap .filterItem {
        padding-left: 15px;
        padding-right: 15px
    }
}

.filters .filtersWrap .openSearch {
    margin-top: 15px
}

@media only screen and (min-width: 700px) {
    .filters .filtersWrap .openSearch {
        margin-top: 0
    }
}

.filters .filtersWrap input[type='text'] {
    border: 2px solid #C5CFDA;
    height: 62px;
    padding: 0 20px 0 62px;
    font-weight: 600;
    color: #231F20;
    font-size: 1rem;
    line-height: calc(1.1875);
    width: 100%;
    -webkit-appearance: none
}

@media only screen and (min-width: 1025px) {}

.filters .filtersWrap input[type='text']:focus-visible {
    border-color: #000;
    outline: 1px solid #000
}

.filters .filtersWrap input[type='text']:-ms-input-placeholder {
    color: #9E9E9E
}

.filters .filtersWrap input[type='text']::placeholder {
    color: #9E9E9E
}

.filters .filtersWrap input[type='text']:invalid {
    outline: none;
    border-color: red;
    box-shadow: none
}

.filters .filtersWrap input[type='text']#tagSearchField {
    color: #222
}

.filters .filtersWrap .dropdown {
    padding: 0;
    background: #fff
}

.filters .filtersWrap .dropdown select {
    height: 62px;
    -webkit-appearance: none;
    border: 2px solid #C5CFDA;
    background: transparent;
    font-weight: 500;
    color: #231F20;
    font-size: 1rem;
    line-height: calc(1.1875);
    width: 100%;
    position: relative;
    z-index: 2;
    cursor: pointer;
    padding: 0 1rem;
    font-weight: 600
}

@media only screen and (min-width: 1025px) {}

.filters .filtersWrap .dropdown select:focus-visible {
    border-color: #000;
    outline: 1px solid #000
}

.filters .filtersWrap .dropdown:after {
    content: "";
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAC6ADAAQAAAABAAAABgAAAABa5ryNAAAAeElEQVQYGWNUllc4zsDAYAHE+MDvf/8YnZkYGP5vwacKJMfIwHCX9S/rdeb3Hz8eFuQXYGBkZHDApgmo8MYfRgbHu4/vvmIGKXj/8cNBbBpgCh88ePACpA6sGJsGdIUoimEahAX4fwNdyfmH4b/3w4cPwSaC5EAAADQlMJwVIoXvAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 6px;
    position: absolute;
    top: 0;
    right: 1.5rem;
    width: 40px;
    height: 62px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.filters .filtersWrap #tagSearchWrap {
    position: relative
}

.filters .filtersWrap #tagSearchWrap:after {
    content: "";
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAEaADAAQAAAABAAAAEAAAAACQO5iLAAAB1UlEQVQ4EZVTO0gDQRDNXc5EYxDRMiRgIXZiERUsLIIgiGh3hWAghngIFvZapEipVoqc4QhJGUvtBLVSsPADIliJiZaKQkTI5eObdXc5thAd2MybN7Nvd24nmk+xQqGw2G63Z0HHsXqxrjRNu6jX61uWZX0o5SzUBFksFiPNZtNBPC04xT9DbCmVSh0rvI+J2LbdAbtEcoQXVHGbM+B3XdfHgcc47wKPptPpWx4zZ9AvBDbghMB+OBxeM03zi1Xgx3EcE7coAnZilXBoHK25Iq9zsMr9eaVSWfEKEI+TyxBZJww/HAwGJwkL0/P5/ACCPiJwVTubzbZE0uv9fr+NmOVQRx9dmm4YxpCIcMqDwKpPJpOf4F6Ih4jcQ7HeaDTkRjVJBcJKpVI3cIRiHPYkePJ6JpN5hH+jAEkL7YjvRJQ0PL+FgOVarda1TAgSfoeTE7FYbK9cLnd5i+h1cMsc5+6q1eqRN8+e2HXdHJ55Dgl65uVarTaDjafA6pywVqLR6CBy8jOwYQPh+8PEUst0aA/WK1qfwvTeAP9MLAFhyn+nH/w91gk2baKlXeAFXiuF5E144leHSQ2h7UMUJYQQ5ifxLxHaqArhdtv/FvEIHQCHAoHA/Df4uKuLKOTLHQAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 24px;
    width: 30px;
    height: 62px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 700px) {}

.filters .filtersWrap .buttonRowInner {
    padding: 0
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .filters .filtersWrap .buttonRowInner {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (min-width: 1025px) {
    .filters .filtersWrap .buttonRowInner {
        padding-left: 12px;
        padding-right: 12px
    }
}

.filters .filtersWrap #goButton {
    margin: 0;
    width: 100%;
    display: block;
    height: 62px
}

@media only screen and (min-width: 1025px) {}

.filters #clearButtonWrap {
    margin: 1.5rem 0 0;
    position: relative;
    display: none;
    text-align: right
}

@media only screen and (min-width: 1025px) {
    .filters #clearButtonWrap {
        margin-top: 30px
    }
}

.filters #clearButtonWrap button {
    background: rgba(255, 198, 88, 0.38);
    border: 2px solid #FFC658;
    color: #861F41;
    height: 62px;
    width: 100%;
    margin: 0;
    padding: 20px 20px 20px 62px;
    display: block;
    border-radius: 0;
    text-align: left;
    position: relative;
    font-size: 1rem;
    line-height: calc(1.1875);
    font-weight: 600;
    box-shadow: none;
    -ms-transform: none;
    transform: none
}

.filters #clearButtonWrap button:hover,
.filters #clearButtonWrap button:focus {
    background: #861F41;
    border-color: #861F41;
    color: #fff;
    -ms-transform: none;
    transform: none
}

.filters #clearButtonWrap button:hover .icon svg,
.filters #clearButtonWrap button:focus .icon svg {
    fill: #fff
}

.filters #clearButtonWrap button:focus {
    outline: none
}

.filters #clearButtonWrap button:focus-visible {
    outline: 2px dotted #000;
    outline-offset: 4px
}

.filters #clearButtonWrap button .fas {
    position: absolute;
    left: 22px;
    margin-top: 2px
}

.filters #counterBox {
    font-size: 1rem;
    line-height: calc(1.1875);
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -ms-flex-align: center;
    align-items: center;
    color: #861F41;
    margin-top: 20px
}

.filters #counterBox #resultsCount {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px
}

.filters #counterBox #resultsCount span {
    font-size: 18px;
    line-height: calc(1.05555556);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #C5CFDA;
    margin-right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filters #filteredPCB {
    clear: both;
    display: block
}

.filters .helpInfo {
    margin-top: 1.5em
}

.filters #changeView {
    font-weight: bold;
    line-height: 1;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.filters #viewToggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 40px;
    margin-bottom: 20px;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 700px) {
    .filters #viewToggle {
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 0;
        margin-bottom: 0;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.filters #viewToggle fieldset {
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

@media only screen and (min-width: 700px) {
    .filters #viewToggle fieldset {
        margin-left: 10px;
        margin-top: 0
    }
}

.filters #viewToggle .viewBtn {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.filters #viewToggle .viewBtn+.viewBtn {
    margin-left: 5px
}

.filters #viewToggle input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.filters #viewToggle input[type="radio"]:checked+label {
    background: #861F41;
    color: #fff
}

.filters #viewToggle input[type="radio"]:checked+label:after {
    border-color: transparent
}

.filters #viewToggle input[type="radio"]:checked+label:before {
    content: "";
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(0.125rem + 12px);
    width: .75rem;
    height: .75rem;
    background: #000;
    border-radius: 50%;
    z-index: 1
}

.filters #viewToggle input[type="radio"]:focus+label {
    outline: 2px solid #861F41;
    outline-offset: 2px
}

.filters #viewToggle label {
    background: #eee;
    border: none;
    padding: 5px 15px 5px 35px;
    height: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer
}

.filters #viewToggle label+button {
    margin-left: 5px
}

.filters #viewToggle label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1rem;
    width: 1rem;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ddd
}

.filters #viewToggle label:hover,
.filters #viewToggle label:focus {
    background: #D8D8D8
}

.filters #viewToggle label:focus {
    outline: 2px solid #861F41;
    outline-offset: 1px
}

.filters #clearButton .icon {
    width: 50px;
    height: 50px
}

.filters data {
    display: none
}

.filters #filterContent {
    margin-top: 23px
}

@media only screen and (min-width: 700px) {
    .filters #filterContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 0;
        padding-right: 0
    }
}

.filters .cardItem {
    margin: 0
}

@media only screen and (min-width: 700px) {}

.filters .cardItem+.cardItem {
    margin-top: 30px
}

@media only screen and (min-width: 700px) {
    .filters .cardItem+.cardItem {
        margin: 0
    }
}

.filters .cardItem:first-child .inner {
    padding-top: 0
}

.filters .cardItem:nth-child(even) .inner {
    background: #fff
}

.filters .cardItem:nth-child(even) .tags span {
    background: #eee
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .filters .cardItem:nth-child(n+3) {
        margin-top: 30px
    }
}

@media only screen and (min-width: 1025px) {
    .filters .cardItem:nth-child(n+4) {
        margin-top: 50px
    }
}

.filters .cardItem .inner {
    position: relative;
    padding: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 6px 30px 0 rgba(184, 184, 184, 0.5)
}

.filters .cardItem .inner:hover .data,
.filters .cardItem .inner:focus-within .data {
    border-left-color: #861F41;
    background-color: #861F41
}

.filters .cardItem .inner:hover .data h3,
.filters .cardItem .inner:focus-within .data h3,
.filters .cardItem .inner:hover .data .name,
.filters .cardItem .inner:focus-within .data .name {
    color: white
}

.filters .cardItem .inner:hover .data .type,
.filters .cardItem .inner:focus-within .data .type {
    color: white
}

@media only screen and (min-width: 700px) {
    .filters .cardItem .inner {
        padding-top: 0;
        background: #fff
    }
}

.filters .cardItem .inner button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0;
    z-index: 1
}

.filters .cardItem .inner button:hover,
.filters .cardItem .inner button:focus {
    outline: none
}

.filters .cardItem .inner button:focus-visible {
    outline: 2px dotted black;
    outline-offset: 3px
}

.filters .cardItem .thumb {
    position: relative;
    display: block;
    padding-bottom: 0;
    min-width: 100%;
    aspect-ratio: 1.08888889;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    max-height: 360px
}

.filters .cardItem .thumb img {
    opacity: 0
}

.filters .cardItem .thumb .category {
    background: #004E6D;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: inline-block;
    padding: .75rem 1.25rem;
    max-width: 250px;
    font-size: 1rem;
    line-height: 1
}

.filters .cardItem .cardInner {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #333
}

@media only screen and (min-width: 700px) {
    .filters .cardItem .cardInner {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.filters .cardItem .data {
    border-left: 5px solid #FFC658;
    padding: 25px 20px 22px 35px;
    -ms-flex: 1;
    flex: 1;
    transition: all .3s ease
}

@media only screen and (min-width: 1025px) {
    .filters .cardItem .data {
        padding: 27px 20px 27px 40px
    }
}

.filters .cardItem .data:has(+ button:hover),
.filters .cardItem .data:has(+ button:focus) {
    border-left-color: #861F41
}

.filters .cardItem .data h3,
.filters .cardItem .data .name {
    font-size: 1.375rem;
    line-height: calc(1.27272727);
    color: #000;
    font-weight: bold;
    margin: 0;
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    transition: all .3s ease
}

.filters .cardItem .data .type {
    font-size: 1rem;
    line-height: calc(1.25);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #861F41;
    font-weight: 500;
    margin-bottom: 4px;
    transition: all .3s ease
}

@media only screen and (min-width: 1025px) {
    .filters .cardItem .data .type {
        margin-top: 9px
    }
}

.filters .cardItem .data .preview {
    font-size: .875rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 1rem
}

.filters .cardItem .details {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1.5rem;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: bold
}

.filters .cardItem .details>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.filters .cardItem .details>div+div {
    margin-top: .5rem
}

.filters .cardItem .details>div .icon {
    width: 2.125rem;
    color: #861F41;
    text-align: center;
    padding-right: .5rem;
    font-size: 1.25rem;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.filters .cardItem .ctaRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -1px
}

.filters .cardItem .ctaRow .trigger {
    width: 100%;
    background: #861F41;
    color: #fff;
    text-align: center;
    display: block;
    border: none;
    font-weight: bold;
    height: 60px
}

.filters .cardItem .ctaRow .trigger:hover,
.filters .cardItem .ctaRow .trigger:focus {
    background: #363636
}

.filters .cardItem .ctaRow .trigger:focus {
    outline: 2px solid #fff;
    outline-offset: -4px
}

.filters .cardItem .tags span {
    background: #fff;
    font-size: .75rem;
    display: inline-block;
    padding: .5rem .75rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .5px
}

@media only screen and (min-width: 700px) {
    .filters .cardItem .tags span {
        background: #eee
    }
}

.filters .cardItem .tags span+span {
    margin-left: 5px
}

.filters #pageControl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    font-weight: bold
}

@media only screen and (min-width: 1025px) {
    .filters #pageControl {
        padding-top: 60px
    }
}

.filters #pageControl:before,
.filters #pageControl:after {
    content: "";
    background-color: #C5CFDA;
    height: 1px;
    display: block;
    width: 100%
}

.filters #pageControl .pageControlInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px
}

.filters #pageControl .page-numbers {
    margin: 0 1rem;
    text-align: center
}

.filters #pageControl button {
    width: 47px;
    height: 45px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    background: transparent;
    border: 2px solid transparent;
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    border-radius: 4rem;
    padding: 0
}

.filters #pageControl button:hover,
.filters #pageControl button:focus {
    background: #fff;
    color: #861F41;
    border-color: #861F41
}

.filters #pageControl button:focus {
    outline: none;
    box-shadow: none
}

.filters #pageControl button:focus-visible {
    outline: 2px dotted #000;
    outline-offset: 2px
}

.filters #pageControl button.selected {
    background: #861F41;
    color: #fff;
    pointer-events: none
}

.filters #pageControl button.selected[disabled="disabled"] {
    opacity: 1;
    border: 2px solid transparent
}

.filters #pageControl button+button {
    margin-left: 5px
}

.filters #pageControl button:disabled {
    opacity: .5;
    border-color: #ccc;
    pointer-events: none
}

.filters #pageControl button:disabled:hover,
.filters #pageControl button:disabled:focus {
    background: none
}

.filters #pageControl .arrow button {
    background: #fff;
    color: #000;
    border-color: transparent
}

.filters #pageControl .arrow button:hover {
    background: #363636;
    color: #fff;
    border-color: #363636
}

.filters #pageControl .arrow button:focus {
    outline: none;
    box-shadow: none
}

.filters #pageControl .arrow button:focus-visible {
    outline: 2px dotted #000;
    outline-offset: 2px
}

.filters #noteModal {
    padding: 0 !important
}

@media (max-width:699px) {
    .filters #noteModal .modal-dialog {
        margin: .5rem .9375rem
    }
}

@media only screen and (min-width: 700px) {
    .filters #noteModal .modal-dialog {
        padding: 0 15px;
        width: 730px;
        max-width: 100%
    }
}

.filters #noteModal button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: none;
    border: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    opacity: 1;
    -ms-transform: translate(-26px, 26px);
    transform: translate(-26px, 26px)
}

.filters #noteModal button.close svg {
    fill: #861F41;
    width: 35px
}

@media only screen and (min-width: 700px) {
    .filters #noteModal button.close svg {
        fill: #861F41
    }
}

.filters #noteModal button.close:hover,
.filters #noteModal button.close:focus {
    background: transparent;
    color: #222
}

.filters #noteModal button.close:hover svg,
.filters #noteModal button.close:focus svg {
    fill: #222
}

.filters #noteModal button.close:focus {
    outline: none
}

.filters #noteModal button.close:focus-visible {
    outline: 2px dotted #000
}

.filters #noteModal .modal-content {
    border-radius: 0;
    border: none;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5)
}

.filters #noteModal .modal-content .modal-header {
    border: none;
    padding: 0
}

.filters #noteModal .modal-body {
    padding: 0
}

@media only screen and (min-width: 700px) {
    .filters #noteModal .modal-body {
        display: -ms-flexbox;
        display: flex;
        min-height: 450px
    }
}

.filters #noteModal .modal-body .modal-thumb {
    position: relative;
    padding: 30px 75px 0 30px
}

@media only screen and (min-width: 700px) {
    .filters #noteModal .modal-body .modal-thumb {
        width: 44.29%;
        -ms-flex-preferred-size: 44.29%;
        flex-basis: 44.29%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 45px 0 0 45px
    }
}

.filters #noteModal .modal-body .modal-thumb .thumbInner:before {
    content: "";
    background: #861F41;
    border-right: 117px solid #FFC658;
    width: 100%;
    height: 177px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

@media only screen and (min-width: 700px) {
    .filters #noteModal .modal-body .modal-thumb .thumbInner:before {
        width: 77.42%;
        height: 100%;
        border-right-width: 12px
    }
}

.filters #noteModal .modal-body .modal-thumb .thumbInner img {
    width: 221px;
    position: relative;
    z-index: 3;
    background: #fff
}

@media only screen and (min-width: 700px) {
    .filters #noteModal .modal-body .modal-thumb .thumbInner img {
        width: 237px
    }
}

.filters #noteModal .modal-body .modal-text {
    padding: 30px 30px 36px
}

@media only screen and (min-width: 1025px) {
    .filters #noteModal .modal-body .modal-text {
        padding: 85px 55px 70px 15px
    }
}

.filters #noteModal .modal-body .modal-text .title {
    border-bottom: 1px solid #C5CFDA;
    display: block;
    padding: 0 0 16px;
    margin: 0 0 16px
}

.filters #noteModal .modal-body .modal-text .title h1 {
    font-size: 1.5rem;
    line-height: 1.27272727;
    color: #000;
    font-weight: bold;
    margin: 0;
    font-family: "Barlow", Helvetica, Arial, sans-serif
}

.filters #noteModal .modal-body .modal-text .awardType {
    font-size: 1rem;
    line-height: calc(1.25);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #861F41;
    font-weight: 500
}

.filters #noteModal .modal-body .content {
    font-size: 1rem;
    line-height: calc(1.5);
    color: #000;
    font-weight: normal;
    margin-top: 24px;
    max-height: 250px
}

@media only screen and (min-width: 700px) {
    .filters #noteModal .modal-body .content {
        max-height: 350px
    }
}

.filters #noteModal .modal-body .content:focus-visible {
    outline: 2px dotted #000;
    outline-offset: 1px
}

.filters #noteModal .modal-body .content .row {
    margin: 0
}

@media only screen and (min-width: 700px) {
    .filters #noteModal .modal-body .content .row {
        display: -ms-flexbox;
        display: flex
    }
}

.filters #noteModal .modal-body .content .leftCol {
    background: #EBEBEB;
    padding: 0
}

@media only screen and (min-width: 700px) {
    .filters #noteModal .modal-body .content .leftCol {
        width: 305px;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media only screen and (min-width: 1025px) {
    .filters #noteModal .modal-body .content .leftCol {
        width: 360px
    }
}

.filters #noteModal .modal-body .content .leftCol .thumb {
    padding-bottom: 40px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #004E6D
}

.filters #noteModal .modal-body .content .leftCol .thumb.hasImg {
    padding-bottom: 0;
    min-width: 100%;
    aspect-ratio: 1.55555556
}

.filters #noteModal .modal-body .content .leftCol .category {
    position: absolute;
    left: 0;
    top: 0;
    background: #004E6D;
    color: #fff;
    font-size: 1rem;
    padding: .5rem 1rem
}

.filters #noteModal .modal-body .content .leftCol .details {
    padding: 1rem 1rem 1rem 1.25rem;
    font-weight: bold;
    font-size: 1rem
}

@media only screen and (min-width: 700px) {
    .filters #noteModal .modal-body .content .leftCol .details {
        padding: 3rem 2rem 3rem 1.25rem
    }
}

.filters #noteModal .modal-body .content .leftCol .details .detailItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.filters #noteModal .modal-body .content .leftCol .details .detailItem+.detailItem {
    margin-top: .75rem
}

.filters #noteModal .modal-body .content .leftCol .details .detailItem .icon {
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #861F41;
    margin-right: 1rem;
    width: 30px;
    text-align: center
}

.filters #noteModal .modal-body .content .rightCol {
    padding: 2rem 1.5rem;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (min-width: 700px) {
    .filters #noteModal .modal-body .content .rightCol {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 2rem 1.5rem
    }
}

@media only screen and (min-width: 1025px) {
    .filters #noteModal .modal-body .content .rightCol {
        padding: 4rem 2.5rem
    }
}

.filters #noteModal .modal-body .content .rightCol h1 {
    margin: 0 0 1rem;
    font-size: 1.625rem;
    color: #363636
}

@media only screen and (min-width: 700px) {
    .filters #noteModal .modal-body .content .rightCol h1 {
        font-size: 1.875rem
    }
}

.filters #noteModal .modal-body .content .rightCol .description {
    font-size: 1rem
}

@media only screen and (min-width: 1025px) {
    .filters #noteModal .modal-body .content .rightCol .description {
        font-size: 1.125rem
    }
}

.filters #noteModal .modal-body .content .rightCol .button {
    background: #861F41;
    color: #fff;
    width: 260px;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    height: 60px;
    font-weight: bold;
    margin-top: 1.5rem
}

.videoHero.imod-video-vimeo {
    background: #000000;
    position: relative;
    padding: 0 !important
}

.videoHero.imod-video-vimeo a.IModCmsCalendarIcon img,
.videoHero.imod-video-vimeo img.IModCmsCalendarIcon {
    position: relative;
    z-index: 20
}

.heroItem {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0
}

.heroItem .loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #C5CFDA;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4
}

.heroItem .loader {
    display: inline-block;
    position: relative;
    animation: loader 2s infinite ease;
    color: white
}

.heroItem .heroText {
    z-index: 0
}

.heroItem .thumb {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 300px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .45
}

.heroItem .vimeoBtns {
    position: absolute;
    top: auto;
    bottom: 35px;
    right: 20px;
    left: 20px;
    z-index: 12;
    text-align: center
}

@media only screen and (min-width: 1025px) {
    .heroItem .vimeoBtns {
        bottom: 110px;
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: right;
        width: 100%
    }
}

@media (min-width:1025px) {
    .heroItem .vimeoBtns {
        max-width: 1140px
    }
}

@media (min-width:1200px) {
    .heroItem .vimeoBtns {
        max-width: 1140px
    }
}

@media (min-width:1025px) and (max-width:1200px) {
    .heroItem .vimeoBtns {
        padding: 0 15px 0 0
    }
}

@media (min-width:1400px) {
    .heroItem .vimeoBtns {
        max-width: 1240px
    }
}

.heroItem .vimeoBtns button {
    width: 44px;
    height: 44px;
    background: white;
    border: 2px solid #87909A;
    border-radius: 50%;
    font-size: 1.25rem;
    line-height: calc(1.05);
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.heroItem .vimeoBtns button:disabled {
    display: none
}

.heroItem .vimeoBtns button svg * {
    fill: #87909A;
    stroke: #87909A
}

.heroItem .vimeoBtns button#play-button svg {
    width: 16px;
    height: 12px
}

.heroItem .vimeoBtns button#pause-button svg {
    width: 12px;
    height: 16px
}

@media only screen and (min-width: 1025px) {
    .heroItem .vimeoBtns button {
        background: rgba(0, 0, 0, 0.3);
        border-color: transparent;
        color: #fff;
        color: #000
    }

    .heroItem .vimeoBtns button svg * {
        fill: white !important;
        color: white !important
    }
}

.heroItem .vimeoBtns button:hover,
.heroItem .vimeoBtns button:focus {
    background: #861F41;
    border-color: #861F41;
    color: white;
    outline: none
}

@media only screen and (min-width: 1025px) {

    .heroItem .vimeoBtns button:hover,
    .heroItem .vimeoBtns button:focus {
        background: #861F41
    }
}

.heroItem .vimeoBtns button:hover svg *,
.heroItem .vimeoBtns button:focus svg * {
    fill: white;
    stroke: white
}

.heroItem .vimeoBtns button:focus-visible {
    outline: 2px solid white;
    outline-offset: 2px
}

.heroItem .video-wrap {
    z-index: 0;
    position: relative;
    left: 0;
    top: 0;
    aspect-ratio: 2.46153846;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media only screen and (min-width: 700px) {
    .heroItem .video-wrap {
        aspect-ratio: 2.46153846
    }
}

.heroItem .video-wrap .mask {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 7%, rgba(0, 0, 0, 0.25) 100%)
}

@media (max-width:699px) {}

.heroItem .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 1.77777778
}

@media (max-width:699px) {}

.home .structHead {
    border-bottom: none
}

@media only screen and (min-width: 1025px) {
    .home .structHead {
        background: none;
        position: fixed;
        transition: background-color .75s ease
    }
}

@media only screen and (min-width: 1025px) {
    .loggedin .home .structHead {
        position: relative;
        background: #fff
    }
}

@media only screen and (min-width: 1025px) {
    .home.scrolled .structHead {
        background: #fff;
        border-bottom: 1px solid #ededed
    }
}

.home.has-offcanvas--visible .structHead {
    background: #fff;
    border-bottom: 1px solid #ededed
}

.home .anchorPoint {
    position: relative;
    top: -120px;
    z-index: -1;
    line-height: 0
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .anchorPoint {
        top: -140px
    }
}

@media only screen and (min-width: 1025px) {
    .home .anchorPoint {
        top: -170px
    }
}

.home h2 {
    text-align: center;
    margin: 0 0 20px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {}

@media only screen and (min-width: 1025px) {
    .home h2 {
        margin-bottom: 30px
    }
}

.home .sectionFooter {
    margin: 40px auto 0;
    text-align: center;
    display: block
}

.home .sectionFooter .button {
    margin: 0;
    border-width: 2px
}

.loggedin .home .hero #ContentMiddleLayoutHero,
.loggedin .home .hero #heroSlider {
    margin-top: 30px
}

.home .hero a {
    text-decoration: none;
    color: #861F41;
    display: block
}

@media only screen and (min-width: 1025px) {
    .home .hero a {
        color: white
    }
}

.home .hero a .title {
    color: #861F41
}

@media only screen and (min-width: 1025px) {
    .home .hero a .title {
        color: white
    }
}

.home .hero a .preview {
    color: #222
}

@media only screen and (min-width: 1025px) {
    .home .hero a .preview {
        color: white
    }
}

.home .hero a:hover .title,
.home .hero a:focus .title {
    text-decoration: underline
}

@media only screen and (min-width: 1025px) {
    .home .hero .heroText {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 3;
        height: 100%;
        padding: 0 11%
    }
}

@media only screen and (min-width: 1025px) {
    .home .hero .heroText .container {
        height: 100%;
        padding: 135px 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center
    }
}

.home .hero .heroText.left .container {
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .hero .heroText.left .container {
        padding-left: 80px
    }
}

.home .hero .heroText.center .container {
    -ms-flex-pack: center;
    justify-content: center
}

.home .hero .heroText.right .container {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.home .hero .heroText.top .container {
    -ms-flex-align: start;
    align-items: flex-start
}

.home .hero .heroText.middle .container {
    -ms-flex-align: center;
    align-items: center
}

.home .hero .heroText.bottom .container {
    -ms-flex-align: end;
    align-items: flex-end
}

.home .hero .heroText .row {
    position: relative
}

@media only screen and (min-width: 700px) {}

.home .hero .heroText .heroTextInner {
    background: white;
    padding: 27px 45px 107px;
    text-align: center;
    width: 100%
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .hero .heroText .heroTextInner {
        padding: 27px 70px 107px
    }
}

@media only screen and (min-width: 1025px) {
    .home .hero .heroText .heroTextInner {
        width: auto;
        padding: 24px 50px 40px;
        background: rgba(0, 0, 0, 0.2);
        border: 2px solid #FFFFFF;
        border-radius: 5px
    }
}

.home .hero .heroText .heroTextInner:not(:has(.title, .preview)) {
    display: none
}

.home .hero .heroText .heroTextInner .heroMountains {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 86px;
    background-image: url(../images/ctaMtns--mobile.svg);
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .hero .heroText .heroTextInner .heroMountains {
        background-image: url(../images/ctaMtns--desktop.svg);
        background-position: left center;
        background-size: auto
    }
}

@media only screen and (min-width: 1025px) {
    .home .hero .heroText .heroTextInner .heroMountains {
        display: none
    }
}

.home .hero .heroText .title {
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    line-height: calc(1.1875);
    font-weight: bold;
    color: #000;
    display: block;
    margin: 0;
    letter-spacing: 0;
    text-align: center
}

@media only screen and (min-width: 1025px) {
    .home .hero .heroText .title {
        color: white;
        font-size: 3.25rem;
        line-height: calc(1.19230769);
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5)
    }
}

.home .hero .heroText .title.hideTitleOnMobile {
    display: none
}

@media only screen and (min-width: 700px) {
    .home .hero .heroText .title.hideTitleOnMobile {
        display: block
    }
}

.home .hero .heroText .title+.preview {
    margin: 15px 0 0
}

.home .hero .heroText .preview {
    font-size: 1rem;
    line-height: calc(1.5);
    display: block;
    font-weight: 500
}

@media only screen and (min-width: 1025px) {
    .home .hero .heroText .preview {
        color: white;
        font-size: 1.25rem;
        line-height: calc(1.2);
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
    }
}

.home .hero .heroText .preview.hidePreviewOnMobile {
    display: none
}

@media only screen and (min-width: 700px) {
    .home .hero .heroText .preview.hidePreviewOnMobile {
        display: block
    }
}

.home .hero .heroText .buttonRow {
    margin-top: 15px
}

@media only screen and (min-width: 1025px) {
    .home .hero .heroText .buttonRow {
        margin-top: 30px;
        text-align: center
    }
}

.home .hero .heroText .buttonRow .button {
    margin: 0
}

@media only screen and (min-width: 1025px) {
    .home .hero .heroText .buttonRow .button {
        padding: 12px 30px;
        font-size: 1rem
    }
}

.home .hero .heroText .buttonRow .button+.home .hero .heroText .buttonRow .button {
    margin-left: 10px
}

@media (max-width:1045px) {
    .home .quickLinksBar .container {
        width: 100%
    }
}

@media (max-width:1045px) {
    .home .quickLinksBar .container .row>div {
        padding: 0
    }
}

.loggedin .home .quickLinksBar ul {
    margin-top: 30px
}

.home .quickLinksBar .quickLinksWrap {
    z-index: 6
}

.home .quickLinksBar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

@media only screen and (min-width: 700px) {
    .home .quickLinksBar ul {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width:1046px) {
    .home .quickLinksBar ul {
        gap: 30px;
        margin-top: -72px
    }
}

.home .quickLinksBar ul .quickLinksItem {
    background: #861F41;
    color: white;
    text-align: center;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.28);
    transition: all .3s ease
}

@media (min-width:1046px) {
    .home .quickLinksBar ul .quickLinksItem {
        border: 2px solid transparent;
        border-radius: 25px;
        box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0)
    }

    .home .quickLinksBar ul .quickLinksItem:hover,
    .home .quickLinksBar ul .quickLinksItem:focus-within {
        border-color: white;
        box-shadow: 0 6px 60px 0 rgba(111, 111, 111, 0.5)
    }
}

.home .quickLinksBar ul .quickLinksItem:nth-child(1) {
    background: #FFC658;
    z-index: 4
}

.home .quickLinksBar ul .quickLinksItem:nth-child(1) a .quickLinksInner h3,
.home .quickLinksBar ul .quickLinksItem:nth-child(1) a .quickLinksInner .title {
    color: #861F41
}

.home .quickLinksBar ul .quickLinksItem:nth-child(1) a .quickLinksInner .preview {
    color: #000
}

.home .quickLinksBar ul .quickLinksItem:nth-child(2) {
    z-index: 3
}

.home .quickLinksBar ul .quickLinksItem:nth-child(3) {
    z-index: 2
}

.home .quickLinksBar ul .quickLinksItem:nth-child(4) {
    z-index: 1
}

.home .quickLinksBar ul .quickLinksItem a {
    color: inherit;
    text-decoration: none
}

.home .quickLinksBar ul .quickLinksItem a:hover,
.home .quickLinksBar ul .quickLinksItem a:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none
}

.home .quickLinksBar ul .quickLinksItem a:hover h3,
.home .quickLinksBar ul .quickLinksItem a:focus h3,
.home .quickLinksBar ul .quickLinksItem a:hover .title,
.home .quickLinksBar ul .quickLinksItem a:focus .title {
    text-decoration: underline
}

.home .quickLinksBar ul .quickLinksItem a .quickLinksInner {
    padding: 34px 22px
}

@media (min-width:1046px) {
    .home .quickLinksBar ul .quickLinksItem a .quickLinksInner {
        padding: 34px 30px
    }
}

.home .quickLinksBar ul .quickLinksItem a .quickLinksInner .icon {
    width: auto;
    max-width: 100%;
    height: 45px;
    margin-bottom: 19px
}

@media (min-width:1046px) {
    .home .quickLinksBar ul .quickLinksItem a .quickLinksInner .icon {
        margin-bottom: 17px
    }
}

.home .quickLinksBar ul .quickLinksItem a .quickLinksInner h3,
.home .quickLinksBar ul .quickLinksItem a .quickLinksInner .title {
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    font-size: 1.1875rem;
    line-height: calc(1.21052632);
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    margin-bottom: 3px
}

@media (min-width:1046px) {

    .home .quickLinksBar ul .quickLinksItem a .quickLinksInner h3,
    .home .quickLinksBar ul .quickLinksItem a .quickLinksInner .title {
        font-size: 21px;
        line-height: calc(1.19047619);
        letter-spacing: .5px
    }
}

.home .quickLinksBar ul .quickLinksItem a .quickLinksInner .preview {
    font-size: .9375rem;
    line-height: calc(1.6);
    font-weight: normal;
    font-style: italic
}

@media (min-width:1046px) {
    .home .quickLinksBar ul .quickLinksItem a .quickLinksInner .preview {
        font-size: 1rem;
        line-height: calc(1.5)
    }
}

.home .eventSection {
    padding: 50px 0;
    overflow: hidden
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .eventSection {
        padding: 80px 0
    }
}

@media only screen and (min-width: 1025px) {
    .home .eventSection {
        padding: 115px 0 130px
    }
}

.home .eventSection h2 {
    margin-bottom: 0
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {}

.home .eventSection .eventArrows {
    margin-bottom: 30px;
    line-height: 0
}

@media only screen and (min-width: 700px) {
    .home .eventSection .eventArrows {
        display: none
    }
}

.home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 44px;
    height: 44px;
    background: white;
    border: 2px solid #87909A;
    color: #87909A;
    fill: #87909A;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    -ms-transform: none;
    transform: none
}

@media only screen and (min-width: 700px) {
    .home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow {
        padding-top: 0;
        padding-bottom: 0;
        width: 50px;
        height: 50px
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow {
        bottom: 70px
    }
}

@media only screen and (min-width: 1025px) {
    .home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0
    }
}

.home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow svg {
    height: 19.5px
}

@media only screen and (min-width: 700px) {
    .home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow svg {
        height: 24px
    }
}

.home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow svg #EKU---Rotator {
    fill: #87909A !important;
    stroke: #87909A !important
}

.home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow.slick-prev {
    left: 20px;
    padding: 10px 14px 10px 12px
}

@media only screen and (min-width: 1025px) {
    .home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow.slick-prev {
        left: 50px
    }
}

.home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow.slick-next {
    right: 20px;
    padding: 10px 12px 10px 14px
}

@media only screen and (min-width: 1025px) {
    .home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow.slick-next {
        right: 50px
    }
}

.home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow:hover,
.home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow:focus {
    border-color: #861F41;
    background: #861F41;
    fill: white;
    opacity: 1;
    outline: none;
    box-shadow: none
}

.home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow:hover svg #EKU---Rotator,
.home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow:focus svg #EKU---Rotator {
    fill: #fff !important;
    stroke: #fff !important
}

.home .eventSection .eventArrows #eventArrowsWrap button.slick-arrow:focus-visible {
    box-shadow: none;
    outline: 2px dotted #000;
    outline-offset: 3px
}

.home .eventSection .sectionFooter {
    margin-top: 0
}

.home .eventSection .sectionFooter .button {
    display: block
}

@media only screen and (min-width: 700px) {
    .home .eventSection .sectionFooter .button {
        display: inline-block
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {}

.home .eventsWrap {
    margin-bottom: 0;
    padding-bottom: 45px
}

@media only screen and (min-width: 700px) {
    .home .eventsWrap {
        padding-bottom: 0
    }
}

@media only screen and (min-width: 1025px) {
    .home .eventsWrap {
        margin: 0 -75px
    }
}

.home .eventsWrap .slick-list {
    box-sizing: initial;
    padding: 30px 0
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .eventsWrap .slick-list {
        padding: 45px 0
    }
}

@media only screen and (min-width: 1025px) {
    .home .eventsWrap .slick-list {
        padding: 45px 60px
    }
}

.home .eventsWrap .slick-track {
    display: -ms-flexbox !important;
    display: flex !important
}

.home .eventsWrap .slick-track .slick-slide {
    display: -ms-flexbox;
    display: flex;
    height: auto !important
}

.home .eventsWrap .slick-track .slick-slide>div {
    height: auto !important;
    display: -ms-flexbox;
    display: flex
}

.home .eventsWrap .slick-dots {
    top: auto;
    bottom: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
    height: 42px
}

@media only screen and (min-width: 700px) {
    .home .eventsWrap .slick-dots {
        display: none !important
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .eventsWrap .slick-dots {
        bottom: 38px
    }
}

@media only screen and (min-width: 1025px) {
    .home .eventsWrap .slick-dots {
        bottom: 18.46%
    }
}

.home .eventsWrap .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0
}

.home .eventsWrap .slick-dots li.slick-active button {
    background: #861F41;
    border-color: #861F41
}

.home .eventsWrap .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 2px solid #87909A;
    border-radius: 50%
}

.home .eventsWrap .slick-dots li button .slick-dot-icon {
    display: none
}

.home .eventsWrap .slick-dots li button:focus {
    outline: none;
    box-shadow: none
}

.home .eventsWrap .slick-dots li button:focus-visible {
    outline: 2px dotted white;
    outline-offset: 3px
}

.home .eventCard {
    padding: 0 15px
}

.home .eventCard .eventsCardInner {
    background: #FFFFFF;
    box-shadow: 0 6px 30px 0 rgba(184, 184, 184, 0.5);
    position: relative;
    height: 100%;
    transition: all .3s ease
}

@media only screen and (min-width: 1025px) {

    .home .eventCard .eventsCardInner:hover,
    .home .eventCard .eventsCardInner:focus-within {
        box-shadow: 0 6px 40px 0 rgba(111, 111, 111, 0.5)
    }
}

.home .eventCard .eventsCardInner .tools {
    position: absolute;
    bottom: 36px;
    left: 20px;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 1025px) {
    .home .eventCard .eventsCardInner .tools {
        bottom: 47px;
        left: 30px
    }
}

.home .eventCard .eventsCardInner .tools span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.home .eventCard .eventsCardInner .tools span:last-child a.IModCmsCalendarIcon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -ms-flex-pack: center;
    justify-content: center
}

.home .eventCard .eventsCardInner .tools span:last-child a.IModCmsCalendarIcon img[src*="calendar_ical_icon"],
.home .eventCard .eventsCardInner .tools span:last-child a.IModCmsCalendarIcon img[src*="outlook.GIF"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.home .eventCard .eventsCardInner .tools span:last-child a.IModCmsCalendarIcon:before {
    content: '';
    color: #861F41;
    background-image: url(../images/calendarIcon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 18px;
    height: 26px
}

.home .eventCard .eventsCardInner .thumb img {
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.home .eventCard .eventsCardInner .text {
    padding: 20px 25px 84px 20px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .eventCard .eventsCardInner .text {
        padding-right: 17px
    }
}

@media only screen and (min-width: 1025px) {
    .home .eventCard .eventsCardInner .text {
        padding: 42px 40px 100px 30px
    }
}

.home .eventCard .eventsCardInner .text .date {
    font-size: .875rem;
    line-height: calc(1.28571429);
    color: #861F41;
    font-weight: bold;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

@media only screen and (min-width: 1025px) {
    .home .eventCard .eventsCardInner .text .date {
        float: left;
        width: 100px;
        height: 103px;
        background: #861F41;
        text-align: center;
        padding: 10px 5px 38px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #fff;
        border-radius: 5px 5px 7px 8px;
        margin-top: 0;
        margin-bottom: 18px;
        position: relative
    }

    .home .eventCard .eventsCardInner .text .date .month {
        font-size: 1.25rem;
        line-height: 1;
        font-weight: 500;
        color: white
    }

    .home .eventCard .eventsCardInner .text .date .day {
        font-size: 2.5rem;
        line-height: calc(.75);
        letter-spacing: 1.7px;
        color: white;
        font-weight: bold
    }

    .home .eventCard .eventsCardInner .text .date .weekDay {
        padding: 3px 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #E8ECF0;
        color: #861F41;
        font-size: .875rem;
        line-height: calc(1.42857143);
        text-transform: uppercase;
        font-weight: 500;
        border-radius: 0 0 4px 4px
    }
}

.home .eventCard .eventsCardInner .text h3,
.home .eventCard .eventsCardInner .text .title {
    font-size: 1.25rem;
    line-height: calc(1.2);
    color: #000;
    transition: all .3s ease
}

@media only screen and (min-width: 1025px) {

    .home .eventCard .eventsCardInner .text h3,
    .home .eventCard .eventsCardInner .text .title {
        padding-left: 130px
    }
}

.home .eventCard .eventsCardInner .text .preview {
    margin-top: 10px;
    font-size: 1rem;
    line-height: calc(1.625)
}

@media only screen and (min-width: 1025px) {
    .home .eventCard .eventsCardInner .text .preview {
        clear: both
    }
}

.home .eventCard .eventsCardInner>a {
    text-decoration: none;
    display: block;
    height: 100%
}

.home .eventCard .eventsCardInner>a h3,
.home .eventCard .eventsCardInner>a .title {
    color: #000
}

.home .eventCard .eventsCardInner>a .preview {
    color: #222
}

.home .eventCard .eventsCardInner>a:after {
    width: 38px;
    height: 38px;
    background: #E8ECF0;
    border-radius: 50%;
    color: #861F41;
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    right: 20px;
    transition: all .3s ease
}

@media only screen and (min-width: 1025px) {
    .home .eventCard .eventsCardInner>a:after {
        bottom: 40px;
        right: 30px
    }
}

.home .eventCard .eventsCardInner>a:hover h3,
.home .eventCard .eventsCardInner>a:focus h3,
.home .eventCard .eventsCardInner>a:hover .title,
.home .eventCard .eventsCardInner>a:focus .title {
    color: #861F41;
    text-decoration: underline
}

.home .eventCard .eventsCardInner>a:hover:after,
.home .eventCard .eventsCardInner>a:focus:after {
    background: #861F41;
    color: white
}

.home .eventCard .eventsCardInner>a:focus-visible,
.home .eventCard .eventsCardInner>a:focus-within {
    outline: 2px dotted #000;
    outline-offset: 3px
}

.home .giftBar .giftLeft {
    position: relative;
    padding: 0
}

.home .giftBar .giftLeft>div {
    height: 100%
}

.home .giftBar .giftLeft .pcb {
    height: 100%
}

.home .giftBar .giftLeft .ftFund {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 700px) {
    .home .giftBar .giftLeft .ftFund {
        -ms-flex-align: end;
        align-items: flex-end;
        height: 100%
    }
}

.home .giftBar .giftLeft .ftFund .thumb {
    aspect-ratio: 1.47058824;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1
}

.home .giftBar .giftLeft .ftFund .text {
    background: #861F41;
    position: relative;
    z-index: 2;
    padding: 30px 35px 37px;
    text-align: left;
    width: 100%
}

@media only screen and (min-width: 700px) {
    .home .giftBar .giftLeft .ftFund .text {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        max-width: calc(100% - 60px);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .giftBar .giftLeft .ftFund .text {
        padding: 28px 30px 32px
    }
}

@media only screen and (min-width: 1025px) {
    .home .giftBar .giftLeft .ftFund .text {
        padding: 28px 40px 32px
    }
}

.home .giftBar .giftLeft .ftFund .text .tag {
    background: #FFC658;
    color: #861F41;
    font-size: .875rem;
    line-height: calc(1.21428571);
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 29px 11px;
    position: absolute;
    top: -40px;
    left: 0
}

@media only screen and (min-width: 1025px) {
    .home .giftBar .giftLeft .ftFund .text .tag {
        padding: 12px 40px 11px
    }
}

@media only screen and (min-width: 700px) {
    .home .giftBar .giftLeft .ftFund .text .textInner {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

.home .giftBar .giftLeft .ftFund .text .textInner .title {
    font-size: 1.125rem;
    line-height: calc(1.22222222);
    font-weight: bold;
    color: white
}

.home .giftBar .giftLeft .ftFund .text .textInner .preview {
    font-size: 1rem;
    line-height: calc(1.5);
    color: white;
    font-weight: normal;
    margin-top: 6px
}

.home .giftBar .giftLeft .ftFund .text .ctaBtn {
    display: block;
    border-color: #FFC658;
    color: #FFC658;
    background: #861F41;
    -ms-transform: none;
    transform: none;
    box-shadow: none;
    margin-top: 30px;
    margin-right: 0;
    line-height: 16px
}

@media only screen and (min-width: 700px) {
    .home .giftBar .giftLeft .ftFund .text .ctaBtn {
        margin: 0
    }
}

.home .giftBar .giftLeft .ftFund>a {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%
}

.home .giftBar .giftLeft .ftFund>a:hover,
.home .giftBar .giftLeft .ftFund>a:focus {
    text-decoration: none
}

.home .giftBar .giftLeft .ftFund>a:hover .ctaBtn,
.home .giftBar .giftLeft .ftFund>a:focus .ctaBtn {
    border-color: #FFC658;
    background-color: #FFC658;
    color: #861F41;
    -ms-transform: none;
    transform: none;
    box-shadow: none
}

.home .giftBar .giftLeft .ftFund>a:focus-visible {
    outline: none
}

.home .giftBar .giftLeft .ftFund>a:focus-visible .ctaBtn {
    outline: 2px dotted white;
    outline-offset: 2px
}

.home .giftBar .giftRight {
    padding: 50px 30px;
    background: #861F41;
    color: white;
    text-align: center;
    font-size: 1.125rem;
    line-height: calc(1.44444444);
    font-weight: normal;
    margin-top: 50px;
    position: relative
}

@media only screen and (min-width: 700px) {
    .home .giftBar .giftRight {
        margin-top: 0;
        padding: 84px 50px 84px
    }
}

.home .giftBar .giftRight>div {
    position: relative;
    z-index: 1
}

.home .giftBar .giftRight:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/giftbarbknd.png);
    background-repeat: no-repeat;
    background-size: 482px 431px;
    background-position: top -37px left 59px
}

@media only screen and (min-width: 700px) {
    .home .giftBar .giftRight:before {
        background-image: url(../images/giftbarbknd.png);
        background-repeat: no-repeat;
        background-size: 998px 892px;
        background-position: top -77px left 126px
    }
}

@media only screen and (min-width: 700px) {
    .home .giftBar .giftRight .giftContent {
        max-width: 62.76%;
        margin: 0 auto
    }
}

.home .giftBar .giftRight h3,
.home .giftBar .giftRight .title {
    color: white;
    font-family: "dharma-gothic-m", Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 3.2px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px
}

.home .giftBar .giftRight ul.fundBtns {
    margin-top: 30px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    display: -ms-grid;
    display: grid;
    gap: 15px
}

@media only screen and (min-width: 700px) {
    .home .giftBar .giftRight ul.fundBtns {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 20px 30px;
        margin-top: 60px
    }
}

.home .giftBar .giftRight ul.fundBtns li {
    list-style: none;
    padding: 0
}

.home .giftBar .giftRight ul.fundBtns li a {
    background: white;
    font-size: 1rem;
    line-height: 1;
    color: #861F41;
    border: 2px solid white;
    border-radius: 30px;
    padding: 15px 30px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 4px 6px 0 0 #691833;
    transform: perspective(1px) translateZ(0);
    transition: all .3s ease-out
}

.home .giftBar .giftRight ul.fundBtns li a:hover,
.home .giftBar .giftRight ul.fundBtns li a:focus {
    border-color: #fff;
    background-color: #861F41;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px)
}

.home .giftBar .giftRight ul.fundBtns li a:focus-visible {
    outline: 2px dotted white;
    outline-offset: 2px
}

.home .impactSection {
    overflow: hidden;
    background: white;
    padding: 50px 0
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .impactSection {
        padding: 100px 0 80px
    }
}

@media only screen and (min-width: 1025px) {
    .home .impactSection {
        padding: 130px 0 115px
    }
}

.home .impactSection h2 {
    text-align: center;
    margin-bottom: 30px
}

@media only screen and (min-width: 1025px) {
    .home .impactSection h2 {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 1024px) {
    .home .impactSection .justify-content-center {
        gap: 30px 0
    }
}

.home .impactSection .ekuFundItem {
    height: 100%
}

@media only screen and (max-width: 1169px) {
    .home .impactSection .ekuFundItem {
        margin-bottom: 30px
    }
}

.home .impactSection .ekuFundItem .fundInner {
    background: white;
    box-shadow: 0 6px 30px rgba(164, 164, 164, 0.5);
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1
}

.home .impactSection .ekuFundItem .fundInner .thumb {
    width: 100%
}

.home .impactSection .ekuFundItem .fundInner .fundInfo {
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .text {
    padding: 15px 15px 32px;
    -ms-flex: 1;
    flex: 1
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .text h3,
.home .impactSection .ekuFundItem .fundInner .fundInfo .text .title {
    font-size: 1.5rem;
    line-height: calc(1.25);
    font-weight: bold;
    color: #000
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .text h3 a,
.home .impactSection .ekuFundItem .fundInner .fundInfo .text .title a {
    color: inherit;
    text-decoration: none
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .text h3 a[href=''],
.home .impactSection .ekuFundItem .fundInner .fundInfo .text .title a[href=''] {
    pointer-events: none
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .text h3 a:hover,
.home .impactSection .ekuFundItem .fundInner .fundInfo .text .title a:hover,
.home .impactSection .ekuFundItem .fundInner .fundInfo .text h3 a:focus,
.home .impactSection .ekuFundItem .fundInner .fundInfo .text .title a:focus {
    color: #861F41;
    text-decoration: underline
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .text .preview {
    font-size: 1rem;
    line-height: calc(1.5);
    font-weight: normal;
    margin-top: 11px
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats {
    padding: 26px 15px 27px;
    background-color: #861F41
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .progressInfo .data-viz .vizWrapper .bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .progressInfo .data-viz .vizWrapper .bar label {
    color: white;
    font-size: 1.125rem;
    line-height: calc(1.66666667);
    font-weight: bold;
    text-align: center
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .progressInfo .data-viz .vizWrapper .bar .progressBar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 20px;
    border-radius: 10px;
    background-color: #C5CFDA;
    color: #FFC658;
    accent-color: #FFC658
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .progressInfo .data-viz .vizWrapper .bar progress::-webkit-progress-bar {
    background-color: #C5CFDA
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .progressInfo .data-viz .vizWrapper .bar progress::-webkit-progress-value {
    background-color: #FFC658
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .progressInfo .data-viz .vizWrapper .bar progress::-moz-progress-bar {
    background-color: #FFC658
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .progressInfo .widgets {
    background: white;
    position: relative;
    padding: 4px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    margin-top: 20px
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .progressInfo .widgets:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 14px 7px;
    border-color: transparent transparent #fff transparent;
    -ms-transform: rotate(0deg) translate(-50%, -14px);
    transform: rotate(0deg) translate(-50%, -14px)
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .progressInfo .widgets .widgetStat {
    background: #C5CFDA;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 8px 8px
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .progressInfo .widgets .widgetStat .value {
    font-size: 1.25rem;
    line-height: calc(1.2);
    font-weight: bold;
    color: #000
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .progressInfo .widgets .widgetStat .label {
    font-size: 1rem;
    line-height: calc(1.5);
    font-weight: normal;
    color: #000
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .progressInfo .widgets .widgetStat.amt-percent {
    background: rgba(255, 198, 88, 0.2)
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .progressInfo .widgets .widgetStat.amt-percent .value {
    color: #861F41
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .giveBtn {
    text-align: center;
    margin-top: 20px
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .giveBtn a {
    background: white;
    font-size: .75rem;
    line-height: calc(1.16666667);
    color: #861F41;
    border: 1px solid white;
    border-radius: 30px;
    padding: 12px 26px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    box-shadow: 4px 7px 0 #691833;
    transform: perspective(1px) translateZ(0);
    transition: all .3s ease-out
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .giveBtn a:hover,
.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .giveBtn a:focus {
    border-color: #fff;
    background-color: #861F41;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px)
}

.home .impactSection .ekuFundItem .fundInner .fundInfo .campaignStats .giveBtn a:focus-visible {
    outline: 2px dotted #000;
    outline-offset: 2px
}

.home .impactSection .button {
    background: white;
    font-size: 1rem;
    line-height: calc(1.125);
    color: #861F41;
    border: 2px solid #861F41;
    border-radius: 30px;
    padding: 15px 30px;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px auto 0;
    box-shadow: 4px 7px 0 #C5CFDA;
    transform: perspective(1px) translateZ(0);
    transition: all .3s ease-out;
    text-align: center
}

.home .impactSection .button:hover {
    border-color: #861F41;
    background-color: #861F41;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px)
}

.home .impactSection .button:focus-visible {
    outline: 2px dotted #000;
    outline-offset: 2px
}

.home .content-middle {
    padding: 40px 5px;
    text-align: center
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .content-middle {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 1025px) {
    .home .content-middle {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.home .classnotes-section {
    position: relative;
    padding: 50px 0
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .classnotes-section {
        padding: 100px 0
    }
}

@media only screen and (min-width: 1025px) {
    .home .classnotes-section {
        padding: 130px 0
    }
}

.home .classnotes-section .mountains {
    position: absolute;
    top: 0;
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    opacity: 1
}

.home .classnotes-section.bkgd-gray {
    background-image: radial-gradient(circle at 65% 96%, #FFFFFF 0, rgba(197, 207, 218, 0.34) 124%)
}

.home .classnotes-section .sectionContent {
    padding: 0 30px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .classnotes-section .sectionContent {
        padding: 0 50px
    }
}

@media only screen and (min-width: 1025px) {
    .home .classnotes-section .sectionContent {
        padding: 0 15px
    }
}

@media only screen and (min-width: 700px) {
    .home .classnotes-section .sectionContent .contentLeft {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width: 1025px) {
    .home .classnotes-section .sectionContent .contentLeft {
        padding-right: 10.4725%
    }
}

.home .classnotes-section .sectionContent .contentLeft h2 {
    text-align: left;
    margin-bottom: 26px
}

.home .classnotes-section .sectionContent .contentLeft .preview {
    color: #606060
}

.home .classnotes-section .sectionContent .contentLeft .btnRow .button {
    display: block
}

@media only screen and (min-width: 700px) {
    .home .classnotes-section .sectionContent .contentLeft .btnRow .button {
        display: inline-block
    }
}

.home .classnotes-section .sectionContent .contentRight {
    margin-top: 55px
}

@media only screen and (min-width: 700px) {
    .home .classnotes-section .sectionContent .contentRight {
        margin-top: 0
    }
}

@media only screen and (min-width: 1025px) {
    .home .classnotes-section .sectionContent .contentRight {
        padding-left: 0
    }
}

.home .classnotes-section .sectionContent .contentRight .photoGrid {
    display: -ms-grid;
    display: grid;
    gap: 10px
}

@media only screen and (min-width: 1025px) {
    .home .classnotes-section .sectionContent .contentRight .photoGrid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 10px 15px
    }

    .home .classnotes-section .sectionContent .contentRight .photoGrid img {
        width: 100%
    }

    .home .classnotes-section .sectionContent .contentRight .photoGrid img:nth-child(3) {
        grid-column: 1 / -1
    }
}

.home .profileSection {
    position: relative;
    background: #861F41;
    overflow: hidden
}

.home .profileSection .sectionBkgd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-size: cover;
    background-position: top left;
    opacity: .47
}

.home .profileSection .sectionRow {
    position: relative;
    z-index: 5
}

.home .profileSection .sectionRow>.container {
    position: relative;
    z-index: 5
}

.home .profileSection .sectionContent {
    padding: 50px 20px;
    color: white;
    text-align: center
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .profileSection .sectionContent {
        padding: 100px 0
    }
}

@media only screen and (min-width: 1025px) {
    .home .profileSection .sectionContent {
        padding: 130px 0
    }
}

.home .profileSection .sectionContent h2 {
    color: white;
    margin-bottom: 25px;
    text-align: center
}

.home .profileSection .sectionContent .button {
    box-shadow: 4px 7px 0 #691833;
    margin-top: 3px;
    transform: perspective(1px) translateZ(0);
    transition: all .3s ease-out
}

@media only screen and (min-width: 700px) {
    .home .profileSection .sectionContent .button {
        margin-top: 9px
    }
}

.home .profileSection .sectionContent .button:hover,
.home .profileSection .sectionContent .button:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px)
}

.home .profileSection .sectionContent .button:focus-visible {
    outline-color: white
}

.home .newsBar {
    padding: 50px 0;
    overflow: hidden
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .newsBar {
        padding: 100px 0 80px
    }
}

@media only screen and (min-width: 1025px) {
    .home .newsBar {
        padding: 130px 0 100px
    }
}

.home .newsBar h2 {
    margin-bottom: 0
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {}

.home .newsBar .newsArrows {
    margin-bottom: 30px
}

@media only screen and (min-width: 700px) {
    .home .newsBar .newsArrows {
        display: none
    }
}

.home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 44px;
    height: 44px;
    background: white;
    border: 2px solid #87909A;
    color: #87909A;
    fill: #87909A;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    -ms-transform: none;
    transform: none
}

@media only screen and (min-width: 700px) {
    .home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow {
        padding-top: 0;
        padding-bottom: 0;
        width: 50px;
        height: 50px
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow {
        bottom: 70px
    }
}

@media only screen and (min-width: 1025px) {
    .home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0
    }
}

.home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow svg {
    height: 19.5px
}

@media only screen and (min-width: 700px) {
    .home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow svg {
        height: 24px
    }
}

.home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow svg #EKU---Rotator {
    fill: #87909A !important;
    stroke: #87909A !important
}

.home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow.slick-prev {
    left: 20px;
    padding: 10px 14px 10px 12px
}

@media only screen and (min-width: 1025px) {
    .home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow.slick-prev {
        left: 50px
    }
}

.home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow.slick-next {
    right: 20px;
    padding: 10px 12px 10px 14px
}

@media only screen and (min-width: 1025px) {
    .home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow.slick-next {
        right: 50px
    }
}

.home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow:hover,
.home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow:focus {
    border-color: #861F41;
    background: #861F41;
    fill: white;
    opacity: 1;
    outline: none;
    box-shadow: none
}

.home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow:hover svg #EKU---Rotator,
.home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow:focus svg #EKU---Rotator {
    fill: #fff !important;
    stroke: #fff !important
}

.home .newsBar .newsArrows #newsArrowsWrap button.slick-arrow:focus-visible {
    box-shadow: none;
    outline: 2px dotted #000;
    outline-offset: 3px
}

.home .newsBar .sectionFooter {
    margin-top: 0
}

.home .newsBar .sectionFooter .button {
    display: block
}

@media only screen and (min-width: 700px) {
    .home .newsBar .sectionFooter .button {
        display: inline-block
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {}

.home .newsWrap {
    margin-bottom: 0;
    padding-bottom: 45px
}

@media only screen and (min-width: 700px) {
    .home .newsWrap {
        padding-bottom: 0
    }
}

@media only screen and (min-width: 1025px) {
    .home .newsWrap {
        margin: 0 -75px
    }
}

.home .newsWrap .slick-list {
    box-sizing: initial;
    padding: 30px 0
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .newsWrap .slick-list {
        padding: 45px 0
    }
}

@media only screen and (min-width: 1025px) {
    .home .newsWrap .slick-list {
        padding: 45px 60px
    }
}

.home .newsWrap .slick-track {
    display: -ms-flexbox !important;
    display: flex !important
}

@media only screen and (min-width: 700px) {
    .home .newsWrap .slick-track .slick-slide {
        display: -ms-flexbox;
        display: flex;
        height: auto !important
    }

    .home .newsWrap .slick-track .slick-slide>div {
        height: auto !important;
        display: -ms-flexbox;
        display: flex
    }
}

.home .newsWrap .slick-dots {
    top: auto;
    bottom: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
    height: 42px
}

@media only screen and (min-width: 700px) {
    .home .newsWrap .slick-dots {
        display: none !important
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .newsWrap .slick-dots {
        bottom: 38px
    }
}

@media only screen and (min-width: 1025px) {
    .home .newsWrap .slick-dots {
        bottom: 18.46%
    }
}

.home .newsWrap .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0
}

.home .newsWrap .slick-dots li.slick-active button {
    background: #861F41;
    border-color: #861F41
}

.home .newsWrap .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 2px solid #87909A;
    border-radius: 50%
}

.home .newsWrap .slick-dots li button .slick-dot-icon {
    display: none
}

.home .newsWrap .slick-dots li button:focus {
    outline: none;
    box-shadow: none
}

.home .newsWrap .slick-dots li button:focus-visible {
    outline: 2px dotted white;
    outline-offset: 3px
}

.home .newsHomeItem {
    padding: 0 15px
}

.home .newsHomeItem .newsInner {
    background: #FFFFFF;
    box-shadow: 0 6px 30px 0 rgba(184, 184, 184, 0.5);
    position: relative;
    height: 100%;
    transition: all .3s ease
}

@media only screen and (min-width: 700px) {

    .home .newsHomeItem .newsInner:hover,
    .home .newsHomeItem .newsInner:focus-within {
        box-shadow: 0 6px 40px 0 rgba(111, 111, 111, 0.5)
    }
}

.home .newsHomeItem .newsInner .tools {
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: -ms-flexbox;
    display: flex;
    height: 20px
}

@media only screen and (min-width: 1025px) {
    .home .newsHomeItem .newsInner .tools {
        bottom: 18px;
        right: 30px
    }
}

.home .newsHomeItem .newsInner .tools a {
    display: block
}

.home .newsHomeItem .newsInner .tools a:focus-visible {
    outline: 2px dotted #000
}

.home .newsHomeItem .newsInner .thumb img {
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.home .newsHomeItem .newsInner .text {
    padding: 20px 20px 30px 20px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .newsHomeItem .newsInner .text {
        padding: 20px 20px 25px 20px
    }
}

@media only screen and (min-width: 1025px) {
    .home .newsHomeItem .newsInner .text {
        padding: 30px 30px 35px 30px
    }
}

.home .newsHomeItem .newsInner .text h3,
.home .newsHomeItem .newsInner .text .title {
    font-size: 1.25rem;
    line-height: calc(1.2);
    color: #000;
    transition: all .3s ease
}

@media only screen and (min-width: 1025px) {

    .home .newsHomeItem .newsInner .text h3,
    .home .newsHomeItem .newsInner .text .title {
        font-size: 1.5rem;
        line-height: calc(1.25)
    }
}

.home .newsHomeItem .newsInner .text .preview {
    margin-top: 10px;
    font-size: 1rem;
    line-height: calc(1.625)
}

@media only screen and (min-width: 1025px) {
    .home .newsHomeItem .newsInner .text .preview {
        clear: both
    }
}

.home .newsHomeItem .newsInner>a {
    text-decoration: none;
    display: block;
    height: 100%
}

.home .newsHomeItem .newsInner>a h3,
.home .newsHomeItem .newsInner>a .title {
    color: #000
}

.home .newsHomeItem .newsInner>a .preview {
    color: #222
}

.home .newsHomeItem .newsInner>a:hover h3,
.home .newsHomeItem .newsInner>a:focus h3,
.home .newsHomeItem .newsInner>a:hover .title,
.home .newsHomeItem .newsInner>a:focus .title {
    color: #861F41;
    text-decoration: underline
}

.home .newsHomeItem .newsInner>a:focus-visible,
.home .newsHomeItem .newsInner>a:focus-within {
    outline: 2px dotted #000;
    outline-offset: 3px
}

.home .wideWhite {
    padding: 50px 5px
}

@media only screen and (min-width: 1025px) {
    .home .wideWhite {
        padding: 115px 0
    }
}

@media (prefers-reduced-motion:reduce) {
    * {
        animation: none !important;
        transition: .0001s all !important
    }

    *:before,
    *:after {
        animation: none !important;
        transition: .0001s all !important
    }
}

/*# sourceMappingURL=style.css.map */