body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #333;
    font-family: "Open Sans", serif;
    font-size: 112.5%;
    line-height: calc(1.66666667);
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400
}

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

a:hover,
a:focus {
    color: #5E6A71;
    text-decoration: none
}

a img {
    border: none
}

h1,
h2,
h3,
h4,
h5,
.PageTitleHeader,
.PageSubTitleHeader {
    font-weight: 600;
    padding: 0;
    color: #1E1656
}

h1,
.h1,
.PageTitleHeader {
    font-size: 1.875rem;
    line-height: calc(1.2);
    font-weight: bold;
    text-transform: uppercase
}

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

    h1,
    .h1,
    .PageTitleHeader {
        font-size: 32px;
        line-height: calc(1.34375)
    }
}

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

    h1,
    .h1,
    .PageTitleHeader {
        font-size: 2.5rem;
        line-height: calc(1.375)
    }
}

h2,
.h2,
.PageSubTitleHeader {
    font-size: 1.75rem;
    line-height: calc(1.35714286)
}

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

    h2,
    .h2,
    .PageSubTitleHeader {
        font-size: 30px;
        line-height: calc(1.36666667)
    }
}

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

    h2,
    .h2,
    .PageSubTitleHeader {
        font-size: 2rem;
        line-height: calc(1.34375)
    }
}

h3,
.h3 {
    font-size: 1.5625rem;
    line-height: calc(1.44)
}

h4,
.h4 {
    font-size: 1.5rem;
    line-height: calc(1.375)
}

h5,
.h5 {
    font-size: 1.25rem;
    line-height: calc(1.35);
    text-transform: uppercase;
    font-weight: 400
}

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

p.large {
    font-size: 1.5625rem;
    line-height: calc(1.58333333);
    font-weight: 400;
    color: #000;
    margin-bottom: .5em
}

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: #1E1656 !important
}

.expand img {
    background-color: #1E1656 !important
}

.expand {
    background-color: #1E1656 !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: #1E1656;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    transition: all .2s ease
}

.button+.button,
.button+a.button,
.button+input[type="submit"],
.button+input[type="button"],
.button+input[type="reset"],
a.button+.button,
a.button+a.button,
a.button+input[type="submit"],
a.button+input[type="button"],
a.button+input[type="reset"],
input[type="submit"]+.button,
input[type="submit"]+a.button,
input[type="submit"]+input[type="submit"],
input[type="submit"]+input[type="button"],
input[type="submit"]+input[type="reset"],
input[type="button"]+.button,
input[type="button"]+a.button,
input[type="button"]+input[type="submit"],
input[type="button"]+input[type="button"],
input[type="button"]+input[type="reset"],
input[type="reset"]+.button,
input[type="reset"]+a.button,
input[type="reset"]+input[type="submit"],
input[type="reset"]+input[type="button"],
input[type="reset"]+input[type="reset"] {
    margin-left: 1rem
}

.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 {
    background-color: #BBB9CC;
    color: #1E1656;
    text-decoration: none
}

.button:focus,
a.button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    box-shadow: none;
    outline: none;
    border-color: #1E1656
}

.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
    }
}

.utilityBar {
    float: left;
    width: 100%;
    background: #f3f3f3;
    padding: 9.5px 0
}

.utilityLinks {
    font-size: .8125rem;
    line-height: 1;
    font-weight: 400
}

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

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

.utilityLinks ul li {
    display: inline-block
}

.utilityLinks ul li+li {
    margin-left: 20px
}

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

.utilityLinks ul li a:hover,
.utilityLinks ul li a:focus {
    color: #1E1656;
    text-decoration: underline
}

.utilityLinks ul li a:focus-visible {
    outline: 2px dotted #1E1656;
    outline-offset: 4px
}

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

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

.utilityBtnRow #searchToggle:hover,
.utilityBtnRow #searchToggle:focus {
    background-color: #BBB9CC;
    color: #1E1656
}

.utilityBtnRow #searchToggle:focus {
    border-color: #1E1656;
    outline: none
}

.utilityBtnRow .giftBtn {
    border: 2px solid transparent;
    background: #1E1656;
    color: #fff;
    font-size: .875rem;
    line-height: calc(1.35714286);
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 7px 21px;
    border-radius: 3px;
    text-decoration: none;
    white-space: nowrap;
    text-transform: none
}

.utilityBtnRow .giftBtn:focus,
.utilityBtnRow .giftBtn:hover {
    background-color: #BBB9CC;
    border-color: #BBB9CC;
    color: #1E1656;
    text-decoration: none
}

.utilityBtnRow .giftBtn:focus {
    border: 2px solid #1E1656
}

.utilityBtnRow .pipe {
    width: 1px;
    background: #d8d8d8;
    display: block;
    margin: 0 12px 0 32px
}

.structHead {
    width: 100%;
    background: #fff;
    padding: 0 0 15px;
    position: relative;
    top: 0;
    z-index: 4;
    clear: both
}

.loggedin .structHead {
    position: static
}

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

.structHead .mainHeaderWrap {
    padding-top: 15px;
    clear: both
}

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

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

@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;
    padding-left: 27px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .headLogo {
        padding-left: 17px
    }
}

@media only screen and (min-width: 1025px) {
    .headLogo {
        padding-left: 4px
    }
}

.headLogo a {
    display: inline-block
}

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

.headLogo img,
.headLogo svg {
    height: 40px
}

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

    .headLogo img,
    .headLogo svg {
        height: 56.75px
    }
}

.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: #333
}

.menuMobilBtnWrap #searchToggle:focus {
    outline: none
}

.menuMobilBtnWrap .giftBtn {
    border: 2px solid #5E6A71;
    background: #1E1656;
    color: #fff;
    font-size: .875rem;
    line-height: calc(1.35714286);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 7px 21px;
    border-radius: 3px;
    text-decoration: none;
    white-space: nowrap;
    text-transform: none
}

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

.menuMobilBtnWrap button.js-offcanvas-trigger {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .menuMobilBtnWrap button.js-offcanvas-trigger {
        font-size: 1rem;
        padding: 0 15px;
        height: 40px
    }
}

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

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

.menuMobilBtnWrap button.js-offcanvas-trigger:focus,
.menuMobilBtnWrap button.js-offcanvas-trigger:hover {
    background-color: #BBB9CC;
    color: #1E1656;
    outline: none
}

.menuMobilBtnWrap button.js-offcanvas-trigger:focus-visible {
    border-color: #1E1656
}

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

.loggedin #searchWrap#searchWrap {
    position: relative
}

#searchWrap .searchWrapInner {
    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;
    position: relative;
    margin-right: 48px
}

#searchWrap #SearchModuleSpacer {
    display: none
}

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

#searchWrap input[type="text"] {
    background: transparent;
    color: #585858;
    border: none;
    border-bottom: 1px solid #1E1656;
    border-radius: 0;
    font-size: 1.25rem;
    line-height: 1;
    height: 48px;
    padding: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 8px;
    margin-right: 72px;
    max-width: 394px
}

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

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

#searchWrap input[type="text"]:focus {
    box-shadow: none
}

#searchWrap input[type="text"]:focus-visible {
    box-shadow: none;
    border-bottom: 2px solid #1E1656;
    outline: none
}

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

#searchWrap button[id$="_hbtnSearch"] {
    background: #E9E8EE;
    color: #1E1656;
    border: 2px solid transparent;
    position: absolute;
    top: 0;
    right: 15px;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    border-radius: 30px;
    z-index: 1;
    font-size: 0
}

#searchWrap button[id$="_hbtnSearch"]:after {
    content: '\f054';
    font-family: "FontAwesome 6 Free", "FontAwesome 5 Free", "FontAwesome";
    display: block;
    font-size: 1rem
}

#searchWrap button#closeSearch {
    background: #E3E7F0;
    color: #fff
}

#searchWrap button:focus {
    text-decoration: none;
    box-shadow: none
}

#searchWrap button:focus-visible {
    outline: none;
    border-color: #1E1656
}

.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: #333
}

.alertBanner .alert a:focus {
    outline: 2px solid #333;
    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: #fff;
    visibility: hidden
}

.desktopNav li ul {
    margin: 0;
    background: #fff;
    float: none;
    width: 250px;
    text-align: left;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    top: calc(80%);
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0);
    border-radius: 4px
}

.desktopNav li ul li {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background: none;
    line-height: normal;
    text-transform: none;
    font-size: .9375rem
}

.desktopNav li ul li:not(:last-of-type) {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1)
}

.desktopNav li ul li a {
    display: block
}

.desktopNav li ul li.third-hasSubmenu>a:before {
    content: "\f106";
    position: absolute;
    top: .8125rem;
    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: #fff
}

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

.desktopNav li ul li ul li a {
    font-weight: 400;
    padding: 11px 1rem;
    color: #222
}

.desktopNav .desktopNavInner {
    font-size: .9375rem;
    line-height: normal
}

.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: 90px;
    gap: 10px;
    padding: 10px;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    transition: all .25s ease
}

.desktopNav .desktopNavInner>ul>li>a {
    font-weight: bold;
    color: #1E1656;
    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
}

.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 #1E1656;
    outline-offset: 2px
}

.desktopNav .desktopNavInner>ul>li>button.toggleBtn {
    width: 16px;
    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;
    top: 0;
    right: 0
}

.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: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px
}

.desktopNav .desktopNavInner>ul>li.hasSubmenu button>span:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    color: #727272;
    font-size: 1rem;
    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: #333
}

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

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

.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: #5E6A71
}

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

.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;
    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: #E9E8EE;
    transition: all .25s ease
}

.desktopNav .desktopNavInner>ul>li.sfHover ul li.sfHover a,
.desktopNav .desktopNavInner>ul>li:hover ul li.sfHover a,
.desktopNav .desktopNavInner>ul>li.sfHover ul li:hover a,
.desktopNav .desktopNavInner>ul>li:hover ul li:hover a,
.desktopNav .desktopNavInner>ul>li.sfHover ul li:focus-within a,
.desktopNav .desktopNavInner>ul>li:hover ul li:focus-within a {
    color: #222
}

.desktopNav .desktopNavInner>ul>li.sfHover ul li.sfHover.third-hasSubmenu>a:before,
.desktopNav .desktopNavInner>ul>li:hover ul li.sfHover.third-hasSubmenu>a:before,
.desktopNav .desktopNavInner>ul>li.sfHover ul li:hover.third-hasSubmenu>a:before,
.desktopNav .desktopNavInner>ul>li:hover ul li:hover.third-hasSubmenu>a:before,
.desktopNav .desktopNavInner>ul>li.sfHover ul li:focus-within.third-hasSubmenu>a:before,
.desktopNav .desktopNavInner>ul>li:hover ul li:focus-within.third-hasSubmenu>a:before {
    color: #1E1656;
    transform: rotate(90deg)
}

.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: #222;
    background: #E9E8EE
}

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

.desktopNav .desktopNavInner>ul>li:nth-child(n+3) ul li.sfHover ul,
.desktopNav .desktopNavInner>ul>li:nth-child(n+3) ul li:hover ul,
.desktopNav .desktopNavInner>ul>li:nth-child(n+3) 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>a {
    font-weight: 400;
    padding: 11px 1rem;
    color: #222
}

.desktopNav .desktopNavInner>ul>li>ul>li>a:hover,
.desktopNav .desktopNavInner>ul>li>ul>li>a:focus {
    background: #E9E8EE;
    color: #222
}

.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 {
    transform-origin: center;
    transform: rotate(540deg)
}

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

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

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

.structBody .breadCrumbs ol li a {
    text-decoration: underline;
    color: #1E1656;
    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 #1E1656;
    outline-offset: 2px
}

.structBody .breadCrumbs ol li.selected a {
    font-weight: bold;
    pointer-events: none;
    text-decoration: none
}

.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) {}

.structBody img.rounded {
    border-radius: 8px !important
}

.structBody .heroImg {
    display: none
}

.structBody .heroImg .pageNameContainer1 {
    padding: 0
}

.structBody.has-heroImg .heroImg {
    display: block;
    position: relative
}

@media only screen and (min-width: 700px) {
    .structBody.has-heroImg .heroImg~.breadcrumbSection {
        margin-top: 32px
    }
}

.structBody.has-heroImg .heroImg .pageNameContainer1 {
    padding: 1rem 32px 1.1875rem;
    background: #FFFFFF
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .structBody.has-heroImg .heroImg .pageNameContainer1 {
        box-shadow: 0 1px 0 0 rgba(94, 106, 113, 0.15)
    }
}

@media only screen and (min-width: 1025px) {
    .structBody.has-heroImg .heroImg .pageNameContainer1 {
        padding: 0
    }

    .structBody.has-heroImg .heroImg .pageNameContainer1 .pageName {
        position: absolute;
        bottom: 0
    }

    .structBody.has-heroImg .heroImg .pageNameContainer1 .pageName h1 {
        padding: 22px 32px;
        background: white;
        border-radius: 8px 8px 0 0
    }
}

.structBody.has-heroImg .purpleSection--top {
    display: none;
    margin-bottom: 0
}

.structBody.has-heroImg .breadcrumbSection .breadCrumbs {
    margin-bottom: 0
}

.structBody.has-heroImg .breadcrumbSection .breadCrumbs ol {
    margin: 0;
    padding-bottom: 0
}

.structBody .purpleSection--top {
    background: #1E1656;
    padding: 3rem 1.0625rem;
    margin-bottom: 24px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .structBody .purpleSection--top {
        padding: 3.25rem 1.0625rem 3.125rem
    }
}

@media only screen and (min-width: 1025px) {
    .structBody .purpleSection--top {
        padding: 90px 0;
        margin-bottom: 2rem
    }
}

.structBody .purpleSection--top .pageNameContainer2 .pageName h1 {
    color: white
}

.structBody .purpleSection--bottom {
    background: #1E1656;
    padding: 3rem 1.0625rem;
    margin: 3.5em 0;
    color: #FFFFFF
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .structBody .purpleSection--bottom {
        padding: 3.25rem 1.0625rem 3.125rem;
        margin: 56px 0
    }
}

@media only screen and (min-width: 1025px) {
    .structBody .purpleSection--bottom {
        padding: 88px 0;
        margin: 80px 0
    }
}

.structBody .purpleSection--bottom h2,
.structBody .purpleSection--bottom h3,
.structBody .purpleSection--bottom h4,
.structBody .purpleSection--bottom h5 {
    color: white
}

.structBody .purpleSection--bottom h2 {
    margin-bottom: 2rem
}

@media only screen and (max-width: 1024px) {
    .structBody .purpleSection--bottom h2 {
        margin-top: 30px
    }
}

.structBody .breadcrumbSection {
    padding: 0 17px
}

.structBody .breadcrumbSection .breadCrumbs ol {
    margin-top: 0
}

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

.loggedin .structBody .heroImg {
    display: block
}

.oneCol-layout,
.twoCol-layout {
    padding: 2.5rem 17px 3.5em
}

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

    .oneCol-layout,
    .twoCol-layout {
        padding: 56px 17px
    }
}

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

    .oneCol-layout,
    .twoCol-layout {
        padding: 80px 0
    }
}

.oneCol-layout.top,
.twoCol-layout.top {
    padding-bottom: 0
}

.oneCol-layout.bottom,
.twoCol-layout.bottom {
    padding-top: 0
}

.oneCol-layout blockquote,
.twoCol-layout blockquote {
    font-size: 1.5rem;
    line-height: calc(1.41666667);
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #5E6A71;
    padding-top: 45px;
    margin: 55px 0;
    position: relative
}

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

    .oneCol-layout blockquote,
    .twoCol-layout blockquote {
        margin: 55px auto;
        max-width: 462px
    }
}

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

    .oneCol-layout blockquote,
    .twoCol-layout blockquote {
        max-width: 676px;
        margin: 100px auto
    }
}

.oneCol-layout blockquote:before,
.twoCol-layout blockquote:before {
    content: ' ';
    display: block;
    background: #E3E7F0;
    height: 4px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

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

    .oneCol-layout blockquote:before,
    .twoCol-layout blockquote:before {
        max-width: 355px
    }
}

.oneCol-layout blockquote:after,
.twoCol-layout blockquote:after {
    content: ' ';
    background-image: url(../images/quoteIcon.svg);
    background-color: white;
    background-position: center;
    background-size: 24px 21px;
    background-repeat: no-repeat;
    border: 4px solid #E3E7F0;
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 50%;
    padding: 16px 14px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

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

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

.pageName h1 {
    letter-spacing: -1px
}

.newsItem {
    background: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(162, 162, 162, 0.3);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-top: 24px
}

.newsItem .tools {
    position: absolute;
    top: 1px;
    left: 2rem;
    z-index: 2
}

.newsItem .innerNews {
    padding: 32px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .newsItem .innerNews {
        padding: 32px 32px 25px 32px
    }
}

.newsItem .innerNews:has(> a) {
    padding: 32px 32px 76px
}

@media only screen and (min-width: 700px) {
    .newsItem .innerNews:has(> a) {
        padding: 32px 48px 32px 32px
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .newsItem .innerNews:has(> a) .text .preview {
        padding-right: 6.573%
    }
}

@media only screen and (min-width: 1025px) {
    .newsItem .innerNews:has(> a) .text .preview {
        padding-right: 13.877%
    }
}

.newsItem .innerNews:has(> a) .ctaBtn {
    display: -ms-flexbox;
    display: flex
}

.newsItem .innerNews:focus-within {
    outline: 2px solid #1E1656
}

.newsItem .innerNews .thumb {
    background: url(../images/placeholder.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    aspect-ratio: 1.33010232;
    width: 100%;
    margin-bottom: 1rem;
    overflow: hidden
}

@media only screen and (max-width: 699px) {
    .newsItem .innerNews .thumb {
        display: none
    }

    .newsItem .innerNews .thumb:has(img) {
        display: block
    }
}

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

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .newsItem .innerNews .thumb {
        width: 159.28px
    }
}

@media only screen and (min-width: 1025px) {
    .newsItem .innerNews .thumb {
        width: 180px
    }
}

.newsItem .innerNews .thumb:has(img) {
    background: none
}

.newsItem .innerNews .thumb:has(img) img {
    width: 100%
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .newsItem .innerNews .text {
        padding-left: 194px;
        min-height: 120px
    }
}

@media only screen and (min-width: 1025px) {
    .newsItem .innerNews .text {
        padding-left: 206px;
        min-height: 135px
    }
}

.newsItem .innerNews h3,
.newsItem .innerNews .title {
    font-size: 1.25rem;
    line-height: calc(1.35);
    font-weight: bold;
    color: #333;
    transition: all .3s ease
}

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

    .newsItem .innerNews h3,
    .newsItem .innerNews .title {
        font-size: 1.375rem;
        line-height: calc(1.36363636)
    }
}

.newsItem .innerNews .preview {
    -Webkit-box-orient: vertical;
    font-size: 1rem;
    line-height: calc(1.6875);
    color: #6B6B6B;
    margin-top: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.newsItem .innerNews .ctaBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 17px 0;
    background: #E9E8EE;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s ease
}

@media only screen and (min-width: 700px) {
    .newsItem .innerNews .ctaBtn {
        top: 0;
        right: 0;
        left: auto;
        padding: 0 15px
    }
}

.newsItem .innerNews .ctaBtn .arrow-right {
    content: url(../images/arrow-right.svg);
    height: 14px;
    transition: all .2s ease
}

.newsItem .innerNews a {
    text-decoration: none
}

.newsItem .innerNews a:after {
    content: ' ';
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .3s ease
}

.newsItem .innerNews a h3,
.newsItem .innerNews a .title {
    color: #333
}

.newsItem .innerNews a:hover,
.newsItem .innerNews a:focus {
    outline: none
}

.newsItem .innerNews a:hover h3,
.newsItem .innerNews a:focus h3,
.newsItem .innerNews a:hover .title,
.newsItem .innerNews a:focus .title {
    color: #1E1656;
    text-decoration: underline
}

.newsItem .innerNews a:hover .ctaBtn,
.newsItem .innerNews a:focus .ctaBtn {
    background: #615C88
}

.newsItem .innerNews a:hover .ctaBtn .arrow-right,
.newsItem .innerNews a:focus .ctaBtn .arrow-right {
    filter: brightness(1000)
}

.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
}

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

.accordion .collapseItem .panel-heading a {
    display: block;
    padding: 10px 0 10px 40px;
    text-decoration: none;
    color: #58595B;
    border-bottom: 3px solid #f2f2f2
}

@media only screen and (min-width: 700px) {
    .accordion .collapseItem .panel-heading a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.accordion .collapseItem .panel-heading a:focus {
    box-shadow: 0 0 0 3px rgba(0, 108, 147, 0.5)
}

.accordion .collapseItem .panel-heading a .arrows {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 12px
}

@media only screen and (min-width: 700px) {
    .accordion .collapseItem .panel-heading a .arrows {
        padding-top: 18px
    }
}

.accordion .collapseItem .panel-heading a.open {
    border-color: #1E1656
}

.accordion .collapseItem .accordionPanelWrap {
    padding: 20px 0;
    overflow: hidden
}

@media only screen and (min-width: 700px) {
    .accordion .collapseItem .accordionPanelWrap {
        padding-left: 40px
    }
}

@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: #1E1656
}

@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 {
    position: relative;
    list-style: none;
    margin-bottom: 24px
}

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

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

.cardItem a:hover .cardInner .thumb,
.cardItem a:focus .cardInner .thumb {
    opacity: .6
}

.cardItem a:hover .cardInner .text .title,
.cardItem a:focus .cardInner .text .title {
    color: #1E1656;
    text-decoration: underline
}

.cardItem .tools {
    position: absolute;
    right: 47px;
    bottom: 5px;
    z-index: 2
}

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

.cardItem .cardInner {
    background: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(162, 162, 162, 0.3);
    border-radius: 8px;
    overflow: hidden
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .cardItem .cardInner {
        box-shadow: none;
        border-radius: 0
    }
}

@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 {
    background: url(../images/placeholder.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0;
    aspect-ratio: 1.33195021;
    width: 100%;
    overflow: hidden;
    transition: all .3s ease
}

@media only screen and (max-width: 699px) {
    .cardItem .cardInner .thumb {
        display: none
    }

    .cardItem .cardInner .thumb:has(img) {
        display: block
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .cardItem .cardInner .thumb {
        border-radius: 4px
    }
}

.cardItem .cardInner .thumb:has(img) {
    background: none
}

.cardItem .cardInner .thumb:has(img) img {
    width: 100%
}

.cardItem .cardInner .text {
    padding: 20px 32px 32px;
    -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
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .cardItem .cardInner .text {
        padding: 1rem 0 0
    }
}

.cardItem .cardInner .text .title {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: calc(1.36363636);
    display: block;
    margin: 0;
    transition: all .3s ease
}

.cardItem .cardInner .text .preview {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1rem;
    line-height: calc(1.6875);
    color: #595959;
    margin-top: 1rem
}

.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%
}

.intEventItem {
    background: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(162, 162, 162, 0.3);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-top: 1rem
}

.intEventItem .tools {
    position: absolute;
    top: 33px;
    right: 33px;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

@media only screen and (min-width: 700px) {
    .intEventItem .tools {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.intEventItem .tools span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.intEventItem .tools span .calAdd {
    display: none
}

.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: '';
    background-image: url(../images/calendar-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px
}

.intEventItem .eventInner {
    padding: 32px 32px 32px 40px
}

@media only screen and (max-width: 699px) {
    .intEventItem .eventInner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .intEventItem .eventInner {
        padding: 32px 80px 32px 40px
    }
}

@media only screen and (min-width: 1025px) {
    .intEventItem .eventInner {
        padding: 32px 120px 32px 64px
    }
}

.intEventItem .eventInner a {
    text-decoration: none;
    color: #333
}

@media only screen and (max-width: 699px) {
    .intEventItem .eventInner a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.intEventItem .eventInner a .text .title {
    color: #333
}

.intEventItem .eventInner a:hover,
.intEventItem .eventInner a:focus {
    text-decoration: none
}

.intEventItem .eventInner a:hover:after,
.intEventItem .eventInner a:focus:after {
    border-color: #615C88
}

.intEventItem .eventInner a:hover .text .title,
.intEventItem .eventInner a:focus .text .title {
    text-decoration: underline;
    color: #1E1656
}

.intEventItem .eventInner a:after {
    content: ' ';
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-left: 8px solid #E9E8EE;
    transition: all .3s ease
}

.intEventItem .thumb {
    background: url(../images/placeholder.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    aspect-ratio: 1.33009709;
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    -ms-flex-order: 3;
    order: 3
}

@media only screen and (max-width: 699px) {
    .intEventItem .thumb {
        display: none
    }

    .intEventItem .thumb:has(img) {
        display: block
    }
}

@media only screen and (min-width: 700px) {
    .intEventItem .thumb {
        margin: 0;
        float: right;
        width: 137px
    }
}

.intEventItem .thumb:has(img) {
    background: none
}

.intEventItem .thumb:has(img) img {
    width: 100%
}

.intEventItem .date {
    border: none;
    background: transparent;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 24px;
    color: #7279C4
}

@media only screen and (min-width: 700px) {
    .intEventItem .date {
        float: left;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 0;
        height: 101px;
        padding-right: 2rem;
        border-right: 1px solid #E3E7F0
    }
}

@media only screen and (min-width: 1025px) {
    .intEventItem .date {
        width: 95px
    }
}

.intEventItem .date .month {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: bold
}

@media only screen and (min-width: 700px) {
    .intEventItem .date .month {
        font-weight: 400
    }
}

.intEventItem .date .day {
    font-size: 2.625rem;
    line-height: calc(1.04761905);
    font-weight: bold
}

@media only screen and (min-width: 700px) {
    .intEventItem .text {
        min-height: 103px
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .intEventItem .text {
        padding-left: 113px;
        padding-right: 18px
    }
}

@media only screen and (min-width: 1025px) {
    .intEventItem .text {
        padding-left: 135px
    }
}

.intEventItem .text .title {
    font-weight: bold;
    font-size: 20px;
    line-height: calc(1.35);
    margin: 0 0 1rem;
    color: #333;
    transition: all .3s ease
}

.intEventItem .text .locationTime {
    color: #5B5B5B;
    font-size: 1rem;
    line-height: calc(1.375)
}

.intEventItem .text .locationTime .location {
    display: block;
    margin: 0
}

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

#heroSlider {
    position: relative
}

@media only screen and (min-width: 700px) {
    #heroSlider {
        border-bottom: none
    }
}

#heroSlider .slidesWrap {
    position: relative;
    background: #1E1656
}

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

#heroSlider .slidesWrap.slick-slider.slick-dotted {
    margin-bottom: 0
}

#heroSlider .slidesWrap.slick-slider.slick-dotted .dots.container {
    position: relative
}

#heroSlider .slidesWrap.slick-slider.slick-dotted .dots.container .row .slick-dots {
    bottom: 30px;
    text-align: left;
    left: 7px;
    width: auto
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    #heroSlider .slidesWrap.slick-slider.slick-dotted .dots.container .row .slick-dots {
        left: auto;
        bottom: 60px;
        right: 30px
    }
}

@media only screen and (min-width: 1025px) {
    #heroSlider .slidesWrap.slick-slider.slick-dotted .dots.container .row .slick-dots {
        left: auto;
        bottom: 65px;
        right: 14px
    }
}

#heroSlider .slidesWrap.slick-slider.slick-dotted .dots.container .row .slick-dots li {
    margin: 0 10px
}

#heroSlider .slidesWrap.slick-slider.slick-dotted .dots.container .row .slick-dots li button {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%
}

#heroSlider .slidesWrap.slick-slider.slick-dotted .dots.container .row .slick-dots li button .slick-dot-icon {
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid white;
    border-radius: 50%;
    background: black;
    opacity: 1
}

#heroSlider .slidesWrap.slick-slider.slick-dotted .dots.container .row .slick-dots li button .slick-dot-icon:before {
    display: none
}

#heroSlider .slidesWrap.slick-slider.slick-dotted .dots.container .row .slick-dots li.slick-active button .slick-dot-icon {
    background: white
}

#heroSlider .slideItem {
    position: relative
}

#heroSlider .slideItem .sldImg {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    #heroSlider .slideItem .sldImg {
        height: 425px
    }
}

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

    #heroSlider .slideItem .sldImg:after {
        content: '';
        display: block;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.73) 59%);
        position: absolute;
        left: 0;
        right: 0;
        top: 40%;
        bottom: 0
    }
}

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

#heroSlider .slideItem>a:hover .heroText .heroTextInner .title,
#heroSlider .slideItem>a:focus-visible .heroText .heroTextInner .title {
    text-decoration: underline
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    #heroSlider .slideItem .heroText {
        position: relative
    }

    #heroSlider .slideItem .heroText .shapesWrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block
    }

    #heroSlider .slideItem .heroText .shapesWrapper:before {
        content: '';
        display: block;
        background-image: url(../images/rotator-left-shape.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        opacity: .03
    }

    #heroSlider .slideItem .heroText .shapesWrapper:after {
        content: '';
        display: block;
        background-image: url(../images/rotator-right-shape.png);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        opacity: .05
    }
}

@media only screen and (min-width: 1025px) {
    #heroSlider .slideItem .heroText {
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0
    }
}

#heroSlider .slideItem .heroText .heroTextInner {
    padding: 37px 50px 160px 15px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    #heroSlider .slideItem .heroText .heroTextInner {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding: 37px 30px 137px 15px
    }
}

@media only screen and (min-width: 1025px) {
    #heroSlider .slideItem .heroText .heroTextInner {
        padding: 37px 15px 60px 25px;
        max-width: 37.5%;
        margin-left: 106px
    }
}

#heroSlider .slideItem .heroText .heroTextInner .title {
    color: white;
    font-size: 2.25rem;
    line-height: calc(1.11111111);
    margin-bottom: 18px;
    text-align: left
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    #heroSlider .slideItem .heroText .heroTextInner .title {
        font-size: 2.5rem;
        line-height: calc(1.1)
    }
}

@media only screen and (min-width: 1025px) {
    #heroSlider .slideItem .heroText .heroTextInner .title {
        font-size: 3rem;
        line-height: calc(1.08333333)
    }
}

#heroSlider .slideItem .heroText .heroTextInner .preview {
    color: white;
    font-size: 1.25rem;
    line-height: calc(1.4);
    border-left: 8px solid #8F8F8F;
    padding-left: 25px
}

@media only screen and (min-width: 1025px) {
    #heroSlider .slideItem .heroText .heroTextInner .preview {
        border-color: #1E1656
    }
}

#heroSlider #arrowsWrap {
    position: absolute;
    width: 100%;
    max-width: 104px;
    height: 49px;
    transform: translate(0, -130px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    #heroSlider #arrowsWrap {
        transform: translate(0, -98px)
    }
}

@media (min-width:1025px) {
    #heroSlider #arrowsWrap {
        transform: translate(115px, -25px)
    }
}

#heroSlider #arrowsWrap button.slick-arrow {
    position: static;
    top: 0;
    width: 49px;
    height: 49px;
    background: black;
    color: #fff;
    border: none;
    font-size: 1.875rem;
    line-height: calc(1.63333333);
    opacity: 1;
    padding: 0 15px;
    transform: none
}

@media only screen and (min-width: 1025px) {
    #heroSlider #arrowsWrap button.slick-arrow {
        background: #1E1656
    }
}

#heroSlider #arrowsWrap button.slick-arrow.slick-prev {
    left: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#heroSlider #arrowsWrap button.slick-arrow.slick-next {
    right: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#heroSlider #arrowsWrap button.slick-arrow:hover,
#heroSlider #arrowsWrap button.slick-arrow:focus {
    background: white;
    color: #000;
    opacity: 1;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4)
}

#heroSlider #arrowsWrap button.slick-arrow:focus-visible {
    box-shadow: none;
    outline: 2px solid #000
}

#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(51, 51, 51, 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: #1E1656;
    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: #1E1656
}

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

.footerCap {
    position: relative
}

.footerCap .fullImg {
    aspect-ratio: 1.92002458;
    overflow: hidden
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .footerCap .fullImg {
        aspect-ratio: 2.56
    }
}

@media only screen and (min-width: 1025px) {
    .footerCap .fullImg {
        aspect-ratio: 4
    }
}

.footerCap .fullImg:after {
    content: '	';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg, #FFFFFF 21%, rgba(255, 255, 255, 0) 100%)
}

@media only screen and (min-width: 1025px) {
    .footerCap .fullImg:after {
        background-image: linear-gradient(180deg, #FFFFFF 0, rgba(255, 255, 255, 0) 100%)
    }
}

.loggedin .footerCap .fullImg:after {
    top: 20%
}

footer {
    position: relative;
    width: 100%;
    font-size: .875rem;
    line-height: 1.5;
    padding: 2.5rem .4375rem;
    background-image: linear-gradient(165deg, #1E1656 39%, #2E296B 78%);
    background-image: url(../images/mb_foot_bkgnd.png);
    background-size: cover;
    color: white
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    footer {
        padding: 55px 17px;
        background-image: linear-gradient(165deg, #1E1656 39%, #2E296B 78%)
    }
}

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

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

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

footer a:focus {
    outline: 2px solid #58595B;
    outline-offset: 3px
}

@media only screen and (min-width: 1025px) {
    footer .footerTop {
        padding: 60px 0 0
    }
}

footer .footerTop .footLeft {
    text-align: center;
    margin-bottom: 50px
}

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

footer .footerTop .footLeft .footLogo {
    display: block;
    margin: 0 auto;
    max-width: 165px
}

@media only screen and (min-width: 700px) {
    footer .footerTop .footLeft .footLogo {
        margin-left: 0
    }
}

footer .footerTop .footLeft a {
    display: inline-block
}

footer .footerTop .footLeft a:focus-visible {
    outline: 2px solid white
}

footer .footerTop .footAbout,
footer .footerTop .footContact {
    color: #E9E8EE
}

footer .footerTop .footAbout h2,
footer .footerTop .footContact h2 {
    color: white;
    font-size: .9375rem;
    line-height: calc(1.66666667);
    margin-bottom: 0;
    text-align: center
}

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

    footer .footerTop .footAbout h2,
    footer .footerTop .footContact h2 {
        text-align: left
    }
}

footer .footerTop .footAbout {
    text-align: center;
    font-size: .9375rem;
    line-height: calc(1.66666667);
    margin-bottom: 32px
}

@media only screen and (min-width: 700px) {
    footer .footerTop .footAbout {
        line-height: calc(1.8);
        text-align: left;
        margin-bottom: 48px
    }
}

footer .footerTop .footAbout address {
    margin: 7px 0 0 0
}

footer .footerTop .footContact {
    font-size: .9375rem;
    line-height: calc(1.66666667);
    text-align: center
}

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

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    footer .footerTop .footContact {
        padding-left: 34px
    }
}

footer .footerTop .footContact .fa-solid {
    font-size: 12px;
    margin-right: 8px
}

footer .footerTop .footRight ul.social {
    margin: 32px 0;
    padding: 24px 0;
    list-style: none;
    text-align: center;
    border-top: 1px solid #615C88;
    border-bottom: 1px solid #615C88;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (min-width: 700px) {
    footer .footerTop .footRight ul.social {
        text-align: right;
        margin-top: 0
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    footer .footerTop .footRight ul.social {
        -ms-flex-pack: center;
        justify-content: center;
        gap: 40px;
        margin-bottom: 24px
    }
}

@media only screen and (min-width: 1025px) {
    footer .footerTop .footRight ul.social {
        border: none;
        padding: 0;
        margin: 0;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 24px
    }
}

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

footer .footerTop .footRight 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: 38px;
    height: 38px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.38);
    line-height: 34px;
    text-align: center;
    font-size: 1rem
}

footer .footerTop .footRight ul.social li a svg {
    height: 16px;
    display: inline-block;
    fill: #333;
    margin-top: -2px
}

footer .footerTop .footRight ul.social li a:hover,
footer .footerTop .footRight ul.social li a:focus {
    border-color: white;
    background: white;
    color: #1E1656
}

footer .footerTop .footRight ul.social li a:hover svg,
footer .footerTop .footRight ul.social li a:focus svg {
    fill: #1E1656
}

footer .footerTop .footRight ul.social li a:focus {
    outline: none
}

footer .footerBottom {
    font-size: .875rem
}

@media only screen and (min-width: 1025px) {
    footer .footerBottom {
        border-top: 1px solid rgba(97, 92, 136, 0.58);
        padding: 32px 0
    }
}

footer .footerBottom .footerLinks ul.footLinks {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    gap: 24px
}

@media only screen and (min-width: 700px) {
    footer .footerBottom .footerLinks ul.footLinks {
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 40px
    }
}

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

footer .footerBottom .footerLinks ul.footLinks li a {
    line-height: calc(1.35714286);
    font-weight: 600;
    text-decoration: none
}

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

footer .footerBottom .copyrightInfo {
    color: #E9E8EE;
    line-height: calc(1.78571429);
    font-weight: 400;
    text-align: center;
    margin-top: 2rem
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    footer .footerBottom .copyrightInfo {
        margin-top: 24px
    }
}

@media (min-width:700px) and (max-width:1134px) {
    footer .footerBottom .copyrightInfo br {
        display: block !important
    }
}

@media only screen and (min-width: 1025px) {
    footer .footerBottom .copyrightInfo {
        margin-top: 0;
        text-align: right
    }

    footer .footerBottom .copyrightInfo br {
        display: none
    }
}

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
    }
}

footer .toplink {
    position: fixed;
    top: unset;
    bottom: 50px;
    /* right: -100px; COMMENTED OUT BY PENTERA */
    right: 10px;
    transition: all 250ms linear;
    z-index: 25
}

footer .toplink.is-active {
    right: 20px
}

@media only screen and (min-width: 1025px) {
    footer .toplink.is-active {
        right: 40px
    }
}

footer .toplink button {
    color: white;
    background: #1E1656;
    border: 2px solid rgba(227, 231, 240, 0.43);
    font-size: 1.5rem;
    line-height: 1px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    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;
    text-decoration: none
}

footer .toplink button:hover,
footer .toplink button:focus {
    background: white;
    border: 2px solid #1E1656;
    color: #1E1656;
    outline: none
}

footer .toplink button:focus-visible {
    outline: 2px dotted #1E1656;
    outline-offset: 2px
}

.c-offcanvas {
    background: #fff;
    right: -100%
}

.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: #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-offcanvas .menuTitleBar .js-offcanvas-close {
    border: 2px solid transparent;
    background: rgba(94, 106, 113, 0.1);
    font-size: 1rem;
    line-height: 1;
    display: block;
    padding: 18px 24px;
    width: 100%;
    font-weight: normal;
    color: #5E6A71;
    margin: 0
}

.c-offcanvas .menuTitleBar .js-offcanvas-close .c-button__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.c-offcanvas .menuTitleBar .js-offcanvas-close .icon-close {
    font-size: 1rem;
    padding: 0 15px
}

.c-offcanvas .menuTitleBar .js-offcanvas-close:hover,
.c-offcanvas .menuTitleBar .js-offcanvas-close:focus {
    background-color: #BBB9CC;
    color: #1E1656;
    outline: none
}

.c-offcanvas .menuTitleBar .js-offcanvas-close:focus-visible {
    border-color: #1E1656
}

.mobileSearch {
    margin: 1rem 24px 0;
    text-align: center;
    color: #333;
    position: relative
}

.mobileSearch input {
    background: #fff;
    border: none;
    padding: 10px 40px 10px 0;
    width: 100%;
    color: #585858;
    height: 42px;
    border-bottom: 1px solid #1E1656
}

.mobileSearch input:focus {
    outline: none
}

.mobileSearch input:focus-visible {
    border-width: 2px
}

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

.mobileSearch img[id$="_imgbtnSearch"]:hover,
.mobileSearch img[id$="_imgbtnSearch"]:focus {
    background: #BBB9CC;
    color: #1E1656
}

.mobileSearch img[id$="_imgbtnSearch"]:focus-visible {
    outline: none;
    border-color: #1E1656
}

.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 {
    outline: 2px solid currentColor;
    outline-offset: -4px;
    text-decoration: none
}

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

#off-canvas .mainNav .accordion-btn-wrap {
    background: none;
    color: #5E6A71;
    border: none;
    margin: 4px 0;
    padding: 0 0 0;
    right: 24px !important;
    max-height: 48px;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    font-size: 1.125rem
}

#off-canvas .mainNav .accordion-btn-wrap.accordion-active {
    color: white;
    background: #615C88
}

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

#off-canvas .mainNav .accordion-btn-wrap:focus-visible {
    outline: 2px solid currentColor;
    border-color: #1E1656
}

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

#off-canvas .mainNav>ul>li.active {
    background: #1E1656
}

#off-canvas .mainNav>ul>li.active>a {
    color: white
}

#off-canvas .mainNav>ul>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.25)
}

#off-canvas .mainNav>ul>li>a {
    font-size: 1rem;
    line-height: calc(1.375);
    font-weight: bold;
    padding: 18px 10px 18px 24px;
    color: #1E1656;
    margin-right: 70px !important
}

#off-canvas .mainNav>ul>li>ul>li.active {
    background: #615C88
}

#off-canvas .mainNav>ul>li>ul>li.active>a {
    color: white
}

#off-canvas .mainNav>ul>li>ul>li>a {
    font-size: 1rem;
    line-height: calc(1.375);
    color: #fff;
    padding: 18px 10px 18px 32px;
    margin-right: 70px !important;
    font-weight: bold
}

#off-canvas .mainNav>ul>li>ul>li .accordion-btn-wrap {
    color: white
}

#off-canvas .mainNav>ul>li>ul>li .accordion-btn-wrap.accordion-active {
    color: white;
    background: rgba(255, 255, 255, 0.22)
}

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

#off-canvas .mainNav>ul>li>ul>li>ul>li>a {
    font-size: 1rem;
    line-height: calc(1.375);
    padding: 18px 10px 18px 48px;
    font-weight: 400;
    color: #fff
}

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

#off-canvas .mblGftBtn a {
    margin: 24px;
    display: block;
    border-radius: 5px;
    font-weight: bold
}

#off-canvas .mblGftBtn a:focus,
#off-canvas .mblGftBtn a:hover {
    background-color: #BBB9CC;
    border-color: #BBB9CC;
    color: #1E1656;
    text-decoration: none;
    outline: none
}

#off-canvas .mblGftBtn a:focus-visible {
    box-shadow: none;
    outline: none;
    border: 2px solid #1E1656
}

#off-canvas .mobileMemberTools ul {
    margin: 0;
    padding: 1rem 0 23px;
    background: #EFF0F1;
    font-size: .875rem
}

#off-canvas .mobileMemberTools ul li a {
    display: block;
    color: #333;
    text-transform: none;
    font-size: .875rem;
    line-height: calc(1.14285714);
    padding: 1rem 1.5rem
}

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

.input_styles {
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    color: #333;
    box-shadow: none;
    filter: none;
    padding: 0 10px;
    box-shadow: inset 0 1px 2px 0 rgba(230, 230, 230, 0.5);
    width: 100%;
    max-width: 100%
}

.input_styles:focus {
    border-color: #1E1656;
    outline: 1px solid #1E1656
}

.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: %231E1656; }.bkgd { fill: %23E9E8EE; }]]></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;
    border-radius: 3px
}

.fieldSelectStyles option {
    height: 40px
}

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

input:is([type="radio"], [type="checkbox"]) {
    accent-color: #1E1656
}

input:is([type="radio"], [type="checkbox"]):focus-visible {
    outline: 2px dotted #1E1656;
    outline-offset: 2px
}

#ContentMiddle #formBreadcrumbWrapper {
    text-align: right;
    line-height: 1;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #1E1656;
    color: #fff;
    margin: 64px 0
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    #ContentMiddle #formBreadcrumbWrapper {
        margin: 40px 0
    }
}

@media only screen and (min-width: 700px) {
    #ContentMiddle #formBreadcrumbWrapper {
        background-image: linear-gradient(-17deg, #7279C4 0, #1E1656 51%);
        border-radius: 5px
    }
}

@media only screen and (max-width: 1024px) {
    #ContentMiddle #formBreadcrumbWrapper {
        background: transparent;
        text-align: center;
        margin: 40px 0 30px
    }
}

#ContentMiddle #formBreadcrumbWrapper .stepTxt {
    display: none
}

@media only screen and (max-width: 1024px) {
    #ContentMiddle #formBreadcrumbWrapper .stepTxt {
        display: inline-block;
        margin-right: 5px;
        font-weight: normal;
        color: #fff;
        opacity: .75
    }
}

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"],
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

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

    #ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"],
    #ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

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

    #ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"],
    #ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper {
        display: inline-block;
        background: #1E1656;
        color: #fff;
        border-radius: 25px;
        padding: 0 35px;
        z-index: 5;
        position: relative
    }
}

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>*,
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>* {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

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

    #ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>*,
    #ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>* {
        -ms-flex: 1;
        flex: 1;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

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

    #ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>*,
    #ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>* {
        font-size: .875rem;
        display: none;
        height: 42px
    }
}

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>*.idbmsBreadcrumb,
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>*.idbmsBreadcrumb {
    font-weight: 400
}

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>*+*:before,
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>*+*:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0 15px;
    font-weight: bold;
    font-size: .875rem;
    opacity: .48
}

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

    #ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>*+*:before,
    #ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>*+*:before {
        margin: 0
    }
}

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

    #ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>*+*:before,
    #ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>*+*:before {
        content: "";
        display: none
    }
}

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>* .bcInner,
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>* .bcInner {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

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

    #ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>* .bcInner,
    #ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>* .bcInner {
        padding: 30px
    }
}

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

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

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>* .bcInner .idbmsBreadcrumb,
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>* .bcInner .idbmsBreadcrumb {
    font-weight: 400
}

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

    #ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>* .bcInner .idbmsBreadcrumb,
    #ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>* .bcInner .idbmsBreadcrumb {
        font-weight: bold
    }
}

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>*:last-child .bcInner:after,
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>*:last-child .bcInner:after {
    content: "";
    display: none
}

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>*.current,
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>*.current {
    font-weight: 600;
    color: #fff
}

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

    #ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>*.current,
    #ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>*.current {
        display: -ms-flexbox;
        display: flex;
        border: none;
        font-weight: 600;
        color: #fff;
        -ms-flex-align: center;
        align-items: center
    }
}

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>*.current .bcInner:after,
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>*.current .bcInner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    content: url(../images/current_breadcrumb.svg)
}

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

    #ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>*.current .bcInner:after,
    #ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>*.current .bcInner:after {
        padding: 0;
        display: none
    }
}

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

    #ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"]>*.current .bcInner,
    #ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper>*.current .bcInner {
        border: none
    }
}

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"] a,
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper a {
    color: #fff;
    text-decoration: none
}

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"] a:hover,
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper a:hover {
    text-decoration: underline
}

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"] a:hover:after,
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper a:hover:after {
    text-decoration: none
}

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

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

    #ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"] ol,
    #ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper ol {
        display: block
    }
}

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"] ol li,
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper ol li {
    display: -ms-flexbox;
    display: flex
}

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

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

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"] ol li.current,
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper ol li.current {
    font-weight: 400;
    position: relative;
    color: #fff;
    height: 100%
}

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

    #ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"] ol li.current,
    #ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper ol li.current {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"] ol li.current:after,
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper ol li.current:after {
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    text-align: center;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    color: #1E1656;
    font-size: 2rem;
    font-weight: bold
}

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

    #ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"] ol li.current:after,
    #ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper ol li.current:after {
        padding: 0
    }
}

#ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"] ol li+li:before,
#ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper ol li+li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0 15px;
    font-weight: bold;
    font-size: .75rem
}

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

    #ContentMiddle #formBreadcrumbWrapper div[id*="pnlBreadcrumbs"] ol li+li:before,
    #ContentMiddle #formBreadcrumbWrapper .idbmsBreadcrumbWrapper ol li+li:before {
        content: "";
        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: #1E1656;
    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: #E9E8EE;
    color: #333;
    border-left: 4px solid #7279C4 !important;
    border: none;
    font-size: 1.25rem;
    line-height: calc(1.4);
    font-weight: bold;
    padding: 10px 24px;
    text-transform: none;
    position: relative;
    display: block;
    margin-bottom: 10px
}

#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: 0 0 0 3px rgba(0, 108, 147, 0.5)
}

#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: 1px solid #c3c3c3;
    border-radius: 3px;
    color: #333;
    box-shadow: none;
    filter: none;
    padding: 0 10px;
    box-shadow: inset 0 1px 2px 0 rgba(230, 230, 230, 0.5);
    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 {
    border-color: #1E1656;
    outline: 1px solid #1E1656
}

#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: %231E1656; }.bkgd { fill: %23E9E8EE; }]]></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;
    border-radius: 3px
}

#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: 40px
}

#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: 1px solid #c3c3c3;
    border-radius: 3px;
    color: #333;
    box-shadow: none;
    filter: none;
    padding: 0 10px;
    box-shadow: inset 0 1px 2px 0 rgba(230, 230, 230, 0.5);
    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 {
    border-color: #1E1656;
    outline: 1px solid #1E1656
}

#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: %231E1656; }.bkgd { fill: %23E9E8EE; }]]></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;
    border-radius: 3px
}

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

#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: 1px solid #c3c3c3;
    border-radius: 3px;
    color: #333;
    box-shadow: none;
    filter: none;
    padding: 0 10px;
    box-shadow: inset 0 1px 2px 0 rgba(230, 230, 230, 0.5);
    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 {
    border-color: #1E1656;
    outline: 1px solid #1E1656
}

#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: %231E1656; }.bkgd { fill: %23E9E8EE; }]]></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;
    border-radius: 3px
}

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

#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: 1px solid #c3c3c3;
    border-radius: 3px;
    color: #333;
    box-shadow: none;
    filter: none;
    padding: 0 10px;
    box-shadow: inset 0 1px 2px 0 rgba(230, 230, 230, 0.5);
    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 {
    border-color: #1E1656;
    outline: 1px solid #1E1656
}

#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: %231E1656; }.bkgd { fill: %23E9E8EE; }]]></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;
    border-radius: 3px
}

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

#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 {
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    font-size: 1.5rem;
    padding: 20px;
    margin-bottom: 30px
}

#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: auto;
        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: #333
}

#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) {
    #ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldInput input[type="text"] {
        width: auto
    }
}

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

#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: #333
}

#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: #333
}

#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: #020105;
    border-color: #1E1656
}

#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:hover {
    background: #100c2d;
    cursor: pointer
}

#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 {
    background: #006C93;
    color: #fff
}

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

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td label {
    display: block;
    padding: 18px 80px 18px 18px;
    background: #1E1656;
    border: 2px solid transparent;
    color: #fff;
    font-weight: 900;
    line-height: 1.5em;
    margin: 0;
    font-size: 1rem;
    cursor: pointer
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td label:before {
    color: #ffffff;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 0;
    content: "\f111";
    width: 60px;
    text-align: center;
    height: 30px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    font-weight: bold
}

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

#ContentMiddle .designation-section .divAdvancedDesignations .fa {
    color: #1E1656
}

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

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

.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: #1E1656;
    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: #333;
    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: #333;
    color: #fff;
    text-decoration: none;
    border-color: #333
}

.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: #1E1656;
    color: #fff !important;
    font-weight: bold
}

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

ul.giveBtnsList li a:hover {
    background: #333;
    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: #333 !important;
    font-size: 25px;
    line-height: 50px;
    width: 35px;
    text-align: right
}

.giveInputWrapper #giveInput {
    background: none;
    border: none;
    height: 46px;
    color: #333 !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: #333;
    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
}

.home h2 {
    text-align: center;
    margin: 0 0 20px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home h2 {
        text-align: left
    }
}

@media only screen and (min-width: 1025px) {
    .home h2 {
        margin-bottom: 30px
    }
}

.home .content-middle {
    position: relative;
    background: #f3f3f3;
    text-align: center
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .content-middle {
        padding: 0 15px
    }
}

.home .content-middle .featureItem {
    box-shadow: 0 2px 35px rgba(128, 128, 128, 0.15);
    overflow: hidden
}

@media only screen and (max-width: 699px) {
    .home .content-middle .featureItem {
        margin: 0 -15px
    }
}

@media only screen and (min-width: 700px) {
    .home .content-middle .featureItem {
        border-radius: 8px
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .content-middle .featureItem {
        transform: translateY(-40px)
    }
}

@media only screen and (min-width: 1025px) {
    .home .content-middle .featureItem {
        transform: translateY(-105px)
    }
}

.home .content-middle .featureItem .featureInner {
    display: -ms-grid;
    display: grid
}

@media only screen and (min-width: 1025px) {
    .home .content-middle .featureItem .featureInner {
        -ms-grid-columns: 5fr 7fr;
        grid-template-columns: 5fr 7fr
    }
}

.home .content-middle .featureItem .featureInner .thumb {
    display: none;
    background-size: cover;
    overflow: hidden;
    height: 100%
}

@media only screen and (min-width: 1025px) {
    .home .content-middle .featureItem .featureInner .thumb {
        display: -ms-flexbox;
        display: flex
    }
}

.home .content-middle .featureItem .featureInner .thumb img {
    width: 100%;
    visibility: hidden
}

.home .content-middle .featureItem .featureInner .text {
    padding: 64px 30px;
    background-image: linear-gradient(-25deg, #1E1656 -89%, #7279C4 -86%, #1E1656 52%);
    text-align: center;
    color: white;
    font-size: 1rem;
    line-height: calc(1.75)
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .content-middle .featureItem .featureInner .text {
        padding: 64px;
        background-image: linear-gradient(-42deg, #1E1656 -30%, #7279C4 -36%, #1E1656 60%)
    }
}

@media only screen and (min-width: 1025px) {
    .home .content-middle .featureItem .featureInner .text {
        padding: 9.263% 15.209% 10.647% 9.954%;
        text-align: left
    }
}

.home .content-middle .featureItem .featureInner .text h2,
.home .content-middle .featureItem .featureInner .text .title {
    color: white;
    font-size: 2rem;
    line-height: calc(1.34375);
    margin-bottom: 0;
    text-align: center
}

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

    .home .content-middle .featureItem .featureInner .text h2,
    .home .content-middle .featureItem .featureInner .text .title {
        text-align: left
    }
}

.home .content-middle .featureItem .featureInner .text .preview {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: calc(1.75);
    font-weight: 400
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .content-middle .featureItem .featureInner .text .preview {
        margin-top: 22px
    }
}

@media only screen and (min-width: 1025px) {
    .home .content-middle .featureItem .featureInner .text .preview {
        font-size: 1.25rem;
        line-height: calc(1.6);
        margin-top: 24px
    }
}

.home .content-middle .featureItem .featureInner .text .preview .button {
    margin-top: 2rem;
    margin-bottom: 0;
    background: white;
    color: #1E1656;
    font-weight: 600;
    display: block
}

@media only screen and (min-width: 700px) {
    .home .content-middle .featureItem .featureInner .text .preview .button {
        display: inline-block
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .content-middle .featureItem .featureInner .text .preview .button {
        margin-top: 2rem
    }
}

@media only screen and (min-width: 1025px) {
    .home .content-middle .featureItem .featureInner .text .preview .button {
        margin-top: 40px
    }
}

.home .content-middle .featureItem .featureInner .text .preview .button:hover {
    background: #BBB9CC;
    color: #1E1656
}

.home .content-middle .featureItem .featureInner .text .preview .button:focus-visible {
    background: #BBB9CC;
    color: #1E1656;
    border-color: white
}

.home .content-middle .featureItem .featureInner .text .preview p+a.button {
    margin-top: 10px
}

.home .carousel {
    position: relative;
    background: #f3f3f3;
    padding: 64px 15px;
    overflow: hidden
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .carousel {
        padding: 40px 15px 80px
    }
}

@media only screen and (min-width: 1025px) {
    .home .carousel {
        padding: 24px 0 128px
    }
}

@media only screen and (min-width: 700px) {
    .home .carousel .sectionHeader {
        text-align: left;
        margin-bottom: 0
    }
}

.home .carousel .sectionHeader h2 {
    margin: 0;
    font-size: 2rem;
    line-height: calc(1.34375);
    text-align: left
}

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

.home .carousel .viewMore {
    text-align: center;
    margin: 0
}

@media only screen and (min-width: 700px) {
    .home .carousel .viewMore {
        text-align: left;
        margin-bottom: 0
    }
}

.home .carousel .viewMore .button {
    display: block;
    background: #E9E8EE;
    color: #1E1656;
    margin-bottom: 0
}

@media only screen and (min-width: 700px) {
    .home .carousel .viewMore .button {
        display: inline-block
    }
}

.home .carousel .viewMore .button:focus,
.home .carousel .viewMore .button:hover {
    background-color: #BBB9CC;
    border-color: #BBB9CC;
    color: #1E1656;
    text-decoration: none
}

.home .carousel .viewMore .button:focus {
    border: 2px solid #1E1656
}

.home .carousel .arrows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.home .carousel .arrows #arrowsWrapCar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 128px
}

.home .carousel .arrows button {
    background-color: transparent;
    border: 2px solid #5E6A71;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 0;
    color: #5E6A71;
    position: static;
    transform: none
}

.home .carousel .arrows button.slick-disabled {
    opacity: .5
}

.home .carousel .arrows button.slick-arrow.slick-prev {
    left: 0
}

.home .carousel .arrows button.slick-arrow.slick-prev .left-arrow--gray {
    content: url(../images/left-arrow--gray.svg);
    height: 14px;
    transition: all .2s ease
}

.home .carousel .arrows button.slick-arrow.slick-prev:hover,
.home .carousel .arrows button.slick-arrow.slick-prev:focus {
    border-color: #1E1656;
    background: #BBB9CC
}

.home .carousel .arrows button.slick-arrow.slick-prev:hover .left-arrow--gray,
.home .carousel .arrows button.slick-arrow.slick-prev:focus .left-arrow--gray {
    content: url(../images/left-arrow--purple.svg)
}

.home .carousel .arrows button.slick-arrow.slick-prev:focus-visible {
    background: #BBB9CC;
    border-color: white;
    outline: 2px solid #7279C4
}

.home .carousel .arrows button.slick-arrow.slick-next {
    right: 0
}

.home .carousel .arrows button.slick-arrow.slick-next .right-arrow--gray {
    content: url(../images/right-arrow--gray.svg);
    height: 14px;
    transition: all .2s ease
}

.home .carousel .arrows button.slick-arrow.slick-next:hover,
.home .carousel .arrows button.slick-arrow.slick-next:focus {
    border-color: #1E1656;
    background: #BBB9CC
}

.home .carousel .arrows button.slick-arrow.slick-next:hover .right-arrow--gray,
.home .carousel .arrows button.slick-arrow.slick-next:focus .right-arrow--gray {
    content: url(../images/right-arrow--purple.svg)
}

.home .carousel .arrows button.slick-arrow.slick-next:focus-visible {
    background: #BBB9CC;
    border-color: white;
    outline: 2px solid #7279C4
}

.home .carousel .carouselList {
    padding: 0
}

.home .carousel .carouselList .carouselWrap {
    margin: 0 -30px
}

@media only screen and (min-width: 700px) {
    .home .carousel .carouselList .carouselWrap {
        margin: 0 -15px
    }
}

@media only screen and (min-width: 1025px) {
    .home .carousel .carouselList .carouselWrap .slick-list {
        overflow: visible;
        -webkit-clip-path: inset(-100vw -100vw -100vw 0);
        clip-path: inset(-100vw -100vw -100vw 0);
        -webkit-clip-path: inset(-100vw -100vw -100vw 15px);
        clip-path: inset(-100vw -100vw -100vw 15px)
    }
}

.home .carousel .carouselList .carouselWrap .slick-track {
    display: -ms-flexbox;
    display: flex
}

.home .carousel .carouselList .carouselWrap .slick-track .slick-slide {
    height: inherit
}

.home .carousel .carouselList .carouselWrap .slick-track .slick-slide>div {
    height: 100%;
    padding: 40px 30px
}

@media only screen and (min-width: 700px) {
    .home .carousel .carouselList .carouselWrap .slick-track .slick-slide>div {
        padding: 40px 15px
    }
}

.home .carousel .carouselList .carouselWrap .eventItem {
    height: inherit;
    background: #FFFFFF;
    box-shadow: 0 7px 24px 0 rgba(128, 128, 128, 0.15);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin: 0
}

.home .carousel .carouselList .carouselWrap .eventItem:focus-within .eventInner>a:after {
    border: 2px solid #1E1656
}

.home .carousel .carouselList .carouselWrap .eventItem .tools {
    position: absolute;
    top: 38px;
    right: 33px;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .carousel .carouselList .carouselWrap .eventItem .tools {
        right: 24px
    }
}

@media only screen and (min-width: 1025px) {
    .home .carousel .carouselList .carouselWrap .eventItem .tools {
        right: 48px
    }
}

.home .carousel .carouselList .carouselWrap .eventItem .tools a:focus-visible {
    outline: 2px dotted #1E1656;
    outline-offset: 2px
}

.home .carousel .carouselList .carouselWrap .eventItem .tools span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.home .carousel .carouselList .carouselWrap .eventItem .tools span .calAdd {
    display: none
}

.home .carousel .carouselList .carouselWrap .eventItem .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 .carousel .carouselList .carouselWrap .eventItem .tools span:last-child a.IModCmsCalendarIcon img[src*="calendar_ical_icon"],
.home .carousel .carouselList .carouselWrap .eventItem .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 .carousel .carouselList .carouselWrap .eventItem .tools span:last-child a.IModCmsCalendarIcon:before {
    content: '';
    background-image: url(../images/calendar-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px
}

.home .carousel .carouselList .carouselWrap .eventItem .eventInner {
    padding: 32px 33px 34px 24px;
    padding: 2rem
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .carousel .carouselList .carouselWrap .eventItem .eventInner {
        padding: 32px 24px 34px
    }
}

@media only screen and (min-width: 1025px) {
    .home .carousel .carouselList .carouselWrap .eventItem .eventInner {
        padding: 32px 48px
    }
}

.home .carousel .carouselList .carouselWrap .eventItem .eventInner a {
    text-decoration: none;
    color: #333
}

@media only screen and (max-width: 699px) {
    .home .carousel .carouselList .carouselWrap .eventItem .eventInner a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.home .carousel .carouselList .carouselWrap .eventItem .eventInner a:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 8px;
    border: 2px solid transparent;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: border .3s ease
}

.home .carousel .carouselList .carouselWrap .eventItem .eventInner a .text .title {
    color: #333
}

.home .carousel .carouselList .carouselWrap .eventItem .eventInner a:hover,
.home .carousel .carouselList .carouselWrap .eventItem .eventInner a:focus {
    text-decoration: none
}

.home .carousel .carouselList .carouselWrap .eventItem .eventInner a:hover:after,
.home .carousel .carouselList .carouselWrap .eventItem .eventInner a:focus:after {
    border: 2px solid #1E1656
}

.home .carousel .carouselList .carouselWrap .eventItem .eventInner a:hover .text .title,
.home .carousel .carouselList .carouselWrap .eventItem .eventInner a:focus .text .title {
    text-decoration: underline;
    color: #1E1656
}

.home .carousel .carouselList .carouselWrap .eventItem .date {
    border: none;
    background: transparent;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 24px;
    color: #7279C4
}

.home .carousel .carouselList .carouselWrap .eventItem .date .month {
    font-size: 22px;
    line-height: calc(.90909091);
    font-weight: bold
}

.home .carousel .carouselList .carouselWrap .eventItem .date .day {
    font-size: 2.625rem;
    line-height: calc(1.04761905);
    font-weight: bold
}

.home .carousel .carouselList .carouselWrap .eventItem .text .title {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: calc(1.35);
    margin: 0 0 1rem;
    color: #333;
    transition: all .3s ease
}

.home .carousel .carouselList .carouselWrap .eventItem .text .locationTime {
    color: #595959;
    font-size: 1rem;
    line-height: calc(1.375)
}

.home .carousel .carouselList .carouselWrap .eventItem .text .locationTime .location {
    display: block;
    margin: 0
}

.home .carousel .carouselList .carouselWrap .eventItem .text .locationTime .timeRange {
    display: block;
    margin: 8px 0
}

.home .quotes {
    position: relative;
    padding: 64px 0 72px;
    background: #fff
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .quotes {
        padding: 80px 0 134px
    }
}

@media only screen and (min-width: 1025px) {
    .home .quotes {
        padding: 128px 0 135px
    }
}

.home .quotes:before {
    content: '';
    display: block;
    background-image: url(../images/quotesBkgnd.png);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .3
}

.home .quotes .quotesWrapper {
    padding-left: 0;
    padding-right: 0
}

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

.home .quotes .quotesWrapper.slick-slider.slick-dotted {
    padding-bottom: 0;
    margin-bottom: 40px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .quotes .quotesWrapper.slick-slider.slick-dotted {
        margin-bottom: 2rem
    }
}

.home .quotes .quotesWrapper.slick-slider.slick-dotted .slick-dots {
    bottom: -30px;
    padding: 0;
    margin: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .quotes .quotesWrapper.slick-slider.slick-dotted .slick-dots {
        bottom: -20px
    }
}

.home .quotes .quotesWrapper.slick-slider.slick-dotted .slick-dots li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px
}

.home .quotes .quotesWrapper.slick-slider.slick-dotted .slick-dots li button {
    display: block;
    padding: 0;
    width: 35px;
    height: 8px;
    border-radius: 8px;
    text-indent: -999em;
    outline: none;
    background: #fff;
    background: #1E1656;
    border: 2px solid #fff;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.17)
}

.home .quotes .quotesWrapper.slick-slider.slick-dotted .slick-dots li button:hover,
.home .quotes .quotesWrapper.slick-slider.slick-dotted .slick-dots li button:focus {
    background-color: #BBB9CC !important
}

.home .quotes .quotesWrapper.slick-slider.slick-dotted .slick-dots li button:focus-visible {
    outline: none;
    border-color: #1E1656;
    outline-offset: 4px
}

.home .quotes .quotesWrapper.slick-slider.slick-dotted .slick-dots li button .slick-dot-icon {
    display: none
}

.home .quotes .quotesWrapper.slick-slider.slick-dotted .slick-dots li.slick-active button {
    background-color: #7279C4
}

.home .quotes .quotesWrapper.slick-slider .slick-track {
    display: -ms-flexbox;
    display: flex
}

.home .quotes .quotesWrapper.slick-slider .slick-track .slick-slide {
    height: inherit;
    margin: 0
}

.home .quotes .quotesWrapper.slick-slider .slick-track .slick-slide>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 67.5px
}

@media only screen and (min-width: 700px) {
    .home .quotes .quotesWrapper.slick-slider .slick-track .slick-slide>div {
        padding: 0 15px
    }
}

.home .quotes .quotesWrapper .slick-arrow {
    background: white;
    border: 2px solid #5E6A71;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 100;
    outline: none;
    opacity: 1;
    padding: 0
}

.home .quotes .quotesWrapper .slick-arrow.prev {
    left: 0;
    top: 50%
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .quotes .quotesWrapper .slick-arrow.prev {
        left: 15px
    }
}

@media only screen and (min-width: 1025px) {
    .home .quotes .quotesWrapper .slick-arrow.prev {
        left: 0
    }
}

.home .quotes .quotesWrapper .slick-arrow.prev .left-arrow--gray {
    content: url(../images/left-arrow--gray.svg);
    height: 14px;
    transition: all .2s ease
}

.home .quotes .quotesWrapper .slick-arrow.prev:hover,
.home .quotes .quotesWrapper .slick-arrow.prev:focus {
    border-color: #1E1656;
    background: #BBB9CC
}

.home .quotes .quotesWrapper .slick-arrow.prev:hover .left-arrow--gray,
.home .quotes .quotesWrapper .slick-arrow.prev:focus .left-arrow--gray {
    content: url(../images/left-arrow--purple.svg)
}

.home .quotes .quotesWrapper .slick-arrow.prev:focus-visible {
    background: #BBB9CC;
    border-color: white;
    outline: 2px solid #7279C4
}

.home .quotes .quotesWrapper .slick-arrow.next {
    right: 0;
    top: 50%
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .quotes .quotesWrapper .slick-arrow.next {
        right: 15px
    }
}

@media only screen and (min-width: 1025px) {
    .home .quotes .quotesWrapper .slick-arrow.next {
        right: 0
    }
}

.home .quotes .quotesWrapper .slick-arrow.next .right-arrow--gray {
    content: url(../images/right-arrow--gray.svg);
    height: 14px;
    transition: all .2s ease
}

.home .quotes .quotesWrapper .slick-arrow.next:hover,
.home .quotes .quotesWrapper .slick-arrow.next:focus {
    border-color: #1E1656;
    background: #BBB9CC
}

.home .quotes .quotesWrapper .slick-arrow.next:hover .right-arrow--gray,
.home .quotes .quotesWrapper .slick-arrow.next:focus .right-arrow--gray {
    content: url(../images/right-arrow--purple.svg)
}

.home .quotes .quotesWrapper .slick-arrow.next:focus-visible {
    background: #BBB9CC;
    border-color: white;
    outline: 2px solid #7279C4
}

.home .quotes .quotesWrapper .quoteItem {
    position: relative
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .quotes .quotesWrapper .quoteItem {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin: 0 auto;
        padding-bottom: 18px
    }
}

@media only screen and (min-width: 1025px) {
    .home .quotes .quotesWrapper .quoteItem {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 auto;
        padding-bottom: 10px
    }
}

.home .quotes .quotesWrapper .quoteItem .avatar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.home .quotes .quotesWrapper .quoteItem .avatar .thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-sizing: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 7px solid #7279C4;
    overflow: hidden;
    margin-top: 40px
}

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

.home .quotes .quotesWrapper .quoteItem .avatar .thumb:not(:has(img)) {
    overflow: hidden
}

.home .quotes .quotesWrapper .quoteItem .avatar .thumb:not(:has(img)):after {
    content: '';
    background-image: url(../images/userbkgnd.png);
    display: block;
    background-size: contain;
    height: inherit
}

.home .quotes .quotesWrapper .quoteItem .avatar h3,
.home .quotes .quotesWrapper .quoteItem .avatar .title {
    font-size: .875rem;
    line-height: calc(1.35714286);
    letter-spacing: 1.1px;
    font-weight: bold;
    color: #1E1656;
    margin-top: 11px;
    margin-bottom: 0
}

.home .quotes .quotesWrapper .quoteItem .text {
    background: transparent;
    border-radius: 5px;
    padding: 0;
    text-align: center
}

.home .quotes .quotesWrapper .quoteItem .text .preview {
    font-size: 1rem;
    line-height: calc(1.625);
    color: #5E6A71;
    font-weight: bold
}

@media only screen and (min-width: 700px) {
    .home .quotes .quotesWrapper .quoteItem .text .preview {
        font-size: 1.5rem;
        line-height: calc(1.41666667)
    }
}

.home .quotes .quotesWrapper .quoteItem a {
    color: white;
    text-decoration: none
}

.home .statsBar {
    background-image: linear-gradient(-32deg, #1E1656 43%, #7279C4 150%, #1E1656 100%);
    padding: 56px 0 64px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .statsBar {
        padding: 56px 100px
    }
}

@media only screen and (min-width: 1025px) {
    .home .statsBar {
        padding: 100px 0
    }
}

.home .statsBar .statsWrap {
    -ms-flex-pack: center;
    justify-content: center
}

.home .statsBar .statItem+.statItem {
    margin-top: 40px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .statsBar .statItem+.statItem {
        margin-top: 0
    }

    .home .statsBar .statItem+.statItem:nth-child(n+3) {
        margin-top: 40px
    }
}

@media only screen and (min-width: 1025px) {
    .home .statsBar .statItem+.statItem {
        margin-top: 0
    }

    .home .statsBar .statItem+.statItem:before {
        content: '';
        display: block;
        width: 1px;
        height: 68px;
        background: #5C588D;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

.home .statsBar .statItem a {
    text-decoration: none
}

.home .statsBar .statItem .statsInner {
    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
}

.home .statsBar .statItem .statsInner .value {
    font-size: 3.75rem;
    line-height: 1;
    color: white;
    font-weight: bold
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .statsBar .statItem .statsInner .value {
        font-size: 2.5rem;
        line-height: 1
    }
}

@media only screen and (min-width: 1025px) {
    .home .statsBar .statItem .statsInner .value {
        font-size: 56px;
        line-height: calc(1.14285714)
    }
}

.home .statsBar .statItem .statsInner .label {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: calc(1.375);
    font-weight: normal;
    color: white;
    text-align: center
}

@media only screen and (min-width: 1025px) {
    .home .statsBar .statItem .statsInner .label {
        margin-top: 8px;
        max-width: 147px
    }
}

.home .sectionFooter {
    margin: 40px auto 0;
    text-align: center;
    display: block
}

.home .sectionFooter .button {
    margin: 0
}

.home .newsBar {
    position: relative;
    background: white;
    padding: 64px 15px 56px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .newsBar {
        padding: 80px 15px 56px
    }
}

@media only screen and (min-width: 1025px) {
    .home .newsBar {
        padding: 128px 0
    }
}

.home .newsBar h2 {
    font-size: 2rem;
    line-height: calc(1.34375);
    text-align: left;
    margin-bottom: 1.5rem
}

@media only screen and (min-width: 700px) {
    .home .newsBar .btnRow {
        text-align: right
    }
}

.home .newsBar .btnRow .button {
    display: block;
    margin: 0;
    margin-bottom: 2rem;
    background: #E9E8EE;
    color: #1E1656
}

@media only screen and (min-width: 700px) {
    .home .newsBar .btnRow .button {
        display: inline-block;
        margin-bottom: 36px
    }
}

.home .newsBar .btnRow .button:hover,
.home .newsBar .btnRow .button:focus {
    background: #BBB9CC;
    color: #1E1656
}

.home .newsBar .btnRow .button:focus-visible {
    border-color: #1E1656
}

.home .newsBar .newsWrap {
    display: -ms-grid;
    display: grid;
    gap: 24px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .newsBar .newsWrap {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: 2;
        grid-template-rows: 2;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-auto-flow: row
    }
}

@media only screen and (min-width: 1025px) {
    .home .newsBar .newsWrap {
        -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-auto-flow: row
    }
}

.home .newsHomeItem a {
    text-decoration: none;
    color: white
}

.home .newsHomeItem a:hover .newsInner .thumb:after,
.home .newsHomeItem a:focus .newsInner .thumb:after {
    background-image: linear-gradient(180deg, rgba(30, 22, 86, 0.7), rgba(30, 22, 86, 0.7))
}

.home .newsHomeItem a:hover .newsInner .title,
.home .newsHomeItem a:focus .newsInner .title {
    text-decoration: underline
}

.home .newsHomeItem .newsInner {
    position: relative
}

.home .newsHomeItem .newsInner .thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    position: relative;
    overflow: hidden
}

.home .newsHomeItem .newsInner .thumb img {
    opacity: 0
}

.home .newsHomeItem .newsInner .thumb:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 14%, #000000 88%);
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s linear
}

.home .newsHomeItem .newsInner .text {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 40px 32px 32px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .newsHomeItem .newsInner .text {
        padding-right: 20%
    }
}

@media only screen and (min-width: 1025px) {
    .home .newsHomeItem .newsInner .text {
        padding-right: 32px
    }
}

.home .newsHomeItem .newsInner .text h3,
.home .newsHomeItem .newsInner .text .title {
    color: white;
    font-size: 1.25rem;
    line-height: calc(1.4)
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .newsHomeItem:nth-child(1) {
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 3
    }
}

@media only screen and (min-width: 1025px) {
    .home .newsHomeItem:nth-child(1) {
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 8;
        -ms-grid-row: 1;
        grid-row-start: 1;
        grid-row-end: 3
    }
}

@media only screen and (min-width: 1025px) {
    .home .newsHomeItem:nth-child(1)>a {
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }
}

.home .newsHomeItem:nth-child(1) .newsInner .thumb {
    height: 100%
}

.home .newsHomeItem:nth-child(1) .newsInner .thumb img {
    min-height: 100%
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .newsHomeItem:nth-child(1) .newsInner .text {
        padding-right: 40%
    }
}

@media only screen and (min-width: 1025px) {
    .home .newsHomeItem:nth-child(1) .newsInner .text {
        padding-right: 41%
    }
}

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

    .home .newsHomeItem:nth-child(1) .newsInner .text h3,
    .home .newsHomeItem:nth-child(1) .newsInner .text .title {
        font-size: 2rem;
        line-height: calc(1.3125)
    }
}

@media only screen and (min-width: 1025px) {
    .home .newsHomeItem:nth-child(2) {
        -ms-grid-row: 1;
        grid-row-start: 1;
        grid-row-end: 2;
        -ms-grid-column: 8;
        grid-column-start: 8;
        grid-column-end: 12
    }
}

@media only screen and (min-width: 1025px) {
    .home .newsHomeItem:nth-child(3) {
        -ms-grid-row: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        -ms-grid-column: 8;
        grid-column-start: 8;
        grid-column-end: 12
    }
}

.home .wideWhite {
    padding: 50px 5px
}

@media only screen and (min-width: 1025px) {
    .home .wideWhite {
        padding: 115px 0
    }
}

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

.home .eventsBox+.eventsBox {
    margin-top: 20px
}

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

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .eventsBox {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.home .eventsBox .eventsBoxInner {
    border: 1px solid #E0E0E0;
    background: #fff;
    padding: 25px
}

.home .eventsBox .eventsBoxInner:focus-within {
    border-color: #58595B;
    outline: 2px solid #58595B
}

@media only screen and (min-width: 700px) {
    .home .eventsBox .eventsBoxInner {
        height: 100%
    }
}

@media only screen and (min-width: 1025px) {
    .home .eventsBox .eventsBoxInner {
        text-align: center;
        padding: 30px 20px
    }
}

.home .eventsBox .eventsBoxInner .date {
    position: relative;
    font-size: 1.25rem;
    line-height: 1;
    text-transform: uppercase;
    color: #58595B;
    margin: 0 0 15px
}

@media only screen and (min-width: 1025px) {
    .home .eventsBox .eventsBoxInner .date {
        margin: 0 0 30px
    }
}

.home .eventsBox .eventsBoxInner .date:after {
    content: "";
    background-color: #1E1656;
    height: 3px;
    width: 105px;
    display: block;
    margin-top: 5px
}

@media only screen and (min-width: 1025px) {
    .home .eventsBox .eventsBoxInner .date:after {
        display: none
    }
}

.home .eventsBox .eventsBoxInner .date .month {
    display: inline;
    font-weight: bold
}

@media only screen and (min-width: 1025px) {
    .home .eventsBox .eventsBoxInner .date .month {
        display: block;
        text-align: center
    }

    .home .eventsBox .eventsBoxInner .date .month:after {
        content: "";
        background-color: #1E1656;
        height: 3px;
        width: 30px;
        display: block;
        margin: 5px auto 5px
    }
}

.home .eventsBox .eventsBoxInner .date .day {
    display: inline
}

@media only screen and (min-width: 1025px) {
    .home .eventsBox .eventsBoxInner .date .day {
        display: block;
        text-align: center;
        font-size: 3rem;
        line-height: 1;
        font-weight: 300
    }
}

.home .eventsBox .eventsBoxInner .text .title {
    font-size: 1.1875rem;
    display: block
}

.home .eventsBox .eventsBoxInner .text .title a {
    text-decoration: none
}

.home .eventsBox .eventsBoxInner .text .title a:hover,
.home .eventsBox .eventsBoxInner .text .title a:focus {
    text-decoration: underline
}

.home .eventsBox .eventsBoxInner .text .location {
    display: block;
    margin-top: 10px;
    font-size: .875rem
}

.home .threeAcrossRow {
    overflow: hidden
}

@media only screen and (min-width: 1025px) {
    .home .threeAcrossRow .row {
        margin-left: -35px;
        margin-right: -35px
    }
}

.home .threeAcrossRow.bkgd-gray {
    background: #F6F6F6;
    padding: 40px 5px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .threeAcrossRow.bkgd-gray {
        padding: 60px 15px
    }
}

@media only screen and (min-width: 1025px) {
    .home .threeAcrossRow.bkgd-gray {
        padding: 90px 0
    }
}

.home .threeAcrossRow .colGroup {
    text-align: center;
    font-size: .875rem;
    line-height: 1.4
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .threeAcrossRow .colGroup {
        text-align: left
    }
}

@media only screen and (min-width: 1025px) {
    .home .threeAcrossRow .colGroup {
        font-size: 1rem;
        line-height: 1.75
    }
}

.home .threeAcrossRow .colGroup+.colGroup {
    margin-top: 50px
}

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

@media only screen and (min-width: 1025px) {
    .home .threeAcrossRow .colGroup+.colGroup {
        border-left: 2px solid #E0E0E0
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .threeAcrossRow .colGroup+.colGroup .colGroupInner {
        border-top: 2px solid #E0E0E0;
        padding-top: 40px;
        margin-top: 40px
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .threeAcrossRow .colGroup .colGroupInner {
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width: 1025px) {
    .home .threeAcrossRow .colGroup .colGroupInner {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px
    }
}

.home .threeAcrossRow .colGroup .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px
}

.home .threeAcrossRow .colGroup .image+.text {
    margin-top: 30px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .threeAcrossRow .colGroup .image+.text {
        margin-top: 0
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .threeAcrossRow .colGroup .text {
        padding: 0 0 0 30px
    }
}

.home .threeAcrossRow .colGroup h2 {
    margin: 0 0 10px;
    font-size: 1.5rem
}

@media only screen and (min-width: 1025px) {
    .home .threeAcrossRow .colGroup h2 {
        font-size: 1.75rem
    }
}

.home .threeAcrossRow .colGroup .button {
    margin: 0
}

.home .threeAcrossRow ul.social {
    margin: 0 auto 20px;
    padding: 0;
    list-style: none;
    text-align: center
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .threeAcrossRow ul.social {
        text-align: left
    }
}

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

.home .threeAcrossRow ul.social li+li {
    margin-left: 15px
}

.home .threeAcrossRow ul.social li a {
    text-decoration: none;
    color: #fff;
    background: #58595B;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 2px solid #58595B;
    line-height: 36px;
    text-align: center;
    font-size: 1rem
}

.home .threeAcrossRow ul.social li a svg {
    height: 16px;
    display: inline-block;
    fill: white;
    margin-top: -2px
}

.home .threeAcrossRow ul.social li a:hover,
.home .threeAcrossRow ul.social li a:focus {
    background: #fff;
    color: #333
}

.home .threeAcrossRow ul.social li a:hover svg,
.home .threeAcrossRow ul.social li a:focus svg {
    fill: #333
}

.home .threeAcrossRow ul.social li a:focus {
    outline: none
}

.videoHero {
    background: #1E1656;
    position: relative;
    padding: 0 !important
}

.videoHero a.IModCmsCalendarIcon img,
.videoHero img.IModCmsCalendarIcon {
    position: relative;
    z-index: 20
}

.videoHero .heroItem {
    position: relative;
    top: 0;
    left: 0
}

.videoHero .heroItem.loading .loader-wrapper {
    display: none
}

@media only screen and (min-width: 1025px) {
    .videoHero .heroItem.loading .loader-wrapper {
        display: -ms-flexbox;
        display: flex
    }
}

.videoHero .heroItem .loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #242f3f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0
}

.videoHero .heroItem .loader-wrapper .loader {
    display: inline-block;
    position: relative;
    animation: loader 2s infinite ease;
    color: white
}

.videoHero .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
}

.videoHero .heroItem .overlay {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.videoHero .heroItem .overlay.base {
    z-index: 0;
    opacity: .53;
    background-image: linear-gradient(30deg, #000000 26%, rgba(0, 0, 0, 0.21) 96%)
}

@media only screen and (min-width: 1025px) {
    .videoHero .heroItem .overlay.base {
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 100%)
    }
}

.videoHero .heroItem .overlay.gradient {
    display: none;
    z-index: 0;
    opacity: .85;
    height: 50%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(30, 22, 86, 0) 0, rgba(30, 22, 86, 0.65) 100%)
}

.videoHero .heroItem .heroText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    z-index: 0
}

.videoHero .heroItem .heroText.top {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.videoHero .heroItem .heroText.bottom {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.videoHero .heroItem .heroText.center {
    -ms-flex-pack: center;
    justify-content: center
}

.videoHero .heroItem .heroText.left {
    -ms-flex-align: start;
    align-items: flex-start
}

.videoHero .heroItem .heroText.right {
    -ms-flex-align: end;
    align-items: flex-end
}

.videoHero .heroItem .heroText .heroTextInner {
    padding: 36px 15px 36px 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .videoHero .heroItem .heroText .heroTextInner {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding: 30px;
        margin: 0 auto
    }
}

@media only screen and (min-width: 1025px) {
    .videoHero .heroItem .heroText .heroTextInner {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding: 30px;
        margin: 0 auto
    }
}

.videoHero .heroItem .heroText .heroTextInner .title {
    color: white;
    font-size: 2rem;
    line-height: calc(1.25);
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .videoHero .heroItem .heroText .heroTextInner .title {
        text-align: center;
        font-size: 2.625rem;
        line-height: calc(1.21428571)
    }
}

@media only screen and (min-width: 1025px) {
    .videoHero .heroItem .heroText .heroTextInner .title {
        text-align: center;
        font-size: 4rem;
        line-height: calc(1.078125)
    }
}

.videoHero .heroItem .heroText .heroTextInner .preview {
    color: white;
    font-size: 1.25rem;
    line-height: calc(1.4);
    border-left: 8px solid #8F8F8F;
    padding-left: 25px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .videoHero .heroItem .heroText .heroTextInner .preview {
        display: none
    }
}

@media only screen and (min-width: 1025px) {
    .videoHero .heroItem .heroText .heroTextInner .preview {
        border: none;
        padding: 0;
        max-width: 600px;
        margin: 8px auto 10px
    }
}

.videoHero .heroItem .heroText .buttonRow {
    display: inline-block;
    margin-top: 20px
}

.videoHero .heroItem .heroText .buttonRow .button {
    background: #FFFFFF;
    color: #1E1656;
    border: 2px solid transparent
}

.videoHero .heroItem .heroText .buttonRow .button:hover,
.videoHero .heroItem .heroText .buttonRow .button:focus {
    background: #BBB9CC;
    color: #1E1656
}

.videoHero .heroItem .heroText .buttonRow .button:focus-visible {
    border-color: white
}

.videoHero .heroItem .vimeoBtns,
.videoHero .heroItem #videoBtns {
    display: none
}

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

    .videoHero .heroItem .vimeoBtns,
    .videoHero .heroItem #videoBtns {
        display: none;
        position: absolute;
        bottom: 145px;
        right: 9px;
        z-index: 0
    }
}

.videoHero .heroItem .vimeoBtns button,
.videoHero .heroItem #videoBtns button {
    background: transparent;
    color: #fff;
    padding: 5px;
    width: 48px;
    height: 48px;
    font-size: 1.875rem;
    line-height: 1;
    transition: all .3s ease;
    border: 2px solid transparent;
    border-radius: 50%;
    outline: none
}

.videoHero .heroItem .vimeoBtns button[disabled],
.videoHero .heroItem #videoBtns button[disabled] {
    display: none
}

.videoHero .heroItem .vimeoBtns button:hover,
.videoHero .heroItem #videoBtns button:hover,
.videoHero .heroItem .vimeoBtns button:focus,
.videoHero .heroItem #videoBtns button:focus {
    background-color: transparent;
    color: #BBB9CC
}

.videoHero .heroItem .vimeoBtns button:focus-visible,
.videoHero .heroItem #videoBtns button:focus-visible {
    background: transparent;
    border-color: white;
    color: white
}

.videoHero .heroItem .video-wrap {
    z-index: 0;
    position: relative;
    left: 0;
    top: 0;
    aspect-ratio: 1.77777778;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media only screen and (max-width: 699px) {
    .videoHero .heroItem .video-wrap {
        /* min-height: 403px; COMMENTED OUT BY PENTERA */
        background-position: right center
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .videoHero .heroItem .video-wrap {
        min-height: 585px
    }
}

.videoHero .heroItem .video-wrap .videoInner {
    display: none
}

@media only screen and (min-width: 1025px) {
    .videoHero .heroItem .video-wrap .videoInner {
        display: block
    }
}

.videoHero .heroItem .video-wrap .videoInner video {
    opacity: 0;
    transition: opacity .5s ease
}

.videoHero .heroItem .video-wrap iframe,
.videoHero .heroItem .video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (min-width: 1025px) {
    .videoHero:has(.videoInner) #videoBtns {
        display: block
    }
}

.loggedin .videoHero {
    margin-top: 90px;
    margin-bottom: 90px
}

@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 */