.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}



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

.spacerStack {
	height: 40.00px!important;
}

#spacerStackstacks_in_28229 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_28229 {
		display: none !important;
	}
}
#sectional_stacks_in_28238 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;

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

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

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

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

/* Left section module */

#sectional_module_left_stacks_in_28238 {
  flex: 1;
}

#sectional_wrap_left_stacks_in_28238 {
  width: 100%;
}

#sectional_content_left_stacks_in_28238 {
  
  text-align: center;
  
  color: rgba(0, 0, 0, 0.90);
  max-width: none;
  padding: 0rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

#sectional_content_left_stacks_in_28238 h1,
#sectional_content_left_stacks_in_28238 h2,
#sectional_content_left_stacks_in_28238 h3,
#sectional_content_left_stacks_in_28238 h4,
#sectional_content_left_stacks_in_28238 h5,
#sectional_content_left_stacks_in_28238 h6,
#sectional_content_left_stacks_in_28238 a {
  color: rgba(0, 0, 0, 0.90);
}


/* No background */
#sectional_module_left_stacks_in_28238 {
  background: none;
}
























/* Right section module */

#sectional_module_right_stacks_in_28238 {
  flex: 1;
}

#sectional_wrap_right_stacks_in_28238 {
  width: 100%;
}

#sectional_content_right_stacks_in_28238 {
  
  text-align: center;
  
  color: rgba(255, 255, 255, 0.90);
  max-width: none;
  padding: 3rem;
  
  
  margin-left: auto;
  margin-right: auto;
  
  
}

  #sectional_content_right_stacks_in_28238 h1,
  #sectional_content_right_stacks_in_28238 h2,
  #sectional_content_right_stacks_in_28238 h3,
  #sectional_content_right_stacks_in_28238 h4,
  #sectional_content_right_stacks_in_28238 h5,
  #sectional_content_right_stacks_in_28238 h6,
  #sectional_content_right_stacks_in_28238 a {
    color: rgba(255, 255, 255, 0.90);
  }

  

  
  /* Solid colour fill */
  #sectional_module_right_stacks_in_28238 {
    background: rgba(0, 51, 102, 1.00);
  }
  

  

  

  

  

  

  

  

  

  

  


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

@media print {
  #sectional_content_left_stacks_in_28238,
  #sectional_content_right_stacks_in_28238 {
    color: #000000;
    text-align: left;
  }
}











#stacks_in_28252 {
	margin: 40px 0px 40px 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_28255>.s3_row {
	margin: 0 -10px;
}

#stacks_in_28255>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_28255>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_28255>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_28255>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_28255>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_28255>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




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

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

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

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

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

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

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