
#stacks_in_17 {
	font-weight: bold;
}

#stacks_in_533 {
	padding: 6px 0px 6px 0px;
}
/* @group Basics */

#switcherstacks_in_220,
#switcherstacks_in_220 * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#switcherstacks_in_220 {
	display: none;
}

/* Reset for lists within Switcher */

#switcherstacks_in_220 ul ul {
	list-style-type: disc;
}

/* @end */

/* @group Accordion */

ul#accordionInterfacestacks_in_220 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#accordionInterfacestacks_in_220>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Static accordion */

#accordionInterfacestacks_in_220 .accordion-toggle,
#mydiv .accordion-toggle {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	background: rgba(15, 128, 255, 1.00);
	line-height: 45px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
}

#accordionInterfacestacks_in_220 .accordion-toggle [class^="fa fa-"],
#mydiv .accordion-toggle [class^="fa fa-"],
#accordionInterfacestacks_in_220 .accordion-toggle i,
#mydiv .accordion-toggle i {
	font-size: 18px;
	color: rgba(255, 255, 255, 1.00);
	width: 25px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	vertical-align: middle;
}

/* Hovered accordion */

#accordionInterfacestacks_in_220 .accordion-toggle:hover,
#mydiv .accordion-toggle:hover {
	background: rgba(102, 204, 255, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_220 .accordion-toggle:hover [class^="fa fa-"],
#mydiv .accordion-toggle:hover [class^="fa fa-"],
#accordionInterfacestacks_in_220 .accordion-toggle:hover i,
#mydiv .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

#accordionInterfacestacks_in_220 .accordion-toggle:active,
#mydiv .accordion-toggle:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(102, 204, 255, 1.00);
}

#accordionInterfacestacks_in_220 .accordion-toggle:active [class^="fa fa-"],
#mydiv .accordion-toggle:active [class^="fa fa-"],
#accordionInterfacestacks_in_220 .accordion-toggle:active i,
#mydiv .accordion-toggle:active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

#accordionInterfacestacks_in_220 .accordion-toggle.ui-state-active,
#mydiv .accordion-toggle.ui-state-active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(102, 204, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_220 .accordion-toggle.ui-state-active [class^="fa fa-"],
#mydiv .accordion-toggle.ui-state-active [class^="fa fa-"],
#accordionInterfacestacks_in_220 .accordion-toggle.ui-state-active i,
#mydiv .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* @group Open and closed floating icons */

#accordionInterfacestacks_in_220 .accordion-toggle .closedIcon,
#mydiv .accordion-toggle .closedIcon {
	float: right;
	display: inline;
}

#accordionInterfacestacks_in_220 .accordion-toggle .openedIcon,
#mydiv .accordion-toggle .openedIcon {
	float: right;
	display: none;
}

#accordionInterfacestacks_in_220 .accordion-toggle.ui-state-active .closedIcon,
#mydiv .accordion-toggle.ui-state-active .closedIcon {
	display: none;
}

#accordionInterfacestacks_in_220 .accordion-toggle.ui-state-active .openedIcon,
#mydiv .accordion-toggle.ui-state-active .openedIcon {
	display: inline;
}

/* @end */

/* @end */

/* @group Tabs */

ul#tabbedInterfacestacks_in_220 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#tabbedInterfacestacks_in_220>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_220 {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_220 li.switcherTab {
	display: inline-block;
	list-style: none;
	width: 20.00%;
}



/* Static tabs */

ul#switcherTabsstacks_in_220 li.switcherTab.ui-state-default a {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
	cursor: pointer;
	background: rgba(148, 29, 230, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

ul#switcherTabsstacks_in_220 li.switcherTab.ui-state-default a [class^="fa fa-"],
ul#switcherTabsstacks_in_220 li.switcherTab.ui-state-default a i {
	display: block;
	font-size: 48px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1;
	vertical-align: middle;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

/* Hovered Tabs */

ul#switcherTabsstacks_in_220 li.switcherTab.ui-state-default a:hover {
	background: rgba(89, 17, 145, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_220 li.switcherTab.ui-state-default a:hover [class^="fa fa-"],
ul#switcherTabsstacks_in_220 li.switcherTab.ui-state-default a:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked tabs */

ul#switcherTabsstacks_in_220 li.switcherTab.ui-state-default a:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(89, 17, 145, 1.00);
}

ul#switcherTabsstacks_in_220 li.switcherTab.ui-state-default [class^="fa fa-"],
ul#switcherTabsstacks_in_220 li.switcherTab.ui-state-default i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active Tabs */

ul#switcherTabsstacks_in_220 li.switcherTab.ui-tabs-active.ui-state-active a {
	background: rgba(89, 17, 145, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_220 li.switcherTab.ui-tabs-active.ui-state-active a [class^="fa fa-"],
ul#switcherTabsstacks_in_220 li.switcherTab.ui-tabs-active.ui-state-active a i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hide accordion toggle headings */

#tabPanesstacks_in_220 a.accordion-toggle {
	display: none;
}

/* Hide accordion, when in tabbed mode */

#switcherstacks_in_220.tabbed-layout #accordionInterfacestacks_in_220 {
	display: none;
}

/* Display tabbed interface, when in tabs mode */

#switcherstacks_in_220.tabbed-layout #tabbedInterfacestacks_in_220 {
	display: block;
}

/* Hide tabbed interface, when in accordion mode */

#switcherstacks_in_220.accordion-layout #tabbedInterfacestacks_in_220 {
	display: none;
}


/* Hide open / close accordion heading icons */

ul#switcherTabsstacks_in_220 .closedIcon,
ul#switcherTabsstacks_in_220 .openedIcon {
	display: none;
}

/* @end */

/* @group Content Panels */

#tabbedInterfacestacks_in_220 .accordion-content,
#accordionInterfacestacks_in_220 .accordion-content {
	display: none;
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#tabbedInterfacestacks_in_220 .accordion-content .contentInner,
#accordionInterfacestacks_in_220 .accordion-content .contentInner {
	color: rgba(51, 51, 51, 1.00);
	background: rgba(245, 245, 245, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px 0px 0px 0px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
}

/* @end */

/* @group Left / Right Tab Positioning */





/* @end */

/* @group Responsive Behavior */

/* On screens less than our breakpoint, make tabs an accordion */
@media screen and (max-width: 568px) {
	#switcherstacks_in_220 #accordionInterfacestacks_in_220 {
		display: block !important;
	}
	
	#switcherstacks_in_220 #tabbedInterfacestacks_in_220 {
		display: none !important;
	}
}

/* @end */

/* @group Print style settings */

@media print {
	#switcherTabsstacks_in_220 {
		display: none !important;
	}
	
	#switcherWrapperstacks_in_220,
	#switcherstacks_in_220.tabbed-layout .accordion-toggle {
		display: block !important;
	}
	
	#switcherstacks_in_220 .accordion-content {
		display: block !important;
		height: auto !important;
	}
	
	#switcherstacks_in_220 .accordion-content .contentInner {
		border: none !important;
	}
}

/* @end */

/* @group Advanced Settings */

/**/

/**/

/**/

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringAetrex {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringAetrex ul#proGalleryThumbsstacks_in_526 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringAetrex li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringAetrex li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringAetrex li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringAetrex li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringAetrex li .proGalleryItemInner a[href=''],
#LifestylesSpringAetrex li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringAetrex .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringAetrex .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringAetrex .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringAetrex.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringAetrex.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringAetrex.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringAetrex.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringAetrex.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringAetrex.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringAetrex.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringAetrex.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringAetrex.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringAetrex.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringAetrex.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringAetrex.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringAetrex li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringAetrex .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringAetrex .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringAetrex .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringAetrex .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringAetrex .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringAetrex .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringAetrex .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringAetrex .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringAetrex .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringAetrex .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringAetrex .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringAetrex .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringAetrex .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringAetrex .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringBirkenstock {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringBirkenstock ul#proGalleryThumbsstacks_in_335 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringBirkenstock li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringBirkenstock li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringBirkenstock li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringBirkenstock li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringBirkenstock li .proGalleryItemInner a[href=''],
#LifestylesSpringBirkenstock li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringBirkenstock .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringBirkenstock .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringBirkenstock .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringBirkenstock.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringBirkenstock.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringBirkenstock.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringBirkenstock.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBirkenstock.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringBirkenstock.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringBirkenstock.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBirkenstock.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBirkenstock.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBirkenstock.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBirkenstock.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBirkenstock.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBirkenstock li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringBirkenstock .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringBirkenstock .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringBirkenstock .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringBirkenstock .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringBirkenstock .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringBirkenstock .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringBirkenstock .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringBirkenstock .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringBirkenstock .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringBirkenstock .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringBirkenstock .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringBirkenstock .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringBirkenstock .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringBirkenstock .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringBrooks {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringBrooks ul#proGalleryThumbsstacks_in_343 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringBrooks li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringBrooks li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringBrooks li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringBrooks li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringBrooks li .proGalleryItemInner a[href=''],
#LifestylesSpringBrooks li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringBrooks .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringBrooks .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringBrooks .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringBrooks.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringBrooks.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringBrooks.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringBrooks.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrooks.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringBrooks.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringBrooks.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrooks.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBrooks.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBrooks.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrooks.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBrooks.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBrooks li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringBrooks .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringBrooks .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringBrooks .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringBrooks .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringBrooks .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringBrooks .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringBrooks .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringBrooks .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringBrooks .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringBrooks .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringBrooks .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringBrooks .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringBrooks .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringBrooks .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* @group Basics */

#switcherstacks_in_446,
#switcherstacks_in_446 * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#switcherstacks_in_446 {
	display: none;
}

/* Reset for lists within Switcher */

#switcherstacks_in_446 ul ul {
	list-style-type: disc;
}

/* @end */

/* @group Accordion */

ul#accordionInterfacestacks_in_446 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#accordionInterfacestacks_in_446>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Static accordion */

#accordionInterfacestacks_in_446 .accordion-toggle,
#mydiv .accordion-toggle {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	background: rgba(15, 128, 255, 1.00);
	line-height: 45px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
}

#accordionInterfacestacks_in_446 .accordion-toggle [class^="fa fa-"],
#mydiv .accordion-toggle [class^="fa fa-"],
#accordionInterfacestacks_in_446 .accordion-toggle i,
#mydiv .accordion-toggle i {
	font-size: 18px;
	color: rgba(255, 255, 255, 1.00);
	width: 25px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	vertical-align: middle;
}

/* Hovered accordion */

#accordionInterfacestacks_in_446 .accordion-toggle:hover,
#mydiv .accordion-toggle:hover {
	background: rgba(102, 204, 255, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_446 .accordion-toggle:hover [class^="fa fa-"],
#mydiv .accordion-toggle:hover [class^="fa fa-"],
#accordionInterfacestacks_in_446 .accordion-toggle:hover i,
#mydiv .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

#accordionInterfacestacks_in_446 .accordion-toggle:active,
#mydiv .accordion-toggle:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(102, 204, 255, 1.00);
}

#accordionInterfacestacks_in_446 .accordion-toggle:active [class^="fa fa-"],
#mydiv .accordion-toggle:active [class^="fa fa-"],
#accordionInterfacestacks_in_446 .accordion-toggle:active i,
#mydiv .accordion-toggle:active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

#accordionInterfacestacks_in_446 .accordion-toggle.ui-state-active,
#mydiv .accordion-toggle.ui-state-active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(102, 204, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_446 .accordion-toggle.ui-state-active [class^="fa fa-"],
#mydiv .accordion-toggle.ui-state-active [class^="fa fa-"],
#accordionInterfacestacks_in_446 .accordion-toggle.ui-state-active i,
#mydiv .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* @group Open and closed floating icons */

#accordionInterfacestacks_in_446 .accordion-toggle .closedIcon,
#mydiv .accordion-toggle .closedIcon {
	float: right;
	display: inline;
}

#accordionInterfacestacks_in_446 .accordion-toggle .openedIcon,
#mydiv .accordion-toggle .openedIcon {
	float: right;
	display: none;
}

#accordionInterfacestacks_in_446 .accordion-toggle.ui-state-active .closedIcon,
#mydiv .accordion-toggle.ui-state-active .closedIcon {
	display: none;
}

#accordionInterfacestacks_in_446 .accordion-toggle.ui-state-active .openedIcon,
#mydiv .accordion-toggle.ui-state-active .openedIcon {
	display: inline;
}

/* @end */

/* @end */

/* @group Tabs */

ul#tabbedInterfacestacks_in_446 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#tabbedInterfacestacks_in_446>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_446 {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_446 li.switcherTab {
	display: inline-block;
	list-style: none;
	width: 20.00%;
}



/* Static tabs */

ul#switcherTabsstacks_in_446 li.switcherTab.ui-state-default a {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
	cursor: pointer;
	background: rgba(148, 29, 230, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

ul#switcherTabsstacks_in_446 li.switcherTab.ui-state-default a [class^="fa fa-"],
ul#switcherTabsstacks_in_446 li.switcherTab.ui-state-default a i {
	display: block;
	font-size: 48px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1;
	vertical-align: middle;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

/* Hovered Tabs */

ul#switcherTabsstacks_in_446 li.switcherTab.ui-state-default a:hover {
	background: rgba(89, 17, 145, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_446 li.switcherTab.ui-state-default a:hover [class^="fa fa-"],
ul#switcherTabsstacks_in_446 li.switcherTab.ui-state-default a:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked tabs */

ul#switcherTabsstacks_in_446 li.switcherTab.ui-state-default a:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(89, 17, 145, 1.00);
}

ul#switcherTabsstacks_in_446 li.switcherTab.ui-state-default [class^="fa fa-"],
ul#switcherTabsstacks_in_446 li.switcherTab.ui-state-default i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active Tabs */

ul#switcherTabsstacks_in_446 li.switcherTab.ui-tabs-active.ui-state-active a {
	background: rgba(89, 17, 145, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_446 li.switcherTab.ui-tabs-active.ui-state-active a [class^="fa fa-"],
ul#switcherTabsstacks_in_446 li.switcherTab.ui-tabs-active.ui-state-active a i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hide accordion toggle headings */

#tabPanesstacks_in_446 a.accordion-toggle {
	display: none;
}

/* Hide accordion, when in tabbed mode */

#switcherstacks_in_446.tabbed-layout #accordionInterfacestacks_in_446 {
	display: none;
}

/* Display tabbed interface, when in tabs mode */

#switcherstacks_in_446.tabbed-layout #tabbedInterfacestacks_in_446 {
	display: block;
}

/* Hide tabbed interface, when in accordion mode */

#switcherstacks_in_446.accordion-layout #tabbedInterfacestacks_in_446 {
	display: none;
}


/* Hide open / close accordion heading icons */

ul#switcherTabsstacks_in_446 .closedIcon,
ul#switcherTabsstacks_in_446 .openedIcon {
	display: none;
}

/* @end */

/* @group Content Panels */

#tabbedInterfacestacks_in_446 .accordion-content,
#accordionInterfacestacks_in_446 .accordion-content {
	display: none;
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#tabbedInterfacestacks_in_446 .accordion-content .contentInner,
#accordionInterfacestacks_in_446 .accordion-content .contentInner {
	color: rgba(51, 51, 51, 1.00);
	background: rgba(245, 245, 245, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px 0px 0px 0px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
}

/* @end */

/* @group Left / Right Tab Positioning */





/* @end */

/* @group Responsive Behavior */

/* On screens less than our breakpoint, make tabs an accordion */
@media screen and (max-width: 568px) {
	#switcherstacks_in_446 #accordionInterfacestacks_in_446 {
		display: block !important;
	}
	
	#switcherstacks_in_446 #tabbedInterfacestacks_in_446 {
		display: none !important;
	}
}

/* @end */

/* @group Print style settings */

@media print {
	#switcherTabsstacks_in_446 {
		display: none !important;
	}
	
	#switcherWrapperstacks_in_446,
	#switcherstacks_in_446.tabbed-layout .accordion-toggle {
		display: block !important;
	}
	
	#switcherstacks_in_446 .accordion-content {
		display: block !important;
		height: auto !important;
	}
	
	#switcherstacks_in_446 .accordion-content .contentInner {
		border: none !important;
	}
}

/* @end */

/* @group Advanced Settings */

/**/

/**/

/**/

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringBrownsClassic {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringBrownsClassic ul#proGalleryThumbsstacks_in_431 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringBrownsClassic li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringBrownsClassic li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringBrownsClassic li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringBrownsClassic li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringBrownsClassic li .proGalleryItemInner a[href=''],
#LifestylesSpringBrownsClassic li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringBrownsClassic .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringBrownsClassic .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringBrownsClassic .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringBrownsClassic.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringBrownsClassic.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringBrownsClassic.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringBrownsClassic.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsClassic.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringBrownsClassic.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringBrownsClassic.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsClassic.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBrownsClassic.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBrownsClassic.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsClassic.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBrownsClassic.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBrownsClassic li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringBrownsClassic .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringBrownsClassic .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringBrownsClassic .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringBrownsClassic .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringBrownsClassic .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringBrownsClassic .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringBrownsClassic .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringBrownsClassic .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringBrownsClassic .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringBrownsClassic .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringBrownsClassic .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringBrownsClassic .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringBrownsClassic .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringBrownsClassic .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Basics */

#switcherstacks_in_451,
#switcherstacks_in_451 * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#switcherstacks_in_451 {
	display: none;
}

/* Reset for lists within Switcher */

#switcherstacks_in_451 ul ul {
	list-style-type: disc;
}

/* @end */

/* @group Accordion */

ul#accordionInterfacestacks_in_451 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#accordionInterfacestacks_in_451>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Static accordion */

#accordionInterfacestacks_in_451 .accordion-toggle,
#mydiv .accordion-toggle {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	background: rgba(15, 128, 255, 1.00);
	line-height: 45px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
}

#accordionInterfacestacks_in_451 .accordion-toggle [class^="fa fa-"],
#mydiv .accordion-toggle [class^="fa fa-"],
#accordionInterfacestacks_in_451 .accordion-toggle i,
#mydiv .accordion-toggle i {
	font-size: 18px;
	color: rgba(255, 255, 255, 1.00);
	width: 25px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	vertical-align: middle;
}

/* Hovered accordion */

#accordionInterfacestacks_in_451 .accordion-toggle:hover,
#mydiv .accordion-toggle:hover {
	background: rgba(102, 204, 255, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_451 .accordion-toggle:hover [class^="fa fa-"],
#mydiv .accordion-toggle:hover [class^="fa fa-"],
#accordionInterfacestacks_in_451 .accordion-toggle:hover i,
#mydiv .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

#accordionInterfacestacks_in_451 .accordion-toggle:active,
#mydiv .accordion-toggle:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(102, 204, 255, 1.00);
}

#accordionInterfacestacks_in_451 .accordion-toggle:active [class^="fa fa-"],
#mydiv .accordion-toggle:active [class^="fa fa-"],
#accordionInterfacestacks_in_451 .accordion-toggle:active i,
#mydiv .accordion-toggle:active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

#accordionInterfacestacks_in_451 .accordion-toggle.ui-state-active,
#mydiv .accordion-toggle.ui-state-active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(102, 204, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_451 .accordion-toggle.ui-state-active [class^="fa fa-"],
#mydiv .accordion-toggle.ui-state-active [class^="fa fa-"],
#accordionInterfacestacks_in_451 .accordion-toggle.ui-state-active i,
#mydiv .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* @group Open and closed floating icons */

#accordionInterfacestacks_in_451 .accordion-toggle .closedIcon,
#mydiv .accordion-toggle .closedIcon {
	float: right;
	display: inline;
}

#accordionInterfacestacks_in_451 .accordion-toggle .openedIcon,
#mydiv .accordion-toggle .openedIcon {
	float: right;
	display: none;
}

#accordionInterfacestacks_in_451 .accordion-toggle.ui-state-active .closedIcon,
#mydiv .accordion-toggle.ui-state-active .closedIcon {
	display: none;
}

#accordionInterfacestacks_in_451 .accordion-toggle.ui-state-active .openedIcon,
#mydiv .accordion-toggle.ui-state-active .openedIcon {
	display: inline;
}

/* @end */

/* @end */

/* @group Tabs */

ul#tabbedInterfacestacks_in_451 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#tabbedInterfacestacks_in_451>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_451 {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_451 li.switcherTab {
	display: inline-block;
	list-style: none;
	width: 20.00%;
}



/* Static tabs */

ul#switcherTabsstacks_in_451 li.switcherTab.ui-state-default a {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
	cursor: pointer;
	background: rgba(148, 29, 230, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

ul#switcherTabsstacks_in_451 li.switcherTab.ui-state-default a [class^="fa fa-"],
ul#switcherTabsstacks_in_451 li.switcherTab.ui-state-default a i {
	display: block;
	font-size: 48px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1;
	vertical-align: middle;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

/* Hovered Tabs */

ul#switcherTabsstacks_in_451 li.switcherTab.ui-state-default a:hover {
	background: rgba(89, 17, 145, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_451 li.switcherTab.ui-state-default a:hover [class^="fa fa-"],
ul#switcherTabsstacks_in_451 li.switcherTab.ui-state-default a:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked tabs */

ul#switcherTabsstacks_in_451 li.switcherTab.ui-state-default a:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(89, 17, 145, 1.00);
}

ul#switcherTabsstacks_in_451 li.switcherTab.ui-state-default [class^="fa fa-"],
ul#switcherTabsstacks_in_451 li.switcherTab.ui-state-default i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active Tabs */

ul#switcherTabsstacks_in_451 li.switcherTab.ui-tabs-active.ui-state-active a {
	background: rgba(89, 17, 145, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_451 li.switcherTab.ui-tabs-active.ui-state-active a [class^="fa fa-"],
ul#switcherTabsstacks_in_451 li.switcherTab.ui-tabs-active.ui-state-active a i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hide accordion toggle headings */

#tabPanesstacks_in_451 a.accordion-toggle {
	display: none;
}

/* Hide accordion, when in tabbed mode */

#switcherstacks_in_451.tabbed-layout #accordionInterfacestacks_in_451 {
	display: none;
}

/* Display tabbed interface, when in tabs mode */

#switcherstacks_in_451.tabbed-layout #tabbedInterfacestacks_in_451 {
	display: block;
}

/* Hide tabbed interface, when in accordion mode */

#switcherstacks_in_451.accordion-layout #tabbedInterfacestacks_in_451 {
	display: none;
}


/* Hide open / close accordion heading icons */

ul#switcherTabsstacks_in_451 .closedIcon,
ul#switcherTabsstacks_in_451 .openedIcon {
	display: none;
}

/* @end */

/* @group Content Panels */

#tabbedInterfacestacks_in_451 .accordion-content,
#accordionInterfacestacks_in_451 .accordion-content {
	display: none;
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#tabbedInterfacestacks_in_451 .accordion-content .contentInner,
#accordionInterfacestacks_in_451 .accordion-content .contentInner {
	color: rgba(51, 51, 51, 1.00);
	background: rgba(245, 245, 245, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px 0px 0px 0px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
}

/* @end */

/* @group Left / Right Tab Positioning */





/* @end */

/* @group Responsive Behavior */

/* On screens less than our breakpoint, make tabs an accordion */
@media screen and (max-width: 568px) {
	#switcherstacks_in_451 #accordionInterfacestacks_in_451 {
		display: block !important;
	}
	
	#switcherstacks_in_451 #tabbedInterfacestacks_in_451 {
		display: none !important;
	}
}

/* @end */

/* @group Print style settings */

@media print {
	#switcherTabsstacks_in_451 {
		display: none !important;
	}
	
	#switcherWrapperstacks_in_451,
	#switcherstacks_in_451.tabbed-layout .accordion-toggle {
		display: block !important;
	}
	
	#switcherstacks_in_451 .accordion-content {
		display: block !important;
		height: auto !important;
	}
	
	#switcherstacks_in_451 .accordion-content .contentInner {
		border: none !important;
	}
}

/* @end */

/* @group Advanced Settings */

/**/

/**/

/**/

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringBrownsEveryday {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringBrownsEveryday ul#proGalleryThumbsstacks_in_453 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringBrownsEveryday li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringBrownsEveryday li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringBrownsEveryday li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringBrownsEveryday li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringBrownsEveryday li .proGalleryItemInner a[href=''],
#LifestylesSpringBrownsEveryday li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringBrownsEveryday .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringBrownsEveryday .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringBrownsEveryday .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringBrownsEveryday.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringBrownsEveryday.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringBrownsEveryday.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringBrownsEveryday.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsEveryday.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringBrownsEveryday.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringBrownsEveryday.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsEveryday.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBrownsEveryday.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBrownsEveryday.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsEveryday.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBrownsEveryday.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBrownsEveryday li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringBrownsEveryday .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringBrownsEveryday .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringBrownsEveryday .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringBrownsEveryday .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringBrownsEveryday .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringBrownsEveryday .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringBrownsEveryday .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringBrownsEveryday .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringBrownsEveryday .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringBrownsEveryday .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringBrownsEveryday .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringBrownsEveryday .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringBrownsEveryday .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringBrownsEveryday .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Basics */

#switcherstacks_in_468,
#switcherstacks_in_468 * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#switcherstacks_in_468 {
	display: none;
}

/* Reset for lists within Switcher */

#switcherstacks_in_468 ul ul {
	list-style-type: disc;
}

/* @end */

/* @group Accordion */

ul#accordionInterfacestacks_in_468 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#accordionInterfacestacks_in_468>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Static accordion */

#accordionInterfacestacks_in_468 .accordion-toggle,
#mydiv .accordion-toggle {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	background: rgba(15, 128, 255, 1.00);
	line-height: 45px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
}

#accordionInterfacestacks_in_468 .accordion-toggle [class^="fa fa-"],
#mydiv .accordion-toggle [class^="fa fa-"],
#accordionInterfacestacks_in_468 .accordion-toggle i,
#mydiv .accordion-toggle i {
	font-size: 18px;
	color: rgba(255, 255, 255, 1.00);
	width: 25px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	vertical-align: middle;
}

/* Hovered accordion */

#accordionInterfacestacks_in_468 .accordion-toggle:hover,
#mydiv .accordion-toggle:hover {
	background: rgba(102, 204, 255, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_468 .accordion-toggle:hover [class^="fa fa-"],
#mydiv .accordion-toggle:hover [class^="fa fa-"],
#accordionInterfacestacks_in_468 .accordion-toggle:hover i,
#mydiv .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

#accordionInterfacestacks_in_468 .accordion-toggle:active,
#mydiv .accordion-toggle:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(102, 204, 255, 1.00);
}

#accordionInterfacestacks_in_468 .accordion-toggle:active [class^="fa fa-"],
#mydiv .accordion-toggle:active [class^="fa fa-"],
#accordionInterfacestacks_in_468 .accordion-toggle:active i,
#mydiv .accordion-toggle:active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

#accordionInterfacestacks_in_468 .accordion-toggle.ui-state-active,
#mydiv .accordion-toggle.ui-state-active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(102, 204, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_468 .accordion-toggle.ui-state-active [class^="fa fa-"],
#mydiv .accordion-toggle.ui-state-active [class^="fa fa-"],
#accordionInterfacestacks_in_468 .accordion-toggle.ui-state-active i,
#mydiv .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* @group Open and closed floating icons */

#accordionInterfacestacks_in_468 .accordion-toggle .closedIcon,
#mydiv .accordion-toggle .closedIcon {
	float: right;
	display: inline;
}

#accordionInterfacestacks_in_468 .accordion-toggle .openedIcon,
#mydiv .accordion-toggle .openedIcon {
	float: right;
	display: none;
}

#accordionInterfacestacks_in_468 .accordion-toggle.ui-state-active .closedIcon,
#mydiv .accordion-toggle.ui-state-active .closedIcon {
	display: none;
}

#accordionInterfacestacks_in_468 .accordion-toggle.ui-state-active .openedIcon,
#mydiv .accordion-toggle.ui-state-active .openedIcon {
	display: inline;
}

/* @end */

/* @end */

/* @group Tabs */

ul#tabbedInterfacestacks_in_468 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#tabbedInterfacestacks_in_468>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_468 {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_468 li.switcherTab {
	display: inline-block;
	list-style: none;
	width: 20.00%;
}



/* Static tabs */

ul#switcherTabsstacks_in_468 li.switcherTab.ui-state-default a {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
	cursor: pointer;
	background: rgba(148, 29, 230, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

ul#switcherTabsstacks_in_468 li.switcherTab.ui-state-default a [class^="fa fa-"],
ul#switcherTabsstacks_in_468 li.switcherTab.ui-state-default a i {
	display: block;
	font-size: 48px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1;
	vertical-align: middle;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

/* Hovered Tabs */

ul#switcherTabsstacks_in_468 li.switcherTab.ui-state-default a:hover {
	background: rgba(89, 17, 145, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_468 li.switcherTab.ui-state-default a:hover [class^="fa fa-"],
ul#switcherTabsstacks_in_468 li.switcherTab.ui-state-default a:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked tabs */

ul#switcherTabsstacks_in_468 li.switcherTab.ui-state-default a:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(89, 17, 145, 1.00);
}

ul#switcherTabsstacks_in_468 li.switcherTab.ui-state-default [class^="fa fa-"],
ul#switcherTabsstacks_in_468 li.switcherTab.ui-state-default i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active Tabs */

ul#switcherTabsstacks_in_468 li.switcherTab.ui-tabs-active.ui-state-active a {
	background: rgba(89, 17, 145, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_468 li.switcherTab.ui-tabs-active.ui-state-active a [class^="fa fa-"],
ul#switcherTabsstacks_in_468 li.switcherTab.ui-tabs-active.ui-state-active a i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hide accordion toggle headings */

#tabPanesstacks_in_468 a.accordion-toggle {
	display: none;
}

/* Hide accordion, when in tabbed mode */

#switcherstacks_in_468.tabbed-layout #accordionInterfacestacks_in_468 {
	display: none;
}

/* Display tabbed interface, when in tabs mode */

#switcherstacks_in_468.tabbed-layout #tabbedInterfacestacks_in_468 {
	display: block;
}

/* Hide tabbed interface, when in accordion mode */

#switcherstacks_in_468.accordion-layout #tabbedInterfacestacks_in_468 {
	display: none;
}


/* Hide open / close accordion heading icons */

ul#switcherTabsstacks_in_468 .closedIcon,
ul#switcherTabsstacks_in_468 .openedIcon {
	display: none;
}

/* @end */

/* @group Content Panels */

#tabbedInterfacestacks_in_468 .accordion-content,
#accordionInterfacestacks_in_468 .accordion-content {
	display: none;
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#tabbedInterfacestacks_in_468 .accordion-content .contentInner,
#accordionInterfacestacks_in_468 .accordion-content .contentInner {
	color: rgba(51, 51, 51, 1.00);
	background: rgba(245, 245, 245, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px 0px 0px 0px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
}

/* @end */

/* @group Left / Right Tab Positioning */





/* @end */

/* @group Responsive Behavior */

/* On screens less than our breakpoint, make tabs an accordion */
@media screen and (max-width: 568px) {
	#switcherstacks_in_468 #accordionInterfacestacks_in_468 {
		display: block !important;
	}
	
	#switcherstacks_in_468 #tabbedInterfacestacks_in_468 {
		display: none !important;
	}
}

/* @end */

/* @group Print style settings */

@media print {
	#switcherTabsstacks_in_468 {
		display: none !important;
	}
	
	#switcherWrapperstacks_in_468,
	#switcherstacks_in_468.tabbed-layout .accordion-toggle {
		display: block !important;
	}
	
	#switcherstacks_in_468 .accordion-content {
		display: block !important;
		height: auto !important;
	}
	
	#switcherstacks_in_468 .accordion-content .contentInner {
		border: none !important;
	}
}

/* @end */

/* @group Advanced Settings */

/**/

/**/

/**/

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringBrownsExplore {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringBrownsExplore ul#proGalleryThumbsstacks_in_470 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringBrownsExplore li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringBrownsExplore li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringBrownsExplore li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringBrownsExplore li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringBrownsExplore li .proGalleryItemInner a[href=''],
#LifestylesSpringBrownsExplore li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringBrownsExplore .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringBrownsExplore .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringBrownsExplore .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringBrownsExplore.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringBrownsExplore.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringBrownsExplore.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringBrownsExplore.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsExplore.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringBrownsExplore.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringBrownsExplore.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsExplore.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBrownsExplore.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBrownsExplore.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsExplore.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBrownsExplore.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBrownsExplore li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringBrownsExplore .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringBrownsExplore .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringBrownsExplore .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringBrownsExplore .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringBrownsExplore .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringBrownsExplore .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringBrownsExplore .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringBrownsExplore .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringBrownsExplore .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringBrownsExplore .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringBrownsExplore .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringBrownsExplore .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringBrownsExplore .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringBrownsExplore .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Basics */

#switcherstacks_in_484,
#switcherstacks_in_484 * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#switcherstacks_in_484 {
	display: none;
}

/* Reset for lists within Switcher */

#switcherstacks_in_484 ul ul {
	list-style-type: disc;
}

/* @end */

/* @group Accordion */

ul#accordionInterfacestacks_in_484 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#accordionInterfacestacks_in_484>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Static accordion */

#accordionInterfacestacks_in_484 .accordion-toggle,
#mydiv .accordion-toggle {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	background: rgba(15, 128, 255, 1.00);
	line-height: 45px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
}

#accordionInterfacestacks_in_484 .accordion-toggle [class^="fa fa-"],
#mydiv .accordion-toggle [class^="fa fa-"],
#accordionInterfacestacks_in_484 .accordion-toggle i,
#mydiv .accordion-toggle i {
	font-size: 18px;
	color: rgba(255, 255, 255, 1.00);
	width: 25px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	vertical-align: middle;
}

/* Hovered accordion */

#accordionInterfacestacks_in_484 .accordion-toggle:hover,
#mydiv .accordion-toggle:hover {
	background: rgba(102, 204, 255, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_484 .accordion-toggle:hover [class^="fa fa-"],
#mydiv .accordion-toggle:hover [class^="fa fa-"],
#accordionInterfacestacks_in_484 .accordion-toggle:hover i,
#mydiv .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

#accordionInterfacestacks_in_484 .accordion-toggle:active,
#mydiv .accordion-toggle:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(102, 204, 255, 1.00);
}

#accordionInterfacestacks_in_484 .accordion-toggle:active [class^="fa fa-"],
#mydiv .accordion-toggle:active [class^="fa fa-"],
#accordionInterfacestacks_in_484 .accordion-toggle:active i,
#mydiv .accordion-toggle:active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

#accordionInterfacestacks_in_484 .accordion-toggle.ui-state-active,
#mydiv .accordion-toggle.ui-state-active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(102, 204, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_484 .accordion-toggle.ui-state-active [class^="fa fa-"],
#mydiv .accordion-toggle.ui-state-active [class^="fa fa-"],
#accordionInterfacestacks_in_484 .accordion-toggle.ui-state-active i,
#mydiv .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* @group Open and closed floating icons */

#accordionInterfacestacks_in_484 .accordion-toggle .closedIcon,
#mydiv .accordion-toggle .closedIcon {
	float: right;
	display: inline;
}

#accordionInterfacestacks_in_484 .accordion-toggle .openedIcon,
#mydiv .accordion-toggle .openedIcon {
	float: right;
	display: none;
}

#accordionInterfacestacks_in_484 .accordion-toggle.ui-state-active .closedIcon,
#mydiv .accordion-toggle.ui-state-active .closedIcon {
	display: none;
}

#accordionInterfacestacks_in_484 .accordion-toggle.ui-state-active .openedIcon,
#mydiv .accordion-toggle.ui-state-active .openedIcon {
	display: inline;
}

/* @end */

/* @end */

/* @group Tabs */

ul#tabbedInterfacestacks_in_484 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#tabbedInterfacestacks_in_484>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_484 {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_484 li.switcherTab {
	display: inline-block;
	list-style: none;
	width: 20.00%;
}



/* Static tabs */

ul#switcherTabsstacks_in_484 li.switcherTab.ui-state-default a {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
	cursor: pointer;
	background: rgba(148, 29, 230, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

ul#switcherTabsstacks_in_484 li.switcherTab.ui-state-default a [class^="fa fa-"],
ul#switcherTabsstacks_in_484 li.switcherTab.ui-state-default a i {
	display: block;
	font-size: 48px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1;
	vertical-align: middle;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

/* Hovered Tabs */

ul#switcherTabsstacks_in_484 li.switcherTab.ui-state-default a:hover {
	background: rgba(89, 17, 145, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_484 li.switcherTab.ui-state-default a:hover [class^="fa fa-"],
ul#switcherTabsstacks_in_484 li.switcherTab.ui-state-default a:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked tabs */

ul#switcherTabsstacks_in_484 li.switcherTab.ui-state-default a:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(89, 17, 145, 1.00);
}

ul#switcherTabsstacks_in_484 li.switcherTab.ui-state-default [class^="fa fa-"],
ul#switcherTabsstacks_in_484 li.switcherTab.ui-state-default i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active Tabs */

ul#switcherTabsstacks_in_484 li.switcherTab.ui-tabs-active.ui-state-active a {
	background: rgba(89, 17, 145, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_484 li.switcherTab.ui-tabs-active.ui-state-active a [class^="fa fa-"],
ul#switcherTabsstacks_in_484 li.switcherTab.ui-tabs-active.ui-state-active a i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hide accordion toggle headings */

#tabPanesstacks_in_484 a.accordion-toggle {
	display: none;
}

/* Hide accordion, when in tabbed mode */

#switcherstacks_in_484.tabbed-layout #accordionInterfacestacks_in_484 {
	display: none;
}

/* Display tabbed interface, when in tabs mode */

#switcherstacks_in_484.tabbed-layout #tabbedInterfacestacks_in_484 {
	display: block;
}

/* Hide tabbed interface, when in accordion mode */

#switcherstacks_in_484.accordion-layout #tabbedInterfacestacks_in_484 {
	display: none;
}


/* Hide open / close accordion heading icons */

ul#switcherTabsstacks_in_484 .closedIcon,
ul#switcherTabsstacks_in_484 .openedIcon {
	display: none;
}

/* @end */

/* @group Content Panels */

#tabbedInterfacestacks_in_484 .accordion-content,
#accordionInterfacestacks_in_484 .accordion-content {
	display: none;
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#tabbedInterfacestacks_in_484 .accordion-content .contentInner,
#accordionInterfacestacks_in_484 .accordion-content .contentInner {
	color: rgba(51, 51, 51, 1.00);
	background: rgba(245, 245, 245, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px 0px 0px 0px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
}

/* @end */

/* @group Left / Right Tab Positioning */





/* @end */

/* @group Responsive Behavior */

/* On screens less than our breakpoint, make tabs an accordion */
@media screen and (max-width: 568px) {
	#switcherstacks_in_484 #accordionInterfacestacks_in_484 {
		display: block !important;
	}
	
	#switcherstacks_in_484 #tabbedInterfacestacks_in_484 {
		display: none !important;
	}
}

/* @end */

/* @group Print style settings */

@media print {
	#switcherTabsstacks_in_484 {
		display: none !important;
	}
	
	#switcherWrapperstacks_in_484,
	#switcherstacks_in_484.tabbed-layout .accordion-toggle {
		display: block !important;
	}
	
	#switcherstacks_in_484 .accordion-content {
		display: block !important;
		height: auto !important;
	}
	
	#switcherstacks_in_484 .accordion-content .contentInner {
		border: none !important;
	}
}

/* @end */

/* @group Advanced Settings */

/**/

/**/

/**/

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringBrownsExplore {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringBrownsExplore ul#proGalleryThumbsstacks_in_486 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringBrownsExplore li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringBrownsExplore li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringBrownsExplore li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringBrownsExplore li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringBrownsExplore li .proGalleryItemInner a[href=''],
#LifestylesSpringBrownsExplore li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringBrownsExplore .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringBrownsExplore .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringBrownsExplore .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringBrownsExplore.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringBrownsExplore.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringBrownsExplore.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringBrownsExplore.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsExplore.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringBrownsExplore.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringBrownsExplore.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsExplore.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBrownsExplore.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBrownsExplore.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsExplore.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBrownsExplore.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBrownsExplore li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringBrownsPerformance .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringBrownsPerformance .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringBrownsPerformance .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringBrownsPerformance .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringBrownsPerformance .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringBrownsPerformance .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringBrownsPerformance .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringBrownsPerformance .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringBrownsPerformance .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringBrownsPerformance .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringBrownsPerformance .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringBrownsPerformance .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringBrownsPerformance .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringBrownsPerformance .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Basics */

#switcherstacks_in_499,
#switcherstacks_in_499 * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#switcherstacks_in_499 {
	display: none;
}

/* Reset for lists within Switcher */

#switcherstacks_in_499 ul ul {
	list-style-type: disc;
}

/* @end */

/* @group Accordion */

ul#accordionInterfacestacks_in_499 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#accordionInterfacestacks_in_499>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Static accordion */

#accordionInterfacestacks_in_499 .accordion-toggle,
#mydiv .accordion-toggle {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	background: rgba(15, 128, 255, 1.00);
	line-height: 45px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
}

#accordionInterfacestacks_in_499 .accordion-toggle [class^="fa fa-"],
#mydiv .accordion-toggle [class^="fa fa-"],
#accordionInterfacestacks_in_499 .accordion-toggle i,
#mydiv .accordion-toggle i {
	font-size: 18px;
	color: rgba(255, 255, 255, 1.00);
	width: 25px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	vertical-align: middle;
}

/* Hovered accordion */

#accordionInterfacestacks_in_499 .accordion-toggle:hover,
#mydiv .accordion-toggle:hover {
	background: rgba(102, 204, 255, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_499 .accordion-toggle:hover [class^="fa fa-"],
#mydiv .accordion-toggle:hover [class^="fa fa-"],
#accordionInterfacestacks_in_499 .accordion-toggle:hover i,
#mydiv .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

#accordionInterfacestacks_in_499 .accordion-toggle:active,
#mydiv .accordion-toggle:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(102, 204, 255, 1.00);
}

#accordionInterfacestacks_in_499 .accordion-toggle:active [class^="fa fa-"],
#mydiv .accordion-toggle:active [class^="fa fa-"],
#accordionInterfacestacks_in_499 .accordion-toggle:active i,
#mydiv .accordion-toggle:active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

#accordionInterfacestacks_in_499 .accordion-toggle.ui-state-active,
#mydiv .accordion-toggle.ui-state-active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(102, 204, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_499 .accordion-toggle.ui-state-active [class^="fa fa-"],
#mydiv .accordion-toggle.ui-state-active [class^="fa fa-"],
#accordionInterfacestacks_in_499 .accordion-toggle.ui-state-active i,
#mydiv .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* @group Open and closed floating icons */

#accordionInterfacestacks_in_499 .accordion-toggle .closedIcon,
#mydiv .accordion-toggle .closedIcon {
	float: right;
	display: inline;
}

#accordionInterfacestacks_in_499 .accordion-toggle .openedIcon,
#mydiv .accordion-toggle .openedIcon {
	float: right;
	display: none;
}

#accordionInterfacestacks_in_499 .accordion-toggle.ui-state-active .closedIcon,
#mydiv .accordion-toggle.ui-state-active .closedIcon {
	display: none;
}

#accordionInterfacestacks_in_499 .accordion-toggle.ui-state-active .openedIcon,
#mydiv .accordion-toggle.ui-state-active .openedIcon {
	display: inline;
}

/* @end */

/* @end */

/* @group Tabs */

ul#tabbedInterfacestacks_in_499 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#tabbedInterfacestacks_in_499>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_499 {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_499 li.switcherTab {
	display: inline-block;
	list-style: none;
	width: 20.00%;
}



/* Static tabs */

ul#switcherTabsstacks_in_499 li.switcherTab.ui-state-default a {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
	cursor: pointer;
	background: rgba(148, 29, 230, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

ul#switcherTabsstacks_in_499 li.switcherTab.ui-state-default a [class^="fa fa-"],
ul#switcherTabsstacks_in_499 li.switcherTab.ui-state-default a i {
	display: block;
	font-size: 48px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1;
	vertical-align: middle;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

/* Hovered Tabs */

ul#switcherTabsstacks_in_499 li.switcherTab.ui-state-default a:hover {
	background: rgba(89, 17, 145, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_499 li.switcherTab.ui-state-default a:hover [class^="fa fa-"],
ul#switcherTabsstacks_in_499 li.switcherTab.ui-state-default a:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked tabs */

ul#switcherTabsstacks_in_499 li.switcherTab.ui-state-default a:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(89, 17, 145, 1.00);
}

ul#switcherTabsstacks_in_499 li.switcherTab.ui-state-default [class^="fa fa-"],
ul#switcherTabsstacks_in_499 li.switcherTab.ui-state-default i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active Tabs */

ul#switcherTabsstacks_in_499 li.switcherTab.ui-tabs-active.ui-state-active a {
	background: rgba(89, 17, 145, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_499 li.switcherTab.ui-tabs-active.ui-state-active a [class^="fa fa-"],
ul#switcherTabsstacks_in_499 li.switcherTab.ui-tabs-active.ui-state-active a i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hide accordion toggle headings */

#tabPanesstacks_in_499 a.accordion-toggle {
	display: none;
}

/* Hide accordion, when in tabbed mode */

#switcherstacks_in_499.tabbed-layout #accordionInterfacestacks_in_499 {
	display: none;
}

/* Display tabbed interface, when in tabs mode */

#switcherstacks_in_499.tabbed-layout #tabbedInterfacestacks_in_499 {
	display: block;
}

/* Hide tabbed interface, when in accordion mode */

#switcherstacks_in_499.accordion-layout #tabbedInterfacestacks_in_499 {
	display: none;
}


/* Hide open / close accordion heading icons */

ul#switcherTabsstacks_in_499 .closedIcon,
ul#switcherTabsstacks_in_499 .openedIcon {
	display: none;
}

/* @end */

/* @group Content Panels */

#tabbedInterfacestacks_in_499 .accordion-content,
#accordionInterfacestacks_in_499 .accordion-content {
	display: none;
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#tabbedInterfacestacks_in_499 .accordion-content .contentInner,
#accordionInterfacestacks_in_499 .accordion-content .contentInner {
	color: rgba(51, 51, 51, 1.00);
	background: rgba(245, 245, 245, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px 0px 0px 0px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
}

/* @end */

/* @group Left / Right Tab Positioning */





/* @end */

/* @group Responsive Behavior */

/* On screens less than our breakpoint, make tabs an accordion */
@media screen and (max-width: 568px) {
	#switcherstacks_in_499 #accordionInterfacestacks_in_499 {
		display: block !important;
	}
	
	#switcherstacks_in_499 #tabbedInterfacestacks_in_499 {
		display: none !important;
	}
}

/* @end */

/* @group Print style settings */

@media print {
	#switcherTabsstacks_in_499 {
		display: none !important;
	}
	
	#switcherWrapperstacks_in_499,
	#switcherstacks_in_499.tabbed-layout .accordion-toggle {
		display: block !important;
	}
	
	#switcherstacks_in_499 .accordion-content {
		display: block !important;
		height: auto !important;
	}
	
	#switcherstacks_in_499 .accordion-content .contentInner {
		border: none !important;
	}
}

/* @end */

/* @group Advanced Settings */

/**/

/**/

/**/

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringBrownsShopping {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringBrownsShopping ul#proGalleryThumbsstacks_in_501 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringBrownsShopping li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringBrownsShopping li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringBrownsShopping li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringBrownsShopping li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringBrownsShopping li .proGalleryItemInner a[href=''],
#LifestylesSpringBrownsShopping li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringBrownsShopping .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringBrownsShopping .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringBrownsShopping .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringBrownsShopping.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringBrownsShopping.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringBrownsShopping.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringBrownsShopping.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsShopping.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringBrownsShopping.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringBrownsShopping.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsShopping.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBrownsShopping.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBrownsShopping.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsShopping.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBrownsShopping.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBrownsShopping li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringBrownsShopping .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringBrownsShopping .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringBrownsShopping .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringBrownsShopping .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringBrownsShopping .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringBrownsShopping .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringBrownsShopping .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringBrownsShopping .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringBrownsShopping .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringBrownsShopping .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringBrownsShopping .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringBrownsShopping .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringBrownsShopping .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringBrownsShopping .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Basics */

#switcherstacks_in_513,
#switcherstacks_in_513 * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#switcherstacks_in_513 {
	display: none;
}

/* Reset for lists within Switcher */

#switcherstacks_in_513 ul ul {
	list-style-type: disc;
}

/* @end */

/* @group Accordion */

ul#accordionInterfacestacks_in_513 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#accordionInterfacestacks_in_513>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Static accordion */

#accordionInterfacestacks_in_513 .accordion-toggle,
#mydiv .accordion-toggle {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	background: rgba(15, 128, 255, 1.00);
	line-height: 45px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
}

#accordionInterfacestacks_in_513 .accordion-toggle [class^="fa fa-"],
#mydiv .accordion-toggle [class^="fa fa-"],
#accordionInterfacestacks_in_513 .accordion-toggle i,
#mydiv .accordion-toggle i {
	font-size: 18px;
	color: rgba(255, 255, 255, 1.00);
	width: 25px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	vertical-align: middle;
}

/* Hovered accordion */

#accordionInterfacestacks_in_513 .accordion-toggle:hover,
#mydiv .accordion-toggle:hover {
	background: rgba(102, 204, 255, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_513 .accordion-toggle:hover [class^="fa fa-"],
#mydiv .accordion-toggle:hover [class^="fa fa-"],
#accordionInterfacestacks_in_513 .accordion-toggle:hover i,
#mydiv .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

#accordionInterfacestacks_in_513 .accordion-toggle:active,
#mydiv .accordion-toggle:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(102, 204, 255, 1.00);
}

#accordionInterfacestacks_in_513 .accordion-toggle:active [class^="fa fa-"],
#mydiv .accordion-toggle:active [class^="fa fa-"],
#accordionInterfacestacks_in_513 .accordion-toggle:active i,
#mydiv .accordion-toggle:active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

#accordionInterfacestacks_in_513 .accordion-toggle.ui-state-active,
#mydiv .accordion-toggle.ui-state-active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(102, 204, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_513 .accordion-toggle.ui-state-active [class^="fa fa-"],
#mydiv .accordion-toggle.ui-state-active [class^="fa fa-"],
#accordionInterfacestacks_in_513 .accordion-toggle.ui-state-active i,
#mydiv .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* @group Open and closed floating icons */

#accordionInterfacestacks_in_513 .accordion-toggle .closedIcon,
#mydiv .accordion-toggle .closedIcon {
	float: right;
	display: inline;
}

#accordionInterfacestacks_in_513 .accordion-toggle .openedIcon,
#mydiv .accordion-toggle .openedIcon {
	float: right;
	display: none;
}

#accordionInterfacestacks_in_513 .accordion-toggle.ui-state-active .closedIcon,
#mydiv .accordion-toggle.ui-state-active .closedIcon {
	display: none;
}

#accordionInterfacestacks_in_513 .accordion-toggle.ui-state-active .openedIcon,
#mydiv .accordion-toggle.ui-state-active .openedIcon {
	display: inline;
}

/* @end */

/* @end */

/* @group Tabs */

ul#tabbedInterfacestacks_in_513 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#tabbedInterfacestacks_in_513>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_513 {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_513 li.switcherTab {
	display: inline-block;
	list-style: none;
	width: 20.00%;
}



/* Static tabs */

ul#switcherTabsstacks_in_513 li.switcherTab.ui-state-default a {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
	cursor: pointer;
	background: rgba(148, 29, 230, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

ul#switcherTabsstacks_in_513 li.switcherTab.ui-state-default a [class^="fa fa-"],
ul#switcherTabsstacks_in_513 li.switcherTab.ui-state-default a i {
	display: block;
	font-size: 48px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1;
	vertical-align: middle;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

/* Hovered Tabs */

ul#switcherTabsstacks_in_513 li.switcherTab.ui-state-default a:hover {
	background: rgba(89, 17, 145, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_513 li.switcherTab.ui-state-default a:hover [class^="fa fa-"],
ul#switcherTabsstacks_in_513 li.switcherTab.ui-state-default a:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked tabs */

ul#switcherTabsstacks_in_513 li.switcherTab.ui-state-default a:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(89, 17, 145, 1.00);
}

ul#switcherTabsstacks_in_513 li.switcherTab.ui-state-default [class^="fa fa-"],
ul#switcherTabsstacks_in_513 li.switcherTab.ui-state-default i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active Tabs */

ul#switcherTabsstacks_in_513 li.switcherTab.ui-tabs-active.ui-state-active a {
	background: rgba(89, 17, 145, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_513 li.switcherTab.ui-tabs-active.ui-state-active a [class^="fa fa-"],
ul#switcherTabsstacks_in_513 li.switcherTab.ui-tabs-active.ui-state-active a i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hide accordion toggle headings */

#tabPanesstacks_in_513 a.accordion-toggle {
	display: none;
}

/* Hide accordion, when in tabbed mode */

#switcherstacks_in_513.tabbed-layout #accordionInterfacestacks_in_513 {
	display: none;
}

/* Display tabbed interface, when in tabs mode */

#switcherstacks_in_513.tabbed-layout #tabbedInterfacestacks_in_513 {
	display: block;
}

/* Hide tabbed interface, when in accordion mode */

#switcherstacks_in_513.accordion-layout #tabbedInterfacestacks_in_513 {
	display: none;
}


/* Hide open / close accordion heading icons */

ul#switcherTabsstacks_in_513 .closedIcon,
ul#switcherTabsstacks_in_513 .openedIcon {
	display: none;
}

/* @end */

/* @group Content Panels */

#tabbedInterfacestacks_in_513 .accordion-content,
#accordionInterfacestacks_in_513 .accordion-content {
	display: none;
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#tabbedInterfacestacks_in_513 .accordion-content .contentInner,
#accordionInterfacestacks_in_513 .accordion-content .contentInner {
	color: rgba(51, 51, 51, 1.00);
	background: rgba(245, 245, 245, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px 0px 0px 0px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
}

/* @end */

/* @group Left / Right Tab Positioning */





/* @end */

/* @group Responsive Behavior */

/* On screens less than our breakpoint, make tabs an accordion */
@media screen and (max-width: 568px) {
	#switcherstacks_in_513 #accordionInterfacestacks_in_513 {
		display: block !important;
	}
	
	#switcherstacks_in_513 #tabbedInterfacestacks_in_513 {
		display: none !important;
	}
}

/* @end */

/* @group Print style settings */

@media print {
	#switcherTabsstacks_in_513 {
		display: none !important;
	}
	
	#switcherWrapperstacks_in_513,
	#switcherstacks_in_513.tabbed-layout .accordion-toggle {
		display: block !important;
	}
	
	#switcherstacks_in_513 .accordion-content {
		display: block !important;
		height: auto !important;
	}
	
	#switcherstacks_in_513 .accordion-content .contentInner {
		border: none !important;
	}
}

/* @end */

/* @group Advanced Settings */

/**/

/**/

/**/

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringBrownsTough {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringBrownsTough ul#proGalleryThumbsstacks_in_515 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringBrownsTough li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringBrownsTough li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringBrownsTough li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringBrownsTough li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringBrownsTough li .proGalleryItemInner a[href=''],
#LifestylesSpringBrownsTough li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringBrownsTough .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringBrownsTough .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringBrownsTough .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringBrownsTough.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringBrownsTough.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringBrownsTough.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringBrownsTough.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsTough.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringBrownsTough.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringBrownsTough.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsTough.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBrownsTough.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBrownsTough.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringBrownsTough.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringBrownsTough.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringBrownsTough li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringBrownsTough .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringBrownsTough .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringBrownsTough .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringBrownsTough .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringBrownsTough .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringBrownsTough .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringBrownsTough .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringBrownsTough .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringBrownsTough .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringBrownsTough .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringBrownsTough .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringBrownsTough .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringBrownsTough .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringBrownsTough .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringDansko {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringDansko ul#proGalleryThumbsstacks_in_351 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringDansko li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringDansko li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringDansko li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringDansko li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringDansko li .proGalleryItemInner a[href=''],
#LifestylesSpringDansko li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringDansko .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringDansko .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringDansko .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringDansko.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringDansko.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringDansko.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringDansko.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringDansko.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringDansko.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringDansko.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringDansko.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringDansko.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringDansko.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringDansko.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringDansko.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringDansko li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringDansko .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringDansko .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringDansko .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringDansko .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringDansko .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringDansko .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringDansko .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringDansko .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringDansko .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringDansko .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringDansko .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringDansko .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringDansko .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringDansko .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringEcco {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringEcco ul#proGalleryThumbsstacks_in_359 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringEcco li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringEcco li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringEcco li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringEcco li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringEcco li .proGalleryItemInner a[href=''],
#LifestylesSpringEcco li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringEcco .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringEcco .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringEcco .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringEcco.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringEcco.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringEcco.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringEcco.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringEcco.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringEcco.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringEcco.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringEcco.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringEcco.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringEcco.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringEcco.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringEcco.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringEcco li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringEcco .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringEcco .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringEcco .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringEcco .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringEcco .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringEcco .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringEcco .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringEcco .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringEcco .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringEcco .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringEcco .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringEcco .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringEcco .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringEcco .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringHeyDude {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringHeyDude ul#proGalleryThumbsstacks_in_367 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringHeyDude li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringHeyDude li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringHeyDude li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringHeyDude li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringHeyDude li .proGalleryItemInner a[href=''],
#LifestylesSpringHeyDude li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringHeyDude .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringHeyDude .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringHeyDude .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringHeyDude.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringHeyDude.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringHeyDude.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringHeyDude.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringHeyDude.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringHeyDude.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringHeyDude.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringHeyDude.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringHeyDude.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringHeyDude.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringHeyDude.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringHeyDude.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringHeyDude li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringHeyDude .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringHeyDude .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringHeyDude .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringHeyDude .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringHeyDude .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringHeyDude .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringHeyDude .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringHeyDude .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringHeyDude .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringHeyDude .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringHeyDude .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringHeyDude .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringHeyDude .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringHeyDude .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringHoka {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringHoka ul#proGalleryThumbsstacks_in_375 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringHoka li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringHoka li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringHoka li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringHoka li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringHoka li .proGalleryItemInner a[href=''],
#LifestylesSpringHoka li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringHoka .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringHoka .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringHoka .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringHoka.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringHoka.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringHoka.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringHoka.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringHoka.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringHoka.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringHoka.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringHoka.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringHoka.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringHoka.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringHoka.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringHoka.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringHoka li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringHoka .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringHoka .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringHoka .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringHoka .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringHoka .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringHoka .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringHoka .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringHoka .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringHoka .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringHoka .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringHoka .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringHoka .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringHoka .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringHoka .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringKeen {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringKeen ul#proGalleryThumbsstacks_in_383 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringKeen li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringKeen li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringKeen li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringKeen li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringKeen li .proGalleryItemInner a[href=''],
#LifestylesSpringKeen li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringKeen .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringKeen .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringKeen .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringKeen.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringKeen.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringKeen.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringKeen.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringKeen.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringKeen.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringKeen.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringKeen.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringKeen.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringKeen.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringKeen.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringKeen.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringKeen li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringKeen .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringKeen .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringKeen .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringKeen .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringKeen .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringKeen .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringKeen .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringKeen .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringKeen .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringKeen .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringKeen .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringKeen .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringKeen .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringKeen .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringNewBalance {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringNewBalance ul#proGalleryThumbsstacks_in_391 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringNewBalance li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringNewBalance li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringNewBalance li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringNewBalance li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringNewBalance li .proGalleryItemInner a[href=''],
#LifestylesSpringNewBalance li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringNewBalance .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringNewBalance .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringNewBalance .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringNewBalance.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringNewBalance.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringNewBalance.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringNewBalance.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringNewBalance.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringNewBalance.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringNewBalance.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringNewBalance.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringNewBalance.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringNewBalance.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringNewBalance.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringNewBalance.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringNewBalance li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringNewBalance .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringNewBalance .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringNewBalance .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringNewBalance .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringNewBalance .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringNewBalance .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringNewBalance .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringNewBalance .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringNewBalance .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringNewBalance .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringNewBalance .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringNewBalance .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringNewBalance .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringNewBalance .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringOboz {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringOboz ul#proGalleryThumbsstacks_in_399 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringOboz li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringOboz li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringOboz li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringOboz li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringOboz li .proGalleryItemInner a[href=''],
#LifestylesSpringOboz li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringOboz .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringOboz .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringOboz .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringOboz.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringOboz.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringOboz.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringOboz.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringOboz.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringOboz.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringOboz.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringOboz.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringOboz.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringOboz.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringOboz.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringOboz.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringOboz li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringOboz .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringOboz .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringOboz .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringOboz .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringOboz .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringOboz .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringOboz .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringOboz .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringOboz .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringOboz .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringOboz .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringOboz .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringOboz .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringOboz .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringOlukai {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringOlukai ul#proGalleryThumbsstacks_in_407 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringOlukai li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringOlukai li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringOlukai li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringOlukai li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringOlukai li .proGalleryItemInner a[href=''],
#LifestylesSpringOlukai li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringOlukai .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringOlukai .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringOlukai .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringOlukai.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringOlukai.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringOlukai.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringOlukai.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringOlukai.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringOlukai.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringOlukai.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringOlukai.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringOlukai.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringOlukai.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringOlukai.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringOlukai.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringOlukai li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringOlukai .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringOlukai .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringOlukai .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringOlukai .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringOlukai .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringOlukai .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringOlukai .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringOlukai .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringOlukai .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringOlukai .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringOlukai .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringOlukai .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringOlukai .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringOlukai .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringOn {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringOn ul#proGalleryThumbsstacks_in_415 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringOn li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringOn li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringOn li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringOn li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringOn li .proGalleryItemInner a[href=''],
#LifestylesSpringOn li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringOn .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringOn .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringOn .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringOn.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringOn.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringOn.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringOn.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringOn.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringOn.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringOn.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringOn.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringOn.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringOn.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringOn.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringOn.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringOn li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringOn .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringOn .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringOn .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringOn .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringOn .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringOn .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringOn .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringOn .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringOn .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringOn .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringOn .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringOn .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringOn .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringOn .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* ProGallery Grid */

#LifestylesSpringTaos {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#LifestylesSpringTaos ul#proGalleryThumbsstacks_in_423 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#LifestylesSpringTaos li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#LifestylesSpringTaos li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#LifestylesSpringTaos li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#LifestylesSpringTaos li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#LifestylesSpringTaos li .proGalleryItemInner a[href=''],
#LifestylesSpringTaos li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#LifestylesSpringTaos .proGalleryItemTitle {
	display: block;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#LifestylesSpringTaos .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#LifestylesSpringTaos .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#LifestylesSpringTaos.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#LifestylesSpringTaos.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#LifestylesSpringTaos.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#LifestylesSpringTaos.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringTaos.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#LifestylesSpringTaos.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#LifestylesSpringTaos.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringTaos.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringTaos.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringTaos.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#LifestylesSpringTaos.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#LifestylesSpringTaos.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#LifestylesSpringTaos li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#LifestylesSpringTaos .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#LifestylesSpringTaos .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#LifestylesSpringTaos .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #LifestylesSpringTaos .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#LifestylesSpringTaos .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#LifestylesSpringTaos .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#LifestylesSpringTaos .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#LifestylesSpringTaos .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #LifestylesSpringTaos .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #LifestylesSpringTaos .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #LifestylesSpringTaos .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #LifestylesSpringTaos .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #LifestylesSpringTaos .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #LifestylesSpringTaos .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}