
@font-face {
    font-family: 'FlatButtonLato';
    src: url('../index_files/font/lato-light-webfont.eot');
    src: url('../index_files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../index_files/font/lato-light-webfont.woff') format('woff'),
         url('../index_files/font/lato-light-webfont.ttf') format('truetype'),
         url('../index_files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../index_files/font/opensans-regular-webfont.eot');
    src: url('../index_files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../index_files/font/opensans-regular-webfont.woff') format('woff'),
         url('../index_files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../index_files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../index_files/font/notoserif-regular-webfont.eot');
    src: url('../index_files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../index_files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../index_files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../index_files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 
WHW edits
- Remove retina @media block at the bottom
- Remove '.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(icons/loading.gif) no-repeat 50% 50%; }'
- Remove 'background-image: url(icons/next.png);'
- Remove 'background-image: url(icons/prev.png);'
- Remove 'background: url(icons/close.png) no-repeat 5px 5px;'
- Remove default theme
*/


/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.nivo-lightbox-html5audio {
	width: 100%;
}

.nivo-lightbox-html5video {
	background: #000;
}

.nivo-lightbox-html5audio,
.nivo-lightbox-html5video {
	position: absolute;
	z-index: 99999;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	vertical-align: middle;
}

.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}
#stacks_in_460195 {
	background-color: rgba(51, 51, 51, 1.00);
	margin: 30px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

#stacks_in_460197 {
	background-color: rgba(51, 51, 51, 1.00);
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}
/* Start Eternity stack CSS code *//* ---------------------------- /// ---------- Base CSS --------- ///------------------------------ */#stacks_in_460207{	background: url("../index_files/bgimageurl-460207.jpg");	min-height: 50px;	background-size: auto;	background-color: transparent;	background-repeat: no-repeat;	background-position:50% 50%;	background-attachment: none;	/* -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o-transition:all 0.2s linear; transition:all 0.2s linear;  */	background: url("../index_files/bgimageurl-460207.jpg") none; }/* ---------------------------- /// ---------- Repeat --------- ///------------------------------ */#stacks_in_460207, #stacks_in_460207:hover{	background-repeat: no-repeat !important;}/* ---------------------------- /// --------- Colour ------------ ///------------------------------ */#stacks_in_460207, #stacks_in_460207:hover{	background-color: #FFFFFF;}/* ---------------------------- /// ----------- Bg Size --------- ///------------------------------ */#stacks_in_460207, #stacks_in_460207:hover{	background-size: cover;}/* --- if the background type is cover------ use alternitive positioning -- */#stacks_in_460207, #stacks_in_460207:hover{    	-webkit-background-size: 100%;     -moz-background-size: 100%;     -o-background-size: 100%;     background-size: 100%;     -webkit-background-size: cover;     -moz-background-size: cover;     -o-background-size: cover;     background-size: cover; 	background-position:center center;}/* -----------------------------------------    Links Managment   ----------------------------------------- *//* End Eternity stack CSS code */#usefulStackWrapperstacks_in_460189 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1140px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_460189 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_460189 {
		display: none;
	}
}












/* Smart2columns2 stack v2.4.2 */#stacks_in_460209 .s2c_stacks_in_460209_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_460209 .s2c_stacks_in_460209_cw, #stacks_in_460209 .s2c_stacks_in_460209_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_460209 .s2c_stacks_in_460209_cw [class^="s2c_stacks_in_460209_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_460209 .s2c_stacks_in_460209_col1 {			vertical-align: top;  	  	border-radius: 0px;	background: rgba(255, 255, 255, 1.00);	}#stacks_in_460209 .s2c_stacks_in_460209_col2 {		vertical-align: top;   	  	border-radius: 0px;		}#stacks_in_460209 .s2c_stacks_in_460209_cw .s2c_stacks_in_460209_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_460209 .s2c_stacks_in_460209_cw {		display: block;		table-layout: auto;	}		#stacks_in_460209 .s2c_stacks_in_460209_cw [class^="s2c_stacks_in_460209_col"] {		display: block;		width: 100%;	}	 	#stacks_in_460209 .s2c_stacks_in_460209_cw .s2c_stacks_in_460209_spacer {		display: block;		height: 12px;		order: 2;	}		}			/* End of Smart2columns2 stack */
#stacks_in_460209 {
	margin: 30px 0px 30px 0px;
}

/* We use this media query to add styles to any device that supports media queries */
@media only screen {
   
    #stacks_in_460213 {
      margin: 0px;      
    }

    #stacks_in_460213 {
      padding: 0px;      
    }


    

    
  


 


 


}


@media only screen and (max-width: 1024px) {
   
    #stacks_in_460213 {
      margin: 0px;      
    }

    #stacks_in_460213 {
      padding: 0px;      
    }


    

    
  


 
}



@media only screen and (max-width: 480px) {
   
    #stacks_in_460213 {
      margin: 0px;      
    }

    #stacks_in_460213 {
      padding: 0px;      
    }


    

    
  

}


#stacks_in_460213 {
	padding: 20px 15px 0px 15px;
}

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

#stacks_in_460242 {
	margin: 30px 0px 30px 0px;
}
/* Smart3columns2 stack v2.4.2 */#stacks_in_460247 .s3c_stacks_in_460247_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_460247 .s3c_stacks_in_460247_cw, #stacks_in_460247 .s3c_stacks_in_460247_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}/*#stacks_in_460247 .s3c_stacks_in_460247_cw div[class^="s3c_stacks_in_460247_col"] {*/#stacks_in_460247 .s3c_stacks_in_460247_cw [class^="s3c_stacks_in_460247_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_460247 .s3c_stacks_in_460247_col1 {	width: 15%;						vertical-align: top;  	  	border-radius: 0px;		}#stacks_in_460247 .s3c_stacks_in_460247_col2 {	width: 65%;					vertical-align: top;   	  	border-radius: 0px;		}#stacks_in_460247 .s3c_stacks_in_460247_col3 {				vertical-align: top;   	  	border-radius: 0px;		}#stacks_in_460247 .s3c_stacks_in_460247_cw .s3c_stacks_in_460247_spacer {	display: table-cell;	width: 2%;}/*@media only screen and (max-width: 768px) {*/@media only screen and (max-width: 768px) {			#stacks_in_460247 .s3c_stacks_in_460247_cw {		/*display: block;*/		table-layout: auto;		display: flex;		flex-direction: column;	}		/*#stacks_in_460247 .s3c_stacks_in_460247_cw div[class^="s3c_stacks_in_460247_col"] {*/	#stacks_in_460247 .s3c_stacks_in_460247_cw [class^="s3c_stacks_in_460247_col"] {		display: block;		width: 100%;	}			#stacks_in_460247 .s3c_stacks_in_460247_cw .s3c_stacks_in_460247_spacer {		display: block;		height: 12px;		width: 100%;	}			#stacks_in_460247 .s3c_stacks_in_460247_col1 {		order: 1;	}		#stacks_in_460247 .s3c_stacks_in_460247_col2 {		order: 3;	}		#stacks_in_460247 .s3c_stacks_in_460247_col3 {		order: 5;	}		#stacks_in_460247 .s3c_stacks_in_460247_spacer:nth-of-type(3n-2) {		order: 2;	}		#stacks_in_460247 .s3c_stacks_in_460247_spacer:nth-of-type(3n-1) {		order: 4;	}								}/* End of Smart3columns2 stack */
/* We use this media query to add styles to any device that supports media queries */
@media only screen {
   
    #stacks_in_125288 {
      margin: 0px;      
    }

    #stacks_in_125288 {
      padding: 0px;      
    }


     
      #stacks_in_125288 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_125288 {
      margin: 0px;      
    }

    #stacks_in_125288 {
      padding: 0px;      
    }


    

    
 


 
    #stacks_in_125288 {
      margin: 0px;      
    }

    #stacks_in_125288 {
      padding: 0px;      
    }


    

    
 


}


@media only screen and (max-width: 1024px) {
   
    #stacks_in_125288 {
      margin: 0px;      
    }

    #stacks_in_125288 {
      padding: 0px;      
    }


     
      #stacks_in_125288 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_125288 {
      margin: 0px;      
    }

    #stacks_in_125288 {
      padding: 0px;      
    }


    

    
 
}



@media only screen and (max-width: 480px) {
   
    #stacks_in_125288 {
      margin: 0px;      
    }

    #stacks_in_125288 {
      padding: 0px;      
    }


     
      #stacks_in_125288 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 0px;
      }
    

    
  

}


#stacks_in_125286 {
	border: solid rgba(230, 230, 230, 1.00);
	border-width: 1px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
}
/* Smart3columns2 stack v2.4.2 */#stacks_in_460287 .s3c_stacks_in_460287_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_460287 .s3c_stacks_in_460287_cw, #stacks_in_460287 .s3c_stacks_in_460287_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}/*#stacks_in_460287 .s3c_stacks_in_460287_cw div[class^="s3c_stacks_in_460287_col"] {*/#stacks_in_460287 .s3c_stacks_in_460287_cw [class^="s3c_stacks_in_460287_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_460287 .s3c_stacks_in_460287_col1 {							vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_460287 .s3c_stacks_in_460287_col2 {						vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_460287 .s3c_stacks_in_460287_col3 {				vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_460287 .s3c_stacks_in_460287_cw .s3c_stacks_in_460287_spacer {	display: table-cell;	width: 10%;}/*@media only screen and (max-width: 768px) {*/@media only screen and (max-width: 768px) {			#stacks_in_460287 .s3c_stacks_in_460287_cw {		/*display: block;*/		table-layout: auto;		display: flex;		flex-direction: column;	}		/*#stacks_in_460287 .s3c_stacks_in_460287_cw div[class^="s3c_stacks_in_460287_col"] {*/	#stacks_in_460287 .s3c_stacks_in_460287_cw [class^="s3c_stacks_in_460287_col"] {		display: block;		width: 100%;	}			#stacks_in_460287 .s3c_stacks_in_460287_cw .s3c_stacks_in_460287_spacer {		display: block;		height: 32px;		width: 100%;	}			#stacks_in_460287 .s3c_stacks_in_460287_col1 {		order: 1;	}		#stacks_in_460287 .s3c_stacks_in_460287_col2 {		order: 3;	}		#stacks_in_460287 .s3c_stacks_in_460287_col3 {		order: 5;	}		#stacks_in_460287 .s3c_stacks_in_460287_spacer:nth-of-type(3n-2) {		order: 2;	}		#stacks_in_460287 .s3c_stacks_in_460287_spacer:nth-of-type(3n-1) {		order: 4;	}								}/* End of Smart3columns2 stack */
#stacks_in_460287 {
	padding: 0px 0px 20px 0px;
}


  /* Standard Responsive Image */
  #stacks_in_125280 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_125280 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }




#stacks_in_125280 {
	padding: 0px 20px 0px 20px;
}


  /* Standard Responsive Image */
  #stacks_in_460123 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_460123 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }




#stacks_in_460123 {
	padding: 0px 20px 0px 20px;
}


  /* Standard Responsive Image */
  #stacks_in_460285 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_460285 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }




#stacks_in_460285 {
	padding: 0px 20px 0px 20px;
}
/* Smart3columns2 stack v2.4.2 */#stacks_in_460292 .s3c_stacks_in_460292_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_460292 .s3c_stacks_in_460292_cw, #stacks_in_460292 .s3c_stacks_in_460292_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}/*#stacks_in_460292 .s3c_stacks_in_460292_cw div[class^="s3c_stacks_in_460292_col"] {*/#stacks_in_460292 .s3c_stacks_in_460292_cw [class^="s3c_stacks_in_460292_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_460292 .s3c_stacks_in_460292_col1 {							vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_460292 .s3c_stacks_in_460292_col2 {						vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_460292 .s3c_stacks_in_460292_col3 {				vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_460292 .s3c_stacks_in_460292_cw .s3c_stacks_in_460292_spacer {	display: table-cell;	width: 5%;}/*@media only screen and (max-width: 768px) {*/@media only screen and (max-width: 768px) {			#stacks_in_460292 .s3c_stacks_in_460292_cw {		/*display: block;*/		table-layout: auto;		display: flex;		flex-direction: column;	}		/*#stacks_in_460292 .s3c_stacks_in_460292_cw div[class^="s3c_stacks_in_460292_col"] {*/	#stacks_in_460292 .s3c_stacks_in_460292_cw [class^="s3c_stacks_in_460292_col"] {		display: block;		width: 100%;	}			#stacks_in_460292 .s3c_stacks_in_460292_cw .s3c_stacks_in_460292_spacer {		display: block;		height: 32px;		width: 100%;	}			#stacks_in_460292 .s3c_stacks_in_460292_col1 {		order: 1;	}		#stacks_in_460292 .s3c_stacks_in_460292_col2 {		order: 3;	}		#stacks_in_460292 .s3c_stacks_in_460292_col3 {		order: 5;	}		#stacks_in_460292 .s3c_stacks_in_460292_spacer:nth-of-type(3n-2) {		order: 2;	}		#stacks_in_460292 .s3c_stacks_in_460292_spacer:nth-of-type(3n-1) {		order: 4;	}								}/* End of Smart3columns2 stack */

  /* Standard Responsive Image */
  #stacks_in_460264 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_460264 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }




#stacks_in_460264 {
	padding: 0px 20px 0px 20px;
}


  /* Standard Responsive Image */
  #stacks_in_460261 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_460261 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }




#stacks_in_460261 {
	padding: 0px 20px 0px 20px;
}


  /* Standard Responsive Image */
  #stacks_in_460258 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_460258 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }




#stacks_in_460258 {
	padding: 0px 20px 0px 20px;
}
/* Smart3columns2 stack v2.4.2 */#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_cw, #stacks_in_460122_460172 .s3c_stacks_in_460122_460172_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}/*#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_cw div[class^="s3c_stacks_in_460122_460172_col"] {*/#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_cw [class^="s3c_stacks_in_460122_460172_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_col1 {							vertical-align: top;  	  	border-radius: 0px;		}#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_col2 {						vertical-align: top;   	  	border-radius: 0px;		}#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_col3 {				vertical-align: top;   	  	border-radius: 0px;		}#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_cw .s3c_stacks_in_460122_460172_spacer {	display: table-cell;	width: 2%;}/*@media only screen and (max-width: 768px) {*/@media only screen and (max-width: 768px) {			#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_cw {		/*display: block;*/		table-layout: auto;		display: flex;		flex-direction: column;	}		/*#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_cw div[class^="s3c_stacks_in_460122_460172_col"] {*/	#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_cw [class^="s3c_stacks_in_460122_460172_col"] {		display: block;		width: 100%;	}			#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_cw .s3c_stacks_in_460122_460172_spacer {		display: block;		height: 12px;		width: 100%;	}			#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_col1 {		order: 1;	}		#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_col2 {		order: 3;	}		#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_col3 {		order: 5;	}		#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_spacer:nth-of-type(3n-2) {		order: 2;	}		#stacks_in_460122_460172 .s3c_stacks_in_460122_460172_spacer:nth-of-type(3n-1) {		order: 4;	}								}/* End of Smart3columns2 stack */
#stacks_in_460122_460182 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_460122_460176 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_460122_460154 {
	padding: 0px 0px 30px 0px;
}



	

	#stacks_in_460122_460206 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_460122_460206 .foundry-label {
		width: 100%;
	}

	#stacks_in_460122_460206 hr.foundry-divider-simple {
		width: 100%;
	}

/* Smart3columns2 stack v2.4.2 */#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_cw, #stacks_in_460122_460184 .s3c_stacks_in_460122_460184_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}/*#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_cw div[class^="s3c_stacks_in_460122_460184_col"] {*/#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_cw [class^="s3c_stacks_in_460122_460184_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_col1 {							vertical-align: top;  	  	border-radius: 0px;		}#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_col2 {						vertical-align: top;   	  	border-radius: 0px;		}#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_col3 {				vertical-align: top;   	  	border-radius: 0px;		}#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_cw .s3c_stacks_in_460122_460184_spacer {	display: table-cell;	width: 2%;}/*@media only screen and (max-width: 768px) {*/@media only screen and (max-width: 768px) {			#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_cw {		/*display: block;*/		table-layout: auto;		display: flex;		flex-direction: column;	}		/*#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_cw div[class^="s3c_stacks_in_460122_460184_col"] {*/	#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_cw [class^="s3c_stacks_in_460122_460184_col"] {		display: block;		width: 100%;	}			#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_cw .s3c_stacks_in_460122_460184_spacer {		display: block;		height: 12px;		width: 100%;	}			#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_col1 {		order: 1;	}		#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_col2 {		order: 3;	}		#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_col3 {		order: 5;	}		#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_spacer:nth-of-type(3n-2) {		order: 2;	}		#stacks_in_460122_460184 .s3c_stacks_in_460122_460184_spacer:nth-of-type(3n-1) {		order: 4;	}								}/* End of Smart3columns2 stack */


	

	#stacks_in_460122_460207 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_460122_460207 .foundry-label {
		width: 100%;
	}

	#stacks_in_460122_460207 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_460122_460201 {
	padding: 0px 0px 0px 2px;
}



  /* Standard Responsive Image */
  #stacks_in_125284 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_125284 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }





  /* Standard Responsive Image */
  #stacks_in_125276 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_125276 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }



.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(76, 76, 76, 0.90);
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 20px;
	border-radius: 5px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
}


.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline,
.nivo-lightbox-theme-default .nivo-lightbox-image img,
.nivo-lightbox-theme-default .nivo-lightbox-html5video {
	box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
}















/* Radial gradient fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
background: rgba(255, 255, 255, 1.00);
background: -moz-radial-gradient(center, ellipse cover,  rgba(255, 255, 255, 1.00) 0%, rgba(234, 234, 234, 1.00) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255, 255, 255, 1.00)), color-stop(100%,rgba(234, 234, 234, 1.00)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.00);
	padding: 8px 16px;
	border-radius: 5px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 300ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_460270 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_460270 #topBoxTriggerstacks_in_460270 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_460270 #topBoxTriggerContentstacks_in_460270 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_460270 #topBoxTriggerContentstacks_in_460270 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_460270 {
	color: rgba(66, 66, 66, 1.00);
}

#topBoxContentWrapperstacks_in_460270 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_460270 h1,
#topBoxContentWrapperstacks_in_460270 h2,
#topBoxContentWrapperstacks_in_460270 h3,
#topBoxContentWrapperstacks_in_460270 h4,
#topBoxContentWrapperstacks_in_460270 h5,
#topBoxContentWrapperstacks_in_460270 h6 {
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_460270 a {
	color: rgba(28, 63, 149, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_460270 a:visited {
	color: rgba(28, 63, 149, 1.00);
}

#topBoxContentWrapperstacks_in_460270 a:hover,
#topBoxContentWrapperstacks_in_460270 a:focus,
#topBoxContentWrapperstacks_in_460270 a:active {
	color: rgba(28, 63, 149, 1.00);
}

#topBoxContentWrapperstacks_in_460270 .topBoxAudio,
#topBoxContentWrapperstacks_in_460270 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_460270.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_460270 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_460270 .trackName,
#topBoxContentWrapperstacks_in_460270 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_460270 {
	display: none;
}







#stacks_in_460271 .stacks_in_460271-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_460271 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_460271 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_460271 .stacks_in_460271-button,
#stacks_in_460271 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_460271 {
		text-align: center;
	}









#stacks_in_460271 a.stacks_in_460271-button, #stacks_in_460271 a.stacks_in_460271-button:visited, #stacks_in_460271 a.stacks_in_460271-button:hover, #stacks_in_460271 a.stacks_in_460271-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_460271 .stacks_in_460271-button {
		
			background-color: #2D71A0;
		
	}

	#stacks_in_460271 a.stacks_in_460271-button, #stacks_in_460271 a.stacks_in_460271-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_460271 a.stacks_in_460271-button:hover, #stacks_in_460271 a.stacks_in_460271-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #4185B4;
		
	}

	




#stacks_in_460273 h3 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}











#stacks_in_460273 a.foundry-header-linked,
#stacks_in_460273 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_460273 a.foundry-header-linked:hover,
#stacks_in_460273 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_460273 {
	margin: 0px 0px 30px 0px;
}



/* Color picker style settings */







	
	#stacks_in_460276 p,
	#stacks_in_460276 {
		
	}
	

	
	
	
	
	



#stacks_in_460276 p,
#stacks_in_460276 {
	
}



/* Option for reoving base margin */
#stacks_in_460278 p {
	
}


