/* Match Day */
.match-day-banner {
	margin-bottom: -5%;
}

@media only screen and (min-width: 1200px) {
	.match-day-heading {
	font-size: 60px;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 1%;
	}
}

@media only screen and (max-width: 1199px) {
	.match-day-heading {
	font-size: 46px;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 2.5%;
	}
}

@media only screen and (max-width: 991px) {
.match-day-heading {
    /* font-family: myriad-pro-bold, myriad, sans-serif; */
	font-size: 32px;
	line-height: 1.25em;
    color: #000;
	margin-bottom: 5%;
 }
}


@media only screen and (max-width: 767px) {
.match-day-heading {
    /* font-family: myriad-pro-bold, myriad, sans-serif; */
	font-size: 26px;
	line-height: 1.25em;
    color: #000;
	margin-bottom: 4.5%;
 }
}


@media only screen and (max-width: 575px) {
.match-day-heading {
    /* font-family: myriad-pro-bold, myriad, sans-serif; */
	font-size: 23px;
	line-height: 1.25em;
    color: #000;
	margin-bottom: 4.5%;
	margin-right: 21%;
 }
}



.match-day-img-header {
	/* margin-top: -3.75em; */
	/* margin-left: -1.25em; */
	margin-bottom: 1%;
}

.hs-wrap {
	-webkit-animation: pin-drop 2s ease-in-out;
	animation: pin-drop 2s ease-in-out;
}

.highlight-media {
	margin-bottom: 45px;
	margin-top: 15px;
}

.mobile-map {
	margin-top: 1em;
}

.match-list-mobile {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.wrap-text {
	font-size: .9em;
}

.map-caption {
    font-size: 18px;
    font-style: italic;
    text-align: right;
    margin-right: 15%;
    margin-top: -3%;
}

.open-modal {
    font-size: 20px;
    text-align: right;
    margin-right: 15%;
    margin-top: -3%;
}

@media only screen and (max-width: 575px) {
.open-modal {
    font-size: 16px;
    text-align: right;
    margin-right: 15%;
    margin-top: -1%;
}
}

/*/////////////////////////////*/
/* .carousel-control-next-icon{
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' f…3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E);
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231f7f9b' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
} */


/* .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231f7f9b' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231f7f9b' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
/* by default Bootstrap uses dashes. This will change it to dots */
.carousel-indicators li {
	border-radius: 50%;
	height: 15px;
	width: 15px;
	margin-top: 0;
	margin-bottom: 0;
}

/* image-carousel.css */
@charset "UTF-8";
/* CSS Document */
span.carousel-control-prev-icon {
	display:block;
	
}


.carousel-control-prev-icon, 
.carousel-control-next-icon {
    background-image: none;
}

.carousel-control-prev-icon::before, 
.carousel-control-next-icon::before {

    width: 2px;
    height: 100%;

}



.carousel-control-prev-icon::after, 
.carousel-control-prev-icon::before, 
.carousel-control-next-icon::after, 
.carousel-control-next-icon::before {

    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;

}

.carousel-control-prev-icon, 
.carousel-control-next-icon {

    position: absolute;
    width: 30%;
    height: 30%;
    top: 50%;
    left: 56%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);

}
.carousel-control-prev-icon::after, 
.carousel-control-prev-icon::before, 
.carousel-control-next-icon::after, 
.carousel-control-next-icon::before {

    content: "";
    position: absolute;
    background-color: #86ccd6;
    top: 0;
    left: 0;
    border-radius: 2px;

}

.carousel-control-prev-icon::after, 
.carousel-control-next-icon::after {

    width: 100%;
    height: 2px;

}

.carousel-control-prev-icon::after, 
.carousel-control-prev-icon::before, 
.carousel-control-next-icon::after, 
.carousel-control-next-icon::before {

    background-color: #bae0e5;

}

.carousel-control-prev, 
.carousel-control-next {
    width: 30px;
    height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #bae0e5;
        border-top-color: rgb(186, 224, 229);
        border-right-color: rgb(186, 224, 229);
        border-bottom-color: rgb(186, 224, 229);
        border-left-color: rgb(186, 224, 229);
    -webkit-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
}

.carousel-control-prev, 
.carousel-control-next {
    top: 50%;
}

.carousel-control-prev, 
.carousel-control-next {
    border-color: #bae0e5;
}

.carousel-control-next, 
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next {
	left: auto;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0px;
    left: 6%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
}

.carousel-control-prev:hover,
.carousel-control-next:hover{
    border-color: #1f7f9b;
}

.carousel-control-prev:hover .carousel-control-prev-icon::after, 
.carousel-control-prev:hover .carousel-control-prev-icon::before {
    background-color: #1f7f9b;
}

.carousel-control-next:hover .carousel-control-next-icon::after, 
.carousel-control-next:hover .carousel-control-next-icon::before {
    background-color: #1f7f9b;
}

.carousel-caption p {
    margin-bottom: 15px;
}


.provider-carousel .carousel-item {
    padding: 0;
}

.provider-carousel .carousel-control-prev, 
.provider-carousel .carousel-control-next {
    top: 100%;
	width: 45px;
    height: 45px;
}

	
@media (min-width: 576px) { 

.carousel-control-next {
	left: auto;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
	
	.carousel-control-prev, 
.carousel-control-next {
    width: 43px;
    height: 43px;
}
	
		.carousel-control-prev{
	left: 25px;
}


}
@media (min-width: 576px) { 
	.carousel-outside-controls.carousel-control-next {
    	right: 0;
	}
}
@media (min-width: 576px) { 
	.carousel-outside-controls.carousel-control-prev {
    	left: 0;
	}
}
@media (min-width: 768px) { 

.provider-carousel .carousel-item {
    padding: 0 75px;
}
	
	.provider-carousel .carousel-control-prev, 
.provider-carousel .carousel-control-next {
    top: 40%;
}
	
}












