html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
    -webkit-tap-highlight-color: rgba(192, 192, 192, 0.8);
}

h1, h2, h3, h4, h5 {
    font-weight: 300;
    border-bottom: none;
    color: #3182bd;
    line-height: 1.3;
}

#about h2 {
    margin-top: 1.5rem;
}

h4 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
}

/*
.navbar {
    color: #fff;
    background-color: #ececec;
    z-index: 100;
}

.navbar a {
    color: #08519c;
}

.navbar li {
    color: #08519c;
}
*/

#loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    z-index: 9999;
}

table.content-table {
    font-weight: 300;
    vertical-align: middle;
    text-align: center;
    margin: 30px 0;
}

table.content-table th.mainheaders {
    vertical-align: middle;
    text-align: center;
    background-color: #08519c;
    color: #fff;
    font-weight: 400;
}

table.content-table th.subheaders {
    vertical-align: middle;
    text-align: center;
    background-color: rgba(8, 81, 156, 0.6);
    color: #fff;
    font-weight: 400;
}

table.content-table td {
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
}

table.content-table tr.colored-cells {
    background-color: rgba(47, 86, 117, 0.1);
}

form p { margin-bottom: 0; }

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#map-row {
    /*border: 1px solid #08519c;*/
    border: 1px solid #ccc;
    /*padding: 8px;*/
}

#map, #map-outer {
    width: 100%;
    height: 600px;
    height: 100%;
    z-index: 1;
}

#map-outer { padding: 0; }

.info-header {
    display: inline-block;
    width: 100%;
    padding: 10px;
    /*text-align: center;*/
    background-color: #333;
    color: #fff;
    line-height: 1.3;
    font-size: 20px;
}

span.title {
    display: inline-block;
    text-align: left;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
    font-size: 18px;
}

.btn-primary {
    background-color: #0B51A1;
    color: #fff;
    display: inline-block;

}

.btn-primary:hover {
    background-color: rgba(8, 81, 156, 0.6);
    color: #fff;
    display: inline-block;

}

div.hero {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 400px;
    background-image: url("../img/roan_mtn.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.hero .hero-text {
    margin: 0 10%;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    padding: 2rem;
    line-height: 1.5;
}

.copyright {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 21px;
    height: 16px;
    background: url("../img/camera-icon.png") center center no-repeat;
    z-index: 100;
    cursor: pointer;
}

div.copyr {
  display: none;
}

/* CSS for data table */
#data-table {
    position: relative;
}

#data-table td {
    cursor: help;
}

.lvalue {
    font-size: 12px;
    float: left;
}

.rvalue {
    font-size: 12px;
    float: right;
}

.hasQtip input[type="text"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    cursor: help;
    color: #333 !important;
    width: 100px;
    text-align: center;
    opacity: 1 !important;		/* IOS dims disabled inputs */
}

.qtip {
  max-width: 350px !important;
  font-size: 14px;
}

.qtip-gcis {
  background-color: #08519c;
  border-color: #164468;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
}

#map-outer { height: 600px; }
.inline-form {
    padding: 10px;
}
.inline-form label {
    color: #fff;
}
.inline-form h4 {
    font-size: 24px;
}
.form-1 {
    background-color: #08519c;
}
.form-2 {
    background-color: #9c6608;
}
.form-3 {
    background-color: #9c1c08;
}
.info-div {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 0;
}

/*              
    Adobe's balanced text implementation
*/                   
.balance-text {
  text-wrap: balanced;                      
}

.or {
    position: absolute;
    width: 60px;
    color: #9c1c08;
    padding: 6px;
    background: #fff;
    font-size: 24px;
    font-weight: bold;
    border: 3px solid #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 132px;
    text-align: center;
}

blockquote {
  width:80%;
  margin:50px auto;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #9c6608;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before {
  content: "\201C";
  color: #9c6608;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after {
  content: '';
}

blockquote span {
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
