/*-----------------------------------------------------------------------------
    Event
-----------------------------------------------------------------------------*/
.events_section .monthYear_language_holder {
  margin: 30px 0;
}

.events_section .monthYear_language_holder .form-inline .form-group .bootstrap-select .dropdown-toggle {
  border: 1px solid #000000;
}

.events_section .monthYear_language_holder .form-inline .form-group .dropdown-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  height: 40px;
}

@media (min-width: 651px) {
  .events_section .monthYear_language_holder .form-inline .form-group .dropdown-control {
    padding-left: 5px;
  }
}

@media (max-width: 840px) {
  .events_section .monthYear_language_holder [class*='col-'] {
    width: 50%;
  }
  .events_section .monthYear_language_holder .form-inline .form-group label {
    display: block;
  }
}

@media (max-width: 550px) {
  .events_section .monthYear_language_holder [class*='col-'] {
    width: 100%;
  }
}

.events_section .events_list_holder {
  margin-top: 30px;
}

@media (max-width: 550px) {
  .events_section .events_list_holder [class*='col-'] {
    width: 100%;
  }
}

.events_section .events_list_holder .year_wrapper:not(:first-child) {
  margin-top: 40px;
}

.events_section .events_list_holder .box-main-wrapper {
  margin-bottom: 20px;
  display: block;
}

.events_section .events_list_holder .box-main-wrapper .images-wrapper {
  border: 3px solid #ffffff;
}

.events_section .events_list_holder .box-main-wrapper .info_holder {
  background: #f1f1f1;
  padding: 10px;
}

.events_section .events_list_holder .box-main-wrapper .info_holder .title_wrapper {
  font-size: 16px;
  font-weight: 700;
  color: #3ebbe7;
  padding-bottom: 15px;
}

.events_section .events_list_holder .box-main-wrapper .info_holder .location_wrapper {
  color: #333333;
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 15px;
}

.events_section .events_list_holder .box-main-wrapper .info_holder .events_date {
  font-weight: 700;
  font-size: 14px;
}

.events_section .info_content_holder {
  margin-top: 30px;
}

.events_section .info_content_holder .images_wrapper img {
  margin: 0 auto;
}

.events_section .info_content_holder .info_content .content_desc strong {
  text-transform: uppercase;
}

.events_section .scale_animation {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 350ms ease;
}

.events_section .scale_animation.scale_animation_big {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*-----------------------------------------------------------------------------
	    Event Calendar
	-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
	    Event Calendar  - Inner
	-----------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .events_section .event_calendar_inner_section .info_content_holder .images_wrapper {
    margin-bottom: 30px;
  }
}

/*-----------------------------------------------------------------------------
	    Past Events
	-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
	    Past Events  - Inner
	-----------------------------------------------------------------------------*/
.events_section .past_events_inner_section .info_content_holder .images_wrapper {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------
    Media Room
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
	    Media Room - Annual Report
	-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
	    Media Room - Fact Sheet
	-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
	    Media Room - Press Releases
	-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
	    Media Room - In The News
	-----------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .media_room_section .tab-content .tab-pane.in_the_news_section .inner_section {
    padding: 20px 80px 50px;
  }
}

.media_room_section .in_the_news_section .news_holder {
  margin-bottom: 20px;
  min-height: 220px;
}

.media_room_section .in_the_news_section .news_holder a {
  display: block;
}

.media_room_section .in_the_news_section .news_holder .new_title {
  color: #3ebbe7;
  font-size: 15px;
  font-weight: 500;
  font-family: "roboto", arial, sans-serif;
  padding: 15px 0;
}

@media (max-width: 500px) {
  .media_room_section .in_the_news_section [class*='col-'] {
    width: 100%;
  }
}

/*-----------------------------------------------------------------------------
	    Media Room - Downloads
	-----------------------------------------------------------------------------*/
