.quote-hide {
  display: none;
}
.quote-box {
	text-align: center;
	padding-left: 10em;
	padding-right: 10em;
	padding-top: 3em;
	padding-bottom: 1em;
	min-height:200px;
}

cite {
	font-size: 80%;
	color: #999;
}

.responsive-tabs {
	}
  .responsive-tabs dt {
    padding: 0.5em;
    border-top: 1px solid #ccc;
    cursor: pointer;
	font-family: "quasimoda", sans-serif; 
	font-size: 16px;
	padding:20px;
    }
  .responsive-tabs dt:first-child {
    border-top: 0;
    }
  .responsive-tabs .active {
    background-color: #ed8b00;
    }
  .responsive-tabs .active + dd {
    display: block;
    }
  .responsive-tabs dd {
	display: none;
    padding: 0.5em;
    }

.responsive-tabs-placeholder {
  display: none;
  }


@media only screen and (min-width: 768px) {
  
  .responsive-tabs {
    }
    .responsive-tabs dt {
      float: left;
      border-top: 0;
	  font-family: "quasimoda", sans-serif; 
	  font-size: 16px;
	  padding:20px;	
      }
    .responsive-tabs .active + dd {
      display: none;
      }
 
  .responsive-tabs-placeholder {
    clear: both;
    display: block;
    padding: 1em;
    border-top: 1px solid #ccc;
    }

}

.right{
	display: inline-block;
	vertical-align: top;
	width: 58%;
	padding-left: 50px;
}

p.over {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    font-family: "quasimoda", sans-serif;
    text-align: left;
    margin-right: 20px;
}



.text_box, .text_box p {
    position: relative;
	
}



.text_background {
    position: absolute;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    bottom: 0;
}

img.banner {
    width: 100%;
}
