﻿/*** default system visitor variables  6***/
:root {

    --one: #34506A;
    --onedark: #172f46;

  --color-primary: #294661;
  --color-primary-inverse: #ffffff;

  --color-dark: #16353c;

  --color-action: #34506A;
  --color-action-inverse: #ffffff;
  --color-action-hover: #0f599f;

  --color-accent-inverse: #ffffff;
  --color-accent: #34506A;
  --color-accent-hover: #0f599f;

  --color-accent-light:#cccccc;
  --color-accent-light-inverse: #000000;

  --color-three: #676767;
  --color-three-inverse: #ffffff;
  --color-grey: #cccccc;
  --color-testing: #000;

  --color-rec: #34506A;
  --color-rec-inverse: #ffffff;
  --color-rec-hover: #0f599f;

  --color-account: #565656;
  --color-account-inverse: #fff;

}

/*** visitor system css ****/

nav[aria-label="Breadcrumb"] ol {
  list-style: none;
  display: flex;
flex-wrap: wrap;
}

nav[aria-label="Breadcrumb"] li + li::before {
  content: "»";
  margin: 0 0.5em;
  color: #888;
}

.MeetingDocuments a .material-icons, #showingagendagrid a .material-icons {color: #003057;}
.card.galleryCard.shadow.m-1.p-4 {  height: 100%;}


.department_social a {  color: #333; font-size: 40px;}


.switch-field input:checked + label {
    background-color: var(--color-action)!important;
    color: #fff;
}




.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

    .feature-heading{min-height:1px;}
.newsItem h2 { font-size: 1.3rem; text-decoration: none; line-height: 1.5;}

.SecondContentSection li {
  margin-bottom: 1rem;
}

table{max-width:100%!important;}


/*******311*********/
.RequestBtn{height:100%;}
.RequestBtn:hover a {color: var(--color-action);}

.RequestBtn:hover {
  background: var(--color-action);
  color: var(--color-action-inverse);
}
.RequestBtn:hover a {
  color: var(--color-action-inverse) !important;
}
.RequestNavBar .material-icons{
font-size:2rem;
}




/***********CARDS*************/

.card h2 a {
  color: var(--color-dark);
}

.news_item h3 a {
color: var(--color-dark);
  font-size: 1.3rem;
  text-decoration: none;
}
.news_item h3 a:hover, .news_item h3 a:focus{
  text-decoration: underline;
}

.slidepanel-wrap
{max-width: 100%;}

.form-control {
    max-width: 100%;
}

.nobtn {
  background-color: transparent;
  border: 0px;
}

/*******VISITOR DASH*********/
.MainLogo img{ 
  max-height: 180px;
}

.ratio img {
  object-fit: cover;
  max-height: 100%;
}

/*********Basic Agenda**********/
.agenda_item_line .meetDate {
  background: var(--color-dark);;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  display: block;
  float: left;
  width: 100px;
  margin: 0 10px;
  padding: 10px 5px;
}

.agenda_item_line .agendadate {
  font-size: 35px;
}
.agenda_item_line  .itemFiles {
  flex: 1;
  padding: 10px;
}
.agenda_item_line .agendaTitle {
  padding-bottom: 10px;
}



body {
   
    line-height: 1.5;
    text-decoration-skip-ink: none;
     background-color: #fff;

}


@media (min-width:992px) {
    .SecondNav {
        width: 280px;
    }
    .staff_phone a {
        text-decoration: none;
        color: inherit;
    }
}
.col-xl-4 .StaffCard{
max-width: 250px;
  margin: auto !important;
}



img {
    max-width: 100%;
}

.material-icons, .material-icons-outlined {
    vertical-align: bottom;
}

.mainRow {
    padding-top: 0px;
    padding-bottom: 3px;
    background-color: #FFFFFF;
    position: relative;
    top: 0px;
    min-height: 650px;
}

.visitor_top_window {
    height: 150px;
    background-size: auto;
}

.page-title-top {
    background: #fff;
   
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;

}



.bread-crumb-container {
    padding-bottom: 1rem;
    padding-top: 1rem;
    background-color: #fff;
}
.bread-crumb-container a {
    color: #676767;
}

    /* SKIP */
    .skipnav {
    text-align: left;
    background: #fff;
    position: absolute;
    z-index: 10000;
}

.skipnav a {
    position: absolute;
    left: -10000px;
    top: -40px;
    width: 1px;
    height: 1px;
    overflow: hid
den;
    color: #0068d6;
}

.skipnav a {
    position: absolute; 
    left: -10000px;
    top: -40px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: #0068d6;
}

.skipnav a:focus, .skipnav a:active {
    position: static;
    left: 0;
    width: auto;
    height: auto;
    overflow: visible;
    text-decoration: underline;
    padding: .5rem;
    background: #fff;
}
.hover-shadow:hover {
    box-shadow: rgba(0,0,0,.3) 0px 0px 10px 10px!important;
}







/* BUTTONS */
.btn-primary {
    background-color: var(--one) !important;
    border-color: var(--one) !important;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.btn-one {
    background-color: var(--one);
    color: #fff;
    padding: 9px 20px;
}

.btn-one:hover, .btn-one:focus {
    background-color: var(--onedark);
    color: #fff;
    padding: 9px 20px;
}


.SiteButton {
    background: var(--color-action);
    padding: 0px;
    margin: auto;
    color: #fff;
    padding: 20px 40px 20px 40px;
    width: 100%;
    max-width: 450px;
    display: block;
    text-align: center;
    margin: auto;
text-decoration:none;
}

    .SiteButton:hover {
        background: var(--color-action-hover);
  color: #fff;
            }


/** Images */

.image32 {
    display: block;
    width: 100%;
    position: relative;
    padding: 66.66% 0 0 0;
    overflow: hidden;
}

.image32 img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}

.image121 {
    display: block;
    width: 100%;
    position: relative;
    padding: 100% 0 0 0;
    overflow: hidden;
}

    .image121 img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        object-fit: cover;
    }


/* One Visitor Info */
.stickyvisitor {
    font-size: 4px;
    padding-left: 4px;
}

.stickyvisitor {
    margin-top: 0;
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 1500;
    text-align: left;
    box-sizing: border-box;
    height: 50px;
    padding-left: 15px;
    background: #07406a;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 1rem !important;
}



.stickyvisitor .material-icons {
    color: #fff;
    padding-right: 20px;
}

@media (min-width:992px) {
    .stickyvisitor {
        margin-top: 0;
        position: fixed;
        left: 0;
        bottom: 80px;
        width: 50px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        text-align: center;
        box-sizing: border-box;
        padding: 0px 10px 10px 10px;
        height: auto;
    }

        .stickyvisitor .material-icons {
            padding-right: 5px;
        }

    #sportscartcount, #facilitycartcount {
        left: 15px;
    }

.visitor_top_window {
    height: 350px;
}
}



/*** Loading Content*/
.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2S linear infinite; /* Safari */
    animation: spin 2S linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0Deg);
    }

    100% {
        -webkit-transform: rotate(360Deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0Deg);
    }

    100% {
        transform: rotate(360Deg);
    }
}

.showmoreresults {
    color: #FFFFFF;
    font-weight: bold;
    background-color: var(--one);
    cursor: pointer;
}



/* subscribe */
.StickySubscribe {
    position: fixed;
    bottom: 5%;
    right: 0;
    color: #fff;
 background:  var( --color-action);
    padding: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  writing-mode: vertical-rl;
    padding-bottom: 15px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    letter-spacing: 2px;
    z-index: 100;
}

.StickySubscribe a {
 
   color: #fff;
    text-decoration: none;
}

.StickySubscribe:hover {
 background:  var( --color-action-hover);
}

/* admin stuff */

.dashboardcontrols {
    position: fixed;
    left: 0;
    bottom: 200px;
z-index:1000;
}

.dashboardcontrols .material-icons, .dashboardcontrols .material-icons-outlined  {
  color: rgba(255,255,255,0.5);
}

.dashboardlink, .managerlink, .edititemlink, .accessibilitylink, .addsublink {
    text-align: center;
    background: rgba(0,0,0,.8);
    z-index: 200;
    padding: 10px;

    transition: width 1s;
    margin-bottom: 10px;
   width: 40px;
}

.dashboard-controls-text
{
display: none;
}

.dashboardlink {

    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.managerlink {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.edititemlink {

    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.addsublink{

    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.accessibilitylink  {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}


.dashboardlink a, .managerlink a, .edititemlink a,  .accessibilitylink  a,   .addsublink a {
    color: #fff;
    display: block;
}

.dashboardlink a, .dashboardlink a:hover {
    color: #fff;
    text-decoration: none;
 
}

.dashboardlink:hover, .managerlink:hover, .edititemlink:hover,  .accessibilitylink:hover,  .addsublink:hover {
    background: #07406a;
}


        .managerlink a, .accessibilitylink a, .addsublink a{
            text-decoration:none;
        }



        .edititemlink, .managerlink, .accessibilitylink, .dashboardlink, .addsublink {
            width: 175px;
            left: -140px;
         position:relative;
            text-align: right;
transition: 1s;
        }

        .dashboard-controls-text
        {
            display: inline;
        }


        .edititemlink:hover, .managerlink:hover, .accessibilitylink:hover, .dashboardlink:hover, .addsublink:hover
        {
            left: 0px;
        }

@media (min-width:1740px){ .edititemlink, .managerlink, .accessibilitylink, .dashboardlink, .addsublink {
                   left: 0px;
                   }}


.modal-header, .modal-body
{
background-color: var(--color-accent);
}


@media (min-width: 992px) {
  .searchingBox {
    width: 100%;
  }
}
.searchingBox {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 20px;
  height: 52px;
  background-color: #ffffff;
  padding-top: 6px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 30px;
}

.topSearch
{
text-align: right;
padding-right: 20px;
}

.topSearch .material-icons 
{
color: #fff;

}

.searchGo {
  position: absolute;
  right: 15px;
  top: 10px;
}


.searchText {
  border: 0px;
  font-size: 1rem;
  padding-left: 10px;
  width: 100%;
  padding-top: 6px;
}





/* module search box*/

#panSearch .btn {
  width: 100%;
}

.search_panel{
max-width: 1000px;
margin-left: auto;
margin-right: auto;
padding: 1rem;
border: 1px solid #ccc;
margin-bottom: 3rem;
background: #f5f5f5;
}

/* item formatting */

.related_document_list ul li {
  padding: .3rem;
}

.news_card{position:relative; height:100%;}
.newsItem .card {
    position: relative;
    height: 100%;
}
.PageNews:hover {
    box-shadow: 0px 0px 15px rgba(0,0,0,.4)!important;
}
.PageNews {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.items_show_more {
}

.content_block_header {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.item_box {
}

.item_title{
    font-weight: bold;
}

.item_date {
    font-style: italic;
    padding-top:1rem;
    padding-bottom:1rem;
}

.itemDate {
    font-style: italic;
    color: #777;
}

.item_line {

}

.item_heading_h2 {
    border: solid 1px #ccc;
    font-size: 120%;
}

.item_documents {

}

.item_document_summary{

}

.item_summary {
}

.item_description{

}

.view_item_not_public
{
    background-color: yellow;
}

/* Calendar Page for Mobile*/
@media (max-width:600px){
#calView .calDayHeader{display:none;}
#calView tr{display:block; width:100%;}
#calView td{display:block; width:100%!important; height: auto !important;}
#calView .calNextPrev {text-align: center;}
 .calOtherMonth{display:none!important;}

}
/* Calendar Grid*/
.calTitleStyle {  font-size: 1.7rem;}

.calView tr:first-child td {
  background-color: #fff !important;
border:0px!important;
}

.calDayHeader {
  background: #6c757d;
  color: #ffffff;
  border: 1px solid #6c757d;
  text-align: center;
}

.calView td{border: 1px solid #dee2e6;}

.calNextPrev{font-size:1rem; vertical-align: bottom;}

.calDayNum {
  color: #444444;
  font-size: 1.6rem;
}
.calDay {
  text-align: le
ft;
  vertical-align: top;
}
.calToday {  text-align: left;
  vertical-align: top;
  background: #f1f5f7;}


/* Calendar Details  */
.CalendarEventItem .material-icons {
    color: #4e5153;
}
.DateTimeBox {
    display: flex;
    margin-bottom: 1rem;
}
.cardDateBoxBox {
 
    width: 95px;
    float: left;
}

.cardDateBox {
    text-align: center;
    width: 85px;
    float: left;
    margin-right: 10px;
}



.cardDateDate {
    font-weight: 600;
font-size: 2.2rem;
  line-height: 1;
}

.cardDateDay {
}

.CalendarName, .CalendarContact {
    font-weight: bold;
}
    .CalendarContact div{margin-left:40px;}
    /* Agenda */
    .agenda_cat {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0;
        right: 0px;
        text-align: center;
    }

.agenda_cat h2 {
    background: rgba(5,40,69,.9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    padding: 8px;
    color: #fff;
}



.agenda_link a {
margin-right: 20px;
}

.bookmarks {
    max-height: 30vh;
    overflow-y: scroll;
}

@media all and (max-width: 992px) {
    .agenda_title {
        width: 100%;
    }
}


/*** sports and facilities */

#sportscartcount, #facilitycartcount {
    left: -15px;
    position: relative;
}

.btn-checkout {
    background: #00738c;
    color: #ffffff;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.btn-checkout:hover, .btn-checkout:focus {
    background: #075769;
    color: #ffffff;
}

.CheckoutAlert {
    color: #00738c;
    border: 1px solid #00738c;
    border-left: 6px solid #00738c;
    font-weight: 600;
    border-radius: 5px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.CheckoutAlert .material-icons {
    color: #00738c;
}

.bg-one {
    background-color: var(--color-accent);
    color: #fff;
}

.bg-checkout {
    background: #00738c;
    color: #ffffff;
}

.bg-checkout:hover {
    background: #075769;
    color: #ffffff;
}

.RegistrationBanner {
background: var(--color-rec);
  color: var(--color-rec-inverse);
    text-align: center;
    padding: .75rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.IntroCategory {
    position: relative;
}

    .introcards h3 a, .IntroCategory h2 a {
        color: var(color-dark)!important;
    }
.introcards .card {
    height: 100%
}

    .introcards .card:hover {
        box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
    }



.IntroCategory {
    height: 100%;
  
    text-align: center;
    position: relative;
}



.form-control {
    height: auto;
}
/*** side panels ***/


#closeslidepanel, #closeslidepanel-left, .closeslidepanel-content {
    cursor: pointer;
}

#slideframe {
    min-height: 500px !important;
}

.slidepanel-wrap {
    position: fixed;
    top: 0px;
    bottom: 0;
    right: 0px;
    width: 30em;
    transform: translateX(100%);
    transition: .3s ease-out;
    border-left: solid 2px #CCCCCC;
    background-color: #FFFF;
    z-index: 10000;
    overflow-y: hidden;
    box-shadow: 0px 0px 15px rgba(0,0,0,.4);
}

.slidepanel {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    color: #000000;
    overflow: auto;
    padding: 1em;
}


.mobile-menu-wrap-left {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    width: 30em;
    max-width: 85%;
    transform: translateX(-100%);
    transition: .3s ease-out;
    background-color: #FFFF;
    z-index: 10000;
   
    box-shadow: 0px 0px 15px rgba(0,0,0,.4);
    
}


.slidepanel-wrap-content {
    position: fixed;
    top: 65px;
    bottom: 0;
    right: 0px;
    width: 30em;
    transform: translateX(100%);
    transition: .3s ease-out;
    border-left: solid 2px #CCCCCC;
    background-color: #FFFF;
    z-index: 10000;
    overflow-y: hidden;
    box-shadow: 0px 0px 15px rgba(0,0,0,.4);
}

.slidepanel-content {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    backgr
ound: #FFFFFF;
    color: #000000;
    overflow: auto;
    padding: 1em;
}


/***  Visitor Dashboard ***/


.app, .app a {
    color: var(--color-dark);
    text-align: center;
}

.app {
    margin-left: 5px;
    margin-right: 5px;
    height: 175px;
    width: 150px;
    color: #fff;
    text-align: center;
    padding: 20px 5px;
    margin-bottom: 10px;
    position: relative;
}

.activeapp {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border-top: 6px solid var(--color-accent-light);
}

    .activeapp:hover {
        border-top: 6px solid var(--color-action);
        background: #fff;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    }

        .activeapp:hover .material-icons {
            color: var(--color-action);
        }

.app .material-icons {
    font-size: 5rem;
    color: var(--color-accent);
}

.inactiveapp {
    background: #545454;
}


/***  Side Menu ***/

@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}

.note {
    color: #ccc;
    margin: 50px 25px 75px;
}

    .note em {
        font-weight: bold;
        font-style: normal;
        color: #fff;
    }


/***** Side Menu *****/

.sidebar #leftside-navigation ul {
    margin: 0;
    padding: 0;
}




.sidebar #leftside-navigation ul li {
   min-height: 51px;
}

    .sidebar #leftside-navigation ul li {
        display: block;
        width: 100%;
        vertical-align: middle;
        list-style-type: none;
        border-bottom: 1px solid rgb(203, 203, 206);
    }

        .sidebar #leftside-navigation ul li.open &gt; a &gt; i {
            transform: rotate(90deg);
        }

            .sidebar #leftside-navigation ul li.open &gt; a &gt; i:not(:hover) {
                color: #254b59;
            }
.sidebar a{color: var(--color-dark);}

        .sidebar #leftside-navigation ul li a {
            position: relative;
            display: block;
            text-decoration: none;
            width: 100%;
            padding: 14px 35px 14px 25px;
            box-sizing: border-box;
            line-height: 1.5;
            outline: 0;
            
        }

     

            .sidebar #leftside-navigation ul li a:hover, .sidebar #leftside-navigation ul li a:focus {
                     background: var(--color-dark);
                     color:#fff;
            }

            .sidebar #leftside-navigation ul li a span {
                display: inline-block;
            }

            .sidebar #leftside-navigation ul li a i {
                top: 0;
                right: 0;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                display: block;
                position: absolute;
                touch-action: manipulation;
            }
.side-menu-selected {
  background: var(--color-accent);
color: var(--color-accent-inverse);}
.side-menu-selected a {
  color: #fff;
}
                .sidebar #leftside-navigation ul li a i:hover {
                    background-color: rgba(0,0,0,0.2);
                    color: #fff;
                }

                .sidebar #leftside-navigation ul li a i .fa-angle-left,
                .sidebar #leftside-navigation ul li a i .fa-angle-right {
      
              padding-top: 3px;
                }

    .sidebar #leftside-navigation ul ul {
        display: none;
        background-color: rgba(0, 0, 0, 0.05);
    }

 
/***** Mobile Menu *****/




        #mobile-menu-content
        {
            background-color:#fff;
            box-shadow: 0px 0px 15px rgba(0,0,0,.4);
        }

#mobile-menu-navigation a
{
  display: block;
  width: 100%;
  vertical-align: middle;
  list-style-type: none;
  border-bottom: 1px solid rgb(203, 203, 206);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0px;
  padding-left: 15px;
  text-decoration: none;
}

#mobile-menu-navigation a:hover
{
  background: var(--color-dark);
  color:#fff;
}

.sidebar #mobile-menu-navigation ul {
    margin: 0;
    padding: 0;
}

.sidebar #mobile-menu-navigation ul li {
   min-height: 51px;
}

    .sidebar #mobile-menu-navigation ul li {
        display: block;
        width: 100%;
        vertical-align: middle;
        list-style-type: none;
        border-bottom: 1px solid rgb(203, 203, 206);
    }

        .sidebar #mobile-menu-navigation ul li.open &gt; a &gt; i {
            transform: rotate(90deg);
        }

            .sidebar #mobile-menu-navigation ul li.open &gt; a &gt; i:not(:hover) {
                color: #254b59;
            }

        .sidebar #mobile-menu-navigation ul li a {
            position: relative;
            display: block;
            text-decoration: none;
            width: 100%;
            padding: 14px 60px 14px 25px;
            box-sizing: border-box;
            font-size: 16px;
            line-height: 22px;
            outline: 0;
        }

     

            .sidebar #mobile-menu-navigation ul li a:hover, .sidebar #mobile-menu-navigation ul li a:focus {
                     background: var(--color-dark);
                     color:#fff;
            }

            .sidebar #mobile-menu-navigation ul li a span {
                display: inline-block;
            }

            .sidebar #mobile-menu-navigation ul li a i {
                top: 0;
                right: 0;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                display: block;
                position: absolute;
                touch-action: manipulation;
            }
.side-menu-selected {
  background: var(--color-accent);}
.side-menu-selected a {
  color: #fff;
}
                .sidebar #mobile-menu-navigation ul li a i:hover {
                    background-color: rgba(0,0,0,0.2);
                    color: #fff;
                }

          .sidebar #mobile-menu-navigation ul li a span:hover {
                    background-color: rgba(0,0,0,0.2);
                    color: #fff;
                }

                .sidebar #mobile-menu-navigation ul li a i .fa-angle-left,
                .sidebar #mobile-menu-navigation ul li a i .fa-angle-right {
                    padding-top: 3px;
                }

    .sidebar #mobile-menu-navigation ul ul {
        display: none;
        background-color: rgba(0, 0, 0, 0.05);
    }



/** TOP Big and Single Menu **/

.catMenu, .catmenusingle {
    display: block;
    font-size: 1.3rem;
    min-height: 50px;
    padding-top: 10px;
    color: #fff;
    overflow: hidden;
    float: left;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}


.catMenu:hover, .catMenu:focus, .catmenusingle:hover, .catmenusingle:focus {
    text-decoration: none;
    color: #fff;
    background: #0e2c37;
}

/**  Top Menu Big **/


.mega-menu-holder {
    position: absolute;
    left: 0;
    right: 0;
}

.mega-menu-container {
    display:none;
    position: relative;
    margin: auto;
    max-width: 1000px;
    background: #fff;
    z-index: 1205;
    padding: 1rem;
    border: 1px solid #ccc;
} 


.menuthreecolumns {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-c
ount: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.menuthreecolumns ul {
    list-style-type: none;
}

.menuthreecolumns a {
    text-decoration: none;
    color: #212529;
}

.menuthreecolumns li {
    margin-bottom: .8rem;
}

 .parent ul {
    padding-top: .8rem;
}
    .parent, .parent ul {
        break-inside: avoid;
    }

.menuthreecolumns a:hover {
    text-decoration: underline;
}


/****  TOP MENU SINGLE*/


.level1, .level2, .level3, .level4, .level5, .level6, .level7, .level8 {
    display: none;
    width: 240px;
    position: absolute;
}

.levelSub {
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    color: #ffffff;
}

.menuItem {
    display: block;
    z-index: 10001;
    font-family: Arial;
    padding-left: 8px;
    margin: 0px;
    font-size: 100%;
    white-space: normal;
    background-color: #fff;
    color: #555;
    border-bottom: solid 1px #ccc;
    min-height: 40px;
    padding-top: 5px;
    width: 240px;
    overflow: visible;
    text-decoration:none;
}

.menuItem:hover {
    background-color: #555;
    color:#fff;
}


.menuChild {
    background-image: url(https://files.municipalone.com/assets/right2.gif);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}


/*****  Buttons *****/

@media (min-width: 992px) {
    .page-icon {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.page-button-box {
    margin-bottom: 20px;
}

.page-icon {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.125);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
position:relative;
}

.page-icon .material-icons {
    color: var(--color-action) !important;
    font-size: 65px;
    padding-bottom: 10px;
}

.page-icon:hover .material-icons {
    color: #fff !important;
}

    .page-icon:hover  a {
        color: #fff !important;
    }

    .page-icon:hover {
        background: var(--color-action);
    }


.page-b-text a {
    color: #254B59;
    padding-bottom: 10px;
}

.all-icons {
    padding-top: 15px;
    padding-bottom: 10px;
}






/****  Mobile Menu ****/

.mobile-menu-icon {
    display: block;
    height: 40px;
    width: 35px;
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
    top: 0px;
    padding: 6px;
    color: #fff;
    border-radius: 5px;
    z-index: 1000;
    cursor: pointer;
}

.mobile-close-menu
{
    background-color: #333;
    color: #fff;
    padding:15px;
    cursor: pointer;
}

@media (min-width:992px) {
    .mobile-menu-icon {
        display:none;
    }
    
}

@media (max-width:991px) {
    .mainMenu {
        display:none;
    }
    
}


.mobile-menu-item, .mobile-menu-item-parent, .mobile-menu-item-back {
    background-color: #fff;
    color:#555;
    display: block;
    height: 55px;
    padding-top: 10px;
    padding-left: 15px;
    width: 100%;
    position: relative;
    text-decoration: none;
}

    .mobile-menu-item:hover {
        background-color: #333;
        color: #fff;
    }


.mobile-menu-item-parent {
    background-color: #111;
    color: #fff;
}

.mobile-menu-item-back {
    background-color: #000;
    color: #fff;
}


.mobile-menu-item-parent:hover, .mobile-menu-item-back:hover{
    background-color: #333;
    color: #fff;
}

.mobile-menu-item .material-icons {
    font-size: 17px;
    vertical-align: middle;
    margin-right: 0px;
    display: block;
    height: 55px;
    vertical-align: middle;
    padding-top: 15px;
    padding-left: 20px;
    color:#555;
}

    .mobile-menu-item .material-icons:hover {
        background-color: #777;
        color: #fff;
    }


.mobile-menu-item object {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
}

.mobile-menu-item object a:hover {
    text-decoration: none;
}

.mobile-menu-item a {
    text-decoration: none;
}





/* Bootstrap Override*/
.accordion-button:not(.c
ollapsed) {
    color:#555;
    background-color: #efefef;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 .25rem rgba(0,0,0,.25);
}

.text-right {
    text-align: right;
}
.ratio-3x2 {
    --bs-aspect-ratio: 66.66%;
}

.badge {
    padding: .25em .4em !important;
}

.text-right {
    text-align: right;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.form-group {
    margin-bottom: 1rem;
}

.font-bold {
    font-weight: 600;
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-control.error {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(https://files.municipalone.com/assets/tinyerror.png);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.error {
   border-color: #dc3545;
    padding-right: 4.125rem;
    background-image: url(https://files.municipalone.com/assets/tinyerror.png);
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-check-input.error {
    border-color: #dc3545;
}

    .form-check-input.error ~ .form-check-label {
        color: #dc3545;
    }

.NameHover:hover, .NameHover:focus {
    background: #00738c;
    color: #ffffff;
}

.form-control {
    webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.list-group-item + .list-group-item {
    border-top-width: 1px;
}

.alert {color: #000 !important;   border-left: 10px solid;}
.alert-warning { border-color: #ffecb5 !important;}
.alert-primary {border-color: #b6d4fe!important;}
.alert-secondary {  border-color: #d3d6d8!important;}
.alert-success {  border-color: #badbcc!important;}
.alert-danger {  border-color: #e18f97!important;}
.alert-info {  border-color: #b6effb!important;}
.alert-light {  border-color: #fdfdfe!important;}
.alert-dark {  border-color: #bcbebf!important;}
.alert-danger a { color: #0b1860;}

@media (min-width:768px) { .twoColumns, .threeColumns { -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }}
 @media (min-width:1200px) { .threeColumns { -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } }







.BreadCrumbs a {
    color: #656565 !important;
    text-decoration: underline;
}
.error {
    color: rgb(191, 34, 60);
}
.req {
color: #c10101;
}
input[type=checkbox] {
    margin-right: 8px !important;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

.MaxVideo {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.social a {
  font-size: 40px;
  margin-right: 6px;
}


/*******Table********/
table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}

table td, table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}



  /**************Responsive Stack Table************************/

  tbody th{font-weight:normal;}

.table-responsive-stack {
    outline: 0px solid #ccc;
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

    .table-responsive-stack td, .table-responsive-stack th {
        padding: .75rem;
        vertical-align: top;
        border-top: 0px solid #dee2e6;
    }
        .table-responsive-stack .table-responsive-stack-thead {
    font-weight: bold;
}


@media screen and (max-width: 767px) {
    .table-responsive-stack tr {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            border-bottom: 3px solid #ccc;
            di
splay: block;
        }
        /*  IE9 FIX   */
        .table-responsive-stack td {
            float: left\9;
            width: 100%;
            display:block;
        }

    }
@media (min-width:768px) {
    .table-responsive-stack-thead {
        display: none!important;
    }

}
@media (max-width:767px) {
    .table-responsive-stack thead {
        display: none !important;
        
    }
    .table-responsive-stack tbody th {
        text-align: center;
        display: block;
        color: #fff;
        background-color: #212529;
    }
}








/****  List ******/

.listitemheader {
    font-weight: bold;
    font-size: 1.3rem;
}

.listitem {
    cursor: pointer;
}

    .listitem:hover {
        cursor: pointer;
        color: #ffffff;
 background-color: var(--color-dark);
        text-decoration: none;
    }


.line_item:hover, .line_item:hover a {
    background-color: var(--onedark);
    cursor: pointer;
    color: #FFFFFF;
}


.InstructionBox {
  color: #41464b;
  background-color: #efefef;
  border-color: #d3d6d8;
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
}




.WarningAlert {
    color: #565757;
    border: 1px solid #7d1212;
    border-left: 12px solid #7d1212;
    font-weight: 600;
    border-radius: 5px;
    padding: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    width: 90%;
    max-width: 900px;
}

    .WarningAlert .material-icons {
        color: #7d1212;
        vertical-align: middle;
        font-size: 50px;
    }

.SecondaryAlert {
    color: #6c757d;
    border: 1px solid #6c757d;
    border-left: 12px solid #6c757d;
    font-weight: 600;
    border-radius: 5px;
    padding: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    width: 90%;
    max-width: 900px;
}

    .SecondaryAlert .material-icons {
        color: #6c757d;
        vertical-align: middle;
        font-size: 40px;
    }

.InfoAlert {
    color: #00738c;
    border: 1px solid #00738c;
    border-left: 12px solid #00738c;
    font-weight: 600;
    border-radius: 5px;
    padding: 1.25rem;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 1.5rem;
    width:90%; 
    max-width:900px;
}

    .InfoAlert .material-icons {
        color: #00738c;
        vertical-align: middle;
        font-size: 40px;
    }


.feature-footer{margin-top:1rem;}
.feature-heading{margin-bottom:1rem;}

.caption, .subject {
  font-size: 100% !important;
  font-weight: bold !important;
  font-family: Arial;
  color: var(--one);
  padding-top: 15px;
}


/****** Printable *******/
@media print{
    .mainMenu, .topSearch, footer, .visitor_top_window, .stickyvisitor, .StickySubscribe, .slidepanel-wrap, #headerleftcontainer, .SecondNav {
        display: none;
    }
    .Logo{text-align:left; max-width:150px;}

}
:root {
    --one: #34506A;
    --onedark: #34506A;
}



.account-bar
{
padding-top: 10px;
padding-bottom: 10px;
background-color: #212529;
color: #fff;
text-align: right;
padding-right: 20px;
}


/***  alert banner ***/


.eAlert {
    background-image: linear-gradient(#656565, #454545);
    border-bottom: 2px solid #121212;
    min-height: 50px;
}

.eAlertIn {
    padding: 12px;
    color: #fff;
    min-height: 50px;
    font-size: 1.1em;
}

    .eAlertIn a, eAlertIn:hover a {
        color: #fff !important;
    }


@media (min-width:576px) {

        .eAlertBG {
        max-width: 90%;
        margin: auto;
         background: url(https://files.municipalone.com/assets/alertbg.png) center left no-repeat;
    }
    .eAlertIn {
        padding-left: 150px;
        padding-bottom: 5px;
    }
}

/**** info banner ****/


.iAlert {
    background-image: linear-gradient(#656565, #454545);
    border-bottom: 2px solid #121212;
    min-height: 50px;
}

.iAlertIn {
    padding: 12px;
    color: #fff;
    min-height: 50px;
    font-size: 1rem;
text-align:center;
}

    .iAlertIn a, iAlertIn:hover a {
        color: #fff !important;
    }





/**** notice banner ****/


.nAlert {
    background-image: linear-gradient(#656565, #454545);
    border-bottom: 2px solid #121212;
    min-height: 50px;
}

.nAlertIn {
    padding: 12px;
    color: #fff;
    min-height: 50px;
    font-size: 1.1em;
}



    .nAlertIn a, nAlertIn:hover a {
        color: #fff !important;
    }


@media (min-width:576px) {

        .nAlertBG {
        max-width: 90%;
        margin: auto;
         background: url(https://files.municipalone.com/assets/alertbg.png) center left no-repeat;
    }
    .nAlertIn {
        padding-left: 150px;
        padding-bottom: 5px;
    }
}


/***** BOT  ******/

        iframe#mbot {
  box-shadow: 0 0 5px grey;
  border-radius: 10px;
  border: none !important;
  z-index: 2147483000;
  position: fixed;
  bottom: 10vh;
  right: 20px;
  max-width:90%;
  width: 450px;
  height: calc(100vh - 150px);
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease 0s;
  overflow: hidden;
}

        @media only screen and (min-height: 850px) {
  #mbot {
    height: calc(100vh - 180px) !important;
  }
}
        #divchat .material-icons{font-size:2rem;display:block;}
        #divchat{position: fixed;  bottom: 20px;
  right: 60px;  background-color: #0a3255;  color: #fff;  padding: 10px;  z-index: 10000; text-decoration: none;border-radius: 50%;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  height: 70px;
  width: 70px;}

.mymemberdetails:hover
{
  background: var(--color-action);
  color: var(--color-action-inverse);
}
