body {
  font-size: 1.6em;
  line-height: 2;
}

a {
  color: #23527c;
}

.map-form, .qual-form {
  font-size: 14px;
}

.layout {
  margin-top: 20px;
  /* background-color: #fff;
  box-shadow: 5px 5px #EFFAFF; */
  padding: 20px;
}

.extra-padding {
  padding: 20px 40px;
}

.btn.btn-success, .btn.btn-success:active {
background-color: #2A759F;
border-color: #2A759F;
  /* background-color: #0098FA;
  border-color: #0098FA; */
    /* background-color: #FFB16F;
    border-color: #FFB16F; */


}


.footer {
  border: none;
  background-color: #2A759F;
  /* background-color: #478bca; */
  /* background-color: #FFB16F; */
  color: #f0f0f0;
}

.navbar.navbar-default {
  background-color: #FFF;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a {
    color: #000;
    font-weight:400;
}

.navbar-default .navbar-nav > .active > a {
  font-weight: 500;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #dcdcdc;
}

.navbar-brand {
  padding:0px;
}

.navbar-brand > img {
    max-height: 40px;
}

.footer a {
  color: #EFFAFF;
}

.footer a:hover {
  color: #ffffff;
}

.panel-primary > .panel-heading {
  background-color: #478bca;
  color: #fff;
}
/*
.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a {
  color: #fff;
} */

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-nav > li > .dropdown-menu {
  background-color: #EFFAFF;
}

.wrap > .container {
  padding-top: 0;
}

.wrap {
  overflow: hidden;
}

.dropdown-menu.kv-checkbox-list {
  color: black;
}

/* HEADERS */

h1, h2, h3 {
  font-family: 'Raleway', sans-serif;
}

.site-index.layout > .jumbotron {
  padding-top: 0px;
  margin-top: 0px;
}

.jumbotron h1.front-page {
  font-size: 55px;
  text-transform: uppercase;
  line-height: 1.5;
  padding-top: 0px;
  margin-top: 0px;
}


.jumbotron h1.front-page:after {
      content: " ";
      display: block;
      margin-left:41%;
  	  width: 20%;
      border-bottom:5px solid #2A759F;
      margin-top: 20px;
      margin-bottom: 30px;
}

.jumbotron p {
  font-size: 2em;
}

.index-subtext{
  font-size: 1.2em;
  text-align: center;
}

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

/* SURVEY and MAPS */

.question {
  font-size: 18px;
}

.map-create .form-group, .survey-create .form-group.survey-form-group {
  margin-bottom: 30px;
}

.survey-create label, .map-create label, .qual-create label{
  display: block;
}

.survey-create label > input, .map-create label > input, .qual-create label > input {
  margin-right: 10px;
}

/* Tooltip */
/* Tooltip container */
.tooltip2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  opacity: 1;
}

/* Tooltip text */
.tooltip2 .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: white;
  color: #000;
  /* text-align: center; */
  padding: 5px 0;
  border-radius: 6px;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  border: 1px solid #337ab7;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext {
  visibility: visible;
}

.tooltip2 .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #337ab7 transparent;
}

.tooltip-style {
  display: inline-block;
  border-bottom: 1px dotted black;
  opacity: 1;
}


.tooltip-style-nounderline {
  display: inline-block;
  opacity: 1;
}

/*team cards*/

.team-cards {
  width:100%;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 20%;
  float: left;
  padding: 10px;
  margin: 10px;
}

.card h1 {
  font-size: 16px;
  font-weight: bold;
  text-align:center;
}

.card p {
  text-align:center;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-container {
  padding: 2px 16px;
}


/* Collapsible Boxes */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #ccc;
}

button.collapsible {
    background: white;
    border: 1px solid #eee;
}

button.active {
    background-color: #ccc;
}

.collapsiblecontent {
  padding: 20px;
  display: none;
  overflow: hidden;
  /* background-color: #f1f1f1; */
  border: 1px solid #eee;
}

.collapsible:before {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  margin-right: 15px;
}

button.active:before {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

table.glossary tr td:first-child
{
    font-weight: bold;
}

.testimonials-container {
  display: flex;
  /* background: #2b75a0; */
}

.testimonial-box {
  display:block;
  border:3px solid #2b75a0;
  margin: 20px;
  padding: 40px 10px 40px 10px;
  text-align:center;
  box-shadow: 5px 10px #DCDCDC;
}

.front-logo {
  max-width:500px;
}

@media only screen and (max-width: 600px) {
  .front-logo {
    width:100%;
  }
}
