@charset "utf-8";
/* CSS Document */

body{
	background: #f8f9fb;
}
  .article-content li {
    text-transform: none;
    font-size: 16px;
    color: #4f4f4f;
  }
  .buttonbig {
    background-color: #FCDF1B;
  border: none;
  color: #007940;
    width: 40%;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 4px 2px;
  }
    .buttonbig2 {
    background-color: #007940;
  border: none;
  color: white;
    width: 40%;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 4px 2px;
  }
    .ticket-button {
    background-color: #FCDF1B;
  border: none;
  color: #007940;
    width: 80%;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 4px 2px;
  }
    .ticket-button2 {
    background-color: #007940;
  border: none;
  color: white;
    width: 80%;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 4px 2px;
  }
      .ticket-button3 {
    background-color: white;
  border: 2px solid #007940;
  color: #007940;
    width: 80%;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 4px 2px;
  }

.wrapper{
	width: 100%;
	margin: 50px auto;
}

.wrapper .title{
	margin-bottom: 25px;
	background: #007940;
	padding: 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 2px;
	font-weight: 700;
}

.wrapper .accordion_item{
	margin-bottom: 25px;
	box-shadow: 0 0 5px rgba(225,225,225,0.5);
}

.wrapper .accordion_item .accordion_tab{
	background: #fff;
	padding: 20px;
	color: #007940;
	font-size: 18px;
  text-transform: uppercase;
  text-align: left;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	transition: all 0.3 ease;
}

.wrapper .accordion_item .accordion_tab .arrow{
	position: absolute;
	top: 35px;
	transform: translateY(-50%);
	right: 20px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #007940;
}

.wrapper .accordion_item .accordion_tab .arrow img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 13px;
	height: 13px;
}

.wrapper .accordion_item .accordion_content{
	background: #eeeeee;
	display: none;
	transition: all 0.3s ease;
  padding: 10px 15px 10px 15px;
}

.wrapper .accordion_item .accordion_content p{
	font-size: 16px;
	line-height: 18px;
  text-transform: none;
	color: #4f4f4f;
  font-weight: normal;
}

.wrapper .accordion_item .accordion_tab.active{
	color: #007940;
	background: #fff;
}

.wrapper .accordion_item .accordion_tab.active .arrow img{
	transform: translate(-50%,-50%) rotate(180deg);
	transition: all 0.3s ease;
}

.wrapper .accordion_item .accordion_tab.active .accordion_content{
	display: block;
}
   .article-content section {
		width: 100%;
		min-height: 200vh;
		margin-top: 50px;
        background-color: white;
		position: relative;
        text-align: center;
	}
  .divTable
    {
        display:  table;
        width:auto;
      position: relative;
      margin-left:auto; 
    margin-right:auto;
        border-spacing:10px;/*cellspacing:poor IE support for  this*/
       /* border-collapse:separate;*/
    }

    .divRow
    {
       display:table-row;
       width:auto; 
    }

    .divCell
    {
       /* float:left;fix for  buggy browsers*/
        /*display:table-column;*/
      display:inline-block;
        width:50%;
      padding: 10px 20px 10px 20px;
      vertical-align: top;
    }
  table {
    overflow: auto;
    border: 1px solid rgb(0, 0, 0);
      width: 80%;
  }
    tr {
    font-size: 14px;
    text-transform: none;
    border: 1px solid rgb(0, 0, 0)
  }
  td {
    font-size: 14px;
    text-transform: none;
    border: 1px solid rgb(0, 0, 0)
  }

	.article-content h1 {
		margin: 0;
		text-align: center;
		font-size: 70px;
		animation-delay: 0.6s;
		animation-duration: 5s;
		font-family: Eduardo, Arial," sans-serif";
		color: #007940;
		letter-spacing: 17px;
	}
    #title {
      text-align: center;
    }
  .article-content h1 a {
    text-decoration: none;
  }
  .article-content h2 {
		margin: 0;
    font-size: 24px;
		text-align: center;
		color: #007940;
	}
  .article-content h3 a {
    color: #007940;
  }
	.hvr-sweep-to-top:before {
        font-family: Eduardo, Arial," sans-serif";
		background:rgba(255,242,0,0.84);
	}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: black;
  font-family: Eduardo, Arial," sans-serif";
}
    .center-div {
      	position: relative;
        width: 75%;
      	padding: 20px;
      	margin: auto;
		text-align: center;
      background-color: white;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
      display: inline-block;
	}
  a {
    color: #007940;
  }
  .faqs {
    margin-left: 5px;
  }
@media(max-width:1730px) {
    .body {
		margin-left: -12px;
    }
    #title {
      padding-left: 6px;
    }
  .center-div {
    border: none;
    width: 80%;
  }
    .article-content h2 {
      font-size: 24px;
      line-height: 30px;
    }
    .subheader {
      font-size: 25px;
    }
}
  @media(max-width:1290px) {
    .body {
		margin-left: -12px;
    }
    #title {
      padding-left: 6px;
    }
  .center-div {
    border: none;
    width: 100%;
  }

    .article-content h2 {
      font-size: 24px;
      line-height: 30px;
    }
    .subheader {
      font-size: 25px;
    }
  }
    @media(max-width:985px) {
    .body {
		margin-left: -12px;
    }
 .divTable
    {
     margin-left: 0px;
      margin-right: 0px;
        border-spacing:10px;/*cellspacing:poor IE support for  this*/
       /* border-collapse:separate;*/
    }
          .divRow
    {
       display:table-row;
       width:100%; 
    }
                .divCell
    {
       width:100%; 
    }
      td {font-size: 12px;}
  .center-div {
    border: none;
    width: 100%;
  }
    #title {
      padding-left: 6px;
    }
  .article-content h1 {
    font-size: 55px;
    letter-spacing: 1px;
    line-height: 60px;
    letter-spacing: 10px;
  }
    .article-content h2 {
      font-size: 24px;
      line-height: 30px;
    }
    .subheader {
      font-size: 25px;
    }
  }
    @media(max-width:550px) {
    .body {
		margin-left: -12px;
    }
      .buttonbig {width: 80%;}
      .buttonbig2 {width: 80%;}
       .divTable
    {
margin-left: 0px;
      margin-right: 0px;
        border-spacing:10px;/*cellspacing:poor IE support for  this*/
       /* border-collapse:separate;*/
    }
                .divRow
    {
       display:table-row;
       width:100%; 
    }
                .divCell
    {
       width:100%; 
    }
  .center-div {
    border: none;
    width: 100%;
  }
      table {width: 95%;}
    #title {
      padding-left: 6px;
    }
  .article-content h1 {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 60px;
    letter-spacing: 4px;
  }
    h2 {
      font-size: 24px;
      line-height: 30px;
    }
    .subheader {
      font-size: 25px;
    }
        .article-content li {
    font-size: 14px;
  }

}