.uk-container em
{
  color:#000000;
}

.uk-container a em
{
  /* light pink color, some might say SALMON:#F7A3B3; */
  color: #D0006F;
  text-decoration: underline;
}

/* Gravity forms tweaks */

.gfield_description, .gsection_description {
	font-size:17px !important;
}

.gform_body br {
    display: none;
}

body .gform_wrapper .gform_footer input[type=submit] 
{
	background-color: #d0006f;
	border-radius: 0;
	border-style: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "IBM Plex Sans",-apple-system,"system-ui","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size: .82352rem;
	font-weight: 600;
	line-height: 38px;
	list-style: none;
	margin: 0;
	overflow: visible;
	padding: .25rem 1.5rem .3rem;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition-delay: 0s;
	transition-duration: .1s;
	transition-property: color,background-color,border-color;
	transition-timing-function: ease-in-out;
	vertical-align: middle;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #070707;
}

body .gform_wrapper .gform_footer input[type=submit]:focus {
  background-color: #070707;
  outline: none;
}

body .gform_wrapper .gform_footer input[type=submit]:active {
  background-color: #070707;
}

body .gform_wrapper .gform_footer input[type=submit]:disabled {
  border-color: #c9c9c9;
}	

/* fix for non-wrapping breadcrumb */
.uk-breadcrumb > * { flex: 1; }

/* -------------------- New homepage single banner instead of carousel ----------------------- */

.single-homepage-banner{
	max-width:1200px;		
	margin-left:auto;
	margin-right:auto;
	background-color: rgba(0,0,0,.3);
	color:#ffffff;
	padding:20px;		
}


/* Give different paddings and sizes on desktop vs mobile */

.hero-banner-image{
	padding:30px;
}	

@media screen and (max-width: 600px) {
	
	.banner-title{
		font-size:22px;
	}
	
	.hero-banner-text p{
		font-size:14px;
	}
	
	.hero-banner-image{
		padding:10px;
	}		
}


/* ------------------------ New DCMS footer logo ------------------------- */
.new-dcms-logo{
	height:101px !important;
}

/* Replaced H1 with H2 on the search overlay modal */
.big-heading{
	font-size:36px;
}

.copyright_display_text{
    width:250px;
	min-height:150px;
    background-color:#F1F0EA;
    font-size:20px;
    text-align:center;
    margin:auto;
    padding:20px;
	padding-top:100px;
}

