

body {
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 1.75rem;
  color: #373d51;
  margin: 0;
}

#link a {

  width: 100%;
  padding:0;
  color:#03b5d2;
  border-bottom:none;	
}

#link a::after {
	border:none;
    content: '';
}

.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color:#03b5d2;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #03b5d2;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #03b5d2;
}

.accordion a:hover::after {
  border: 1px solid #03b5d2;
}

.accordion a.active {
  color: #03b5d2;
  border-bottom:none;
}

.accordion a::after {
  font-family: 'Ionicons';
  content: '+';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color:#03b5d2;
  padding: 5px;
  width: 30px;
  height: 30px;
  /* -webkit-border-radius: 50%; */
  /* -moz-border-radius: 50%; */
  /* border-radius: 50%; */
  border: 1px solid #03b5d2;
  text-align: center;
  line-height: 19px;  
}

.accordion a.active::after {
  font-family: 'Ionicons';
  content: "- ";
  color: #03b5d2;
  border: 1px solid #03b5d2;
  line-height:16px;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #03b5d2;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
    line-height: 1.7;
    color: #777777;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

.thum .thumbnail {
	background-color: #87ced0;
    border: 1px solid #5da8aa;
} 

.accordi h5 {
	color:#03b5d2;
}

video {
  width: 100%;
}