
#page {
    background-color: #fff;
    background-image: url(/-/media/Files/CSS/river-hamble-country-park/images/rhcp-bg-paper);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100% ;
}
footer.navbar.noprint {
	padding-top: 0;
}
footer .row.noprint{
    background-color: #fff;
    background-image: url(/-/media/Files/CSS/river-hamble-country-park/images/rhcp-footer-v1),   url(/-/media/Files/CSS/river-hamble-country-park/images/rhcp-bg-paper);
    background-repeat: no-repeat, repeat-y;
    background-position: center bottom, center;
	padding-bottom: 3em;
    background-size: 100% ;
}
@media only screen and (min-width: 48em) {
footer .row.noprint {
	padding-bottom: 12em;
}
}

@media only screen and (min-width: 64em) {
footer .row.noprint {
	padding-bottom: 14em;
}
}

@media only screen and (min-width: 90em) {
footer .row.noprint {
	padding-bottom: 16em;
}
}

@media only screen and (min-width: 120em) {
footer .row.noprint {
	padding-bottom: 32em;
}
}

#page .transparent {
    background-color: transparent !important;
}


#page h1, #page h2, #page h3, div.caption h2, .nav>li>a, .figure, ul.dropdown-menu li a, p.title, .breakout-bg.bg.promo p.caption   { 
	font-family: 'Poppins', sans-serif;

}

/* Heading for What's on page*/

h1.events-h1 {
	padding-top: 1em;
}

/* NAVIGATION and HEADER */

#page {
    padding-top: 0;
}


#microsite_header {
       padding-top: 1rem;
	   background-image: url(/-/media/Files/CSS/river-hamble-country-park/images/rhcp-bg-paper);
  }
  
  #local_header {
    margin-bottom: 0 !important;
}

div.container > div.content > header.row {
   padding-top: 2em
}

#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: #126281;
    font-size: 1.15em;
    text-shadow: none;
      color: #fff;
    border-radius: 7px 7px 0 0;
    min-width: 118px;
}

/*Tablets and above*/
@media only screen and (min-width: 48em) {
	#page .navbar .nav>li>a {
    	font-size: 1.1em;
	}
}

/*Desktops*/
@media only screen and (min-width: 64em) {
	#page .navbar .nav>li>a {
    	font-size: 1.25em;
		min-width: 150px;
	}
}
	


#page .navbar-inner {
	    background-image: url(/-/media/Files/CSS/river-hamble-country-park/images/rhcp-bg-paper);
		   border-bottom: solid 5px #126281;
					box-shadow: none;
					border-top: none;
					border-left: none;
					border-right: none;
					width: 100vw;
					left: calc(-50vw + 50%);
					position: relative;
					padding-top: 0.5rem;
}

#local_menu_header li.dropdown .caret,
#local_menu_header li.dropdown ul.dropdown-menu {
    display: none;
}

/* .desk-vid {
    display: none;
}

.mob-vid {
    display: block;
}

@media only screen and (min-width: 37.5em) {
    .desk-vid {
        display: block;
    }
    
    .mob-vid {
        display: none;
    }
} */


/* HOMEPAGE SLIDESHOW */

#slideshow {
    padding-bottom: 5em;
}

#slideshow ul.on li div.caption {
	position: absolute;
	bottom: -5em;
	max-width: 100%;
	background-color: #98C23C;
	height: auto !important;
	padding: 1rem 4rem;
	text-align: center;
	padding-bottom: 4em;
}

#slideshow .navprev {
    margin-left: 0.5rem;
}

#slideshow .navnext {
    margin-right: 0.5rem;
}

#slideshow ul.on li div.caption h2 {
    font-size: 1.75rem;
	   color: #000;
}
	
#slideshow ul.on li div.caption p {
  font-size: 1.25rem;
    color: #000;
}

.caption:nth-child(1):after{
    display:none
}

#page #slideshow p.slideshowmenu {
    text-align: right;
    position: absolute;
    bottom: -1em;
    right: 1em;
	z-index: 100;
}
#page #slideshow p.slideshowmenu a {
    color: rgba(0,0,0,0.5);
}

#page #slideshow p.slideshowmenu a.active {
    color: #33a3dc;
}



/*BUTTONS */

#page .button.green, a[role="button"], a[role="button"]:visited {
	border-radius: .5em;
	min-height: 3em;
	transition: all .5s ease;
	text-shadow: none;
	box-shadow: none;
	border: none;
}

#page a[role="button"].green, button.green, a[role="button"].white, input[type="submit"].green, input[type="reset"].green, input[type="button"].green, #page a[role="button"] {
	background-color: #09607d !important;
	border-color: #09607d !important;
	color: #fff !important;
	font-family: 'Poppins', sans-serif;
	text-shadow: none;
	box-shadow: none;
}

#page a[role="button"].green:hover, a[role="button"].white:hover, button.green:hover, input[type="submit"].green:hover, input[type="reset"].green:hover, input[type="button"].green:hover, #page a[role="button"]:hover 
{
	background-color:  #36829a !important;
	border-color: #36829a !important;
	color: #000 !important;
	text-shadow: none;
	box-shadow: none;
}

/* Buttons for winter seasonal promo */
#page .breakout-bg.promo.alternate-six .breakout-content a[role="button"] {
    background-color: #00b74f !important;
    color: #fff !important;
}

#page .breakout-bg.promo.alternate-six .breakout-content a[role="button"]:hover {
    background-color: #df1995 !important;
    color: #000 !important;
}


/* WELLS */

.well {
    min-height: 9em;
    padding: 2rem;
    border-radius: 20px;
    background-color: #b9a28f78;
    text-shadow: none;
    background-image: url(/-/media/Files/CSS/river-hamble-country-park/images/rhcp-bg-leaves);
    background-size: cover;
}

.well-alternate {
	min-height: 9em;
	padding: 2rem;
	border-radius: 20px;
	background-color: #98C23C;
	text-shadow: none;
}


.breakout-bg.bg.promo .well {
    background-color: rgb(255 255 255 / 74%);
    border-radius: unset;
	padding:1em;
	background-image: none;
}

.well h2 {
    font-size: 1.5rem;
}

/* OVERLAY IMAGES */
#page .row .columns .overlay-image img {
	border-radius:0.75em;
}

#page .row .columns .overlay-image .caption {
	width:70%;
	font-size:1.25em;
	border-radius: 0.25em;
	margin:0.5em;
}


#page .row  .overlay-image .caption{
    color: #000 !important;
    background-color: #d7cbc0 !important;
}


/* CONTENT CARDS*/

div.card-tags {
	position: absolute;
	left: -9999px;
}

.wall .stamp, p.card-description {
	display:none;
}

.wall .brick .card-media {
	position: relative;
	height: 100%;
	/* overflow: auto; */
	background: #fff;
}

.wall .brick .card-media img {
	position: relative;
	top: 0;
	transform: none;
}


/*BREAKOUT BACKGROUNDS */


#page .breakout-bg.bg {
    background-color: #d8452f;
    padding-top: 1em;
    padding-bottom: 1em;
}


#page .breakout-bg.alternate .breakout-content  {
    background-color: #98c23c;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 20px;
}


#page .breakout-bg.promo.alternate .breakout-content  {
    background-image: url(/-/media/Files/CSS/river-hamble-country-park/images/promo-alternate.jpg);
    padding-top: 1em;
    padding-bottom: 1em;
    background-size:cover;
    padding-top: 1em;
    padding-bottom: 1em;
    background-size:cover;
    border: solid #885e3e 5px
}

#page .breakout-bg.promo.alternate-two .breakout-content  {
    background-image: url(/-/media/Files/CSS/river-hamble-country-park/images/promo-alternate-two.jpg);
    padding-top: 1em;
    padding-bottom: 1em;
    background-size:cover;
    padding-top: 1em;
    padding-bottom: 1em;
    background-size:cover;
    border: solid #885e3e 5px
}

#page .breakout-bg.promo.alternate-three .breakout-content  {
    background-image: url(/-/media/Files/CSS/river-hamble-country-park/images/promo-alternate-three.jpg);
    padding-top: 1em;
    padding-bottom: 1em;
    background-size:cover;
    padding-top: 1em;
    padding-bottom: 1em;
    background-size:cover;
    border: solid #885e3e 5px
}

#page .breakout-bg.promo.alternate-four .breakout-content  {
    background-image: url(/-/media/Files/CSS/river-hamble-country-park/images/promo-alternate-four.jpg);
    padding-top: 1em;
    padding-bottom: 1em;
    background-size:cover;
    padding-top: 1em;
    padding-bottom: 1em;
    background-size:cover;
    border: solid #885e3e 5px
}

#page .breakout-bg.promo.alternate-five .breakout-content  {
    background-image: url(/-/media/Files/CSS/river-hamble-country-park/images/promo-alternate-five.jpg);
    padding-top: 1em;
    padding-bottom: 1em;
    background-size:cover;
    padding-top: 1em;
    padding-bottom: 1em;
    background-size:cover;
    border: solid #885e3e 5px
}

/* Winter seasonal promo eg, the snowman */
#page .breakout-bg.promo.alternate-six .breakout-content  {
    background-image: url(/-/media/Files/CSS/river-hamble-country-park/images/promo-winter-seasonal.jpg);
    padding-top: 1em;
    padding-bottom: 1em;
    background-size:cover;
    background-position: bottom right;
    border: solid #00b74f 5px;
}

@media only screen and (min-width: 60em){
    #page .breakout-bg.promo.alternate-six .breakout-content  {
        background-position: revert;
    }
}

/*IMAGES*/

#page img.scale-with-grid {
    border-radius: 20px;
}

/* STICKY BUTTON */

button#contact-stickies-button {
    background-color: #885e3e;
    text-shadow: none;
    color: #FFFFFF;
    height: 3em;
    width: 10em;
    border-radius: 0;
    border: 2px solid #126281;
    display: block;
	font-size: larger;
	}

@media only screen and (min-width: 37.5em) {
	button#contact-stickies-button {
		width: 10em;
		height:3.5em;
	}
}
#contact-stickies {
    position: fixed;
    bottom: 0em;
    right: 0em;
    z-index: 100000;
}

#contact-stickies dt {
    position: fixed;
    z-index: 10;
    bottom: 0px;
    right: 0px;
}

@media only screen and (min-width: 72em) {
	#contact-stickies {
		bottom: calc(50vh - 7em);
		right: calc(-38em + 50vw);
	}
}
/* 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;
}




/* VIDEOS */

.hero-video {
	padding:56.25% 0 2.9rem 0;
	position:relative;
}

video#auto-video {
    border-bottom: 5px solid #126281;
	margin-top: -1.5em;
	display: block;
	margin-right: auto;
	margin-left: auto;
}


#video-overlay a[role="button"].green {
	position: absolute;
	background: #2b2c3a;
	border:#fff;
	color: #fff;
	text-shadow: none;
	right: 3em;
	top: -0.6em;
}

#auto-video-pause,
#auto-video-m-pause {
	min-height: auto;
	border-radius: 10em;
	height: 3em;
	width: 3em;
	text-align: center;
	color: #fff;
	background: #b3cd49;
	box-shadow: none;
	position: absolute;
	bottom: 2em;
}

#auto-video-pause em:before,
#auto-video-m-pause em:before {
	font-family: 'wcms';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.25;
	-webkit-font-smoothing: antialiased;
	font-size: 1.5em;
	position: absolute;
	top: 0.35em;
	left: 0.45em;
	content: "\e600";
	text-shadow: none;
}

#auto-video-pause.paused em:before,
#auto-video-m-pause.paused em:before {
	font-size: 1.75em;
	color: #fff;
	position: absolute;
	top: 0.35rem;
	left: 0.65rem;
	content: "\e60e";
}

.mob-vid {
    display: none;
}

/* MOBILE VIDEO DISPLAY */
@media only screen and (max-width: 37.5em) {
    video#auto-video {
	display: none;
	border-bottom: none;
}

.mob-vid {
	display: block;
	border-bottom: none;
}
}



#video-overlay-m {
	position: relative;
	bottom: 4em;
	right: 0;
	padding: 1em;
}


/*MENU*/
.barn-menu {
  background-image: url(/-/media/Files/CSS/river-hamble-country-park/images/rhcp-bg-paper);
    padding: 1em;
    margin-bottom: 1em;
    border: 2px #d55e47 solid;
}

.barn-menu h2, .barn-menu h3 {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
    color: #C3462C;
}

.kcal {
    color: #126281;
}

/*MAPS*/
#esri-map-container{
	height: 0;
	padding-bottom: 100%; 
	position: relative;
}

#esri-map{
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	height: 20em !important;
}

div.surround.equalHeightColumns {
	/* Hide address element of map */
    display: none;
}

div.align-map-top {
    margin-top: 1.5em;
	margin-bottom: 1.5em;	
}

/*EVENTS*/

/* Upcoming events card block  */

.card-promo {
	border-radius: 20px;
}

/*Tablets and above*/
@media only screen and (min-width: 48em) {
	.card-promo-media {
		padding-top: 7em;
		max-height: 7em;
	}
}

/*Desktops*/
@media only screen and (min-width: 64em) {
	.card-promo-media {
		padding-top: 8em;
		max-height: 8em;
	}
}

#page .card-promo-media img {
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media only screen and (max-width: 767px) and (min-width: 592px) {
    #page .card-promo-media img {
        border-top-left-radius: 0;
        border-top-right-radius: 0;  
    }
}

/* Events listing page */

section.event-banner-row {
	margin-top: 2em;
}

/* Hide 'In or around' filter */
ul#local_filters > li:nth-child(2) {
    display: none;
}

/* Hide events search box */
#page .event-search-breakout {
    background: none;
    padding: 0 !important;
}

div.breakout-area.event-search-breakout {
    display: none;
}

/* LINK TILES THAT ARE NOT PROMO BLOCKS*/

a.thumbnail.no-padding {
	color: #000;
    background-color: #d7cbc0;
	box-shadow: none;
	border-radius: 2em;
}

a.thumbnail.no-padding:hover {
	background-color: transparent;
}

a.thumbnail.no-padding img {
	border-radius: 2em 2em 0 0;
}

a.thumbnail.no-padding p.title {
	font-size: 1.5em;
	line-spacing: 1.5em;
	text-align: center;
}

/*LINK TILES FOR PROMO BLOCKS - TO ENABLE WHEN THERE IS ONLY ONE */

@media only screen and (min-width: 40em) {

    #page .breakout-bg.bg.promo .thumbnail>img {
        width: 70%;
        }
    #page .breakout-bg.bg.promo a.thumbnail.no-padding {
        display: flex;
        }
    #page .breakout-bg.bg.promo .columns.six a.thumbnail.no-padding, columns.four a.thumbnail.no-padding {      
        display: inline;
        }
    #page .breakout-bg.bg.promo .columns.six .thumbnail>img, .columns.four .thumbnail>img {     
        width: 100%;
    }
}

/* PROMO BLOCKS */

.breakout-bg.bg.promo a.thumbnail.no-padding p.title {
	font-size: 1.2em;
	line-height: 2.5em;
}

.breakout-bg.bg.promo a.thumbnail.no-padding p.caption {
	font-size: 0.9em;
}

.breakout-bg.bg.promo a.thumbnail.no-padding {
	background-color: #09607d;
	color: #fff;
	box-shadow: none;
}

.breakout-bg.bg.promo a.thumbnail.no-padding:hover {
	background-color: #fff;
	color: #000;
}