
.rlAccordion > h3 {
 color: #00205c;
    font-family: "helveticaregular";
    font-size: 33px;
    text-align: left;
	text-transform:uppercase;
}
.women_sec select {
 color: #00205c;
    font-family: "helveticaregular";
    font-size: 33px;
    text-align: left;
}
.rlAccordion > h3 > span {
  float: right;
  font-family: arial, serif, sans-serif;
  font-size:50px;
}
.rlAccordion > h3 + div {
  display: none;
  width:100%;
overflow-y:hidden;

}
/* Footer Section
__________________________________________ */
footer {
  float: left;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.copy p {
  float: right;
  font-size: 1.2em;
  margin: 6% 0;
  opacity: 0.3;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.copy p:hover {
  opacity: 0.9;
}
/* IE7
__________________________________________ */
/* position of minus and plus sign in IE7 */
/* if your html structure is based in HTML5, consider use a SHIV*/
.ie7 .rlAccordion h3 span {
  position: absolute;
  right: 20px;
}
