
/**************************************************************************/
/*********************  BEGINNING OF THE STYLE SHEET  ********************/
/************************************************************************/


/*********************  EVENTS CALL TO ACTION  ************************/

.event-row-cta {  /* main block */
  border-radius: 20px;
  background-color: #f9f6e5;
  border: #A4925A solid 5px;
  display: block;
  width: 100%;
  min-height: 391px;
  height: auto;
}
.event-copy-block {
    display: inline-block;
    float: left;
    position: relative;
    width: 65%;
}
.event-cta-img {
    display: inline-block;
    background-color: #A4925A;
    border-radius:  0 14px 14px 0;
    border: 1px #A4925A solid;
    border-left: #A4925A solid 4px;
    float: left;
    position: relative;
    width: 35%;
}
.event-cta-img img {
    border-radius:  0 14px 14px 0;
    height: auto;
}
.event-start-date {
    color: #ffffff;
    background-color: #A4925A;
    border-radius: 11px 0 0 0;
    display: block;
    height: 65px;
    padding: 15px 0 0 25px;
    font-size: 32px;
    font-family: var(--font-roboto-slab)!important;
    width: 100%;
}
.event-title-cta {
    border-bottom: #A4925A solid 3px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0 5px 0px;
    width: 94%;
}
.event-title-cta a {
    text-decoration: none!important;
}
.event-title-cta p {
    text-align: left;
}
.event-time-cta {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 25px 0 0 0;
    padding: 10px 0 0 98px;
    position: relative;
    width: 100%;
}
.event-time-cta::before {
    content: '';
    background-image: url('/themes/contrib/gtsubtheme/images/clock-face.png');
    width: 69px;
    height: 69px;
    position: absolute;
    left: 21px;
    top: -6px;
}
.event-summary-cta {
    display: block;
    padding: 20px 0 0 25px;
    width: 96%;
}
.event-summary-cta p {
    line-height: 24px;
    margin-bottom: 0rem!important;
}
.event-learnmore-cta::after {
    content: '';
    background-image: url('../images/gt-new-gold-arrow.svg');
    width: 17px;
    height: 17px;
    margin: 8px 0 0 10px;
    position: absolute;
    padding: 0px;
    background-repeat: no-repeat;
}
.event-learnmore-cta {
    font-weight: bold;
    font-size: 20px;
    padding: 8px 0 0 25px;
}
/********************************************************************/
/*********************  END CTA EVENTS STYLES   ********************/
/******************************************************************/



/********* Event Date *********/
#mercury .date-wrapper,
#mercury .time-wrapper {
  clear: both;
  display: block;
  font-size: .8rem;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
#mercury .time-wrapper {
  text-align: center;
  margin: 1rem 2rem .5rem 0;
}
#mercury .time-wrapper-event {
  text-align: left;
  margin: 0;
}
#mercury .date-wrapper {
  background: var(--gt-white);
  border: 1px solid var(--gt-light-grey);
  margin: 0 2rem .5rem 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#mercury .day,
#mercury .day-multi {
  background: var(--gt-black);
  color: var(--gt-gold);
  font-family: var(--font-roboto-condensed);
  font-size: 1.1rem;
  font-weight: 600;
  padding: .5rem 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
#mercury .month,
#mercury .month-multi {
  color: var(--gt-gold);
  font-family: var(--font-roboto-condensed);
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: .5rem;
  text-align: center;
  text-transform: uppercase;
}
#mercury .date,
#mercury .date-multi {
  color: var(--gt-gold);
  font-family: var(--font-roboto-condensed);
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
#mercury .year,
#mercury .year-multi {
  color: var(--gt-gold);
  font-family: var(--font-roboto-condensed);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: .5rem;
  text-align: center;
  text-transform: uppercase;
}
#mercury .time,
#mercury .time-multi {
  display: inline;
  font-weight: 400;
}
#mercury .time:before,
#mercury .time-multi:before {
 font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f017";
  color: var(--gt-md-gold);
  margin-right: .25rem;
  display: inline;
}


/*********************  NEWS CALL TO ACTION  ************************/

.news-row-cta {  /* main block */
    border-radius: 20px;
    background-color: #f9f6e5;
    border: #A4925A solid 5px;
    display: block;
    width: 100%;
    min-height: 391px;
    height: auto;
  }
  .news-copy-block {
      display: inline-block;
      float: left;
      position: relative;
      width: 65%;
  }
  .news-cta-label {
    background-color: #A4925A;
    border-radius: 0 15px 15px 0;
    color: #ffffff;
    font-family: var(--font-roboto-slab);
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px;
    padding: 6px 0px 6px 22px;
    width: 32%;
  }
  .news-cta-img {
      display: inline-block;
      background-color: #A4925A;
      border-radius:  0 14px 14px 0;
      border: 1px #A4925A solid;
      border-left: #A4925A solid 4px;
      float: left;
      position: relative;
      width: 35%;
  }
  .news-cta-img img {
      border-radius:  0 14px 14px 0;
      height: auto;
  }
  .news-title-cta {
      border-bottom: #A4925A solid 3px;
      color: #A4925A;
      display: block;
      font-size: 28px;
      font-weight: bold;
      margin: 0 auto;
      padding: 15px 0 15px 0px;
      width: 94%;
  }
  .news-title-cta a {
      text-decoration: none!important;
  }
  .news-title-cta p {
      text-align: left;
  }
  .news-summary-cta {
      display: block;
      padding: 20px 0 0 25px;
      width: 96%;
  }
  .news-summary-cta p {
      line-height: 24px;
      margin-bottom: 0rem!important;
  }
  .news-readmore-cta::after {
      content: '';
      background-image: url('../images/gt-new-gold-arrow.svg');
      width: 17px;
      height: 17px;
      margin: 8px 0 0 10px;
      position: absolute;
      padding: 0px;
      background-repeat: no-repeat;
  }
  .news-readmore-cta {
      font-weight: bold;
      font-size: 20px;
      padding: 8px 0 0 25px;
  }
  /********************************************************************/
  /*********************  END CTA NEWS STYLES   ********************/
  /******************************************************************/
  
  



/*********************  New EVENTS page styles  ********************/

#nday { 
    text-align:center; 
    margin: -1px; 
    border-radius: 20px 20px 0 0;
    text-transform:uppercase; 
    font-size:20px; 
    font-weight:bolder; 
    padding:8px 0 10px 0; 
    background-color:#A4925A; 
    color:white; 
    
    font-family: var(--font-roboto-slab)!important;
}
#nmonth {
    text-align:center; 
    font-size:30px; 
    font-weight:bold; 
    text-transform:uppercase; 
    color:#000000;
    margin: 5px 0 0 0;
}
#ndate {
    text-align:center; 
    font-size:55px;
    font-weight:bold; 
    color:#000000; 
    line-height: 40px;
    margin: 6px 0 0 0;
}
#nyear {
    text-align:center; 
    font-size:31px; 
    font-weight:bold; 
    text-transform:uppercase; 
    color:#A4925A;
    margin-top:10px;
}

.hp-event-title-custom {
    width:71%; 
    float:left; 
    margin-top:10px;
}

div.ndate-block {
  width:180px;
  height:180px;
  float: left;
  position: relative;
  border-radius: 20px;
  margin:10px 20px 75px 0px;
  border: 2px solid #A4925A;
  padding: 0;
  background-color: #ffffff;
}

.event-title {
    border-bottom: 2px solid #A4925A;
    color:#A4925A;
    display: block;
    font-size: 1.5rem;
    line-height: 1.6rem;
    margin: 0 0 0 200px;
    padding-bottom: 10px;
    position: relative;
    width: 80%;
}

h2.event-time {
    padding: 0 0 0 69px;
}
.event-time {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 25px 0 0 0;
    padding: 10px;
    position: relative;
    
}

.event-time::before {
    content: '';
    background-image: url('/themes/contrib/gtsubtheme/images/clock-face.png');
    width: 69px;
    height: 69px;
    position: absolute;
    padding: 0;
    left: -5px;
    top: -12px;
}
.event-summary {
    padding: 20px 0 0 0;
}
.events-learn-more::after {
    content: '';
    background-image: url('../images/gt-new-gold-arrow.svg');
    width: 17px;
    height: 17px;
    margin: 1px 0 0 10px;
    position: absolute;
    padding: 10px;
    background-repeat: no-repeat;
}

.event-grid {
    background-color:  #ffffff;
    clear: both;
    display:  table;
    /*  border-bottom: 6px solid #B3A369; */
    padding: 0 0 50px 0;
  }


  /*********************  New FEATURED EVENTS page styles  ********************/

#fday { 
    text-align:center; 
    margin: -1px; 
    border-radius: 20px 20px 0 0;
    text-transform:uppercase; 
    font-size:20px; 
    font-weight:bolder; 
    padding:8px 0 10px 0; 
    background-color:#A4925A; 
    color:white; 
    
    font-family: var(--font-roboto-slab)!important;
}
#fmonth {
    text-align:center; 
    font-size:30px; 
    font-weight:bold; 
    text-transform:uppercase; 
    color:#000000;
    margin: -10px 0 0 0;
}
#fdate {
    text-align:center; 
    font-size:55px;
    font-weight:bold; 
    color:#000000; 
    line-height: 40px;
    margin: -10px 0 0 0;
}
#fyear {
    text-align:center; 
    font-size:31px; 
    font-weight:bold; 
    text-transform:uppercase; 
    color:#A4925A;
    margin-top:-10px;
}



div.fdate-block {
  width:180px;
  height:180px;
  float: left;
  position: relative;
  border-radius: 20px;
  margin:10px 20px 20px 0px;
  border: 2px solid #A4925A;
  padding: 0;
  background-color: #ffffff;
}

.fevent-title {
    border-bottom: 2px solid #A4925A;
    color:#A4925A;
    display: block;
    font-size: 1.5rem;
    margin: 0 0 0 200px;
    padding-bottom: 10px;
    position: relative;
    width: 80%;
}

h2.fevent-time {
    padding: 0 0 0 69px;
}
.fevent-time {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 25px 0 0 0;
    padding: 10px;
    position: relative;
    
}

.fevent-time::before {
    content: '';
    background-image: url('/themes/contrib/gtsubtheme/images/clock-face.png');
    width: 69px;
    height: 69px;
    position: absolute;
    padding: 0;
    left: -5px;
    top: -12px;
}
.fevent-summary {
    padding: 20px 0 0 0;
}
.events-learn-more::after {
    content: '';
    background-image: url('../images/gt-new-gold-arrow.svg');
    width: 17px;
    height: 17px;
    margin: 1px 0 0 10px;
    position: absolute;
    padding: 10px;
    background-repeat: no-repeat;
}
  .event-featured {
    background-color:  #ffffff;
    clear: both;
    display:  table;
    /*  border-bottom: 6px solid #B3A369; */
    padding: 0 0 50px 0;
  }


/*****************************************************************************/
/********************       BIO E EVENTS VIEWS       ************************/
/***************************************************************************/

  #block-views-block-events-block-6 {
    float: left;
    position: relative;
    width: 48%;
  }
  #block-views-block-events-block-4,
  #block-bioannualrecurringevents {
    float: left;
    padding: 0 0 0 10px;
    width: 48%;
  }




/*********************************************************************************/
/********************       MOBILE MAX WIDTH 1199.98      ************************/
/********************************************************************************/

@media all and (max-width: 1199.98px) {

    .event-row-cta {  /* main block */
        border-radius: 20px;
        background-color: #f9f6e5;
        border: #A4925A solid 4px;
        display: block;
        width: 100%;
        min-height: 465px;
        height: auto;
    }
    .event-copy-block {
        display: inline-block;
        float: left;
        position: relative;
        width: 50%;
    }
    .event-cta-img {
        display: inline-block;
        background-color: #A4925A;
        border-radius:  0 14px 14px 0;
        border: 1px #A4925A solid;
        border-left: #A4925A solid 4px;
        float: left;
        position: relative;
        width: 50%;
    }
    .event-cta-img img {
        border-radius:  0 14px 14px 0;
        height: auto;
    }
    .event-time-cta {
        display: inline-block;
        font-size: 2rem;
        font-weight: bold;
        margin: 25px 0 0 0;
        padding: 10px 0 0 98px;
        position: relative;
        width: 100%;
    }
    .event-time-cta::before {
        content: '';
        background-image: url('/themes/contrib/gtsubtheme/images/clock-face.png');
        width: 69px;
        height: 69px;
        position: absolute;
        left: 21px;
        top: -6px;
    }
    .event-summary-cta {
        display: block;
        padding: 20px 0 0 25px;
        line-height: 1.5rem;
        width: 96%;
    }
    .news-row-cta {  /* main block */
        border-radius: 20px;
        background-color: #f9f6e5;
        border: #A4925A solid 4px;
        display: block;
        width: 100%;
        min-height: 465px;
        height: auto;
    }
    .news-copy-block {
        display: inline-block;
        float: left;
        position: relative;
        width: 50%;
    }
    .news-cta-label {
      background-color: #A4925A;
      border-radius: 0 15px 15px 0;
      color: #ffffff;
      font-family: var(--font-roboto-slab);
      font-size: 22px;
      font-weight: bold;
      margin-top: 30px;
      padding: 10px 10px 10px 22px;
      width: 42%;
    }
    .news-cta-img {
        display: inline-block;
        background-color: #A4925A;
        border-radius:  0 14px 14px 0;
        border: 1px #A4925A solid;
        border-left: #A4925A solid 4px;
        float: left;
        position: relative;
        width: 50%;
    }
    .news-cta-img img {
        border-radius:  0 14px 14px 0;
        height: auto;
    }
    .news-summary-cta p {
        line-height: 21px;
    }


}



/*****************************************************************************/
/********************       MOBILE MAX WIDTH 991      ************************/
/*****************************************************************************/

@media all and (max-width: 992px) {

    .event-row-cta {  /* main block */
        border-radius: 20px;
        background-color: #f9f6e5;
        border: #A4925A solid 4px;
        display: block;
        width: 100%;
        overflow: auto;
    }
    .event-cta-img {
        display: none;
    }
    .event-copy-block {
        display: inline-block;
        float: left;
        position: relative;
        width: 100%;
        overflow: auto;
    }

    .news-row-cta {  /* main block */
        border-radius: 20px;
        background-color: #f9f6e5;
        border: #A4925A solid 4px;
        display: block;
        width: 100%;
        overflow: auto;
      }
      .news-copy-block {
          display: inline-block;
          float: left;
          position: relative;
          width: 100%;
          overflow: auto;
      }
      .news-cta-img {
        display: none;
      }
  
  }

/*****************************************************************************/
/********************       MOBILE MAX WIDTH 640      ************************/
/*****************************************************************************/

@media all and (max-width: 640px) {

  div.ndate-block {
    width: 220px!important;
    height: 220px!important;
    position: relative;
    border-radius: 20px;
    margin: 10px 20px 10px 0px!important;
    border: 2px solid #A4925A;
    padding: 0;
    background-color: #ffffff;
    clear: both;
  }
  .event-row-cta {  /* main block */
    border-radius: 20px;
    background-color: #f9f6e5;
    border: #A4925A solid 4px;
    display: block;
    width: 100%;
    min-height: 500px;
    height: auto;
  }
  .event-start-date {
    color: #ffffff;
    background-color: #A4925A;
    border-radius: 11px 0 0 0;
    display: block;
    height: 65px;
    padding: 15px 0 0 25px;
    font-size: 26px;
    font-family: var(--font-roboto-slab)!important;
    width: 100%;
  }
  .news-row-cta {  /* main block */
    border-radius: 20px;
    background-color: #f9f6e5;
    border: #A4925A solid 4px;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 0 0 -20px;
    overflow: auto;
  }
    .news-copy-block {
        display: inline-block;
        float: left;
        position: relative;
        width: 90%;
        overflow: auto;
    }
    .news-cta-label {
        background-color: #A4925A;
        border-radius: 0 15px 15px 0;
        color: #ffffff;
        font-family: var(--font-roboto-slab);
        font-size: 22px;
        font-weight: bold;
        margin-top: 30px;
        padding: 10px 10px 10px 0px;
        width: 60%;
      }
    .news-cta-img {
        display: none;
    }
    .news-cta-img img {
        display: none;
    }
    .news-title-cta {
        border-bottom: #A4925A solid 3px;
        color: #A4925A;
        display: block;
        font-size: 28px;
        font-weight: bold;
        margin: 0 auto;
        padding: 10px 0 15px 0px;
        width: 94%;
    }
    .news-title-cta a {
        text-decoration: none!important;
    }
    .news-title-cta p {
        text-align: left;
    }
    .news-summary-cta {
        display: block;
        padding: 20px 0 0 10px;
        width: 100%;
    }
    .news-readmore-cta::after {
        content: '';
        background-image: url('../images/gt-new-gold-arrow.svg');
        width: 17px;
        height: 17px;
        margin: 8px 0 0 10px;
        position: absolute;
        padding: 0px;
        background-repeat: no-repeat;
    }
    .news-readmore-cta {
        font-weight: bold;
        font-size: 20px;
        padding: 8px 0 60px 10px;
    }

}







/******************************************************************/
/******************  END OF THE STYLE SHEET  *********************/
/****************************************************************/
