/*Hide Input Region*/
.content-boxes-group.mayor-carousel {
    display:none;
}
/*General Carousel Styles*/
.welcomeCarousel {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:800px) {
    .welcomeCarousel {
        margin-bottom: 20px;
    }
}
@media print {
    .welcomeCarousel {
        display: none;
    }
}
.page__content .jax01Carousel {
    margin-top: 30px;
    margin-bottom: 30px;
}
.carouselWrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 0px;
    line-height: 0px;
}
.carouselWrapper.headerCarousel {
    margin-top: 0px;
    margin-bottom: 0px;
}
.customTopHeaderWidget .carouselWrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}
.headerNavigationArea .carouselWrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}
.customFooter .carouselWrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}
.section-welcome .carouselWrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}
.section-welcome .carouselMargins {
    box-shadow: 0px 0px 0px 1px white, 0px 0px 15px rgb(0 0 0 / 20%);
    border-radius: 10px;
    font-size: 0px;
    line-height: 0px;
}
.carouselMargins {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.carouselLeft {
    width: 320px;
    height: 330px;
    position: relative;
    display: inline-block;
}
.page__content .carouselLeft {
    height: 420px;
}
.section-welcome .carouselLeft {
    width: calc(33.333% - 20px);
}
@media screen and (max-width:1080px) {
    .section-welcome .carouselLeft {
        width: 320px;
    }
}
@media screen and (max-width:800px) {
    .carouselLeft, .section-welcome .carouselLeft {
        width: 100%;
        margin-top: 40%;
        height: 225px;
    }
    .page__content .carouselLeft {
        margin-top: 55%;
    }
}
@media screen and (max-width:540px) {
    .carouselLeft, .section-welcome .carouselLeft {
        margin-top: 200px;
    }
    .page__content .carouselLeft {
        margin-top: 235px;
    }
}
.carouselLeftBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.carouselLeftAngleOverflow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #153a62;
}
.section-welcome .carouselLeftAngleOverflow {
    border-radius: 10px 0px 0px 10px;
}
@media screen and (max-width:800px) {
    .section-welcome .carouselLeftAngleOverflow {
        border-radius: 0px 0px 10px 10px;
    }
}
.carouselAngle1 {
    background: #1b4673;
    width: 107%;
    height: 42%;
    top: -12%;
    left: -1%;
    position: absolute;
    transform: rotate( 10deg);
}
.carouselAngle2 {
    background: rgba(18,49,82,.3);
    width: 138%;
    height: 96%;
    bottom: -27%;
    left: -3%;
    position: absolute;
    transform: rotate( -27deg);
}
.CarouselInfoContainer {
    color: rgba(0,0,0,0);
    text-shadow: white 0px 0px;
    line-height: 1em;
    font-size: 16px;
}
.CarouselInfo {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 30px;
    opacity: 0;
}
@media screen and (max-width:800px) {
    .CarouselInfo {
        padding: 15px;
    }
}
.CarouselInfo.inRight, .CarouselInfo.inLeft {
    z-index: 2;
    opacity: 1;
    animation-name: carouselInfoFadeIn;
    animation-duration: 0.5s;
}
@keyframes carouselInfoFadeIn {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.CarouselInfo.outRight, .CarouselInfo.outLeft {
    z-index: 1;
    animation-name: carouselInfoFadeOut;
    animation-duration: 0.5s;
}
@keyframes carouselInfoFadeOut {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.CarouselTitle {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}
.CarouselTitle a, .CarouselTitle a:active, .CarouselTitle a:visited {
    color: rgba(0,0,0,0);
    text-decoration: none;
    text-shadow: 0px 0px white;
}
.CarouselTitle a:hover {
    text-decoration: underline;
}
.page__content .CarouselTitle a, .page__content .CarouselTitle a:active, .page__content .CarouselTitle a:visited {
    color: rgba(0,0,0,0);
    text-shadow: 0px 0px white;
    text-decoration: none;
}
.page__content .CarouselTitle a:hover {
    text-decoration: underline;
}
.CarouselTitleOverflow {
    max-height: 53px;
    overflow: hidden;
}
.CarouselTitleWebkitBox {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.CarouselText {
    font-size: 15px;
    line-height: 1.4em;
    position: relative;
}
.CarouselText a, .CarouselText a:active, .CarouselText a:visited {
    color: #ffb738;
    text-decoration: none;
    transition: color 0.5s;
}
.CarouselText a:hover {
    color: white;
    text-decoration: underline;
}
.CarouselTextOverflow {
    max-height: 188px;
    overflow: hidden;
}
@media screen and (max-width:800px) {
    .CarouselTextOverflow {
        max-height: 105px;
    }
}
.page__content .CarouselTextOverflow {
    max-height: 246px;
    overflow: hidden;
}
@media screen and (max-width:800px) {
    .page__content .CarouselTextOverflow {
        max-height: 88px;
    }
}
.CarouselTextWebkitBox {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}
@media screen and (max-width:800px) {
    .CarouselTextWebkitBox {
        -webkit-line-clamp: 5;
    }
}
.page__content .CarouselTextWebkitBox {
    -webkit-line-clamp: 11;
}
@media screen and (max-width:800px) {
    .page__content .CarouselTextWebkitBox {
        -webkit-line-clamp: 5;
    }
}
.CarouselTextWebkitBox p {
    margin: 0px;
}
.carouselLeftNav {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 30px;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: 0px;
    overflow: hidden;
    height: 16px;
    line-height: 1em;
    font-size: 0px;
    z-index: 3;
}
@media screen and (max-width:800px) {
    .carouselLeftNav {
        margin: 15px;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-top: 0px;
    }
}
.carouselLink {
    height: 15px;
    width: 15px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    margin-right: 5.5px;
    margin-bottom: 5.5px;
    background: #ccedff;
    color: black !important;
    line-height: 2em;
    transition: background 0.5s;
    outline: 0px;
}
.carouselLink:hover, .carouselLink:focus, .carouselLink.select {
    background: #ffb738;
    color: black !important;
}
.carouselRight {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 330px;
    width: calc(100% - 320px);
    overflow: hidden;
}
.page__content .carouselRight {
    height: 420px;
}
.section-welcome .carouselRight {
    width: calc(100% - (33.333% - 20px));
    border-radius: 0px 10px 10px 0px;
}
@media screen and (max-width:1080px) {
    .section-welcome .carouselRight {
        width: calc(100% - 320px);
    }
}
@media screen and (max-width:800px) {
    .carouselRight, .section-welcome .carouselRight {
        width: 100%;
        height: 0px;
        padding-top: 40%;
    }
    .section-welcome .carouselRight {
        border-radius: 10px 10px 0px 0px;
    }
    .page__content .carouselRight {
        padding-top: 55%;
    }
}
@media screen and (max-width:540px) {
    .carouselRight, .section-welcome .carouselRight {
        padding-top: 200px;
    }
    .page__content .carouselRight {
        padding-top: 235px;
    }
}
.carouselRightBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, rgba(17,49,84,1) 0%, rgba(41,88,138,1) 50%, rgba(47,98,151,1) 100%);
}
@media screen and (max-width:800px) {
    .carouselRightBackground {
        background: linear-gradient( 0deg, rgba(17,49,84,1) 0%, rgba(41,88,138,1) 65%, rgba(47,98,151,1) 100%);
    }
}
.carouselPictureContainer, .carouselPicture, .carouseImage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.carouselPicture {
    opacity: 0;
}
.carouselPicture.inLeft {
    z-index: 2;
    animation-name: pictureInLeft;
    animation-duration: 0.5s;
    opacity: 1;
}
@keyframes pictureInLeft {
    from {
        left: -100%;
    }
    to {
        left: 0px;
    }
}
.carouselPicture.inRight {
    z-index: 2;
    animation-name: pictureInRight;
    animation-duration: 0.5s;
    opacity: 1;
}
@keyframes pictureInRight {
    from {
        left: 100%;
    }

    to {
        left: 0px;
    }
}
.carouselPicture.outLeft {
    z-index: 1;
    animation-name: pictureOutLeft;
    animation-duration: 0.5s;
    opacity: 1;
}
@keyframes pictureOutLeft {
    from {
        left: 0px;
    }
    to {
        left: -100%;
    }
}
.carouselPicture.outRight {
    z-index: 1;
    animation-name: pictureOutRight;
    animation-duration: 0.5s;
    opacity: 1;
}
@keyframes pictureOutRight {
    from {
        left: 0px;
    }
    to {
        left: 100%;
    }
}
.carouseImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.CarouselImageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.carouselRightNav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}
.carouselPrev {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 100%;
    outline: 0px;
    pointer-events: all;
}
.carouselNext {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 100%;
    outline: 0px;
    pointer-events: all;
}
.page__content a.carouselPrev, .page__content a.carouselPrev:active, .page__content a.carouselPrev:visited, .page__content a.carouselPrev:hover,
.page__content a.carouselNext, .page__content a.carouselNext:active, .page__content a.carouselNext:visited, .page__content a.carouselNext:hover {
    color: rgba(0,0,0,0);
}
.circleWrapper {
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    text-align: center;
}
.carouselPrev .circle, .carouselNext .circle {
    width: 40px;
    height: 40px;
    border-radius: 80px;
    background-color: rgba(0,0,0,.6);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    transition: width 0.2s, height 0.2s, background-color 0.2s, margin-top 0.2s;
}
.carouselPrev:hover .circle, .carouselNext:hover .circle {
    width: 65px;
    height: 65px;
    margin-top: 8px;
    background-color: rgba(0,0,0,.8);
}
.carouselPrev .arrow, .carouselNext .arrow {
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    transform: rotate( 45deg);
    overflow: hidden;
    line-height: 4em;
}
.carouselPrev .arrow {
    left: calc(50% - 7px);
    border-bottom: 2px solid white;
    border-left: 2px solid white;
}
.carouselNext .arrow {
    left: calc(50% - 13px);
    border-top: 2px solid white;
    border-right: 2px solid white;
}
/*Mayor Footer Carousel Styles*/
.page__content .jax01Carousel.footerCarousel {
    margin-top: 0px;
    margin-bottom: 0px;
}
.footerCarousel .carouselMargins {
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: -50px;
}
@media screen and (max-width:1280px) {
    .footerCarousel .carouselMargins {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -15px;
    }
}
.footerCarousel .CarouselInfo {
    padding: 15px;
    position: relative;
    display: none;
}
.footerCarousel .carouselLeft {
    width: 400px;
    padding-left: 20px;
    height: auto;
}
@media screen and (max-width:1280px) {
    .footerCarousel .carouselLeft {
        padding-left: 0px;
    }
}
@media screen and (max-width:1024px) {
    .footerCarousel .carouselLeft {
        width: 100%;
        margin-top: 56.25%;
    }
}
.footerCarousel .CarouselInfo.inRight, .footerCarousel .CarouselInfo.inLeft {
    display: block;
}
.footerCarousel .carouselLeftAngleOverflow {
    background: white;
}
.footerCarousel .carouselLeftAngleOverflow .carouselAngle1 {
    left: 0px;
    top: 50px;
    height: calc(100% - 50px);
    width: 20px;
    transform: none;
    background: linear-gradient(180deg, rgba(254,209,137,1) 0%, rgba(22,63,107,0) 100%);
}
@media screen and (max-width:1280px) {
    .footerCarousel .carouselLeftAngleOverflow .carouselAngle1 {
        display: none;
    }
}
.footerCarousel .carouselLeftAngleOverflow .carouselAngle2 {
    display: none;
}
.footerCarousel .CarouselInfoContainer {
    color: rgba(0,0,0,0);
    text-shadow: black 0px 0px;
}
.footerCarousel .CarouselTitle {
    position: relative;
    font-weight: bold;
    font-size: 26px;
    color: rgba(0,0,0,0);
    text-shadow: 0px 0px #ca912a;
    margin-bottom: 5px;
    line-height: 1.2em;
}
.page__content .footerCarousel .CarouselTitle {
    color: rgba(0,0,0,0);
}
.footerCarousel .CarouselTitleOverflow {
    max-height: none;
}
.footerCarousel .CarouselTitleWebkitBox {
    -webkit-line-clamp: unset;
}
.footerCarousel .CarouselTextOverflow {
    max-height: none;
    min-height: 400px;
}
@media screen and (max-width:1024px) {
    .footerCarousel .CarouselTextOverflow {
        min-height: 124px;
    }
}
.footerCarousel .CarouselTextWebkitBox {
    -webkit-line-clamp: unset;
}
.footerCarousel .carouselLeftNav {
    position: relative;
    margin: 15px;
    height: auto;
    margin-bottom: 5px;
}
@media screen and (max-width:1280px) {
    .footerCarousel .carouselLeftNav {
        margin-top: 0px;
    }
}
.footerCarousel .carouselLink {
    width: 22px;
    border-radius: 2px;
    background: #405a92;
    color: white !important;
}
.footerCarousel .carouselLink:hover, .footerCarousel .carouselLink:focus, .footerCarousel .carouselLink.select {
    background: #fed28b;
    color: black !important;
}
.footerCarousel .carouselRight {
    width: calc(100% - 420px);
    height: calc(100% - 50px);
    margin-top: 50px;
}
@media screen and (max-width:1280px) {
    .footerCarousel .carouselRight {
        width: calc(100% - 400px);
    }
}
@media screen and (max-width:1024px) {
    .footerCarousel .carouselRight {
        width: 100%;
        position: absolute;
        height: 0px;
        padding-top: 56.25%;
        margin-top: 0px;
    }
}
.footerCarousel .carouselPrev {
    left: auto;
    right: 0px;
    top: 95px;
    height: 80px;
}
@media screen and (max-width:1024px) {
    .footerCarousel .carouselPrev {
        height: 100%;
        top: 0px;
        left: 0px;
        right: auto;
    }
}
.footerCarousel .carouselNext {
    height: 80px;
    top: 15px;
}
@media screen and (max-width:1024px) {
    .footerCarousel .carouselNext {
        height: 100%;
        top: 0px;
    }
}
.footerCarousel .carouselPrev .circle, .footerCarousel .carouselNext .circle {
    margin: 0px;
    width: 80px;
    height: 80px;
    border-radius: 0px;
    background-color: rgba(88,88,88,0.85);
}
@media screen and (max-width:600px) {
    .footerCarousel .carouselPrev .circle, .footerCarousel .carouselNext .circle {
        width: 50px;
        height: 50px;
        margin-top: 15px;
    }
    .footerCarousel .carouselNext .circle {
        margin-left: 30px;
    }
}
.footerCarousel .carouselPrev:hover .circle, .footerCarousel .carouselNext:hover .circle {
    background-color: rgba(70,114,159,0.9);
}
.footerCarousel .carouselPrev .arrow,
.footerCarousel .carouselNext .arrow {
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
}
@media screen and (max-width:600px) {
    .footerCarousel .carouselPrev .arrow,
    .footerCarousel .carouselNext .arrow {
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
    }
}
.footerCarousel .carouselPrev .arrow {
    left: 32px;
}
@media screen and (max-width:600px) {
    .footerCarousel .carouselPrev .arrow {
        left: 18px;
    }
}
.footerCarousel .carouselNext .arrow {
    left: 20px;
}
@media screen and (max-width:600px) {
    .footerCarousel .carouselNext .arrow {
        left: 38px;
    }
}
.page__content .CarouselText a, .page__content .CarouselText a:active, .page__content .CarouselText a:visited {
    color: #30567d;
    text-decoration: underline;
}
.page__content .CarouselText a:hover {
    color: #000;
    text-decoration: underline;
}