/****** STYLES FOR THE EVENT SECTION ON THE INDEX PAGE ******/

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: EVENT NAVIGATION
:: EVENT NAVIGATION - MEDIA QUERIES
:: INDIVIDUAL EVENT STYLES
:: INDIVIDUAL EVENT - MEDIA QUERIES

*/

.eventNavWrapper {
  padding: 5px 0 0 0;
  background: url(/images/bg/borderT1.jpg) repeat-x left 5px;
}

.eventNavWrapper h2 {
  margin-bottom: 0;
  font-size: 38px;
  font-size: 3.8rem;
}

.eventNav {
  float: right;
  width: 60%;
  margin: 6px 0 10px 0;
}

.eventNav ul {
  margin: 10px 0 0 0;
}

.eventNav ul li {
  display: inline;
  padding: 0 0 0 35px;
  margin: 0;
  list-style: none;
}

.eventNav .three {
  width: 25% !important;
  margin-left: 0 !important;
  text-align: center;
}

.eventNav ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #B3B3B3;
}

.eventNav ul .active a,
.eventNav ul li a:hover {
  color: #2F3335;
}

/*****this media query is for the responsiveness of the feature set navigation for the events, the background image that is added and styling changes****/

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .eventNav {
    float: right;
    width: 50%;
    margin: 6px 0 10px 0;
  }
  .eventNav ul li {
    padding: 0 0 0 6px;
  }
  .eventNav ul li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 322px) and (max-width: 767px) {
  .eventNav.phone-four {
    margin-left: 0 !important;
  }
  .eventNav {
    background: url(/images/bg/texture2Bg.jpg) repeat left top;
  }
  .eventNav ul {
    padding: 0 0 9px 0;
  }
  .eventNav ul li {
    display: inline;
    width: 24%;
    height: 100%;
    padding: 1% 0.05%;
    margin: 0 !important;
    list-style: none;
    background: url(/images/bg/texture2Bg.jpg) repeat left top;
  }
  .eventNav ul li div {
    float: left !important;
  }
  .eventNav ul li a {
    padding: 0;
    margin-bottom: 9px;
    font-weight: 600;
    color: #B3B3B3;
    text-align: center;
    text-transform: uppercase;
  }
  .eventNav ul .active {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #849EAD;
  }
  .eventNav ul .active li {
    height: 100%;
    background: #849EAD;
  }
  .eventNav ul .active a,
  .eventNav ul li a:hover {
    margin-bottom: 9px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  .eventNav ul li a:hover {
    color: #FFFFFF;
  }
  .eventNavWrapper h2 {
    margin-bottom: 0;
    font-size: 30px;
    font-size: 3.0rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 321px) {
  .eventNav {
    background: url(/images/bg/texture2Bg.jpg) repeat left top;
  }
  .eventNav ul {
    padding: 0 0 9px 0;
  }
  .eventNav ul li {
    display: inline;
    width: 100%;
    height: 100%;
    padding: 1% 2%;
    margin: 0 !important;
    list-style: none;
    background: url(/images/bg/texture2Bg.jpg) repeat left top;
  }
  .eventNav ul li div {
    float: left !important;
  }
  .eventNav ul li a {
    padding: 0;
    margin-bottom: 9px;
    font-weight: 600;
    color: #B3B3B3;
    text-align: center;
    text-transform: uppercase;
  }
  .eventNav ul .active {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #849EAD;
  }
  .eventNav ul .active li {
    height: 100%;
    background: #849EAD;
  }
  .eventNav ul .active a,
  .eventNav ul li a:hover {
    margin-bottom: 9px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  .eventNav ul li a:hover {
    color: #FFFFFF;
  }
  .eventNavWrapper h2 {
    margin-bottom: 0;
    font-size: 30px;
    font-size: 3.0rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .eventNav ul li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 321px) and (max-width: 479px) {
  .eventNav ul li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 320px) {
  .eventNav ul li a {
    font-size: 9px;
    font-size: 0.9rem;
  }

  .accordionContent .eventWrapper .four {
    margin-left: 0 !important;
  }
}

/*****event styles****/

.eventWrapper {
  float: left;
  width: 100%;
  margin: 15px 0 30px 0;
}

.eventWrapper .four {
  margin-left: 4.4% !important;
}

.eventWrapper .first {
  margin-left: 0 !important;
}

.eventWrapper .hide {
  display: none;
}

.eventFull {
  float: left;
  width: 100%;
}

.eventArea {
  position: relative;
  overflow: hidden;
}

.eventAreaContent {
  position: relative;
  top: 0;
}

.eventAreaContainer {
  position: absolute;
  bottom: -20px;
  z-index: 99;
  display: block;
  width: 100%;
  height: 24px;
  margin: 10px 0;
  text-align: center;
  background: url(/images/bg/textureBg.png) repeat left top #ffffff;
}

.moreEvents {
  float: left;
  width: 100%;
  height: 32px;
  padding: 2px 0;
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: #999999;
}

.moreEvents:hover {
  background: #565656;
}

.moreEvents a {
  color: #FFFFFF;
}

.moreEvents:hover a {
  color: #F2F2F2;
}

.moreEvents .separator {
  padding: 0 10px;
  color: #F2F2F2;
}

.event {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 0 50px 0;
  margin: 0 0 45px 0;
}

.event:hover .eventOver,
.event:hover .eventHeaderOver {
  display: block;
}

.eventPreview {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 70.3%;
}

.eventOver {
  position: absolute;
  top: 0;
  z-index: 20;
  display: none;
  width: 80%;
  height: 90%;
  padding: 10% 10% 5.3% 10%;
  background: #2F3335;
}

.eventOver h3 {
  margin: 0 0 15px 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 22px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.eventOver h4 {
  margin: 0 0 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 16px;
  color: #FFFFFF;
}

.eventOver h5 {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFFFFF;
}

.eventContentOver {
  position: relative;
  top: 0;
  padding: 10px;
}

.eventFooter {
  position: absolute;
  bottom: -15px;
  z-index: 15;
  display: block;
  width: 96.6%;
  min-height: 50px;
  padding: 9px 0 9px 10px;
  background: url(/images/bg/eventBg.png) no-repeat right bottom #2f3335;
}

.eventFooter h3 {
  padding: 0 35px 0 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.eventFooter h4 {
  padding: 0 55px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 15px;
  color: #FFFFFF;
}

.eventBtnWrapper {
  position: relative;
  top: 0;
  z-index: 35;
  float: left;
  width: 90%;
  padding: 2% 5%;
  background: #2F3335;
}

.eventBtn1 {
  position: absolute;
  right: 2%;
  bottom: 5%;
  padding: 10px 0;
  margin: 5px 0 0 0;
  text-align: center;
  background: #849EAD;
}

.eventBtn2 {
  position: absolute;
  bottom: 5%;
  left: 1%;
  padding: 10px 0;
  margin: 5px 0 0 1%;
  text-align: center;
}

.eventBtn1 a,
.eventBtn2 a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
}

/*darker blue*/

.eventBtn1:hover {
  background-color: #768E99;
}

.eventBtn1 a:hover,
.eventBtn2 a:hover {
  color: #FFFFFF;
}

/*****this media query is for the responsiveness of the events****/

@media only screen and (min-width: 801px) and (max-width: 959px) {
  .eventWrapper .four {
    width: 31% !important;
    margin-left: 1.4% !important;
  }
  .event {
    width: 230px;
    height: 375px;
    padding: 0;
  }
  .eventBtnWrapper {
    background: none;
  }
  .eventBtn1 {
    position: relative;
    top: 0;
    right: 2%;
    padding: 10px 0 !important;
  }
  .eventBtn2 {
    position: relative;
    top: 0;
    right: 2%;
    padding: 10px 0 !important;
    margin-left: 0;
  }
  .eventBtn1 a,
  .eventBtn2 a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .eventFooter {
    position: absolute;
    top: 183px;
    bottom: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    padding: 0 0 7px 0;
    background: url(/images/bg/eventBg.png) no-repeat right bottom #2f3335;
  }
  .eventFooter h3 {
    padding: 0 12% 0 3%;
  }
  .eventFooter h4 {
    padding: 0 20% 0 3%;
  }
  .event:hover .eventOver,
  .event:hover .eventHeaderOver {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .eventWrapper .four {
    width: 31% !important;
    margin-left: 2% !important;
  }
  .event {
    width: 225px;
    height: 375px;
    padding: 0 10px 0 0;
  }
  .eventBtnWrapper {
    background: none;
  }
  .eventBtn1 {
    position: relative;
    top: 0;
    right: 2%;
    padding: 10px 0 !important;
  }
  .eventBtn2 {
    position: relative;
    top: 0;
    right: 2%;
    padding: 10px 0 !important;
    margin-left: 0;
  }
  .eventBtn1 a,
  .eventBtn2 a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .eventFooter {
    position: absolute;
    top: 178px;
    bottom: 0;
    left: 0;
    z-index: 40;
    width: 96.2%;
    min-height: 20px;
    padding: 0 0 7px 0;
    background: url(/images/bg/eventBg.png) no-repeat right bottom #2f3335;
  }
  .eventFooter h3 {
    padding: 0 16% 0 5%;
  }
  .eventFooter h4 {
    padding: 0 16% 0 5%;
  }
  .event:hover .eventOver,
  .event:hover .eventHeaderOver {
    display: none !important;
  }
}

@media only screen and (min-width: 701px) and (max-width: 767px) {
  .eventFull {
    float: left;
    width: 100%;
  }
  .eventWrapper .four {
    width: 31% !important;
    margin-left: 2% !important;
  }
  .event {
    width: 215px;
    height: 375px;
    padding: 0 10px 0 0;
    margin: 0 auto 32px auto;
  }
  .eventBtnWrapper {
    background: none;
  }
  .eventBtn1 {
    padding: 10px 0 !important;
  }
  .eventBtn2 {
    padding: 10px 0 !important;
    margin-left: 0;
  }
  .eventBtn1 a,
  .eventBtn2 a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .eventFooter {
    position: absolute;
    top: 169px;
    bottom: 0;
    left: 0;
    z-index: 40;
    width: 95.6%;
    padding: 0 0 7px 0;
    background: url(/images/bg/eventBg.png) no-repeat right bottom #2f3335;
  }
  .eventFooter h3 {
    padding: 0 15% 0 3%;
  }
  .eventFooter h4 {
    padding: 0 15% 0 3%;
  }
  .event:hover .eventOver,
  .event:hover .eventHeaderOver {
    display: none !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 700px) {
  .eventFull {
    height: auto;
  }
  .eventWrapper .four {
    width: 100% !important;
    margin-left: 1.4% !important;
  }
  .event {
    width: 315px;
    height: 320px;
    margin: 0 auto 32px auto;
  }
  .eventBtnWrapper {
    background: none;
  }
  .eventBtn1 {
    padding: 10px 0 !important;
  }
  .eventBtn2 {
    padding: 10px 0 !important;
    margin-left: 0;
  }
  .eventBtn1 a,
  .eventBtn2 a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .eventFooter {
    position: absolute;
    top: 250px;
    left: 0;
    z-index: 40;
    width: 100%;
    padding: 0 0 7px 0;
    background: url(/images/bg/eventBg.png) no-repeat right bottom #2f3335;
  }
  .eventFooter h3 {
    padding: 0 15% 0 5%;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 16px;
    color: #FFFFFF;
  }
  .eventFooter h4 {
    padding: 0 15% 0 5%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 14px;
    color: #FFFFFF;
  }
  .event:hover .eventOver,
  .event:hover .eventHeaderOver {
    display: none !important;
  }
}

@media only screen and (min-width: 0) and (max-width: 480px) {
  .eventFull {
    height: auto;
  }
  .eventWrapper .four, .accordionContent .eventWrapper .four {
    width: 100% !important;
    margin-left: 0  !important;
  }
  .event {
    width: 300px;
    height: 375px;
    overflow: hidden;
    margin: 0 auto 32px auto;
  }
  .accordionContent .event {
      width: 280px;
  }
  .eventBtnWrapper {
    padding: 5% 5% 6% 5%;
    background: none;
  }
  .eventBtn1 {
    padding: 10px 0 !important;
  }
  .eventBtn2 {
    padding: 10px 0 !important;
    margin-left: 0;
  }
  .eventBtn1 a,
  .eventBtn2 a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .eventFooter {
    position: absolute;
    top: 238px;
    z-index: 10;
    width: 100%;
    padding: 0;
    background: url(/images/bg/eventBg.png) no-repeat right bottom #2f3335;
  }
  .accordionContent .eventFooter {
      top: 222px;
  }
  .eventFooter h3 {
    padding: 0 22% 0 5%;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 15px;
    color: #FFFFFF;
  }
  .eventFooter h4 {
    padding: 0 22% 2% 5%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 13px;
    color: #FFFFFF;
  }
  .event:hover .eventOver,
  .event:hover .eventHeaderOver {
    display: none !important;
  }
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
