.btn-group-rounded .button-group-btn:first-of-type a{border-top-left-radius:50px!important;border-bottom-left-radius:50px!important}.btn-group-rounded .button-group-btn:last-of-type a{border-top-right-radius:50px!important;border-bottom-right-radius:50px!important}@media only screen and (min-width:600px){.btn-group-rounded-m .button-group-btn:first-of-type a{border-top-left-radius:50px!important;border-bottom-left-radius:50px!important}.btn-group-rounded-m .button-group-btn:last-of-type a{border-top-right-radius:50px!important;border-bottom-right-radius:50px!important}}
.nav-wrap {
    margin: 0 auto;
    overflow: visible
}

.nav-wrap h1,
.nav-wrap h2,
.nav-wrap h3,
.nav-wrap h4,
.nav-wrap h5,
.nav-wrap h6 {
    margin-bottom: 0
}

.nav-content {
    position: relative
}

.contained-bar {
    margin: 0 auto
}

.site-title a:hover {
    text-decoration: none
}

html:not(.menulab-js) .navbar ul,
html:not(.menulab-js) .navbar li {
    display: block !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    right: 0 !important
}

html:not(.menulab-js) .navbar .ml-arrows li::after {
    display: none !important
}

html:not(.menulab-js) .navbar a {
    text-align: left !important
}

.navbar {
    float: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.navbar ul {
    margin: 0
}

.navbar li>ul li {
    white-space: nowrap
}

.navbar li {
    list-style-type: none;
    display: block
}

.navbar li a {
    display: block;
    text-decoration: none;
    padding: 3px 0.8em;
    transition: all 0.2s ease
}

.navbar li.has-dropdown>.ml-dropdown {
    padding-left: 20px
}

.navbar .ml-arrows .has-dropdown::after {
    top: 12px
}

.ml-dropdown,
.ml-dropdown * {
    margin: 0;
    padding: 0;
    list-style: none
}

.ml-dropdown li {
    position: relative
}

.ml-dropdown ul {
    display: none;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 99
}

html:not(.touch-stripped) .ml-dropdown li:hover>ul {
    display: block
}

html.touch-stripped .ml-dropdown li.dd-open>ul {
    display: block
}

.ml-dropdown a {
    display: block;
    position: relative
}

.ml-dropdown ul ul {
    top: 0;
    left: 100%
}

.expand {
    max-height: 100vh
}

.ml-arrows .has-dropdown:after {
    content: '';
    position: absolute;
    right: 6px;
    margin-top: 0;
    height: 0;
    width: 0;
    border: 5px solid transparent
}

.ml-arrows ul .ml-dropdown:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent
}/* Source - A lightweight CSS framework by Shaking the Habitual
* (Source is based on Barebones V3 Copyright 2019 Steve Cochran) - Free to use under the MIT license.
* (Barebones is based on Skeleton by Dave Gamache) - Free to use under the MIT license.
*/

html {
	--text-color-richer: rgba(9, 9, 9, 1.00);
	--text-color-normal: rgba(34, 34, 34, 1.00);
	--text-color-softer: rgba(59, 59, 59, 1.00);
  --accent-color: rgba(253, 128, 8, 1.00);
  --accent-color-hover: rgba(102, 102, 102, 1.00);
	--accent-text-color: rgba(255, 255, 255, 1.00);
	--accent-text-color-hover: rgba(230, 230, 230, 1.00);
	--link-color: rgba(253, 128, 8, 1.00);
	--link-color-hover: rgba(102, 102, 102, 1.00);
  --border-color: rgba(187, 187, 187, 1.00);
	--border-color-softer: rgba(237, 237, 237, 1.00);
	--border-color-richer: rgba(137, 137, 137, 1.00);
	--background-color: rgba(255, 255, 255, 1.00);
	--background-color-alt: rgba(235, 241, 245, 1.00);
	--nav-bg: rgba(255, 255, 255, 0.96);
	--nav-bg-hover: rgba(51, 51, 51, 0.05);
	--nav-link: rgba(102, 102, 102, 1.00);
	--nav-link-hover: rgba(253, 128, 8, 1.00);
  --code-background: rgba(241, 241, 241, 1.00);
	--code-text: rgba(34, 34, 34, 1.00);
	--button-primary-color: rgba(255, 255, 255, 1.00);
	--button-primary-color-hover: rgba(230, 230, 230, 1.00);
	--second-color: rgba(102, 102, 102, 1.00);
	--second-color-hover: rgba(253, 128, 8, 1.00);
	--second-color-alt: rgba(255, 255, 255, 1.00);
	--base-font-size: 62.5%;
	--container-max-width: 1140px;
}

* {
vertical-align: baseline;
border: 0 none;
outline: 0;
padding: 0;
margin: 0;
}


@font-face {
    font-family: 'Raleway';
    src: url('../files/strippedAssets/fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
		font-display: auto;
}
@font-face {
    font-family: 'Raleway';
    src: url('../files/strippedAssets/fonts/Raleway-Italic.woff') format('woff');
    font-weight: 400;
		font-style: italic;
		font-display: auto;
}
@font-face {
    font-family: 'Raleway';
		src: url('../files/strippedAssets/fonts/Raleway-SemiBold.woff') format('woff');
		font-weight: 600;
		font-style: bold;
		font-display: auto;
} 











		
		
		



html {
	font-size: 62.5%;
  font-size: var(--base-font-size);
	-webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
	box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit; }

html, body {
  height: 100%
}

body {
  font-size: 1.60rem;
  line-height: 1.60;
  font-weight: normal;
	
		
  
	font-family: Raleway, 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	
	
	/* Basic fallback for older browsers */
	color: rgba(34, 34, 34, 1.00);
	background-color: rgba(255, 255, 255, 1.00);
	/* Use variables for modern browsers */
  color: var(--text-color-normal);
  background-color: var(--background-color);
	
}

@media (min-width: 600px) {
body {
	 font-size: 1.60rem;
}
p.lead {
	font-size: 2.00rem;
}
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.2rem;
	
	font-weight: normal;
	font-style: normal;
	font-family: Raleway, 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
 }


 

h1, .h1 { font-size: 5.00rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2, .h2 { font-size: 3.60rem; line-height: 1.25; letter-spacing: -.1rem; }
h3, .h3 { font-size: 3.00rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4, .h4 { font-size: 2.40rem; line-height: 1.35; letter-spacing: -.08rem; }
h5, .h5 { font-size: 1.80rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6, .h6 { font-size: 1.60rem; line-height: 1.6;  letter-spacing: 0; }

@media (min-width: 600px) {
  h1, .h1 { font-size: 7.00rem; }
  h2, .h2 { font-size: 4.20rem; }
  h3, .h3 { font-size: 3.60rem; }
  h4, .h4{ font-size: 3.00rem; }
  h5, .h5 { font-size: 2.40rem; }
  h6, .h6 { font-size: 2.00rem; }
}

p {
  margin-top: 0; }

p.lead {
	font-size: 1.80rem;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 1rem;
	margin-right: 1rem;
  padding-left: 1rem;
  border-left: 3px solid var(--accent-color);
	color: var(--text-color-softer);
}

a {
  color: var(--link-color);
text-decoration: none;
transition: all 0.2s ease 0s;}
a:hover:not(.source-button):not(.button) {
  color: var(--link-color-hover);
text-decoration: none;}

.stripped-button a, .source-btn {
			line-height: 38px;
			font-size: 14px;
			height: 38px;
			font-weight: bolder;
			text-transform: uppercase;
			display: inline-block;
			padding: 0 30px;
			text-decoration: none;
			color: var(--text-color-softer);
			text-align: center;
			letter-spacing: .1rem;
			text-decoration: none;
			white-space: nowrap;
			background-color: transparent;
			border-radius: 4px;
			border: 1px solid var(--border-color);
			cursor: pointer;
			box-sizing: border-box;
			transition: all 0.2s ease 0s;
}

.button-nav a, .source-btn-nav a {
	color: var(--button-primary-color) !important;
	background-color: var(--nav-link) !important;
	border-color: var(--nav-link) !important; }

.button-nav a:hover, .button-nav a:focus, .source-btn-nav a:focus, .source-btn-nav a:hover {
	color: var(--button-primary-color);
	background-color: var(--nav-link-hover);
	border-color: var(--nav-link-hover); }

.button-second a, .s-button-second {
	color: var(--second-color-alt) !important;
	background-color: var(--second-color) !important;
	border-color: var(--second-color) !important; }

.button-second a:hover, .button-second a:focus, .s-button-second:hover, .s-button-second:focus {
	color: var(--second-color-alt) !important;
	background-color: var(--second-color-hover) !important;
	border-color: var(--second-color-hover) !important; }

.button-primary-flip a, .s-button-primary-flip {
color: var(--accent-color) !important;
background-color: var(--button-primary-color) !important;
border-color: var(--accent-color) !important }

.button-primary-flip a:hover, .button-primary-flip a:focus, .s-button-primary-flip:hover, .s-button-primary-flip:focus {
color: var(--button-primary-color) !important;
background-color: var(--accent-color) !important;
border-color: var(--accent-color) !important; }

.button-primary a, .s-button-primary {
	color: var(--button-primary-color) !important;
	background-color: var(--accent-color) !important;
	border-color: var(--accent-color) !important; }

.button-primary a:hover, .button-primary a:focus, .s-button-primary:hover, .s-button-primary:focus {
	color: var(--button-primary-color) !important;
	background-color: var(--accent-color-hover) !important;
	border-color: var(--accent-color-hover) !important; }

.button-ghost a:hover, .button-ghost a:focus {
	border-color: var(--border-color-richer) !important; }


input{
	font-size: 14px;
}



.quizArea label {
display: inline-block;
}

ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 1rem;
  margin-top: 0; }
ul ul, ul ol, ol ol, ol ul {
	font-size: 100%;
	margin: 1rem 0 1rem 2rem;
	color: var(--text-color-softer);
}
li {
  margin-bottom: 0.5rem;
	margin-left: 3rem}

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 95%;
  white-space: nowrap;
  background: var(--code-background);
	color: var(--code-text);
  border: 1px solid var(--border-color-softer);
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
  overflow: auto; }



button,
.source-button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }
.u-align-left {
	text-align: left; }
.u-align-right {
	text-align: right; }
.u-align-center {
		text-align: center; }

@media (max-width: 600px) {
	.s-align-left {
		text-align: left; }
	.s-align-right {
		text-align: right; }
	.s-align-center {
			text-align: center; }
}

@media (min-width: 600px) {
	.m-align-left {
		text-align: left; }
	.m-align-right {
		text-align: right; }
	.m-align-center {
			text-align: center; }
}

@media (min-width: 900px) {
	.l-align-left {
		text-align: left; }
	.l-align-right {
		text-align: right; }
	.l-align-center {
			text-align: center; }
}

@media (min-width: 1200px) {
	.xl-align-left {
		text-align: left; }
	.xl-align-right {
		text-align: right; }
	.xl-align-center {
			text-align: center; }
}

hr {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  border-width: 0;
  border-top: 1px solid var(--border-color-softer); }



.u-cf:before,
.container:before,
.row:before,
.s3_row:before,
.u-cf:after,
.container:after,
.row:after,
.s3_row:after {
    content: "";
    display: table;
}

.u-cf:after,
.container:after,
.row:after,
.s3_row:after {
    clear: both;
}

.stripped-container, .s-container-lite, .stripped-content, .stripped-outer, .stripped-wrapper, .s-grid-item, .s-cols-item, .s-coder-wrap  {
	position: relative;
}

.stripped-container, .stripped-content{
	box-sizing: border-box;
}

img{max-width: 100%}

.stripped-img, .stripped-svg, .img-fit-wrap, picture {line-height: 0;}

.stripped-img img, .s-cols-item, .s-grid-item, .stripped-svg svg, .s-lift, .s-drop, .s-zoom, .s-zoom-big, .s-zoom-img img, .s-zoom-big-img img {
	transition: transform 0.2s ease-out 0s;
}

.s-container-lite, .s-content-center{margin-left: auto; margin-right: auto;}


.s-grid-item, .s-cols-item, .s-flex {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.s-flow-down{
	flex-wrap: nowrap !important;
}

.s-self-end{
	justify-self: end;
}

.s-grid-item > .stacks_out, .s-cols-item > .stacks_out, .s-flex > .stacks_out {
	width: 100%;
}

.s-cols-container{
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	vertical-align: top;
}

.s-grid-item, .s-cols-item {
  margin: 20px;
}

@supports (display: grid) {
  .s-grid-item, .s-cols-item {
    margin: 0px;
  }
}

.s-grid-link, .s-img-fit-link, .s-coder-link {
	display: contents;
}

.s-button-group{
  display: flex;
	flex-wrap: wrap;
}

.w-100 {
  width: 100% !important
}

.s-no-lift{
	transform: translateY(0) !important;
}

.s-lift:hover{
	transform: translateY(-5px) !important;
}

.s-drop:hover{
	transform: translateY(5px) !important;
}

.s-zoom:hover{
	transform: scale(1.05) !important;
	z-index: 10 !important;
}

.s-zoom-img:hover img{
	transform: scale(1.05) !important;
	z-index: 10 !important;
}

.s-zoom-big-img:hover img{
	transform: scale(1.1) !important;
	z-index: 10 !important;
}

.s-zoom-big:hover{
	transform: scale(1.1) !important;
	z-index: 10 !important;
}

.s-bright{
	filter: brightness(70%);
  transition: filter 250ms ease-in-out !important;
}

.s-bright:hover{
	filter: brightness(100%);
}

.s-dark {
filter: brightness(100%);
transition: filter 250ms ease-in-out !important}

.s-dark:hover {
filter: brightness(60%)}

.s-blur{  transition: filter 250ms ease-in-out !important;}

.s-blur:hover{
	filter: blur(6px);
}

.s-shad{
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.s-shad-none{
	box-shadow: none !important;
}

.s-shad-hov:hover{
	box-shadow: 0px 0px 18px rgba(0,0,0,0.2)
}

@media (min-width:600px) {
	.s-shad-m{
		box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	}

	.s-shad-hov-m:hover{
		box-shadow: 0px 0px 18px rgba(0,0,0,0.2)
	}

	.s-shad-none-m{
		box-shadow: none !important;
	}
}

.s-screen{
	mix-blend-mode: screen;
}

.s-multiply{
	mix-blend-mode: multiply;
}

.s-no-pointer{
	pointer-events: none;
}

.grid-container {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	display: grid;
}

.stripped-container > .stripped-link a, .stripped-outer > .stripped-link a, .s-grid-item > .s-grid-link a, .s-cols-item > .s-grid-link a, .s-img-fit-link a, .s-coder-wrap > .s-coder-link a {
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 998;
	text-decoration: none;
}



.stacks_out { overflow: visible !important }
 .stacks_in { overflow: visible }

 .s-inliner >.stacks_out {
    margin: 0;
    width: auto;
    display: inline-block
  }

.mb-0{margin-bottom: 0 !important}

/* Colour classes with temporary fallback for older browsers */
.stripped-base-width{
	max-width: 1140px;
	max-width: var(--container-max-width);
}

.alt-bg {
	background-color: rgba(235, 241, 245, 1.00) !important;
	background-color: var(--background-color-alt) !important;}

.page-bg {
	background-color: rgba(255, 255, 255, 1.00) !important;
	background-color: var(--background-color) !important;}

.page-fg {
	color: rgba(255, 255, 255, 1.00) !important;
	color: var(--background-color) !important;}

.text-bg {
	background-color: rgba(34, 34, 34, 1.00) !important;
	background-color: var(--text-color-normal) !important;}

.s-accent, .accent-bg {
	background-color: rgba(253, 128, 8, 1.00) !important;
	background-color: var(--accent-color) !important;
}

.s-accent-text, .accent-alt-bg {
	background-color: rgba(255, 255, 255, 1.00) !important;
	background-color: var(--button-primary-color) !important;
}

.s-accent-hover, .accent-hover-bg {
	background-color: rgba(102, 102, 102, 1.00) !important;
	background-color: var(--accent-color-hover) !important;
}

.s-accent-c, .accent-fg {
	color: rgba(253, 128, 8, 1.00) !important;
	color: var(--accent-color) !important;
}

.s-accent-text-c, .accent-alt-fg {
	color: rgba(255, 255, 255, 1.00) !important;
	color: var(--button-primary-color) !important;
}

.s-accent-hover-c, .accent-hover-fg {
	color: rgba(102, 102, 102, 1.00) !important;
	color: var(--accent-color-hover) !important;
}

.second-hover-fg {
	color: rgba(253, 128, 8, 1.00) !important;
	color: var(--second-color-hover) !important;
}

.second-hover-bg {
	background-color: rgba(253, 128, 8, 1.00) !important;
	background-color: var(--second-color-hover) !important;
}

.s-second-c, .second-fg {
	color: rgba(102, 102, 102, 1.00) !important;
	color: var(--second-color) !important;
}

.s-second-text-c, .second-alt-fg {
	color: rgba(255, 255, 255, 1.00) !important;
	color: var(--second-color-alt) !important;
}

.s-second, .second-bg {
	background-color: rgba(102, 102, 102, 1.00) !important;
	background-color: var(--second-color) !important;
}

.s-second-text, .second-alt-bg {
	background-color: rgba(255, 255, 255, 1.00) !important;
	background-color: var(--second-color-alt) !important;
}






.source-browser-warning {
		
    text-align: center;
    width: 80%;
    top: 0;
		left: 10%;
		position: fixed;
    margin: 20px auto;
    padding: 10px;
    background: #EC4D3B;
    color: white;
    border-radius: 4px;
    z-index: 9999
}

.source-browser-warning a {
	color: white;
	text-decoration: underline;
}

@supports (display: grid) {
  .source-browser-warning {
    display: none;
  }
}


.base-pad-basic-1,.base-pb-1{padding:80px 20px 20px 20px}.base-pad-advanced-1,.base-pa-1{padding:0 0 0 0}.base-margin-basic-1,.base-mb-1{margin:0px 0px 0px 0px}.base-margin-advanced-1,.base-ma-1{margin:0 0 0 0}@media (min-width:600px){ .base-margin-advanced-1,.base-ma-1{margin:0 0 0 0} .base-pad-advanced-1,.base-pa-1{padding:0 0 0 0}}@media (min-width:900px){ .base-margin-advanced-1,.base-ma-1{margin:0 0 0 0} .base-pad-advanced-1,.base-pa-1{padding:0 0 0 0}}@media (min-width:1200px){ .base-margin-advanced-1,.base-ma-1{margin:0 0 0 0} .base-pad-advanced-1,.base-pa-1{padding:0 0 0 0}}.base-bg-1-1,.base-bg1-1{background-color:rgba(69, 89, 125, 1.00)!important;     }.base-bg-2-1,.base-bg2-1{background-color:rgba(235, 241, 252, 1.00)!important;     }#stacks_in_6.nav-wrap {
    background-color: var(--nav-bg);
    width: 100%;
    padding: 5px 5px 5px 5px
}

#stacks_in_6 .nav-content {
    z-index: 999
}

html:not(.menulab-js) .nav-wrap {
    display: none
}

#stacks_in_6.nav-fixed,
#stacks_in_6.nav-sticky {
    top: 0;
    width: 100%;
    z-index: 999
}

#stacks_in_6.nav-fixed {
    position: fixed;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12)
}

#stacks_in_6.nav-sticky {
    position: sticky
}

#stacks_in_6 .contained-bar {
    max-width: var(--container-max-width)
}

#stacks_in_6 .navbar li>ul {
    background-color: var(--nav-bg)
}

#stacks_in_6 .navbar li {
    list-style-type: none;
    display: block
}

#stacks_in_6 .navbar li a {
    color: var(--nav-link)
}

#stacks_in_6 .navbar li:hover>*:first-child,
#stacks_in_6 .navbar li.active>*:first-child {
    color: var(--nav-link-hover)
}

#stacks_in_6 .navbar li:hover,
#stacks_in_6 .navbar li.active {
    background-color: var(--nav-bg-hover)
}

#stacks_in_6 .logo img {
    vertical-align: top;
    height: 32px;
    border-radius: 5px;
    width: auto;
    max-width: none
}

#stacks_in_6 .logo {
    display: none;
}

#stacks_in_6 .site-title {
    
}

#stacks_in_6 .navbar {
    display: block
}

#stacks_in_6 .branding {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#stacks_in_6 .branding h4 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase; padding-left: 10px;
    padding-right: 10px
}

#stacks_in_6 .site-title a {
    color: var(--text-color-normal);
    
}

#stacks_in_6 .site-title a:hover {
    color: var(--text-color-softer);
    
}

@media only screen and (max-width:599px) {
    #stacks_in_6 .ml-dropdown {
        background-color: var(--nav-bg);
        max-height: calc(100vh - 45px);
        overflow-y: scroll
    }

     #stacks_in_6 .cta {
        display: none
    }

     #stacks_in_6 .navbar li {
        margin: 3px 0
    }

    #stacks_in_6 .branding {
        
    }
}

@media only screen and (min-width:600px) {
     #stacks_in_6 .logo {
            display: none; margin-left: 0;
            padding-right: 10px
        }

        #stacks_in_6 .site-title {
            display: block;
        }

         #stacks_in_6 .cta-small {
            display: none
        }

         #stacks_in_6 .branding h4 {
            font-size: 20px;
            padding-left: 0;
            
        }

        #stacks_in_6 .grouped-cta, #stacks_in_6 .cta {display: flex; flex-wrap: wrap; align-items: center}

        #stacks_in_6 .branding {
            min-width: 0px;
            justify-content: start;
        }

        #stacks_in_6 .logo img {
            height: 36px
        }

        #stacks_in_6 .navbar {
            display: inline-block
        }

        #stacks_in_6 .mob-icon {
            display: none
        }

        #stacks_in_6.nav-wrap {
            padding: 10px 10px 10px 10px
        }

        #stacks_in_6 .navbar {
            float: right;
            max-height: none;
            overflow: visible
        }

        #stacks_in_6 .navbar,
        #stacks_in_6 .nav-content {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            
        }

        #stacks_in_6 .navbar li a {
            padding: 0 0.8em
        }

        #stacks_in_6 .navbar li.active,
        #stacks_in_6 .navbar li:hover {
            border-radius: 4px
        }

        #stacks_in_6 .navbar .ml-menu,
        #stacks_in_6 .navbar .ml-menu ul {
            margin: 2px 1px
        }

        #stacks_in_6 .navbar .ml-menu li {
            margin: 2px 1px;
            padding-top: 3px;
            padding-bottom: 3px
        }

        #stacks_in_6 .navbar li>ul {
            box-shadow: 0 0 18px rgba(0, 0, 0, 0.1)
        }

        #stacks_in_6 .navbar .ml-menu li>ul .dd-to-left>ul {
            right: 100% !important;
            left: auto !important
        }

        #stacks_in_6 .navbar .ml-menu li>ul .dd-to-right>ul {
            left: 100% !important;
            right: auto !important
        }

        #stacks_in_6 .navbar .ml-menu ul,
        #stacks_in_6 .navbar [dir=rtl] .ml-menu>.dd-to-right>ul {
            display: none;
            position: absolute;
            padding: 6px;
            top: 100%;
            left: 0;
            right: auto;
            z-index: 1
        }

        #stacks_in_6 .navbar [dir=rtl] .ml-menu ul,
        #stacks_in_6 .navbar .ml-menu>.dd-to-left>ul {
            left: auto;
            right: 0
        }

        #stacks_in_6 .navbar .ml-menu ul ul,
        #stacks_in_6 .navbar [dir=rtl] .ml-menu ul .dd-to-right ul {
            top: 0;
            left: 100%;
            right: auto
        }

        #stacks_in_6 .navbar [dir=rtl] .ml-menu ul ul,
        #stacks_in_6 .navbar .ml-menu ul .ml-dd-to-left ul {
            left: auto;
            right: 100%
        }

        #stacks_in_6 .navbar .ml-menu li {
            position: relative;
            display: block;
            list-style-type: none
        }

        #stacks_in_6 .navbar .ml-menu>li {
            display: inline-block
        }

        #stacks_in_6 .navbar .ml-menu a,
        #stacks_in_6 .navbar .ml-menu span {
            display: block;
            text-decoration: none;
            white-space: pre
        }

        #stacks_in_6 .navbar .ml-menu li:hover>ul {
            display: block
        }

        #stacks_in_6 .navbar .ml-js li:hover>ul {
            display: none
        }

        #stacks_in_6 .navbar .ml-js li.dd-open>ul {
            display: block !important
        }

        #stacks_in_6 .ml-arrows .has-dropdown {
            padding-right: 16px;
            *padding-right: 16px
        }
    }

    #stacks_in_6 .ml-arrows .has-dropdown:after {
        border-top-color: darkgray;
        border-top-color: var(--nav-link)
    }

    #stacks_in_6 .ml-arrows .has-dropdown.active:after {
        border-top-color: darkgray;
        border-top-color: var(--nav-link-hover)
    }

    #stacks_in_6 .ml-arrows>li>.ml-dropdown:focus:after,
    #stacks_in_6 .ml-arrows>li:hover>.ml-dropdown:after,
    #stacks_in_6 .ml-arrows>.sfHover>.ml-dropdown:after {
        border-top-color: darkgray;
        border-top-color: var(--nav-link)
    }

    #stacks_in_6 .ml-arrows ul .ml-dropdown:after {
        border-top-color: darkgray;
        border-left-color: var(--nav-link)
    }

    #stacks_in_6 .ml-arrows ul li>.ml-dropdown:focus:after,
    #stacks_in_6 .ml-arrows ul li:hover>.ml-dropdown:after,
    #stacks_in_6 .ml-arrows ul .sfHover>.ml-dropdown:after {
        border-top-color: darkgray;
        border-left-color: var(--nav-link)
    }

    #stacks_in_6 .mob-icon {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6)
    }

    #stacks_in_6 .burg {
        width: 45px;
        height: 45px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer
    }

    #stacks_in_6 .burg span {
        display: block;
        position: absolute;
        height: 6px;
        width: 100%;
        background: darkgray;
        background: var(--nav-link);
         border-radius: 6px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out
    }

    #stacks_in_6 .burg span:nth-child(1) {
        top: 0
    }

    #stacks_in_6 .burg span:nth-child(2),
    #stacks_in_6 .burg span:nth-child(3) {
        top: 18px
    }

    #stacks_in_6 .burg span:nth-child(4) {
        top: 36px
    }

    #stacks_in_6.ml-toggle.expand .burg span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%
    }

    #stacks_in_6.ml-toggle.expand .burg span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #stacks_in_6.ml-toggle.expand .burg span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #stacks_in_6.ml-toggle.expand .burg span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%
    }

     .s-container-stacks_in_3{ width:100%;}#s-wrapper-stacks_in_3{margin:0; }#s-content-stacks_in_3{justify-content:center;min-height:100vh; padding:0; }@media (min-width:600px){#s-content-stacks_in_3{min-height:70vh}}.s-bg-stacks_in_3{z-index:0}#s-outer-stacks_in_3{border-radius:0px 0px 0px 0px}
#fullScreenWrapper-IDplayer1 {
    width: 100%;
}

#playerWrapper-IDplayer1 {
	display: block;
	position: relative;
}

#playerWrapper-IDplayer1 *,
#playerWrapper-IDplayer1 *:before,
#playerWrapper-IDplayer1 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#mediaFrame-IDplayer1 {
	position: relative;
	width: 100%;
	height: 0;
	background: rgba(255, 255, 255, 1.00);
}




#mediaFrame-IDplayer1 {
	padding-bottom: 56.25%;
}






#playerWrapper-IDplayer1 #media-IDplayer1 {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}



/* @group Splash Play Button */

#playerWrapper-IDplayer1 .playerSplashButton {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
}

#playerWrapper-IDplayer1 .splash-button {
	position: relative;
	display: inline-block;
	z-index: 11;
	cursor: pointer;
	padding: 20px;
	border: 3px solid rgba(76, 76, 76, 1.00);
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#playerWrapper-IDplayer1 .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#playerWrapper-IDplayer1 .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	background: rgba(225, 225, 225, 0.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-IDplayer1 .splash-button:hover .splash-fill {
	background: rgba(225, 225, 225, 0.00);
}

#playerWrapper-IDplayer1 .splash-button-inner {
	display: inline;
	z-index: 25;
	color: rgba(76, 76, 76, 1.00);
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-IDplayer1 .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#playerWrapper-IDplayer1 .splash-button-inner [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-IDplayer1 .splash-button-inner:hover [class^="fa fa-"] {
	color: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */


/* If Player custom controls are disabled */
#toolbar-IDplayer1,
#playerSplashButtonstacks_in_643 {
	display: none !important;
}


#media-controls-wrapper-IDplayer1 {
	position: relative;
	z-index: 4;
	width: 100%;
}

#toolbar-IDplayer1 button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* Buttons, titles and time */
#toolbar-IDplayer1 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: calc(100% - 0px - 0px);
    height: auto;
    flex-wrap: wrap;
    vertical-align: middle;
    margin: 0px 0px;
    border-radius: 0px;
    opacity: 1.00;
    transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;

    background: rgba(70, 69, 81, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%, rgba(36, 39, 46, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70, 69, 81, 1.00)), color-stop(100%,rgba(36, 39, 46, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* W3C */
}

@media screen and (min-width: 568px) {
    /* A fixed height and no wrapping of controls on wider screends greater than 568px wide */
    #toolbar-IDplayer1 {
        height: 45px;
        flex-wrap: nowrap;
    }
}

#playerWrapper-IDplayer1:hover #toolbar-IDplayer1 {
    opacity: 1.00;
}

/* Styling for toolbars in fullscreen mode */
/*
#playerWrapper-IDplayer1.playerInFullScreenMode:hover #toolbar-IDplayer1,
#playerWrapper-IDplayer1.playerInFullScreenMode #toolbar-IDplayer1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px;
    z-index: 99999;
    opacity: 0;
    transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-IDplayer1.playerInFullScreenMode #toolbar-IDplayer1.toolbarHovered,
.playerTouchDevice #playerWrapper-IDplayer1.playerInFullScreenMode #toolbar-IDplayer1 {
    opacity: 1.00;
}
 */

#playerWrapper-IDplayer1.playerInFullScreenMode #fullscreenHoverRegionstacks_in_643 {
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    z-index: 99998;
}



#toolbar-IDplayer1 .media-button,
#toolbar-IDplayer1 .timingContent {
    line-height: 45px;
}

#toolbar-IDplayer1 .media-button {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
}

#media-controls-IDplayer1 span.time,
#media-controls-IDplayer1 span.player-extra-element,
#media-controls-IDplayer1 span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

















#toolbar-IDplayer1 [class^="fa fa-"] {
	display: block;
	line-height: 45px;
	height: 45px;
	width: 45px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
    text-shadow: rgba(0, 0, 0, 1.00) 1px 1px 1px;
    font-size: 20px;
}

#toolbar-IDplayer1 [class^="fa fa-"]:hover {
	color: rgba(205, 205, 205, 1.00);
}

#toolbar-IDplayer1 .media-button a,
#toolbar-IDplayer1 .media-button {
	font-size: 22px;
	color: rgba(255, 255, 255, 1.00);
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
    cursor: pointer;
}

#media-controls-IDplayer1 span.media-button a:hover,
#media-controls-IDplayer1 span.media-button button:hover {
	color: rgba(205, 205, 205, 1.00);
	text-decoration: none;
}

/* Timing content */
#toolbar-IDplayer1 .timingContent {
    display: block;
    width: 100%;
}

@media screen and (min-width: 568px) {
    #toolbar-IDplayer1 .timingContent {
        flex-grow: 2;
        flex-shrink: 2;
        display: inline-flex
    }
}

#timingContentWrapperstacks_in_643 {
    display: flex;
    flex: 1;
    align-items: center;
}

#toolbar-IDplayer1 .duration,
#toolbar-IDplayer1 .scrubberWrapper,
#toolbar-IDplayer1 .time {
    /* display: table-cell; */
}

#toolbar-IDplayer1 .time,
#toolbar-IDplayer1 .duration {
	font-size: 15px;
	line-height: 45px;
	color: rgba(255, 255, 255, 1.00);
	height: 45px;
	min-width: 50px;
    text-align: center;
	padding: 0 0px;
	margin: 0;
}

#toolbar-IDplayer1 .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
    height: 0px;
    vertical-align: middle;
}

#toolbar-IDplayer1 .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 0px;
	margin: 0;
	border: none;
	padding: 0;
    display: block;
	border-radius: 0px;
	background: rgba(76, 76, 76, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	/*
position: absolute;
    left: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
 */
	z-index: 2;
}

#toolbar-IDplayer1 .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 0px;
	border: none;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}








#toolbar-IDplayer1 .progress {
    background-color: rgba(82, 157, 225, 1.00);
}




/* @group Volume */

#volumestacks_in_643 {
	order: 6;
  position: relative;
}

/* Hide on mobile */
body.playerTouchDevice #volumestacks_in_643 {
  display: none !important;
}

#volumestacks_in_643:hover {
	max-width: 150px;
	width: 150px;
	padding: 0px 25px;
}

#volumeMasterControllerstacks_in_643 {
	display: inline-block;
	height: 45px;
    line-height: 45px;
	width: 45px;
}

#volumestacks_in_643:hover #volumeMasterControllerstacks_in_643 {
	display: none;
}

#volumeMinstacks_in_643 {
	position: absolute;
	left: 0px;
	top: 0;
	width: 45px;
    line-height: 45px;
}

#volumeMaxstacks_in_643 {
	position: absolute;
	right: 0px;
	top: 0;
	width: 45px;
    line-height: 45px;
}

#volume-barstacks_in_643[type=range],
#volumeMinstacks_in_643,
#volumeMaxstacks_in_643 {
	display: none;
}

#volumeMinstacks_in_643,
#volumeMaxstacks_in_643 {
	cursor: pointer;
}

#volumestacks_in_643:hover #volumeMinstacks_in_643,
#volumestacks_in_643:hover #volumeMaxstacks_in_643,
#volumestacks_in_643:hover #volume-barstacks_in_643 {
	display: inline;
}

#volume-barstacks_in_643[type=range] {
	-webkit-appearance: none;
	background: none;
	width: 70%;
	text-align: center;
	line-height: 45px;
	height: 45px;
}

#volume-barstacks_in_643[type=range]::-webkit-slider-runnable-track {
	height: 5px;
	background: rgba(179, 179, 179, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_643[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1.00);
	margin-top: -5px;
}

#volume-barstacks_in_643[type=range]:focus {
	outline: none;
}

#volume-barstacks_in_643[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_643[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	background: rgba(179, 179, 179, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_643[type=range]::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_643[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	background: rgba(179, 179, 179, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_643[type=range]::-ms-fill-lower {
	background: rgba(179, 179, 179, 1.00);
	border-radius: 10px;
}

#volume-barstacks_in_643[type=range]::-ms-fill-upper {
	background: rgba(179, 179, 179, 1.00);
	border-radius: 10px;
}

#volume-barstacks_in_643[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_643[type=range]:focus::-ms-fill-lower {
	background: rgba(179, 179, 179, 1.00);
}

#volume-barstacks_in_643[type=range]:focus::-ms-fill-upper {
	background: rgba(179, 179, 179, 1.00);
}

/* @end */

/* @group Captions */



/* @end */

/* Style changes for the Player in full screen mode */
#fullScreenWrapper-IDplayer1.playerInFullScreenMode,
#fullScreenWrapper-IDplayer1.playerInFullScreenMode #playerWrapper-IDplayer1  {
    height: 100%;
}

#fullScreenWrapper-IDplayer1.playerInFullScreenMode #mediaFrame-IDplayer1 {
    height: 100%;
    width: 100%;
    padding-bottom: 0;
}

#fullScreenWrapper-IDplayer1.playerInFullScreenMode IDplayer1 {
    position: relative;
    left: auto;
    top: auto;
    height: 100%;
    width: auto;
    display: block;
    margin: auto;
    object-fit: cover;
}

#fullScreenWrapper-IDplayer1.playerInFullScreenMode #toolbar-IDplayer1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	display: none;
}

#fullScreenWrapper-IDplayer1.playerInFullScreenMode #toolbar-IDplayer1.toolbarVisible {
	display: flex;
}

#fullScreenWrapper-IDplayer1.playerInFullScreenMode #PlayerCaptionsBarIDplayer1 {
    position: absolute;
    bottom: 45px;
    left: 0;
    z-index: 1001;
    display: none !important;
}

#fullScreenWrapper-IDplayer1.playerInFullScreenMode #PlayerCaptionsBarIDplayer1.toolbarVisible.textTracksActive {
	display: block !important;
}

#fullScreenWrapper-IDplayer1 #fullscreenHoverRegion-IDplayer1 {
	display: none;
}

#fullScreenWrapper-IDplayer1.playerInFullScreenMode #fullscreenHoverRegion-IDplayer1 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25%;
	width: 100%;
	z-index: 999;
}




















@-webkit-keyframes mouser-scroll{0%,20%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}20%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}100%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}}@keyframes mouser-scroll{0%,20%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}20%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}100%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}}@-webkit-keyframes mouser-scroll-up{0%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}80%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}100%,80%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}}@keyframes mouser-scroll-up{0%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}}100%,80%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}80%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}@-webkit-keyframes mouser-arrow-flow{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}@keyframes mouser-arrow-flow{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}
#mouser-stacks_in_644{display:block;margin:0 auto;text-align:center; width:100%; margin:center;padding-bottom:0px}#mouser-stacks_in_644 .mouser{width:26px;position:relative;margin:auto;cursor:pointer}#mouser-stacks_in_644 .mouser.m-dz{width:100%}#mouser-stacks_in_644 .mouser.m-dz .fa,#mouser-stacks_in_644 .mouser.m-dz p{color:rgba(253, 128, 8, 1.00)!important}#mouser-stacks_in_644 .scrolltext{color:rgba(204, 204, 204, 1.00);display:block;font-size:12px;text-align:center;cursor:pointer;-webkit-transition:color 140ms ease;transition:color 140ms ease}#mouser-stacks_in_644 .m-wrap{display:inline-block;text-align:center}#mouser-stacks_in_644 .m-wrap.m-dz.dz-block{display:block} #mouser-stacks_in_644 .mouser.m-arrows{height:50px}#mouser-stacks_in_644 .mouser.m-arrows .mouser_arrows{display:block;border-right:2px solid rgba(253, 128, 8, 1.00);border-bottom:2px solid rgba(253, 128, 8, 1.00);margin:0 0 3px 4px;width:16px;height:16px;-webkit-transition:all 140ms ease;transition:all 140ms ease;-webkit-animation:mouser-arrow-flow 1s infinite;animation:mouser-arrow-flow 1s infinite;-webkit-animation-direction:alternate;animation-direction:alternate}#mouser-stacks_in_644 .mouser.m-arrows .mouser_arrows.ma1{margin-top:1px}#mouser-stacks_in_644 .mouser.m-arrows .mouser_arrows.ma2{margin-top:-6px}#mouser-stacks_in_644 .mouser.m-arrows .mouser_arrows.ma3{margin-top:-6px}#mouser-stacks_in_644 .mouser.m-arrows.m-dn .mouser_arrows{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#mouser-stacks_in_644 .mouser.m-arrows.m-dn .mouser_arrows.ma1{-webkit-animation-delay:.1s;animation-delay:.1s}#mouser-stacks_in_644 .mouser.m-arrows.m-dn .mouser_arrows.ma2{-webkit-animation-delay:.2s;animation-delay:.2s}#mouser-stacks_in_644 .mouser.m-arrows.m-dn .mouser_arrows.ma3{-webkit-animation-delay:.3s;animation-delay:.3s}#mouser-stacks_in_644 .mouser.m-arrows.m-up .mouser_arrows{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}#mouser-stacks_in_644 .mouser.m-arrows.m-up .mouser_arrows.ma1{-webkit-animation-delay:.3s;animation-delay:.3s}#mouser-stacks_in_644 .mouser.m-arrows.m-up .mouser_arrows.ma2{-webkit-animation-delay:.2s;animation-delay:.2s}#mouser-stacks_in_644 .mouser.m-arrows.m-up .mouser_arrows.ma3{-webkit-animation-delay:.1s;animation-delay:.1s}  #mouser-stacks_in_644 .m-wrap:hover .mouser.m-mouse{border:2px solid rgba(243, 243, 243, 1.00)}#mouser-stacks_in_644 .m-wrap:hover .mouser.m-mouse::after{background-color:rgba(153, 153, 153, 1.00)}#mouser-stacks_in_644 .m-wrap:hover .mouser.m-arrows>.mouser_arrows{border-right:2px solid rgba(243, 243, 243, 1.00);border-bottom:2px solid rgba(243, 243, 243, 1.00)}#mouser-stacks_in_644 .m-wrap:hover .mouser.m-dz .fa,#mouser-stacks_in_644 .m-wrap:hover .mouser.m-dz p{color:rgba(243, 243, 243, 1.00)!important}#mouser-stacks_in_644 .m-wrap:hover .scrolltext{color:rgba(102, 102, 102, 1.00)} .mouser .mouser_arrows{display:block;border-right:2px solid rgba(253, 128, 8, 1.00);border-bottom:2px solid rgba(253, 128, 8, 1.00);margin:0 0 3px 4px;width:16px;height:16px;-webkit-animation:mouser-arrow-flow 1s infinite;animation:mouser-arrow-flow 1s infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.mouser .mouser_arrows.ma1{margin-top:1px}.mouser .mouser_arrows.ma2{margin-top:-6px}.mouser .mouser_arrows.ma3{margin-top:-6px}.mouser.m-dn .mouser_arrows{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mouser.m-dn .mouser_arrows.ma1{-webkit-animation-delay:.1s;animation-delay:.1s}.mouser.m-dn .mouser_arrows.ma2{-webkit-animation-delay:.2s;animation-delay:.2s}.mouser.m-dn .mouser_arrows.ma3{-webkit-animation-delay:.3s;animation-delay:.3s}.mouser.m-up .mouser_arrows{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.mouser.m-up .mouser_arrows.ma1{-webkit-animation-delay:.3s;animation-delay:.3s}.mouser.m-up .mouser_arrows.ma2{-webkit-animation-delay:.2s;animation-delay:.2s}.mouser.m-up .mouser_arrows.ma3{-webkit-animation-delay:.1s;animation-delay:.1s}

 .s-container-stacks_in_338{ }#s-wrapper-stacks_in_338{margin:0; }#s-content-stacks_in_338{justify-content:center;  padding:40px 20px 40px 20px;}.s-bg-stacks_in_338{z-index:0}#s-outer-stacks_in_338{border-radius:0px 0px 0px 0px}
 .s-container-stacks_in_397{max-width:500px; }#s-wrapper-stacks_in_397{margin:0; }#s-content-stacks_in_397{justify-content:center; padding:0; }.s-bg-stacks_in_397{z-index:0}#s-outer-stacks_in_397{border-radius:0px 0px 0px 0px}
h2.stacks_in_398{        }
#p-stacks_in_401 p{    }#p-stacks_in_401 p.lead{}#p-stacks_in_401 a{color:var(--link-color);}#p-stacks_in_401 a:hover{color:var(--link-color-hover); }
 .s-container-stacks_in_524{ width:100%;}#s-wrapper-stacks_in_524{margin:0; }#s-content-stacks_in_524{justify-content:center; padding:0; }.s-bg-stacks_in_524{z-index:0}#s-outer-stacks_in_524{border-radius:0px 0px 0px 0px}
 .s-container-stacks_in_526{ }#s-wrapper-stacks_in_526{margin:0; }#s-content-stacks_in_526{justify-content:center;  }.s-bg-stacks_in_526{z-index:0}#s-outer-stacks_in_526{border-radius:0px 0px 0px 0px}
.s-cols-stacks_in_534{justify-content:space-between;align-items:stretch;}.s-cols-stacks_in_534>.s-cols-item{border-radius:0px;margin-bottom:20px;width:100%;  padding:20px 20px 20px 20px;  background-color:var(--button-primary-color); box-shadow:0px 20px 40px rgba(0,0,0,0.05);}.s-cols-stacks_in_534>.s-cols-item:hover{ }@media (min-width:600px){.s-cols-stacks_in_534>.s-cols-item{ width:calc((100% - calc(1 * 20px)) / 2);}}@media (min-width:900px){.s-cols-stacks_in_534>.s-cols-item{ width:calc((100% - calc(3 * 20px)) / 4);}}#stacks_out_534{width:100%}

#stacks_in_534 {
	padding:  10px;
}
.item_stacks_in_535{justify-content:space-between;overflow:hidden;  }
h4.stacks_in_537{        }
#p-stacks_in_540 p{    }#p-stacks_in_540 p.lead{}#p-stacks_in_540 a{color:var(--link-color);}#p-stacks_in_540 a:hover{color:var(--link-color-hover); }
.stacks_in_542 .source-button{ font-size:14px;line-height:38px;border-radius:0px;padding:0 30px;border-width:1px;height:calc(38px + 2px); font-weight:bold;    margin-bottom: 0;}#stacks_in_542 .button-group-btn:not(:last-child) .source-button{margin-bottom:0}#stacks_in_542 .button-group-btn:last-child .source-button{margin-bottom: 0;}.stacks_in_542 .source-button,#stacks_in_542 .s-button-group{display:block}#stacks_in_542 .s-button-group .button-group-btn{padding-right:0!important;padding-bottom:1px}#stacks_in_542 .s-button-group{justify-content:center}#stacks_in_542 .s-button-group .button-group-btn:not(:last-child){padding-right:1px}@media only screen and (max-width:0px){#stacks_in_542 .s-button-group .button-group-btn{padding-right:0!important;padding-left:0}}#stacks_in_542 .s-button-group .button-group-btn{padding-bottom:1px}
.item_stacks_in_543{justify-content:space-between;overflow:hidden;  }
h4.stacks_in_544{        }
#p-stacks_in_547 p{    }#p-stacks_in_547 p.lead{}#p-stacks_in_547 a{color:var(--link-color);}#p-stacks_in_547 a:hover{color:var(--link-color-hover); }
.stacks_in_549 .source-button{ font-size:14px;line-height:38px;border-radius:0px;padding:0 30px;border-width:1px;height:calc(38px + 2px); font-weight:bold;    margin-bottom: 0;}#stacks_in_549 .button-group-btn:not(:last-child) .source-button{margin-bottom:0}#stacks_in_549 .button-group-btn:last-child .source-button{margin-bottom: 0;}.stacks_in_549 .source-button,#stacks_in_549 .s-button-group{display:block}#stacks_in_549 .s-button-group .button-group-btn{padding-right:0!important;padding-bottom:1px}#stacks_in_549 .s-button-group{justify-content:center}#stacks_in_549 .s-button-group .button-group-btn:not(:last-child){padding-right:1px}@media only screen and (max-width:0px){#stacks_in_549 .s-button-group .button-group-btn{padding-right:0!important;padding-left:0}}#stacks_in_549 .s-button-group .button-group-btn{padding-bottom:1px}
.item_stacks_in_557{justify-content:space-between;overflow:hidden;  }
h4.stacks_in_558{        }
#p-stacks_in_561 p{    }#p-stacks_in_561 p.lead{}#p-stacks_in_561 a{color:var(--link-color);}#p-stacks_in_561 a:hover{color:var(--link-color-hover); }
.stacks_in_563 .source-button{ font-size:14px;line-height:38px;border-radius:0px;padding:0 30px;border-width:1px;height:calc(38px + 2px); font-weight:bold;    margin-bottom: 0;}#stacks_in_563 .button-group-btn:not(:last-child) .source-button{margin-bottom:0}#stacks_in_563 .button-group-btn:last-child .source-button{margin-bottom: 0;}.stacks_in_563 .source-button,#stacks_in_563 .s-button-group{display:block}#stacks_in_563 .s-button-group .button-group-btn{padding-right:0!important;padding-bottom:1px}#stacks_in_563 .s-button-group{justify-content:center}#stacks_in_563 .s-button-group .button-group-btn:not(:last-child){padding-right:1px}@media only screen and (max-width:0px){#stacks_in_563 .s-button-group .button-group-btn{padding-right:0!important;padding-left:0}}#stacks_in_563 .s-button-group .button-group-btn{padding-bottom:1px}
.item_stacks_in_550{justify-content:space-between;overflow:hidden;  }
h4.stacks_in_551{        }
#p-stacks_in_554 p{    }#p-stacks_in_554 p.lead{}#p-stacks_in_554 a{color:var(--link-color);}#p-stacks_in_554 a:hover{color:var(--link-color-hover); }
.stacks_in_556 .source-button{ font-size:14px;line-height:38px;border-radius:0px;padding:0 30px;border-width:1px;height:calc(38px + 2px); font-weight:bold;    margin-bottom: 0;}#stacks_in_556 .button-group-btn:not(:last-child) .source-button{margin-bottom:0}#stacks_in_556 .button-group-btn:last-child .source-button{margin-bottom: 0;}.stacks_in_556 .source-button,#stacks_in_556 .s-button-group{display:block}#stacks_in_556 .s-button-group .button-group-btn{padding-right:0!important;padding-bottom:1px}#stacks_in_556 .s-button-group{justify-content:center}#stacks_in_556 .s-button-group .button-group-btn:not(:last-child){padding-right:1px}@media only screen and (max-width:0px){#stacks_in_556 .s-button-group .button-group-btn{padding-right:0!important;padding-left:0}}#stacks_in_556 .s-button-group .button-group-btn{padding-bottom:1px}
 .s-container-stacks_in_403{ }#s-wrapper-stacks_in_403{margin:0; }#s-content-stacks_in_403{justify-content:center;  padding:40px 20px 40px 20px;}.s-bg-stacks_in_403{z-index:0}#s-outer-stacks_in_403{border-radius:0px 0px 0px 0px}
 .s-container-stacks_in_564{ }#s-wrapper-stacks_in_564{margin:0; }#s-content-stacks_in_564{justify-content:center;  }.s-bg-stacks_in_564{z-index:0}#s-outer-stacks_in_564{border-radius:0px 0px 0px 0px}
 .s-container-stacks_in_566{max-width:500px; }#s-wrapper-stacks_in_566{margin:0; }#s-content-stacks_in_566{justify-content:center; padding:0; }.s-bg-stacks_in_566{z-index:0}#s-outer-stacks_in_566{border-radius:0px 0px 0px 0px}
h2.stacks_in_568{        }
#p-stacks_in_571 p{    }#p-stacks_in_571 p.lead{}#p-stacks_in_571 a{color:var(--link-color);}#p-stacks_in_571 a:hover{color:var(--link-color-hover); }
.s-cols-stacks_in_573{justify-content:space-between;align-items:stretch;}.s-cols-stacks_in_573>.s-cols-item{border-radius:0px;margin-bottom:20px;width:100%;  padding:20px 20px 20px 20px;  background-color:var(--button-primary-color); box-shadow:0px 20px 40px rgba(0,0,0,0.05);}.s-cols-stacks_in_573>.s-cols-item:hover{ }@media (min-width:600px){.s-cols-stacks_in_573>.s-cols-item{ width:calc((100% - calc(2 * 20px)) / 3);}}#stacks_out_573{width:100%}

#stacks_in_573 {
	padding:  10px;
}
.item_stacks_in_574{justify-content:space-between;overflow:hidden;        }
.stacks_in_576 img,.stacks_in_576 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_576 img:hover{ }#p-stacks_in_578 p{  margin-bottom: 0;  }#p-stacks_in_578 p.lead{}#p-stacks_in_578 a{color:var(--link-color);}#p-stacks_in_578 a:hover{color:var(--link-color-hover); }

#stacks_in_578 {
	padding:  10px;
}
.stacks_in_580 img,.stacks_in_580 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_580 img:hover{ }.item_stacks_in_581{justify-content:space-between;overflow:hidden;        }
.stacks_in_582 img,.stacks_in_582 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_582 img:hover{ }#p-stacks_in_584 p{  margin-bottom: 0;  }#p-stacks_in_584 p.lead{}#p-stacks_in_584 a{color:var(--link-color);}#p-stacks_in_584 a:hover{color:var(--link-color-hover); }

#stacks_in_584 {
	padding:  10px;
}
.stacks_in_586 img,.stacks_in_586 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_586 img:hover{ }.item_stacks_in_587{justify-content:space-between;overflow:hidden;        }
.stacks_in_588 img,.stacks_in_588 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_588 img:hover{ }#p-stacks_in_590 p{  margin-bottom: 0;  }#p-stacks_in_590 p.lead{}#p-stacks_in_590 a{color:var(--link-color);}#p-stacks_in_590 a:hover{color:var(--link-color-hover); }

#stacks_in_590 {
	padding:  10px;
}
.stacks_in_592 img,.stacks_in_592 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_592 img:hover{ } .s-container-stacks_in_593{ }#s-wrapper-stacks_in_593{margin:0; }#s-content-stacks_in_593{justify-content:center;min-height:200px;  padding:20px 20px 20px 20px;}.s-bg-stacks_in_593{z-index:0}#s-outer-stacks_in_593{border-radius:0px 0px 0px 0px}
h2.stacks_in_595{        }
.stacks_in_598 .source-button{ font-size:20px;line-height:50px;border-radius:0px;padding:0 30px;border-width:1px;height:calc(50px + 2px); font-weight:normal;    }#stacks_in_598 .button-group-btn:not(:last-child) .source-button{margin-bottom:0}#stacks_in_598 .button-group-btn:last-child .source-button{}#stacks_in_598 .s-button-group{justify-content:center}#stacks_in_598 .s-button-group .button-group-btn:not(:last-child){padding-right:1px}@media only screen and (max-width:0px){#stacks_in_598 .s-button-group .button-group-btn{padding-right:0!important;padding-left:0}}#stacks_in_598 .s-button-group .button-group-btn{padding-bottom:1px}
#stacks_in_598 {
	margin:  10px;
}

 .s-container-stacks_in_155{ }#s-wrapper-stacks_in_155{margin:0; }#s-content-stacks_in_155{justify-content:center;  padding:40px 20px 40px 20px;}.s-bg-stacks_in_155{z-index:0}#s-outer-stacks_in_155{border-radius:0px 0px 0px 0px}
.s-cols-stacks_in_159{justify-content:space-between;align-items:stretch;}.s-cols-stacks_in_159>.s-cols-item{border-radius:0px;margin-bottom:20px;width:100%;  padding:0px 0px 0px 0px;   }.s-cols-stacks_in_159>.s-cols-item:hover{ }@media (min-width:600px){.s-cols-stacks_in_159>.s-cols-item{ width:calc((100% - calc(3 * 20px)) / 4);}}@media (min-width:900px){.s-cols-stacks_in_159>.s-cols-item{ width:calc((100% - calc(5 * 20px)) / 6);}}@media (min-width:1200px){.s-cols-stacks_in_159>.s-cols-item{ width:calc((100% - calc(5 * 20px)) / 6);}}#stacks_out_159{width:100%}
.item_stacks_in_161{justify-content:flex-start;overflow:hidden;  }
#p-stacks_in_279 p{    }#p-stacks_in_279 p.lead{}#p-stacks_in_279 a{color:var(--link-color);}#p-stacks_in_279 a:hover{color:var(--link-color-hover); }

#stacks_in_279 {
	margin: 0px 0px 0px 10px;
}
.stacks_in_321 img,.stacks_in_321 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_321 img:hover{ }.item_stacks_in_172{justify-content:flex-start;overflow:hidden;  }
#p-stacks_in_223 p{    }#p-stacks_in_223 p.lead{}#p-stacks_in_223 a{color:var(--link-color);}#p-stacks_in_223 a:hover{color:var(--link-color-hover); }
#p-stacks_in_257 p{  margin-bottom: 0;  }#p-stacks_in_257 p.lead{}#p-stacks_in_257 a{color:var(--link-color);}#p-stacks_in_257 a:hover{color:var(--link-color-hover); }

#stacks_in_257 {
	padding: 0px 0px 10px 0px;
}
#p-stacks_in_522 p{  margin-bottom: 0;  }#p-stacks_in_522 p.lead{}#p-stacks_in_522 a{color:var(--link-color);}#p-stacks_in_522 a:hover{color:var(--link-color-hover); }

#stacks_in_522 {
	padding: 0px 0px 10px 0px;
}
#p-stacks_in_281 p{  margin-bottom: 0;  }#p-stacks_in_281 p.lead{}#p-stacks_in_281 a{color:var(--link-color);}#p-stacks_in_281 a:hover{color:var(--link-color-hover); }

#stacks_in_281 {
	padding: 0px 0px 10px 0px;
}
.item_stacks_in_261{justify-content:flex-start;overflow:hidden;  }
#p-stacks_in_263 p{    }#p-stacks_in_263 p.lead{}#p-stacks_in_263 a{color:var(--link-color);}#p-stacks_in_263 a:hover{color:var(--link-color-hover); }
#p-stacks_in_265 p{  margin-bottom: 0;  }#p-stacks_in_265 p.lead{}#p-stacks_in_265 a{color:var(--link-color);}#p-stacks_in_265 a:hover{color:var(--link-color-hover); }

#stacks_in_265 {
	padding: 0px 0px 10px 0px;
}
#p-stacks_in_273 p{  margin-bottom: 0;  }#p-stacks_in_273 p.lead{}#p-stacks_in_273 a{color:var(--link-color);}#p-stacks_in_273 a:hover{color:var(--link-color-hover); }

#stacks_in_273 {
	padding: 0px 0px 10px 0px;
}
.item_stacks_in_613{justify-content:flex-start;overflow:hidden;  }
#p-stacks_in_614 p{    }#p-stacks_in_614 p.lead{}#p-stacks_in_614 a{color:var(--link-color);}#p-stacks_in_614 a:hover{color:var(--link-color-hover); }
.stacks_in_624 img,.stacks_in_624 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_624 img:hover{ transform:translateY(-5px) scale(1.01);}.stacks_in_652 img,.stacks_in_652 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_652 img:hover{ transform:translateY(-5px) scale(1.01);}
#stacks_in_652 {
	margin: 15px 0px 0px 0px;
	padding:  10px;
}
#p-stacks_in_233 p{  margin-bottom: 0;  }#p-stacks_in_233 p.lead{}#p-stacks_in_233 a{color:var(--link-color);}#p-stacks_in_233 a:hover{color:var(--link-color-hover); }
