.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}}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.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
}/* CSSgram | Copyright (c) 2015 Una Kravets | http://una.im/CSSgram | MIT license | Version 0.1.7 */
.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}

.gallery-img-hide {
    display: none !important;
}/* 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-IDplayer5 {
    width: 100%;
}

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

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

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




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






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



/* @group Splash Play Button */

#playerWrapper-IDplayer5 .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-IDplayer5 .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-IDplayer5 .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#playerWrapper-IDplayer5 .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-IDplayer5 .splash-button:hover .splash-fill {
	background: rgba(225, 225, 225, 0.00);
}

#playerWrapper-IDplayer5 .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-IDplayer5 .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#playerWrapper-IDplayer5 .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-IDplayer5 .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-IDplayer5,
#playerSplashButtonstacks_in_422 {
	display: none !important;
}


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

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

/* @end */

/* Buttons, titles and time */
#toolbar-IDplayer5 {
    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-IDplayer5 {
        height: 45px;
        flex-wrap: nowrap;
    }
}

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

/* Styling for toolbars in fullscreen mode */
/*
#playerWrapper-IDplayer5.playerInFullScreenMode:hover #toolbar-IDplayer5,
#playerWrapper-IDplayer5.playerInFullScreenMode #toolbar-IDplayer5 {
    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-IDplayer5.playerInFullScreenMode #toolbar-IDplayer5.toolbarHovered,
.playerTouchDevice #playerWrapper-IDplayer5.playerInFullScreenMode #toolbar-IDplayer5 {
    opacity: 1.00;
}
 */

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



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

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

#media-controls-IDplayer5 span.time,
#media-controls-IDplayer5 span.player-extra-element,
#media-controls-IDplayer5 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-IDplayer5 [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-IDplayer5 [class^="fa fa-"]:hover {
	color: rgba(205, 205, 205, 1.00);
}

#toolbar-IDplayer5 .media-button a,
#toolbar-IDplayer5 .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-IDplayer5 span.media-button a:hover,
#media-controls-IDplayer5 span.media-button button:hover {
	color: rgba(205, 205, 205, 1.00);
	text-decoration: none;
}

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

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

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

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

#toolbar-IDplayer5 .time,
#toolbar-IDplayer5 .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-IDplayer5 .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
    height: 0px;
    vertical-align: middle;
}

#toolbar-IDplayer5 .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-IDplayer5 .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 0px;
	border: none;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}








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




/* @group Volume */

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

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

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

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

#volumestacks_in_422:hover #volumeMasterControllerstacks_in_422 {
	display: none;
}

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

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

#volume-barstacks_in_422[type=range],
#volumeMinstacks_in_422,
#volumeMaxstacks_in_422 {
	display: none;
}

#volumeMinstacks_in_422,
#volumeMaxstacks_in_422 {
	cursor: pointer;
}

#volumestacks_in_422:hover #volumeMinstacks_in_422,
#volumestacks_in_422:hover #volumeMaxstacks_in_422,
#volumestacks_in_422:hover #volume-barstacks_in_422 {
	display: inline;
}

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

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

#volume-barstacks_in_422[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_422[type=range]:focus {
	outline: none;
}

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

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

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

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

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

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

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

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

#volume-barstacks_in_422[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-IDplayer5.playerInFullScreenMode,
#fullScreenWrapper-IDplayer5.playerInFullScreenMode #playerWrapper-IDplayer5  {
    height: 100%;
}

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

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

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

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

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

#fullScreenWrapper-IDplayer5.playerInFullScreenMode #PlayerCaptionsBarIDplayer5.toolbarVisible.textTracksActive {
	display: block !important;
}

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

#fullScreenWrapper-IDplayer5.playerInFullScreenMode #fullscreenHoverRegion-IDplayer5 {
	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_423{display:block;margin:0 auto;text-align:center; width:100%; margin:center;padding-bottom:0px}#mouser-stacks_in_423 .mouser{width:26px;position:relative;margin:auto;cursor:pointer}#mouser-stacks_in_423 .mouser.m-dz{width:100%}#mouser-stacks_in_423 .mouser.m-dz .fa,#mouser-stacks_in_423 .mouser.m-dz p{color:rgba(253, 128, 8, 1.00)!important}#mouser-stacks_in_423 .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_423 .m-wrap{display:inline-block;text-align:center}#mouser-stacks_in_423 .m-wrap.m-dz.dz-block{display:block} #mouser-stacks_in_423 .mouser.m-arrows{height:50px}#mouser-stacks_in_423 .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_423 .mouser.m-arrows .mouser_arrows.ma1{margin-top:1px}#mouser-stacks_in_423 .mouser.m-arrows .mouser_arrows.ma2{margin-top:-6px}#mouser-stacks_in_423 .mouser.m-arrows .mouser_arrows.ma3{margin-top:-6px}#mouser-stacks_in_423 .mouser.m-arrows.m-dn .mouser_arrows{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#mouser-stacks_in_423 .mouser.m-arrows.m-dn .mouser_arrows.ma1{-webkit-animation-delay:.1s;animation-delay:.1s}#mouser-stacks_in_423 .mouser.m-arrows.m-dn .mouser_arrows.ma2{-webkit-animation-delay:.2s;animation-delay:.2s}#mouser-stacks_in_423 .mouser.m-arrows.m-dn .mouser_arrows.ma3{-webkit-animation-delay:.3s;animation-delay:.3s}#mouser-stacks_in_423 .mouser.m-arrows.m-up .mouser_arrows{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}#mouser-stacks_in_423 .mouser.m-arrows.m-up .mouser_arrows.ma1{-webkit-animation-delay:.3s;animation-delay:.3s}#mouser-stacks_in_423 .mouser.m-arrows.m-up .mouser_arrows.ma2{-webkit-animation-delay:.2s;animation-delay:.2s}#mouser-stacks_in_423 .mouser.m-arrows.m-up .mouser_arrows.ma3{-webkit-animation-delay:.1s;animation-delay:.1s}  #mouser-stacks_in_423 .m-wrap:hover .mouser.m-mouse{border:2px solid rgba(243, 243, 243, 1.00)}#mouser-stacks_in_423 .m-wrap:hover .mouser.m-mouse::after{background-color:rgba(153, 153, 153, 1.00)}#mouser-stacks_in_423 .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_423 .m-wrap:hover .mouser.m-dz .fa,#mouser-stacks_in_423 .m-wrap:hover .mouser.m-dz p{color:rgba(243, 243, 243, 1.00)!important}#mouser-stacks_in_423 .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_17{ }#s-wrapper-stacks_in_17{margin:0; }#s-content-stacks_in_17{justify-content:center;  }.s-bg-stacks_in_17{z-index:0}#s-outer-stacks_in_17{border-radius:0px 0px 0px 0px}
 .s-container-stacks_in_314{max-width:500px; }#s-wrapper-stacks_in_314{margin:0; }#s-content-stacks_in_314{justify-content:center; padding:0; }.s-bg-stacks_in_314{z-index:0}#s-outer-stacks_in_314{border-radius:0px 0px 0px 0px}
h2.stacks_in_315{        }



/*#stacks_in_386 {
    display: none;
}*/
.stacks_in_386_photo_wrapper {
    
}


.stacks_in_386_photo_wrapper img {
    border-radius: 0px;
}


.stacks_in_386_photo_wrapper {
    display: flex;
    vertical-align: top;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
.stacks_in_386_photo_wrapper img {
    max-width: 100%;
    width: 100%;
}
@media(max-width:767px){
	.stacks_in_386_photo_wrapper .thumbnail-wrapper {
	    width: calc(99.99999% / 3);
	}
}
@media(min-width:768px){
	.stacks_in_386_photo_wrapper .thumbnail-wrapper {
	    width: calc(99.99999% / 3);
	}
}
@media(min-width:992px){
	.stacks_in_386_photo_wrapper .thumbnail-wrapper {
	    width: calc(99.99999% / 3);
	}
}
@media(min-width:1200px){
	.stacks_in_386_photo_wrapper .thumbnail-wrapper {
	    width: calc(99.99999% / 3);
	}
}
.stacks_in_386_photo_wrapper img {
	vertical-align: middle;
	width: 100%;
	padding: 10px;
}





 .s-container-stacks_in_334{ }#s-wrapper-stacks_in_334{margin:0; }#s-content-stacks_in_334{justify-content:center;  }.s-bg-stacks_in_334{z-index:0}#s-outer-stacks_in_334{border-radius:0px 0px 0px 0px}
.s-cols-stacks_in_336{justify-content:space-between;align-items:stretch;}.s-cols-stacks_in_336>.s-cols-item{border-radius:0px;margin-bottom:20px;width:100%;     }.s-cols-stacks_in_336>.s-cols-item:hover{ }@media (min-width:600px){.s-cols-stacks_in_336>.s-cols-item{ width:calc((100% - calc(1 * 20px)) / 2);}}#stacks_out_336{width:100%}
.item_stacks_in_338{justify-content:center;overflow:hidden;  }@media (min-width:600px){.item_stacks_in_338{min-height:60vh}}
h2.stacks_in_340{        }

#stacks_in_340 {
	margin:  10px;
}
#p-stacks_in_343 p{    }#p-stacks_in_343 p.lead{}#p-stacks_in_343 a{color:var(--link-color);}#p-stacks_in_343 a:hover{color:var(--link-color-hover); }

#stacks_in_343 {
	margin:  10px;
	padding:  20px;
}
.item_stacks_in_345{justify-content:flex-start;overflow:hidden;  border-radius:5px 5px 5px 5px!important;       }
.stacks_in_346 img,.stacks_in_346 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_346 img:hover{ }h3.stacks_in_348{        }

#stacks_in_348 {
	margin:  10px;
	padding:  10px;
}
#p-stacks_in_350 p{    }#p-stacks_in_350 p.lead{}#p-stacks_in_350 a{color:var(--link-color);}#p-stacks_in_350 a:hover{color:var(--link-color-hover); }

#stacks_in_350 {
	padding:  10px;
}
.stacks_in_352 .source-button{  }#stacks_in_352 .button-group-btn:not(:last-child) .source-button{margin-bottom:0}#stacks_in_352 .button-group-btn:last-child .source-button{}.stacks_in_352 .source-button,#stacks_in_352 .s-button-group{display:block}#stacks_in_352 .s-button-group .button-group-btn{padding-right:0!important;padding-bottom:1px}#stacks_in_352 .s-button-group{justify-content:center}#stacks_in_352 .s-button-group .button-group-btn:not(:last-child){padding-right:1px}@media only screen and (max-width:0px){#stacks_in_352 .s-button-group .button-group-btn{padding-right:0!important;padding-left:0}}#stacks_in_352 .s-button-group .button-group-btn{padding-bottom:1px}
#stacks_in_352 {
	padding:  10px;
}

 .s-container-stacks_in_252{ width:100%;}#s-wrapper-stacks_in_252{margin:0; }#s-content-stacks_in_252{justify-content:center; padding:0; }.s-bg-stacks_in_252{z-index:0}#s-outer-stacks_in_252{border-radius:0px 0px 0px 0px}
 .s-container-stacks_in_326{ }#s-wrapper-stacks_in_326{margin:0; }#s-content-stacks_in_326{justify-content:center;min-height:200px;  padding:20px 20px 20px 20px;}.s-bg-stacks_in_326{z-index:0}#s-outer-stacks_in_326{border-radius:0px 0px 0px 0px}
h2.stacks_in_328{        }
.stacks_in_331 .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_331 .button-group-btn:not(:last-child) .source-button{margin-bottom:0}#stacks_in_331 .button-group-btn:last-child .source-button{}#stacks_in_331 .s-button-group{justify-content:center}#stacks_in_331 .s-button-group .button-group-btn:not(:last-child){padding-right:1px}@media only screen and (max-width:0px){#stacks_in_331 .s-button-group .button-group-btn{padding-right:0!important;padding-left:0}}#stacks_in_331 .s-button-group .button-group-btn{padding-bottom:1px}
#stacks_in_331 {
	margin:  10px;
}

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

#stacks_in_292 {
	margin: 0px 0px 0px 10px;
}
.stacks_in_295 img,.stacks_in_295 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_295 img:hover{ }.item_stacks_in_296{justify-content:flex-start;overflow:hidden;  }
#p-stacks_in_297 p{    }#p-stacks_in_297 p.lead{}#p-stacks_in_297 a{color:var(--link-color);}#p-stacks_in_297 a:hover{color:var(--link-color-hover); }
#p-stacks_in_300 p{  margin-bottom: 0;  }#p-stacks_in_300 p.lead{}#p-stacks_in_300 a{color:var(--link-color);}#p-stacks_in_300 a:hover{color:var(--link-color-hover); }

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

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

#stacks_in_302 {
	padding: 0px 0px 10px 0px;
}
.item_stacks_in_304{justify-content:flex-start;overflow:hidden;  }
#p-stacks_in_305 p{    }#p-stacks_in_305 p.lead{}#p-stacks_in_305 a{color:var(--link-color);}#p-stacks_in_305 a:hover{color:var(--link-color-hover); }
#p-stacks_in_308 p{  margin-bottom: 0;  }#p-stacks_in_308 p.lead{}#p-stacks_in_308 a{color:var(--link-color);}#p-stacks_in_308 a:hover{color:var(--link-color-hover); }

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

#stacks_in_310 {
	padding: 0px 0px 10px 0px;
}
.item_stacks_in_426{justify-content:flex-start;overflow:hidden;  }
#p-stacks_in_427 p{    }#p-stacks_in_427 p.lead{}#p-stacks_in_427 a{color:var(--link-color);}#p-stacks_in_427 a:hover{color:var(--link-color-hover); }
.stacks_in_430 img,.stacks_in_430 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_430 img:hover{ transform:translateY(-5px) scale(1.01);}.stacks_in_431 img,.stacks_in_431 svg{max-width:100%; height:auto;border-radius:0px;}.stacks_in_431 img:hover{ transform:translateY(-5px) scale(1.01);}
#stacks_in_431 {
	margin: 15px 0px 0px 0px;
	padding:  10px;
}
#p-stacks_in_312 p{  margin-bottom: 0;  }#p-stacks_in_312 p.lead{}#p-stacks_in_312 a{color:var(--link-color);}#p-stacks_in_312 a:hover{color:var(--link-color-hover); }
