/* CSS definition for functionality */
.responsive-tabs {
  overflow: overlay;
}
.responsive-tabs > input {
  display: none;
}
@media (min-width: 560px) {
  .responsive-tabs > input[type="radio"]:checked + input + label + label + section {
    display: block;
  }
}
@media (max-width: 560px) {
  .responsive-tabs > input[type="checkbox"]:checked + label + label + section {
    display: block;
  }
}
.responsive-tabs > label[for^="radio"] {
  display: none;
}
.responsive-tabs > label[for^="check"] {
  display: block;
}
@media (min-width: 560px) {
  .responsive-tabs > label[for^="radio"] {
    display: inline-block;
  }
  .responsive-tabs > label[for^="check"] {
    display: none;
  }
}
.responsive-tabs > section {
  width: 100%;
  display: none;
 /* padding-left:10px;*/
   padding-top:20px;
}
@media (min-width: 560px) {
  .responsive-tabs > section {
    float: left;
  }
}

.responsive-tabs {
  /*margin: 20px;*/
}
.responsive-tabs > input:checked + * + label {
  background-color: white;
  color: #CC0000;
}
.responsive-tabs > label {
	background-color: #eee;
	margin: 0;
	cursor: pointer;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
@media (min-width: 560px) {
  .responsive-tabs > label {
    margin-left: -3px;
  }
}
.responsive-tabs > label:not(:first-of-type) {
  border-top: 1px solid #CC0000;
}
.responsive-tabs > section {
  background-color: white;
}
/* Classes for better presentation */
.responsive-tabs > input:checked + * + label {
  background-color: #CC0000;
  color: #FFF;
}
.responsive-tabs > input:checked + * + label::after {
  transform: rotateX(180deg) translateY(5px);
}
@media (max-width: 560px) {
  .responsive-tabs > input[type="checkbox"]:checked + label + label + section {
    max-height: 10000px;
    transition: all 0.3s cubic-bezier(1, 0, 1, 0);
  }
}
.responsive-tabs > label {
  position: relative;
  background-color: #eee;
  cursor: pointer;
  padding: 5px;
  font-weight: normal;
  margin: 0;
  transition: background-color 0.5s linear, color 0.5s linear;
}
@media (min-width: 560px) {
  .responsive-tabs > label {
    padding: 10px 10px;
    margin-left: -2px;
  }
}
.responsive-tabs > label:not(:first-of-type) {
  border-top: 1px solid #ddd;
}
.responsive-tabs > label::after {
  content: '';
  position: absolute;
  top: 26px;
  right: 25px;
  border-color: #4d4d4d transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  transition: transform 0.2s linear;
}
@media (min-width: 560px) {
  .responsive-tabs > label::after {
    content: none;
  }
}
.responsive-tabs > section {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0, 1, 0, 1);
  background-color: white;
  display: block;
}
@media (min-width: 560px) {
  .responsive-tabs > section {
    max-height: none;
    display: none;
  }
}

.myQuote{
  padding: 1%;
  margin: 2% auto;
  font-size: 18px;
  background: #fff;
  max-width: 960px;
  letter-spacing: 0.30px;
 box-shadow: 0 10px 10px rgba(0,0,0, .20);
 color: rgba(27, 79, 114, 0.8);
}
blockquote q{quotes: ' ' ' ';}

cite{padding-left: .8%;font-size: 17px;}
cite:before{content: '- ';font-weight: bold;}
/* Style Colors */
.q1{ border-left: 8px solid #2ecc71;}
.q2{ border-left: 8px solid #ed5565;}
.q3{ border-left: 8px solid #ffcd69;}
.q4{ border-left: 8px solid #46cfb0;}
.q5{ border-left: 8px solid #656d77;}
.q6{ border-left: 8px solid #ed87bd;}
/* First Qoute*/
.fq{font-size: 18px;}