.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_4652 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_4652 {
		display: none !important;
	}
}



#stacks_in_4645 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_4650 {
	margin: 0px 0px 20px 0px;
}
#sectional_stacks_in_4655 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sectional_stacks_in_4655 .sectional_module {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}

@media screen and (min-width: 768px) {
  #sectional_stacks_in_4655 {
    flex-direction: row;
  }

  #sectional_stacks_in_4655 .sectional_module {
    align-items: center;
    min-height: none;
  }
}

/* Left section module */

#sectional_module_left_stacks_in_4655 {
  flex: 1;
}

#sectional_wrap_left_stacks_in_4655 {
  width: 100%;
}

#sectional_content_left_stacks_in_4655 {
  text-align: left;
  
  
  color: rgba(51, 51, 51, 1.00);
  max-width: none;
  padding: 3rem;
  
  margin-right: auto;
  
  
  
}

#sectional_content_left_stacks_in_4655 h1,
#sectional_content_left_stacks_in_4655 h2,
#sectional_content_left_stacks_in_4655 h3,
#sectional_content_left_stacks_in_4655 h4,
#sectional_content_left_stacks_in_4655 h5,
#sectional_content_left_stacks_in_4655 h6,
#sectional_content_left_stacks_in_4655 a {
  color: rgba(51, 51, 51, 1.00);
}




/* Solid colour fill */
#sectional_module_left_stacks_in_4655 {
	background: rgba(204, 204, 204, 1.00);
}






















/* Right section module */

#sectional_module_right_stacks_in_4655 {
  flex: 1;
}

#sectional_wrap_right_stacks_in_4655 {
  width: 100%;
}

#sectional_content_right_stacks_in_4655 {
  text-align: left;
  
  
  color: rgba(51, 51, 51, 1.00);
  max-width: none;
  padding: 3rem;
  
  margin-right: auto;
  
  
  
}

  #sectional_content_right_stacks_in_4655 h1,
  #sectional_content_right_stacks_in_4655 h2,
  #sectional_content_right_stacks_in_4655 h3,
  #sectional_content_right_stacks_in_4655 h4,
  #sectional_content_right_stacks_in_4655 h5,
  #sectional_content_right_stacks_in_4655 h6,
  #sectional_content_right_stacks_in_4655 a {
    color: rgba(51, 51, 51, 1.00);
  }

  

  
  /* Solid colour fill */
  #sectional_module_right_stacks_in_4655 {
    background: rgba(204, 204, 204, 1.00);
  }
  

  

  

  

  

  

  

  

  

  

  


#sectional_stacks_in_4655 .sectional_module:nth-child(even) {
  margin-right: 0;
}

@media print {
  #sectional_content_left_stacks_in_4655,
  #sectional_content_right_stacks_in_4655 {
    color: #000000;
    text-align: left;
  }
}








#stacks_in_4657 h4,#stacks_in_4657 div{color:rgba(126, 0, 61, 1.00)}#stacks_in_4657 h4 a,#stacks_in_4657 div a{color:rgba(126, 0, 61, 1.00)}#stacks_in_4657 h4 a:hover,#stacks_in_4657 div a:hover{color:rgba(94, 0, 45, 1.00)}#stacks_in_4657 small,#stacks_in_4657 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_4657 {
	margin: 0px 0px 20px 0px;
}
#stacks_in_4665 h4,#stacks_in_4665 div{color:rgba(126, 0, 61, 1.00)}#stacks_in_4665 h4 a,#stacks_in_4665 div a{color:rgba(126, 0, 61, 1.00)}#stacks_in_4665 h4 a:hover,#stacks_in_4665 div a:hover{color:rgba(94, 0, 45, 1.00)}#stacks_in_4665 small,#stacks_in_4665 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_4665 {
	margin: 0px 0px 20px 0px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_4676 {
	margin: 0px 0px 20px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_4682 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_4682 {
		display: none !important;
	}
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_4684 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_4684 {
		display: none !important;
	}
}

#stacks_in_4685 {
	margin: 20px 0px 20px 0px;
}
