@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?6187552');
	src: url('../fonts/fontello.eot?6187552#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?6187552') format('woff'), url('../fonts/fontello.ttf?6187552') format('truetype'), url('../fonts/fontello.svg?6187552#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;/* Uncomment for 3D effect *//* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Global
------------------------------------------------------*/
body {
	font: 16px/26px 'Open Sans', sans-serif;
	color: #666;
	background: #f6f6f6;
	font-weight: 400;
}
p {
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "museo-slab", "Arial", sans-serif;
	font-style: normal;
	font-weight: 500;
}
.open-sans {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
}
.grey, .entry-content h3.grey {
	color:#666;
	font-size:16px;
	margin: 0 0 10px;
}
.entry-content p.margin-half {
	margin-bottom:30px;
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

.dark-blue, .mm-listview .dark-blue, .apply a.apply-text.dark-blue {
	color: #24437f;
}

.light-blue {
	color: #01afea;
}

.margin-kill, .intro .margin-kill {
	margin: 0;
}

/* Header
------------------------------------------------------*/
.header {
	top: 0;
	position:absolute;
	width: 100%;
	height: 155px;
	line-height: 155px;
	transition: all 0.2s ease;
	z-index: 99999;
}
.header .navbar-right {
	margin-top: 50px;
}
.header.sticky {
	line-height: 80px;
	height: 80px;
	background-color: #17ade3;
	position: fixed;
	left: 0;
	right: 0;
	top: -50%;
	overflow: hidden;
	-webkit-transition: top 800ms;
	-moz-transition: top 800ms;
	-o-transition: top 800ms;
	transition: top 800ms;
}
.fixed .header.sticky {
	top: 0;
}
.header.sticky .navbar-default .navbar-collapse {
	margin-top: 0;
}
.header .logo {
	text-indent: -999em;
	display: block;
	vertical-align: inherit;
	background: url(../images/knight-cities-logo.svg) no-repeat;
	width: 168px;
	height: 103px;
	-webkit-background-size: 160px 103px;
	-moz-background-size: 160px 103px;
	-o-background-size: 160px 103px;
	background-size: 168px 103px;
	padding: 0;
	margin: 20px 0 0;
}
.header.sticky .logo {
	background: url(../images/knight-logo-sm.svg) no-repeat;
	width: 35px;
	height: 60px;
	-webkit-background-size: 35px 60px;
	-moz-background-size: 35px 60px;
	-o-background-size: 35px 60px;
	background-size: 35px 60px;
	padding: 0;
	margin: 10px 0 0;
}
.header .logo img {
	width: 100%;
	height: inherit;
	vertical-align: inherit;
}
.header.sticky .logo {
	height: 60px;
	margin-top: 8px;
}
.header.sticky .navbar-right {
	margin-top: 15px;
}
.header.sticky .navbar-default .navbar-nav > li > a {
	color: #fff;
}
.header.sticky .navbar-default .navbar-nav > li > a.btn-darkblue {
	color: #fff !important;
	background-color: #23418a;
}
.header.sticky .navbar-default .navbar-nav > li > a.btn-darkblue:hover {
	color: #23418a !important;
	background:none;
}
#hamburger {
	box-sizing: border-box;
	display: block;
	width: 46px;
	height: 45px;
	position: absolute;
	top: 18px;
	right: 0px;
	z-index: 4;
}
#hamburger:before, #hamburger:after, #hamburger span {
	background: #00afeb;
	content: '';
	display: block;
	width: 25px;
	height: 3px;
	position: absolute;
	left: 20px;
}
#hamburger:before {
	top: 10px;
}
#hamburger span {
	top: 18px;
}
#hamburger:after {
	top: 26px;
}
#hamburger:before, #hamburger:after, #hamburger span {
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;
	-webkit-transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {
	top: 20px;
}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {
	top: 20px;
}
html.mm-opening #hamburger:before {
	transform: rotate( 45deg );
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
}
html.mm-opening #hamburger span {
	left: -50px;
	opacity: 0;
}
html.mm-opening #hamburger:after {
	transform: rotate( -45deg );
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
}
.mm-menu {
	background: #01afea;
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.7);
}

#newsletter-form {
	clear: left;
	margin: 24px 0 30px;
}

#newsletter-form p {
	font-size: 21px;
	font-family: "museo-slab", serif;
	margin-bottom: 9px;
}

#newsletter-form input[type="email"] {
	background: transparent;
	border: 0;
	border-bottom: 2px solid #999;
	font-size: 18px;
	padding: 0 6px;
	display: inline-block;
	color: #777;
	outline: 0;
	margin-right: 12px;
}

#newsletter-form input[type="email"]:focus {
	border-bottom: 2px solid #01afea;
}

#newsletter-form input[type="submit"] {
	background: transparent;
	border: 0;
	color: #01afea;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	padding: 3px 6;
}

.tagline {
	z-index: 9999;
	position: absolute;
	top: 180px;
}
@media (max-width: 1024px) {
	.tagline {
		top: 140px;
	}
}
@media (max-width: 991px) {
	.tagline {
		top: 100px;
	}

	#newsletter-form p {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	#newsletter-form {
		margin: 15px 0 12px;
	}

	#newsletter-form p {
		font-size: 15px;
	}

	#newsletter-form input[type="submit"] {
		padding-left: 0;
		padding-top: 6px;
	}

	.tagline {
		top: 80px;
	}
}
.intro-copy h1 {
	text-transform: uppercase;
	font-size: 72px;
	line-height: 80px;
	font-weight: 500;
}
.intro-bg .top-img {
	height: 700px;
	position: relative;
	z-index: 1;
	background: url(../images/cities-header.svg) no-repeat;
	background-size: cover;
}
.navbar-default {
	background: none;
	border: none;
	margin: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	margin-top: 0;
}
.navbar-default .navbar-nav > li > a {
	font-family: "museo-slab", serif;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	color: #666;
	padding: 10px 0 10px 3px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #23418a !important;
	background-color:transparent;
}
.navbar-default .navbar-nav li a:after {
	content: ' / ';
	padding-left: 10px;
}
.navbar-default .navbar-nav li:nth-child(4) a:after,
.navbar-default .navbar-nav li:last-child a:after {
	display: none;
}
.navbar-default .navbar-nav > li > a.btn-darkblue {
	background: none;
	border-color: #23418a;
	padding: 4px 27px;
	font: 14px/26px 'Open Sans', sans-serif;
	text-align: center;
	color: #23418a;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0 26px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-default .navbar-nav > li > a.btn-darkblue:hover {
	background: #23418a;
	color: #fff;
}
.nav > li.last {
	padding-right:0;
}

/* Main
------------------------------------------------------*/
.inner a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

.inner a:hover {
	text-decoration: underline;
}

.m-row { margin-left:0; margin-right:0; }


.intro {
	background: #f6f6f6;
	position: relative;
	z-index: 99;
}
.intro h2 {
	font: 22px/34px 'museo-slab', Georgia, serif;
	margin: 109px 0 55px;
}
.intro h2 .dark-blue {
	font-family: 'museo-slab', Georgia, serif;
	font-weight:700;
}
.intro h3 {
	font: 22px/34px 'museo-slab', Georgia, serif;
	font-weight:500;
	margin: 122px 23px 46px;
}
.archives-intro {
	margin: 150px 0 61px;
}
.btn-primary {
	border: 2px solid #23418a;
	color: #23418a !important;
	background: none;
	padding-left: 26px;
	padding-right: 26px;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-primary:hover {
	background: #23418a;
	color:#FFF !important;
	text-decoration: none !important;
}
.vid-text-section {
	padding-left:30px;
}

h2.light-blue a {
	color: #01afea;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 2px solid transparent;
	}
h2.light-blue a:hover {
	color: #01afea;
	text-decoration:none;
	border-bottom: 2px solid #01afea;
	}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	width: 100%;
}

/* Archives
------------------------------------------------------*/
.archives {
	background: url(../images/past-archives-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 237px;
	padding-bottom: 86px;
	margin-top: -177px;
	position: relative;
	z-index: 1;
}

.archives h2 {
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.archives h2.archive-title {
	color: #f6f6f6;
	background-color: #01afea;
	margin: 0;
	padding: 25px 10px 15px 40px;
}



#opportunity.archives {
	background-image: url(../images/opportunity-bg.jpg);
	margin: 0;
	padding-top: 110px;
}
#engagement.archives {
	background-image: url(../images/engagement-bg.jpg);
	margin: 0;
	padding-top: 110px;
}
.post {
	/* background: #fff; */
	margin-bottom: 30px;
}
.post .pad {
	padding: 20px 40px 30px;
	background-color: #f6f6f6;
}
.pad h4 {
	font: 16px/26px 'Open Sans', sans-serif;
	font-weight: bold;
}
.pad .light-blue.top-title {
	font-size: 40px;
}
.pad .light-blue {
	font-size: 30px;
	line-height: 1.2;
}
.push {
	margin-top: 116px;
}

.pull-top {
	margin-top:-470px;
	margin-bottom: 0;
	}

.post .apply {
	padding: 32px 40px;
}
.apply a {
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	margin-top: 6px;
	border-radius: 2px;
	padding: 4px 27px;
	font: 14px/26px 'Open Sans', sans-serif;
	font-weight: bold !important;
}
.apply a.apply-text {
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	margin-top: 6px;
	border-radius: 2px;
	padding: 0;
}
.apply a.btn-primary {
	color:#23418a;
	margin:0;
}
.apply a.btn-primary:hover {
	color:#fff;
}
.apply-btn {
	float: right;
}
/* Map
------------------------------------------------------*/
.map {
	padding: 80px 0;
}
.map-wrap {
	padding: 0;
	position: relative;
}
.map-key {
	width: 217px;
	height: 107px;
	background: url(../images/map-key.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* Blue Section
------------------------------------------------------*/
.blue-section {
	background: #01afea url(../images/pattern-bg.png);
	padding: 100px 0 71px;
}
.blue-section h1 {
	font-size: 50px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 0;
}
.blue-section p {
	color: #fff;
	font-size: 18px;
	font-weight:600;
}
.btn-danger {
	background: #23418a;
	border-color: #23418a;
	padding: 12px 42px;
	font: 16px/26px 'Open Sans', sans-serif;
	text-align: center;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0 26px;
	border-radius: 2px;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 2px solid #23418a;
	margin-top:10px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
	background: none;
	text-decoration: none !Important;
	color: #23418a !important;
	border: 2px solid #23418a;
}

/* Instafeed Section
------------------------------------------------------*/
#instafeed {
	margin-top: 14px;
}
#instafeed a.col-sm-2 {
	padding: 0;
}
.instafeed {
	padding: 58px 0;
}
.instafeed .text-uppercase {
	font-size: 18px;
}
.instafeed .light-blue {
	font: 24px/30px 'museo-slab', Georgia, serif;
	font-weight:500;
}

/* Outro
------------------------------------------------------*/
.outro {
	padding: 100px 0;
}
.outro h3, .outro p {
	font: 16px/26px 'Open Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}
.outro p {
	font-weight: normal;
}
.outro p span {
	font-family: 'museo-slab', Georgia, serif;
	font-weight:500;
	text-transform: uppercase;
}

/*inner pages*/
.inner .header {
	position:relative;
}
.inner .header.sticky {
	position: fixed;
}
/*how it works*/

.how-it-works .page-header {
	background-position: 95% 67%;
	background-size: 132%;
}


/*About Us*/
.page-header {
	background-image:url(../images/AboutUsHowWorks_Graphic.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 200px;
	width:100%;
	margin: 0;
	border: none;
}
.page-header {
	background-position: 95% 67%;
	background-size: 132%;
}
.page-header h1 {
	margin: 0;
	text-align: center;
	line-height: 200px;
	color: #01afea;
	font-size: 3.2em;
}
.entry-content {
	margin: 50px 0 160px;
}
.entry-content h3 {
	color: #01afea;
	font-size: 1.4em;
	line-height: 1.2;
	margin: 15px 0 20px;
}
.entry-content p {
	margin: 0 0 55px;
}
.entry-content ul {
	margin: 0 0 10px;
	padding: 0 0 25px 20px;
}
.entry-content ul li {
	display: list-item;
	padding: 0;
	white-space:normal;
}

ul.states-list {
	list-style-type: none;
	padding: 0;
	margin: -30px auto 30px;
}

.states-list li {
	list-style-type: none;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	margin: 5px auto;
}

.states-list li.db,
.states-list li.db a {
	color:#23437e;
}


/* Footer
------------------------------------------------------*/
.footer {
	background-color: #e5e6e6;
	padding: 30px 0;
}
.footer a {
	color: #8b8a8a;
	display: block;
	font-size: 12px;
}
.sub-nav {
	margin-bottom: 46px;
}

.icon-facebook-circled:before { content: '\e800'; }
.icon-twitter-circled:before { content: '\e801'; }
.icon-gplus-circled:before { content: '\e802'; }
.icon-linkedin-circled:before { content: '\e803'; }

.instagram img {
	height: 28px;
	width: 28px;
	margin: -5px 7px 0 0;
}

.social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social li {
	display: block;
	margin-left: 3px;
	float: left;
}

.social li a {
	font-size: 34px;
	width: 20px;
	height: 20px;
	text-decoration: none;
	color: #27447c;
	display: inline;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.social li a:hover {
	color:#305194;
	text-decoration:none;
}

.footer small {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

@media (max-width: 1200px) {
	.apply a {
		font-size: 15px;
	}
	.pull-top {
		margin-top:-380px
	}
}

@media (min-width: 1025px) {
	.hidden-lg {
		display: none!important;
	}

	.how-it-works .page-header {
		background-position:50% 60%;
		background-size:cover;
	}

	/*About Us*/
	.page-header {
		background-image:url(../images/AboutUsHowWorks_Graphic.jpg);
		background-repeat:no-repeat;
		background-position:50% 50%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 327px;
		width:100%;
		margin: 0;
		border: none;
	}

	.page-header h1 {
		margin:0;
		text-align:center;
		line-height:327px;
		color:#01afea;
		font-size:3.2em;
	}
	.entry-content {
		margin:80px 0 160px;
	}
}

@media (max-width: 1024px) {
	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}

	.navbar-collapse.collapse {
		display: none!important;
	}

	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}

	.navbar-nav > li {
		float: none;
	}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-text {
		float: none;
		margin: 15px 0;
	}

	/* since 3.1.0 */
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}

	.social {
		list-style: none;
		margin: 10px 25px 0 0;
		padding: 0;
	}

	.intro-copy h1 {
		font-size: 40px;
		line-height: 48px;
	}

	.intro-bg .top-img {
		height: 500px;
		background-position: 20%;
		background-size: cover;
	}

	.header .container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.container {
		padding-right: 60px;
		padding-left: 60px;
	}

	.intro h2 {
		font-size: 18px;
		line-height: 28px;
		margin: 100px 0 56px;
	}

	.intro h3 {
		margin: 22px 0px 46px;
		font-size: 18px;
		line-height: 24px;
	}

	.embed-responsive {
		margin-bottom: 58px;
	}

	.mobile-padding {
		padding: 0;
	}

	.archives, #opportunity.archives, #engagement.archives {
		margin-top: 0;
		padding-top: 62px;
	}

	.push {
		margin: 0;
	}

	.blue-section .text-right {
		text-align: center;
		margin-top: 20px;
	}

	.header .logo-mobile {
		background: url(../images/knight-cities-logo.svg) no-repeat;
		width: 143px;
		height: 88px;
		display:block;
		text-indent: -9999em;
		-webkit-background-size: 143px 88px;
		-moz-background-size: 143px 88px;
		-o-background-size: 143px 88px;
		background-size: 143px 88px;
		padding: 0;
		margin: 9px 0 0 0px;
	}

	.header.sticky .logo-mobile {
		background: url(../images/knight-logo-sm.svg) no-repeat;
		width: 35px;
		height: 60px;
		-webkit-background-size: 35px 60px;
		-moz-background-size: 35px 60px;
		-o-background-size: 35px 60px;
		background-size: 35px 60px;
		padding: 0;
	}

	.mm-listview a {
		font-family: 'museo-slab', Georgia, serif;
		font-weight:500;
		font-style: normal;
		color: #fff;
		margin: 6% 0 0 20%;
		/* padding: 90px 0 0; */
		padding-bottom: 0px;
		display: block;
		font-size: 42px;
	}

	.header {
		height: auto;
		line-height: 1;
		margin: 0 0 10px;
	}

	.blue-section h1 {
		font-size: 47px;
		line-height: 40px;
	}

	.mobile-nav {
		line-height: 58px;
		position: relative;
		width: 210px;
		margin-top: 20px;
	}

	.header.sticky .mobile-nav {
		margin-top: 5px;
	}

	.header.sticky #hamburger:before, .header.sticky #hamburger:after, .header.sticky #hamburger span {
		background: #fff;
	}

	.map .col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.post .apply {
		margin-top: 25px;
	}

	.apply a.btn-primary {
		margin: 10px 0 0;
	}

	.apply-btn {
		float: none;
	}
}

@media (max-width: 990px) {
	.apply-btn {
		float: right;
	}
	.outro {
		padding: 65px 0 100px;
	}
	.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview {
		margin-top: 100px;
	}
	.pull-top {
		margin-top: 30px;
	}
}

@media (min-width: 768px) {
	.navbar-right {
		margin:0;
	}
}

/* Small Devices, Tablets */
@media (max-width : 768px) {
	.page-header h1 {
		font-size: 2.1em;
	}

	.states-list li {
		font-size: 12px;
		margin: 0 auto;
	}

	.entry-content h3 {
		margin: 15px 0 25px;
	}

	.tagline .social {
		margin: 30px 0 0;
	}

	.intro-copy h1 {
		font-size: 36px;
		line-height: 1.2;
	}

	.intro-bg .top-img {
		height: 500px;
		background-position: 14%;
	}

	.intro h3 {
		margin: 22px 0px 46px;
	}

	.pad .light-blue.top-title {
		font-size: 32px;
	}

	.pad .light-blue {
		font-size: 24px;
		line-height: 1.2;
	}

	.blue-section h1 {
		font-size: 36px;
		line-height: 1.2;
	}

	.blue-section p {
		font-size: 16px;
	}

	.post .apply {
		margin-top: 25px;
	}

	.apply-btn {
		float: none;
	}

	.blue-section {
		text-align: center;
	}

	.header {
		height: auto;
		line-height: 1;
		margin: 0 0 10px;
	}

	.header .logo-mobile {
		margin: 9px 0 0 15px;
	}

	.apply a.btn-primary {
		margin: 0 0 0;
		float: right;
	}

	.post img {
		width: 100%;
	}
}

@media only screen and (max-width : 480px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.mobile-nav .btn-darkblue {
		display:none;
	}

	.mobile-nav {
		width: 130px;
	}

	#hamburger {
		margin-right:15px;
	}

	.m-row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.mm-listview a {
		font-family: 'museo-slab', Georgia, serif;
		margin: 5% 0 0 15%;
		padding-bottom: 0px;
		display: block;
		font-size: 25px;
	}

	.header .logo-mobile {
		width: 135px;
		height: 83px;
		-webkit-background-size: 135px 83px;
		-moz-background-size: 135px 83px;
		-o-background-size: 135px 83px;
		background-size: 135px 83px;
		padding: 0;
	}

	.intro-copy h1 {
		font-size: 21px;
		line-height: 1.2;
	}

	.tagline .social li {
		display: block;
		margin-left: 3px;
		padding: 0 5px 5px 0;
	}

	.intro-bg .top-img {
		height: 400px;
		background-position: 14%;
	}

	.apply a.btn-primary {
		margin: 10px 0 0;
		float: none;
	}

	.footer .pull-over {
		float:left !important;
	}

	.footer .social {
		float: left !important;
	}

	.footer .social li {
		display: block;
		margin-right: 3px;
		float: left;
		padding: 0 10px 5px 0;
	}

	.blue-section h1 {
		font-size: 29px;
		line-height: 1.2;
	}

	.btn-danger {
		margin: 0 0 0 0;
	}

	.archives h2 {
		font-size: 36px;
	}

	.tagline .social {
		margin: 15px 0 0;
	}

	.social li a {
		font-size:28px;
	}

	/*overwrites bootstrap*/
	.container {
		padding-right: 30px;
		padding-left: 30px;
	}
}

/* Hotspots */
.map-container {
	padding: 50px 0;
}

.hotspot {
	height: 55px;
	width: 35px;
	position: absolute;
}

.pin-1 { left: 33.3%; top: 33.2%; }
.pin-2 { left: 4.5%; top: 55%; }
.pin-3 { left: 0%; top: 39.5%; }
.pin-4 { left: 47%; top: 42%; }
.pin-5 { top: 1.5%; left: 46%; }
.pin-6 { left: 51.2%; top: 10%; }
.pin-7 { left: 68.8%; top: 37%; }
.pin-8 { left: 69.2%; top: 23%; }
.pin-9 { left: 71.8%; top: 16.5%; }
.pin-10 { left: 65.2%; top: 22.4%; }
.pin-11 { top: 3.9%; left: 53%; }
.pin-12 { top: 10.8%; left: 43%; }
.pin-13 { left: 63.4%; top: 70.9%; }
.pin-14 { left: 71%; top: 61.2%; }
.pin-15 { left: 85.8%; top: 28.4%; }
.pin-16 { left: 82.3%; top: 24.2%; }
.pin-17 { top: 23.3%; left: 74.8%; }
.pin-18 { left: 76.7%; top: 55.8%; }
.pin-19 { top: 50.6%; left: 78.8%; }
.pin-20 { left: 74.5%; top: 61%; }
.pin-21 { left: 73.2%; top: 58.6%; }
.pin-22 { left: 72.8%; top: 69.8%; }
.pin-23 { left: 80.5%; top: 58.2%; }
.pin-24 { top: 81.2%; left: 78.2%; }
.pin-25 { left: 82%; top: 76.8%; }
.pin-26 { top: 84%; left: 82.4%; }

.lb-tooltip + .tooltip > .tooltip-inner {
	background-color: #01afea;
	color:#FFF;
	padding:5px 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0;
	margin-bottom: -10px;
}

.db-tooltip + .tooltip > .tooltip-inner {
	background-color: #23418a;
	color:#FFF;
	padding:5px 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0;
	margin-bottom: -10px;
}

.tooltip > .tooltip-arrow {
	display:none;
}

@media (max-width: 1200px) {
	.map-key {
		width: 180px;
		height: 100px;
	}
	.hotspot {
		margin-left: -5px;
	}
}

@media (max-width: 1024px) {
	.map-key {
		width: 140px;
	}
}

@media (max-width: 990px) {
	.map-key {
		width: 100px;
	}
	.hotspot {
		margin-left: -10px;
	}
}

.pad.apply .btn-danger {
	margin-left: 0 !important;
}

.block {
	display: block;
}
