

#stacks_in_1348 { overflow: visible !important }



#section-2 {
    background-repeat: repeat;
    background-position: center; 
}
#stacks_in_1348 {
	background-color: rgba(213, 213, 213, 0.00);
}







.rwml-menu-imported {
	display: none;
}

#stacks_in_2079_2 {
	display: none !important;
}


/* Start by hiding all translatable items. This class is applied via jQuery in the scripts-global.js file */
.rwml-translatable {
	display: none;
}


/* If the content with a selector of '.rwml-translatable' is equal to the body class and language attribute, display it */
body.de .rwml-translatable:lang(de) {
	display: inherit;
}



/* If the content with a selector of '.rwml-translatable' is equal to the body class and language attribute, display it */
body.en .rwml-translatable:lang(en) {
	display: inherit;
}













.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2081 {
	height: 40.00px;
}




























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

















#rwml_switcher_custom_buttons_stacks_in_2082_2 {
	padding: 0;
	margin: 0;
	list-style: none;
	
	
	text-align: center;
	
	
	
	overflow: hidden;
}

#rwml_switcher_custom_buttons_stacks_in_2082_2 li {
	display: inline-block;
}

#rwml_switcher_custom_buttons_stacks_in_2082_2 a {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 5px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 5px;
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(183, 140, 77, 0.55);
	border: 1px solid rgba(183, 140, 77, 0.55);
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	transition: all 300ms ease-in-out;
}

#rwml_switcher_custom_buttons_stacks_in_2082_2 a:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(139, 155, 193, 1.00);
	border-color: rgba(139, 155, 193, 1.00);
	text-decoration: none;
}

#rwml_switcher_custom_buttons_stacks_in_2082_2 a:active,
#rwml_switcher_custom_buttons_stacks_in_2082_2 a.button_active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(183, 140, 77, 1.00);
	border-color: rgba(183, 140, 77, 1.00);
}

#rwml_switcher_custom_buttons_stacks_in_2082_2 a.button_active {
	pointer-events: none;
}















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





#stacks_in_2084 {
	
	
	
	
	
	 text-align: ;
}




.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2085 {
	height: 40.00px;
}




























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

#stacks_in_2086 {
	background-color: rgba(204, 204, 204, 0.00);
}
#mc_stack_stacks_in_2088_16 *,
#mc_stack_stacks_in_2088_16 *::before,
#mc_stack_stacks_in_2088_16 *::after {
	box-sizing: border-box;
}




/* CSS code for getting consent for cookies, custom popup message box */
#mc_wrapper_stacks_in_2088_16 {
	display: inline-block;
	background: rgba(227, 191, 201, 1.00);
	border-radius: 0.5rem;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.20);
	margin: 1.5rem;
	padding: 1rem;
	max-height: 90vh;
	max-width: 40rem;
	overflow: auto;	
	
	
	
	
	
	
	position: fixed;
	bottom: 0;
	left: 0;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	
	
	
	
	
	
	
	
	
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  
  
  
  
	z-index: 99999;
}



/* Consent popup animations */
#mc_wrapper_stacks_in_2088_16 {
	opacity: 0;
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
  -webkit-animation-name: miniCookieIn;
  animation-name: miniCookieIn;
  -webkit-animation-iteration-count: once;
  animation-iteration-count: once;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}







@-webkit-keyframes miniCookieIn {
	0% {
		opacity: 0;
		margin-bottom: -100vh;
	}
	100% {
		opacity: 1;
		margin-bottom: 1.5rem;
	}
}

@keyframes miniCookieIn {
	0% {
		opacity: 0;
		margin-bottom: -100vh;
	}
	100% {
		opacity: 1;
		margin-bottom: 1.5rem;
	}
}








#mc_multi_select_buttons_stacks_in_2088_16 {
	display: flex;
}


#mc_multi_select_buttons_stacks_in_2088_16 {
	justify-content: center;
}

#mc_multi_select_buttons_stacks_in_2088_16 #mc_button_accept_all_stacks_in_2088_16,
#mc_multi_select_buttons_stacks_in_2088_16 #mc_button_disallow_all_stacks_in_2088_16,
#mc_multi_select_buttons_stacks_in_2088_16 #mc_button_stacks_in_2088_16 {
	margin-left: calc(1rem / 2);
	margin-right: calc(1rem / 2);
}


















@media screen and (max-width: 568px) {
	#mc_wrapper_stacks_in_2088_16 {
		width: 100%;
		margin: 0;
		border-radius: 0;
		margin-left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#mc_multi_select_buttons_stacks_in_2088_16 {
		flex-direction: column;
	}

	#mc_multi_select_buttons_stacks_in_2088_16 #mc_button_accept_all_stacks_in_2088_16,
	#mc_multi_select_buttons_stacks_in_2088_16 #mc_button_disallow_all_stacks_in_2088_16,
	#mc_multi_select_buttons_stacks_in_2088_16 #mc_button_stacks_in_2088_16 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

#mc_wrapper_stacks_in_2088_16.dismissed {
	display: none;
}

#mc_content_stacks_in_2088_16,
#mc_button_accept_all_stacks_in_2088_16,
#mc_button_disallow_all_stacks_in_2088_16,
#mc_button_stacks_in_2088_16 {
	font-size: 1rem;
	line-height: 1em;
	letter-spacing: 0px;
	margin: 0;
}

#mc_content_stacks_in_2088_16 {
	color: rgba(255, 255, 255, 1.00);
	margin-bottom: 20px;
}

#mc_multi_select_form_stacks_in_2088_16 {
	display: flex;
	flex-direction: column;
}


@media screen and (min-width: 568px) {
	#mc_multi_select_form_stacks_in_2088_16 {
		flex-direction: row;
		
		
		margin-left: -10px;
		margin-right: -10px;
		overflow: hidden;
	}

	.select_item {
		padding-left: 10px;
		padding-right: 10px;
		flex-grow: 1;
		flex-basis: 0;
	}
}



#mc_multi_select_form_stacks_in_2088_16 .select_label {
	position: relative;
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1rem;
	display: block;
	margin-bottom: 20px;
	padding-left: 35px;
}

#mc_multi_select_form_stacks_in_2088_16 .select_title {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: rgba(255, 255, 255, 1.00);
	font-weight: bold;
  
  
  
}

#mc_multi_select_form_stacks_in_2088_16 .select_description {
	display: block;
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
}

/* Hide the browser's default checkbox */
#mc_multi_select_form_stacks_in_2088_16 .select_checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#mc_multi_select_form_stacks_in_2088_16 .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(183, 140, 77, 0.30);
	border-radius: 0.25rem;
}

/* On mouse-over, add a grey background color */
#mc_multi_select_form_stacks_in_2088_16 .select_label:hover input ~ .checkmark {
  background-color: rgba(183, 140, 77, 0.80);
}

/* On tab-focus, add a grey background color and dotted outline */
#mc_multi_select_form_stacks_in_2088_16 .select_label input:focus ~ .checkmark {
  background-color: rgba(183, 140, 77, 0.80);
	outline: 2px dotted rgba(41, 145, 204, 0.40);
}

/* When the checkbox is checked, add a blue background */
#mc_multi_select_form_stacks_in_2088_16 .select_label input:checked ~ .checkmark {
  background-color: rgba(41, 145, 204, 0.40);
}

/* When the checkbox is disabled, reduce its opacity */
#mc_multi_select_form_stacks_in_2088_16 .select_label input:disabled ~ .checkmark {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Create the checkmark/indicator (hidden when not checked) */
#mc_multi_select_form_stacks_in_2088_16 .select_label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#mc_multi_select_form_stacks_in_2088_16 .select_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#mc_multi_select_form_stacks_in_2088_16 .select_label .checkmark:after {
  left: 9px;
  top: 4px;
  width: 8px;
  height: 15px;
  border: solid rgba(255, 255, 255, 1.00);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mc_content_stacks_in_2088_16 a,
#mc_content_stacks_in_2088_16 a:visited {
	font-weight: 600;
	color: rgba(183, 140, 77, 1.00);
	background: none;
	border: none;
	transition: all 100ms ease-in-out;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	
	
	
}

#mc_content_stacks_in_2088_16 a:hover {
	color: rgba(242, 237, 210, 1.00);
	text-decoration: none;
	background: none;
	border: none;
}

#mc_content_stacks_in_2088_16 a:active {
	color: rgba(242, 237, 210, 1.00);
	text-decoration: none;
	background: none;
	border: none;
	opacity: 0.50;
}

#mc_content_stacks_in_2088_16 a:focus {
	outline: 1px dotted rgba(242, 237, 210, 1.00);
}




/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_2088_16,
#mc_button_accept_all_stacks_in_2088_16,
#mc_button_disallow_all_stacks_in_2088_16,
.mc_button_stacks_in_2088_16 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(183, 140, 77, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	padding: 8px 14px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_2088_16:hover,
.mc_button_stacks_in_2088_16:hover,
#mc_button_accept_all_stacks_in_2088_16:hover,
#mc_button_disallow_all_stacks_in_2088_16:hover {
	color: rgba(242, 237, 210, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_2088_16:active,
.mc_button_stacks_in_2088_16:active,
#mc_button_accept_all_stacks_in_2088_16:active,
#mc_button_disallow_all_stacks_in_2088_16:active {
	color: rgba(242, 237, 210, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_2088_16:focus,
#mc_button_accept_all_stacks_in_2088_16:focus,
#mc_button_disallow_all_stacks_in_2088_16:focus,
.mc_button_stacks_in_2088_16:focus {
	outline: 2px dotted rgba(242, 237, 210, 1.00);
}







#dialog_title_stacks_in_2088_16,
#dialog_desc_stacks_in_2088_16 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_2088_16,
	#mc_window_shade_stacks_in_2088_16,
	#mc_wrapper_stacks_in_2088_16 {
		display: none;
	}
}




#stacks_in_2088_19 {
	display:inline-block; width:100%; line-height: 1.080000em;
}

#stacks_in_2088_27 {
	display:inline-block; width:100%; line-height: 1.080000em;
}



#stacks_in_2090 {
	
	
	
	
	
	 text-align: ;
}




.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2091 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_2091 {
		display: none !important;
	}
}
#mc_stack_stacks_in_2095_4 *,
#mc_stack_stacks_in_2095_4 *::before,
#mc_stack_stacks_in_2095_4 *::after {
	box-sizing: border-box;
}




/* CSS code for getting consent for cookies, custom popup message box */
#mc_wrapper_stacks_in_2095_4 {
	display: inline-block;
	background: rgba(227, 191, 201, 1.00);
	border-radius: 0.5rem;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.20);
	margin: 1.5rem;
	padding: 1rem;
	max-height: 90vh;
	max-width: 40rem;
	overflow: auto;	
	
	
	
	
	
	
	position: fixed;
	bottom: 0;
	left: 0;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	
	
	
	
	
	
	
	
	
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  
  
  
  
	z-index: 99999;
}



/* Consent popup animations */
#mc_wrapper_stacks_in_2095_4 {
	opacity: 0;
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
  -webkit-animation-name: miniCookieIn;
  animation-name: miniCookieIn;
  -webkit-animation-iteration-count: once;
  animation-iteration-count: once;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}







@-webkit-keyframes miniCookieIn {
	0% {
		opacity: 0;
		margin-bottom: -100vh;
	}
	100% {
		opacity: 1;
		margin-bottom: 1.5rem;
	}
}

@keyframes miniCookieIn {
	0% {
		opacity: 0;
		margin-bottom: -100vh;
	}
	100% {
		opacity: 1;
		margin-bottom: 1.5rem;
	}
}








#mc_multi_select_buttons_stacks_in_2095_4 {
	display: flex;
}


#mc_multi_select_buttons_stacks_in_2095_4 {
	justify-content: center;
}

#mc_multi_select_buttons_stacks_in_2095_4 #mc_button_accept_all_stacks_in_2095_4,
#mc_multi_select_buttons_stacks_in_2095_4 #mc_button_disallow_all_stacks_in_2095_4,
#mc_multi_select_buttons_stacks_in_2095_4 #mc_button_stacks_in_2095_4 {
	margin-left: calc(1rem / 2);
	margin-right: calc(1rem / 2);
}


















@media screen and (max-width: 568px) {
	#mc_wrapper_stacks_in_2095_4 {
		width: 100%;
		margin: 0;
		border-radius: 0;
		margin-left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#mc_multi_select_buttons_stacks_in_2095_4 {
		flex-direction: column;
	}

	#mc_multi_select_buttons_stacks_in_2095_4 #mc_button_accept_all_stacks_in_2095_4,
	#mc_multi_select_buttons_stacks_in_2095_4 #mc_button_disallow_all_stacks_in_2095_4,
	#mc_multi_select_buttons_stacks_in_2095_4 #mc_button_stacks_in_2095_4 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

#mc_wrapper_stacks_in_2095_4.dismissed {
	display: none;
}

#mc_content_stacks_in_2095_4,
#mc_button_accept_all_stacks_in_2095_4,
#mc_button_disallow_all_stacks_in_2095_4,
#mc_button_stacks_in_2095_4 {
	font-size: 1rem;
	line-height: 1em;
	letter-spacing: 0px;
	margin: 0;
}

#mc_content_stacks_in_2095_4 {
	color: rgba(255, 255, 255, 1.00);
	margin-bottom: 20px;
}

#mc_multi_select_form_stacks_in_2095_4 {
	display: flex;
	flex-direction: column;
}


@media screen and (min-width: 568px) {
	#mc_multi_select_form_stacks_in_2095_4 {
		flex-direction: row;
		
		
		margin-left: -10px;
		margin-right: -10px;
		overflow: hidden;
	}

	.select_item {
		padding-left: 10px;
		padding-right: 10px;
		flex-grow: 1;
		flex-basis: 0;
	}
}



#mc_multi_select_form_stacks_in_2095_4 .select_label {
	position: relative;
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1rem;
	display: block;
	margin-bottom: 20px;
	padding-left: 35px;
}

#mc_multi_select_form_stacks_in_2095_4 .select_title {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: rgba(255, 255, 255, 1.00);
	font-weight: bold;
  
  
  
}

#mc_multi_select_form_stacks_in_2095_4 .select_description {
	display: block;
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
}

/* Hide the browser's default checkbox */
#mc_multi_select_form_stacks_in_2095_4 .select_checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#mc_multi_select_form_stacks_in_2095_4 .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(183, 140, 77, 0.30);
	border-radius: 0.25rem;
}

/* On mouse-over, add a grey background color */
#mc_multi_select_form_stacks_in_2095_4 .select_label:hover input ~ .checkmark {
  background-color: rgba(183, 140, 77, 0.80);
}

/* On tab-focus, add a grey background color and dotted outline */
#mc_multi_select_form_stacks_in_2095_4 .select_label input:focus ~ .checkmark {
  background-color: rgba(183, 140, 77, 0.80);
	outline: 2px dotted rgba(41, 145, 204, 0.40);
}

/* When the checkbox is checked, add a blue background */
#mc_multi_select_form_stacks_in_2095_4 .select_label input:checked ~ .checkmark {
  background-color: rgba(41, 145, 204, 0.40);
}

/* When the checkbox is disabled, reduce its opacity */
#mc_multi_select_form_stacks_in_2095_4 .select_label input:disabled ~ .checkmark {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Create the checkmark/indicator (hidden when not checked) */
#mc_multi_select_form_stacks_in_2095_4 .select_label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#mc_multi_select_form_stacks_in_2095_4 .select_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#mc_multi_select_form_stacks_in_2095_4 .select_label .checkmark:after {
  left: 9px;
  top: 4px;
  width: 8px;
  height: 15px;
  border: solid rgba(255, 255, 255, 1.00);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mc_content_stacks_in_2095_4 a,
#mc_content_stacks_in_2095_4 a:visited {
	font-weight: 600;
	color: rgba(183, 140, 77, 1.00);
	background: none;
	border: none;
	transition: all 100ms ease-in-out;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	
	
	
}

#mc_content_stacks_in_2095_4 a:hover {
	color: rgba(242, 237, 210, 1.00);
	text-decoration: none;
	background: none;
	border: none;
}

#mc_content_stacks_in_2095_4 a:active {
	color: rgba(242, 237, 210, 1.00);
	text-decoration: none;
	background: none;
	border: none;
	opacity: 0.50;
}

#mc_content_stacks_in_2095_4 a:focus {
	outline: 1px dotted rgba(242, 237, 210, 1.00);
}




/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_2095_4,
#mc_button_accept_all_stacks_in_2095_4,
#mc_button_disallow_all_stacks_in_2095_4,
.mc_button_stacks_in_2095_4 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(183, 140, 77, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	padding: 8px 14px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_2095_4:hover,
.mc_button_stacks_in_2095_4:hover,
#mc_button_accept_all_stacks_in_2095_4:hover,
#mc_button_disallow_all_stacks_in_2095_4:hover {
	color: rgba(242, 237, 210, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_2095_4:active,
.mc_button_stacks_in_2095_4:active,
#mc_button_accept_all_stacks_in_2095_4:active,
#mc_button_disallow_all_stacks_in_2095_4:active {
	color: rgba(242, 237, 210, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_2095_4:focus,
#mc_button_accept_all_stacks_in_2095_4:focus,
#mc_button_disallow_all_stacks_in_2095_4:focus,
.mc_button_stacks_in_2095_4:focus {
	outline: 2px dotted rgba(242, 237, 210, 1.00);
}







#dialog_title_stacks_in_2095_4,
#dialog_desc_stacks_in_2095_4 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_2095_4,
	#mc_window_shade_stacks_in_2095_4,
	#mc_wrapper_stacks_in_2095_4 {
		display: none;
	}
}




#stacks_in_2095_7 {
	display:inline-block; width:100%; line-height: 1.080000em;
}

#stacks_in_2095_12 {
	display:inline-block; width:100%; line-height: 1.080000em;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1743 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1743 {
		display: none !important;
	}
}
#mc_stack_stacks_in_2011 *,
#mc_stack_stacks_in_2011 *::before,
#mc_stack_stacks_in_2011 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_2011,
#mc_button_accept_all_stacks_in_2011,
#mc_button_disallow_all_stacks_in_2011,
.mc_button_stacks_in_2011 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_2011:hover,
.mc_button_stacks_in_2011:hover,
#mc_button_accept_all_stacks_in_2011:hover,
#mc_button_disallow_all_stacks_in_2011:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_2011:active,
.mc_button_stacks_in_2011:active,
#mc_button_accept_all_stacks_in_2011:active,
#mc_button_disallow_all_stacks_in_2011:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_2011:focus,
#mc_button_accept_all_stacks_in_2011:focus,
#mc_button_disallow_all_stacks_in_2011:focus,
.mc_button_stacks_in_2011:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_2011,
#dialog_desc_stacks_in_2011 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_2011,
	#mc_window_shade_stacks_in_2011,
	#mc_wrapper_stacks_in_2011 {
		display: none;
	}
}



/* Start Fit My Video stack CSS code */.stacks_in_2012myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_2012dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */
#stacks_in_2015_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_2015_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_2015_4 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_2015_4_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_2015_4_3 *,
#mc_stack_stacks_in_2015_4_3 *::before,
#mc_stack_stacks_in_2015_4_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_2015_4_3,
#mc_button_accept_all_stacks_in_2015_4_3,
#mc_button_disallow_all_stacks_in_2015_4_3,
.mc_button_stacks_in_2015_4_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_2015_4_3:hover,
.mc_button_stacks_in_2015_4_3:hover,
#mc_button_accept_all_stacks_in_2015_4_3:hover,
#mc_button_disallow_all_stacks_in_2015_4_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_2015_4_3:active,
.mc_button_stacks_in_2015_4_3:active,
#mc_button_accept_all_stacks_in_2015_4_3:active,
#mc_button_disallow_all_stacks_in_2015_4_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_2015_4_3:focus,
#mc_button_accept_all_stacks_in_2015_4_3:focus,
#mc_button_disallow_all_stacks_in_2015_4_3:focus,
.mc_button_stacks_in_2015_4_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_2015_4_3,
#dialog_desc_stacks_in_2015_4_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_2015_4_3,
	#mc_window_shade_stacks_in_2015_4_3,
	#mc_wrapper_stacks_in_2015_4_3 {
		display: none;
	}
}




#stacks_in_2015_8 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_2015_9 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2015_5 {
	height: 40.00px;
}




























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

#stacks_in_2017_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_2017_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_2017_6 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_2017_6_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_2017_6_3 *,
#mc_stack_stacks_in_2017_6_3 *::before,
#mc_stack_stacks_in_2017_6_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_2017_6_3,
#mc_button_accept_all_stacks_in_2017_6_3,
#mc_button_disallow_all_stacks_in_2017_6_3,
.mc_button_stacks_in_2017_6_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_2017_6_3:hover,
.mc_button_stacks_in_2017_6_3:hover,
#mc_button_accept_all_stacks_in_2017_6_3:hover,
#mc_button_disallow_all_stacks_in_2017_6_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_2017_6_3:active,
.mc_button_stacks_in_2017_6_3:active,
#mc_button_accept_all_stacks_in_2017_6_3:active,
#mc_button_disallow_all_stacks_in_2017_6_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_2017_6_3:focus,
#mc_button_accept_all_stacks_in_2017_6_3:focus,
#mc_button_disallow_all_stacks_in_2017_6_3:focus,
.mc_button_stacks_in_2017_6_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_2017_6_3,
#dialog_desc_stacks_in_2017_6_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_2017_6_3,
	#mc_window_shade_stacks_in_2017_6_3,
	#mc_wrapper_stacks_in_2017_6_3 {
		display: none;
	}
}




#stacks_in_2017_7 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_2017_8 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2017_5 {
	height: 40.00px;
}




























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

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

#stacks_in_2115_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2098_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2029 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_2029 {
		display: none !important;
	}
}
#mc_stack_stacks_in_2034 *,
#mc_stack_stacks_in_2034 *::before,
#mc_stack_stacks_in_2034 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_2034,
#mc_button_accept_all_stacks_in_2034,
#mc_button_disallow_all_stacks_in_2034,
.mc_button_stacks_in_2034 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_2034:hover,
.mc_button_stacks_in_2034:hover,
#mc_button_accept_all_stacks_in_2034:hover,
#mc_button_disallow_all_stacks_in_2034:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_2034:active,
.mc_button_stacks_in_2034:active,
#mc_button_accept_all_stacks_in_2034:active,
#mc_button_disallow_all_stacks_in_2034:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_2034:focus,
#mc_button_accept_all_stacks_in_2034:focus,
#mc_button_disallow_all_stacks_in_2034:focus,
.mc_button_stacks_in_2034:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_2034,
#dialog_desc_stacks_in_2034 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_2034,
	#mc_window_shade_stacks_in_2034,
	#mc_wrapper_stacks_in_2034 {
		display: none;
	}
}



/* Start Fit My Video stack CSS code */.stacks_in_2035myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_2035dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */
#stacks_in_2038_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_2038_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_2038_4 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_2038_4_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_2038_4_3 *,
#mc_stack_stacks_in_2038_4_3 *::before,
#mc_stack_stacks_in_2038_4_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_2038_4_3,
#mc_button_accept_all_stacks_in_2038_4_3,
#mc_button_disallow_all_stacks_in_2038_4_3,
.mc_button_stacks_in_2038_4_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_2038_4_3:hover,
.mc_button_stacks_in_2038_4_3:hover,
#mc_button_accept_all_stacks_in_2038_4_3:hover,
#mc_button_disallow_all_stacks_in_2038_4_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_2038_4_3:active,
.mc_button_stacks_in_2038_4_3:active,
#mc_button_accept_all_stacks_in_2038_4_3:active,
#mc_button_disallow_all_stacks_in_2038_4_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_2038_4_3:focus,
#mc_button_accept_all_stacks_in_2038_4_3:focus,
#mc_button_disallow_all_stacks_in_2038_4_3:focus,
.mc_button_stacks_in_2038_4_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_2038_4_3,
#dialog_desc_stacks_in_2038_4_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_2038_4_3,
	#mc_window_shade_stacks_in_2038_4_3,
	#mc_wrapper_stacks_in_2038_4_3 {
		display: none;
	}
}




#stacks_in_2038_8 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_2038_9 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2038_5 {
	height: 40.00px;
}




























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

#stacks_in_2040_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_2040_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_2040_6 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_2040_6_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_2040_6_3 *,
#mc_stack_stacks_in_2040_6_3 *::before,
#mc_stack_stacks_in_2040_6_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_2040_6_3,
#mc_button_accept_all_stacks_in_2040_6_3,
#mc_button_disallow_all_stacks_in_2040_6_3,
.mc_button_stacks_in_2040_6_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_2040_6_3:hover,
.mc_button_stacks_in_2040_6_3:hover,
#mc_button_accept_all_stacks_in_2040_6_3:hover,
#mc_button_disallow_all_stacks_in_2040_6_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_2040_6_3:active,
.mc_button_stacks_in_2040_6_3:active,
#mc_button_accept_all_stacks_in_2040_6_3:active,
#mc_button_disallow_all_stacks_in_2040_6_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_2040_6_3:focus,
#mc_button_accept_all_stacks_in_2040_6_3:focus,
#mc_button_disallow_all_stacks_in_2040_6_3:focus,
.mc_button_stacks_in_2040_6_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_2040_6_3,
#dialog_desc_stacks_in_2040_6_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_2040_6_3,
	#mc_window_shade_stacks_in_2040_6_3,
	#mc_wrapper_stacks_in_2040_6_3 {
		display: none;
	}
}




#stacks_in_2040_7 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_2040_8 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2040_5 {
	height: 40.00px;
}




























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

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

#stacks_in_2116_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2099_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2052 {
	height: 40.00px;
}




























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

#stacks_in_1793 {
	padding: 0px 10px 0px 10px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1951 {
	height: 20.00px;
}




























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

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

#stacks_in_2117_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2102_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1964 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1967 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1967 {
		display: none !important;
	}
}
#mc_stack_stacks_in_1989 *,
#mc_stack_stacks_in_1989 *::before,
#mc_stack_stacks_in_1989 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1989,
#mc_button_accept_all_stacks_in_1989,
#mc_button_disallow_all_stacks_in_1989,
.mc_button_stacks_in_1989 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1989:hover,
.mc_button_stacks_in_1989:hover,
#mc_button_accept_all_stacks_in_1989:hover,
#mc_button_disallow_all_stacks_in_1989:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1989:active,
.mc_button_stacks_in_1989:active,
#mc_button_accept_all_stacks_in_1989:active,
#mc_button_disallow_all_stacks_in_1989:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1989:focus,
#mc_button_accept_all_stacks_in_1989:focus,
#mc_button_disallow_all_stacks_in_1989:focus,
.mc_button_stacks_in_1989:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_1989,
#dialog_desc_stacks_in_1989 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1989,
	#mc_window_shade_stacks_in_1989,
	#mc_wrapper_stacks_in_1989 {
		display: none;
	}
}



/* Start Fit My Video stack CSS code */.stacks_in_1990myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_1990dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */
#stacks_in_1993_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1993_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1993_4 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1993_4_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1993_4_3 *,
#mc_stack_stacks_in_1993_4_3 *::before,
#mc_stack_stacks_in_1993_4_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1993_4_3,
#mc_button_accept_all_stacks_in_1993_4_3,
#mc_button_disallow_all_stacks_in_1993_4_3,
.mc_button_stacks_in_1993_4_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1993_4_3:hover,
.mc_button_stacks_in_1993_4_3:hover,
#mc_button_accept_all_stacks_in_1993_4_3:hover,
#mc_button_disallow_all_stacks_in_1993_4_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1993_4_3:active,
.mc_button_stacks_in_1993_4_3:active,
#mc_button_accept_all_stacks_in_1993_4_3:active,
#mc_button_disallow_all_stacks_in_1993_4_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1993_4_3:focus,
#mc_button_accept_all_stacks_in_1993_4_3:focus,
#mc_button_disallow_all_stacks_in_1993_4_3:focus,
.mc_button_stacks_in_1993_4_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1993_4_3,
#dialog_desc_stacks_in_1993_4_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1993_4_3,
	#mc_window_shade_stacks_in_1993_4_3,
	#mc_wrapper_stacks_in_1993_4_3 {
		display: none;
	}
}




#stacks_in_1993_8 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1993_9 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1993_5 {
	height: 40.00px;
}




























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

#stacks_in_1995_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1995_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1995_6 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1995_6_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1995_6_3 *,
#mc_stack_stacks_in_1995_6_3 *::before,
#mc_stack_stacks_in_1995_6_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1995_6_3,
#mc_button_accept_all_stacks_in_1995_6_3,
#mc_button_disallow_all_stacks_in_1995_6_3,
.mc_button_stacks_in_1995_6_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1995_6_3:hover,
.mc_button_stacks_in_1995_6_3:hover,
#mc_button_accept_all_stacks_in_1995_6_3:hover,
#mc_button_disallow_all_stacks_in_1995_6_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1995_6_3:active,
.mc_button_stacks_in_1995_6_3:active,
#mc_button_accept_all_stacks_in_1995_6_3:active,
#mc_button_disallow_all_stacks_in_1995_6_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1995_6_3:focus,
#mc_button_accept_all_stacks_in_1995_6_3:focus,
#mc_button_disallow_all_stacks_in_1995_6_3:focus,
.mc_button_stacks_in_1995_6_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1995_6_3,
#dialog_desc_stacks_in_1995_6_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1995_6_3,
	#mc_window_shade_stacks_in_1995_6_3,
	#mc_wrapper_stacks_in_1995_6_3 {
		display: none;
	}
}




#stacks_in_1995_7 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1995_8 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1995_5 {
	height: 40.00px;
}




























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

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

#stacks_in_2118_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2103_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2004 {
	padding: 0px 5px 10px 5px;
}

#stacks_in_2006 {
	display:inline-block; width:100%; line-height: 1.200000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1985 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1985 {
		display: none !important;
	}
}
#mc_stack_stacks_in_1872 *,
#mc_stack_stacks_in_1872 *::before,
#mc_stack_stacks_in_1872 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1872,
#mc_button_accept_all_stacks_in_1872,
#mc_button_disallow_all_stacks_in_1872,
.mc_button_stacks_in_1872 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1872:hover,
.mc_button_stacks_in_1872:hover,
#mc_button_accept_all_stacks_in_1872:hover,
#mc_button_disallow_all_stacks_in_1872:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1872:active,
.mc_button_stacks_in_1872:active,
#mc_button_accept_all_stacks_in_1872:active,
#mc_button_disallow_all_stacks_in_1872:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1872:focus,
#mc_button_accept_all_stacks_in_1872:focus,
#mc_button_disallow_all_stacks_in_1872:focus,
.mc_button_stacks_in_1872:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_1872,
#dialog_desc_stacks_in_1872 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1872,
	#mc_window_shade_stacks_in_1872,
	#mc_wrapper_stacks_in_1872 {
		display: none;
	}
}



/* Start Fit My Video stack CSS code */.stacks_in_1873myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_1873dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */
#stacks_in_1876_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1876_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1876_4 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1876_4_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1876_4_3 *,
#mc_stack_stacks_in_1876_4_3 *::before,
#mc_stack_stacks_in_1876_4_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1876_4_3,
#mc_button_accept_all_stacks_in_1876_4_3,
#mc_button_disallow_all_stacks_in_1876_4_3,
.mc_button_stacks_in_1876_4_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1876_4_3:hover,
.mc_button_stacks_in_1876_4_3:hover,
#mc_button_accept_all_stacks_in_1876_4_3:hover,
#mc_button_disallow_all_stacks_in_1876_4_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1876_4_3:active,
.mc_button_stacks_in_1876_4_3:active,
#mc_button_accept_all_stacks_in_1876_4_3:active,
#mc_button_disallow_all_stacks_in_1876_4_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1876_4_3:focus,
#mc_button_accept_all_stacks_in_1876_4_3:focus,
#mc_button_disallow_all_stacks_in_1876_4_3:focus,
.mc_button_stacks_in_1876_4_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1876_4_3,
#dialog_desc_stacks_in_1876_4_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1876_4_3,
	#mc_window_shade_stacks_in_1876_4_3,
	#mc_wrapper_stacks_in_1876_4_3 {
		display: none;
	}
}




#stacks_in_1876_8 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1876_9 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1876_5 {
	height: 40.00px;
}




























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

#stacks_in_1878_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1878_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1878_6 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1878_6_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1878_6_3 *,
#mc_stack_stacks_in_1878_6_3 *::before,
#mc_stack_stacks_in_1878_6_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1878_6_3,
#mc_button_accept_all_stacks_in_1878_6_3,
#mc_button_disallow_all_stacks_in_1878_6_3,
.mc_button_stacks_in_1878_6_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1878_6_3:hover,
.mc_button_stacks_in_1878_6_3:hover,
#mc_button_accept_all_stacks_in_1878_6_3:hover,
#mc_button_disallow_all_stacks_in_1878_6_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1878_6_3:active,
.mc_button_stacks_in_1878_6_3:active,
#mc_button_accept_all_stacks_in_1878_6_3:active,
#mc_button_disallow_all_stacks_in_1878_6_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1878_6_3:focus,
#mc_button_accept_all_stacks_in_1878_6_3:focus,
#mc_button_disallow_all_stacks_in_1878_6_3:focus,
.mc_button_stacks_in_1878_6_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1878_6_3,
#dialog_desc_stacks_in_1878_6_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1878_6_3,
	#mc_window_shade_stacks_in_1878_6_3,
	#mc_wrapper_stacks_in_1878_6_3 {
		display: none;
	}
}




#stacks_in_1878_7 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1878_8 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1878_5 {
	height: 40.00px;
}




























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

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

#stacks_in_2119_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2104_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1890 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1890 {
		display: none !important;
	}
}
#mc_stack_stacks_in_1813 *,
#mc_stack_stacks_in_1813 *::before,
#mc_stack_stacks_in_1813 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1813,
#mc_button_accept_all_stacks_in_1813,
#mc_button_disallow_all_stacks_in_1813,
.mc_button_stacks_in_1813 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1813:hover,
.mc_button_stacks_in_1813:hover,
#mc_button_accept_all_stacks_in_1813:hover,
#mc_button_disallow_all_stacks_in_1813:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1813:active,
.mc_button_stacks_in_1813:active,
#mc_button_accept_all_stacks_in_1813:active,
#mc_button_disallow_all_stacks_in_1813:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1813:focus,
#mc_button_accept_all_stacks_in_1813:focus,
#mc_button_disallow_all_stacks_in_1813:focus,
.mc_button_stacks_in_1813:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_1813,
#dialog_desc_stacks_in_1813 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1813,
	#mc_window_shade_stacks_in_1813,
	#mc_wrapper_stacks_in_1813 {
		display: none;
	}
}



/* Start Fit My Video stack CSS code */.stacks_in_1814myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_1814dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */
#stacks_in_1817_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1817_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1817_4 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1817_4_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1817_4_3 *,
#mc_stack_stacks_in_1817_4_3 *::before,
#mc_stack_stacks_in_1817_4_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1817_4_3,
#mc_button_accept_all_stacks_in_1817_4_3,
#mc_button_disallow_all_stacks_in_1817_4_3,
.mc_button_stacks_in_1817_4_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1817_4_3:hover,
.mc_button_stacks_in_1817_4_3:hover,
#mc_button_accept_all_stacks_in_1817_4_3:hover,
#mc_button_disallow_all_stacks_in_1817_4_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1817_4_3:active,
.mc_button_stacks_in_1817_4_3:active,
#mc_button_accept_all_stacks_in_1817_4_3:active,
#mc_button_disallow_all_stacks_in_1817_4_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1817_4_3:focus,
#mc_button_accept_all_stacks_in_1817_4_3:focus,
#mc_button_disallow_all_stacks_in_1817_4_3:focus,
.mc_button_stacks_in_1817_4_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1817_4_3,
#dialog_desc_stacks_in_1817_4_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1817_4_3,
	#mc_window_shade_stacks_in_1817_4_3,
	#mc_wrapper_stacks_in_1817_4_3 {
		display: none;
	}
}




#stacks_in_1817_8 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1817_9 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1817_5 {
	height: 40.00px;
}




























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

#stacks_in_1848_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1848_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1848_6 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1848_6_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1848_6_3 *,
#mc_stack_stacks_in_1848_6_3 *::before,
#mc_stack_stacks_in_1848_6_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1848_6_3,
#mc_button_accept_all_stacks_in_1848_6_3,
#mc_button_disallow_all_stacks_in_1848_6_3,
.mc_button_stacks_in_1848_6_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1848_6_3:hover,
.mc_button_stacks_in_1848_6_3:hover,
#mc_button_accept_all_stacks_in_1848_6_3:hover,
#mc_button_disallow_all_stacks_in_1848_6_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1848_6_3:active,
.mc_button_stacks_in_1848_6_3:active,
#mc_button_accept_all_stacks_in_1848_6_3:active,
#mc_button_disallow_all_stacks_in_1848_6_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1848_6_3:focus,
#mc_button_accept_all_stacks_in_1848_6_3:focus,
#mc_button_disallow_all_stacks_in_1848_6_3:focus,
.mc_button_stacks_in_1848_6_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1848_6_3,
#dialog_desc_stacks_in_1848_6_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1848_6_3,
	#mc_window_shade_stacks_in_1848_6_3,
	#mc_wrapper_stacks_in_1848_6_3 {
		display: none;
	}
}




#stacks_in_1848_7 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1848_8 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1848_5 {
	height: 40.00px;
}




























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

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

#stacks_in_2120_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2105_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1830 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1830 {
		display: none !important;
	}
}
#mc_stack_stacks_in_1746 *,
#mc_stack_stacks_in_1746 *::before,
#mc_stack_stacks_in_1746 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1746,
#mc_button_accept_all_stacks_in_1746,
#mc_button_disallow_all_stacks_in_1746,
.mc_button_stacks_in_1746 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1746:hover,
.mc_button_stacks_in_1746:hover,
#mc_button_accept_all_stacks_in_1746:hover,
#mc_button_disallow_all_stacks_in_1746:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1746:active,
.mc_button_stacks_in_1746:active,
#mc_button_accept_all_stacks_in_1746:active,
#mc_button_disallow_all_stacks_in_1746:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1746:focus,
#mc_button_accept_all_stacks_in_1746:focus,
#mc_button_disallow_all_stacks_in_1746:focus,
.mc_button_stacks_in_1746:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_1746,
#dialog_desc_stacks_in_1746 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1746,
	#mc_window_shade_stacks_in_1746,
	#mc_wrapper_stacks_in_1746 {
		display: none;
	}
}



/* Start Fit My Video stack CSS code */.stacks_in_1747myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_1747dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */
#stacks_in_1750_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1750_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1750_4 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1750_4_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1750_4_3 *,
#mc_stack_stacks_in_1750_4_3 *::before,
#mc_stack_stacks_in_1750_4_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1750_4_3,
#mc_button_accept_all_stacks_in_1750_4_3,
#mc_button_disallow_all_stacks_in_1750_4_3,
.mc_button_stacks_in_1750_4_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1750_4_3:hover,
.mc_button_stacks_in_1750_4_3:hover,
#mc_button_accept_all_stacks_in_1750_4_3:hover,
#mc_button_disallow_all_stacks_in_1750_4_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1750_4_3:active,
.mc_button_stacks_in_1750_4_3:active,
#mc_button_accept_all_stacks_in_1750_4_3:active,
#mc_button_disallow_all_stacks_in_1750_4_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1750_4_3:focus,
#mc_button_accept_all_stacks_in_1750_4_3:focus,
#mc_button_disallow_all_stacks_in_1750_4_3:focus,
.mc_button_stacks_in_1750_4_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1750_4_3,
#dialog_desc_stacks_in_1750_4_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1750_4_3,
	#mc_window_shade_stacks_in_1750_4_3,
	#mc_wrapper_stacks_in_1750_4_3 {
		display: none;
	}
}




#stacks_in_1750_8 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1750_9 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1750_5 {
	height: 40.00px;
}




























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

#stacks_in_1849_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1849_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1849_6 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1849_6_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1849_6_3 *,
#mc_stack_stacks_in_1849_6_3 *::before,
#mc_stack_stacks_in_1849_6_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1849_6_3,
#mc_button_accept_all_stacks_in_1849_6_3,
#mc_button_disallow_all_stacks_in_1849_6_3,
.mc_button_stacks_in_1849_6_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1849_6_3:hover,
.mc_button_stacks_in_1849_6_3:hover,
#mc_button_accept_all_stacks_in_1849_6_3:hover,
#mc_button_disallow_all_stacks_in_1849_6_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1849_6_3:active,
.mc_button_stacks_in_1849_6_3:active,
#mc_button_accept_all_stacks_in_1849_6_3:active,
#mc_button_disallow_all_stacks_in_1849_6_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1849_6_3:focus,
#mc_button_accept_all_stacks_in_1849_6_3:focus,
#mc_button_disallow_all_stacks_in_1849_6_3:focus,
.mc_button_stacks_in_1849_6_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1849_6_3,
#dialog_desc_stacks_in_1849_6_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1849_6_3,
	#mc_window_shade_stacks_in_1849_6_3,
	#mc_wrapper_stacks_in_1849_6_3 {
		display: none;
	}
}




#stacks_in_1849_7 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1849_8 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1849_5 {
	height: 40.00px;
}




























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

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

#stacks_in_2121_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2106_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1769 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1769 {
		display: none !important;
	}
}
#mc_stack_stacks_in_1771 *,
#mc_stack_stacks_in_1771 *::before,
#mc_stack_stacks_in_1771 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1771,
#mc_button_accept_all_stacks_in_1771,
#mc_button_disallow_all_stacks_in_1771,
.mc_button_stacks_in_1771 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1771:hover,
.mc_button_stacks_in_1771:hover,
#mc_button_accept_all_stacks_in_1771:hover,
#mc_button_disallow_all_stacks_in_1771:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1771:active,
.mc_button_stacks_in_1771:active,
#mc_button_accept_all_stacks_in_1771:active,
#mc_button_disallow_all_stacks_in_1771:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1771:focus,
#mc_button_accept_all_stacks_in_1771:focus,
#mc_button_disallow_all_stacks_in_1771:focus,
.mc_button_stacks_in_1771:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_1771,
#dialog_desc_stacks_in_1771 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1771,
	#mc_window_shade_stacks_in_1771,
	#mc_wrapper_stacks_in_1771 {
		display: none;
	}
}



/* Start Fit My Video stack CSS code */.stacks_in_1772myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_1772dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */
#stacks_in_1775_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1775_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1775_4 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1775_4_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1775_4_3 *,
#mc_stack_stacks_in_1775_4_3 *::before,
#mc_stack_stacks_in_1775_4_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1775_4_3,
#mc_button_accept_all_stacks_in_1775_4_3,
#mc_button_disallow_all_stacks_in_1775_4_3,
.mc_button_stacks_in_1775_4_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1775_4_3:hover,
.mc_button_stacks_in_1775_4_3:hover,
#mc_button_accept_all_stacks_in_1775_4_3:hover,
#mc_button_disallow_all_stacks_in_1775_4_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1775_4_3:active,
.mc_button_stacks_in_1775_4_3:active,
#mc_button_accept_all_stacks_in_1775_4_3:active,
#mc_button_disallow_all_stacks_in_1775_4_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1775_4_3:focus,
#mc_button_accept_all_stacks_in_1775_4_3:focus,
#mc_button_disallow_all_stacks_in_1775_4_3:focus,
.mc_button_stacks_in_1775_4_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1775_4_3,
#dialog_desc_stacks_in_1775_4_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1775_4_3,
	#mc_window_shade_stacks_in_1775_4_3,
	#mc_wrapper_stacks_in_1775_4_3 {
		display: none;
	}
}




#stacks_in_1775_8 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1775_9 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1775_5 {
	height: 40.00px;
}




























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

#stacks_in_1851_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1851_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1851_6 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1851_6_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1851_6_3 *,
#mc_stack_stacks_in_1851_6_3 *::before,
#mc_stack_stacks_in_1851_6_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1851_6_3,
#mc_button_accept_all_stacks_in_1851_6_3,
#mc_button_disallow_all_stacks_in_1851_6_3,
.mc_button_stacks_in_1851_6_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1851_6_3:hover,
.mc_button_stacks_in_1851_6_3:hover,
#mc_button_accept_all_stacks_in_1851_6_3:hover,
#mc_button_disallow_all_stacks_in_1851_6_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1851_6_3:active,
.mc_button_stacks_in_1851_6_3:active,
#mc_button_accept_all_stacks_in_1851_6_3:active,
#mc_button_disallow_all_stacks_in_1851_6_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1851_6_3:focus,
#mc_button_accept_all_stacks_in_1851_6_3:focus,
#mc_button_disallow_all_stacks_in_1851_6_3:focus,
.mc_button_stacks_in_1851_6_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1851_6_3,
#dialog_desc_stacks_in_1851_6_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1851_6_3,
	#mc_window_shade_stacks_in_1851_6_3,
	#mc_wrapper_stacks_in_1851_6_3 {
		display: none;
	}
}




#stacks_in_1851_7 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1851_8 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1851_5 {
	height: 40.00px;
}




























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

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

#stacks_in_2122_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2107_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1735 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1735 {
		display: none !important;
	}
}
#mc_stack_stacks_in_1716 *,
#mc_stack_stacks_in_1716 *::before,
#mc_stack_stacks_in_1716 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1716,
#mc_button_accept_all_stacks_in_1716,
#mc_button_disallow_all_stacks_in_1716,
.mc_button_stacks_in_1716 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1716:hover,
.mc_button_stacks_in_1716:hover,
#mc_button_accept_all_stacks_in_1716:hover,
#mc_button_disallow_all_stacks_in_1716:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1716:active,
.mc_button_stacks_in_1716:active,
#mc_button_accept_all_stacks_in_1716:active,
#mc_button_disallow_all_stacks_in_1716:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1716:focus,
#mc_button_accept_all_stacks_in_1716:focus,
#mc_button_disallow_all_stacks_in_1716:focus,
.mc_button_stacks_in_1716:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_1716,
#dialog_desc_stacks_in_1716 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1716,
	#mc_window_shade_stacks_in_1716,
	#mc_wrapper_stacks_in_1716 {
		display: none;
	}
}



/* Start Fit My Video stack CSS code */.stacks_in_1718myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_1718dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */
#stacks_in_1721_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1721_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1721_4 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1721_4_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1721_4_3 *,
#mc_stack_stacks_in_1721_4_3 *::before,
#mc_stack_stacks_in_1721_4_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1721_4_3,
#mc_button_accept_all_stacks_in_1721_4_3,
#mc_button_disallow_all_stacks_in_1721_4_3,
.mc_button_stacks_in_1721_4_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1721_4_3:hover,
.mc_button_stacks_in_1721_4_3:hover,
#mc_button_accept_all_stacks_in_1721_4_3:hover,
#mc_button_disallow_all_stacks_in_1721_4_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1721_4_3:active,
.mc_button_stacks_in_1721_4_3:active,
#mc_button_accept_all_stacks_in_1721_4_3:active,
#mc_button_disallow_all_stacks_in_1721_4_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1721_4_3:focus,
#mc_button_accept_all_stacks_in_1721_4_3:focus,
#mc_button_disallow_all_stacks_in_1721_4_3:focus,
.mc_button_stacks_in_1721_4_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1721_4_3,
#dialog_desc_stacks_in_1721_4_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1721_4_3,
	#mc_window_shade_stacks_in_1721_4_3,
	#mc_wrapper_stacks_in_1721_4_3 {
		display: none;
	}
}




#stacks_in_1721_8 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1721_9 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1721_5 {
	height: 40.00px;
}




























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

#stacks_in_1852_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1852_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1852_6 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1852_6_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1852_6_3 *,
#mc_stack_stacks_in_1852_6_3 *::before,
#mc_stack_stacks_in_1852_6_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1852_6_3,
#mc_button_accept_all_stacks_in_1852_6_3,
#mc_button_disallow_all_stacks_in_1852_6_3,
.mc_button_stacks_in_1852_6_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1852_6_3:hover,
.mc_button_stacks_in_1852_6_3:hover,
#mc_button_accept_all_stacks_in_1852_6_3:hover,
#mc_button_disallow_all_stacks_in_1852_6_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1852_6_3:active,
.mc_button_stacks_in_1852_6_3:active,
#mc_button_accept_all_stacks_in_1852_6_3:active,
#mc_button_disallow_all_stacks_in_1852_6_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1852_6_3:focus,
#mc_button_accept_all_stacks_in_1852_6_3:focus,
#mc_button_disallow_all_stacks_in_1852_6_3:focus,
.mc_button_stacks_in_1852_6_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1852_6_3,
#dialog_desc_stacks_in_1852_6_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1852_6_3,
	#mc_window_shade_stacks_in_1852_6_3,
	#mc_wrapper_stacks_in_1852_6_3 {
		display: none;
	}
}




#stacks_in_1852_7 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1852_8 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1852_5 {
	height: 40.00px;
}




























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

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

#stacks_in_2123_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2108_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1736 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1736 {
		display: none !important;
	}
}
#mc_stack_stacks_in_1534 *,
#mc_stack_stacks_in_1534 *::before,
#mc_stack_stacks_in_1534 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1534,
#mc_button_accept_all_stacks_in_1534,
#mc_button_disallow_all_stacks_in_1534,
.mc_button_stacks_in_1534 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1534:hover,
.mc_button_stacks_in_1534:hover,
#mc_button_accept_all_stacks_in_1534:hover,
#mc_button_disallow_all_stacks_in_1534:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1534:active,
.mc_button_stacks_in_1534:active,
#mc_button_accept_all_stacks_in_1534:active,
#mc_button_disallow_all_stacks_in_1534:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1534:focus,
#mc_button_accept_all_stacks_in_1534:focus,
#mc_button_disallow_all_stacks_in_1534:focus,
.mc_button_stacks_in_1534:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_1534,
#dialog_desc_stacks_in_1534 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1534,
	#mc_window_shade_stacks_in_1534,
	#mc_wrapper_stacks_in_1534 {
		display: none;
	}
}



/* Start Fit My Video stack CSS code */.stacks_in_1535myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_1535dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */
#stacks_in_1538_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1538_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1538_4 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1538_4_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1538_4_3 *,
#mc_stack_stacks_in_1538_4_3 *::before,
#mc_stack_stacks_in_1538_4_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1538_4_3,
#mc_button_accept_all_stacks_in_1538_4_3,
#mc_button_disallow_all_stacks_in_1538_4_3,
.mc_button_stacks_in_1538_4_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1538_4_3:hover,
.mc_button_stacks_in_1538_4_3:hover,
#mc_button_accept_all_stacks_in_1538_4_3:hover,
#mc_button_disallow_all_stacks_in_1538_4_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1538_4_3:active,
.mc_button_stacks_in_1538_4_3:active,
#mc_button_accept_all_stacks_in_1538_4_3:active,
#mc_button_disallow_all_stacks_in_1538_4_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1538_4_3:focus,
#mc_button_accept_all_stacks_in_1538_4_3:focus,
#mc_button_disallow_all_stacks_in_1538_4_3:focus,
.mc_button_stacks_in_1538_4_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1538_4_3,
#dialog_desc_stacks_in_1538_4_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1538_4_3,
	#mc_window_shade_stacks_in_1538_4_3,
	#mc_wrapper_stacks_in_1538_4_3 {
		display: none;
	}
}




#stacks_in_1538_8 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1538_9 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1538_5 {
	height: 40.00px;
}




























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

#stacks_in_1853_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1853_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1853_6 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1853_6_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1853_6_3 *,
#mc_stack_stacks_in_1853_6_3 *::before,
#mc_stack_stacks_in_1853_6_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1853_6_3,
#mc_button_accept_all_stacks_in_1853_6_3,
#mc_button_disallow_all_stacks_in_1853_6_3,
.mc_button_stacks_in_1853_6_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1853_6_3:hover,
.mc_button_stacks_in_1853_6_3:hover,
#mc_button_accept_all_stacks_in_1853_6_3:hover,
#mc_button_disallow_all_stacks_in_1853_6_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1853_6_3:active,
.mc_button_stacks_in_1853_6_3:active,
#mc_button_accept_all_stacks_in_1853_6_3:active,
#mc_button_disallow_all_stacks_in_1853_6_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1853_6_3:focus,
#mc_button_accept_all_stacks_in_1853_6_3:focus,
#mc_button_disallow_all_stacks_in_1853_6_3:focus,
.mc_button_stacks_in_1853_6_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1853_6_3,
#dialog_desc_stacks_in_1853_6_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1853_6_3,
	#mc_window_shade_stacks_in_1853_6_3,
	#mc_wrapper_stacks_in_1853_6_3 {
		display: none;
	}
}




#stacks_in_1853_7 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1853_8 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1853_5 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1707 {
	height: 40.00px;
}




























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

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

#stacks_in_2124_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2109_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1737 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1737 {
		display: none !important;
	}
}
#mc_stack_stacks_in_1556 *,
#mc_stack_stacks_in_1556 *::before,
#mc_stack_stacks_in_1556 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1556,
#mc_button_accept_all_stacks_in_1556,
#mc_button_disallow_all_stacks_in_1556,
.mc_button_stacks_in_1556 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1556:hover,
.mc_button_stacks_in_1556:hover,
#mc_button_accept_all_stacks_in_1556:hover,
#mc_button_disallow_all_stacks_in_1556:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1556:active,
.mc_button_stacks_in_1556:active,
#mc_button_accept_all_stacks_in_1556:active,
#mc_button_disallow_all_stacks_in_1556:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1556:focus,
#mc_button_accept_all_stacks_in_1556:focus,
#mc_button_disallow_all_stacks_in_1556:focus,
.mc_button_stacks_in_1556:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_1556,
#dialog_desc_stacks_in_1556 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1556,
	#mc_window_shade_stacks_in_1556,
	#mc_wrapper_stacks_in_1556 {
		display: none;
	}
}



/* Start Fit My Video stack CSS code */.stacks_in_1557myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_1557dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */
#stacks_in_1560_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1560_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1560_4 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1560_4_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1560_4_3 *,
#mc_stack_stacks_in_1560_4_3 *::before,
#mc_stack_stacks_in_1560_4_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1560_4_3,
#mc_button_accept_all_stacks_in_1560_4_3,
#mc_button_disallow_all_stacks_in_1560_4_3,
.mc_button_stacks_in_1560_4_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1560_4_3:hover,
.mc_button_stacks_in_1560_4_3:hover,
#mc_button_accept_all_stacks_in_1560_4_3:hover,
#mc_button_disallow_all_stacks_in_1560_4_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1560_4_3:active,
.mc_button_stacks_in_1560_4_3:active,
#mc_button_accept_all_stacks_in_1560_4_3:active,
#mc_button_disallow_all_stacks_in_1560_4_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1560_4_3:focus,
#mc_button_accept_all_stacks_in_1560_4_3:focus,
#mc_button_disallow_all_stacks_in_1560_4_3:focus,
.mc_button_stacks_in_1560_4_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1560_4_3,
#dialog_desc_stacks_in_1560_4_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1560_4_3,
	#mc_window_shade_stacks_in_1560_4_3,
	#mc_wrapper_stacks_in_1560_4_3 {
		display: none;
	}
}




#stacks_in_1560_8 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1560_9 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1560_5 {
	height: 40.00px;
}




























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

#stacks_in_1854_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1854_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1854_6 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1854_6_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1854_6_3 *,
#mc_stack_stacks_in_1854_6_3 *::before,
#mc_stack_stacks_in_1854_6_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1854_6_3,
#mc_button_accept_all_stacks_in_1854_6_3,
#mc_button_disallow_all_stacks_in_1854_6_3,
.mc_button_stacks_in_1854_6_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1854_6_3:hover,
.mc_button_stacks_in_1854_6_3:hover,
#mc_button_accept_all_stacks_in_1854_6_3:hover,
#mc_button_disallow_all_stacks_in_1854_6_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1854_6_3:active,
.mc_button_stacks_in_1854_6_3:active,
#mc_button_accept_all_stacks_in_1854_6_3:active,
#mc_button_disallow_all_stacks_in_1854_6_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1854_6_3:focus,
#mc_button_accept_all_stacks_in_1854_6_3:focus,
#mc_button_disallow_all_stacks_in_1854_6_3:focus,
.mc_button_stacks_in_1854_6_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1854_6_3,
#dialog_desc_stacks_in_1854_6_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1854_6_3,
	#mc_window_shade_stacks_in_1854_6_3,
	#mc_wrapper_stacks_in_1854_6_3 {
		display: none;
	}
}




#stacks_in_1854_7 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1854_8 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1854_5 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1708 {
	height: 40.00px;
}




























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

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

#stacks_in_2125_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2110_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1738 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1738 {
		display: none !important;
	}
}
#mc_stack_stacks_in_1580 *,
#mc_stack_stacks_in_1580 *::before,
#mc_stack_stacks_in_1580 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1580,
#mc_button_accept_all_stacks_in_1580,
#mc_button_disallow_all_stacks_in_1580,
.mc_button_stacks_in_1580 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1580:hover,
.mc_button_stacks_in_1580:hover,
#mc_button_accept_all_stacks_in_1580:hover,
#mc_button_disallow_all_stacks_in_1580:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1580:active,
.mc_button_stacks_in_1580:active,
#mc_button_accept_all_stacks_in_1580:active,
#mc_button_disallow_all_stacks_in_1580:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1580:focus,
#mc_button_accept_all_stacks_in_1580:focus,
#mc_button_disallow_all_stacks_in_1580:focus,
.mc_button_stacks_in_1580:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_1580,
#dialog_desc_stacks_in_1580 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1580,
	#mc_window_shade_stacks_in_1580,
	#mc_wrapper_stacks_in_1580 {
		display: none;
	}
}



/* Start Fit My Video stack CSS code */.stacks_in_1581myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_1581dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */
#stacks_in_1584_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1584_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1584_4 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1584_4_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1584_4_3 *,
#mc_stack_stacks_in_1584_4_3 *::before,
#mc_stack_stacks_in_1584_4_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1584_4_3,
#mc_button_accept_all_stacks_in_1584_4_3,
#mc_button_disallow_all_stacks_in_1584_4_3,
.mc_button_stacks_in_1584_4_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1584_4_3:hover,
.mc_button_stacks_in_1584_4_3:hover,
#mc_button_accept_all_stacks_in_1584_4_3:hover,
#mc_button_disallow_all_stacks_in_1584_4_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1584_4_3:active,
.mc_button_stacks_in_1584_4_3:active,
#mc_button_accept_all_stacks_in_1584_4_3:active,
#mc_button_disallow_all_stacks_in_1584_4_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1584_4_3:focus,
#mc_button_accept_all_stacks_in_1584_4_3:focus,
#mc_button_disallow_all_stacks_in_1584_4_3:focus,
.mc_button_stacks_in_1584_4_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1584_4_3,
#dialog_desc_stacks_in_1584_4_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1584_4_3,
	#mc_window_shade_stacks_in_1584_4_3,
	#mc_wrapper_stacks_in_1584_4_3 {
		display: none;
	}
}




#stacks_in_1584_8 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1584_9 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1584_5 {
	height: 40.00px;
}




























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

#stacks_in_1855_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1855_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1855_6 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1855_6_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1855_6_3 *,
#mc_stack_stacks_in_1855_6_3 *::before,
#mc_stack_stacks_in_1855_6_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1855_6_3,
#mc_button_accept_all_stacks_in_1855_6_3,
#mc_button_disallow_all_stacks_in_1855_6_3,
.mc_button_stacks_in_1855_6_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1855_6_3:hover,
.mc_button_stacks_in_1855_6_3:hover,
#mc_button_accept_all_stacks_in_1855_6_3:hover,
#mc_button_disallow_all_stacks_in_1855_6_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1855_6_3:active,
.mc_button_stacks_in_1855_6_3:active,
#mc_button_accept_all_stacks_in_1855_6_3:active,
#mc_button_disallow_all_stacks_in_1855_6_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1855_6_3:focus,
#mc_button_accept_all_stacks_in_1855_6_3:focus,
#mc_button_disallow_all_stacks_in_1855_6_3:focus,
.mc_button_stacks_in_1855_6_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1855_6_3,
#dialog_desc_stacks_in_1855_6_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1855_6_3,
	#mc_window_shade_stacks_in_1855_6_3,
	#mc_wrapper_stacks_in_1855_6_3 {
		display: none;
	}
}




#stacks_in_1855_7 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1855_8 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1855_5 {
	height: 40.00px;
}




























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

#stacks_in_1588 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2126_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2111_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1739 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1739 {
		display: none !important;
	}
}
#mc_stack_stacks_in_1604 *,
#mc_stack_stacks_in_1604 *::before,
#mc_stack_stacks_in_1604 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1604,
#mc_button_accept_all_stacks_in_1604,
#mc_button_disallow_all_stacks_in_1604,
.mc_button_stacks_in_1604 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1604:hover,
.mc_button_stacks_in_1604:hover,
#mc_button_accept_all_stacks_in_1604:hover,
#mc_button_disallow_all_stacks_in_1604:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1604:active,
.mc_button_stacks_in_1604:active,
#mc_button_accept_all_stacks_in_1604:active,
#mc_button_disallow_all_stacks_in_1604:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1604:focus,
#mc_button_accept_all_stacks_in_1604:focus,
#mc_button_disallow_all_stacks_in_1604:focus,
.mc_button_stacks_in_1604:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_1604,
#dialog_desc_stacks_in_1604 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1604,
	#mc_window_shade_stacks_in_1604,
	#mc_wrapper_stacks_in_1604 {
		display: none;
	}
}



/* Start Fit My Video stack CSS code */.stacks_in_1605myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_1605dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */
#stacks_in_1608_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1608_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1608_4 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1608_4_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1608_4_3 *,
#mc_stack_stacks_in_1608_4_3 *::before,
#mc_stack_stacks_in_1608_4_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1608_4_3,
#mc_button_accept_all_stacks_in_1608_4_3,
#mc_button_disallow_all_stacks_in_1608_4_3,
.mc_button_stacks_in_1608_4_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1608_4_3:hover,
.mc_button_stacks_in_1608_4_3:hover,
#mc_button_accept_all_stacks_in_1608_4_3:hover,
#mc_button_disallow_all_stacks_in_1608_4_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1608_4_3:active,
.mc_button_stacks_in_1608_4_3:active,
#mc_button_accept_all_stacks_in_1608_4_3:active,
#mc_button_disallow_all_stacks_in_1608_4_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1608_4_3:focus,
#mc_button_accept_all_stacks_in_1608_4_3:focus,
#mc_button_disallow_all_stacks_in_1608_4_3:focus,
.mc_button_stacks_in_1608_4_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1608_4_3,
#dialog_desc_stacks_in_1608_4_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1608_4_3,
	#mc_window_shade_stacks_in_1608_4_3,
	#mc_wrapper_stacks_in_1608_4_3 {
		display: none;
	}
}




#stacks_in_1608_8 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1608_9 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1608_5 {
	height: 40.00px;
}




























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

#stacks_in_1856_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1856_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1856_6 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1856_6_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1856_6_3 *,
#mc_stack_stacks_in_1856_6_3 *::before,
#mc_stack_stacks_in_1856_6_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1856_6_3,
#mc_button_accept_all_stacks_in_1856_6_3,
#mc_button_disallow_all_stacks_in_1856_6_3,
.mc_button_stacks_in_1856_6_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1856_6_3:hover,
.mc_button_stacks_in_1856_6_3:hover,
#mc_button_accept_all_stacks_in_1856_6_3:hover,
#mc_button_disallow_all_stacks_in_1856_6_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1856_6_3:active,
.mc_button_stacks_in_1856_6_3:active,
#mc_button_accept_all_stacks_in_1856_6_3:active,
#mc_button_disallow_all_stacks_in_1856_6_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1856_6_3:focus,
#mc_button_accept_all_stacks_in_1856_6_3:focus,
#mc_button_disallow_all_stacks_in_1856_6_3:focus,
.mc_button_stacks_in_1856_6_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1856_6_3,
#dialog_desc_stacks_in_1856_6_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1856_6_3,
	#mc_window_shade_stacks_in_1856_6_3,
	#mc_wrapper_stacks_in_1856_6_3 {
		display: none;
	}
}




#stacks_in_1856_7 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1856_8 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1856_5 {
	height: 40.00px;
}




























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

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

#stacks_in_2127_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2112_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1740 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1740 {
		display: none !important;
	}
}
#mc_stack_stacks_in_1628 *,
#mc_stack_stacks_in_1628 *::before,
#mc_stack_stacks_in_1628 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1628,
#mc_button_accept_all_stacks_in_1628,
#mc_button_disallow_all_stacks_in_1628,
.mc_button_stacks_in_1628 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1628:hover,
.mc_button_stacks_in_1628:hover,
#mc_button_accept_all_stacks_in_1628:hover,
#mc_button_disallow_all_stacks_in_1628:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1628:active,
.mc_button_stacks_in_1628:active,
#mc_button_accept_all_stacks_in_1628:active,
#mc_button_disallow_all_stacks_in_1628:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1628:focus,
#mc_button_accept_all_stacks_in_1628:focus,
#mc_button_disallow_all_stacks_in_1628:focus,
.mc_button_stacks_in_1628:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_1628,
#dialog_desc_stacks_in_1628 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1628,
	#mc_window_shade_stacks_in_1628,
	#mc_wrapper_stacks_in_1628 {
		display: none;
	}
}



/* Start Fit My Video stack CSS code */.stacks_in_1629myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_1629dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */
#stacks_in_1631_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1631_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1631_4 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1631_4_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1631_4_3 *,
#mc_stack_stacks_in_1631_4_3 *::before,
#mc_stack_stacks_in_1631_4_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1631_4_3,
#mc_button_accept_all_stacks_in_1631_4_3,
#mc_button_disallow_all_stacks_in_1631_4_3,
.mc_button_stacks_in_1631_4_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1631_4_3:hover,
.mc_button_stacks_in_1631_4_3:hover,
#mc_button_accept_all_stacks_in_1631_4_3:hover,
#mc_button_disallow_all_stacks_in_1631_4_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1631_4_3:active,
.mc_button_stacks_in_1631_4_3:active,
#mc_button_accept_all_stacks_in_1631_4_3:active,
#mc_button_disallow_all_stacks_in_1631_4_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1631_4_3:focus,
#mc_button_accept_all_stacks_in_1631_4_3:focus,
#mc_button_disallow_all_stacks_in_1631_4_3:focus,
.mc_button_stacks_in_1631_4_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1631_4_3,
#dialog_desc_stacks_in_1631_4_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1631_4_3,
	#mc_window_shade_stacks_in_1631_4_3,
	#mc_wrapper_stacks_in_1631_4_3 {
		display: none;
	}
}




#stacks_in_1631_8 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1631_9 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1631_5 {
	height: 40.00px;
}




























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

#stacks_in_1857_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1857_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1857_6 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1857_6_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1857_6_3 *,
#mc_stack_stacks_in_1857_6_3 *::before,
#mc_stack_stacks_in_1857_6_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1857_6_3,
#mc_button_accept_all_stacks_in_1857_6_3,
#mc_button_disallow_all_stacks_in_1857_6_3,
.mc_button_stacks_in_1857_6_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1857_6_3:hover,
.mc_button_stacks_in_1857_6_3:hover,
#mc_button_accept_all_stacks_in_1857_6_3:hover,
#mc_button_disallow_all_stacks_in_1857_6_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1857_6_3:active,
.mc_button_stacks_in_1857_6_3:active,
#mc_button_accept_all_stacks_in_1857_6_3:active,
#mc_button_disallow_all_stacks_in_1857_6_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1857_6_3:focus,
#mc_button_accept_all_stacks_in_1857_6_3:focus,
#mc_button_disallow_all_stacks_in_1857_6_3:focus,
.mc_button_stacks_in_1857_6_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1857_6_3,
#dialog_desc_stacks_in_1857_6_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1857_6_3,
	#mc_window_shade_stacks_in_1857_6_3,
	#mc_wrapper_stacks_in_1857_6_3 {
		display: none;
	}
}




#stacks_in_1857_7 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1857_8 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1857_5 {
	height: 40.00px;
}




























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

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

#stacks_in_2128_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2113_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1741 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1741 {
		display: none !important;
	}
}
#mc_stack_stacks_in_1646 *,
#mc_stack_stacks_in_1646 *::before,
#mc_stack_stacks_in_1646 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1646,
#mc_button_accept_all_stacks_in_1646,
#mc_button_disallow_all_stacks_in_1646,
.mc_button_stacks_in_1646 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1646:hover,
.mc_button_stacks_in_1646:hover,
#mc_button_accept_all_stacks_in_1646:hover,
#mc_button_disallow_all_stacks_in_1646:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1646:active,
.mc_button_stacks_in_1646:active,
#mc_button_accept_all_stacks_in_1646:active,
#mc_button_disallow_all_stacks_in_1646:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1646:focus,
#mc_button_accept_all_stacks_in_1646:focus,
#mc_button_disallow_all_stacks_in_1646:focus,
.mc_button_stacks_in_1646:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_1646,
#dialog_desc_stacks_in_1646 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1646,
	#mc_window_shade_stacks_in_1646,
	#mc_wrapper_stacks_in_1646 {
		display: none;
	}
}



/* Start Fit My Video stack CSS code */.stacks_in_1647myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_1647dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */
#stacks_in_1649_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1649_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1649_4 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1649_4_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1649_4_3 *,
#mc_stack_stacks_in_1649_4_3 *::before,
#mc_stack_stacks_in_1649_4_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1649_4_3,
#mc_button_accept_all_stacks_in_1649_4_3,
#mc_button_disallow_all_stacks_in_1649_4_3,
.mc_button_stacks_in_1649_4_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1649_4_3:hover,
.mc_button_stacks_in_1649_4_3:hover,
#mc_button_accept_all_stacks_in_1649_4_3:hover,
#mc_button_disallow_all_stacks_in_1649_4_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1649_4_3:active,
.mc_button_stacks_in_1649_4_3:active,
#mc_button_accept_all_stacks_in_1649_4_3:active,
#mc_button_disallow_all_stacks_in_1649_4_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1649_4_3:focus,
#mc_button_accept_all_stacks_in_1649_4_3:focus,
#mc_button_disallow_all_stacks_in_1649_4_3:focus,
.mc_button_stacks_in_1649_4_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1649_4_3,
#dialog_desc_stacks_in_1649_4_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1649_4_3,
	#mc_window_shade_stacks_in_1649_4_3,
	#mc_wrapper_stacks_in_1649_4_3 {
		display: none;
	}
}




#stacks_in_1649_8 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1649_9 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1649_5 {
	height: 40.00px;
}




























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

#stacks_in_1858_2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1858_3 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_1858_6 {
	background-color: rgba(220, 177, 189, 1.00);
}

#stacks_in_1858_6_2 {
	background-color: rgba(219, 176, 189, 1.00);
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
#mc_stack_stacks_in_1858_6_3 *,
#mc_stack_stacks_in_1858_6_3 *::before,
#mc_stack_stacks_in_1858_6_3 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_1858_6_3,
#mc_button_accept_all_stacks_in_1858_6_3,
#mc_button_disallow_all_stacks_in_1858_6_3,
.mc_button_stacks_in_1858_6_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(175, 131, 83, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_1858_6_3:hover,
.mc_button_stacks_in_1858_6_3:hover,
#mc_button_accept_all_stacks_in_1858_6_3:hover,
#mc_button_disallow_all_stacks_in_1858_6_3:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_1858_6_3:active,
.mc_button_stacks_in_1858_6_3:active,
#mc_button_accept_all_stacks_in_1858_6_3:active,
#mc_button_disallow_all_stacks_in_1858_6_3:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_1858_6_3:focus,
#mc_button_accept_all_stacks_in_1858_6_3:focus,
#mc_button_disallow_all_stacks_in_1858_6_3:focus,
.mc_button_stacks_in_1858_6_3:focus {
	outline: 2px dotted rgba(255, 255, 255, 1.00);
}







#dialog_title_stacks_in_1858_6_3,
#dialog_desc_stacks_in_1858_6_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_1858_6_3,
	#mc_window_shade_stacks_in_1858_6_3,
	#mc_wrapper_stacks_in_1858_6_3 {
		display: none;
	}
}




#stacks_in_1858_7 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 20px 20px 20px;
}

#stacks_in_1858_8 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1858_5 {
	height: 40.00px;
}




























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

#stacks_in_1653 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2129_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

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

#stacks_in_2114_3 {
	display:inline-block; width:100%; line-height: 1.090000em;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1742 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1714 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1715 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1715 {
		display: none !important;
	}
}
#stacks_in_359_172>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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



}



#stacks_in_359_176>.s3_row {
	margin: 0 -10px;
}

#stacks_in_359_176>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_359_176>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





#stacks_in_359_179>.s3_row {
	margin: 0 -10px;
}

#stacks_in_359_179>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_359_179>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





#stacks_in_359_182>.s3_row {
	margin: 0 -10px;
}

#stacks_in_359_182>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_359_182>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}






.spacerStack {
	height: 7.00px;
}

#spacerStackstacks_in_1859 {
	height: 7.00px;
}




























@media print {
	#spacerStackstacks_in_1859 {
		display: none !important;
	}
}
#stacks_in_1860_24>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1860_24>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1860_24>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}






.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_362_4 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_362_9 {
	height: 40.00px;
}




























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