h1 {
  font-family: "Varela Round", sans-serif;
}

p {
  color: rgb(150, 150, 150);
}

#women {
  position: relative;
  width: 1210px;
  height: 434px;
  overflow: hidden;
  margin: 0 auto;
  //border-top: solid 1px rgb(45,40,42);
}
#women-overlay {
  height: 520px;
  width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(../images/women-overlay.png) no-repeat;
  z-index: 50;
}
.woman {
  display: none;
}
#page-header {
  width: 1210px;
  height: 434px;
  min-width: 1210px;
  position: relative;
  z-index: 100;
  margin: 0 auto;
}
#page-header h1 {
  height: 434px;
  background: transparent url(../images/BHM15_header.jpg) center no-repeat;
  margin: 0 auto;
  position: relative;
}
#scholarship-link {
  width: 240px;
  height: 41px;
  padding: 25px 10px;
  position: absolute;
  background-color: #000;
  border-top: 5px solid #f26a3f;
  bottom: 15px;
  right: 15px;
  z-index: 200;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px #1f1f1f;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#scholarship-link:hover {
  background-color: #f26a3f;
  border-top: 5px solid #000;
}

.scholH {
  font-size: 20px;
  color: #49c474;
}

#events-head {
  position: relative;
  padding: 15px 0 30px 0;
}
#events-head h1 {
  margin: 0 0 0 300px;
  width: 910px;
  color: #fff;
  font-size: 20px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#events-head a {
  color: #f26a3f;
  font-weight: 300;
  text-align: center;
  display: block;
  width: 80px;
  height: 18px;
  position: absolute;
  right: 70px;
  top: 0;
  padding: 5px;
  background-color: #484848;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#events-head a:hover {
  color: rgba(255, 255, 255, 1);
  background-color: #f26a3f;
}

#calendar-pdf a {
  color: #f26a3f;
  font-weight: 300;
  text-align: center;
  display: block;
  width: 130px;
  height: 18px;
  position: absolute;
  left: 20px;
  top: 14px;
  padding: 5px;
  background-color: #303030;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#calendar-pdf a:hover {
  color: rgba(255, 255, 255, 1);
  background-color: #f26a3f;
}

#events {
  position: relative;
  margin: 0 40px;
}
#weeks {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 215px;
  background-color: #000000;
}

.weekSelector {
  position: relative;
  border-left: 5px solid #484848;
  margin-bottom: 5px;
}
.weekSelector.selected {
  background-color: #484848;
  border-left: 5px solid #ffd602;
}

.weekSelector.selected a {
  background-color: #484848;
  color: #ffd602;
}

.weekSelector.selected a span {
  color: #fff;
}

.weekSelector h1 {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 700;
  line-height: 24px;
}
.weekSelector a {
  display: block;
  padding: 24px 0;
  font-size: 24px;
  line-height: 24px;
  color: #ffd602;
  font-family: "Heebo", sans-serif;
}
.weekSelector a span {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: lighter;
}
#details {
  position: relative;
  width: 880px;
  float: right;
  min-height: 750px;
  border-width: 0 1px;
  overflow: hidden;
}
.weekDetails {
  display: none;
}
.weekDetails.selected {
  display: block;
}
.oldie .weekDetails * {
  filter: inherit;
}
.mainEvent {
  position: relative;
  left: 10px;
  margin-top: -5px;
  padding: 8px 20px 30px 20px;
}

.subEvent {
  margin-top: 0px !important;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  width: 40%;
}

.subEventInfo {
  display: inline-block;
  width: 59%;
}

.circleDate {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 90px;
  height: 65px;
  margin: 0;
  padding: 25px 0 0 0;
  background-color: #0fc9dd;
  text-align: center;
  text-transform: uppercase;
  font-family: "Varela Round", sans-serif;
  font-size: 22px;
  color: #000;
  line-height: 20px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.mainEvent h2 {
  font-family: "Heebo", sans-serif;
  display: block;
  padding: 5px;
  /* background-color: #fff; */
  line-height: 27px;
  margin-right: 20px;
  margin-bottom: 25px;
  letter-spacing: 1px;
  color: #fff;
  /* box-shadow:3px 3px 0px rgba(0,0,0,0.3); */
}

.mainEvent h2 img {
  display: block;
  padding: 5px;
  background-color: #fff;
  line-height: 27px;
  margin-right: 20px;
  margin-bottom: 10px;

  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.mainEvent a,
.weekEvent p a {
  color: #d3a533;
}
.mainEvent a:hover,
.weekEvent p a:hover {
  text-decoration: underline;
}

.mainEvent h4 {
  font-family: "Heebo", sans-serif;

  display: block;
  color: #ffd602;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 25px;

  margin: 0;
  padding: 0;
}
.mainEvent p {
  margin-top: 0px;
  color: #b6b6b6;
}

.weekEvent {
  position: relative;
  border-top: 1px solid gray;
  margin-bottom: 24px;
}
.weekEvent:first-child {
  border: none;
}
.weekEvent h2 {
  display: block;
  background-color: #edcb00;
  //border-radius: 50px;
  width: 70px;
  float: left;
  padding: 17px 0;
  margin: 10px;
  margin-top: 18px;
  font-family: "Heebo", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px #ffe12f;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.weekEvent h3 {
  display: block;
  width: 760px;
  padding: 5px;
  float: right;
  background-color: #fff;
  line-height: 27px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #000;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.weekEvent h3 img {
  width: 775px;
  height: 200px;
  border-bottom: 3px double #fdd800;
}

.ie7 .weekEvent h3 {
  margin-top: 12px;
}
.weekEvent h3 a,
.weekEvent h4 a {
  color: #000;
  border-bottom: solid 1px rgb(65, 65, 65);
}
.weekEvent h3 a:hover,
.weekEvent h4 a:hover {
  border-bottom: solid 1px rgb(180, 180, 180);
}
.weekEvent h4 {
  width: 760px;
  float: right;
  color: #f26a3f;
  font-size: 14px;
  font-weight: normal;
  margin: 0 20px 0 0;
  padding: 0;
}
.weekEvent h4 .sep {
  color: rgb(80, 80, 80);
  padding: 0 5px;
}
.weekEvent p {
  width: 760px;
  margin-right: 20px;
  float: right;
}

.weekEvent p a {
  color: #fff;
}

#sponsors {
  position: relative;
  margin: 10px 40px 30px 40px;
  padding: 40px;
  background-color: #fff;
}
#sponsors p {
  color: #000;
  margin: 0 0 15px 0;
  font-family: "Heebo", sans-serif;

  font-size: 13px;
  padding: 15px;
}
#sponsors p strong {
  color: #ffd602;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  font-family: "Heebo", sans-serif;
}

.brunch {
  position: relative;
  margin: 10px 40px 30px 40px;
  /* margin:60px; */
  padding: 40px;
  background-color: #fff;
}

.brunch p {
  color: #000;
  margin: 0 0 15px 0;
  font-family: "Heebo", sans-serif;
  line-height: 22px !important;
  font-size: 18px;
  padding: 15px;
}

.brunchInfo {
  /* display: inline-block; */
  width: 50%;
  float: left;
}

.brunchLink {
  vertical-align: center;
  padding-bottom: 15px;
}

.brunchLink p {
  font-size: 22px;
  color: #fff;
  font-family: "Varela Round", sans-serif;
}

.brunchLink a {
  color: #ffd602;
  transition: 0.3s;
}

.brunchLink a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

section.b-letter p {
  font-size: 18px;
  line-height: 22px;
}

.brunch h1 {
  margin: 0 0 20px 0;
  color: #ffd602;
}

.brunch p.b-details {
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px !important;
}
