a:hover {
    opacity: 0.7;
    transition: .5s;
    color: inherit;
    text-decoration: none;
}

#coordinates {
    color: #222;
}

#coordinates .col > a .style {
    margin: 10px 0;
    text-align:center;
}

.img-fluid {
    width: 100%;
}

.pager.official_coordinate-pager li {
    display:inline-block;
    margin: 0 10px;
}

.pager.offical_coordinate-pager ul.pager__items {
    text-align: center;
    margin-top: 20px;
}

/*Official Coordinate*/
#coordinates.official_coordinates .col{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#coordinates.official_coordinates .col > a {
    border: none;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#coordinates.official_coordinates .col > a .style {
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#coordinates .swiper-slide {
    text-align: center;
    padding: 0 20px;
}

.coordinate_detail {
    color: #fff;
    background: #222;
    display: inline-block;
    padding: 3px 10px 5px 10px;
}

.coordinate_detail::after {
    content: "\f054";
    font-family: "FontAwesome";
    margin: 0 0 0 5px;
}

.container_coordinate_detail {
    margin-bottom: 20px;
    text-align: center;
}

.container_coordinate_detail:hover {
    color: #FFF;
}

.pager.official_coordinate-pager li.is-active a {
    background-color: #222;
    color: #FFF;
    padding: 0 10px;
}

.pager {
    width: 100%;
}

.pager li {
    margin: 0 2px;
}

.pager.official_coordinate-pager {
    text-align: center;
}

.pager.official_coordinate-pager li a {
    color: #222;
}

@media (min-width:1200px){
    #coordinates {
        padding: 0 10%;
    }
}

/*Official Coordinate Slideshow*/
#official_coordinates_slideshow .swiper-slide {
    text-align: center;
}

#official_coordinates_slideshow .swiper-button-next,
#official_coordinates_slideshow .swiper-button-prev {
    width: 33px;
}

#official_coordinates_slideshow .swiper-button-next {
    right: 0;
    display: block;
}

#official_coordinates_slideshow .swiper-button-prev {
    left: 0;
    display: block;
}

#official_coordinates_slideshow .swiper-button-prev::after,
#official_coordinates_slideshow .swiper-button-next::after {
    content: '';
}

#official_coordinates_slideshow .swiper-button-prev {
    background: url(/sites/default/files/2020-06/controls.png) no-repeat 0 -32px;;
}

#official_coordinates_slideshow .swiper-button-next {
    background: url(/sites/default/files/2020-06/controls.png) no-repeat -43px -32px;;
}

#display_switch {
    float: right;
    padding: 10px 0 0 0;
}

.row.official_coordinates {
    display: contents !important;
}

.row.title_block {
    width: 105%;
}

.row.title_block .col.col-8 {
    padding-right: 0;
}

.col {
    float: left;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#display_switch > .icons {
    text-align: right;
}

h1#page-title {
    font-size: 30px;
}

@media (min-width:576px){
    h1#page-title {
        font-size: 36px;
    }

    #display_switch.grid {
        display: none;
    }

    .row.official_coordinates {
        display: flex !important;
    }
}
