/* DEPARTMENT ABOUT */
#department-about .department-name {
  text-transform: uppercase;
}
#department-about h4 {
  font-family: 'Milo';
  font-weight: bold;
}

/* QUOTE */
 #quote-bs {
	 background-color: #c8102e;
	 color: #fff;
}
 #quote-bs p {
	 text-align: center;
}
 #quote-bs .col-xs-10 {
	 text-align: center;
	 font-size: 1.5rem;
}
 #quote-bs .source {
	 font-size: 1.25rem;
	 font-style: italic;
}
 #quote-bs #quote {
	 padding: 30px 0;
}
 #quote-bs #open-quote p {
	 font-size: 14rem;
	 font-family: 'League Gothic';
	 position: absolute;
	 right: 0;
	 top: 30px;
}
 #quote-bs #close-quote p {
	 font-size: 14rem;
	 font-family: 'League Gothic';
	 position: absolute;
	 left: 0;
	 top: 130px;
}
 @media only screen and (min-width: 730px) and (max-width: 991px) {
	 #quote-bs #open-quote p {
		 font-size: 10rem;
		 right: -15px;
		 top: 25px;
	}
	 #quote-bs #close-quote p {
		 font-size: 10rem;
		 left: -15px;
	}
}
 @media only screen and (min-width: 600px) and (max-width: 729px) {
	 #quote-bs #open-quote p {
		 font-size: 7rem;
	}
	 #quote-bs #close-quote p {
		 font-size: 7rem;
		 left: -10px;
		 top: 165px;
	}
}
 @media only screen and (max-width: 599px) {
	 #quote-bs #open-quote p {
		 font-size: 7rem;
		 right: -15px;
		 top: 15px;
	}
	 #quote-bs #close-quote p {
		 display: none;
	}
}
/* MICROSOFT EDGE FIX */
 @supports (-ms-ime-align:auto) {
	 #quote-bs #open-quote p {
		 font-size: 14rem;
		 font-family: 'League Gothic';
		 position: absolute;
		 right: 0;
		 top: -110px;
	}
	 #quote-bs #close-quote p {
		 font-size: 14rem;
		 font-family: 'League Gothic';
		 position: absolute;
		 left: 0;
		 top: 0px;
	}
	 @media only screen and (min-width: 730px) and (max-width: 991px) {
		 #quote-bs #open-quote p {
			 font-size: 10rem;
			 right: 0px;
			 top: -70px;
		}
		 #quote-bs #close-quote p {
			 font-size: 10rem;
			 left: 0px;
			 top: 75px;
		}
	}
	 @media only screen and (min-width: 600px) and (max-width: 729px) {
		 #quote-bs #open-quote p {
			 font-size: 7rem;
			 left: 0px;
			 top: -45px;
		}
		 #quote-bs #close-quote p {
			 font-size: 7rem;
			 left: -10px;
			 top: 100px;
		}
	}
	 @media only screen and (max-width: 599px) {
		 #quote-bs #open-quote p {
			 font-size: 7rem;
			 right: -15px;
			 top: -45px;
		}
		 #quote-bs #close-quote p {
			 display: none;
		}
	}
}
