

.home .slider .uk-text-small span {
	display: none;
}

.home .grant-content .uk-button {
	display: none; 
}

@keyframes toutUp {
	from { transform: translateY(100%)}
	to { transform: translateY(0)}
} 
@keyframes toutDown {
	from { transform: translateY(0)}
	to { transform: translateY(100%)}
} 

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1 }
}

@keyframes fadeUp {
	from { 
		opacity: 0; 
		transform: translateY(30px);
	}
	to { 
		opacity: 1 ;
		transform: translateY(0);
	}
}

@keyframes colorChange {
	from { color: #000; }
	to { color: #DDD9C2 }
}

#homepage-tout {
	transform: translateY(100%);
	animation-name: toutUp;
	animation-delay: 2s;
	animation-duration: 600ms;
	animation-fill-mode: forwards;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #FCFBF6;
    border-top: 4px solid #F35139;
	width: 100%;
	padding: 15px 35px;
	box-sizing: border-box;
}

#homepage-tout.hide-tout {
	transform: translateY(0);
	animation-name: toutDown;
	animation-delay: 0s;
	animation-duration: 600ms;
	animation-fill-mode: forwards;
}

#homepage-tout h2 {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-family: Univers,"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 3px;
}

#homepage-tout h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}

#homepage-tout .uk-button {
	color: #000;
	line-height: 2;
	margin: 0 auto;
}

#homepage-tout .uk-button:hover {
	color: #FFF;
}

#homepage-tout .tout-close {
	margin-top: 5px;
	text-align: center;
}

#homepage-tout .tout-close a {
	color: #000;
	text-decoration: underline;
}

#essay-intro {
	text-align: center;
}

#essay-intro .essay-intro--header {
	padding-top: 60px;
}

#essay-intro .essay-intro--header h1 {
	/* text-transform: uppercase; */
	font-weight: bold;
	margin-bottom: 0;
	letter-spacing: 0;
}

#essay-intro .essay-intro--header h1 span {
	opacity: 0;
	display: block;
	animation: 
		fadeIn 300ms 1000ms forwards,
		colorChange 750ms 2000ms forwards;
}

#essay-intro .essay-intro--header p {
	margin-top: 0;
	text-transform: uppercase;
	font-family: Univers,"Helvetica Neue",Helvetica,Arial,sans-serif;
	opacity: 0;
	animation: fadeUp 750ms 2000ms forwards;
}

#essay-intro .essay-intro--text {
	opacity: 0;
	animation: fadeUp 750ms 2000ms forwards;
}

#essay-intro .essay-intro--text p {
	letter-spacing: 0;
	font-weight: 300;
}

#essay-intro p,
#essay-intro a {
	margin-left: auto;
	margin-right: auto;
}

#essay-intro a {
	margin-top: 0;
	font-size: 22px;
	height: 52px;
	line-height: 52px;
	max-width: 100%;
	display: inline-block;
	padding-left: 25px;
	padding-right: 55px;
}

@media only screen and (min-width: 641px) {
	#essay-intro div.ginput_complex.ginput_container.gf_name_has_2 span {
		width: 100%;
	}
}

#essay-intro a:after { 
	top: 16px; 
	right: 15px;
}

#essay-intro p {
	max-width: 100%;
	font-weight: 400;
	line-height: 35px;
}

#essay-images {
	margin-top: 60px;
	margin-bottom: 60px;
	opacity: 0;
	animation: fadeIn 750ms 2000ms forwards;
}

.essay-images--image-container {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.essay-images--image-container .caption span {
	letter-spacing: 0;
}

.essay-images--image-container > * {
	margin-bottom: 20px;
}

.page-template-ratcliff-essay .essay-carousel.normal-text .uk-container {
	max-width: 100%;
}

.page-template-ratcliff-essay .essay-excerpt p {
	letter-spacing: 0;
	max-width: 100%;
	font-weight: 300;
}

.page-template-ratcliff-essay .essay-excerpt h3 {
	text-transform: uppercase;
}

.page-template-ratcliff-essay .essay-about-the-author {
	padding-top: 60px;
	padding-bottom: 60px;
}

.page-template-ratcliff-essay .essay-about-the-author p {
	max-width: 100%;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
}

.page-template-ratcliff-essay .essay-about-the-author figure.alignright {
	margin-left: 80px;
	margin-top: 0;
}

.gform_wrapper .gform_footer input[type=submit] {

  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #fff;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px;
  background: #231F20;
  vertical-align: middle;
  /* 8 */
  /* 9 */
  min-height: 32px;
  /* 10 */
  font-size: 1rem;
  /* 11 */
  text-decoration: none;
  text-align: center;
  position: relative;
  border: 2px solid #231F20;
  border-radius: 0;
  font-family: Univers, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: transparent;
  color: #231F20;
  font-weight: bold;
  font-size: 14px!important;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  text-transform: uppercase;
  max-width: 176px;
  text-align: left;
  padding: 0 35px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:focus {
  background-color: #080707;
  color: #fff;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  background: #231F20;
  color: #fcfbf8;
}

@media (min-width: 768px) {
	#homepage-tout {
		max-width: 355px;
		left: auto;
		right: 80px;
	}

	.insights-page .left-right-section .left-right-text .uk-button{
		bottom: -30px;
	}
}

@media (min-width: 1024px) {
	.tm-site-branding img { 
		max-width: 260px; 
	}

  	.apply {
    	width: 80px!important;
  	}

  	#essay-intro .essay-intro--header h1 {
		font-size: 60px;
		line-height: 55px;
		margin-bottom: 15px;
	}

	#essay-images {
        width: 100%;
		position: relative;
	}

	.essay-images--image-container > div {
		margin-bottom: 0;
		margin-right: 70px;
		flex: 0 1 25%;
	}

	.essay-images--image-container > *:last-child {
		margin-right: 0;
	}
	  
	.essay-images--image-container {
        flex-direction: row;
		display: flex;
		overflow-x: hidden;
		align-items: center;
		justify-content: flex-start;
	}

	.page-template-ratcliff-essay .essay-about-the-author {
		padding-top: 120px;
		padding-bottom: 100px;
	}
}

@media (min-width: 1220px) {
	.tm-site-branding img { 
		max-width: 300px; 
	}

  .apply {
    width: 160px!important;
  }
}