/*Regular font*/

@font-face {
    font-family: 'SegoeUI';
    src: url('assets/web-fonts/regular/SegoeUI.eot');
    src: url('assets/web-fonts/regular/SegoeUI.eot?#iefix') format('embedded-opentype'), url('assets/web-fonts/regular/SegoeUI.svg#SegoeUI') format('svg'), url('assets/web-fonts/regular/SegoeUI.ttf') format('truetype'), url('assets/web-fonts/regular/SegoeUI.woff') format('woff'), url('assets/web-fonts/regular/SegoeUI.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/*semi bold font*/

@font-face {
    font-family: 'SegoeUI-Semibold';
    src: url('assets/web-fonts/semi-bold/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg'), url('assets/web-fonts/semi-bold/SegoeUI-Semibold.ttf') format('truetype'), url('assets/web-fonts/semi-bold/SegoeUI-Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*bold font*/

@font-face {
    font-family: 'SegoeUI-Bold';
    src: url('assets/web-fonts/bold/SegoeUI-Bold.eot');
    src: url('assets/web-fonts/bold/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('assets/web-fonts/bold/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg'), url('assets/web-fonts/bold/SegoeUI-Bold.ttf') format('truetype'), url('assets/web-fonts/bold/SegoeUI-Bold.woff') format('woff'), url('assets/web-fonts/bold/SegoeUI-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

html,
body {
    height: 100%;
}

body {
    font-family: 'SegoeUI';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #111111;
}

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

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'SegoeUI-Semibold';
    margin: 0 0 15px;
}

h1 {
    font-family: 'SegoeUI-Semibold';
}

strong {
    font-family: 'SegoeUI-Bold';
}


/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.container {
    max-width: 1250px;
}

.global-banner-area {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 650px;
}

.header-area {
    background: #E2B400;
    position: relative;
    z-index: 4;
}

.header-info {
    display: grid;
    grid-template-columns: 6fr 6fr;
    margin: 10px 0px;
}

.header-top-nav li {
    position: relative;
    display: inline-block;
}

.header-top-nav li a {
    display: block;
    background: #3A64A3;
    color: #fff;
    padding: 12px 11px;
    border-radius: 5px;
    font-size: 15px;
    width: 110px;
    text-align: center;
    margin-left: 5px;
}

.header-top-nav li a.navBg2 {
    background: #103D80;
}

.header-info-txt h5 {
    font-size: 16px;
    color: #fff;
    position: relative;
}

.header-info-txt p,
.header-info-txt span,
.header-info-txt a {
    font-size: 14px;
    color: #fff;
    font-family: 'SegoeUI';
    position: relative;
    margin: 0;
}

.header-top-nav {
    text-align: right;
    padding-top: 28px;
}

.header-info-txt i {
    position: absolute;
    left: -25px;
    top: 2px;
    font-size: 17px;
}

.header-info-details {
    padding-left: 10px;
}

.logo {
    position: relative;
    z-index: 1;
    padding-top: 10px;
}

.logo:after {
    position: absolute;
    left: 0;
    top: -8px;
    height: 138%;
    content: "";
    background: #fff;
    width: 100%;
    z-index: -1;
    border-radius: 7px;
}

.header-info-details.leftBdr {
    padding-left: 34px;
    border-left: 1px dotted #fff;
    margin-left: 10px;
}

.header-info-txt a {
    text-decoration: underline;
}

.header-info-txt i.zmdi-pin {
    font-size: 25px;
    left: -30px;
    top: 0px;
}

.global-center-menu {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    gap: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 3px solid #E2B400;
    margin-bottom: 35px;
}

.center-menu-item img {
    height: 60px;
}

.global-center-area {
    margin-top: -184px;
    padding-top: 50px;
}

.center-menu-item {
    background: url(assets/img/circle-nav-bg2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 45px;
    position: relative;
    cursor: pointer;
}

.center-menu-bdr h5 {
    color: #4A4A4A;
    font-family: 'SegoeUI-Semibold';
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.center-menu-item p {
    margin: 0;
    transform: translateY(19px);
    color: #fff;
}

.banner-form {
    position: relative;
    z-index: 1;
    padding: 30px;
}

.banner-form h5 {
    color: #B6DEFD;
    margin-bottom: 20px;
}

.banner-form-width {
    position: relative;
}

.banner-form-width input {
    width: 100%;
    border: none;
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    padding-left: 43px;
    font-size: 16px;
}

.banner-form-width button:not(.unibox-n-button) {
    position: absolute;
    top: 7px;
    right: 5px;
    background: none;
    border: none;
    font-size: 30px;
    color: #878787;
}

.banner-form-width input::placeholder {
    color: #103D80;
}

.banner-search-form:after {
    position: absolute;
    right: 0;
    top: -215px;
    height: 440px;
    width: 37%;
    content: "";
    background: url(assets/img/banner-search-bg.png);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.banner-search-form {
    position: relative;
    z-index: 1;
}

.header-top-nav ul.dropMenu {
    position: absolute;
    top: 35px;
    left: 0;
    width: 200px;
    background: #fff6d5;
    border-radius: 8px;
    transition: .4s;
    /* border-top-left-radius: 0px; */
    /* border-top-right-radius: 0px; */
    visibility: hidden;
    opacity: 0;
    z-index: 4;
}

.header-top-nav ul.dropMenu li a {
    width: auto;
    background: none;
    border-radius: 0px;
    display: block;
    text-align: left;
    margin: 0;
    padding: 5px 10px;
    color: #B86506;
}

.header-top-nav ul.dropMenu li {
    display: block;
}

.header-top-nav ul.dropMenu.lastDrop {
    left: -85px;
}

.header-top-nav li:hover ul.dropMenu {
    visibility: visible;
    opacity: 1;
    top: 50px;
}

.header-top-nav ul.dropMenu li a {
    position: relative;
    padding-left: 25px;
}

.header-top-nav ul.dropMenu li a span {
    position: absolute;
    left: 10px;
}

.section-title h2 {
    color: #103D80;
    font-size: 28px;
}

.full-left-right-img {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 15px;
}

.bgBrown {
    background: #D9E9FB;
    padding: 30px;
    height: 100%;
}

.bgPink {
    padding: 30px;
    background: #FCEDCE;
    height: 100%;
}

.full-left-right-img:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 31%;
    content: "";
    background: url(assets/img/home-img1.png);
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.full-left-right-img:before {
    left: auto;
    right: 0;
    background: url(assets/img/home-img2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 22%;
    position: absolute;
    content: "";
    top: 0;
}

.bgBrown .col-md-6 {
    padding-right: 5px;
}

.single-img {
    height: 100%;
}

.single-img img {
    width: 100%;
    height: 100%;
}

.footer-top-area {
    background: #EACA4C;
    padding: 30px 0px;
    margin-top: 15px;
}

.footer-top-txt h5 {
    color: #AC5C00;
    font-size: 28px;
    letter-spacing: 5px;
}

.footer-top-txt h4 {
    color: #103D80;
    font-size: 32px;
    border-top: 1px solid #000000;
    margin-top: 20px;
    padding-top: 10px;
}

.footer-top-txt p {
    font-size: 20px;
}

.documentDownload {
    display: inline-block;
    background: #FFF7D5;
    padding: 15px 10px;
    max-width: 310px;
    width: 100%;
    border-radius: 5px;
    color: #AC5C00;
    font-size: 18px;
    font-family: 'SegoeUI-Semibold';
    margin-top: 20px;
}

.documentDownload i {
    margin-right: 5px;
    font-size: 22px;
    color: #B86506;
}

.documentDownload:hover {
    background: #fff;
    color: #AC5C00;
}

.footer-txt .header-info-txt h5 {
    color: #103D80;
}

.footer-txt .header-info-txt span {
    color: #585757;
    display: block;
    font-size: 16px;
    font-family: 'SegoeUI';
}

.footer-txt .header-info-txt p {
    color: #585757;
    font-size: 16px;
}

.footer-txt .header-info-txt a {
    color: #585757;
    font-size: 16px;
}

.footer-txt .header-info-txt i {
    color: #103D80;
    font-size: 20px;
}

.footer-txt .header-info-txt h5 i {
    color: #EACA4C;
}

.footer-center {
    padding: 25px 0px;
}

.footer-txt {
    padding-top: 35px;
    border-left: 1px dotted #000000;
    height: 100%;
    padding-left: 47px;
}

.footer-bottom-area {
    background: #103D80;
    padding: 25px 0px;
}

.footer-txt.noBdr {
    border: none;
    padding-top: 14px;
}

.footer-bottom-area p {
    color: #D4D4D4;
    margin: 0;
}

.footer-bottom-area p img {
    height: 35px;
    margin-left: 30px;
}

.header-bottom-area {
    background: #103D80;
    padding: 18px 0px;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}

.header-bottom-grid {
    display: grid;
    grid-template-columns: 3fr 3fr 4fr 2fr;
    align-items: center;
    height: 100%;
}

.header-bottom-single {
    display: flex;
    align-items: center;
    border-left: 1px dotted #fff;
    padding-left: 20px;
    height: 100%;
}

.header-bottom-single h5 {
    font-size: 15px;
    color: #FFFFFF;
    margin: 0;
    margin-left: 5px;
}

.header-bottom-single img {
    height: 29px;
}

.header-bottom-search .banner-form {
    padding: 0;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 10px;
}

.header-bottom-search .banner-form h5 {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.header-bottom-single:first-child {
    border: none;
    padding-left: 0;
}

.slicknav_menu {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 5;
    top: 26px;
    background: none;
    display: none;
}

.slicknav_nav {
    background: #e2b400;
    margin-top: 60px;
}

.slicknav_nav .slicknav_item {
    font-size: 22px;
    padding: 10px 20px;
}

.slicknav_nav li ul li a {
    font-size: 17px;
    padding: 5px 10px;
}

.slicknav_nav {
    height: 91vh;
    overflow-y: scroll;
    padding-bottom: 30px;
}

.slicknav_nav .slicknav_row:hover {
    background: rgb(112 97 39 / 50%);
}

.resBlock {
    display: none !important;
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8;
}

.sticky-wrap {
    transition: .4s;
}

.fixed-header .header-bottom-area {
    visibility: visible;
    opacity: 1;
}

.fixed-header .logo:after {
    height: 100%;
    border-radius: 0px;
    left: auto;
    right: 0;
    width: 1800px;
    top: 0;
}

.fixed-header .logo {
    height: 100%;
}

.stickyLogo {
    display: none;
}

.fixed-header .mainLogo {
    display: none;
}

.fixed-header .stickyLogo {
    display: block;
    padding-right: 35px;
}


/* Popup menu css */

.global-popup-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
}

.global-popup-menu::-webkit-scrollbar {
    width: 0px;
}

.global-popup-menu.open {
    visibility: visible;
    opacity: 1;
}

.popup-menu-area {
    /* background: #FFF7D5;*/
    /* padding-top: 40px;*/
    padding-bottom: 10px;
    border-top: 5px solid #103D80;
    position: relative;
    top: 93px;
}

.popup-menu-item h4 {
    color: #103D80;
    font-size: 22px;
    position: relative;
}

.popup-menu-item h4 img {
    height: 28px;
    left: 0;
    top: 0;
}

.popup-menu-item li a {
    color: #B86506;
    font-size: 16px;
    font-family: 'SegoeUI-Bold';
    display: inline-block;
}

.popup-menu-item li {
    display: block;
    padding: 3px 0px;
}

.popup-menu-item .popupMenu-drop a {
    color: #000000;
    display: block;
    padding: 3px 0px;
    font-family: 'SegoeUI';
}

.popupClose {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #B86506;
    font-family: 'SegoeUI-Bold';
    cursor: pointer;
    z-index: 2;
}

.popup-menu-area .container {
    position: relative;
    background: #FFF7D5;
    padding: 20px;
}

.popupClose span {
    display: inline-block;
    height: 25px;
    width: 25px;
    border: 2px solid #B86506;
    text-align: center;
    line-height: 22px;
    margin-left: 2px;
}

.global-popup-menu .header-top-nav ul.dropMenu {
    border: 1px solid #d6c170;
}

.full-left-right-img.style2:before {
    background: url(assets/img/community-img2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    right: 0;
    width: 34%;
}

.full-left-right-img.conference:before {
    background: url(assets/img/conference-img2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    right: 0;
    width: 34%;
}

.full-left-right-img.style2:after {
    background: #D9E9FB;
    left: 0;
}

.conference-pdf li {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-bottom: 10px;
}

.conference-pdf li img {
    height: 20px;
    position: absolute;
    left: -5px;
    top: 4px;
}

.conference-pdf li a {
    color: #B86506;
    font-family: 'SegoeUI-Bold';
    text-decoration: underline;
}

.colorBlue {
    color: #103D80;
}

.column-bg-green,
.column-bg-pinkLeft,
.section-bg-greenRight {
    position: relative;
    z-index: 1;
    padding: 30px 10px;
    height: 100%;
}

.column-bg-green:after,
.column-bg-pinkLeft:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5000px;
    content: "";
    background: #D9E9FB;
    z-index: -1;
}

.section-img-half {
    margin-top: 35px;
}

.section-bg-pink {
    position: relative;
    z-index: 1;
    padding: 30px;
    height: 100%;
}

.section-bg-pink:after,
.section-bg-greenRight:after {
    left: 0;
    top: 0;
    height: 100%;
    width: 5500px;
    content: "";
    background: #FCEDCE;
    position: absolute;
    z-index: -1;
}

.section-bg-pink h4 {
    color: #B86506;
}

.section-bg-pink li a {
    display: block;
    text-decoration: underline;
    color: #B86506;
    font-family: 'SegoeUI-Bold';
    margin: 5px 0px;
}

.lisDisk {
    list-style: disc;
    padding-left: 18px;
}

.imgLeftBottomHalf {
    position: relative;
    z-index: 1;
}

.imgLeftBottomHalf:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70%;
    width: 49.4%;
    content: "";
    background: url(assets/img/resident-img.png);
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.email-form-btn {
    border-top: 1px dotted #707070;
    padding-top: 20px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.email-form-btn h5 {
    color: #B86506;
    font-size: 24px;
    margin-bottom: 5px;
}

.email-form-btn p {
    font-size: 18px;
    color: #111111;
}

.signUpEmail {
    display: inline-block;
    background: #103D80;
    color: #fff;
    padding: 15px 20px;
    border-radius: 7px;
    font-family: 'SegoeUI-Semibold';
    max-width: 300px;
    width: 100%;
    margin: 10px;
}

.signUpEmail i {
    font-size: 25px;
    margin-right: 10px;
    transform: translateY(3px);
}

.signUpEmail:hover {
    color: #fff;
    background: #103d80d1;
}

.golbal-bdr {
    text-align: center;
    border-bottom: 3px solid #E2B400;
    margin-bottom: 14px;
}

.noBdr .global-center-menu {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.column-bg-pinkLeft:after {
    background: #FCEDCE;
}

.section-bg-greenRight:after {
    background: #D9E9FB;
}

.mb-15 {
    margin-bottom: 15px;
}

.email-form-btn.noBdr {
    border: none;
    padding-top: 0;
    margin-top: 0;
}

.events-title h2 {
    font-size: 36px;
    color: #fff;
    margin: 0;
}

.events-title {
    background: #103D80;
    padding: 15px 30px;
}

.events-calendar {
    background: #FCEDCE;
    padding: 35px 45px;
}

.events-grid {
    display: grid;
    grid-template-columns: 3fr 9fr;
    gap: 25px;
    margin: 20px 0px;
    padding: 50px 0px;
    border-top: 1px dotted #707070;
}

.events-txt-grid {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.events-date h4 {
    background: #4091E3;
    padding: 10px 15px;
    border-radius: 7px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 26px;
}

.events-img img {
    width: 100%;
    height: 100%;
}

.events-img {
    padding: 20px;
    border: 1px solid #494949;
}

.events-txt h5 {
    color: #103D80;
    font-size: 20px;
    font-family: 'SegoeUI-Bold';
}

.events-address span {
    display: block;
}

.title-pink {
    color: #B86506;
}

.events-date h4 span {
    font-size: 17px;
}

.events-address span i {
    color: #B2B2B2;
    margin-right: 3px;
}

.readMore {
    color: #4091E3;
    font-family: 'SegoeUI-Bold';
}

.comments-favorite span {
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
}

.comments-favorite span i {
    margin-right: 3px;
    color: #B2B2B2;
}

.events-grid:last-child {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.events-grid:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.map-right-grid {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 50px;
}

.map-right-single {
    text-align: center;
}

.map-right-txt {
    margin-top: 10px;
}

.map-right-txt strong {
    font-size: 20px;
}

.map-right-txt p {
    font-size: 18px;
    margin-bottom: 0;
}

.map-details {
    display: flex;
    max-width: 220px;
    justify-content: center;
    justify-items: center;
    margin: 0 auto;
    gap: 15px;
    margin-top: 10px;
}

.map-details i {
    font-size: 30px;
    color: #E2B400;
}

.map- iframe {
    border: 2px solid #707070;
    height: 300px;
    max-width: 400px;
    margin: 0 auto;
}

.map- {
    text-align: center;
}

.link {
    color: #103D80;
    text-decoration: underline;
    font-family: 'SegoeUI-Bold';
}

.linkPink {
    color: #B86506;
    font-family: 'SegoeUI-Bold';
    text-decoration: underline;
    cursor: pointer;
}

.color-pink {
    color: #B86506 !important;
    font-family: 'SegoeUI-Bold';
}

.pDesktop {
    padding: 50px;
}

.imgLeft60 {
    position: relative;
    z-index: 1;
}

.imgLeft60:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 59%;
    content: "";
    background: url(assets/img/mayor-cuncill-img2.png);
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-img-text {
    margin: 20px 0px;
    text-align: center;
}

.single-img-text p {
    color:#0000ff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}
.single-img-text p:last-child{
    color: #000;
}

.single-img-text img {
        width: 251px;
        height: 290px;
        object-fit: scale-down;
        overflow: hidden;
        margin-bottom: 10px;
}


.imgLeft50 {
    position: relative;
    z-index: 1;
}

.imgLeft50:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    content: "";
    background: url(assets/img/directory-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* Table css */

.table-content table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.table-content table tr {
    border-bottom: 1px solid #707070;
    padding: .35em;
}

.table-content table th,
.table-content table td {
    padding: .625em;
    font-size: 18px;
    padding: 11px 20px;
}

.table-content table th {
    font-family: 'SegoeUI-Semibold';
    color: #fff;
    background: #103D80;
    border: 5px solid #FCEDCE;
    width: 35%;
}

.table-content table th:nth-child(2) {
    background: #B86506;
    width: 50%;
}

.table-content table th:nth-child(3) {
    background: #DBA43A;
    width: 15%;
}

.table-content table td:nth-child(1) {
    color: #103D80;
    font-family: 'SegoeUI-Bold';
}

.table-content table td:nth-child(2) {
    color: #B86506;
    font-family: 'SegoeUI-Semibold';
}

.table-content table td:nth-child(3) {
    color: #111111;
    font-family: 'SegoeUI-Semibold';
}

@media screen and (max-width: 600px) {
    .table-content table {
        border: 0;
    }
    .table-content table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .table-content table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
        background: #dae9fb;
    }
    .table-content table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }
    .table-content table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .table-content table td:last-child {
        border-bottom: 0;
    }
}

.departments-list li {
    display: block;
}

.departments-list li a {
    display: block;
    background: #D9E9FB;
    margin: 2px 0px;
    color: #103D80;
    font-family: 'SegoeUI-Bold';
    font-size: 18px;
}

.departments-list li a span {
    display: inline-block;
    height: 70px;
    padding: 15px;
    width: 150px;
    background: #AFC9E7;
    color: #fff;
    font-family: 'SegoeUI-Semibold';
    text-align: center;
    padding-top: 20px;
    margin-right: 20px;
    font-size: 16px;
}

.departments-list li a i {
    margin-right: 10px;
    color: #B86506;
}

.departments-list li:nth-child(even) a {
    background: #FCEDCE;
}

.departments-list li:nth-child(even) a span {
    background: #E7CE9B;
}

.departments-area {
    margin-top: 30px;
    margin-bottom: 50px;
}

.modal-dialog {
    max-width: 900px;
}

.modal-backdrop.show {
    opacity: 0;
}

.modal-body {
    padding: 40px;
}

.modal-contents {
    /* border: 1px solid #707070; */
}

.modal-content-header {
    background: #D9E9FB;
    position: relative;
    z-index: 1;
    border: 1px solid #D9E9FB;
}

.modal-txt {
    border: 1px solid #707070;
    border-top: none;
    padding: 40px;
}

.modal-content-header h4 {
    color: #103D80;
    font-family: 'SegoeUI-Bold';
    font-size: 22px;
    margin: 0;
}

.modal-content-header h4 a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    width: 120px;
    background: #AFC9E7;
    padding: 18px 10px;
    text-align: center;
    font-family: 'SegoeUI';
    margin-right: 10px;
}

.modal-content-header h4 i {
    color: #B86506;
    font-size: 18px;
    margin-right: 10px;
}

.modal-content-header button {
    position: absolute;
    right: 12px;
    top: 14px;
    opacity: 1;
    margin: 0;
    font-size: 14px;
}

.modal-txt h4 {
    color: #B86506;
    margin-bottom: 5px;
}

.modal-txt h5 {
    color: #103D80;
    margin-bottom: 4px;
    margin-top: 20px;
}

.colorPink .modal-content-header h4 {
    background: #FCEDCE;
}

.colorPink .modal-content-header a {
    background: #E7CE9B;
}

.modal-content-header button span {
    background: #fff;
    padding: 4px 8px;
    padding-top: 0;
    font-size: 20px;
    margin-left: 3px;
}

.popup-single-txt {
    border-bottom: 1px dotted #707070;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.pdf-link a {
    color: #B86506;
    font-size: 18px;
    font-family: 'SegoeUI-Semibold';
    display: block;
    margin-top: 15px;
    text-decoration: underline;
}

.pdf-link a i {
    color: #DBA43A;
}

.modal-txt ul li {
    list-style: disc;
    margin-left: 20px;
    color: #103D80;
}

.modal-txt ul {
    margin-bottom: 25px;
}

.modal-grid {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    gap: 30px;
    margin-top: 30px;
}

.modal-single-grid strong {
    color: #B86506;
    display: block;
}

.modal-single-grid span {
    display: block;
    color: #103D80;
    font-family: 'SegoeUI-Bold';
}

.popup-grid3 {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    gap: 35px;
}

.popup-grid3-single span {
    color: #B86506;
}

.popup-grid3 p {
    margin-bottom: 25px;
}

.popup-grid2 {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 30px;
}

.bdrNone {
    border: 0px;
}

.schdule-grid {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    gap: 10px;
}

.schdule-single-item h5 {
    color: #fff;
    padding: 6px 14px;
    margin-bottom: 10px;
    font-size: 18px;
}

.modal-txt .schdule-single-item li {
    list-style: none;
    color: #111111;
    display: block;
}

.schdule-single-item ul {
    margin: 0;
    padding: 0;
}

.documents-item h4 {
    color: #103D80;
    margin-bottom: 10px;
}

.documents-item {
    background: #D9E9FB;
    padding: 20px 30px;
    margin-top: 20px;
}

.documents-pagination li {
    display: inline-block;
    padding: 0px 14px;
    border-right: 2px solid #000;
    line-height: 16px;
    padding-left: 8px;
}

.documents-pagination li a {
    color: #B86506;
    text-decoration: underline;
    font-size: 18px;
    font-family: 'SegoeUI-Semibold';
}

.documents-pagination li:first-child {
    padding-left: 0;
}

.documents-pagination li:last-child {
    padding-right: 0px;
    border: none;
}

.documents-grid {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 30px;
}

.documents-link a {
    color: #B86506;
    text-decoration: underline;
    font-family: 'SegoeUI-Semibold';
    padding-left: 22px;
}

.documents-link li {
    display: flex;
    position: relative;
    margin: 8px 0px;
}

.documents-link li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: #DBA43A;
}

.careers {
    position: relative;
    z-index: 1;
}

.careers:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 34%;
    content: "";
    background: url(assets/img/careers-img2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.documents-item.business h4 a {
    color: #103D80;
}

.documents-item.business h5 {
    margin-bottom: 0;
    color: #103D80;
    font-size: 18px;
}

.documents-item.business ul li {
    color: #B86506;
}

.grid-item4 {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    gap: 20px;
}

.grid-item4 a i {
    position: absolute;
    left: -25px;
    top: 7px;
}

.grid-item4 a {
    position: relative;
}

.grid-item4 .pdf-link {
    padding-left: 25px;
}

.grid3-single h6 {
    margin-bottom: 0;
    color: #B86506;
}

.grid3-item {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
}

.grid3-single .pdf-link a i {
    margin-right: 10px;
}

.economic-subnav ul li {
    display: inline-block;
}

.economic-subnav ul li a {
    display: block;
    color: #B86506;
    font-family: 'SegoeUI-Bold';
    padding: 0px 15px;
    border-right: 1px dotted #000;
}

.economic-subnav ul li:last-child a {
    border: none;
}

.economic-subnav ul {
    border-bottom: 3px solid #E2B400;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.economic-subnav h5 {
    margin-bottom: 5px;
}

.bgColumnBlue {
    padding: 30px;
    background: #D9E9FB;
    height: 100%;
}

.single-sec-bdr {
    border-bottom: 1px dotted #111111;
    margin-bottom: 25px;
}

.single-sec-bdr:last-child {
    border: none;
    margin: 0;
}

.bgColumnPink {
    background: #FCEDCE;
    padding: 30px;
    height: 100%;
}

.bdrTop {
    border-top: 1px dotted #111;
    margin-top: 40px;
    padding-top: 15px;
    margin-bottom: 30px;
}

.sites-single-img {
    margin: 20px 0px;
}

.side-map-bg {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-top: 15px;
}

.side-map-bg:after {
    position: absolute;
    right: 0;
    height: 100%;
    width: 700px;
    content: "";
    background: url(assets/img/sites-map-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.side-map-bg img {
    padding: 30px;
    padding-top: 50px;
}

.select-buton {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.select-buton input {
    transform: scale(1.3);
}

.contact-form-script {
    border-top: 1px dotted #111111;
    margin-top: 20px;
    padding-top: 15px;
}

.column-bg-green .signUpEmail {
    margin-left: 0;
    max-width: 220px;
    text-align: center;
}

.contact-map {
    position: relative;
    z-index: 1;
}

.contact-map:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2300px;
    content: "";
    z-index: -1;
    background: #f8f9fb;
}

.utilities-informtaion li {
    list-style: disc;
    margin-left: 20px;
}

.grid2 {
    display: grid;
    grid-template-columns: 6fr 6fr;
    margin-bottom: 10px;
    gap: 10px;
}

.grid2 li {
    list-style: disc;
    margin-left: 20px;
}

.utilities .signUpEmail {
    max-width: 250px;
    text-align: center;
    margin-left: 0;
}

.utilities,
.visit {
    position: relative;
    z-index: 1;
}

.utilities:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 22%;
    content: "";
    background: url(assets/img/utility-img2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.visit:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 22%;
    content: "";
    background: url(assets/img/visit-img3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.space_ li {
    padding: 8px 0px;
}

.space-top {
    margin-top: 30px;
}

.popup-grid {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 20px;
    margin-top: 35px;
}

.modal-txt .popup-grid h5 {
    margin-top: 0;
}

.check-single {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.utility-checkbox {
    margin: 15px 0px;
}

.check-single img {
    height: 25px;
    margin-top: 10px;
}

.vist-left-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 20px;
    margin-bottom: 30px;
}

.visit-txt h5 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
}

.visit-txt p {
    line-height: 23px;
    margin-bottom: 0;
    font-size: 15px;
}

.visit-txt strong {
    line-height: 22px;
    font-size: 15px;
    display: block;
}

.visit-img {
    margin-bottom: 15px;
}

.visit-txt {
    margin-bottom: 20px;
}

.outdoor-grid {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 20px;
}

.outdoor-bg {
    background: #D9E9FB;
}

.outdoor-txt-right {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.outdoor-txt {
    background: #EDF5FF;
    padding: 20px;
    margin-bottom: 15px;
}

.incentive-txt {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 30px;
}

.incentive-txt li {
    color: #103D80;
}

.content-bdr {
    border-top: 1px dotted #707070;
    padding-top: 20px;
    margin-top: 25px;
}

.graphics-sectio {
    border-top: 3px solid#E2B400;
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-graphics h4 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    color: #103D80;
    border-bottom: 2px solid #103D80;
    padding-bottom: 10px;
}

.single-graphics h4 img {
    height: 55px;
}

.graphics-grid {
    display: grid;
    grid-template-columns: 8fr 6fr;
    border-bottom: 1px solid #707070;
    gap: 20px;
}

.graphics-right {
    background: #FFF7D5;
    text-align: center;
    color: #103D80;
    font-family: 'SegoeUI-Semibold';
    padding: 10px 5px;
    line-height: 21px;
}

.graphics-left p {
    color: #B86506;
    font-family: 'SegoeUI-Semibold';
    margin-bottom: 0;
}

.graphics-left span {
    line-height: 17px;
    display: block;
    font-size: 15px;
}

.graphics-left {
    padding: 8px 0px;
}

.graphics-grid.pGrid {
    display: block;
}

.graphics-grid.pGrid p {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: 2fr 10fr;
}

.graphics-grid.pGrid p img {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding: 10px;
}

.graphics-grid:last-child {
    border: none;
}

.outdoor-grid.grid3 {
    grid-template-columns: 4fr 4fr 4fr;
    padding: 0px 30px;
}

.outdoor-grid.grid3 .outdoor-txt {
    margin: 0;
}

.outdoor-grid.grid3 .outdoor-txt-right {
    align-items: baseline;
    padding-right: 0;
}

.learnMore .outdoor-bg {
    padding: 40px 0px;
}

.learnMore .outdoor-bg .section-title {
    margin-bottom: 35px;
}

.outdoor-grid.grid3 .outdoor-txt {
    min-height: 270px;
}

.resource-link li a {
    color: #B86506;
    font-family: 'SegoeUI-Bold';
    padding: 5px 0px;
    display: block;
    text-decoration: underline;
}

.resource-grid {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.resource-link li {
    margin-left: 20px;
}

.resource-area .section-title h4 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    font-size: 28px;
    font-family: 'SegoeUI-Semibold';
}

.resource-area .section-title h4 img {
    height: 30px;
}

.resource-area {
    padding: 50px 0px;
}

.popup-menu-item ul {
    column-count: 3;
}

.visit-menu .popup-menu-item ul {
    column-count: 2;
}

.header-top-nav li a:hover {
    color: #fff;
}

.map-right-single img {
    width: 251px;
    height: 290px;
    object-fit: scale-down;
    overflow: hidden;
}

.documents-item:nth-child(even) {
    background: #FCEDCE;
}

.top-banner {
    display: none;
    text-align: center;
    color: #fff;
    background-color: red;
    position: relative;
    z-index: 10;

}

.top-banner p {
    font-size: 24px;
    padding: 5px;
}


@keyframes moveLeft {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  .top-banner {
    overflow: hidden;
  }

  .top-banner p {
    animation: moveLeft 30s linear infinite;
    white-space: nowrap;
  }

