body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #212529;
    font-family: 'Inter', sans-serif;
    font-size: 100%;
    line-height: 1.375;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400
}

a {
    color: #007176;
    text-decoration: underline;
    outline: none;
    transition: all .2s ease
}

a:hover,
a:focus {
    color: #007176;
    text-decoration: none
}

a:focus {
    outline: solid 2px #FDB515;
    outline-offset: 3px
}

a img {
    border: none
}

.interior #ContentMiddle a:focus {
    outline: solid 2px #FDB515;
    outline-offset: 1px
}

h1,
h2,
h3,
h4,
h5,
.PageTitleHeader,
.PageSubTitleHeader {
    font-weight: bold;
    padding: 0;
    color: #000000
}

h1,
.h1,
.PageTitleHeader {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    border-left: 0;
    padding-left: 0
}

@media only screen and (min-width: 700px) {

    h1,
    .h1,
    .PageTitleHeader {
        font-size: 2.375rem
    }
}

@media only screen and (min-width: 1025px) {

    h1,
    .h1,
    .PageTitleHeader {
        font-size: 2.8125rem
    }
}

h2,
.h2,
.PageSubTitleHeader {
    font-size: 1.625rem;
    line-height: 1.25;
    font-weight: 700
}

@media only screen and (min-width: 700px) {

    h2,
    .h2,
    .PageSubTitleHeader {
        font-size: 1.75rem
    }
}

@media only screen and (min-width: 1025px) {

    h2,
    .h2,
    .PageSubTitleHeader {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: normal
}

@media only screen and (min-width: 700px) {

    h3,
    .h3 {
        font-size: 1.375rem
    }
}

@media only screen and (min-width: 1025px) {

    h3,
    .h3 {
        font-size: 1.5rem
    }
}

h4,
.h4 {
    font-size: 1.125rem;
    line-height: 1.25
}

h5,
.h5 {
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: normal
}

p {
    margin: .5em 0 1.5em;
    padding: 0
}

p.large {
    font-size: 1.25em;
    font-weight: 300;
    margin-bottom: .5em
}

@media only screen and (min-width: 700px) {
    p.large {
        font-size: 1.56em;
        font-weight: 300
    }
}

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: #C5C6C8;
    color: #C5C6C8
}

img.left {
    float: left;
    margin: 0 2rem 10px 0
}

img.right {
    float: right;
    margin: 0 0 10px 2rem
}

img.outline {
    border: 4px solid #212529
}

.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: #000000 !important
}

.expand img {
    background-color: #000000 !important
}

.expand {
    background-color: #000000 !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: blue;
    color: #fff
}

::selection {
    background: blue;
    color: #fff
}

::-moz-selection {
    background: blue;
    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: #FDB515;
    font-size: .875rem;
    line-height: normal;
    color: #000;
    border: 2px solid #FDB515;
    border-radius: 4px;
    padding: 10px 35px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    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 {
    border-color: #000;
    background-color: #000;
    color: #fff;
    text-decoration: none
}

.button:focus,
a.button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    outline: solid 2px #FDB515
}

.button.reverse,
a.button.reverse,
input[type="submit"].reverse,
input[type="button"].reverse,
input[type="reset"].reverse {
    border: #000000 2px solid;
    background: #fff;
    color: #000000
}

.button.reverse:hover,
a.button.reverse:hover,
input[type="submit"].reverse:hover,
input[type="button"].reverse:hover,
input[type="reset"].reverse:hover,
.button.reverse:focus,
a.button.reverse:focus,
input[type="submit"].reverse:focus,
input[type="button"].reverse:focus,
input[type="reset"].reverse:focus {
    background-color: #000000;
    color: #fff
}

.button.ghost,
a.button.ghost,
input[type="submit"].ghost,
input[type="button"].ghost,
input[type="reset"].ghost {
    border: solid 2px #000;
    background: #fff;
    color: #000
}

.button.ghost:hover,
a.button.ghost:hover,
input[type="submit"].ghost:hover,
input[type="button"].ghost:hover,
input[type="reset"].ghost:hover,
.button.ghost:focus,
a.button.ghost:focus,
input[type="submit"].ghost:focus,
input[type="button"].ghost:focus,
input[type="reset"].ghost:focus {
    background: #000;
    color: #fff
}

.columnList-four {
    column-count: 1
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .columnList-four {
        column-count: 2
    }
}

@media only screen and (min-width: 1025px) {
    .columnList-four {
        column-count: 4
    }
}

.columnList-three {
    column-count: 1
}

@media only screen and (min-width: 700px) {
    .columnList-three {
        column-count: 3
    }
}

.columnList-two {
    column-count: 1
}

@media only screen and (min-width: 700px) {
    .columnList-two {
        column-count: 2
    }
}

.columnList-four,
.columnList-three,
.columnList-two {
    padding-left: 25px
}

@media only screen and (min-width: 700px) {

    .columnList-four li,
    .columnList-three li,
    .columnList-two li {
        padding-right: 30px
    }
}

.interior .interior-top {
    position: relative
}

.interior .interior-top.has-hero {
    margin-top: 0
}

@media only screen and (min-width: 1025px) {
    .interior .interior-top.has-hero .title-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }
}

.interior .interior-top .title-wrap {
    background: #fff;
    padding: 35px 0 0
}

@media only screen and (min-width: 700px) {
    .interior .interior-top .title-wrap {
        padding: 21px 0
    }
}

@media only screen and (min-width: 1025px) {
    .interior .interior-top .title-wrap {
        background: rgba(255, 255, 255, 0.8);
        padding: 27.5px 0
    }
}

.interior .interior-top .title-wrap .container .pageName {
    border-bottom: solid 1px #C5C6C8;
    padding-bottom: 27.5px
}

@media only screen and (min-width: 700px) {
    .interior .interior-top .title-wrap .container .pageName {
        border-bottom: 0;
        padding-bottom: 0
    }
}

.loggedin .hero div[id*="drag"] {
    overflow: hidden !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block
}

.loggedin .hero div[id*="ctl"] {
    display: block
}

.loggedin .hero #ctl22 {
    height: 100%
}

.loggedin .cms-listing {
    position: relative
}

.utilityBar {
    float: left;
    width: 100%;
    background: #212529;
    padding: 8px 0;
    height: 30px
}

.utilityLinks {
    font-size: .8125rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500
}

.utilityLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right
}

@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: 1rem
}

.utilityLinks ul li a {
    display: block;
    color: #fff;
    text-decoration: none
}

.utilityLinks ul li a:hover,
.utilityLinks ul li a:focus {
    text-decoration: underline
}

.utilityLinks ul li a:focus {
    outline: 2px solid #fff;
    outline-offset: 2px
}

.structHead {
    width: 100%;
    background: #fff;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 4;
    clear: both
}

.loggedin .structHead {
    position: static
}

.structHead .mainHeaderWrap {
    padding: 20px 5px;
    clear: both
}

@media only screen and (min-width: 700px) {
    .structHead .mainHeaderWrap {
        padding: 25px 0
    }
}

@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
}

.headLogo a {
    display: inline-block
}

.headLogo a:focus {
    outline: solid 2px #FDB515;
    outline-offset: 3px
}

.headLogo img,
.headLogo svg {
    height: 62px
}

@media only screen and (min-width: 1025px) {

    .headLogo img,
    .headLogo svg {
        height: 82px
    }
}

.info-list .overlay {
    display: none
}

.info-list.active .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 998
}

.info-list .button {
    padding: 0;
    margin: 0;
    position: relative
}

.info-list .button>a {
    color: #000;
    padding: 12px 5px 12px 35px;
    display: inline-block;
    text-decoration: none
}

.info-list .button>a:hover,
.info-list .button>a:focus {
    text-decoration: underline;
    background: #000;
    color: #fff
}

.info-list .button button {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    padding: 10px 35px 10px 5px;
    position: static
}

.info-list .button button:focus {
    outline: solid 2px #FDB515
}

.info-list .button button:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.info-list .button .close-menu {
    display: none
}

.info-list .button:hover {
    background: transparent
}

.info-list .button button.active {
    background: #000;
    color: #fff
}

.info-list .button button.active .open {
    display: none
}

.info-list .button button.active .close-menu {
    display: block
}

.info-list .button.link>a {
    padding: 14px 35px
}

.info-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 999
}

.info-list ul li {
    position: relative;
    z-index: 9
}

.info-list ul li button {
    margin: 0;
    font-size: 1.125rem;
    padding: 12.5px 35px;
    position: relative;
    z-index: 2
}

.info-list ul li button.active {
    border-radius: 4px 4px 0 0;
    background: #000;
    color: #fff
}

.info-list ul li ul {
    position: absolute;
    background: #fff;
    right: 0;
    padding: 0;
    min-width: 278.75px
}

.info-list ul li ul.hide-me {
    display: none
}

.info-list ul li ul li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1)
}

.info-list ul li ul li:last-of-type {
    border-bottom: 0
}

.info-list ul li ul li a {
    color: #000;
    font-size: 1rem;
    text-decoration: none;
    width: 100%;
    padding: 10px 15px;
    display: block
}

.info-list ul li ul li a:hover,
.info-list ul li ul li a:focus {
    background: #000;
    color: #fff
}

.give-btn {
    margin-left: 20px
}

.give-btn a.button {
    margin-bottom: 0;
    font-size: .875rem;
    padding: 14px 35px
}

.js-offcanvas-trigger {
    background: #000;
    color: #fff;
    padding: 12.5px;
    border-radius: 4px
}

@media only screen and (min-width: 700px) {
    .js-offcanvas-trigger {
        width: auto;
        max-width: 130px;
        padding: 12.5px 22.5px
    }
}

.js-offcanvas-trigger .c-button__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.js-offcanvas-trigger .fa {
    font-size: 1.875rem
}

.js-offcanvas-trigger .menuTitle {
    font-size: 1rem;
    padding-left: 15px;
    font-weight: bold
}

.js-offcanvas-trigger:focus {
    outline: solid 2px #FDB515;
    outline-offset: 3px
}

.js-offcanvas-trigger:hover,
.js-offcanvas-trigger:focus {
    background: #212529
}

.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: #212529
}

.alertBanner .alert a:focus {
    outline: 2px solid #212529;
    outline-offset: 3px
}

.navWrap {
    background: #FDB515;
    position: relative;
    z-index: 99
}

.navWrap .static {
    position: static
}

.desktopNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.desktopNav ul li {
    float: left;
    padding: 0
}

.desktopNav ul li a {
    display: block;
    text-decoration: none
}

.desktopNav li.sfHover ul {
    left: 0;
    opacity: 1
}

.desktopNav li.sfHover ul ul {
    left: -999em
}

.desktopNav li.sfHover ul ul ul {
    left: -999em
}

.desktopNav li ul {
    margin: 0;
    float: none;
    text-align: left;
    opacity: 0;
    transition: opacity 500ms ease;
    top: 50px
}

.desktopNav li ul.columns {
    columns: 2
}

.desktopNav li ul li {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background: none;
    line-height: normal;
    text-transform: none;
    font-size: 1em;
    break-inside: avoid
}

.desktopNav li ul li.sfHover {
    position: static
}

.desktopNav li ul li.sfHover ul {
    left: auto;
    opacity: 1
}

.desktopNav li ul li a {
    display: block
}

.desktopNav .desktopNavInner {
    font-size: 1rem;
    line-height: normal
}

.desktopNav .desktopNavInner>ul>li {
    padding: 0 15px
}

.desktopNav .desktopNavInner>ul>li>a {
    font-weight: bold;
    color: #000000;
    font-size: 1.15rem;
    padding: 12.5px 0;
    position: relative;
    white-space: nowrap
}

.desktopNav .desktopNavInner>ul>li>a span {
    position: relative
}

.desktopNav .desktopNavInner>ul>li>a:hover,
.desktopNav .desktopNavInner>ul>li>a:focus {
    text-decoration: underline;
    cursor: pointer
}

.desktopNav .desktopNavInner>ul>li>a:hover:after,
.desktopNav .desktopNavInner>ul>li>a:focus:after {
    content: "";
    position: absolute;
    height: 7px;
    width: 100%;
    bottom: 0;
    background: #000
}

.desktopNav .desktopNavInner>ul>li>a:focus {
    outline: solid 2px #000 !important;
    outline-offset: 0
}

.desktopNav .desktopNavInner>ul>li.hideTop {
    display: none !important
}

.desktopNav .desktopNavInner>ul>li.sfHover>a {
    background: #FDB515;
    color: #000000;
    text-decoration: none;
    position: relative
}

.desktopNav .desktopNavInner>ul>li.sfHover>a:focus {
    outline: solid 2px #FDB515;
    outline-offset: 0
}

.desktopNav .desktopNavInner>ul>li.sfHover>a:after {
    content: "";
    position: absolute;
    height: 7px;
    width: 100%;
    bottom: 0;
    background: #000
}

.desktopNav .desktopNavInner>ul>li.sfHover>.dropdown-menu {
    display: block;
    margin-top: 0;
    left: 0
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu {
    padding: 0;
    display: block;
    left: -99999em;
    background: #000000;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 35px 0 45px
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .lt-col .section-title {
    font-family: 'Inter', sans-serif;
    color: #FDB515;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 25px
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .lt-col .section-title a {
    color: #FDB515
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .lt-col>ul {
    margin-bottom: -12.5px
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .lt-col>ul>li {
    float: none;
    padding: 10.5px;
    padding-left: 0;
    padding-right: 0;
    break-inside: avoid
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .lt-col>ul>li>a {
    font-weight: 500;
    color: #fff;
    padding: 1px 0
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .lt-col>ul>li>a:hover,
.desktopNav .desktopNavInner>ul>li .dropdown-menu .lt-col>ul>li>a:focus {
    color: #FDB515;
    text-decoration: underline
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .lt-col>ul>li>a:focus {
    outline: solid 2px #fff;
    outline-offset: -4px
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .ct-col {
    padding-left: 0
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .ct-col .menuWrapper {
    width: 100%
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .ct-col .snippetrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .ct-col .snippetrow>div {
    -ms-flex: auto;
    flex: auto
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .ct-col .snippetrow>div:first-of-type img {
    width: 245px;
    height: 150px;
    border-radius: 1px
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .ct-col h2,
.desktopNav .desktopNavInner>ul>li .dropdown-menu .ct-col h3 {
    text-align: center
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .ct-col h2 {
    font-size: 2.25rem;
    color: #FDB515;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .ct-col h2 span {
    font-size: 3.625rem;
    vertical-align: top
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .ct-col h2 span~* {
    vertical-align: bottom;
    font-size: 2.25rem
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .ct-col h3 {
    color: #fff;
    font-size: 1.25rem;
    padding-bottom: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .ct-col h3:after {
    content: " ";
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
    background: rgba(197, 198, 200, 0.5)
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .ct-col h3.small {
    font-size: 1.125rem
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .ct-col h3.smaller {
    font-size: 1rem
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .rt-col a.button {
    margin-left: 0;
    margin-bottom: 15px;
    width: 195px
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .rt-col a.button:hover,
.desktopNav .desktopNavInner>ul>li .dropdown-menu .rt-col a.button:focus {
    background: #fff;
    border-color: #fff;
    color: #000
}

.desktopNav .desktopNavInner>ul>li .dropdown-menu .rt-col a.button:last-of-type {
    margin-bottom: 0
}

.flexbox .desktopNavInner>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -15px
}

.flexbox .desktopNavInner>ul>li {
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.flexbox .desktopNavInner>ul>li>a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.loggedin .desktopNav .desktopNavInner.imodGreen>ul>li.sfHover>.dropdown-menu {
    top: 100%;
    width: 105%;
    left: -2.5%
}

@media only screen and (min-width: 1169px) {
    .loggedin .desktopNav .desktopNavInner.imodGreen>ul>li.sfHover>.dropdown-menu {
        left: -25vw;
        width: 125vw;
        margin-top: -10px
    }
}

.memberTools ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.memberTools ul li {
    display: inline;
    padding-right: 20px
}

.memberTools ul li:last-of-type {
    padding-right: 0
}

.memberTools ul li a {
    font-size: .875rem;
    color: #000;
    font-weight: 500;
    text-decoration: none
}

.memberTools ul li a:hover,
.memberTools ul li a:focus {
    text-decoration: underline
}

.memberTools ul li a:focus {
    outline: solid 2px #000;
    outline-offset: 0
}

.search-wrap {
    height: 40px
}

.search-wrap iframe {
    width: 200px;
    height: 40px;
    border: 0;
    outline: 0;
    margin-left: 20px;
    overflow: hidden;
    border-radius: 1px
}

.structBody .breadCrumbs ul {
    padding: 0;
    margin: 0 0 1rem;
    list-style: none;
    border-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    font-size: .8125rem;
    line-height: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.structBody .breadCrumbs ul li {
    padding: 0 0 5px 0;
    margin: 0;
    display: inline;
    position: relative
}

.structBody .breadCrumbs ul li:after {
    content: "\f30b";
    font-weight: bold;
    padding: 0 9px;
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free", "Font Awesome"
}

.structBody .breadCrumbs ul li a {
    text-decoration: none;
    color: inherit;
    position: relative
}

.structBody .breadCrumbs ul li a:hover,
.structBody .breadCrumbs ul li a:focus {
    text-decoration: underline
}

.structBody .breadCrumbs ul li a:focus {
    outline: 2px solid #FDB515;
    outline-offset: -3px;
    outline-offset: 2px
}

.structBody .breadCrumbs ul li.selected {
    display: none
}

.structBody .breadCrumbs ul li.selected a {
    font-weight: bold
}

.structBody .breadCrumbs ul li.selected a:hover,
.structBody .breadCrumbs ul li.selected a:focus {
    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) {}

.loggedin .structBody {
    margin-top: 0;
    padding-top: 0 !important
}

.oneCol-layout,
.twoCol-layout {
    padding-bottom: 67.5px;
    padding-top: 15px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {

    .oneCol-layout,
    .twoCol-layout {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (min-width: 700px) {

    .oneCol-layout,
    .twoCol-layout {
        padding-top: 20px;
        padding-bottom: 80px
    }
}

@media only screen and (min-width: 1025px) {

    .oneCol-layout,
    .twoCol-layout {
        padding-top: 35px;
        padding-bottom: 135px
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {

    header,
    .interior-top .title-wrap,
    .interior-top .breadcrumb-wrap {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

.home .structBody {
    padding-bottom: 67.5px
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .structBody>section:not(.careers-wrap) {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 700px) {
    .home .structBody {
        padding-bottom: 80px
    }
}

@media only screen and (min-width: 1025px) {
    .home .structBody {
        padding-bottom: 135px
    }
}

@media only screen and (min-width: 1025px) {
    .twoCol-layout .mainWrap {
        padding-left: 45px
    }
}

.fullImg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media only screen and (min-width: 1025px) {
    .has-hero .fullImg {
        min-height: 400px
    }
}

.pageName h1 {
    letter-spacing: -1px
}

.newsItem {
    position: relative;
    padding: 0 0 0;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 30px
}

@media only screen and (min-width: 700px) {
    .newsItem {
        margin-bottom: 50px
    }
}

.newsItem+.newsItem {
    padding-top: 30px;
    border-top: 1px solid rgba(33, 37, 41, 0.5)
}

@media only screen and (min-width: 700px) {
    .newsItem+.newsItem {
        padding-top: 50px
    }
}

.newsItem:first-of-type {
    margin-top: 20px
}

@media only screen and (min-width: 700px) {
    .newsItem:first-of-type {
        margin-top: 20px
    }
}

.newsItem .tools a {
    display: inline-block
}

.newsItem .thumb {
    position: relative;
    width: 120px;
    margin: 0;
    float: left
}

.newsItem .text {
    padding-left: 145px
}

.newsItem .title {
    font-size: 1.125rem;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    display: block
}

.newsItem .pubDate {
    font-style: italic;
    display: block;
    font-size: .825rem;
    line-height: normal;
    margin: 7px 0
}

.newsItem a {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden
}

.newsItem a .title {
    text-decoration: underline
}

.newsItem a:hover .title,
.newsItem a:focus .title {
    text-decoration: none
}

.newsItem a:focus {
    outline: 2px solid #FDB515;
    outline-offset: 3px
}

.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+.collapseItem {
    margin-top: 25px
}

.accordion .collapseItem .panel-heading {
    display: block;
    font-weight: bold;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.2
}

.accordion .collapseItem .panel-heading a {
    display: block;
    padding: 15px 0 15px 60px;
    text-decoration: none;
    color: #000;
    background: #eeefef
}

.accordion .collapseItem .panel-heading a:focus {
    outline: solid 2px #000
}

.accordion .collapseItem .panel-heading a .arrows {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 20px;
    font-size: 1.875rem
}

.accordion .collapseItem .panel-heading a.open {
    border-color: #000000
}

.accordion .collapseItem .accordionPanelWrap {
    padding: 20px 0;
    overflow: hidden;
    border: solid 1px #C5C6C8
}

@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 #FDB515;
    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: #000000
}

@media only screen and (min-width: 1025px) {
    .featureCard .text .title {
        font-size: 1.375rem
    }
}

.cardsWrap ul {
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0
}

@media only screen and (min-width: 700px) {
    .cardsWrap ul {
        margin-top: 20px
    }
}

.cardItem {
    list-style: none
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .cardItem {
        margin: 0 0 50px
    }
}

@media only screen and (min-width: 1025px) {
    .cardItem {
        margin-bottom: 60px
    }
}

.cardItem+.cardItem {
    margin-top: 30px
}

@media only screen and (min-width: 700px) {
    .cardItem+.cardItem {
        margin-top: 0
    }
}

.cardItem a {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%
}

.cardItem a .cardInner .text .cta {
    display: block
}

.cardItem a:hover .cardInner .text .title,
.cardItem a:focus .cardInner .text .title {
    text-decoration: underline
}

.cardItem a:hover .cardInner .text .cta,
.cardItem a:focus .cardInner .text .cta {
    text-decoration: underline
}

.cardItem a:focus .cardInner {
    outline: 2px solid #FDB515;
    outline-offset: 3px
}

.cardItem .tools a {
    display: inline-block;
    height: auto
}

@media only screen and (min-width: 700px) {
    .cardItem .cardInner {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cardItem .cardInner .thumb {
    margin-bottom: 10px;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.cardItem .cardInner .text {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column
}

.cardItem .cardInner .text :last-child {
    margin-top: auto
}

.cardItem .cardInner .text .title {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.3;
    display: block;
    margin: 0 0 5px
}

@media only screen and (min-width: 1025px) {
    .cardItem .cardInner .text .title {
        font-size: 1.5rem
    }
}

.cardItem .cardInner .text .preview {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.cardItem .cardInner .text .cta {
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: none;
    font-weight: bold;
    font-size: .875rem;
    text-transform: uppercase;
    padding: 5px 5px 5px 0
}

@media only screen and (min-width: 700px) {
    .cardItem .cardInner .text .cta {
        margin-top: 15px
    }
}

.cardItem .cardInner .text .cta .button {
    display: none;
    margin-top: 20px;
    margin-bottom: 0
}

.cardItem .cardInner .text .cta a .button {
    display: inline-block
}

.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 {
    border: none;
    padding-top: 15px;
    padding-bottom: 40px;
    position: relative;
    clear: both;
    float: left;
    width: 100%
}

@media only screen and (min-width: 700px) {}

.intEventItem+.intEventItem {
    padding-top: 40px;
    border-top: 1px solid rgba(33, 37, 41, 0.5)
}

.intEventItem .tools span:last-child {
    display: none
}

.intEventItem .thumb {
    float: right;
    width: 120px;
    margin-left: 30px;
    margin-bottom: 10px;
    background-size: cover;
    display: none
}

@media only screen and (min-width: 700px) {
    .intEventItem .thumb {
        display: block
    }
}

.intEventItem .date {
    float: left;
    width: 85px;
    height: 85px;
    border: 1px solid #C5C6C8;
    background: #fff;
    text-align: center;
    padding: 5px;
    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: #000;
    border-left: solid 5px #FDB515
}

.intEventItem .date .month {
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: bold
}

.intEventItem .date .day {
    font-size: 1.75rem;
    line-height: 1;
    margin-top: 3px;
    font-weight: 300
}

.intEventItem .text {
    padding-left: 105px
}

@media only screen and (min-width: 1025px) {
    .intEventItem .text {
        padding-left: 115px
    }
}

.intEventItem .text .title {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.3;
    margin: 0 0 7px;
    color: #212529
}

.intEventItem .text .title a {
    color: #000;
    text-decoration: underline
}

.intEventItem .text .title a:hover,
.intEventItem .text .title a:focus {
    text-decoration: none
}

.intEventItem .text .preview {
    margin: 10px 0 0
}

.intEventItem .text .locationTime {
    color: rgba(33, 37, 41, 0.8);
    font-size: .8125rem;
    text-transform: uppercase
}

.intEventItem .text .locationTime .location {
    display: block;
    line-height: normal;
    margin: 2px 0
}

@media only screen and (min-width: 700px) {
    .intEventItem .text .locationTime .location {
        display: inline-block
    }
}

.intEventItem .text .locationTime .location:before {
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free", "Font Awesome";
    content: "\f041";
    padding-right: 5px;
    font-weight: bold;
    width: 20px;
    text-align: center;
    display: inline-block;
    color: #FDB515
}

@media only screen and (min-width: 700px) {
    .intEventItem .text .locationTime .location+.timeRange {
        margin-left: 12px
    }
}

.intEventItem .text .locationTime .timeRange {
    display: block;
    margin: 2px 0
}

@media only screen and (min-width: 700px) {
    .intEventItem .text .locationTime .timeRange {
        display: inline-block
    }
}

.intEventItem .text .locationTime .timeRange:before {
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free", "Font Awesome";
    content: "\f017";
    padding-right: 5px;
    font-weight: bold;
    width: 20px;
    display: inline-block;
    color: #FDB515
}

@media only screen and (min-width: 700px) {
    .intEventItem.withThumb .text {
        padding-right: 145px;
        display: block
    }
}

#heroSlider {
    position: relative;
    border-bottom: 5px solid #000000
}

@media only screen and (min-width: 700px) {
    #heroSlider {
        border-bottom: none
    }
}

#heroSlider .slidesWrap {
    position: relative;
    background: #F6F6F6
}

#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 img {
    visibility: hidden
}

#heroSlider #arrowsWrap button.slick-arrow {
    position: absolute;
    top: 0;
    height: 200px;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    opacity: .65;
    padding: 0 15px
}

@media only screen and (min-width: 700px) {
    #heroSlider #arrowsWrap button.slick-arrow {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 100px;
        padding: 0
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    #heroSlider #arrowsWrap button.slick-arrow {
        padding-top: 0;
        padding-bottom: 0;
        width: 60px;
        height: 60px;
        font-size: 2rem
    }
}

@media only screen and (min-width: 1025px) {
    #heroSlider #arrowsWrap button.slick-arrow {
        font-size: 2.5rem;
        width: 80px;
        height: 80px
    }
}

#heroSlider #arrowsWrap button.slick-arrow.slick-prev {
    left: 0
}

@media only screen and (min-width: 700px) {
    #heroSlider #arrowsWrap button.slick-arrow.slick-prev {
        left: 10px;
        padding-right: 5px
    }
}

#heroSlider #arrowsWrap button.slick-arrow.slick-next {
    right: 0
}

@media only screen and (min-width: 700px) {
    #heroSlider #arrowsWrap button.slick-arrow.slick-next {
        right: 10px;
        padding-left: 5px
    }
}

#heroSlider #arrowsWrap button.slick-arrow:hover,
#heroSlider #arrowsWrap button.slick-arrow:focus {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1
}

#heroSlider #arrowsWrap button.slick-arrow:focus {
    box-shadow: 0 0 0 3px rgba(65, 166, 226, 0.75);
    outline: none
}

#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
}

.hero {
    background: #000;
    position: relative;
    overflow: hidden;
    padding: 0 !important
}

.hero a.IModCmsCalendarIcon img,
.hero img.IModCmsCalendarIcon {
    position: relative;
    z-index: 20
}

.hero .heroInner .heroItem {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.hero .heroInner .heroItem .thumb {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    z-index: 0
}

@media only screen and (min-width: 700px) {}

@media only screen and (min-width: 1169px) {
    .hero .heroInner .heroItem .thumb {
        height: 0;
        padding-top: 42.25%
    }
}

.hero .heroInner .heroItem .thumb .hidden {
    visibility: hidden;
    display: block
}

.hero .heroInner .heroItem .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

@media only screen and (min-width: 700px) {
    .hero .heroInner .heroItem .overlay {
        display: block
    }
}

.hero .heroInner .heroItem .overlay.base {
    background: rgba(255, 255, 255, 0.15);
    z-index: 1
}

.hero .heroInner .heroItem .overlay.gradient {
    z-index: 2;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#00ffffff', GradientType=0)
}

.hero .heroInner .heroItem .overlay.gradient.none {
    display: none
}

.hero .heroInner .heroItem .overlay.gradient.black {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 100%)
}

.hero .heroInner .heroItem .overlay.gradient.gold {
    background: linear-gradient(to bottom, rgba(253, 181, 21, 0.95) 0, rgba(253, 181, 21, 0) 100%)
}

.hero .heroInner .heroItem .heroText .inner-wrap {
    background: #fff
}

@media only screen and (min-width: 1025px) {
    .hero .heroInner .heroItem .heroText {
        position: absolute;
        z-index: 3;
        height: 100%
    }

    .hero .heroInner .heroItem .heroText .inner-wrap {
        background: rgba(255, 255, 255, 0.8)
    }
}

.hero .heroInner .heroItem .heroText.dark .inner-wrap {
    background: #000
}

.hero .heroInner .heroItem .heroText.dark .inner-wrap .title,
.hero .heroInner .heroItem .heroText.dark .inner-wrap .preview {
    color: #fff
}

@media only screen and (min-width: 1025px) {
    .hero .heroInner .heroItem .heroText.dark .inner-wrap .inner-wrap {
        background: rgba(0, 0, 0, 0.8)
    }
}

.hero .heroInner .heroItem .heroText.dark .button:hover {
    border-color: solid 2px #FDB515
}

.hero .video_wrap {
    z-index: 0;
    position: absolute;
    left: 0;
    top: -10%;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    visibility: hidden
}

@media only screen and (min-width: 700px) {
    .hero .video_wrap {
        visibility: visible
    }
}

@media only screen and (max-width: 1399px) {
    .hero .video_wrap {
        top: 0
    }
}

@media only screen and (min-width: 1170px) and (max-width: 1180px) {
    .hero .video_wrap {
        padding-bottom: 62%;
        width: 110%;
        left: -5%
    }
}

.hero .video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#videoBtns {
    position: absolute;
    z-index: 100;
    display: none
}

@media only screen and (min-width: 700px) {
    #videoBtns {
        display: block;
        bottom: 270px
    }
}

@media only screen and (min-width: 1025px) {
    #videoBtns {
        bottom: 20px
    }
}

#videoBtns button {
    background: none;
    color: #000;
    border: none;
    padding: 5px;
    font-size: 1.25rem;
    line-height: 1;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8)
}

#videoBtns button:disabled {
    display: none
}

#videoBtns button:focus {
    outline: 2px solid #FDB515
}

/*.sideBar {
    display: none
}*/

@media only screen and (min-width: 1025px) {
    .sideBar {
        display: block
    }
}

.sideBar .secondaryNav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sideBar .secondaryNav ul li a {
    display: block;
    text-decoration: none
}

.sideBar .secondaryNav>ul {
    margin: 0
}

.sideBar .secondaryNav>ul>li+li {
    border-top: 1px solid rgba(33, 37, 41, 0.1)
}

.sideBar .secondaryNav>ul>li>a {
    display: block;
    padding: 10px 15px 10px 0;
    color: #212529;
    font-size: 1rem
}

.sideBar .secondaryNav>ul>li>a:hover,
.sideBar .secondaryNav>ul>li>a:focus {
    background: #000;
    color: #fff;
    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: #f5f5f5;
    color: #212529;
    font-weight: bold;
    padding-bottom: 5px
}

.sideBar .secondaryNav>ul>li>ul {
    background: #f5f5f5;
    padding-bottom: 5px
}

.sideBar .secondaryNav>ul>li>ul>li>a {
    padding: 5px 10px 5px 26px;
    font-size: .9375rem;
    color: #212529
}

.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 {
    font-weight: bold
}

.sideBar .secondaryNav>ul>li>ul>li>ul {
    background: #212529
}

.sideBar .secondaryNav>ul>li>ul>li>ul>li>a {
    padding: 5px 10px 5px 36px;
    font-weight: normal;
    font-size: .875rem;
    color: #fff
}

.sideBar .secondaryNav>ul>li>ul>li>ul>li>a:hover,
.sideBar .secondaryNav>ul>li>ul>li>ul>li>a:focus {
    text-decoration: underline
}

.sideBar .secondaryNav>ul>li>ul>li>ul>li.selected>a {
    font-weight: bold
}

.sideBar aside+aside {
    margin-top: 40px
}

.footer-container footer h2,
.footer-container footer .h2 {
    font-size: 1.7rem;
    font-size: clamp(1.525rem, 3.5vw, 1.875rem);
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: left;
    margin: 0 0 .65rem
}

.footer-container a[href^="mailto:"]::before,
.footer-container a[target="_blank"]::after,
.footer-container .section-menu .sub-menu li.menu-item-has-children>a::after,
.footer-container .section-menu .sub-menu li.menu-item-has-children .empty-link::after,
.footer-container .icon::before {
    content: "";
    display: inline-block;
    position: relative;
    top: .15rem;
    left: 0;
    width: 1em;
    height: 1em;
    margin-right: .25rem;
    background-color: currentColor;
    -webkit-mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-position: 50% 50%;
    mask-repeat: no-repeat;
    mask-size: cover
}

.footer-container a[target="_blank"]::after {
    -webkit-mask-image: url("images/external.svg");
    mask-image: url("images/external.svg");
    top: .1rem;
    margin-right: 0
}

.footer-container .icon-phone::before {
    -webkit-mask-image: url("images/phone.svg");
    mask-image: url("images/phone.svg");
    top: .125rem
}

.footer-container .footer-list li.phone-number>a:first-child:after {
    content: ":"
}

.footer-container {
    background-color: #000;
    color: #fff;
    text-align: left;
    border-top: .5rem solid #fdb515;
    font-size: .875rem
}

.footer-container a:not(.button) {
    color: #fdb515;
    text-decoration: none
}

.footer-container a:not(.button):hover {
    text-decoration: underline;
    background-color: transparent;
    outline: 0;
    color: #fed57a
}

.footer-container a:not(.button).button,
.footer-container #main ul.page-numbers li a.page-numbers:not(.button),
#main ul.page-numbers li .footer-container a.page-numbers:not(.button) {
    color: #000
}

.footer-container .footer-logo-link {
    display: block;
    padding: .5rem;
    margin: -0.5rem -0.5rem 1.5rem;
    max-width: 300px
}

.footer-container .footer-logo-link:hover svg {
    color: #fff
}

.footer-container .footer-logo-link:active {
    box-shadow: none
}

.footer-container .footer-logo-link svg {
    display: block
}

.footer-container .footer-logo-link:hover {
    outline: 0;
    color: #fdb515
}

.footer-container .footer-logo-link:active {
    outline: 2px solid #fdb515
}

.footer-container .footer-address {
    font-size: .825rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 1rem 0
}

@media (min-width:768px) {
    .footer-container .footer-address {
        font-size: 1rem
    }
}

.footer-container h1 {
    margin: 0;
    padding: 0
}

.footer-container h2 {
    margin: 0 0 .65rem
}

.footer-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer-container footer {
    padding: 2rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left
}

.footer-container footer .footer-logo-link,
.footer-container footer .footer-social-navigation {
    margin-left: -0.5rem;
    margin-right: -0.5rem
}

.footer-container footer .footer-col:nth-child(1) {
    -ms-flex-preferred-size: calc(100%);
    flex-basis: calc(100%)
}

.footer-container footer .footer-col:nth-child(2) {
    -ms-flex-preferred-size: calc(50%);
    flex-basis: calc(50%)
}

.footer-container footer .footer-col:nth-child(3) {
    -ms-flex-preferred-size: calc(50%);
    flex-basis: calc(50%)
}

.footer-container footer .footer-col:nth-child(4) {
    -ms-flex-preferred-size: calc(100%);
    flex-basis: calc(100%)
}

@media (min-width:1024px) {
    .footer-container footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-container footer .footer-col {
        -ms-flex: 1;
        flex: 1
    }

    .footer-container footer .footer-col:nth-child(1) {
        -ms-flex-preferred-size: calc(33%);
        flex-basis: calc(33%)
    }

    .footer-container footer .footer-col:nth-child(2) {
        -ms-flex-preferred-size: calc(18%);
        flex-basis: calc(18%)
    }

    .footer-container footer .footer-col:nth-child(3) {
        -ms-flex-preferred-size: calc(20.5%);
        flex-basis: calc(20.5%)
    }

    .footer-container footer .footer-col:nth-child(4) {
        -ms-flex-preferred-size: calc(20.5%);
        flex-basis: calc(20.5%)
    }
}

.footer-container .footer-heading {
    font-size: 1rem
}

.footer-container small {
    color: #7d7d7d
}

.footer-container .footer-col {
    padding: 1rem
}

.footer-container .footer-list {
    line-height: 1.3
}

.footer-container .footer-list li {
    margin-bottom: .5rem
}

.footer-container .footer-list li+li {
    margin-top: .75rem
}

.footer-container .footer-list+.footer-heading {
    margin-top: 2rem
}

.footer-container .button-primary {
    background-color: #fdb515;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    padding: .5rem 1rem;
    border-radius: .25rem
}

.footer-container .button-primary:hover,
.footer-container .button-primary:focus {
    background-color: #fdc548;
    color: #000;
    text-decoration: none;
    outline: none
}

.footer-container .button-secondary {
    background-color: #c7c8ca;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    padding: .5rem 1rem;
    border-radius: .25rem
}

.footer-container .button-secondary:hover,
.footer-container .button-secondary:focus {
    background-color: #e1e2e3;
    color: #000;
    text-decoration: none;
    outline: none
}

.footer-container .button-tertiary {
    background-color: #ffffff;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    padding: .5rem 1rem;
    border-radius: .25rem
}

.footer-container .button-tertiary:hover,
.footer-container .button-tertiary:focus {
    background-color: #d5eced;
    color: #000;
    text-decoration: none;
    outline: none
}

.footer-container .footer-buttons-list .button,
.footer-container .footer-buttons-list #main ul.page-numbers li a.page-numbers,
.footer-container #main ul.page-numbers li .footer-buttons-list a.page-numbers {
    display: block;
    text-align: center;
    margin: 0;
    font-size: 1.1rem;
    text-transform: uppercase
}

.footer-container .footer-buttons-list li+li {
    margin: 1rem 0
}

.footer-container footer .footer-social-navigation {
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style-type: none;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .footer-container footer .footer-social-navigation {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer-container footer .footer-social-navigation li {
    margin: .125rem
}

@media (min-width:768px) {
    .footer-container footer .footer-social-navigation li {
        margin: .25rem
    }
}

.footer-container footer .footer-social-navigation a {
    width: 2rem;
    padding: .25rem;
    margin: 0;
    display: block;
    color: #fdb515
}

@media (min-width:768px) {
    .footer-container footer .footer-social-navigation a {
        width: 2.25rem
    }
}

.footer-container footer .footer-social-navigation a svg,
.footer-container footer .footer-social-navigation a img {
    width: 100%;
    max-width: 45px;
    max-height: 45px;
    display: block
}

.footer-container footer .footer-social-navigation a.footer-nav-myUMBC {
    width: 5.5rem
}

.footer-container footer .footer-social-navigation a.footer-nav-myUMBC svg {
    max-width: 100%
}

.footer-container footer .footer-social-navigation a.footer-nav-myUMBC:hover {
    filter: brightness(100)
}

.footer-container footer .footer-social-navigation a.footer-nav-myUMBC:focus svg {
    filter: brightness(100)
}

.footer-container footer .footer-social-navigation a:hover {
    outline: 0;
    color: #fed57a;
    background-color: transparent
}

.footer-container footer .footer-social-navigation a:focus {
    color: #fff
}

.footer-container footer .footer-social-navigation a:active {
    outline: 2px solid #fdb515
}

.footer-container h2.top-stories {
    margin: 2rem 0 .25rem
}

.footer-container .footer-buttons-wrapper .footer-buttons-wrapper-column {
    margin: 0
}

@media (min-width:420px) {
    .footer-container .footer-buttons-wrapper .footer-buttons-wrapper-column {
        max-width: 60%;
        margin: 0 auto
    }
}

@media (min-width:640px) {
    .footer-container .footer-buttons-wrapper {
        display: -ms-flexbox;
        display: flex
    }

    .footer-container .footer-buttons-wrapper .footer-buttons-wrapper-column {
        -ms-flex: 1;
        flex: 1;
        margin: 1rem;
        max-width: none
    }

    .footer-container .footer-buttons-wrapper h2.top-stories {
        margin-top: -0.3rem
    }
}

@media (min-width:1024px) {
    .footer-container .footer-buttons-wrapper {
        display: block
    }

    .footer-container .footer-buttons-wrapper .footer-buttons-wrapper-column {
        margin: 0
    }

    .footer-container .footer-buttons-wrapper h2.top-stories {
        margin-top: 2rem
    }
}

@media only screen and (min-width:640px) and (max-width:1024px) {
    .footer-container .footer-buttons-wrapper-column:last-of-type {
        margin-top: 27px
    }
}

.footer-container .subfooter {
    padding: 2rem 1rem;
    background-color: #242424;
    font-size: .8rem
}

.footer-container .subfooter .container {
    display: block
}

@media (min-width:768px) {
    .footer-container .subfooter .container {
        display: -ms-flexbox;
        display: flex
    }
}

.footer-container .subfooter .footer-list li {
    margin: 0
}

@media (min-width:768px) {
    .footer-container .subfooter .footer-list li {
        margin: 0
    }
}

.footer-container .copyright {
    padding: .5rem
}

@media (min-width:768px) {
    .footer-container .copyright {
        -ms-flex: 1;
        flex: 1
    }
}

.footer-container .copyright a:not(.button) {
    color: #fff;
    text-decoration: underline
}

.footer-container .copyright a:not(.button):hover {
    color: #ccc;
    text-decoration: none
}

.footer-container .subfooter {
    text-align: center
}

@media (min-width:768px) {
    .footer-container .subfooter {
        text-align: left
    }
}

.footer-container .subfooter .footer-list {
    display: block
}

@media (min-width:768px) {
    .footer-container .subfooter .footer-list {
        display: -ms-flexbox;
        display: flex
    }
}

.footer-container .subfooter li {
    padding: .5rem
}

.footer-container .subfooter a {
    display: inline-block
}

.c-offcanvas {
    background: transparent;
    right: -100%
}

.c-offcanvas .c-offcanvas__inner {
    background: #fff
}

.c-offcanvas-bg.is-animating,
.c-offcanvas-bg.is-open {
    background-color: rgba(0, 0, 0, 0.7)
}

@media only screen and (min-width: 1025px) {

    .c-offcanvas-bg.is-animating,
    .c-offcanvas-bg.is-open {
        display: none
    }
}

.js-offcanvas-trigger,
.c-button {
    border: none
}

.c-offcanvas .menuTitleBar {
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

.c-offcanvas .menuTitleBar .js-offcanvas-close {
    border: none;
    background: #000;
    font-size: 1rem;
    display: block;
    padding: 5px 15px;
    width: auto;
    height: 50px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    width: 100%
}

.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: 1.375rem
}

.c-offcanvas .menuTitleBar .js-offcanvas-close:focus {
    background-color: #212529;
    color: #fff;
    outline: 2px solid #FDB515;
    outline-offset: -3px
}

.mobileSearch {
    height: 50px
}

.mobileSearch iframe {
    border: 0;
    outline: 0;
    width: 100%;
    height: 50px;
    border-bottom: solid 1px #C5C6C8
}

#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 #FDB515;
    text-decoration: underline
}

#off-canvas .mainNav {
    padding: 0
}

#off-canvas .mainNav .accordion-btn-wrap {
    background: none;
    border: none;
    color: #212529;
    padding: 0 0 0;
    font-size: 1.5rem
}

#off-canvas .mainNav .accordion-btn-wrap:focus {
    outline: 2px solid #FDB515
}

#off-canvas .mainNav>ul>li {
    padding-left: 15px
}

#off-canvas .mainNav>ul>li+li {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

#off-canvas .mainNav>ul>li>a {
    font-size: 1rem;
    font-weight: bold;
    padding: 12px 10px 12px 0;
    color: #212529
}

#off-canvas .mainNav>ul>li>ul {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #000;
    margin-left: -15px
}

#off-canvas .mainNav>ul>li>ul>li>a {
    font-size: 1rem;
    line-height: normal;
    color: #fff;
    padding: 6px 0 6px 25px
}

#off-canvas .mainNav>ul>li>ul>li>a:focus {
    outline-color: #fff
}

#off-canvas .mainNav>ul>li>ul>li.has-subnav>a {
    padding-left: 0
}

#off-canvas .mainNav>ul>li>ul>li>ul {
    background: rgba(255, 255, 255, 0.2);
    border-top: 2px solid #000000
}

#off-canvas .mainNav>ul>li>ul>li>ul>li>a {
    font-size: .875rem;
    line-height: normal;
    padding: 5px 0 5px 35px;
    font-weight: bold;
    color: #fff
}

#off-canvas .mainNav>ul>li>ul>li>ul>li.has-subnav>a {
    padding-left: 0
}

#off-canvas .mobileMemberTools ul {
    padding: 10px 15px;
    background: #C5C6C8
}

#off-canvas .mobileMemberTools ul li a {
    display: block;
    padding: 2.5px 0;
    color: #212529
}

#off-canvas .mobileMemberTools ul li a:hover,
#off-canvas .mobileMemberTools ul li a:focus {
    text-decoration: underline
}

#off-canvas .mobileMemberTools ul li a:focus {
    outline: solid 2px #000
}

#off-canvas .mobileInfoMenu ul {
    padding: 20px 20px 0
}

#off-canvas .mob-give-btn {
    padding: 10px 20px 20px
}

#off-canvas .mob-give-btn a.button {
    display: block
}

.input_styles {
    background: #f3f3f3;
    border: 1px solid #C5C6C8;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    padding: 0 10px;
    width: 100%;
    max-width: 100%
}

.input_styles:focus {
    outline: 3px solid #FDB515
}

@media only screen and (max-width: 1024px) {
    .input_styles {
        width: 100%
    }
}

.fieldSelectStyles {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f3f3f3;
    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: %23000000; }.bkgd { fill: %23f3f3f3; }]]></style><rect class='bkgd' width='40' height='40' /><polygon class='arw' points='15,15 25,15 20,23'/></svg>");
    background-repeat: no-repeat, repeat;
    background-position: right top;
    background-size: 42px 42px;
    padding-right: 50px;
    cursor: pointer
}

.fieldSelectStyles option {
    height: 40px
}

.fieldSelectStyles::-ms-expand {
    display: none
}

#ContentMiddle div[id*="pnlBreadcrumbs"],
#ContentMiddle div.idbmsBreadcrumbWrapper {
    display: block;
    padding: 0 0 5px;
    margin: 0 0 30px
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"],
    #ContentMiddle div.idbmsBreadcrumbWrapper {
        border-bottom: none;
        padding-bottom: 0
    }

    #ContentMiddle div[id*="pnlBreadcrumbs"]>*+*,
    #ContentMiddle div.idbmsBreadcrumbWrapper>*+* {
        margin: 0 0 0 0;
        display: inline-block
    }
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbSeparator,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbSeparator {
    display: none
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb,
#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
    color: #000;
    border: solid 1px #212529;
    padding: 11px 20px;
    font-size: .9375rem;
    line-height: normal;
    text-align: center;
    font-weight: normal;
    display: none
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb .stepTxt,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb .stepTxt,
    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive .stepTxt,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive .stepTxt {
        display: none
    }
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb,
    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
        margin-right: 11px
    }
}

@media only screen and (min-width: 1025px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb,
    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
        font-size: 1rem
    }
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
    font-size: .9375rem;
    width: 100%;
    display: block;
    float: none;
    background: #FDB515;
    color: #000;
    border-color: #FDB515
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive .stepTxt,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive .stepTxt {
    display: inline-lock
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive .stepTxt,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive .stepTxt {
        display: none
    }
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
        width: auto;
        display: inline-block;
        position: relative;
        font-weight: bold
    }
}

@media only screen and (min-width: 1025px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
        font-size: 1rem
    }
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbLink,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbLink {
    display: none
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbLink,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbLink {
        display: inline-block
    }
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb {
    display: none
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb,
    #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb {
        display: inline-block
    }
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .stepTxt,
#ContentMiddle div.idbmsBreadcrumbWrapper .stepTxt {
    padding-right: 5px;
    font-weight: bold
}

@media only screen and (min-width: 700px) {

    #ContentMiddle div[id*="pnlBreadcrumbs"] .stepTxt,
    #ContentMiddle div.idbmsBreadcrumbWrapper .stepTxt {
        display: none
    }
}

#ContentMiddle nav[id*='FormProgressIndicatorWrapper'] {
    padding: 0
}

#ContentMiddle nav[id*='FormProgressIndicatorWrapper'] ol {
    margin: 0 0 30px
}

#ContentMiddle nav[id*='FormProgressIndicatorWrapper'] ol li {
    display: none
}

@media only screen and (min-width: 700px) {
    #ContentMiddle nav[id*='FormProgressIndicatorWrapper'] ol li {
        display: inline-block
    }
}

@media only screen and (min-width: 700px) {
    #ContentMiddle nav[id*='FormProgressIndicatorWrapper'] ol li+li:before {
        content: "";
        margin: 0 10px 0 6px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6 0l12 12-12 12z'/%3E%3C/svg%3E");
        width: 10px;
        height: 10px;
        display: inline-block;
        background-size: contain;
        opacity: .25
    }
}

#ContentMiddle nav[id*='FormProgressIndicatorWrapper'] ol li.current {
    display: block;
    color: #000000;
    font-weight: 900
}

@media only screen and (min-width: 700px) {
    #ContentMiddle nav[id*='FormProgressIndicatorWrapper'] ol li.current {
        display: inline-block
    }
}

@media only screen and (min-width: 700px) {
    #ContentMiddle nav[id*='FormProgressIndicatorWrapper'] ol li .stepTxt {
        display: none
    }
}

#ContentMiddle .imod_formItemWrapper .EventsHeader,
#ContentMiddle .imod_fieldWrapper .EventsHeader {
    background: transparent;
    color: #000;
    border: none;
    border-bottom: solid 1px rgba(33, 37, 41, 0.5);
    font-size: 1.125em;
    line-height: normal;
    font-weight: bold;
    padding: 15px 20px 5px 20px;
    text-transform: none;
    position: relative;
    display: block;
    margin-bottom: 10px
}

@media only screen and (min-width: 700px) {

    #ContentMiddle .imod_formItemWrapper .EventsHeader,
    #ContentMiddle .imod_fieldWrapper .EventsHeader {
        font-size: 1.25rem
    }
}

#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, 0, 255, 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: #f3f3f3;
    border: 1px solid #C5C6C8;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    padding: 0 10px;
    width: 100%;
    max-width: 100%
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput textarea:focus,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"]:focus,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select:focus {
    outline: 3px solid #FDB515
}

@media only screen and (max-width: 1024px) {

    #ContentMiddle .imod_fieldWrapper .imod_fieldInput textarea,
    #ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"],
    #ContentMiddle .imod_fieldWrapper .imod_fieldInput select {
        width: 100%
    }
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='DropDown1'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddHowOften'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddStartDay'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddNumPayments'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f3f3f3;
    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: %23000000; }.bkgd { fill: %23f3f3f3; }]]></style><rect class='bkgd' width='40' height='40' /><polygon class='arw' points='15,15 25,15 20,23'/></svg>");
    background-repeat: no-repeat, repeat;
    background-position: right top;
    background-size: 42px 42px;
    padding-right: 50px;
    cursor: pointer
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='DropDown1'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddHowOften'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddStartDay'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddNumPayments'] option {
    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 {
    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 {
    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: #f3f3f3;
    border: 1px solid #C5C6C8;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    padding: 0 10px;
    width: 100%;
    max-width: 100%
}

#ContentMiddle .imod_fieldWrapper .imod_col2 textarea:focus,
#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"]:focus,
#ContentMiddle .imod_fieldWrapper .imod_col2 select:focus {
    outline: 3px solid #FDB515
}

@media only screen and (max-width: 1024px) {

    #ContentMiddle .imod_fieldWrapper .imod_col2 textarea,
    #ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"],
    #ContentMiddle .imod_fieldWrapper .imod_col2 select {
        width: 100%
    }
}

#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col2 select[id*='DropDown1'] {
    height: 42px
}

#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: #f3f3f3;
    border: 1px solid #C5C6C8;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    padding: 0 10px;
    width: 100%;
    max-width: 100%
}

#ContentMiddle .imod_fieldWrapper .imod_col3 textarea:focus,
#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"]:focus,
#ContentMiddle .imod_fieldWrapper .imod_col3 select:focus {
    outline: 3px solid #FDB515
}

@media only screen and (max-width: 1024px) {

    #ContentMiddle .imod_fieldWrapper .imod_col3 textarea,
    #ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"],
    #ContentMiddle .imod_fieldWrapper .imod_col3 select {
        width: 100%
    }
}

#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col3 select[id*='DropDown1'] {
    height: 42px
}

#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: #f3f3f3;
    border: 1px solid #C5C6C8;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    padding: 0 10px;
    width: 100%;
    max-width: 100%
}

#ContentMiddle .imod_fieldWrapper .imod_col4 textarea:focus,
#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"]:focus,
#ContentMiddle .imod_fieldWrapper .imod_col4 select:focus {
    outline: 3px solid #FDB515
}

@media only screen and (max-width: 1024px) {

    #ContentMiddle .imod_fieldWrapper .imod_col4 textarea,
    #ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"],
    #ContentMiddle .imod_fieldWrapper .imod_col4 select {
        width: 100%
    }
}

#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col4 select[id*='DropDown1'] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col4 select[id*='DropDown1'] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper.giftAmountBox {
    background: #e1e4e7;
    border: 1px solid #c5cbd0;
    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: #212529
}

#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: #212529
}

#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: #212529
}

#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 {
    float: none;
    width: 100%;
    display: block;
    border: 10px solid #fff
}

@media only screen and (min-width: 700px) {
    #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
        float: left;
        width: 50%;
        border-top: 10px solid #fff;
        border-bottom: 10px 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: #000;
    border-color: #000000
}

#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 {
    cursor: pointer
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td:hover label {
    background: #212529
}

#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: #FDB515;
    color: #000
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td input[type='radio']:checked+label:before {
    content: "\f058";
    color: #000
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td label {
    display: block;
    padding: 18px 80px 18px 18px;
    background: #000000;
    border: 2px solid transparent;
    color: #fff;
    font-weight: 900;
    line-height: 1.5em;
    margin: 0;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td label:before {
    color: #ffffff;
    display: block;
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free", "Font Awesome";
    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 #c5cbd0
}

#ContentMiddle .designation-section .divAdvancedDesignations .fa {
    color: #000000
}

#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: #000000;
    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: #212529;
    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: #212529;
    color: #fff;
    text-decoration: none;
    border-color: #212529
}

.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: #000000;
    color: #fff !important;
    font-weight: bold
}

ul.giveBtnsList li a.otherAmt {
    font-weight: normal;
    color: #fff
}

ul.giveBtnsList li a:hover {
    background: #212529;
    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: #212529 !important;
    font-size: 25px;
    line-height: 50px;
    width: 35px;
    text-align: right
}

.giveInputWrapper #giveInput {
    background: none;
    border: none;
    height: 46px;
    color: #212529 !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: #212529;
    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 {
    margin: 0 0 30px
}

@media only screen and (min-width: 700px) {
    .home h2 {
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 1025px) {
    .home h2 {
        margin-bottom: 50px
    }
}

.home .hero .heroText {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 9
}

@media only screen and (min-width: 1025px) {
    .home .hero .heroText {
        padding: 60px
    }
}

.home .hero .heroText.top {
    -ms-flex-align: start;
    align-items: flex-start
}

.home .hero .heroText.middle {
    -ms-flex-align: center;
    align-items: center
}

.home .hero .heroText .inner-wrap {
    padding: 30px 25px
}

@media only screen and (min-width: 1025px) {
    .home .hero .heroText .inner-wrap {
        max-width: 978px
    }
}

.home .hero .heroText.left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .hero .heroText.left {
        padding-left: 80px
    }
}

.home .hero .heroText.center {
    -ms-flex-align: center;
    align-items: center
}

.home .hero .heroText.right {
    -ms-flex-align: end;
    align-items: flex-end
}

.home .hero .heroText .row {
    position: relative
}

@media only screen and (min-width: 700px) {}

.home .hero .heroText .heroTextInner {
    background: #F6F6F6;
    padding: 30px;
    text-align: center;
    width: 100%
}

@media only screen and (min-width: 700px) {
    .home .hero .heroText .heroTextInner {
        border-top: 5px solid #000000;
        width: 325px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
        padding: 30px 20px;
        background-color: rgba(255, 255, 255, 0.95)
    }
}

@media only screen and (min-width: 1025px) {
    .home .hero .heroText .heroTextInner {
        width: 550px;
        padding: 35px 30px;
        bottom: 30px;
        right: 15px;
        text-align: left
    }
}

.home .hero .heroText .title {
    font-size: 2rem;
    line-height: 1;
    color: #000;
    display: block;
    font-weight: bold;
    margin: 0 0 15px
}

@media only screen and (min-width: 1025px) {
    .home .hero .heroText .title {
        font-size: 2.25rem;
        font-weight: 900
    }
}

.home .hero .heroText .title a {
    text-decoration: none;
    color: inherit;
    display: block
}

.home .hero .heroText .title a:hover,
.home .hero .heroText .title a:focus {
    text-decoration: underline
}

.home .hero .heroText .title a:focus {
    outline-offset: 3px;
    outline: solid 2px #FDB515
}

.home .hero .heroText .preview {
    font-size: 1rem;
    line-height: 1.375;
    display: block;
    margin: 0 0 20px;
    padding: 10px 0 10px 20px;
    border-left: solid 5px #FDB515
}

.home .hero .heroText .button {
    margin: 0
}

@media only screen and (min-width: 1025px) {
    .home .hero .heroText .button {
        padding: 12px 30px;
        font-size: 1rem
    }
}

@media only screen and (min-width: 700px) {
    .home .sectionHeader h2 {
        margin-bottom: 50px
    }
}

@media only screen and (min-width: 1025px) {
    .home .sectionHeader h2 {
        margin-bottom: 40px
    }
}

.home .sectionFooter {
    margin: 35px auto 0;
    text-align: center;
    display: block
}

.home .sectionFooter .button {
    margin: 0;
    width: 100%;
    max-width: 190px;
    min-height: 50px;
    background: #e1e4e7;
    color: #000;
    border-color: #e1e4e7;
    padding: 15px
}

.home .sectionFooter .button:hover,
.home .sectionFooter .button:focus {
    background: #000;
    color: #fff;
    border-color: #000
}

@media only screen and (min-width: 700px) {
    .home .sectionFooter {
        position: absolute;
        top: 0;
        right: 15px;
        margin: 0
    }
}

@media only screen and (min-width: 1025px) {
    .home .sectionFooter .button {
        width: 230px;
        max-width: 230px;
        min-height: 60px;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.home .wideWhite {
    padding: 50px 5px
}

@media only screen and (min-width: 1025px) {
    .home .wideWhite {
        padding: 115px 0
    }
}

.home .top-cta-wrap {
    background: #f5f5f5;
    border: solid 1px #e1e4e7;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px
}

@media only screen and (min-width: 1025px) {
    .home .top-cta-wrap {
        margin-bottom: 80px
    }
}

.home .top-cta-wrap .top-cta+.top-cta {
    margin-top: 30px
}

@media only screen and (min-width: 700px) {
    .home .top-cta-wrap .top-cta+.top-cta {
        border-left: solid 1px #e1e4e7;
        margin-top: 0
    }
}

.home .top-cta-wrap .top-cta a.button {
    margin: 0;
    background: #fff;
    color: #000;
    border-radius: 0;
    border: solid 1px #e1e4e7;
    border-left: solid 5px #FDB515;
    width: 100%;
    padding: 24px 15px
}

.home .top-cta-wrap .top-cta a.button .title {
    font-size: 1.125rem;
    font-weight: bold
}

.home .top-cta-wrap .top-cta a.button .sub-title {
    font-size: .9375rem;
    font-style: italic;
    color: rgba(33, 37, 41, 0.8);
    display: none;
    font-weight: normal;
    text-transform: capitalize;
    padding-top: 5px
}

.home .top-cta-wrap .top-cta a.button:hover,
.home .top-cta-wrap .top-cta a.button:focus {
    background: #000;
    color: #fff;
    border-color: #000
}

.home .top-cta-wrap .top-cta a.button:hover .sub-title,
.home .top-cta-wrap .top-cta a.button:focus .sub-title {
    color: #fff
}

@media only screen and (min-width: 700px) {
    .home .top-cta-wrap {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .home .top-cta-wrap .top-cta {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media only screen and (min-width: 1025px) {
    .home .top-cta-wrap .top-cta a.button {
        padding: 27px 15px
    }

    .home .top-cta-wrap .top-cta a.button .sub-title {
        display: block
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .eventsWrap {
        padding-left: 10px;
        padding-right: 10px
    }
}

.home .eventsBox+.eventsBox {
    border-top: solid 1px #e1e4e7
}

@media only screen and (min-width: 700px) {
    .home .eventsBox+.eventsBox {
        margin-top: 0
    }
}

.home .eventsBox .eventsBoxInner {
    padding: 20px 0;
    display: -ms-flexbox;
    display: flex
}

.home .eventsBox .eventsBoxInner .date {
    position: relative;
    font-size: 1.25rem;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    border: solid 1px #e1e4e7;
    border-left: solid 5px #FDB515;
    width: 90px;
    height: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 25px
}

@media only screen and (min-width: 1025px) {
    .home .eventsBox .eventsBoxInner .date {
        width: 100px;
        height: 100px;
        margin-right: 30px
    }
}

.home .eventsBox .eventsBoxInner .date .month {
    font-size: 1rem;
    font-weight: bold
}

@media only screen and (min-width: 1025px) {
    .home .eventsBox .eventsBoxInner .date .month {
        font-size: 1.25rem
    }
}

.home .eventsBox .eventsBoxInner .date .day {
    font-size: 1.875rem
}

@media only screen and (min-width: 1025px) {
    .home .eventsBox .eventsBoxInner .date .day {
        display: block;
        text-align: center;
        font-size: 2.125rem;
        line-height: 1;
        font-weight: 300
    }
}

.home .eventsBox .eventsBoxInner .text {
    -ms-flex: 1;
    flex: 1
}

.home .eventsBox .eventsBoxInner .text .top {
    margin-bottom: 20px;
    margin-top: -2px
}

.home .eventsBox .eventsBoxInner .text .top .title {
    font-size: 1.125rem;
    font-weight: bold;
    -ms-flex: 1;
    flex: 1;
    margin-top: 2px;
    display: inline-block
}

.home .eventsBox .eventsBoxInner .text .top .title a {
    text-decoration: none
}

.home .eventsBox .eventsBoxInner .text .top .title a:hover,
.home .eventsBox .eventsBoxInner .text .top .title a:focus {
    text-decoration: underline
}

.home .eventsBox .eventsBoxInner .text .top span.tools {
    margin-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.home .eventsBox .eventsBoxInner .text .top span.tools span+span+span {
    margin-left: 8px
}

@media only screen and (min-width: 1025px) {
    .home .eventsBox .eventsBoxInner .text .top {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .home .eventsBox .eventsBoxInner .text .top span.tools {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home .eventsBox .eventsBoxInner .text .top span.tools span+span+span {
        margin: 0
    }

    .home .eventsBox .eventsBoxInner .text .top span.tools span:last-child {
        display: none
    }
}

.home .eventsBox .eventsBoxInner .text .locationTime {
    color: rgba(33, 37, 41, 0.8);
    font-size: .8125rem;
    text-transform: uppercase
}

.home .eventsBox .eventsBoxInner .text .locationTime .location {
    display: inline-block
}

@media only screen and (min-width: 1169px) {
    .home .eventsBox .eventsBoxInner .text .locationTime .location {
        display: block
    }
}

.home .eventsBox .eventsBoxInner .text .locationTime .location:before {
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free", "Font Awesome";
    content: "\f041";
    padding-right: 5px;
    font-weight: bold;
    width: 20px;
    text-align: center;
    display: inline-block;
    color: #FDB515
}

.home .eventsBox .eventsBoxInner .text .locationTime .location+.timeRange {
    margin: 10px 0 0
}

@media only screen and (min-width: 700px) {
    .home .eventsBox .eventsBoxInner .text .locationTime .location+.timeRange {
        margin: 0 0 0 12px;
        display: inline-block
    }
}

@media only screen and (min-width: 1025px) {
    .home .eventsBox .eventsBoxInner .text .locationTime .location+.timeRange {
        margin: 10px 0 0
    }
}

.home .eventsBox .eventsBoxInner .text .locationTime .timeRange {
    display: block;
    margin: 2px 0
}

@media only screen and (min-width: 700px) {
    .home .eventsBox .eventsBoxInner .text .locationTime .timeRange {
        display: inline-block
    }
}

.home .eventsBox .eventsBoxInner .text .locationTime .timeRange:before {
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free", "Font Awesome";
    content: "\f017";
    padding-right: 5px;
    font-weight: bold;
    width: 20px;
    display: inline-block;
    color: #FDB515
}

.home .eventsBox.featuredEvent .eventsBoxInner {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px
}

@media only screen and (min-width: 700px) {
    .home .eventsBox.featuredEvent .eventsBoxInner {
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 35px
    }
}

@media only screen and (min-width: 1025px) {
    .home .eventsBox.featuredEvent .eventsBoxInner {
        padding-bottom: 0
    }
}

.home .eventsBox.featuredEvent .eventsBoxInner .thumb {
    -ms-flex: 1.375;
    flex: 1.375;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.home .eventsBox.featuredEvent .eventsBoxInner .thumb img {
    visibility: hidden
}

.home .eventsBox.featuredEvent .eventsBoxInner .thumb .date {
    position: absolute;
    background: #fff;
    top: 40px
}

.home .eventsBox.featuredEvent .eventsBoxInner .text {
    padding-left: 0;
    padding-top: 20px
}

@media only screen and (min-width: 700px) {
    .home .eventsBox.featuredEvent .eventsBoxInner .text {
        padding-left: 30px;
        padding-top: 0
    }
}

.home .eventsBox.featuredEvent .eventsBoxInner .text .locationTime .location {
    display: inline-block
}

.home .eventsBox.featuredEvent .eventsBoxInner .text .locationTime .location+.timeRange {
    margin: 10px 0 0;
    display: block
}

@media only screen and (min-width: 1169px) {
    .home .eventsBox.featuredEvent .eventsBoxInner .text .locationTime .location+.timeRange {
        margin: 0 0 0 12px;
        display: inline-block
    }
}

.home .eventsBox.featuredEvent .eventsBoxInner .text .preview {
    padding-top: 20px
}

@media only screen and (min-width: 700px) {
    .home .eventsBox.featuredEvent .eventsBoxInner .text .preview {
        padding-top: 25px
    }
}

.home .carousel {
    padding: 40px 0 165px
}

@media only screen and (min-width: 700px) {
    .home .carousel {
        padding: 35px 0 60px
    }
}

@media only screen and (min-width: 1025px) {
    .home .carousel {
        padding: 55px 0 80px
    }
}

.home .carousel .slick-slider {
    margin-bottom: 0
}

.home .carousel .arrows {
    text-align: center
}

@media only screen and (min-width: 700px) {
    .home .carousel .arrows {
        text-align: right
    }
}

.home .carousel .arrows button {
    background-color: transparent;
    border: 1px solid #C9C9C9;
    -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
}

.home .carousel .arrows button.slick-disabled {
    opacity: .5
}

.home .carousel .arrows button:not(:last-child) {
    margin-right: 20px
}

.home .carousel .carouselList .carouselWrap .slick-track {
    display: -ms-flexbox;
    display: flex
}

.home .carousel .carouselList .carouselWrap .slick-next,
.home .carousel .carouselList .carouselWrap .slick-prev {
    bottom: 0;
    background: #000;
    z-index: 9999;
    font-size: 1.75rem;
    color: #FDB515;
    top: 114%;
    width: 50%;
    height: 135px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home .carousel .carouselList .carouselWrap .slick-next span,
.home .carousel .carouselList .carouselWrap .slick-prev span {
    width: 65px;
    height: 65px;
    border: solid 2px #FDB515;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

.home .carousel .carouselList .carouselWrap .slick-next:hover span,
.home .carousel .carouselList .carouselWrap .slick-prev:hover span,
.home .carousel .carouselList .carouselWrap .slick-next:focus span,
.home .carousel .carouselList .carouselWrap .slick-prev:focus span {
    background: #FDB515;
    color: #000
}

.home .carousel .carouselList .carouselWrap .slick-next:focus,
.home .carousel .carouselList .carouselWrap .slick-prev:focus {
    outline: none
}

.home .carousel .carouselList .carouselWrap .slick-next:focus span,
.home .carousel .carouselList .carouselWrap .slick-prev:focus span {
    outline: solid 2px #FDB515;
    outline-offset: 3px
}

@media only screen and (min-width: 700px) {

    .home .carousel .carouselList .carouselWrap .slick-next,
    .home .carousel .carouselList .carouselWrap .slick-prev {
        width: 165px;
        background: rgba(0, 0, 0, 0.8);
        top: 50%;
        height: 100%
    }

    .home .carousel .carouselList .carouselWrap .slick-next span,
    .home .carousel .carouselList .carouselWrap .slick-prev span {
        width: 85px;
        height: 85px
    }
}

@media only screen and (min-width: 1025px) {

    .home .carousel .carouselList .carouselWrap .slick-next,
    .home .carousel .carouselList .carouselWrap .slick-prev {
        width: 185px
    }
}

.home .carousel .carouselList .carouselWrap .slick-prev {
    left: 0
}

.home .carousel .carouselList .carouselWrap .slick-next {
    right: 0
}

.home .carousel .carouselList .carouselWrap .carousel-card {
    height: auto;
    display: block !important
}

@media only screen and (min-width: 700px) {
    .home .carousel .carouselList .carouselWrap .carousel-card {
        padding-left: 1px;
        padding-right: 1px
    }
}

.home .carousel .carouselList .carouselWrap .carousel-card .carousel-card--inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.home .carousel .carouselList .carouselWrap .carousel-card .carousel-card--inner .thumb {
    background-size: cover;
    background-position: center
}

.home .carousel .carouselList .carouselWrap .carousel-card .carousel-card--inner .thumb img {
    visibility: hidden
}

.home .carousel .carouselList .carouselWrap .carousel-card .carousel-card--inner .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    -ms-flex-align: center;
    align-items: center
}

.home .carousel .carouselList .carouselWrap .carousel-card .carousel-card--inner .text h3 {
    text-align: center
}

.home .carousel .carouselList .carouselWrap .carousel-card .carousel-card--inner .text .preview {
    -ms-flex-positive: 2;
    flex-grow: 2;
    font-size: 1rem;
    line-height: 1.75;
    text-align: center;
    margin: .5em 0 1.5em
}

.home .carousel .carouselList .carouselWrap .carousel-card .carousel-card--inner .text .button {
    margin: 0
}

.home .careers-wrap {
    background: #007176;
    position: relative;
    overflow: hidden
}

.home .careers-wrap .bg-img-wrap {
    position: absolute;
    width: 100%;
    height: 100%
}

.home .careers-wrap .bg-img-wrap .bg-img {
    position: absolute;
    opacity: .15;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    width: 100%;
    height: 100%
}

.home .careers-wrap .bg-img-wrap .bg-img img {
    visibility: hidden
}

.home .careers-wrap .container {
    padding-top: 60px;
    padding-bottom: 60px
}

.home .careers-wrap .sectionHeader h2 {
    color: #fff
}

.home .careers-wrap .cta-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -15px -25px
}

.home .careers-wrap .cta-wrap .btn-outer {
    width: 100%;
    padding: 0 15px 25px
}

.home .careers-wrap .cta-wrap .btn-outer a.button {
    margin: 0;
    background: transparent;
    color: #fff;
    border: solid 3px #FDB515;
    border-radius: 4px;
    width: 100%;
    padding: 17px 20px;
    text-align: left;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.home .careers-wrap .cta-wrap .btn-outer a.button .title {
    font-size: 1.125rem;
    font-weight: bold
}

.home .careers-wrap .cta-wrap .btn-outer a.button .sub-title {
    font-size: .875rem;
    font-style: italic;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    padding-top: 5px
}

.home .careers-wrap .cta-wrap .btn-outer a.button:hover,
.home .careers-wrap .cta-wrap .btn-outer a.button:focus {
    background: #FDB515;
    color: #000;
    border-color: #FDB515
}

.home .careers-wrap .cta-wrap .btn-outer a.button:hover .sub-title,
.home .careers-wrap .cta-wrap .btn-outer a.button:focus .sub-title {
    color: #000
}

.home .careers-wrap .career-text {
    padding-bottom: 100px;
    margin-bottom: 80px
}

.home .careers-wrap .career-text a:hover .text .title,
.home .careers-wrap .career-text a:focus .text .title {
    text-decoration: underline
}

.home .careers-wrap .career-text a:focus .text {
    outline: solid 2px #FDB515;
    outline-offset: 3px
}

.home .careers-wrap .career-text .thumb {
    overflow: hidden;
    width: 287px;
    height: 287px;
    border-radius: 50%;
    border: solid 10px #FDB515;
    margin: 0 auto
}

.home .careers-wrap .career-text .text {
    background: #fff;
    position: absolute;
    bottom: 0;
    padding: 30px 25px;
    left: 15px;
    right: 15px
}

.home .careers-wrap .career-text .text .title {
    font-size: 1.125rem;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px
}

@media only screen and (min-width: 700px) {
    .home .careers-wrap .career-text .thumb {
        margin: 0 auto
    }

    .home .careers-wrap .career-text .text {
        width: auto;
        left: 25px;
        right: 25px
    }

    .home .careers-wrap .cta-wrap {
        margin-left: -5px;
        margin-right: -5px
    }

    .home .careers-wrap .cta-wrap .btn-outer {
        width: 50%
    }
}

@media only screen and (min-width:1200px) {
    .home .careers-wrap .sectionHeader {
        position: absolute
    }

    .home .careers-wrap .container {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .home .careers-wrap .career-text {
        margin-bottom: 0
    }

    .home .careers-wrap .cta-btns {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        /* 12/16/24 TB - Case#05577074
        -ms-flex-align: end;
        align-items: flex-end*/
        -ms-flex-align:center;
        align-items:center;
    }

    .home .careers-wrap .cta-btns .cta-wrap {
        margin-left: -15px;
        /* 12/16/24 TB - Case#05577074
        margin-right: -15px;
        position: absolute;
        bottom: 0*/
        margin-right: -30px;
        position: relative;
    }
}

@media only screen and (min-width:1168px) and (max-width:1200px) {
    .home .careers-wrap .cta-btns .cta-wrap {
        position: relative;
        margin: 60px 0 0
    }
}

.home .figure-wrap {
    background: #000 url(images/figures-bg.png) 0 0 repeat;
    padding: 60px 0
}

.home .figure-wrap .figure-outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.home .figure-wrap .figure-outer .figure {
    text-align: center;
    width: 100%
}

.home .figure-wrap .figure-outer .figure+.figure {
    margin-top: 50px
}

.home .figure-wrap .figure-outer .figure .num {
    font-size: 3.625rem;
    color: #FDB515;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px
}

.home .figure-wrap .figure-outer .figure .num.percent:after {
    content: "%";
    font-size: 2.25rem;
    margin-left: 5px
}

.home .figure-wrap .figure-outer .figure .num.dollar:before {
    content: "$";
    font-size: 2.25rem;
    margin-right: 5px;
    vertical-align: top
}

.home .figure-wrap .figure-outer .figure .num.thousand:after {
    content: "K";
    font-size: 2.5rem
}

.home .figure-wrap .figure-outer .figure .num.million:after {
    content: "M";
    font-size: 2.5rem
}

.home .figure-wrap .figure-outer .figure .num.number:before {
    content: "#";
    font-size: 2.625rem;
    margin-right: 5px;
    vertical-align: top
}

.home .figure-wrap .figure-outer .figure .title {
    color: #fff;
    font-size: 1.25rem;
    padding-bottom: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative
}

.home .figure-wrap .figure-outer .figure .title:after {
    content: " ";
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
    background: rgba(197, 198, 200, 0.5)
}

@media only screen and (min-width: 700px) {
    .home .figure-wrap .figure-outer .figure {
        width: 50%
    }

    .home .figure-wrap .figure-outer .figure+.figure:nth-child(2) {
        margin: 0
    }
}

@media only screen and (min-width: 1025px) {
    .home .figure-wrap {
        padding: 80px 0
    }

    .home .figure-wrap .figure-outer .figure {
        width: 25%
    }

    .home .figure-wrap .figure-outer .figure+.figure {
        margin: 0
    }
}

.home .newsBar {
    position: relative;
    background-color: #fff;
    padding: 60px 0 50px
}

@media only screen and (min-width: 1025px) {
    .home .newsBar {
        padding: 80px 0 70px
    }
}

.home .newsHomeItem+.newsHomeItem {
    margin-top: 40px
}

@media only screen and (min-width: 1025px) {
    .home .newsHomeItem+.newsHomeItem {
        margin-top: 0
    }
}

.home .newsHomeItem a {
    text-decoration: none;
    color: inherit;
    display: block
}

.home .newsHomeItem a:focus {
    outline-offset: 3px;
    outline: solid 2px #FDB515
}

.home .newsHomeItem a:focus .title {
    text-decoration: underline
}

.home .newsHomeItem a:hover .thumb:after,
.home .newsHomeItem a:focus .thumb:after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    left: 0
}

.home .newsHomeItem a:hover .title,
.home .newsHomeItem a:focus .title {
    text-decoration: underline
}

.home .newsHomeItem .tools a {
    display: inline-block
}

.home .newsHomeItem .newsInner {
    font-size: .875rem
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .newsHomeItem .newsInner {
        display: -ms-flexbox;
        display: flex
    }
}

.home .newsHomeItem .newsInner .thumb {
    display: inline-block;
    margin: 0 0 20px;
    background-size: cover;
    background-position: center;
    display: none
}

@media only screen and (min-width: 700px) {
    .home .newsHomeItem .newsInner .thumb {
        display: block
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .newsHomeItem .newsInner .thumb {
        -ms-flex: 50%;
        flex: 50%;
        margin: 0
    }
}

.home .newsHomeItem .newsInner .thumb img {
    visibility: hidden
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .home .newsHomeItem .newsInner .text {
        padding-left: 30px;
        -ms-flex: 50%;
        flex: 50%
    }
}

.home .newsHomeItem .newsInner .title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0
}

.home .newsHomeItem .newsInner .preview {
    font-size: 1rem
}

.home .newsHomeItem.featuredNews .newsInner {
    margin-bottom: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.home .newsHomeItem.featuredNews .newsInner .thumb {
    display: block;
    margin-bottom: 0
}

.home .newsHomeItem.featuredNews .newsInner .text {
    border: solid 1px #C5C6C8;
    background: #fff;
    padding: 20px;
    margin: 0 10px;
    margin-top: -50px
}

.home .newsHomeItem.featuredNews .newsInner .text .inner .title {
    margin-bottom: .5rem
}

.home .newsHomeItem.featuredNews .newsInner .text .inner .preview {
    border-left: solid 2px #FDB515;
    padding-left: 20px
}

@media only screen and (min-width: 1025px) {
    .home .newsHomeItem.featuredNews .newsInner {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 40px
    }

    .home .newsHomeItem.featuredNews .newsInner .thumb {
        /*max-width: 58.33333%;
        -ms-flex: 58.33333%;
        flex: 58.33333%*/
    }

    .home .newsHomeItem.featuredNews .newsInner .text {
        padding: 20px 25px;
        /*margin: 0 0 0 -270px;
        max-width: 83.33333%;
        -ms-flex: 83.33333%;
        flex: 83.33333%*/
    }

    .home .newsHomeItem.featuredNews .newsInner .text .inner .preview {
        border-left: solid 5px #FDB515;
        padding-left: 25px
    }
}

@media only screen and (min-width: 1025px) {
    .home .newsHomeItem.featuredNews .newsInner .thumb {
        max-width: 50%;
        -ms-flex: 50%;
        flex: 50%
    }

    .home .newsHomeItem.featuredNews .newsInner .text {
        padding: 40px;
        /*max-width: 75%;
        -ms-flex: 75%;
        flex: 75%*/
        flex: 1;
        margin: 0 0 0 10px;
    }

    .home .newsHomeItem.featuredNews .newsInner .text .inner .preview {
        padding-left: 30px
    }
}

.loggedin .home .careers-wrap .sectionHeader {
    position: relative
}

.loggedin .home .careers-wrap #drag_c4999,
.loggedin .home .careers-wrap #drag_c4960 {
    height: 100%;
    width: 100%
}

.loggedin .home .careers-wrap .HoverToolBar2 {
    height: 100%
}

/*# sourceMappingURL=style.css.map */