  /********************************************** Home Blocks *****************************************/

.home-block {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
  text-align: center;
  border-bottom: 1px solid #DEE2E5;
  transition: background-color 0.2s ease-in;
}

.home-block:hover {
  background-size: 110%;
}

.home-block span {
  width: 99.9%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100px
}

.homeblock-overlay:hover {
  background-color: rgba(30, 107, 82, 0.7);
}

.home-block h1,
.home-block h2 {
  text-align: center;
  color: #fff;
}

.home-block h1 {
  font-size: 36px;
  text-shadow: #000 0px 0px 5px;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.homeblock-overlay {
  background-color: rgba(30, 107, 82, 0.7);
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  z-index: 2;
}
#search button.gcsBox::before {
    display:none;
}
/********************************************** Site Layout *****************************************/

@media only screen and (max-width: 1024px) and (min-width: 300px) {
  #whitebox .two_thirds {
    width: 90%;
  }
}

body.ribbonFullwidth #whitebox {
  box-shadow: 0 19px 18px -18px rgba(0, 0, 0, 0) inset;
}

body.darkGray div#tray {
  background: none repeat scroll 0 0 #444444;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.0);
  text-shadow: none;
  filter: none;
}

#content {
  clear: both;
  width: 98%;
  padding: 0px 0% 0%;
}


@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_3_of_3,
  .span_2_of_3,
  .span_1_of_3 {
    width: 100%;
  }
  .span_2_of_2,
  .span_1_of_2 {
    width: 100%;
  }
}

.homegrid .uk-panel-box {
  background-color: #eee;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
}

.homegrid h3 {
  color: #333;
  font-size: 24px;
  font-weight: normal !important;
  line-height: normal !important;
  margin: 0.5em 0 0.25em;
  padding: 0;
  text-align: center;
  text-shadow: none;
}

.newsfeed span.feed-link {
  line-height: normal;
  color: #444444;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 1.25em;
  margin: 5px 0;
  margin: 0.3em 0;
  padding: 0;
  text-align: left;
  text-shadow: 0.025em 0.025em 0.125em rgba(0, 0, 0, 0.0);

}


/********************************************** Wideload Inside COLOR Pages *****************************************/
.inside-wideload-color {
  background-color: #1e6b52;
  min-height: 135px !important;
  position: relative;
  width: 100%;
}

.inside-content-color {
  left: 50%;
  margin-right: -50%;
  position: absolute;
  top: 50%;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.inside-wideload-color h1,
.inside-wideload-color h2 {
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
}

.inside-wideload-color h1 {
  font-size: 45px;
  margin: 0;
  text-align: right;
}

.inside-wideload-color h2 {
  font-size: 25px;
  font-weight: 300;
  text-align: right;
}

/* WideLoadHeader - FOR MOBILE */
@media only screen and (max-width: 980px) {
  .inside-wideload-color {
      background-position: center;
      background-size: cover;
      min-height: 300px;
      position: relative;
  }

  .inside-wideload-color {
      background: #fff;
      min-height: 135px !important;
  }

  .inside-content-color {
      left: 50%;
      margin-right: -50%;
      position: absolute;
      top: 50%;
      width: 95%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  }

  .inside-wideload-color h1 {
      font-size: 40px;
      text-align: center;
      text-shadow: #000 0 0 0;
  }

  .inside-wideload-color h2 {
      font-size: 22px;
      font-weight: 300;
      text-align: center;
      text-shadow: #000 0 0 0;
  }
}

/********************************************** Wideload Inside Pages *****************************************/
.inside-wideload:before {
  background-position: center;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.inside-wideload {
  background-position: center;
  background-size: contain;
  min-height: 300px;
  position: relative;
  width: 100%;
}

.inside-content {
  left: 50%;
  margin-right: -50%;
  position: absolute;
  top: 50%;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.inside-wideload h1,
.inside-wideload h2 {
  color: #fff;
  text-align: center;
}

.inside-wideload h1 {
  font-size: 72px;
  margin: 0;
  text-align: center;
  text-shadow: #000 0 0 0;
}

.inside-wideload h2 {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  text-shadow: #000 0 0 0;
}

.inside-overlay {
  background: rgba(50, 50, 50, 0.50);
  min-height: 300px;
  overflow: hidden;
  z-index: 2;
}

/* WideLoadHeader - FOR MOBILE */
@media only screen and (max-width: 980px) {
  .inside-wideload {
      background-repeat: no-repeat;
      min-height: 30vw;
      position: relative;
      padding: 0 !important;
  }

  .inside-content {
      left: 50%;
      margin-right: -50%;
      position: absolute;
      top: 50%;
      width: 95%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  }

  .inside-overlay {
      background: rgba(50, 50, 50, 0.50);
      min-height: 300px;
      overflow: hidden;
      z-index: 2;
  }

  .inside-wideload h1 {
      font-size: 40px;
      text-align: center;
      text-shadow: #000 0 0 0;
  }

  .inside-wideload h2 {
      font-size: 22px;
      font-weight: 300;
      text-align: center;
      text-shadow: #000 0 0 0;
  }
}

/********************************************** Wideload Homepage *****************************************/
.home-wideload {
  background-color: #eee;
  background-position: center;
  background-size: cover;
  min-height: 300px;
  position: relative;
  width: 100%;
}

.wideload-content {
  left: 50%;
  margin-right: -50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-content {
  left: 50%;
  margin-right: -50%;
  position: absolute;
  top: 50%;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-wideload h1,
.home-wideload h2 {
  color: #fff;
  text-align: right;
}

.home-wideload h1 {
  font-size: 60px;
  margin: 0;
  text-align: center;
  text-shadow: #000 0 0 0;
}

.home-wideload h2 {
  font-size: 26px;
  font-weight: 300;
  text-align: right;
  text-shadow: #000 0 0 0;
}

.home-overlay {
  background: rgba(50, 50, 50, 0.50);
  min-height: 450px;
  overflow: hidden;
  z-index: 2;
}

.overlay {
  background: rgba(50, 50, 50, 0.50);
  min-height: 300px;
  overflow: hidden;
  z-index: 2;
}

/* WideLoadHeader - FOR MOBILE */
@media only screen and (max-width: 980px) {
  .home-wideload {
      background-color: #eee;
      background-position: center;
      background-size: cover;
      min-height: 350px;
      position: relative;
  }

  .home-content {
      left: 50%;
      margin-right: -50%;
      position: absolute;
      top: 50%;
      width: 95%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      /* float: right;
  margin: 20px 20px 0 0; */
  }

  .home-overlay {
      background: rgba(50, 50, 50, 0.50);
      min-height: 350px;
      overflow: hidden;
      z-index: 2;
  }

  .home-wideload h1 {
      font-size: 40px;
      text-align: center;
      text-shadow: #000 0 0 0;
  }

  .home-wideload h2 {
      font-size: 22px;
      font-weight: 300;
      text-align: right;
      text-shadow: #000 0 0 0;
  }
}



	.inside-overlay {
		min-height: 515px;
	}

	.eventsheader {
		color: rgba(30, 107, 82, 0.6);
		font-size: 26px;
	}

	#banner h3 {
		display: block;
	}

	.inside-wideload-color {
		background: #1e6b52 none repeat scroll 0 0;
	}

	.inside-wideload-color h1,
	.inside-wideload-color h2 {
		color: #fff;
	}



	.frontbutton {
		margin-bottom: 40px;
		margin-top: 10px;
	}

	.roundedimage {
		margin: 20px;
	}

	.home-overlay {
		min-height: 600px;
	}

	



	/********************************************** Navigation *****************************************/

	.uk-panel-box .uk-panel-teaser>* {
		border-radius: none !important;
	}

	.news_title {
		color: rgba(30, 107, 82, 0.6);
		font-size: 26px;
	}

	/*****************media queries********************/

	@media only screen and (max-width: 1024px) and (min-width: 320px) {
		.roundedimage {
			float: left;
			margin: 20px;
			width: 100%;
		}
	}



	hr.style-two {
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
		border: 0 none;
		height: 1px;
	}


	p.green-arrow {
		background-image: url("/studentaffairs/home/images/green-arrow.png");
		background-position: left 10%;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

	

	.whiteGhostButton a {
		border: 2px solid #fff;
		border-radius: 0;
		color: #fff !important;
		cursor: pointer;
		display: inline-block;
		font-family: "kulturista-web", serif !important;
		font-size: 16px;
		font-weight: normal !important;
		line-height: normal !important;
		margin: 5px 7px;
		padding: 5px 10px;
		text-align: center;
		text-decoration: none !important;
		transition: color 0.4s linear 0s;
	}

	.whiteGhostButton a:hover {
		background: #9c3 none repeat scroll 0 0;
		border: 2px solid #9c3;
		color: #fff !important;
		text-decoration: none;
	}

	.hovergrid .uk-overlay-background {
		background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	}

	.orgsync-widget .osw-events-index-view {
		background: #fff none repeat scroll 0 0;
		border: 1px solid #e2e5e8;
		height: 1500px !important;
		overflow: auto;
	}

	.orgsync-widget .osw-events-index-view {
		background: #fff none repeat scroll 0 0;
		border: 1px solid #e2e5e8;
		height: 1500px !important;
		overflow: auto;
	}

	#demo {
		color: #fff;
		font-size: 37px;
		text-align: center;
	}

	.fa-facebook,
	.fa-twitter,
	.fa-instagram,
	.fa-envelope,
	.fa:hover {
		text-decoration: none ! important;
	}

	#itemid-230 .uk-button-default:hover {
		color: #88C408 ! important;
	}




	/*********DEV QNA**************/


	#itemid-859 .uk-accordion-content {
		background-color: #eee;
		border-top: 4px solid #1e6b52;
		border-bottom: 1px solid #ccc;
		padding: 5px;
	}

	#itemid-859 .uk-accordion-title {
		border-bottom: 1px solid #eee;
		background: none;
		border-left: none;
		border-right: none;
		border-top: none;
		margin-bottom: -1px;
		padding: 6px 3px;

	}

	#itemid-859 .uk-scope .uk-accordion-title::before {
		content: "";
		width: 1.4em;
		height: 1.4em;
		float: right;
		background-image: url('https://www.uab.edu/studentaffairs/home/images/plus_2.png');
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	#itemid-859 .uk-scope .uk-open .uk-accordion-title::before {
		content: "";
		width: 1.4em;
		height: 1.4em;
		float: right;
		background-image: url('https://www.uab.edu/studentaffairs/home/images/minus-sign.png');
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	#itemid-859 .uk-scope .uk-accordion-content {
		margin-top: 0px ! important;
	}

	#itemid-859 .h1-faq {
		color: #1e6b52 ! important;
	}

	#itemid-859 .uk-tab li a {
		background-color: #eee;
		border-bottom: 1px solid #fff;
		/* border-left: 1px solid #ccc; */
		border-right: 4px solid #ccc;
		border-top: 1px solid #fff;
		color: #1e6b52;
	}

	#itemid-859 .uk-tab li a:hover {
		background-color: #f5f5f5 !important;
		border-right: 4px solid #82c140 !important;
		box-shadow: 6px 3px 6px 2px #999;
		text-decoration: none;
	}

	#itemid-859 .uk-tab .uk-active a {
		background-color: #1e6b52 !important;
		border-right: 4px solid #82c140 !important;
		box-shadow: 6px 3px 6px 2px #999 ! important;
		text-decoration: none;
		color: #ffff;
	}

	#itemid-859 .uk-tab .uk-active>a,
	#itemid-859 .uk-tab .uk-active>a:hover {
		background-color: #1e6b52 !important;
		border-right: 4px solid #82c140 !important;
		box-shadow: 6px 3px 6px 2px #999 ! important;
		text-decoration: none;
		color: #ffff ! important;
		border: none;
	}

	#itemid-859 .hr-theme-slash-2 {
		display: flex;
	}

	#itemid-859 .hr-theme-slash-2 .hr-line {
		width: 100%;
		position: relative;
		margin: 15px;
		border-bottom: 1px solid #eee;
	}

	#itemid-859 .hr-theme-slash-2 .hr-icon {
		position: relative;
		top: 10px;

	}



	// DEV slideshow

	/* Slideshow container */
	.slideshow-container {
		max-width: 1200px;
		position: relative;
		margin: auto;
	}

	/* Slides */
	.mySlides {
		display: none;
	}

	/* Navigation dots */
	.dot {
		height: 15px;
		width: 15px;
		margin: 0 2px;
		background-color: #bbb;
		border-radius: 50%;
		display: inline-block;
		transition: background-color 0.6s ease;
	}

	/* Preview images */
	.preview-images {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

	.preview-image {
		width: 110px;
		height: 40px;
		margin: 0 5px;
		cursor: pointer;
	}

	.fade-in {
		animation-name: fadeIn;
		animation-duration: 2s;
	}

	@keyframes fadeIn {
		from {
			opacity: 0;
		}

		to {
			opacity: 1;
		}
	}



	.fadeIn {
		animation-name: fadeIn;
		animation-duration: 3s;
	}

	@keyframes fadeIn {
		from {
			opacity: 0;
		}

		to {
			opacity: 1;
		}
	}

	.fa-download {
		position: relative;
		font-weight: 700;
		float: right;
		margin-top: -72px;
		margin-right: 26px;
		color: #fff ! important;
		z-index: 1;
		font-size: 26px;
		background: #000;
		/* margin: 13px; */
		padding: 10px;
	}

	/* preview scroll */

	.img-container {
		display: flex;
		/*border: 2px solid black; */
		width: 800px;
		position: relative;
		left: 0;
	}

	.to-scroll {
		overflow: auto;
		width: 100%;
		scroll-behavior: smooth;
		position: relative;
		scrollbar-width: none;
	}

	.not-to-scroll {
		/*border: 2px solid #eee; */
		position: relative;
		width: 964px;
		display: contents;
	}

	.one-img {
		padding: 20px;
		min-width: 200px;
		height: 200px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.one-img>img {
		min-height: 100%;
		min-width: 100%;
		object-fit: cover;
		object-position: center;
	}

	/* position */
	.carousel {
		position: relative;
	}

	.carousel-arrows {
		position: absolute;
		z-index: 100;
		top: 120px;
		width: 1189px;
		display: flex;
		justify-content: space-between;
	}

	/* arrows */
	.arrow {
		border: solid black 1px;
		border-width: 0 0.5rem 0.5rem 0;
		display: inline-block;
		padding: 1rem;
	}

	.right {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.left {
		margin-left: -33px;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}



  /*BEGIN Localist Override */

  .localist-date__location:before, .localist-date__time:before {
    display:none;
  }

  .localist-date__time, .localist-date__location {
    margin-left:0 !important;
  }

  /*END Localist Override */