/* CSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
/*end*/
#IUpcoming_Events_Section .Events_Background {
  color: white;
  font-family: Serif;
  position: relative;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background: linear-gradient(0deg, #2b2b2b 0%, #5b5b5b 100%);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px;
  padding-bottom: 40px; }

#IUpcoming_Events_Section .Events_Wrapper {
  position: relative;
  display: block;
  padding-bottom: 40px;
  margin: auto; }

#IUpcoming_Events_Section .Events_Wrapper_Main {
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }

#IUpcoming_Events_Section .Events_Container {
  position: relative;
  display: block;
  background-color: white;
  height: 1600px;
  width: 80%;
  top: 40px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
  padding: 50px 80px 0px 80px;
  color: #2b2b2b; }

#IUpcoming_Events_Section .Events_Container_Wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /*margin: 50px 100px 20px 100px;*/ }

#IUpcoming_Events_Section .Events_Title_Font {
  position: relative;
  display: block;
  color: #2b2b2b;
  font-family: Serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 125% */
  letter-spacing: 0.96px;
  text-transform: uppercase; }

#IUpcoming_Events_Section .Events_Wrapper_Main p {
  font-family: Arial;
  font-size: 18px;
  font-weight: 500;
  color: #2b2b2b; }

#IUpcoming_Events_Section .Events_SubTitle_Font {
  position: relative;
  display: block;
  color: #2b2b2b;
  font-family: Serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 112.5% */ }

#IUpcoming_Events_Section .Events_All_Wrapper {
  position: relative;
  display: flex;
  float: right;
  top: 0px;
  right: 0;
  text-decoration: none; }

#IUpcoming_Events_Section .Events_All_Wrapper a {
  text-decoration: none; }

#IUpcoming_Events_Section .Events_All_EventBTN {
  background-color: #2b2b2b;
  z-index: 2;
  position: relative;
  display: block;
  padding: 15px 15px 15px 15px;
  width: 240px;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.5s; }

#IUpcoming_Events_Section .Events_Right_Arrow {
  position: absolute;
  font-size: 25px;
  color: white;
  top: 4px;
  right: 45px;
  transition: right 0.5s; }

#IUpcoming_Events_Section .Events_Right_Arrow a {
  font-size: 25px;
  color: white; }

#IUpcoming_Events_Section .Events_All_EventBTN_Text {
  color: #FFF;
  text-align: justify;
  font-family: Arial;
  font-size: 13.84px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: font-size 0.5s; }

#IUpcoming_Events_Section .Events_All_EventBTN a {
  text-decoration: none; }

#IUpcoming_Events_Section .Events_All_EventBTN:hover {
  background-color: #5b5b5b;
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 0.5s; }

#IUpcoming_Events_Section .Events_All_EventBTN:hover .Events_All_EventBTN_Text {
  font-size: 16px;
  transition: font-size 0.5s; }

#IUpcoming_Events_Section .Events_All_EventBTN:hover .Events_Right_Arrow {
  right: 35px;
  transition: right 0.5s; }

#IUpcoming_Events_Section .Events_Grid {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 20px 0px 20px 0px;
  /*background-color: gray;*/
  justify-content: space-between; }

#IUpcoming_Events_Section .Event_Item {
  position: relative;
  height: 450px;
  width: 328px;
  background-color: white;
  color: black;
  margin-bottom: 25px; }

#IUpcoming_Events_Section .Events_PinkBox {
  position: absolute;
  display: block;
  content: "";
  background-color: #2b2b2b;
  height: 350px;
  width: 100px;
  right: 6px;
  z-index: 1;
  top: 22px;
  transition: background-color 0.5s; }

#IUpcoming_Events_Section .Events_Image {
  position: relative;
  display: block;
  z-index: 2;
  width: 290px;
  height: 290px;
  overflow: hidden; }

#IUpcoming_Events_Section .Events_Image_Scale {
  transform: scale(1);
  transform-origin: bottom left;
  transition: transform 0.5s; }

#IUpcoming_Events_Section .Events_Title_Wrapper {
  position: relative;
  display: block;
  background-color: white;
  box-shadow: 0px 3.77494px 3.77494px 0px rgba(0, 0, 0, 0.25);
  width: 322px;
  height: 140px;
  z-index: 2;
  padding-bottom: 0;
  text-align: center; }

#IUpcoming_Events_Section .Events_Title {
  position: relative;
  z-index: 2;
  color: #2b2b2b;
  font-family: Arial;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  /*padding: 10px 0 0 10px;*/ }

#IUpcoming_Events_Section .Events_Address {
  position: relative;
  color: black;
  font-family: Arial;
  font-size: 11.325px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.572px;
  letter-spacing: 2.038px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px; }

#IUpcoming_Events_Section .Events_Register_BTN_Wrapper {
  position: absolute;
  display: block;
  bottom: 0;
  /*background-color: blue;*/
  height: 45px;
  width: 100%; }

#IUpcoming_Events_Section .Events_Register_BTN {
  display: block;
  height: 45px;
  width: 100%;
  background-color: #2b2b2b;
  color: white;
  text-decoration: none;
  font-family: Arial;
  font-size: 14.156px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.875px;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  transition: background-color 0.5s;
  z-index: 2; }

#IUpcoming_Events_Section .Events_Register_BTN a {
  color: white;
  text-decoration: none;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#IUpcoming_Events_Section .Event_Item:hover .Events_PinkBox {
  background-color: #5b5b5b;
  transition: background-color 0.5s; }

#IUpcoming_Events_Section .Event_Item:hover .Events_Image_Scale {
  transform: scale(1.1);
  transform-origin: bottom left;
  transition: transform 0.5s; }

#IUpcoming_Events_Section .Event_Item:hover .Events_Register_BTN {
  background-color: #5b5b5b;
  transition: background-color 0.5s; }

#IUpcoming_Events_Section .Events_All_BTN_Wrapper {
  position: relative;
  display: block;
  width: 100%;
  bottom: 80px;
  text-decoration: none;
  z-index: 2; }

#IUpcoming_Events_Section .Events_All_BTN_Wrapper a {
  text-decoration: none; }

#IUpcoming_Events_Section .Events_All_EventBTN_Bottom {
  background-color: #2b2b2b;
  position: relative;
  display: block;
  padding: 15px 0px 15px 0px;
  width: 100%;
  text-decoration: none;
  transition: background-color 0.5s; }

#IUpcoming_Events_Section .Events_Right_Arrow_Bottom {
  position: absolute;
  font-size: 25px;
  color: white;
  top: 7px;
  right: 50px;
  transition: right 0.5s; }

#IUpcoming_Events_Section .Events_Right_Arrow_Bottom a {
  font-size: 25px;
  color: white; }

#IUpcoming_Events_Section .Events_All_EventBTN_Text_Bottom {
  color: #FFF;
  font-family: Arial;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  /* 150.739% */
  letter-spacing: 8px;
  text-decoration: none;
  transition: letter-spacing 0.5s;
  padding-left: 20px;
  text-transform: uppercase;
  padding-top: 4px; }

#IUpcoming_Events_Section .Events_All_EventBTN_Text_Bottom a {
  text-decoration: none; }

#IUpcoming_Events_Section .Events_All_EventBTN_Bottom:hover {
  background-color: #5b5b5b;
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 0.5s; }

#IUpcoming_Events_Section .Events_All_EventBTN_Bottom:hover .Events_All_EventBTN_Header_Bottom {
  color: #2b2b2b; }

#IUpcoming_Events_Section .Events_All_EventBTN_Bottom:hover .Events_All_EventBTN_Text_Bottom {
  letter-spacing: 9px;
  transition: letter-spacing 0.5s; }

#IUpcoming_Events_Section .Events_All_EventBTN_Bottom:hover .Events_Right_Arrow_Bottom {
  right: 40px;
  transition: right 0.5s; }

#IUpcoming_Events_Section .datebox-outer {
  position: absolute;
  bottom: 150px;
  left: 47%;
  transform: translate(-50%, -10%);
  border-radius: 0;
  border-bottom: 30px solid #2b2b2b;
  border-left: 6px solid #2b2b2b;
  border-right: 6px solid #2b2b2b;
  border-top: 6px solid #2b2b2b;
  text-align: center;
  width: 96px;
  height: 70px;
  background-color: white;
  z-index: 3; }

#IUpcoming_Events_Section .datebox-inner-day {
  position: relative;
  width: 97px;
  padding-top: 5px;
  display: block;
  top: -25px;
  border-radius: 3px;
  height: 25px;
  background-color: #2b2b2b;
  color: #F4F4F4;
  text-align: center;
  font-family: Arial;
  font-size: 11.782px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.201px;
  letter-spacing: 1.178px;
  text-transform: uppercase; }

#IUpcoming_Events_Section .datebox-inner-dayno {
  position: relative;
  top: -10px;
  padding-bottom: 0px;
  color: #2b2b2b;
  text-align: center;
  font-family: Arial;
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  text-transform: capitalize; }

#IUpcoming_Events_Section .datebox-inner-month {
  color: #2b2b2b;
  text-align: center;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.624px;
  text-transform: uppercase; }

@media only screen and (max-width: 1640px) {
  #IUpcoming_Events_Section .Events_Container {
    height: 1650px; } }
@media only screen and (max-width: 1600px) {
  #IUpcoming_Events_Section .Events_Grid {
    grid-template-columns: auto auto auto;
    grid-template-rows: 450px 650px; } }
@media only screen and (max-width: 1250px) {
  #IUpcoming_Events_Section .Events_Container {
    width: 85%;
    padding: 50px 60px 20px 60px; } }
@media only screen and (max-width: 1160px) {
  #IUpcoming_Events_Section .Events_Container {
    width: 90%;
    padding: 50px 40px 20px 40px; } }
@media only screen and (max-width: 1080px) {
  #IUpcoming_Events_Section .Events_Container {
    height: 2110px;
    width: 85%; }

  #IUpcoming_Events_Section .Events_Grid {
    grid-template-columns: auto auto;
    justify-content: space-around;
    grid-template-rows: 450px 450px 670px; } }
@media only screen and (max-width: 875px) {
  #IUpcoming_Events_Section .Events_Title_Font {
    font-size: 40px;
    line-height: 40px;
    /* 125% */ }

  #IUpcoming_Events_Section .Events_SubTitle_Font {
    font-size: 25px;
    line-height: 25px; }

  #IUpcoming_Events_Section .Events_Wrapper_Main p {
    font-size: 15px; } }
/*@media only screen and (max-width: 810px) {
	#IUpcoming_Events_Section .Events_Container{
	height: 2220px;
	}
}*/
@media only screen and (max-width: 700px) {
  #IUpcoming_Events_Section .Events_Container {
    height: 3010px;
    width: 85%; }

  #IUpcoming_Events_Section .Events_Grid {
    grid-template-columns: auto;
    grid-template-rows: 450px 450px 450px 450px 650px; }

  #IUpcoming_Events_Section .Events_All_EventBTN_Text_Bottom {
    letter-spacing: 3px; }

  #IUpcoming_Events_Section .Events_All_EventBTN_Bottom:hover .Events_All_EventBTN_Text_Bottom {
    letter-spacing: 4px;
    transition: letter-spacing 0.5s; }

  #IUpcoming_Events_Section .Events_Title_Font {
    font-size: 35px;
    line-height: 35px;
    /* 125% */ } }
@media only screen and (max-width: 600px) {
  #IUpcoming_Events_Section .Events_SubTitle_Font {
    font-size: 20px;
    line-height: 20px; } }
@media only screen and (max-width: 570px) {
  #IUpcoming_Events_Section .Events_Title_Font {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0; }

  #IUpcoming_Events_Section .Events_Wrapper_Main p {
    font-size: 14px; } }
@media only screen and (max-width: 550px) {
  #IUpcoming_Events_Section .Events_Container {
    width: 100%;
    padding: 20px 0px 20px 0px;
    margin: 0;
    box-shadow: 0;
    height: 2980px; }

  #IUpcoming_Events_Section .Events_Title_Font {
    padding: 0px 5px 0px 5px; }

  #IUpcoming_Events_Section .Events_SubTitle_Font {
    padding: 0px 5px 0px 5px; }

  #IUpcoming_Events_Section .Events_All_EventBTN_Text_Bottom {
    letter-spacing: 0px; }

  #IUpcoming_Events_Section .Events_All_EventBTN_Bottom:hover .Events_All_EventBTN_Text_Bottom {
    letter-spacing: 1px;
    transition: letter-spacing 0.5s; }

  #IUpcoming_Events_Section .Events_Right_Arrow_Bottom {
    right: 20px; }

  #IUpcoming_Events_Section .Events_All_EventBTN_Bottom:hover .Events_Right_Arrow_Bottom {
    right: 16px;
    transition: right 0.5s; }

  #IUpcoming_Events_Section .Events_Wrapper_Main p {
    padding-left: 5px; } }
@media only screen and (max-width: 440px) {
  #IUpcoming_Events_Section .Events_Container {
    height: 3050px; } }
@media only screen and (max-width: 410px) {
  #IUpcoming_Events_Section .Events_Container {
    height: 3080px; } }
@media only screen and (max-width: 370px) {
  #IUpcoming_Events_Section .Events_Container {
    height: 3120px; } }
@media only screen and (max-width: 340px) {
  #IUpcoming_Events_Section .Events_Container {
    height: 3160px; } }
