body{
	height: unset !important;
}

.future-hampshire h2 {
margin-top: 0.5em;
}

.future-hampshire .bg-navy,
.future-hampshire .alternate {
  background: #231e3d;
  color: #fff;
}

.future-hampshire .bg-purple,
.future-hampshire .alternate-one {
  background: #5b63ad;
}

.future-hampshire .bg-lime,
.future-hampshire .alternate-two {
  background: #a3ce4b;
}

.future-hampshire .bg-orange,
.future-hampshire .alternate-three {
  background: #f4a540;
}

.future-hampshire .bg-pink,
.future-hampshire .alternate-four {
  background: #cb93c2;
}

.future-hampshire .bg-teal,
.future-hampshire .alternate-five {
  background: #3fba90;
}

.future-hampshire .bg-dusty-pink,
.future-hampshire .alternate-six {
  background: #feeae3;
}

.future-hampshire .text-light {
  color: #fff !important;
}

.future-hampshire .text-dark {
  color: #222 !important;
}

#page_content .breakout-bg.bg-img {
background-image: url('/-/media/future-hampshire/home/lgr-arcs-header');
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100%;
min-height: 250px;
}
 
 
.fh__title {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
}
 

.future-hampshire .pad-bottom {
padding-bottom: 50px;
}

.future-hampshire form .icon.cancel{
  display: none;
} 

.future-hampshire .timeline-content {
    background: #cb93c280;
}

.future-hampshire h1,.future-hampshire .heading-1, .future-hampshire h2 {
line-height: 1.3em;
}


.future-hampshire p.lead{
	line-height: 1.3em;
}


.future-hampshire .bg-dusty-lime{
background: #a3ce4b6b
}

a:has(img) {
  border-bottom: none !important;
  text-decoration: none !important;
}

  
  /* LGR Regions */

.well.lgrborder {
    background-color: #FFFFFF;
    border: 3px solid #EFC2c2;
    border-radius: 10px;
}

.lgrregion {
    border-left: 10px solid;
    padding-left: 20px;
    padding: 0 0 0 1em;
    margin-bottom: 1em;
}

.lgrregion.lgrregion-UA1 {
    border-color: #5b63ad;
}

.lgrregion.lgrregion-UA2 {
    border-color: #3fba90;
}

.lgrregion.lgrregion-UA3 {
    border-color: #f4a540;
}

.lgrregion.lgrregion-UA4 {
    border-color: #a3ce4b;
}

.lgrregion.lgrregion-IOW {
    border-color: #cb93c2;
}

.display-on-tablets-and-desktops {
    display: none !important;
}
 
@media only screen and (min-width: 37em) {
    .display-on-tablets-and-desktops {
        display: block !important;
    }
}

.future-hampshire [target=_blank]:after {
content: none;
}

.future-hampshire .desktop-nav__link {
 line-height: 1.2em;
}
 