/* 
    Document   : GetResources
    Created on : Jun 6, 2023, 10:55:37 AM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

#Hero {
  position: relative;
  margin: 0;
  }

.Overlay {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  text-align: center;
  }
#Hero .Overlay p {
  font-size: 70px;
  line-height: 1.5em;
  color: #fff;
  letter-spacing: 0;
  margin: 0 0 20px 0;
  text-shadow: 0 0 10px #000;
  }

#Content ul {
  list-style-position: outside;
  margin: 0 0 10px 15px;
  }

.TicketOpps {
  text-align: center;
  margin: 0 0 40px 0;
  }

.Ticket {
  display: inline-block;
  width: 25%;
  margin: 20px 0;
  padding: 0 20px;
  box-sizing: border-box;
  }
.Ticket a {
  display: block;
  background: #044f30;
  color: #fff;
  padding: 20px;
  border-top: 10px solid #00fc87;
  border-left: 10px solid #00fc87;
  border-bottom: 10px solid #4bbc8e;
  border-right: 10px solid #4bbc8e;
  text-decoration: none;
  font-weight: 400;
  box-sizing: border-box;
  }
.Ticket a:hover {
  color: #00fc87;
  background: #000;
  border-top: 10px solid #4bbc8e;
  border-left: 10px solid #4bbc8e;
  border-bottom: 10px solid #00fc87;
  border-right: 10px solid #00fc87;
  }

/**********************************************/
/* Calendar Styles                            */
/**********************************************/

#Content ul.Calendar {
  list-style-type: none;
  margin: 10px 0 50px 0;
  }
#Content ul.Calendar h3 {
  float: left;
  width: 175px;
  margin: 0;
  }
#Content ul.Calendar p {
  margin: 2px 0 10px 0;
  }
ul.Calendar li {
  background: #fff;
  margin: 0;
  padding: 5px 10px;
  }
ul.Calendar li:nth-child(even) {
  background: #efefef;
  }
ul.Calendar li a {
  text-decoration: none;
  }
ul.Calendar li a:hover {
  color: #0ace7c;
  }


/**********************************************/
/* Tabs Styles                                */
/**********************************************/

.ui-tabs .ui-tabs-nav li {
  width: 33%;
  margin: 0 0 1px 0;
  box-sizing: border-box;
  }
.ui-widget-header a {
  font-size: 16px;
  color: #000;
  width: 100%;
  text-align: center;
  border-bottom: 5px solid #ccc;
  }
.ui-widget-header a svg {
  font-size: 24px;
  }
.ui-widget-header a:hover {
  color: #0ace7c;
  border-bottom: 5px solid #0ace7c;
  }
.ui-widget {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #0ace7c;
  }


/**********************************************/
/* Bottom Photos Styles                       */
/**********************************************/

.PhotoArea {
  clear: both;
  padding: 30px 0;
  }
.PhotoArea img {
  display: block;
  border: 0;
  }
.PhotoArea p {
  text-align: center;
  margin: 10px 0;
  }

.LeftPhotos {
  float: left;
  width: 36.14035087719298%; /* 412px / 1140px */
  }

.CenterPhotos {
  float: left;
  width: 27.71929824561404%; /* 316px / 1140px */
  background: #000;
  }

.RightPhotos {
  float: left;
  width: 36.14035087719298%; /* 412px / 1140px */
  }

/**********************************************/
/* Resources Styles                           */
/**********************************************/

.Resources {
  padding: 30px 0;
  }

#Content ul.TabIt {
  list-style-position: outside;
  margin: 0 0 10px 15px;
  }
ul.TabIt span {
  font-weight: 700;
  display: block;
  }
#Content ul.TabIt a {
  overflow-wrap: break-word;
  }

/**********************************************/
/* Bottom Styles                           */
/**********************************************/

.TagIt {
  background: #044f30;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  }
.TagIt h3 {
  font-size: 32px;
  margin: 0 0 20px 0;
  }
.TagIt a {
  color: #fff;
  }

/**********************************************/
/* iFrame Styles                            */
/**********************************************/

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
/*   padding-top: 77.5%; 1000:775 Aspect Ratio (divide 775 by 1000 = 0.775) */
  height: 775px;
  margin: 0 0 30px 0;
  }

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  }

@media screen and (max-width: 1100px) {
#Hero .Overlay p {
  font-size: 50px;
  margin: 0;
  }
}
@media screen and (max-width: 1000px) {
.Ticket {
  width: 50%;
  }
}
@media screen and (max-width: 910px) {
.ui-widget-header a {
  font-size: 14px;
  }
}
@media screen and (max-width: 855px) {
ul.TabIt span {
  width: auto;
  }
ul.TabIt a {
  display: block;
  }
}
@media screen and (max-width: 750px) {
.LeftPhotos {
  float: none;
  width: 100%;
  }
.CenterPhotos {
  float: none;
  width: 100%;
  }
.RightPhotos {
  float: none;
  width: 100%;
  }
.PhotoArea img {
  display: block;
  margin: 0 auto 10px auto;
  }
}
@media screen and (max-width: 690px) {
.Overlay {
  position: static;
  margin: 0 0 0 5%;
  }
#Hero .Overlay p {
  font-size: 40px;
  color: #000;
  text-shadow: none;
  }
.ui-widget-header a {
  font-size: 12px;
  }
.Ticket {
  width: 100%;
  float: none;
  }
}
@media screen and (max-width: 620px) {
.ui-widget-header a svg {
  display: none;
  }
.ui-widget-header a {
  font-size: 10px;
  }
}
@media screen and (max-width: 450px) {
#Content ul.Calendar h3 {
  float: none;
  width: 100%;
  }
.TagIt h3 {
  font-size: 24px;
  }
.ui-widget-header a span {
  display: none;
  }
}
