html, body, #wrap {
	height: 100%;
}

body {
  font-family: 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size:1.3em;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
}

h1 {
	font-size:2.2em !important;
}
h2 {
	font-size:1.8em !important;
}
h3 {
	font-size:1.4em !important;
}
h4,
h5,
h6 {
	font-size:1em !important;
	font-weight:bold;
}

p {
	word-wrap: break-word;
	letter-spacing: 1.8px;
}

ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

input,
ul li {
	margin-bottom:5px;
}

.box {
	margin-bottom:20px;
}

.btn {
	padding: 2px 12px;
	margin-bottom: 0;
	font-weight: normal;
	border-radius: 20px;
}

.btn-lg {
	border-radius:20px !important;
	padding:2px 12px !important;
	margin-top:10px;
}

.btn-footer {
	border-radius:20px !important;
	padding:2px 16px !important;
}

.form-control,
.input-group-btn .btn-default {
	height: 28px;
	padding: 4px 8px;
}

.form-control {
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group-btn .btn-default .glyphicon {
	top:0px;
}

.fake-link {
	cursor:pointer;
}

.breadcrumb {
	padding: 20px 0 0 0;
}

#pastmap-content {
	padding: 40px 0;
}

#pastmap-content-container {
	position:relative;
	overflow:hidden;
	min-height:200px;
}

#pastmap-footer {
	padding:60px 20px;
}

#pastmap-footer-smr-logo {
	height:30px;
	padding-right:10px;
}

#pastmap-footer-hes-logo {
	width:200px;
	height:30px;
}

#pastmap-footer-logos {
	font-size:0.8em;
}

#pastmap-footer-logos .media-body {
	padding-left:40px;
}

#pastmap-footer-hes-box {
	padding-right:40px;
	font-size:0.8em;
}

#pastmap-footer-btm {
	padding:20px;
	font-size:0.8em;
}

#pastmap-footer-btm .media-body {
	padding-left:40px;
}

#pastmap-footer-hes-blurb {
	padding-right:20%;
}

#pastmap-footer-social-icons {
	margin-bottom:50px;
	text-align:right;
}

#pastmap-footer-feedback-link {
	margin-bottom:10px;
	text-align:right;
}

.pastmap-footer-inline {
	display:inline-block;
}

.pastmap-footer-col-right {
	text-align:right;
}

#pastmap-home-header {
	position: relative;
	background: url('images/bg.png');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
}

#pastmap-home-header-overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
	text-align:center;
}

#pastmap-home-hes-logo {
	position:absolute;
	top:15px;
	left:15px;
	z-index:2;
	width:275px;
	height:40px;
	background: url('/sites/all/themes/pastmap/css/images/hes_horizontal_reversed.png');
	background-repeat: no-repeat;
	background-size: 275px 40px;
}

#pastmap-home-smr-logo {
	position:absolute;
	top:10px;
	right:15px;
	z-index:2;
	width: 180px;
	height: 50px; 
	background: url('/sites/all/themes/pastmap/css/images/HER WHITE AND TEXT.png');
	background-repeat: no-repeat;
	background-size: 180px 50px;
}

#pastmap-home-header-logo {
	position:absolute;
	top:150px;
	right: 0;   
	left: 0;
	bottom:0;
	margin:0 auto;
	z-index:2;
	width:300px;
	height:66px;
	background: url('/sites/all/themes/pastmap/css/images/PASTMAP LOGO BROWN REVERSE.png');
	background-repeat: no-repeat;
	background-size: 300px 66px;
}

#pastmap-home-enter-btn {
	position:absolute;
	top:250px;
	/*right: 0;   */
	right: 200px;
	left: 0;
	bottom:0;
	margin:0 auto;
	z-index:2;
	width:150px;
	height:33px;
}

#pastmap-home-enter-btn-ext {
	position:relative;
	top:250px;
	right: 0;   
	left: 90px;
	bottom:0;
	margin:0 auto;
	z-index:2;
	width:150px;
	height:33px;
}

#pastmap-home-enter-btn .btn {
	margin: 0 auto;
}

#pastmap-main-divider {
	position:absolute;
	top:0;
	bottom:0;
	left:25%;
	width:1px;
	background-color:#e2e3e4;
}

#pastmap-addthis {
	position:absolute;
	left:20px;
	bottom:0;
}

.pastmap-left-col {
	padding:0;
}

.pastmap-right-col {
	padding:0 0 0 40px;
}

.pastmap-image-box {
	margin-bottom:20px;
	background-color:#F7F7F7;
}

.pastmap-image-box-image {
	height:200px;
	background-color:#efefef;
	width:100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 130%;
  position: relative;
	cursor:pointer;
}

.pastmap-image-box-image:hover {
  background-size: 120%;
}

.parent:hover .pastmap-image-box-image,
.parent:focus .pastmap-image-box-image {
  transform: scale(1.2);
}

.pastmap-image-box-title {
	font-size:2em;
	padding:10px;
}

.pastmap-image-box-content {
	padding:0 10px 10px 10px;
}

.pastmap-image-box-footer {
	padding:0 10px 10px 10px;
}

#pastmap-image-modern {
	background-image: url('images/modern_1.png');
}

#pastmap-image-historic {
	background-image: url('images/historic_1.png');
}

#pastmap-image-aerial {
	background-image: url('images/aerial_1.png');
}

#pastmap-image-data {
	background-image: url('images/data_1.png');
}

.pastmap-front-area {
	padding:60px 0;
}

.pastmap-front-divider {
	border-top:1px solid #e2e3e4;
}

.pastmap-feedback-tab {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: fixed;
  text-decoration: none !important;
  z-index: 99999;
	top:440px;
	right: -2px;
	background-image: url('images/feedback.gif');
	background-size: 35px 100px;
	height:100px;
	width:35px;
}









/* Extra Small */
@media(max-width:767px) {
	
	.pastmap-right-col {
		padding:0 0 60px 0;
		border:0;
	}

	#pastmap-footer {
		padding: 20px 0;
	}
	
	#pastmap-footer img {
		margin-top:20px !important;
	}
	
	#pastmap-footer-btm {
		padding:20px 0;
	}

	#pastmap-footer-btm .media-body {
		padding-left:0;
	}
	
	#pastmap-footer img {
		margin-top: 0 !important;
	}
	
	#pastmap-footer-btm img {
		margin-bottom:10px;
	}
	
	.pastmap-footer-col-right {
		text-align:left;
	}
	
	.pastmap-footer-inline {
		display:block;
		padding-left:0;
		padding-right:30px;
	}
	
	#pastmap-main-divider {
		display:none;
	}
	
	#pastmap-addthis {
		left:10px;
		bottom:0;
	}
	
	#pastmap-footer-hes-blurb {
		padding-right:0;
	}
	
	#pastmap-footer-logos .media-left,
	#pastmap-footer-logos .media-body	{
		margin-top:50px;
		padding-left:0;
	}
	
	#pastmap-footer-social-icons {
		margin-top:50px;
		text-align:left;
	}
	
	#pastmap-footer-feedback-link {
		text-align:left;
	}
	
	.media-left, .media-right, .media-body {
		display: block;
		width:auto;
	}
	
	.media-body {
		margin-top:10px;
	}
	
	#pastmap-home-header {
		height:300px;
	}
	
	#pastmap-home-header-logo {
		top:15px;
		width:250px;
		height:55px;
		background-size: 250px 55px;
		margin-left:0;
		left:15px;
	}

	#pastmap-home-enter-btn {
		/*
		top:75px;
		width:120px;
		height:33px;
		margin-left:-60px;
		*/
		display:none;
	}

	#pastmap-home-hes-logo {
		top:auto;
		bottom:60px;
		right:auto;
		width:220px;
		height:32px;
		background-size: 220px 32px;
		margin-left:0;
		left:15px;
	}

	#pastmap-home-smr-logo {
		top:auto;
		bottom:10px;
		right:auto;
		width:180px; 
		height:50px;
		background-size: 180px 50px;
		margin-left:0;
		left:15px;
	}
	
	
}

/* Small */
@media(min-width:768px) and (max-width:1091px) {
	
	#pastmap-footer-logos {
		margin-bottom:50px;
	}
	
	#pastmap-footer-social-icons {
		margin-top:0;
		text-align:left;
	}
	
	#pastmap-footer-feedback-link {
		text-align:left;
	}
	
	#pastmap-footer-hes-blurb {
		padding-right:0;
	}
	
	
}

/* Medium */
@media(min-width:1092px) and (max-width:1199px) {
	
	
}

/* Large */
@media(min-width:1200px) {
	
	#pastmap-footer-hes-logo {
		height:40px;
		width:266px;
	}
	
	#pastmap-footer-smr-logo {
		height:40px;
	}
}

/* Print */
@media print {
	
  a[href]:after {
    content: none;
  }
}


.primary-font--bold, .privacy-banner__title, .privacy-banner__form-title {
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 700;
}
.row {
    display: block;
    width: 102.5%;
    margin-left: -1.25% !important;
    margin-right: -1.25% !important;
}
.wrapper {
    margin: 0 auto;
    width: 94%;
}


.btn--primary {
    border: 1px solid #5C3700;
    background: #fff;
    color: #5C3700;
    margin-right: 20px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
}

button, input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

{
    max-height: 1000000px;
}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    /*border-style: groove;*/
    border-color: threadface;
    border-image: initial;
	font-size: 12px;
}

legend {
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
	margin-bottom: 0px;
}

/* This was added manually to turn off image responsiveness */
img {
	max-width: none;
	height: auto;
}
