/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');*/

:root {
	    --carousel-color1: #00677F;
		--main-color-1:#000;
		--servstatus-color3:--main-color-1;
}


.Widget_Carousel .carousel-caption .carousel-title{
	font-family:'ITC Stone Sans Std';
}

.Widget_MeetOurTeam .card-deck .card .img-wrapper:before { 
	background: linear-gradient(to bottom, #FFFFFF, #FFFFFF); 
}

/* social share styles */

.social-share svg g{
	fill:#000;
}

.social-share a{
	margin-right:20px;
}

.social-share svg{
	width:35px;
	height:35px;
}
@media only screen and (max-width: 991px){
.Widget_Carousel .carousel-caption .carousel-title {
    line-height: 1;
}

}	
	
.Widget_RatesHighlights .card-deck .rate-card:before {
    background: linear-gradient(to bottom,#FFFFFF,#FFFFFF);
}

.nav-ctas .btn.btn-secondary-3 svg {
display:none;
}


/*removes top to bottom black gradient on carousel images*/
.Widget_Carousel .carousel-image-desktop.full-background .overlay {
	background: none;
}

.Widget_Carousel .carousel-image-mobile.full-background .overlay {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
	min-height: 58rem;
    width: 100%;
    height: 100%;
}

media only screen and (max-width: 991px)
.Widget_Carousel .carousel-image-mobile.full-background .overlay {
    min-height: 0px !important;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

/*quicklinks widget icons turn all orange*/
.Widget_QuickLinks .quick-link:nth-child(even) path, .Widget_QuickLinks .quick-link:nth-child(even) use {
    fill: #E58E1A !important;
    stroke: #E58E1A !important;
}
	
.Widget_QuickLinks .quick-link:nth-child(even):hover path,.Widget_QuickLinks .quick-link:nth-child(even):hover use {
    fill: #00677f !important;
    stroke: #00677f !important;
}

/*rounded corners on buttons*/
.btn {
	border-radius: 0.8rem  !important;
    border-bottom-right-radius: 0.8rem !important;
}

/*remove bottom left rounded corner on carousel*/
.Widget_Carousel .carousel-item{
	border-bottom-left-radius: 0px !important;
}
@media only screen and (max-width: 991px) {
    .Widget_Carousel .carousel-item {
        border-bottom-left-radius:0px;
    }

