body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background-color: #f6f6f6;
  color: #1c1c1c;
  line-height: 1.5em;
}

a {
	text-decoration: none;
	color: #4faccb;
	outline: none;
}
	
a img { border: none; }

h1 {
  font-size: 36px;
  line-height: 1em;
  color: #000000;
  margin-top: 0;
	margin-bottom: 30px;
}

h2, h3 {
  color: #000000;
}

h2 {
	margin: 0;
}

img {
  max-width: 100%;
}

.lede {
  font-size: 20px;
  line-height: 1.2em;
}


.container {
  max-width: 800px;
  margin: 0px auto;
}

.container .content {
  background-color: white;
	padding: 30px;
}


#box {
	margin-top: 30px;
	min-height: 170px;
}

.qlocation {
	text-align: center;
}

.qlocation .active {
	color: #4faccb;
	font-weight: bold;
	font-size: 12pt;
}

.extra {
	margin-top: 30px;
	padding: 20px;
	border-top: 1px solid #ddd;
	text-align: center;
}


.btn {
  display: inline-block;
  color: white;
  border: none;
  background-color: #4faccb;
  padding: 16px 20px;
  margin: 20px 0;
  cursor: pointer;
  transition: all .1s ease-in-out;
}

.btn--small {
  padding: 8px 10px;
}

.btn:hover {
  /* background-color: #0a265f; */
  -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2),inset 0 0 0 1px rgba(255,255,255,0.25),inset 0 0 0 rgba(255,255,255,0.2) !important;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2),inset 0 0 0 1px rgba(255,255,255,0.25),inset 0 0 0 rgba(255,255,255,0.2) !important;
}

.list-options {
  list-style: none;
  padding-left: 0;
  margin-left: 22px;
}

  .answer {
    margin-bottom: 8px;
  }

  .answer:hover, .answer input {
    color: #4faccb;
    cursor: pointer;
  }
  
  .list-options input {
    margin-left: -22px;
    margin-right: 4px;

  }

  .o-iconlist {
    text-align: left;
    list-style-type: none;
    max-width: 370px;
    margin: 30px auto 50px;
  }

  .o-iconlist li {
    padding: 4px 0;
  }

  .o-iconlist__icon {
    fill: rgb(56, 215, 34);
    width: 22px;
    position: relative;
    top: 5px;
    margin-right: 4px;
  }


@media only screen and (min-width: 400px) {
  .responsive-video {
    width: 80%;
  }
}

.responsive-video {
  margin: 0 auto;
  /* position: relative;
  padding-bottom: 45.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; */
}

/* .responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} */