﻿.panels .feature {
  vertical-align: text-top;
  width: 29%;
  padding: 10px;
  margin: 15px;
  padding-bottom: 0;
  display: inline-block;
  background: #eee;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(119, 119, 119, 0.42);
  border-radius: 2px;
  border-top: 2px solid #003d5e;
}
.panels .feature .title {
  border: 2px solid #003d5e;
  font-size: 18px;
  color: #fff;
  background: #003d5e;
  padding: 10px 20px 5px;
  margin: -10px -10px 0 -10px;
  font-weight: bold;
}
.panels .feature .featureContent {
  line-height: 1.5em;
  overflow: hidden;
  margin: 0 -10px;
  border: 2px solid #d2d2d2;
  border-top: none;
}
.panels .feature .featureContent p {
  padding: 10px 25px ;
  border-top: .1rem solid #bababa;
  margin: auto;
}
.panels .feature .featureContent p:hover {
  background: #fff;
}
.panels .feature .featureContent p a {
  display: block;
  color: #0c3765;
  text-decoration: none;
}
.panels .feature .featureContent p a:hover {
  text-decoration: underline;
}
.help-block {
  margin-top: -5px;
  margin-bottom: 3px;
  font-size: 10px;
}
input[type="file"] {
  margin-top: 5px;
  margin-bottom: 10px;
}
.contourFieldSet {
  margin-top: 20px !important;
}
.contourFieldSet legend {
  border-bottom: 2px solid #babab1 !important;
}
.contourField label {
  color: #003d5e !important;
}
.contourNavigation {
  margin-top: 10px !important;
}
.contourFieldSet input {
  border-radius: 2px !important;
}
.contourField {
  margin-top: 5px !important;
}
#siteName:hover {
  background-color: #003d5e !important;
}
.dropdown select {
  height: 30px;
  max-width: 400px !important;
  width: 95%;
}