body {
    background-image: none;
}

.white-bkgrd {
    background-image: none;
    background-color: #fff;
}

h3 {
    color: #2d4057;
}


a.big-blue {
    color: #5C7B9F;
    font-size: 1.25rem;
}
a.big-blue:hover {left:5px;position:relative;transition:ease-in-out .03s;}

/*
.white-bkgrd .button {
  background-color: #5c789d;
  color: #fff;
  font-size: 1rem;
}
*/
.slider {
    height: auto;
    margin: 0rem;
   
}
 .regular.slider::before {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 100px;
                    bottom: 0;
                    left: 0;
                    background-image: url(images/new-homepage/wave2.png);
                    background-size: cover;
                    background-position: center;
                    z-index: 9999;
                }
.slick-prev {
    left: 17px;
}

.slick-next {
    right: 17px;
}

.slick-prev,
.slick-next {
    z-index: 50;
    width: 40px;
    height: 40px;
    bottom: 5%;
}

.slick-prev::before,
.slick-next::before {
    font-size: 40px;
    opacity: 0.35;
}

.slider {
    background-color: transparent;
}

.slide_caption,
.slide_caption h1,
.slide_caption p,
.slide_caption img {
    display: none;
}

.slick-active .slide_caption,
.slick-active .slide_caption h1,
.slick-active .slide_caption p,
.slick-active .slide_caption p {
    display: flex;
}
.slide_wrap {display:flex; position: relative;}

.slide_caption {
    position: absolute;
    bottom: 0px;
/*    background-image: linear-gradient(to right, rgb(0 0 0 / 64%), transparent);*/
    color: #fff;
    padding: 0px 5%;
    width: 100%;
        min-height: 100%;
    display: flex;
    align-content: center;
    flex-wrap:wrap;
        flex-direction: row;
      -webkit-flex-direction: row;
        align-items: center;
    box-shadow:rgb(0 0 0 / 44%) 0 0 0 1000px inset;

}

.slide_caption_inner {
    width: 60vw;
    max-width: 640px;

}




.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  visibility: hidden; /* Hide until loaded */
}

.slick-slide img.loaded {
  visibility: visible;
   
}



.slide_caption h1 {
    color: #fff;
    font-size: 2.45rem;
        line-height: 1;
    text-shadow: 1px 1px 4px #0000007a;
    padding-bottom:1rem;
}

.slide_caption p {
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.2;
    text-shadow: 1px 1px 20px #000000;
    text-shadow: 1px 1px 4px #0000007a;
    padding-bottom:1rem;
}



/*POPULAR SERVICES*/

.popular-services {
    background: #EDF4FC;
}

.popular-services img {
    max-width: 120px;
}

.popular-services img:hover {
        transform: scale(1.02);
    transition: ease .3s;
}

.popular-services .column-block a {
    color: #2d4057;
    font-size: 1.1em;
    font-weight: 500;
     font-family: "gill-sans-nova", sans-serif;
}

.connect {
    background-image: url(/images/new-homepage/big-red-usa-flag-banner.png);
    padding: 6rem 0em !important;
    background-position: left;
    background-size: cover;
}

/*
.connect {
  position: relative;
  background-image: url('/images/home/coast-guard-bkd.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.connect-overlay {
  width: 100%;
  height: 100%;
  min-height: 465px;
  padding-top: 3rem;
}
.connect .button_panel {
  margin-top: 1.75rem;
}
*/
.govdev {
    /*  background: rgba(78, 66, 53, 0.61);*/
    color: #fff;

    max-width: 50%;
}

.govdev label {
    color: #edeff1;
    font-size: 1.1rem;
}

.meetings-title {
    background-color: #edeff1;
    padding: 1rem;
}

.meetings-title h1 {
    color: #48494a;
}

.meetings {
    /*background-image: url('/images/home/sunset-bkd.jpg');background-repeat: no-repeat;background-position: bottom;height:400px;*/
}

.meetings p {
    padding: 1rem;
    font-size: 1.1rem;
}

.meetings a {
    color: #48494a;
    font-weight: 600;
    font-size: 1.1rem;
}

.online-services {
    background-image: url('/images/home/online-services.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
}

.service-center {
    background-color: rgba(250, 250, 250, 0.85);
    text-align: center;
    padding: 10px 0;
    max-width: 47.5rem;
    margin: 4rem 0;
}

.gallery {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.gallery h4 {
    color: #cb6c3c;
    padding-top: 1rem;
}

/*NEW EVENTS LIST */
.meeting-calendar,
.news-events,
.popular-services {
    padding: 2rem 0rem;
}

.meeting-calendar .row,
.news-events .row,
.popular-services .row {
    padding: 1rem 0rem;
}

.date-box {
    background: #5C7B9F;
    text-align: center;
    padding: 13px 0em;
    height: 100px;
    width: 100px;
    min-width: 100px;
    border-radius: 10px;
    color: white;
}

.month {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
        font-size: .9em;
}

.day {
    font-size: 3rem;
    line-height: 1;
        font-weight: 900;
    font-family: 'DM Sans';

}

.meeting-time,
.meeting-location {
    line-height: 1.1;
    font-size:.8em;
    padding-bottom:.5em;
}




.meeting-location, .meeting-info h3 { 
/*
   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 40px);
*/
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;letter-spacing: 0;}

.meeting-info {  overflow: hidden; }
.meeting-buttons .button.hollow.small {
    font-weight: 600;
}

.meeting-time {
    font-weight: 700;
}



.meeting-info h3 {
    color: #D27D50;
    /*    line-height: 1;*/
    font-size: 1rem;
    line-height:1rem;
    margin: 0;
}

.meeting-info p {
    font-size: .9rem;
}
#dayEventsTable a {
text-decoration: underline;}
#dayEventsTable a:hover {text-decoration: none;}
.meeting-info a.button
{
    padding: .3rem .5rem;
    font-weight: 600;
    color: #2d4057;
    border: 1.5px solid #2d4057;
    font-size: .77em;
        border-radius: 25px;
}


.event-wrap {
    
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    
/*    GRID OPTION*/
/*
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 10px;
*/
/*    FLEXBOX OPTION*/
    
    display:flex;
    
    
    
    
    
}

.meeting-info {
    margin-left: 1em;
    
/*    FLEXBOX OPTION*/
    
    flex-grow: 1;
}

.calendar-quick-links a {
    color: #5c7b9f !important;
    padding: 15px;
    width: 100%;
    display: block;
    margin-bottom: 1em;
    font-size: 1.1rem;
      font-family: "gill-sans-nova", sans-serif;
}

.calendar-quick-links a i {
    padding-right: 5px;
}

.calendar-quick-links a:hover {
    background: #d7e6f6 !important;
    transition: ease .2s;

    border-radius: 10px;
}

.ql-text {
    padding-left: 5px;
}

/* ===== Calendar =====*/
/*NEW CALENDAR STYLES*/
.calendar-col {
    background: #edf4fc;
    padding: 2%;
    border-radius: 20px 0px 0px 20px;
}

.meeting-list-col {
        padding: 1em;
    max-width: 624px;
    margin: auto;
}

table.calendar {
    margin: 0 auto .5rem;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
}

table.calendar,
table.calendar td,
table.calendar th,
#dayEventsTable td,
#dayEventsTable th,
#dayEventsTable {
    border: none;
}

table.calendar tr.weekdays {
     font-family: "gill-sans-nova", sans-serif;
}

#subCalMoLnk {
    float: left;
}

#addCalMoLnk {
    float: right;
}

table.calendar tbody,
table#dayEventsTable,
table.calendar thead {
    background-color: transparent;
}

table.calendar tbody tr,
table#dayEventsTable tbody tr {
    border-bottom: 0;
    border-bottom: none;
    background-color: transparent;
}

table.hover:not(.calendar) tr:nth-of-type(even):hover {
    background-color: #ececec;
}

table.hover:not(#dayEventsTable) tr:nth-of-type(even):hover {
    background-color: #ececec;
}

table.calendar th.changeYear {
    display: none;
}

a#addCalMoLnk,
a#subCalMoLnk {
    padding-right: 2rem;
    padding-left: 2rem;
}

th.changeMonth {
    font-size: 1.5rem;
    padding: .5rem;
    color: #002b4e;
}

a.calendarLink {
    background-color: #e8eef4;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
    width: 50px;
    height: 50px;
    line-height: 2.5;
    display: block;
    margin: 0 auto;
}
table.calendar {
   border-collapse: separate;
    border-spacing: 25px 10px;
    width: auto;
}

table.calendar .calEvent:hover {    cursor: pointer;}
table.calendar td {
    padding: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    margin:5px;
}

td.calEvent {
    background-color: #d7e6f6;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 5px auto;
}



#dayEventsTable th {
    font-size: 1.3rem;
    text-align: left;
    padding: 1.25rem 0 0 0;
    
        background: transparent;
}

#dayEventsTable td {
    padding: 0;
}



table.calendar thead th,

td.changeYear {
    text-align: center;
}

table.calendar thead th,
table.calendar thead {
    background:transparent;
}

#dayEventsTable .info a {
    font-weight: 500;
    background-color: transparent;
    color: #2566AA;
    margin: 0;
    padding: 0;
    border: 0px solid transparent;
    border-radius: 0px;
    text-align: left;
}



/*COUNTY HIGHLIGHTS*/

/*.homepage-highlights .row.expanded {aspect-ratio: 2 / 1;}*/

.homepage-highlights .row,
.homepage-highlights {
    padding: 0;
}

.homepage-highlights .tan-half,
.homepage-highlights .blue-half {
    padding: 18%;
}

.homepage-highlights .columns {
    padding: 0;
}

.homepage-highlights h1 {
    line-height: 1em;
     font-family: "gill-sans-nova", sans-serif;
    font-weight:800;
    padding-bottom: 15px;
}

.homepage-highlights h2 {
    letter-spacing: 1px;
}

.homepage-highlights .tan-half {
    background-image: url(/images/new-homepage/tan-bg.png);
    background-size: cover;
}

.homepage-highlights .blue-half {
    background: #DDEAF9;
}


.highlight-2 .blue-half {
    background-image: url(/images/new-homepage/blue-wave-jkg.png);
    background-size: 67%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.highlight-3-img {}

.highlight-1-img {
    background-image: url(/images/new-homepage/lighthouse-dogs.png);
    background-size: cover;
}

.highlight-2-img {
    background-image: url(/images/new-homepage/ottawa-sands-2.jpg);
    background-size: cover;
}

.highlight-3-img {
    background-image: url(/images/new-homepage/family.jpg);
    background-size: cover;
}

.card p {
    font-size: 1em;
}

a {
    text-decoration: none;
}

@media (min-width: 1024px) {
.meeting-calendar {display: flex;
    justify-content: space-between;}
    .green-divider-heading:after {
        left: 0.5em;
        margin-right: -50%;
        background-color: #c0d0a8;
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: 66vw;
    }

    .news-events .green-divider-heading:after {
        width: 78%;
    }

    h1.border-heading-centered:before {
        margin-right: 1%;
    }

    h1.border-heading-centered:after {
        margin-left: 1%;
    }

    h1.border-heading-centered:before,
    h1.border-heading-centered:after {
        background-color: #c6dbf2;
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: 32vw;

    }
}


@media screen and (min-width: 1650px) {
    
 h1.border-heading-centered:before,
    h1.border-heading-centered:after {
       
        max-width: 26vw!important;

    }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
table.calendar td {
    padding: 0px;
    height: 45px;
    width: 45px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px;
}
    
    td.calEvent {
    background-color: #d7e6f6;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 30px;
    margin: 5px auto;
}
    table.calendar {
        border-spacing: 10px;}
    
    
    .news-events,
    .popular-services
   
    {
        padding: 5% 2%;
    }
    .meeting-calendar {padding:0;background:#edf4fc;}
    .meeting-list-col  {padding:5% 2%;}
    .date-box {
    
    padding: 8px 0em;
    height: 70px;
    width: 70px;
    min-width: 70px;
    border-radius: 5px;
    
}
    .meeting-info h3{
            color: #2d4057;
        font-size:1rem;
    }
    
    .meeting-location, .meeting-info h3 {
    
    max-width: calc(100% - -3px);
    
}
    
    .month {

    font-size: 12px;
}
    .day {
        font-size: 2rem;}
    .meeting-calendar .row,
    .news-events .row,
    .popular-services .row {
        padding: 0rem;
    }

    .around-county {
        background: none;
        background-color: #f2efed;
    }

    .around-county img {
        width: 100%;
    }

    around-county h1 {
        padding-bottom: 0;
    }

    .around-title {
        background-color: #f2efed;
        padding: 0.5rem 0 0;
        margin-bottom: 0.5rem;
    }
     
    .calendar-quick-links a {
            border-bottom: 1.5px solid #5c7b9f73;
    
    }
    .calendar-quick-links a:hover {

    border-radius: 0;
}

    /*
  .connect-overlay {
    min-height: 465px;
    padding: 1rem;
    background-color: rgba(231, 229, 229, 0.7);
  }
     .connect-overlay h2 {
    font-size: 2rem;
    line-height: 1;
  }
*/
    .govdev {
        background: none;
    }

    .govdev label {
        display: none;
    }

    .online-services {
        background-image: url('/images/home/Online-Services-Mobile.jpg');
    }

    .service-center {
        margin: 0;
        background-color: rgba(250, 250, 250, 0.75);
    }

    .gallery {
        text-align: center;
        padding: inherit;
    }

    .gallery p {
        text-align: left;
    }

    .connect .button_panel {
        margin: 0;
    }
    .custom-gutter .columns {margin-bottom:2em;}
  
}
/* Medium only */
@media screen and (min-width: 1000px)  {
.custom-gutter {
            margin-left: -30px;
            margin-right: -30px;
        }

        .custom-gutter .columns {
                   padding-left: 2vw;
        padding-right: 2vw;
        }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .slide_caption h1 {
        font-size: 1.75rem;
    }

    .slide_caption p {
        font-size: 1rem;
    }

    .slide_caption {
        padding: 10px 70px;
    }
}
