

body { 
	font-family: Helvetica, sans-serif; background-color: #d5d5d5;  background-image: url("http://qualitydairy.com/QDCareers/images/HR-Page-Header-BG2.jpg"); overflow-x: hidden; 
	/*carasmo's comment https://github.com/twbs/bootstrap/issues/10711*/ 
}
h1 {
	font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #eb202e;
	font-size: 1.7em;
	font-weight: 700;
}

h2, h4, h5, h6 { font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif; margin-bottom: 20px; }

h3 { font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif; 
	color: #eb202e;
	margin-bottom: 20px;
}

.templatemo-logo { margin: 12px; }

.thumbnail { border-radius: 0px; display: inline-block;	-webkit-transition: none; transition: none; }

.btn { border-radius: 0px; }

.btn-primary {	background-color: #B10021; border-color: #81061D; }

.btn-primary:hover, .btn-primary:focus { background-color: #81FF6D; border-color: #81061D; }

.navbar { border: none; }
.navbar.templatemo-mobile-menu {
	position: fixed;
	top: 29px;
	right: 2px;
	z-index: 1000;
}
.nav > li > a:hover { background-color: #CDCDCD; }
.nav-justified > li > a { color: white;	background: #A1A1A1; }
.navbar-header h2 { letter-spacing: 2px; padding-left: 20px; }
.navbar-toggle { background-color: rgba(160, 0, 0, 0.7); border-radius: 0; }
.navbar-toggle:focus { outline: none;  }
.navbar-collapse { padding-left: 0; padding-right: 0; }
.icon-bar { background-color: #fff; }
.navbar-form { margin-left: 2px; margin-right: 2px; margin-top: 25px; }
a { color: #DB0B00; }
a:hover, a:focus {	color: #AB0000;	text-decoration: underline; }
a.thumbnail:hover, a.thumbnail:focus { border-color: #AB0000; }
a p { margin-top: 10px; }

iframe, object, embed { border: none; margin-bottom: 20px; }

.left-inner-addon { position: relative; }
.left-inner-addon input, .left-inner-addon textarea { padding-left: 30px; }
.left-inner-addon span { position: absolute; padding: 8px 12px; }

.form-control { border-radius: 0px; }

.form-control:focus {
	border-color: rgba(163, 19, 43, 0.8);
	outline: 0;
	-moz-box-shadow: 0 0 8px rgba(241, 50, 150, 0.6);
	box-shadow: 0 0 8px rgba(241, 50, 150, 0.6) !important;
}

.container {
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	background: #ffffff;
}
.row {	margin-left: 0px; margin-right: 0px; }

footer.container { padding-right: 0px; padding-left: 0px; padding-top: 20px; }
footer { margin: 0 auto; text-align: center; color: white; }
footer a { color: #FFFFFF; }
footer a:hover { color: #8A0801; }

.left { float: left }
.right { float: right }

.credit { padding: 10px 0px; background: #E8180C; }

#other_downloads { max-width: 920px; margin: 0 auto; }
#other_downloads h3 { padding-left: 20px; padding-bottom: 10px; }

#thumbnails_container, #other_downloads { max-width: 920px; margin: 0 auto; }

.item_container { margin: 0 auto; }

#img_preview { margin-top: 30px; }
#img_preview img {
	margin: 0 auto;
 	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #F8F5F5;
	border: 1px solid #ddd;
	padding: 4px;
}

#img_preview h3 { text-align: center; }
.footer_item { margin-bottom: 15px; }

.section_box { 
	border: 1px solid #CCCCCC; 
	padding: 10px; 
	background: #F6F6F6; 
	max-width: 250px; 
	min-height: 230px;
	text-align: left; 
}

.section_box p, .section_box li { font-size: 1.3rem; line-height: 2em; }
#download_box { float: right; padding-top: 10px; }

.cleaner { clear: both }

/* mobile styles */
@media only screen and (max-width: 480px) {
	h2 { margin-bottom: 5px; }
	.navbar-form { margin-top: 0px; width: 100%; }
	.templatemo-nav { position: fixed; top: 25px; right: 3px; z-index: 1000; }
	.nav-justified > li > a { padding-left: 40px; padding-right: 40px; }
	#thumbnails_container { margin-left: 10px; margin-right: 10px; padding-left: 5px; padding-right: 5px; }	
		
	.section_box { height: auto; width: 100%; max-width: none; min-height: 1px; }
	#templatemo_footer { margin-bottom: 5px; }
	img, iframe, object, embed {max-width: 350px; border: none;  }

}

/* tablet styles */
@media only screen and (min-width: 481px) and (max-width: 767px) {
	h2 { margin-bottom: 5px; }
	.navbar-form { margin-top: 0px; width: 100%; }
	.templatemo-nav { position: fixed; top: 25px; right: 3px; z-index: 1000; }
	.nav-justified > li > a { padding-left: 40px; padding-right: 40px; }
	#thumbnails_container { margin-left: 20px; margin-right: 20px; padding-left: 5px; padding-right: 5px; }	
	
	#download_box { float: left; padding-top: 10px; margin: 0 auto; }
	.preview_footer_container {	margin-top: 10px; }
	.footer_item { margin-right: 10px; }
	.footer_item:last-child { margin-right: 0px; }
	.section_box { height: auto; width: 100%; max-width: none; min-height: 1px; }
	#templatemo_footer { margin-bottom: 5px; }
	img, iframe, object, embed {max-width: 380px; border: none; }
}

/* desktop styles */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-header h2{ margin: 0px; margin-top: 34px; }
	
	.preview_footer_container {	margin-top: 30px; }
	.footer_item { margin-right: 15px; }
	.footer_item:last-child { margin-right: 0px; }
	.section_box { height: 330px; max-width: 230px; }
	img, iframe, object, embed {max-width: 600px; border: none;  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header{ margin-left: 30px; }
	.navbar-header h2{ margin: 0px; margin-top: 34px; }
	
	.preview_footer_container {	margin-top: 30px; }
	img, iframe, object, embed {max-width: 800px; border: none;  }
}
@media only screen and (min-width: 1200px) {
		
	.preview_footer_container {	margin-top: 66px; }
	img, iframe, object, embed {max-width: 900px; border: none;  }
}



/* Employee Spotlight */

.spotlight-item{
	margin: 10px 0;
	padding: 15px;
	border: solid 1px #ddd;
	border-radius: 4px;	
}

.spotlight-img{
	max-height: 400px
}

.spotlight-item p{
	display: none;
}

.spotlight-item p:nth-child(3),
.spotlight-item p:nth-child(4),
.spotlight-item p:nth-child(5),
.spotlight-item p:nth-child(6){
	display: initial;
}

.spotlight-button{
	position: relative;
	display: block;
	clear: both;
	max-width: 80px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	padding: 8px;
	background: #be1010;
	border-radius: 3px;
}

.spotlight-pagination a{
	margin: 0 5px;
}

.alignleft {
    float: left;
    margin-bottom: 25px;
    margin-right: 25px;
}
.alignright {
    float: right;
    margin-bottom: 25px;
    margin-left: 25px;
}