/*!
Theme Name: New England Vascular Access
Theme URI: http://underscores.me/
Author: Mike Jandreau
Author URI: https://www.mikejandreau.net/
Description: Custom WordPress site for New England Vascular Access
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: new-england-vascular-access
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* --- If you know what you're doing, you can put your own custom CSS below --- */

a#register {
	display: none;
}


.swpm-join-us-link {
	display: none;
}

.tab-pane {
	padding-top: 30px;
}
.btn {
	margin: 0 15px 15px 0;
}
.well {
	margin-bottom: 30px;
}
.well p:last-of-type {
	margin: 0;
}

.testimonials {
/* 	background-color: #efefef; */
    padding: 30px 0;
	border-top: 1px solid #efefef;
	text-align: center;
}

.carousel {
    padding: 30px 0;
}

.carousel-control {
    color: #333;
}

.carousel-control:hover, 
.carousel-control:focus {
    color: #000;
}

.carousel-indicators li {
	border: 1px solid #333;
}

.carousel-indicators .active {
	background-color: #333;
}

/* Pedagogy widgets on Education page */
#PedagogyClassScroller .Class,
#PedagogyFeaturedClasses,
#PedagogyClasses {
    width: 100% !important;
}