main#content #body #body-content section {
    clear: left;
}

main#content #body #body-content section:after,
main#content #body #body-content section:before{
    display: table;
    content: " ";
}

main#content #body #body-content section:after{
    clear: both;
}

main#content #body #body-content section:last-child{
    padding-bottom: 40px;
}


main#content #body #body-content section:not(:first-child){
    padding-top: 20px;
    padding-bottom: 20px;
}

/*main#content #body #body-content section:last-child{
    padding-bottom:0;
}*/
/* Component: Gallery */

.gallery .gallery-images .gallery-images-item{
    padding-top : 5px;
    padding-bottom: 5px;
}

@media (min-width: 767px) {
    section .gallery .gallery-images .gallery-images-item.col-sm-2:nth-child(6n+1),
    section .gallery .gallery-images .gallery-images-item.col-sm-3:nth-child(4n+1),
    section .gallery .gallery-images .gallery-images-item.col-sm-4:nth-child(3n+1),
    section .gallery .gallery-images .gallery-images-item.col-sm-6:nth-child(2n+1),
    section .gallery .gallery-images .gallery-images-item.col-sm-12{
        clear:left;
    }
}


/* Component: Banner */
section .banner .banner__text.bg-color-blue a.section-link,
section .banner .banner__text.bg-color-blue a.section-link:hover,
section .banner .banner__text.bg-color-blue a.section-link:focus {
    color:white;
}

/* Component: Filtered list */
section .filtered-list .filtered-list__content {
    background-color: #F3F3F3;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #CCC;
    min-height: 400px;
}

section .filtered-list .filtered-list__content.all-loaded .filtered-list__spinner {
    display: none;
}

section .filtered-list__spinner.load-more {
    margin-top: 35px;
}

@media (min-width: 767px) {
    section .filtered-list .filtered-list__content .card-items article.col-sm-3:nth-child(4n+1),
    section .filtered-list .filtered-list__content .card-items article.col-sm-4:nth-child(3n+1),
    section .filtered-list .filtered-list__content .card-items article.col-sm-6:nth-child(2n+1),
    section .filtered-list .filtered-list__content .card-items article.col-sm-12{
        clear:left;
    }
}


/* Component: Date and Location */

section .date-and-location_component .date-and-location_date {
    background-color: #00529E;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: bold;
    float: left;
    width: 110px;
    height: 110px;
    padding: 15px 10px;
    margin-left: 35px;
}



section .date-and-location_component .date-and-location_date  .big-line{
    font-size: 24px;
    line-height: 1.3;
}

section .date-and-location_component .date-and-location_date  .medium-line{
    font-size: 18px;
    line-height: 1.4;
}

section .date-and-location_component .date-and-location_date  .small-line{
    font-size: 16px;
    line-height: 1.5;
}

section .date-and-location_component .date-and-location_location {
    padding: 10px 0px 10px 5px;
    display: inline-block;
    font-size: 16px;
    color: #00529E;
    line-height: 1.5;
}




@media (max-width: 1199px){
    section .date-and-location_component .date-and-location_location {
        padding: 10px 0px 10px 40px;
    }
}


@media (max-width: 600px) {
    section .date-and-location_component .date-and-location_date {
        width: 100px;
        height: 100px;
        padding: 10px 10px;
    }

    section .date-and-location_component .date-and-location_date .big-line {
        font-size:21px;
    }

    section .date-and-location_component .date-and-location_date {
        margin-left: 0;
    }

    section .date-and-location_component .date-and-location_location {
        padding-right: 5px;
        padding-left: 0;
        padding-top: 0;

    }
}


@media (max-width: 380px){
    section .date-and-location_component .date-and-location_date {
        width: 80px;
        height: 80px;
        padding: 8px;
    }
    section .date-and-location_component .date-and-location_date .medium-line{
        font-size: 16px;
    }
}


/* Component: Carousel */
section .carousel .carousel__wrapper  .carousel__result article {
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
}

section .carousel .carousel__wrapper .carousel__header {
    margin-bottom:20px;
    padding-bottom: 10px;
}

section .carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider {
    padding-left: 30px;
    padding-right: 30px;
}


@media (max-width: 480px){
    section .carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider {
        padding-left: 10px;
        padding-right: 10px;
    }
}

section .carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-prev {
    left: 5px;
}

section .carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-next {
    right: 15px;
}


@media (min-width: 992px){
    section .carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-prev {
        left: -10px;
    }

    section .carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-next {
        right: 0px;
    }
}

section .carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-prev:before,
section .carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-next:before {
    font-family: 'Glyphicons Halflings';
    font-size: 30px;
    color: #0c60a6;
}

section .carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-prev:before{
    content: "\e079";
}

section .carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-next:before{
    content: "\e080";
}

section .carousel .carousel__wrapper .carousel__result .slick-dots li:only-child {
    display: none;
}

section .carousel .carousel__wrapper .carousel__result .slick-dots li  {
  width: 15px;
  height: 15px;
}

section .carousel .carousel__wrapper .carousel__result .slick-dots li button:before {
  font-size: 10px;
  opacity: .75;
  color: #919aa2;
}

section .carousel .carousel__wrapper .carousel__result .slick-dots li button:hover:before {
  opacity: 1;
  color: #575c61;
}

section .carousel .carousel__wrapper .carousel__result .slick-dots li.slick-active button:before,
section .carousel .carousel__wrapper .carousel__result .slick-dots li.slick-active button:hover:before {
  opacity: 1;
  color: #00529e;
}

section .carousel .carousel__wrapper .carousel__result .slick-dots {
  position: relative;
  bottom: 0px;
}

section .carousel .carousel__wrapper .carousel__header {
  text-align: center;
}


/*Component: Accordion*/
section .accordion a[href$=".pdf"], .complaint__complaint-documents a[href$=".pdf"]{
  background-image: url(/img/site/dev/icons/pdf.png);
  background-position: right center;
  background-repeat: no-repeat;
  margin: -2px 0;
  padding: 2px 22px 2px 0;
}


@media (max-width: 600px) {
    section .accordion  .link-list-body ul.list-inline{
        width: 100%;
    }
}

/*Component: Tag list*/
section .tag-list .tag-list-body .tag-list-item {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
    section .tag-list .tag-list-body .tag-list-item .btn {
        max-width: 350px;
        overflow:hidden !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
    }
}

/*Component: Gallery*/


section .gallery .gallery-images .gallery-images-item a {
  display:inline-block;
  height: 100px;
  width: 100%;
}

section .gallery .gallery-images .gallery-images-item a img {
  margin: auto;
}

@media (min-width: 767px) {
    section .gallery .gallery-images .gallery-images-item.col-sm-3:nth-child(4n+1),
    section .gallery .gallery-images .gallery-images-item.col-sm-4:nth-child(3n+1),
    section .gallery .gallery-images .gallery-images-item.col-sm-6:nth-child(2n+1),
    section .gallery .gallery-images .gallery-images-item.col-sm-12{
        clear:left;
    }
}

@media (max-width: 767px) {
    section .gallery .gallery-images .gallery-images-item.col-xs-3:nth-child(4n+1),
    section .gallery .gallery-images .gallery-images-item.col-xs-4:nth-child(3n+1),
    section .gallery .gallery-images .gallery-images-item.col-xs-6:nth-child(2n+1),
    section .gallery .gallery-images .gallery-images-item.col-xs-12{
        clear:left;
    }
}

/*Component: Quote*/


section blockquote > p{
  font-size:21px;
}

/* format the content from datamanager id=body-content */


#body-content section.post-text ul, #body-content section>.custom ul, .banner.banner__article .banner__text ul  {
    list-style: none;
}


#body-content section.post-text > ul > li:before, #body-content section>.custom > ul > li:before,
 .banner.banner__article .banner__text > ul > li:before {
  content: "";
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  margin-right: 15px;
  display: inline-block;
  height: 0;
  width: 0;
  top: 1.05em;
  border-color: transparent #00529e;
}

section.contact ul.bulleted-list--blue{
  padding-left:0;
}

section.contact ul.bulleted-list--blue li p {
  padding-left :25px;
  margin: 10px 0;
}

section.contact h3{
  margin-top:15px;
}

section.contact p{
    font-weight: 400;
}
/* Media press contact */

.press-release-body>.contact-office{
  margin-bottom: 0px;
}

.press-release-body > section.contact p{
  margin-top: 0px;
  margin-bottom: 0px;
}

/* ----------Grid item class & items fix for the blog  ------- */

.grid-item__full-height .banner__article--link .banner-link .banner__text{
  height: 70vh !important;
  min-height: 505px;
}

.grid-item__half-height .banner__article--link .banner-link .banner__text{
  height: calc(34vh + 7px) !important;
  min-height: 250px;

}

.icon-blog-arrow{
  font-size: 35px;
  color: #00529E;
}

.main-blog__title{
  font-size: 45px;
  font-family: Didot, "Didot LT STD" , "Hoefler Text", Garamond , "Times New Roman", serif;
  display: inline-flex;
}
.main-blog__title img{
  margin-right: 5px;
}

.header-title__wrapper{
  padding-bottom: 5px;
  padding-top: 5px;
}

@media (max-width: 990px) {
  .grid-slider [class*="container"] > .row > div:first-child .banner__article--link .banner-link {
    padding-bottom: 5px;
    padding-right: 0px;
  }
  .grid-item__full-height .banner__article--link .banner-link .banner__text{
    height: 40vh !important;
    min-height: 250px;
  }
  .grid-item__half-height .banner__article--link .banner-link .banner__text{
    height: 40vh !important;
    min-height: 250px;

  }
  .grid-slider a.banner-link:nth-last-child(2n+2){
    padding-bottom: 5px;
  }
  .grid-item  .grid-item:nth-last-child(1) a.banner-link{
    padding-bottom: 5px;
  }
  .grid-item{
    padding-left: 0px !important;
  }
  .grid-item__blog{
    padding-top: 0 !important;
  }
  .grid-item__half-height.row-padding-top-small {
    padding-top: 0 !important;
  }
  .main-blog__title{
    font-size: 30px;
    padding-left: 5px;
    display: inline-block;
  }
  .header-title__wrapper{
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
