@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


.max-width {
	margin: 0 auto;
	max-width: 1004px;
}

/*.grey {
	background-color: #f6f6f6;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 50px;
}
*/
/*.jumbotron {

}*/

.lead {
	font-size: 20px;
}

ul.links > li {
	padding-bottom: 0.5em;
}


.call-to-action--heading a, .call-to-action--copy a {
	color: #fff;
	font-weight: 900;
}
.call-to-action--heading a:hover,.call-to-action--copy a:hover {
	color: #ffce00;
}

.pad-bottom {
	padding-bottom: 5%;
}
.pad-top {
	padding-top: 5%;
}


.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* -- RESPONSIVE CSS --*/

/* Large desktop */
@media (min-width: 1200px) {
	.container {
    width: 840px;
}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	.lead-img {
		display: none;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
}

@media (max-width: 1200px) {

}

@media only screen and (max-width : 992px) {

.lead {
	font-size: 16px;
}
}

@media only screen and (max-width : 768px) {
	
}
