.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.well.page-info {
	border-radius: 0px;
}

.tab-content.col-sm-12 {
	padding: 0px;
    margin-bottom:40px;
}

.sub-index-pills {
	margin-bottom: 20px;
	margin-top: 20px;
}

	.sub-index-pills li a {
		color: dimgray;
		background-color:white;
		height: 60px;
		font-size: 17px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-shadow: 0px 0px 2px rgba(169, 169, 169, 0.6);
		border: solid;
		border-width: 1px;
		border-color: rgba(150, 150, 150, 1);
		padding: 0px;
		box-shadow: 0px 0px 4px rgba(169, 169, 169, .6);
	}

	.sub-index-pills.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
		color: rgb(255,255,255);
		border-color: #d5b031;
		background-color: #2b634f;
	}

	.sub-index-pills.nav-pills > li > a:hover {
		background-color: rgba(43,99,79,0.5);
		border-color: #2b634f;
		color: rgb(255,255,255);
	}

.tab-space {
	margin-right: 10px;
}

.well {
	background-image: none;
	box-shadow: 0px 0px 4px rgba(169, 169, 169, .6);
	background-color: white;
	border-color: rgba(150, 150, 150, 1);
	margin-bottom: 55px;
}

.no-space {
	margin-bottom: 0px;
}

.small-space {
	margin-bottom: 20px;
}

.rs-title {
	font-weight:bold;
}

.head-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 100%;
	height: auto;
}

.head-img-alt {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 100%;
	height: auto;
}

.gold-line {
	background-color: #d5b031;
	height: 2px;
	width: 100%;
}

.grey-line {
	background-color: lightgray;
	height: 1px;
	width: 100%;
}

.panel.panel-default {
	margin-bottom: 0px;
	border: none;
	box-shadow: none;
}

.center-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.panel-heading {
	background-color: #2b634f;
	color: white;
	width: 100%;
	box-shadow: 0px 0px 4px rgba(169, 169, 169, .6);
	border-color: rgba(150, 150, 150, 1);
}

.li-center {
    padding-left: 200px;
    padding-right: 200px;
}

@media (max-width: 1000px) {
    .li-center {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.sheriff-badge {
    visibility: visible;
    display: block;
}

@media (max-width: 1000px) {
    .sheriff-badge {
        visibility:hidden;
        display:none;
    }
}

@media only screen and (max-width: 375px) {
    #youtube {
        margin-bottom: 0px;
        border: none;
        box-shadow: none;
        margin-top: 15px;
    }

    #youtubeBody {
        padding:0px;
    }
}

@media only screen and (max-width: 780px) {
    .sub-index-pills li a {
        height: 50px;
    }
}

@media only screen and (max-width: 500px) {
    .tab-content.col-sm-12 {
        padding: 0px;
        margin-bottom: 80px;
    }

    .imagePosition {
        display: block;
    }

}
