	

#page, footer {
    background-color: #fff;    
    background-image: url(/-/media/Files/CSS/staunton-park/staunton-background.jpg);
    background-repeat: repeat-y;
    background-position: center;
    /*padding-bottom: 14em;*/
    background-size: 100% auto;
}

/* Footer */
footer .row.noprint {
    background-image: url(/-/media/Files/CSS/staunton-park/staunton-footer-500x125.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
    footer .row.noprint {
        background-image: url(/-/media/Files/CSS/staunton-park/staunton-footer-1500x189.png); 
    } 
}

footer.navbar.noprint ul.tiny-top {
    margin-bottom: 7em;
}

@media only screen and (min-width: 48em) {
    footer.navbar.noprint ul.tiny-top {
        margin-bottom: 10em;
    }
}

@media only screen and (min-width: 160em) {
    footer.navbar.noprint ul.tiny-top {
        margin-bottom: 14em;
    }
}


footer.navbar.noprint h3.nav-header {
    font-family: 'Lora';
    font-weight: 600;
}


/* Fix for HCC footer */
#global_footer {
    background-color: #f8f8f8;
}




ul.tiny-top {
    margin-top: 1em;
    margin-bottom: 14em;
}

#page .transparent {
    background-color: transparent !important;
}

#page_content H1 {
    padding-top: .5em;
    font-family: 'Lora';
    font-weight: 600;
}

#page_content .banner-area {
    padding: 0 0 1em 0;
}

#page_content .banner-area H2 { 
	color:#fff; 
    font-size: 3rem;
    text-shadow: 1px 1px #000;
}

/* for tablets and desktops */
@media only screen and (min-width: 48em) {
    #page_content .banner-area H2 {  
        font-size: 3.5rem;    
    }
}

/* for tablets */
@media only screen and (min-width: 48em) {
    #page_content .banner-area H2 {   
        font-size: 4rem;
    }
}

/* for PCs */
@media only screen and (min-width: 64em) {
    #page_content .banner-area H2 {   
        font-size: 5rem;
    }
}

#page_content H2, #page_content H3, #page_content H4, p.caption, #local_menu_header li, #slideshow ul.on li div.caption {
    font-family: 'Lora';
	font-weight: 600;
}
#page_content H2{
	color:#9F1D24;
}

p.lead {
    font-family: 'Lora';
    font-weight: 600;
    color: #000;
    margin-top: 0.75em;
}


/* NAVIGATION and HEADER */

#page {
    padding-top: 0;
}

#microsite_header {
    background-image: linear-gradient(to bottom, #766367 25%, #766367 100%);
    padding-top: 1rem;
  }
  
  #local_header {
    margin-bottom: 0 !important;
}

div.container > div.content > header.row {
    display: none;
}

#page .navbar .nav {
	text-align: center;
    margin-top: 0.75em;
}

#page .navbar .nav>li {
	border: none;
	float: none;
	display: inline;
	margin: 0 0.25em;
	padding: 0.75em 0.5em;
}

#page .navbar .nav>li>a {
    display: inline-block;
    background-color: #9f0007;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: none;
      color: #fff;
    border-radius: 7px 7px 0 0;
    }

#page .navbar-inner{
	background-color:transparent;
	box-shadow:none;
	border:none;
}

#page .breadcrumb a,#page .breadcrumb a:visited,
#page .breadcrumb a:active,
#page .breadcrumb a:focus,
#page .breadcrumb a:hover {
	color: #fff;
	border-color: #fff;
}

.breadcrumb li:after {
    color: #fff;
}


/* HOMEPAGE SLIDESHOW */
#slideshow ul.on li div.caption {
	position: absolute;
	max-width: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	height: auto !important;
	padding: 1rem 4rem;
	text-align: center;	
}

#slideshow .navprev {
    margin-left: 0.5rem;
}

#slideshow .navnext {
    margin-right: 0.5rem;
}

#slideshow ul.on li div.caption h2 {
    font-size: 1.25rem;
}
	
#slideshow ul.on li div.caption p {
    font-size: 0.9rem;
}

@media only screen and (min-width: 48em) {
	#slideshow ul.on li div.caption {
		display: inline-block;
		position: absolute;
		top: 2rem;
		left: 50%;
		max-width: 60%;
		bottom: auto !important;
		margin:0 0 0 -30%;
		padding:2rem;
	}
	#slideshow .navprev {
        margin-left: 3rem;
    }
	#slideshow .navnext {
        margin-right: 3rem;
    }

	#slideshow ul.on li div.caption h2 {
    	font-size: 3rem;
	}
	
	#slideshow ul.on li div.caption p {
    	font-size: 1.45rem;
	}
}

@media only screen and (min-width: 64em) {
	#slideshow ul.on li div.caption {
		display: inline-block;
		position: absolute;
		top: 13em;
		left: 50%;
		bottom: auto !important;
		max-width: 50%;
		margin:0 0 0 -25%;
		padding:2rem;
		text-align: center;
	}
	#slideshow .navprev {
        margin-left: 3rem;
    }
	#slideshow .navnext {
        margin-right: 3rem;
    }

	#slideshow ul.on li div.caption h2 {
    	font-size: 3rem;
	}
	
	#slideshow ul.on li div.caption p {
    	font-size: 1.45rem;
	}	
}

#slideshow ul.on li div.caption h2, #slideshow ul.on li div.caption p {
	color: #fff;
	margin-bottom:1em;
	font-family: 'Lora';
	font-weight: 600;
}


/* WELLS */

#page .well.alternate {
	background: #796367;
	color: #fff !important;
	text-shadow: none;
}


#page .well.alternate-two {
	background: #d3e173;
	text-shadow: none;
}

#page .well h4 {
	font-size: 1rem;
}

#page .well.green {
	background-color: #8cc63e;
	text-shadow: none;
}

#page .well.blue {
	background-color: #62CAE1;
	text-shadow: none;
}

#page .well.yellow {
	background-color: #FEC10D;
	text-shadow: none;
}

#page .well.orange {
	background-color: #F37021;
	text-shadow: none;
}

#page .well.pink {
	background-color: #DA3154;
	color: #fff;
	text-shadow: none;
}


.breakout-bg.dkred {
    background-color: #9F1D24;
    color: #fff !important;
	
}
.well.blue a {
    color: #014579;
    border-bottom: 1px solid #014579;}
	
article .breakout-bg {
    background: none !important;
}

/* INLINE CONTENT ARROW - for active tile - desktop only */
@media only screen and (min-width: 64em) {
    #page .breakout-bg.alternate .thumbnail.active:after {
        content: " ";
        width: 0;
        height: 0;
        border-top: 20px solid rgba(0,0,0,.1);
        position: absolute;
        bottom: -20px;
        left: 0;
    }
    #page .breakout-bg.alternate .four .thumbnail.active:after {
        border-left: 142px solid transparent; /* 3-column content - Adjust dimensions for different numbers of columns */
        border-right: 142px solid transparent;
    }

    #page .breakout-bg.alternate .three .thumbnail.active:after{
        border-left: 100px solid transparent;
        border-right: 110px solid transparent;
    }
}


                                    
                                    
/* PROMOS - OLD*/
/* #page .well.promo {
    min-height: 1em;
    padding: 1rem;
    border-radius: 20px;
    margin-bottom: 40px;
    text-shadow: none;
    background-image: url(/-/media/Files/CSS/staunton-park/staunton-farm-logo-150x50);
    background-position: left 20px bottom 10px;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,.8);
    padding-bottom: 5em;
    position: absolute;
    top: 5%;
    left: 7.5%;
    max-width: 85%;
    border: 4px solid rgba(159,79,30,.7);
}

 Winter seasonal promo e.g. the snowman 
#page .well.promo.winter-seasonal {
    border: 4px solid #00b74f;
    background-image: none;
    padding-bottom: 1em;
}

@media only screen and (min-width: 23em) and (max-width:37.5em) {
    #page .well.promo.winter-seasonal {
        top: 28%;
    }
}

#page .well.promo p {
    color: #000;
}

#page .well.promo h2 {
    font-size: 1.4em;
    text-shadow: 1px 1px #000;
    margin-top: 0;
}

a.desk-pic {
    display: none;
    border-bottom: none;
}

a.mob-pic {
    display: block;
    border-bottom: none;
}

a.desk-pic:hover, a.mob-pick:hover {
    border-bottom: none;
}

@media only screen and (min-width: 37.5em) {
    #page .well.promo {
        top: 20%;
        max-width: 70%;
    }

    a.mob-pic {
        display: none;
    }

    a.desk-pic {
        display: block;
    }

    .well.promo h2 {
        font-size: 1.75em;
    }
}

@media only screen and (min-width: 48em) {
    #page .well.promo {
        top: 4%;
        max-height: 90%;
    }

    a.mob-pic {
        display: none;
    }

    a.desk-pic {
        display: block;
    }
}

@media only screen and (min-width: 50em) {
    #page .well.promo {
        top: 10%;
        max-width: 40%;
    }

    a.mob-pic {
        display: none;
    }

    a.desk-pic {
        display: block;
    }
}

#page .breakout-bg.promo .breakout-content {
    background-image: url(https://www.hants.gov.uk/-/media/files/css/staunton-park/staunton-farm-promo);
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 3em;
}

#page .breakout-bg.alternate-three .breakout-content {
    background: #796367;
    color: #fff !important;
    text-shadow: none;    
}

#page .breakout-bg.promo.alternate-five.transparent .breakout-content  {
	background-image: url(/-/media/Files/CSS/staunton-park/off-peak-promo.jpg);
	padding-top: 1em;
	padding-bottom: 1em;
	background-size:cover;
	padding-top: 1em;
	padding-bottom: 1em;
	background-size:cover;
	border: solid #DA3154 5px
}

.breakout-bg.bg.promo.alternate-five.transparent .well {
    background-color: rgb(255 255 255 / 74%);
    border-radius: unset;
    padding: 1em;
    background-image: none;
	color: #000;
}

#page_content .breakout-bg.bg.promo.alternate-five.transparent .well  h3{
    font-size: 2em;
}

*/

/* BUTTONS */

a[role="button"], button, input[type="submit"], input[type="reset"], input[type="button"], input[type="image"] {
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: #222;
    text-shadow: none;
    text-decoration: none;
    text-align: center;
    padding: .5rem .75rem;
    font-weight: 400;
    border: none;
	box-shadow: none;
    font-family: 'Lora';
    font-weight: 600;
    border-radius: 5px;
    min-height: 3em;
    transition: all .5s ease;
}


a[role="button"].green,
button.green,
input[type="submit"].green,
input[type="reset"].green,
input[type="button"].green {
	background-color: #d3e173;	
}


a[role="button"].white,
button.white,
input[type="submit"].white,
input[type="reset"].white,
input[type="button"].white {
	background-color: #d3e173;	
}

a[role="button"].green:hover,
button.green:hover,
input[type="submit"].green:hover,
input[type="reset"].green:hover,
input[type="button"].green:hover {
	background-color: #BDCA67;
	border: none;
	box-shadow: none;	
}

a[role="button"].white:hover,
button.white:hover,
input[type="submit"].white:hover,
input[type="reset"].white:hover,
input[type="button"].whiteeen:hover {
	background-color: #BDCA67;
	border: none;
	box-shadow: none;
}

/* Winter seasonal promo button */
.well.promo.winter-seasonal a[role=button] {
    background-color: #00b74f;
    color: #fff;
}

@media only screen and (min-width: 48em) and (max-width: 59em) {
    .well.promo.winter-seasonal a[role=button] {
        margin-top: -1em;
    }
}

/* TILES */

a.thumbnail {
    background: #796367;
    color: #fff !important;
    text-shadow: none;
    box-shadow: none;
    text-align: center;
}

a.thumbnail p {
    font-family: 'Lora';
    font-weight: 600;
    font-size: 1.75rem;
    margin: .75em 0;
    line-height: 1.25em;
    margin-top: 5px;
}
 

/* DETAILS */
#page details summary {
    border: 0px;
    box-shadow: none;  
}

details>summary::before {
    border: 1px solid;
    border-radius: 500em; 
    content: "+";
    font-size: 2rem;
    left: .5rem;
    padding: .25rem .375rem;
    position: absolute;
    top: .75rem;
    color: #000;  
}

/* KEYFIGURES */

.keyfigure.well {
    background-color: #9F1D24;
    color: #fff;
    text-shadow: none;
}


/* IMAGES */

#page .overlay-image p.caption {
    display: inline;
    position: absolute;
    bottom: 0.5em;
    right: 0;
    left: auto !important;
    text-align: right;
    max-width: 50%;
    margin-bottom: 1em !important;
    background-color: rgba(211, 225, 115, 0.8);
    font-size: large;
    color:#000
}

#page .breakout-area.alternate-two {
    background-image: url(/-/media/Files/CSS/staunton-park/terrace-2700x1000);
	margin-top:20px;
	margin-bottom: 20px;
	padding-bottom: 175px;
}



/* EVENTS */

#page .event-search-breakout {
    background: none;
    padding: 0;
}

div.breakout-area.event-search-breakout {
	display:none;
}

ul#local_filters li:nth-child(2){
	display:none;
}

.event-cards .event-card-featured {
    background: #9F1D24 !important;
    color: #ffffff !important;
    text-shadow: none !important;
}

.event-cards .event-card-featured .event-card-heading,
.event-cards .event-card-featured .event-card-description {
    color: #ffffff !important;
}

/* NEWSLETTER */

.sapCpLabel {
	width:75%;
	display:inline-block;
}

.req, .opt {
	width:25%;
	padding-top:0.5em;
}

.sapCpContentPage .sapCpWidget.sapCpWidgetHidden {
    display: none;
}

li .req,
.input-append li .req,
.input-append li .opt,
.input-append li .sapCpWidgetContent input,
.input-append li .sapCpWidgetContent button,
.input-append li .sapCpWidgetContent select {
    border-radius: 0 !important;
}

/* BUTTON WIDGET */

.sapCpButtonWidget .sapCpButtonWidgetExtraText,
.sapCpButtonWidget .sapCpMissingMandatoryFieldLabel {
    display: block;
}

.sapCpContentPage:not(.sapCpMissingMandatoryField) .sapCpButtonWidget .sapCpMissingMandatoryFieldLabel {
    display: none;
}

.sapCpButtonWidget .sapCpErrorMessageText {
    display: block;
}

.sapCpContentPage:not(.sapCpSubmitError) .sapCpButtonWidget .sapCpErrorMessageText {
    display: none;
}

.sapCpButtonWidget .sapCpSuccessMessageLabel {
    display: block;
}

.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpSuccessMessageLabel {
    display: none;
}

.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpButtonWidgetDownloadLink {
    display: none;
}

.sapCpButtonWidget .sapCpButtonWidgetDownloadLink:not(.sapCpButtonWidgetDownloadLinkVisible) {
    display: none;
}

.sapCpButtonWidget.sapCpButtonWidgetLoading button {
    cursor: wait;
}

/* Customize the label (the container) */
.sapCpCheckBox {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 2.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.sapCpCheckBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  width: 3rem;
  background-color: #fff;
  border-radius:0;
  border: 1px solid rgba(0,0,0,.25);
  box-shadow: inset 0 0.25rem 0 rgba(0,0,0,.1);
}

#__button39, #__button39:hover{
	background-color:#FCDF51;
	color:#131E29;
}

summary{color:#131E29;}
/*
    color: #FCDF51;
    color: #415364;
    color: #fff;
    color: #131E29;
*/
/* On mouse-over, add a background color */
.sapCpCheckBox:hover input ~ .checkmark {
  background-color: #FCDF51;
}

/* When the checkbox is checked, add a  background 
.sapCpCheckBox input:checked ~ .checkmark {
  background-color: #571c4b;
  border-color:#331a4a;
}
*/
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.sapCpCheckBox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.sapCpCheckBox .checkmark:after {
  left: 1.125rem;
   top: .675rem;
  width: .5rem;
  height: 1rem;
  border: solid #131E29;
  border-width: 0 .25rem .25rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark-text {
    margin-left:4rem;
    display:inline-block;
}

.alternate .error label,
.alternate .error legend,
.alternate .error .help,
.alternate .is-error,
.alternate .field-validation-error,
.alternate .req,
.alternate .error-placeholder{
    color: #FCDF51 !important;
}

.sapCpBody .alert-danger, .sapCpBody .alert-error {
    background-color: #FCDF51 !important;
    border-color: #131E29 !important;
	color: #131E29 !important;
}

.error-placeholder {
    clear: both;
    padding-top: 0.5rem;
}

/* News slider */

.bxslider a.thumbnail {
	background-color: rgb(195 185 186 / 58%);
	padding: 0;
	
}

.bxslider a.thumbnail h3 {
	padding-bottom: 0.5em;
	color: #000;
}


/* EVENTS SLIDER */

.card-promo-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 .6em .6em;
    text-align: center;
    background-color: rgb(195 185 186 / 58%);
}


/* FACILITIES ICONS */
.speechbubble {
    position:relative; /* making the .speechbubble span a container for the tooltip text */
}

.speechbubble:before {
    content: attr(data-text); /* here's the magic */
    position:absolute;
    text-align:center;
    z-index:100;
    bottom: 342%;
    padding:0.5rem;
    border-radius:0.5rem;
    background:#555;
    background:-webkit-gradient(linear,left top,left bottom,from(#555),to(#222));
    background:-webkit-linear-gradient(top,#555,#222);
    background:-moz-linear-gradient(top,#555,#222);
    background:-ms-radial-gradient(top,#555,#222);
    background:-o-linear-gradient(top,#555,#222);
    background:linear-gradient(to top,#555,#222);
    color: #fff;
    display: none;
    width: 80%;
    margin-left: 3%;
}

.speechbubble:hover:after {
    width:0;
    height:0;
    border-left:.5rem solid transparent;
    border-right:.5rem solid transparent;
    border-top:.5rem solid #222;
    content:'';
    position:absolute;
    left:45%;
    bottom:3.8rem;
    margin-left:-.5rem;
    display:none;
}

.speechbubble.top:after{
    border-top-color:transparent;
    border-bottom:.5rem solid #222;
    top:-1rem;
    bottom:auto
}

.speechbubble.left:after{
    left:.5rem;
    margin:0
}

.speechbubble.right:after{
    right:.5rem;
    left:auto;
    margin:0
}

.speechbubble:hover:before, .speechbubble:hover:after {
    display:block;
}

p.facilities {
    margin-top: 0.2em;
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 0.2em;
}

@media only screen and (min-width: 64em) {
    p.facilities {
        left: -9999px;
        position: absolute;
    }
}
/*lighbox thumbnails*/
a.colorbox.thumbnail {
    background: #9F1D24;
    padding: 0.1em;
	}

/* PROMOS */

#page .breakout-bg.bg.promo p.title {font-size:1.25rem; color:#000}

#page .breakout-bg.bg.promo p.caption {
	font-size:1em;
	color:#000;
}
	
#page .breakout-bg.bg.promo.alternate .thumbnail{
                                    background-color: #dcd6d7;
                                    background-image: url(/-/media/Files/CSS/staunton-park/staunton-farm-logo-150x50);
                                    background-position: left 90% bottom 5%;
                                    background-repeat: no-repeat;
                                    background-size:15%;
}

#page .breakout-bg.bg.promo .thumbnail:hover {
	background-color: transparent;
}

#page .breakout-bg.bg.promo.alternate-two p.caption {
	font-weight: normal;
	font-size: 1em;
}

#page .breakout-bg.bg.promo.alternate-two .thumbnail {
	background-color: #97c121;
}

#page .breakout-bg.bg.promo.alternate-two .thumbnail:hover {
	background-color: transparent;
}


/*LINK TILES - TO ENABLE WHEN THERE IS ONLY ONE */

@media only screen and (min-width: 40em) {

    .thumbnail>img {width: 70%;}

    a.thumbnail.no-padding {display: flex;}

    .columns.six a.thumbnail.no-padding, .columns.four a.thumbnail.no-padding {display: inline;}

    .columns.six .thumbnail>img, .columns.four .thumbnail>img { width: 100%;}
}