html {
  overflow-y: scroll;
}

a[href], label, input[type='submit'], input[type='image'], input[type="button"], input[type="checkbox"], input[type="radio"], input[type="file"], select, button, .pointer {
  cursor: pointer;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

html.no-js .no-js {
  display: block;
}
html.no-js .js {
  display: none;
}

html.js .no-js {
  display: none;
}
html.js .js {
  display: block;
}

.tooltip small {
  color: #333333;
}

div.tooltip-inner {
  max-width: 200px;
}

.input-group-btn .btn {
  padding-bottom: 9px;
}

hr.hr-condensed {
  margin-top: 0;
  margin-bottom: 0;
}

code {
  display: inline-block;
}

.main-content form {
  margin-top: 24px;
}
.main-content button.webform-submit, .main-content button.webform-next, .main-content button.webform-previous {
  margin-top: 8px;
}

.view-webform-results {
  overflow: auto;
}
.view-webform-results td, .view-webform-results th {
  background: white;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class^='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.img-highlight {
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .main-content fieldset.captcha, .main-content .recaptchatable, .main-content button.webform-submit, .main-content button.webform-next {
    margin-left: 27% !important;
  }
}
form.preview label {
  display: block;
}

.webform-confirmation {
  margin-bottom: 20px;
}

@-moz-document url-prefix() {
  .main-content .form-file {
    height: auto;
    padding: 6px 12px 7px;
  }
}
body {
  padding-top: 45px;
}

a {
  outline: 0 none !important;
}

header a:focus {
  background: #0079a1 !important;
}

input[type="radio"]:focus {
  outline: 3px solid -webkit-focus-ring-color;
}

#masthead {
  min-height: 270px;
  margin-bottom: 10px;
  background-color: #00526e;
  color: white;
}
#masthead h1 {
  font-size: 55px;
  line-height: 1;
}
@media (max-width: 767px) {
  #masthead h1 {
    font-size: 28px;
  }
}
#masthead .well {
  background-color: #003f54;
  border-color: #003f54;
}
@media (min-width: 768px) {
  #masthead .well {
    margin-top: 13%;
  }
}
#masthead a, #masthead .lead {
  color: #cccccc;
}
#masthead .lead {
  padding-top: 2px;
}

#left-col {
  margin-top: 20px;
}
@media print {
  #left-col {
    display: none;
  }
}

#sidebar li.active {
  border: 0 #eeeeee solid;
  border-right-width: 4px;
}

#main-content *[id]:before {
  display: block;
  content: " ";
  margin-top: -76.5px;
  height: 76.5px;
  visibility: hidden;
}
#main-content small {
  font-size: 13px;
}
#main-content section {
  margin-bottom: 40px;
  scroll-snap-type: mandatory;
  scroll-behavior: smooth;
  scroll-snap-points-y: repeat(100%);
}
@media (min-width: 992px) {
  #main-content section {
    min-height: 100vh;
  }
}

#footer-wrap {
  font-size: 90%;
  padding-bottom: 20px;
}
