/*
	main-custom.css
	- overrides for the main.scss / main.css stylesheet
*/
/* Had to add padding on .container-fluid because overide removed news page padding. Previous was 0 padding - CR*/

/* Override to remove extra padding from content containers PT*/
.container-fluid {
	padding-right: 5px;
	padding-left: 5px;
}

@media (min-width: 768px) {
	/* Update to force the desktop top nav to the right on sub pages */
	.navbar-expand-md .navbar-collapse {
		justify-content: flex-end;
	}
}

/* Update for the Home page Hero image/video to push icons to the bottom of the media */
.full-row-hero .container,
.full-row-hero .container-fluid {
	position: absolute;
}

@media (max-width: 767px) {
	.full-row-hero .container,
	.full-row-hero .container-fluid {
		position: static;
	}
}

/*Added padding-top 65% to fix image cut off on Highlights CR*/

.promo.promo-overlay {

	padding-top: 65%;

}

.promo.promo-overlay .promo-details-full {
	display: block;
	overflow: hidden;
	padding: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-shadow: 0 1px 0 rgba(172, 26, 47, 0.8);
	background-color: rgba(172, 26, 47, 0.75);
}

.promo.promo-overlay .promo-description-full {
	bottom: -300px;
	position: absolute;
	transition: position .25s, bottom .25s;
	margin: 15px 0 0 0;
	display: block;
}

.promo.promo-overlay:hover .promo-details-full,
.promo.promo-overlay:focus .promo-details-full {
	background-color: rgba(172, 26, 47, 0.85);
	top: 0;
}

.promo.promo-overlay:hover .promo-description-full,
.promo.promo-overlay:focus .promo-description-full {
	position: relative;
	bottom: 0;
}

.full-row-hero-image {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: transparent;
}


.dropdown-item {
	padding: .25rem 1.4rem;

}

/****Home page video text****/
.video-overlay {
	padding: 0 10px;
}


/******* Staff Directory Styles *******/

.directory-photo {
	background-position: center;
	/*background-size: 75%;*/

	/*  width: 175px;
   height: 175px;
   background-color: rgba(0,0,0,0.3);
   border-radius: 175px;
   margin: 0 auto 2em auto;
   background-repeat: no-repeat;
   background-position: top center;
   background-size: cover; */
}

/*********Heading2 no line CR**********/

.h2-no-line {
	font-family: "Oswald", "Century Gothic", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 2em;
}

/*******end********/

.BlackBG {
	background-color: rgba(0, 0, 0, 1.00);
}

/*** Side bar link size change CR - Added line-height 2.00em***/

.promo-links {
	font-size: 1.2em;
	line-height: 2.00em;
	text-transform: uppercase;
}

/*end*/

/* 3 columns that stacks for media CR */


* {
	box-sizing: border-box;
}

.row::after {
	content: "";
	clear: both;
	display: block;
}

[class*="col-"] {
	float: left;
	padding: 16px;
}

html {
	font-family: "arial", sans-serif;


}

/* For desktop: */
.col-1 {
	width: 33%;
}

.col-2 {
	width: 33%;
}

.col-3 {
	width: 33%;
}

.col-12 {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	/* For mobile phones: */
	[class*="col-"] {
		width: 100%;
	}
}

/* end 3 columns*/

/*button start CR*/
a.button2 {
	display: inline-block;
	padding: 0.5em 3em;
	border: 0.16em solid #AC1A2F;
	margin: 0 0.3em 0.3em 0;
	box-sizing: border-box;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Oswald", "Century Gothic", Arial, sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: center;
	transition: all 0.15s;
}

a.button2:hover {
	color: #DDDDDD;
	border-color: #DDDDDD;
}

a.button2:active {
	color: #ac1a2f;
	border-color: #AC1a2f;
}

@media all and (max-width: 30em) {
	 a.button2 {
		display: block;
		margin-top: 0.4em;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0.4em;
	}
}

/*End button*/

/**button start2 CR**/
.btn2-cvcc {
	background-color: #ac1a2f;
	border: 2px solid #ac1a2f;
	color: white;
	text-align: center;
	vertical-align: middle;
	border-radius: 0;
	border-width: 2px;
	display: block;
	width: 20%;
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
}


/**End button**/

/*Number Buttons Red*/
a.number-button {
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 15px;
	background-color: #e7e7e7;
	color: #333;
	margin: 10px 0;
}

a.number-button .number-box {
	padding: 15px 25px;
	margin: 15px 0;
	text-align: center;
	font-size: 2em;
	border: 1px solid #333;
	display: inline-block;
}

a.number-button.number-button-red {
	background-color: #AC1A2F;
	color: white;
}

a.number-button.number-button-red:hover {
	background-color: #A00F27;
}

a.number-button.number-button-red .number-box {
	border-color: #AC1A2F;
	color: white;
}

a.number-button.number-button-red,
a.number-button.number-button-red p,
a.number-button.number-button-red a,
a.number-button.number-button-red h2,
a.number-button.number-button-red h3 {
	color: #fff;
}

/* Desktop device */
@media (min-width: 768px) {
	.hide-mobile-nav {}
	.hide-desktop-nav {
		display:none !important;
	}
}

/* Mobile device */
@media (max-width: 767px) {
	.hide-mobile-nav {
		display:none !important;
	}
	.hide-desktop-nav {}
}
