/*
 * hue.css
 */

/*
*
* Credits:
* Based on the original PNG/Sketch gradients by Vladimir Kudinov
* https://www.behance.net/gallery/30067997/Hue-Free-Promo-Backdrops-and-Gradients
*
* CSS Prototype using CSS3 background-blend modes by More than Themes
* http://www.morethanthemes.com
*
* Version - 1.0.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
*/
/* 1-The Bridge: */
.theBridge {
  background: -webkit-linear-gradient(223deg, #EBEBEB 0%, #C5C6C8 100%), -webkit-linear-gradient(295deg, rgba(255, 255, 255, 0.5) 5%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(227deg, #EBEBEB 0%, #C5C6C8 100%), linear-gradient(155deg, rgba(255, 255, 255, 0.5) 5%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: multiply; }

/* 2-Deep Focus: */
.deepFocus {
  background-image: -webkit-linear-gradient(top, #EBEBEB 0%, #DCDDDF 48%, #C4C5C7 99%);
  background-image: linear-gradient(-180deg, #EBEBEB 0%, #DCDDDF 48%, #C4C5C7 99%); }

/* 3-Blue Hour: */
.blueHour {
  background: -webkit-linear-gradient(left, #7E898F 0%, #636C75 100%), -webkit-radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.55) 100%), -webkit-radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.08) 63%);
  background: linear-gradient(90deg, #7E898F 0%, #636C75 100%), radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.55) 100%), radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.08) 63%);
  background-blend-mode: multiply, screen; }

/* 4-Dark Amber: */
.darkAmber {
  background-image: -webkit-linear-gradient(top, #15140F 0%, #34312C 97%);
  background-image: linear-gradient(-180deg, #15140F 0%, #34312C 97%); }

/* 5-Prelude */
.prelude {
  background-image: -webkit-radial-gradient(51% 96%, #E7E9E4 10%, #D4D6D1 96%);
  background-image: radial-gradient(51% 96%, #E7E9E4 10%, #D4D6D1 96%); }

/* 6-Salt and Pepper: */
.saltAndPepper {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 2%, rgba(0, 0, 0, 0.5) 100%), -webkit-radial-gradient(51% 97%, #E8E8E8 7%, #CCCCCC 97%);
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0.5) 2%, rgba(0, 0, 0, 0.5) 100%), radial-gradient(51% 97%, #E8E8E8 7%, #CCCCCC 97%);
  background-blend-mode: multiply; }

/* 7-Cashemere: */
.cashemere {
  background-image: -webkit-radial-gradient(51% 98%, #D3D4CF 7%, #BDBFBA 98%);
  background-image: radial-gradient(51% 98%, #D3D4CF 7%, #BDBFBA 98%); }

/* 8-Wolverine: */
.wolverine {
  background: -webkit-linear-gradient(left, #BDBFBA 4%, #5A5C5B 98%), -webkit-linear-gradient(16deg, rgba(255, 255, 255, 0.5) 54%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(90deg, #BDBFBA 4%, #5A5C5B 98%), linear-gradient(74deg, rgba(255, 255, 255, 0.5) 54%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: multiply; }

/* 9-Full Moon: */
.fullMoon {
  background-image: -webkit-linear-gradient(#DEDFE3 2%, #AEB3B9 95%), -webkit-radial-gradient(33% 100%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(#DEDFE3 2%, #AEB3B9 95%), radial-gradient(33% 100%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: screen; }

/* 10-Flamingo: */
.flamingo {
  background-image: -webkit-radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), -webkit-radial-gradient(91% 146%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 100%);
  background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: screen; }

/* 11-Early Morning: */
.earlyMorning {
  background: -webkit-linear-gradient(top, #BCC5CE 0%, #929EAD 98%), -webkit-radial-gradient(at top left, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(-180deg, #BCC5CE 0%, #929EAD 98%), radial-gradient(at top left, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-blend-mode: screen; }

/* 12-Near Light: */
.nearLight {
  background-image: -webkit-radial-gradient(at top right, #B7B6BB 0%, #E8EAE9 100%);
  background-image: radial-gradient(at top right, #B7B6BB 0%, #E8EAE9 100%); }

/* 13-Mirror: */
.mirror {
  background: #C9CCD3;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: lighten; }

/* 14-The Dementor: */
.dementor {
  background: -webkit-linear-gradient(top, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.25) 200%);
  background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.25) 200%);
  background-blend-mode: multiply; }

/* 15-Under the Earth: */
.underTheEarth {
  background-image: -webkit-radial-gradient(50% 150%, #787B7D 5%, #4B5052 100%);
  background-image: radial-gradient(50% 150%, #787B7D 5%, #4B5052 100%); }

/* 3-Back to Alaska: */
.backToAlaska {
  background: -webkit-radial-gradient(55% 330%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 550%), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.6) 50%), -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 120%);
  background: radial-gradient(55% 330%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 550%), linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.6) 50%), linear-gradient(to top right, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 120%);
  background-color: #DFE3E4;
  background-blend-mode: color-burn, screen, color-burn;
  -webkit-background-blend-mode: color-burn, screen, color-burn; }

/* 17-Flash: */
.flash {
  background-image: -webkit-linear-gradient(top, #E9E9E7 2%, #EFEEEC 27%, #EEEEEC 58%, #D5D4D0 94%);
  background-image: linear-gradient(180deg, #E9E9E7 2%, #EFEEEC 27%, #EEEEEC 58%, #D5D4D0 94%); }

/* 18-Unicorn: */
.unicorn {
  background: -webkit-linear-gradient(top, #E1E6EC 0%, #F0F4F7 100%), -webkit-linear-gradient(top, #E1E6EC 0%, #F0F4F7 100%);
  background: linear-gradient(to bottom, #E1E6EC 0%, #F0F4F7 100%), linear-gradient(to bottom, #E1E6EC 0%, #F0F4F7 100%);
  background-blend-mode: normal,color-burn; }

/* 19-Tribute: */
.tribute {
  background-image: -webkit-linear-gradient(right, #596164 1%, #868F96 99%);
  background-image: linear-gradient(-90deg, #596164 1%, #868F96 99%); }

/* 20-Twin Peaks: */
.twinPeaks {
  background-image: -webkit-linear-gradient(left, #F4F4F4 4%, #DFDEDC 99%);
  background-image: linear-gradient(to right, #F4F4F4 4%, #DFDEDC 99%); }

/* 21-Young Forest: */
.youngForest {
  background: -webkit-linear-gradient(top right, #E2E8E6 0%, #CDD3CD 100%), -webkit-linear-gradient(right, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%);
  background: linear-gradient(to bottom left, #E2E8E6 0%, #CDD3CD 100%), linear-gradient(to left, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%);
  background-blend-mode: screen; }

/* 22-Air: */
.air {
  background: -webkit-linear-gradient(top, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02) 50%, rgba(255, 255, 255, 0.02) 61%, rgba(0, 0, 0, 0.02) 73%), -webkit-linear-gradient(57deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 50%, rgba(255, 255, 255, 0.02) 61%, rgba(0, 0, 0, 0.02) 73%), linear-gradient(33deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-blend-mode: normal,color-burn; }

/* 23-Tranquility: */
.tranquility {
  background-image: -webkit-linear-gradient(top, #A3A29E 0%, #B1B0AC 27%, #BCBBB7 49%, #E5E4E0 76%, #F3F2F0 100%);
  background-image: linear-gradient(to bottom, #A3A29E 0%, #B1B0AC 27%, #BCBBB7 49%, #E5E4E0 76%, #F3F2F0 100%); }

/* 24-Silver Lake: */
.silverLake {
  background: #CCCCCC;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); }

/* 25-Amnesia: */
.amnesia {
  background-color: #DCD9D4;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), -webkit-radial-gradient(at 50% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.5) 50%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), radial-gradient(at 50% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.5) 50%);
  background-blend-mode: soft-light,screen; }

/* 26-Silver Stone: */
.silverStone {
  background: #989898;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), -webkit-radial-gradient(at top center, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%);
  background-blend-mode: multiply,multiply; }

/* 27-Grey Connection: */
.greyConnection {
  background: #C4C4C4;
  background-image: -webkit-radial-gradient(50% 100%, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%), -webkit-linear-gradient(right, rgba(255, 255, 255, 0.35) 0%, #929292 99%);
  background-image: radial-gradient(50% 100%, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%), linear-gradient(to left, rgba(255, 255, 255, 0.35) 0%, #929292 99%);
  background-blend-mode: normal,multiply; }

/* 28-The Capsule: */
.theCapsule {
  background-color: #E4E4E1;
  background-image: -webkit-radial-gradient(at top center, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(143, 152, 157, 0.6) 100%);
  background-image: radial-gradient(at top center, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%), linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(143, 152, 157, 0.6) 100%);
  background-blend-mode: normal, multiply; }

/* 29-Hidden Gems: */
.hiddenGems {
  background: #BDB5B2;
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.2) 0%, #A1A1A1 100%), -webkit-linear-gradient(top right, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 95%);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 0%, #A1A1A1 100%), linear-gradient(to bottom left, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 95%);
  background-blend-mode: multiply; }

/* 30-Night Smoothie: */
.nightSmoothie {
  background: #A2A2A4;
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.5) 200%);
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.5) 200%);
  background-blend-mode: multiply; }

/* 31-Golden Leaf: */
.goldenLeaf {
  background: #92847B;
  background-image: -webkit-radial-gradient(at bottom center, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 200%), -webkit-radial-gradient(at bottom center, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: radial-gradient(at bottom center, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 200%), radial-gradient(at bottom center, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-blend-mode: normal,screen; }

/* 32-Floating Dream: */
.floatingDream {
  background: #C2C2C2;
  background-image: -webkit-radial-gradient(at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.5) 260%), -webkit-radial-gradient(at 61% 50%, rgba(255, 255, 255, 0.3) 55%, rgba(0, 0, 0, 0.5) 150%), -webkit-linear-gradient(top right, rgba(255, 255, 255, 0.25) 3%, rgba(0, 0, 0, 0.25) 100%), -webkit-linear-gradient(290deg, rgba(255, 255, 255, 0.5) 13%, rgba(0, 0, 0, 0.8) 100%);
  background-image: radial-gradient(at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.5) 260%), radial-gradient(at 61% 50%, rgba(255, 255, 255, 0.3) 55%, rgba(0, 0, 0, 0.5) 150%), linear-gradient(to bottom left, rgba(255, 255, 255, 0.25) 3%, rgba(0, 0, 0, 0.25) 100%), linear-gradient(-200deg, rgba(255, 255, 255, 0.5) 13%, rgba(0, 0, 0, 0.8) 100%);
  background-blend-mode: normal,screen,normal,multiply; }

/* 33-Escape: */
.escape {
  background: #3E3E3E;
  background-image: -webkit-radial-gradient(at 50% -16%, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.5) 190%);
  background-image: radial-gradient(at 50% -16%, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.5) 190%);
  background-blend-mode: normal,multiply; }

/* 34-Icarus: */
.icarus {
  background: #A2A2A2;
  background-image: -webkit-radial-gradient(at 50% 90%, #B8B4B3 0%, #3B3A38 100%);
  background-image: radial-gradient(at 50% 90%, #B8B4B3 0%, #3B3A38 100%);
  background-blend-mode: normal,multiply; }

/* 35-Flashlight: */
.flashlight {
  background-image: -webkit-linear-gradient(left, #B1B1AF 4%, #484846 98%);
  background-image: linear-gradient(to right, #B1B1AF 4%, #484846 98%); }

/* 36-Milky Way: */
.milkyWay {
  background-image: -webkit-linear-gradient(bottom, #F4F4F4 0%, #DFDEDC 100%);
  background-image: linear-gradient(to top, #F4F4F4 0%, #DFDEDC 100%); }

/* 37-Circular: */
.circular {
  background: #EBEBE9;
  background-image: -webkit-linear-gradient(160deg, rgba(255, 255, 255, 0.35) 3%, rgba(0, 0, 0, 0.35) 100%), -webkit-radial-gradient(101% 97%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 98%);
  background-image: linear-gradient(-70deg, rgba(255, 255, 255, 0.35) 3%, rgba(0, 0, 0, 0.35) 100%), radial-gradient(101% 97%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 98%);
  background-blend-mode: normal,normal,lighten; }

/* 38-Autumn: */
.autumn {
  background-image: -webkit-radial-gradient(27% 185%, #F9F6F1 0%, #D7D0C5 100%);
  background-image: radial-gradient(27% 185%, #F9F6F1 0%, #D7D0C5 100%); }

/* 39-North Kingdom: */
.northKingdom {
  background-image: -webkit-linear-gradient(right, #BDBBBE 0%, #9D9EA3 100%), -webkit-radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), -webkit-radial-gradient(50% 100%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to left, #BDBBBE 0%, #9D9EA3 100%), radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(50% 100%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-blend-mode: normal, lighten, soft-light; }

/* 40-Jupiter: */
.jupiter {
  background-image: -webkit-linear-gradient(top, #504D48 5%, #33342F 96%);
  background-image: linear-gradient(-180deg, #504D48 5%, #33342F 96%); }

/* 41-White Noise: */
.whiteNoise {
  background-color: #E1E6EC;
  background-image: -webkit-linear-gradient(top, #E1E6EC 2%, #F0F4F7 96%), -webkit-radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.5) 200%);
  background-image: linear-gradient(-180deg, #E1E6EC 2%, #F0F4F7 96%), radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.5) 200%);
  background-blend-mode: normal, color-burn; }

/* 42-Silver Surfer: */
.silverSurfer {
  background-image: -webkit-linear-gradient(top, #BCBCBC 0%, #D9D9D9 26%, #EFEFEF 49%, #E0E0E0 74%, #D3D3D3 100%), -webkit-linear-gradient(top, #BCBCBC 0%, #D9D9D9 26%, #EFEFEF 49%, #E0E0E0 74%, #D3D3D3 100%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 150%), -webkit-radial-gradient(at 50% 59%, rgba(255, 255, 255, 0.3) 66%, rgba(0, 0, 0, 0.3) 200%);
  background-image: linear-gradient(to bottom, #BCBCBC 0%, #D9D9D9 26%, #EFEFEF 49%, #E0E0E0 74%, #D3D3D3 100%), linear-gradient(to bottom, #BCBCBC 0%, #D9D9D9 26%, #EFEFEF 49%, #E0E0E0 74%, #D3D3D3 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 150%), radial-gradient(at 50% 59%, rgba(255, 255, 255, 0.3) 66%, rgba(0, 0, 0, 0.3) 200%);
  background-blend-mode: multiply,multiply,screen; }

/* 43-Black Sands: */
.blackSands {
  background-color: #9D9B97;
  background-image: -webkit-radial-gradient(at 50% 85%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 150%), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: radial-gradient(at 50% 85%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 150%), linear-gradient(to top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-blend-mode: normal, multiply; }

/* 44-Grey Hound: */
.greyHound {
  background: #989898;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), -webkit-radial-gradient(at 50% -100%, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 270%), -webkit-radial-gradient(at 50% 2%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at 50% -100%, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 270%), radial-gradient(at 50% 2%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-blend-mode: normal,multiply,multiply; }

/* 45-Return to Air: */
.returnToAir {
  background-image: -webkit-linear-gradient(top, #C8C9D1 0%, #AAAFB7 99%);
  background-image: linear-gradient(180deg, #C8C9D1 0%, #AAAFB7 99%); }

/* 46-Graphite: */
.graphite {
  background: #282828;
  background-image: -webkit-linear-gradient(right, #7B7F82 2%, #303136 100%), -webkit-radial-gradient(50% 116%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%), -webkit-linear-gradient(149deg, rgba(255, 255, 255, 0.5) 7%, rgba(87, 87, 87, 0.5) 68%, rgba(85, 85, 85, 0.5) 76%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(-90deg, #7B7F82 2%, #303136 100%), radial-gradient(50% 116%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(-59deg, rgba(255, 255, 255, 0.5) 7%, rgba(87, 87, 87, 0.5) 68%, rgba(85, 85, 85, 0.5) 76%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: normal,multiply,multiply; }

/* 47-Cosmos: */
.cosmos {
  background-color: #797572;
  background-image: -webkit-linear-gradient(263deg, rgba(255, 255, 255, 0.2) 0%, #000000 100%), -webkit-linear-gradient(18deg, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.25) 100%), -webkit-radial-gradient(47% 102%, rgba(255, 255, 255, 0.5) 0%, rgba(21, 24, 32, 0.6) 120%);
  background-image: linear-gradient(-173deg, rgba(255, 255, 255, 0.2) 0%, #000000 100%), linear-gradient(72deg, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(47% 102%, rgba(255, 255, 255, 0.5) 0%, rgba(21, 24, 32, 0.6) 120%);
  background-blend-mode: multiply; }

/* 48-Ice: */
.ice {
  background-color: #CDDCDC;
  background-image: -webkit-radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-image: radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-blend-mode: screen, overlay; }

/* 49-Comet: */
.comet {
  background-color: #646770;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), -webkit-radial-gradient(at 50% 87%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), radial-gradient(at 50% 87%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-blend-mode: multiply,normal; }


/*
 * jarallax css
 */

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit; }

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 16px;
  line-height: 22px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
      tap-highlight-color: rgba(255, 255, 255, 0.5); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }
  html.mm-blocking body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

  .mm-menu {
  	/* ADAM :: WIDTH - Was originally 80% */
    width: 100%;
    min-width: 140px;
    max-width: 440px; }

  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); }

  @media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
      -webkit-transform: translate(140px, 0);
      -moz-transform: translate(140px, 0);
      -ms-transform: translate(140px, 0);
      -o-transform: translate(140px, 0);
      transform: translate(140px, 0); } }
  @media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
      -webkit-transform: translate(440px, 0);
      -moz-transform: translate(440px, 0);
      -ms-transform: translate(440px, 0);
      -o-transform: translate(440px, 0);
      transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    width: 90px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }
  .mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit; }
  .mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  font-family: "FontAwesome";
  content: "\f00d";
}

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar > .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar > .mm-breadcrumbs > a {
    text-decoration: underline; }
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    margin-right: 20px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px; }

/*
	jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(16) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(17) {
    -webkit-transition-delay: 850ms;
    -moz-transition-delay: 850ms;
    -ms-transition-delay: 850ms;
    -o-transition-delay: 850ms;
    transition-delay: 850ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(18) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(19) {
    -webkit-transition-delay: 950ms;
    -moz-transition-delay: 950ms;
    -ms-transition-delay: 950ms;
    -o-transition-delay: 950ms;
    transition-delay: 950ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(20) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(21) {
    -webkit-transition-delay: 1050ms;
    -moz-transition-delay: 1050ms;
    -ms-transition-delay: 1050ms;
    -o-transition-delay: 1050ms;
    transition-delay: 1050ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(22) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(23) {
    -webkit-transition-delay: 1150ms;
    -moz-transition-delay: 1150ms;
    -ms-transition-delay: 1150ms;
    -o-transition-delay: 1150ms;
    transition-delay: 1150ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(24) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(25) {
    -webkit-transition-delay: 1250ms;
    -moz-transition-delay: 1250ms;
    -ms-transition-delay: 1250ms;
    -o-transition-delay: 1250ms;
    transition-delay: 1250ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  opacity: 0;
  top: -25%;
  -webkit-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -ms-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker, html.mm-pagedim-white #mm-blocker, html.mm-pagedim-black #mm-blocker {
  opacity: 0; }
html.mm-pagedim.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.5;
  transition: opacity 0.4s ease 0.4s; }
html.mm-pagedim #mm-blocker {
  background: inherit; }
html.mm-pagedim-white #mm-blocker {
  background: #fff; }
html.mm-pagedim-black #mm-blocker {
  background: #000; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar > *,
  .mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
      tap-highlight-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar > *,
  .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
      tap-highlight-color: rgba(0, 0, 0, 0.05); }
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar > *,
  .mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
      tap-highlight-color: rgba(255, 255, 255, 0.3); }
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
  .mm-menu.mm-tileview .mm-listview > li:after,
  .mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%; }
  .mm-menu.mm-tileview .mm-listview > li > a,
  .mm-menu.mm-tileview .mm-listview > li > span,
  .mm-menu .mm-tileview.mm-listview > li > a,
  .mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0; }
  .mm-menu.mm-tileview .mm-listview > li > .mm-next,
  .mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto; }
    .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
      content: none;
      display: none; }
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
  .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }
.mm-menu.mm-tileview .mm-listview {
  margin: 0; }
.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}.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);mix-blend-mode:soft-light;opacity:.5}.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;mix-blend-mode:soft-light;opacity:.5}.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;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 ._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}
.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}.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);mix-blend-mode:soft-light;opacity:.5}.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;mix-blend-mode:soft-light;opacity:.5}.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;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 ._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}
/**/
/* Foundry Specific Hue Background */
/**/

/* Rosebud */
.foundry-hue-rosebud {
  background: #ff847c;
  background: -moz-linear-gradient(-45deg, #ff847c 0%, #e84a5f 100%);
  background: -webkit-linear-gradient(-45deg, #ff847c 0%,#e84a5f 100%);
  background: linear-gradient(135deg, #ff847c 0%,#e84a5f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff847c', endColorstr='#e84a5f',GradientType=1 );
}


/* Ocean */
.foundry-hue-ocean {
  background: #90daff;
  background: -moz-linear-gradient(-45deg, #90daff 0%, #2a408c 100%);
  background: -webkit-linear-gradient(-45deg, #90daff 0%,#2a408c 100%);
  background: linear-gradient(135deg, #90daff 0%,#2a408c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90daff', endColorstr='#2a408c',GradientType=1 );
}


/* Grapefruit */
.foundry-hue-grapefruit {
  background: #ffddc9;
  background: -moz-linear-gradient(-45deg, #ffddc9 0%, #fdbdd5 100%);
  background: -webkit-linear-gradient(-45deg, #ffddc9 0%,#fdbdd5 100%);
  background: linear-gradient(135deg, #ffddc9 0%,#fdbdd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffddc9', endColorstr='#fdbdd5',GradientType=1 );
}


/* Seafoam */
.foundry-hue-seafoam {
  background: #492bf0;
  background: -moz-linear-gradient(45deg, #492bf0 0%, #7c9ce8 50%, #a7eae3 100%);
  background: -webkit-linear-gradient(45deg, #492bf0 0%,#7c9ce8 50%,#a7eae3 100%);
  background: linear-gradient(45deg, #492bf0 0%,#7c9ce8 50%,#a7eae3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#492bf0', endColorstr='#a7eae3',GradientType=1 );
}


/* Rays */
.foundry-hue-rays {
  background: #ffd84f;
  background: -moz-linear-gradient(-45deg, #ffd84f 0%, #ff549d 100%);
  background: -webkit-linear-gradient(-45deg, #ffd84f 0%,#ff549d 100%);
  background: linear-gradient(135deg, #ffd84f 0%,#ff549d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd84f', endColorstr='#ff549d',GradientType=1 );
}


/* Mint */
.foundry-hue-mint {
  background: #9ad88f;
  background: -moz-linear-gradient(-45deg, #9ad88f 0%, #93c78a 100%);
  background: -webkit-linear-gradient(-45deg, #9ad88f 0%,#93c78a 100%);
  background: linear-gradient(135deg, #9ad88f 0%,#93c78a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ad88f', endColorstr='#93c78a',GradientType=1 );
}


/* Royal */
.foundry-hue-royal {
  background: #aa92d8;
  background: -moz-linear-gradient(top, #aa92d8 0%, #9071ce 100%);
  background: -webkit-linear-gradient(top, #aa92d8 0%,#9071ce 100%);
  background: linear-gradient(to bottom, #aa92d8 0%,#9071ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa92d8', endColorstr='#9071ce',GradientType=0 );
}


/* Fantasy */
.foundry-hue-fantasy {
  background: #eff0c9;
  background: -moz-linear-gradient(-45deg, #eff0c9 0%, #9aecea 25%, #83aff3 50%, #9595f0 75%, #5068d7 100%);
  background: -webkit-linear-gradient(-45deg, #eff0c9 0%,#9aecea 25%,#83aff3 50%,#9595f0 75%,#5068d7 100%);
  background: linear-gradient(135deg, #eff0c9 0%,#9aecea 25%,#83aff3 50%,#9595f0 75%,#5068d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0c9', endColorstr='#5068d7',GradientType=1 );
}


/* Pastel Sun */
.foundry-hue-pastel-sun {
  background: #ffb347; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #ffb347 , #ffcc33); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ffb347 , #ffcc33); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


/* Pre-Dawn */
.foundry-hue-pre-dawn {
  background: #00223e;
  background: -moz-linear-gradient(-45deg, #00223e 0%, #ffa17f 100%);
  background: -webkit-linear-gradient(-45deg, #00223e 0%,#ffa17f 100%);
  background: linear-gradient(135deg, #00223e 0%,#ffa17f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00223e', endColorstr='#ffa17f',GradientType=1 );
}


/* Bliss */
.foundry-hue-bliss {
  background: #360033;
  background: -moz-linear-gradient(top, #360033 0%, #ffa17f 100%);
  background: -webkit-linear-gradient(top, #360033 0%,#ffa17f 100%);
  background: linear-gradient(to bottom, #360033 0%,#ffa17f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#360033', endColorstr='#ffa17f',GradientType=0 );
}


/* Atmosphere */
.foundry-hue-atmosphere {
  background: #b6fbff;
  background: -moz-linear-gradient(45deg, #b6fbff 0%, #83a4d4 100%);
  background: -webkit-linear-gradient(45deg, #b6fbff 0%,#83a4d4 100%);
  background: linear-gradient(45deg, #b6fbff 0%,#83a4d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6fbff', endColorstr='#83a4d4',GradientType=1 );
}


/* Sunrise */
.foundry-hue-sunrise {
  background: #9b2193; 
  background: -moz-linear-gradient(45deg,  #9b2193 0%, #ca545b 50%, #fdbf05 100%); 
  background: -webkit-linear-gradient(45deg,  #9b2193 0%,#ca545b 50%,#fdbf05 100%);  */
  background: linear-gradient(45deg,  #9b2193 0%,#ca545b 50%,#fdbf05 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b2193', endColorstr='#fdbf05',GradientType=1 ); 
}

/* Misty Forrest */
.foundry-hue-misty-forrest {
  background: #afcd79;
  background: -moz-linear-gradient(45deg,  #afcd79 0%, #35b350 44%, #10b4ac 100%);
  background: -webkit-linear-gradient(45deg,  #afcd79 0%,#35b350 44%,#10b4ac 100%);
  background: linear-gradient(45deg,  #afcd79 0%,#35b350 44%,#10b4ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afcd79', endColorstr='#10b4ac',GradientType=1 );
}

/* Deep Blue */
.foundry-hue-deep-blue {
  background: #0e3b64;
  background: -moz-linear-gradient(45deg,  #0e3b64 0%, #10b4ac 100%);
  background: -webkit-linear-gradient(45deg,  #0e3b64 0%,#10b4ac 100%);
  background: linear-gradient(45deg,  #0e3b64 0%,#10b4ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e3b64', endColorstr='#10b4ac',GradientType=1 );
}
#stacks_in_1 {
	margin: 0px 0px 60px 0px;
}
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  color: #224564;
  background-color: #fff; }

.paragraph {
  color: #224564; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #494545; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.h1 {
  font-size: 2.5rem; }

.h2 {
  font-size: 2rem; }

.h3 {
  font-size: 1.75rem; }

.h4 {
  font-size: 1.5rem; }

.h5 {
  font-size: 1.25rem; }

.h6 {
  font-size: 1rem; }

.lead {
  font-size: 20px;
  font-weight: 300; }

.display-1 {
  font-size: 96px;
  font-weight: 300; }

.display-2 {
  font-size: 88px;
  font-weight: 300; }

.display-3 {
  font-size: 72px;
  font-weight: 300; }

.display-4 {
  font-size: 56px;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem; }
  .dl-horizontal::after {
    content: "";
    display: table;
    clear: both; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 4px; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 4px; }

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 767px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 767px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1 {
    float: left; }
  .col-xl-1 {
    width: 8.3333333333%; }
  .col-xl-2 {
    width: 16.6666666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.3333333333%; }
  .col-xl-5 {
    width: 41.6666666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.3333333333%; }
  .col-xl-8 {
    width: 66.6666666667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.3333333333%; }
  .col-xl-11 {
    width: 91.6666666667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.3333333333%; }
  .col-xl-pull-2 {
    right: 16.6666666667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.3333333333%; }
  .col-xl-pull-5 {
    right: 41.6666666667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.3333333333%; }
  .col-xl-pull-8 {
    right: 66.6666666667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.3333333333%; }
  .col-xl-pull-11 {
    right: 91.6666666667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.3333333333%; }
  .col-xl-push-2 {
    left: 16.6666666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.3333333333%; }
  .col-xl-push-5 {
    left: 41.6666666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.3333333333%; }
  .col-xl-push-8 {
    left: 66.6666666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.3333333333%; }
  .col-xl-push-11 {
    left: 91.6666666667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover {
  background-color: #f5f5f5; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5; }

.table-hover .table-active:hover {
  background-color: #e8e8e8; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #e8e8e8; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8625rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem; }

.form-control-file,
.form-control-range {
  display: block; }

.form-control-label {
  padding: 0.375rem 1em;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.form-control[type="date"],
  input.form-control[type="time"],
  input.form-control[type="datetime-local"],
  input.form-control[type="month"] {
    line-height: 2.25rem; }
  input.input-sm[type="date"], .input-group-sm input.form-control[type="date"],
  input.input-sm[type="time"], .input-group-sm input.form-control[type="time"],
  input.input-sm[type="datetime-local"], .input-group-sm input.form-control[type="datetime-local"],
  input.input-sm[type="month"], .input-group-sm input.form-control[type="month"] {
    line-height: 1.8625rem; }
  input.input-lg[type="date"], .input-group-lg input.form-control[type="date"],
  input.input-lg[type="time"], .input-group-lg input.form-control[type="time"],
  input.input-lg[type="datetime-local"], .input-group-lg input.form-control[type="datetime-local"],
  input.input-lg[type="month"], .input-group-lg input.form-control[type="month"] {
    line-height: 3.1666666667rem; } }

.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 4px; }

.form-group {
  margin-bottom: 1rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-top: 4px \9;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

input[type="radio"]:disabled, input.disabled[type="radio"],
input[type="checkbox"]:disabled,
input.disabled[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem; }

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #282626; }

.has-success .form-control {
  border-color: #282626; }

.has-success .input-group-addon {
  color: #282626 !important;
  border-color: #282626;
  background-color: #908a8a; }

.has-success .form-control-feedback {
  color: #282626; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #494545; }

.has-warning .form-control {
  border-color: #494545; }

.has-warning .input-group-addon {
  color: #494545 !important;
  border-color: #494545;
  background-color: #afabab; }

.has-warning .form-control-feedback {
  color: #494545; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label {
  color: #c20004; }

.has-danger .form-control {
  border-color: #c20004; }

.has-danger .input-group-addon {
  color: #c20004 !important;
  border-color: #c20004;
  background-color: #ff8f91; }

.has-danger .form-control-feedback {
  color: #c20004; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  margin-bottom: 0.5px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #014682;
      border-color: #01315a; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary.focus:disabled {
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary.focus:active, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary.focus:disabled {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #868282;
  border-color: #868282; }
  .btn-info:hover {
    color: #fff;
    background-color: #6c6969;
    border-color: #676464; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #6c6969;
    border-color: #676464; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #6c6969;
    border-color: #676464;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #5a5757;
      border-color: #454343; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info.focus:disabled {
    background-color: #868282;
    border-color: #868282; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #868282;
    border-color: #868282; }

.btn-success {
  color: #fff;
  background-color: #282626;
  border-color: #282626; }
  .btn-success:hover {
    color: #fff;
    background-color: #0e0d0d;
    border-color: #090808; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #0e0d0d;
    border-color: #090808; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0e0d0d;
    border-color: #090808;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: black;
      border-color: black; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success.focus:disabled {
    background-color: #282626;
    border-color: #282626; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #282626;
    border-color: #282626; }

.btn-warning {
  color: #fff;
  background-color: #494545;
  border-color: #494545; }
  .btn-warning:hover {
    color: #fff;
    background-color: #2f2c2c;
    border-color: #2a2727; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #2f2c2c;
    border-color: #2a2727; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #2f2c2c;
    border-color: #2a2727;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #1c1b1b;
      border-color: #070707; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning.focus:disabled {
    background-color: #494545;
    border-color: #494545; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #494545;
    border-color: #494545; }

.btn-danger {
  color: #fff;
  background-color: #c20004;
  border-color: #c20004; }
  .btn-danger:hover {
    color: #fff;
    background-color: #8f0003;
    border-color: #850003; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #8f0003;
    border-color: #850003; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #8f0003;
    border-color: #850003;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #6b0002;
      border-color: #430001; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger.focus:disabled {
    background-color: #c20004;
    border-color: #c20004; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #c20004;
    border-color: #c20004; }

.btn-primary-outline {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline.focus:disabled {
    border-color: #43a7fd; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #43a7fd; }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline.focus:disabled {
    border-color: white; }
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: white; }

.btn-info-outline {
  color: #868282;
  background-image: none;
  background-color: transparent;
  border-color: #868282; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #868282;
    border-color: #868282; }
  .btn-info-outline:hover {
    color: #fff;
    background-color: #868282;
    border-color: #868282; }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline.focus:disabled {
    border-color: #b8b6b6; }
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #b8b6b6; }

.btn-success-outline {
  color: #282626;
  background-image: none;
  background-color: transparent;
  border-color: #282626; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #282626;
    border-color: #282626; }
  .btn-success-outline:hover {
    color: #fff;
    background-color: #282626;
    border-color: #282626; }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline.focus:disabled {
    border-color: #5c5858; }
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #5c5858; }

.btn-warning-outline {
  color: #494545;
  background-image: none;
  background-color: transparent;
  border-color: #494545; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #494545;
    border-color: #494545; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #494545;
    border-color: #494545; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline.focus:disabled {
    border-color: #7d7777; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #7d7777; }

.btn-danger-outline {
  color: #c20004;
  background-image: none;
  background-color: transparent;
  border-color: #c20004; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #c20004;
    border-color: #c20004; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #c20004;
    border-color: #c20004; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline.focus:disabled {
    border-color: #ff292d; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #ff292d; }

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 4px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #224564;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group,
.btn-group-vertical {
  border-radius: 4px; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 4px; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    border-radius: 4px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover,
    .input-group-btn:last-child > .btn-group:focus,
    .input-group-btn:last-child > .btn-group:active,
    .input-group-btn:last-child > .btn-group:hover {
      z-index: 3; }

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer; }
  .c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .c-input > input:checked ~ .c-indicator {
      color: #fff;
      background-color: #0074d9; }
    .c-input > input:focus ~ .c-indicator {
      box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }
    .c-input > input:active ~ .c-indicator {
      color: #fff;
      background-color: #84c6ff; }
  .c-input + .c-input {
    margin-left: 1rem; }

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.c-checkbox .c-indicator {
  border-radius: .25rem; }

.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K); }

.c-radio .c-indicator {
  border-radius: 50%; }

.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.c-inputs-stacked .c-input {
  display: inline; }
  .c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: ""; }
  .c-inputs-stacked .c-input + .c-input {
    margin-left: 0; }

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .c-select:focus {
    border-color: #51a7e8;
    outline: none; }
  .c-select::-ms-expand {
    opacity: 0; }

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  .c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer; }

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem; }

.file-custom::after {
  content: "Choose file..."; }

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: underline; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 4px; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      border-radius: 4px; } }
.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }
.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      border-radius: 0; } }
.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

@media (min-width: 767px) {
  .navbar-toggleable-sm {
    display: block !important; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.card-block {
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: underline; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 4px 4px 0 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 4px 4px; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }
  .card-header:first-child {
    border-radius: 4px 4px 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }
  .card-footer:last-child {
    border-radius: 0 0 4px 4px; }

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8; }

.card-success {
  background-color: #282626;
  border-color: #282626; }

.card-info {
  background-color: #868282;
  border-color: #868282; }

.card-warning {
  background-color: #494545;
  border-color: #494545; }

.card-danger {
  background-color: #c20004;
  border-color: #c20004; }

.card-primary-outline {
  background-color: transparent;
  border-color: #0275d8; }

.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc; }

.card-info-outline {
  background-color: transparent;
  border-color: #868282; }

.card-success-outline {
  background-color: transparent;
  border-color: #282626; }

.card-warning-outline {
  background-color: transparent;
  border-color: #494545; }

.card-danger-outline {
  background-color: transparent;
  border-color: #c20004; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-radius: 4px 4px 0 0; }

.card-img-bottom {
  border-radius: 0 0 4px 4px; }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    -o-column-gap: 1.25rem;
    -ms-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 4px; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #818a91;
      content: "/"; }
  .breadcrumb > .active {
    color: #818a91; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: white;
    cursor: default;
    background-color: #0375d8;
    border-color: #0375d8; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: white;
    border-color: #dddddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #0375d8;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd; }
  .page-link:focus, .page-link:hover {
    color: #004c8c;
    background-color: #eceeef;
    border-color: #dddddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3333333333; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none; }
  .pager::after {
    content: "";
    display: table;
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: white;
      border: 1px solid #dddddd;
      border-radius: 15px; }
    .pager li > a:focus, .pager li > a:hover {
      text-decoration: none;
      background-color: #eceeef; }
  .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: white; }
  .pager .disabled > span {
    color: #818a91;
    cursor: not-allowed;
    background-color: white; }

.pager-next > a,
.pager-next > span {
  float: right; }

.pager-prev > a,
.pager-prev > span {
  float: left; }

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px; }
  .label:empty {
    display: none; }

.btn .label {
  position: relative;
  top: -1px; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.label-default {
  background-color: #818a91; }
  .label-default[href]:focus, .label-default[href]:hover {
    background-color: #687077; }

.label-primary {
  background-color: #0275d8; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #025aa5; }

.label-success {
  background-color: #282626; }
  .label-success[href]:focus, .label-success[href]:hover {
    background-color: #0e0d0d; }

.label-info {
  background-color: #868282; }
  .label-info[href]:focus, .label-info[href]:hover {
    background-color: #6c6969; }

.label-warning {
  background-color: #494545; }
  .label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #2f2c2c; }

.label-danger {
  background-color: #c20004; }
  .label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #8f0003; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 4px; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }
.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 4px; }

.progress-bar {
  height: 1rem;
  line-height: 1rem; }

.progress-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.progress-primary {
  background-color: #0275d8; }

@media screen and (min-width: 0\0) {
  .progress-primary .progress-bar {
    background-color: #0275d8; } }

.progress-success {
  background-color: #282626; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #282626; } }

.progress-info {
  background-color: #868282; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #868282; } }

.progress-warning {
  background-color: #494545; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #494545; } }

.progress-danger {
  background-color: #c20004; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #c20004; } }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:focus, a.list-group-item:hover,
  button.list-group-item:focus,
  button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #818a91; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #a8d6fe; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #ffffff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #ffffff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #ffffff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #ffffff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-9by16 {
  padding-bottom: 177.7777777778%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2051;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2001;
  background-color: rgba(0, 0, 0, 0.8); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 1; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 25px; }

.modal-footer {
  padding: 25px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
        bottom: 1px;
        margin-left: -10px;
        content: "";
        border-top-color: #fff;
        border-bottom-width: 0; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
      .popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
        bottom: -10px;
        left: 1px;
        content: "";
        border-right-color: #fff;
        border-left-width: 0; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
        top: 1px;
        margin-left: -10px;
        content: "";
        border-top-width: 0;
        border-bottom-color: #fff; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
        right: 1px;
        bottom: -10px;
        content: "";
        border-right-width: 0;
        border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 767px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.invisible {
  visibility: hidden !important; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 767px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

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

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5; }

.text-success {
  color: #282626 !important; }

a.text-success:focus, a.text-success:hover {
  color: #0e0d0d; }

.text-info {
  color: #868282 !important; }

a.text-info:focus, a.text-info:hover {
  color: #6c6969; }

.text-warning {
  color: #494545 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #2f2c2c; }

.text-danger {
  color: #c20004 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #8f0003; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5; }

.bg-success {
  color: #fff !important;
  background-color: #282626 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #0e0d0d; }

.bg-info {
  color: #fff !important;
  background-color: #868282 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #6c6969; }

.bg-warning {
  color: #fff !important;
  background-color: #494545 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #2f2c2c; }

.bg-danger {
  color: #fff !important;
  background-color: #c20004 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #8f0003; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 766px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 767px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }
.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }

.featured_image {
  margin-bottom: 2rem;
  border-radius: 4px; }

.gallery_image {
  margin-bottom: 1rem;
  border-radius: 4px; }

p.featured_image_caption {
  margin-bottom: 2rem; }

.accordion_item {
  border-radius: 4px; }

.foundry-label > h3:before,
.foundry-label > h3:after {
  background: rgba(0, 0, 0, 0.1); }

ul.social_badges_container li a {
  border-radius: 4px; }

.foundry_icon i {
  border-radius: 4px; }

.icon_bar_wrapper {
  border-radius: 4px; }

ul.bulleted_list li i {
  line-height: 1.5; }

.label {
  margin-bottom: 0.5rem;
  /* Foundry addition */ }

.positioner_wrapper,
.foundry-base-margin {
  margin-bottom: 1rem; }

.foundry-footer {
  color: #224564; }

.foundry-footer a,
.foundry-footer a:visited {
  color: #0275d8; }

.foundry-footer a:hover,
.foundry-footer a:active {
  color: #014c8c; }

.foundry-accordion-title-bar-bg-primary a.accordion_toggle {
  background: #0275d8; }

.foundry-accordion-title-bar-bg-success a.accordion_toggle {
  background: #282626; }

.foundry-accordion-title-bar-bg-info a.accordion_toggle {
  background: #868282; }

.foundry-accordion-title-bar-bg-warning a.accordion_toggle {
  background: #494545; }

.foundry-accordion-title-bar-bg-danger a.accordion_toggle {
  background: #c20004; }

pre.prettyprint {
  border-radius: 4px; }

.hi-content-wrap {
  line-height: 1.5; }

ul.lz-menu {
  border-radius: 4px; }

/*****************************************/
/*  Foundry Specific CSS                 */
/*****************************************/
/* End Edit Mode */
/* Site Background Styling Options - Background Image, Color Picker, or determined by theme. */
/* Header Font Sizing Options */
@media (max-width: 33.9em) {
  /* Mobile */
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 28px; }
  h4 {
    font-size: 26px; }
  h5 {
    font-size: 22px; }
  h6 {
    font-size: 18px; } }

@media (min-width: 34em) and (max-width: 47.9375em) {
  /* Tablet */
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 28px; }
  h4 {
    font-size: 26px; }
  h5 {
    font-size: 22px; }
  h6 {
    font-size: 18px; } }

@media (min-width: 48em) and (max-width: 61.9375em) {
  /* Desktop */
  h1 {
    font-size: 64px; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 32px; }
  h4 {
    font-size: 28px; }
  h5 {
    font-size: 24px; }
  h6 {
    font-size: 20px; } }

@media (min-width: 62em) {
  /* Widescreen */
  h1 {
    font-size: 64px; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 32px; }
  h4 {
    font-size: 28px; }
  h5 {
    font-size: 24px; }
  h6 {
    font-size: 20px; } }

.foundry-mask-primary-bg,
.foundry-primary-bg-color {
  background-color: #0275d8; }

.foundry-mask-success-bg,
.foundry-success-bg-color {
  background-color: #282626; }

.foundry-mask-info-bg,
.foundry-info-bg-color {
  background-color: #868282; }

.foundry-mask-warning-bg,
.foundry-warning-bg-color {
  background-color: #494545; }

.foundry-mask-danger-bg,
.foundry-danger-bg-color {
  background-color: #c20004; }

.foundry-site-background {
  fill: #fff; }

.fdy-drop-zone {
  line-height: 1.5; }

.foundry-typeface-fifteen {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

.foundry-typeface-fifteen strong {
  font-weight: 700; }

.foundry-typeface-fifteen strong em {
  font-weight: 700;
  font-style: italic; }

.foundry-typeface-fifteen em {
  font-weight: 400;
  font-style: italic; }

.foundry-typeface-fifteen-page-wide-headers h1,
.foundry-typeface-fifteen-page-wide-headers h2,
.foundry-typeface-fifteen-page-wide-headers h3,
.foundry-typeface-fifteen-page-wide-headers h4,
.foundry-typeface-fifteen-page-wide-headers h5,
.foundry-typeface-fifteen-page-wide-headers h6 {
  font-family: 'Roboto', sans-serif; }

h1.foundry-typeface-fifteen,
h2.foundry-typeface-fifteen,
h3.foundry-typeface-fifteen,
h4.foundry-typeface-fifteen,
h5.foundry-typeface-fifteen,
h6.foundry-typeface-fifteen {
  font-family: 'Roboto', sans-serif !important; }
.foundry-typeface-ten {
  font-family: 'Freight Sans', sans-serif;
  font-weight: 400; }

.foundry-typeface-ten strong {
  font-weight: 400; }

.foundry-typeface-ten strong em {
  font-weight: 400;
  font-style: italic; }

.foundry-typeface-ten em {
  font-weight: 400;
  font-style: italic; }

.foundry-typeface-ten-page-wide-headers h1,
.foundry-typeface-ten-page-wide-headers h2,
.foundry-typeface-ten-page-wide-headers h3,
.foundry-typeface-ten-page-wide-headers h4,
.foundry-typeface-ten-page-wide-headers h5,
.foundry-typeface-ten-page-wide-headers h6 {
  font-family: 'Freight Sans', sans-serif; }

h1.foundry-typeface-ten,
h2.foundry-typeface-ten,
h3.foundry-typeface-ten,
h4.foundry-typeface-ten,
h5.foundry-typeface-ten,
h6.foundry-typeface-ten {
  font-family: 'Freight Sans', sans-serif !important; }
.foundry-typeface-fourteen {
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 400; }

.foundry-typeface-fourteen strong {
  font-weight: 700; }

.foundry-typeface-fourteen strong em {
  font-weight: 700;
  font-style: italic; }

.foundry-typeface-fourteen em {
  font-weight: 400;
  font-style: italic; }

.foundry-typeface-fourteen-page-wide-headers h1,
.foundry-typeface-fourteen-page-wide-headers h2,
.foundry-typeface-fourteen-page-wide-headers h3,
.foundry-typeface-fourteen-page-wide-headers h4,
.foundry-typeface-fourteen-page-wide-headers h5,
.foundry-typeface-fourteen-page-wide-headers h6 {
  font-family: 'Julius Sans One', sans-serif; }

h1.foundry-typeface-fourteen,
h2.foundry-typeface-fourteen,
h3.foundry-typeface-fourteen,
h4.foundry-typeface-fourteen,
h5.foundry-typeface-fourteen,
h6.foundry-typeface-fourteen {
  font-family: 'Julius Sans One', sans-serif !important; }
.foundry-typeface-thirteen {
  font-family: 'Advent Pro', sans-serif;
  font-weight: 400; }

.foundry-typeface-thirteen strong {
  font-weight: 700; }

.foundry-typeface-thirteen strong em {
  font-weight: 700;
  font-style: italic; }

.foundry-typeface-thirteen em {
  font-weight: 400;
  font-style: italic; }

.foundry-typeface-thirteen-page-wide-headers h1,
.foundry-typeface-thirteen-page-wide-headers h2,
.foundry-typeface-thirteen-page-wide-headers h3,
.foundry-typeface-thirteen-page-wide-headers h4,
.foundry-typeface-thirteen-page-wide-headers h5,
.foundry-typeface-thirteen-page-wide-headers h6 {
  font-family: 'Advent Pro', sans-serif; }

h1.foundry-typeface-thirteen,
h2.foundry-typeface-thirteen,
h3.foundry-typeface-thirteen,
h4.foundry-typeface-thirteen,
h5.foundry-typeface-thirteen,
h6.foundry-typeface-thirteen {
  font-family: 'Advent Pro', sans-serif !important; }
.foundry-typeface-ten {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; }

.foundry-typeface-ten strong {
  font-weight: 700; }

.foundry-typeface-ten strong em {
  font-weight: 700;
  font-style: italic; }

.foundry-typeface-ten em {
  font-weight: 400;
  font-style: italic; }

.foundry-typeface-ten-page-wide-headers h1,
.foundry-typeface-ten-page-wide-headers h2,
.foundry-typeface-ten-page-wide-headers h3,
.foundry-typeface-ten-page-wide-headers h4,
.foundry-typeface-ten-page-wide-headers h5,
.foundry-typeface-ten-page-wide-headers h6 {
  font-family: 'Poppins', sans-serif; }

h1.foundry-typeface-ten,
h2.foundry-typeface-ten,
h3.foundry-typeface-ten,
h4.foundry-typeface-ten,
h5.foundry-typeface-ten,
h6.foundry-typeface-ten {
  font-family: 'Poppins', sans-serif !important; }


a#stacks_in_1142_2_navigation_toggle {
  border: 2px solid rgba(194, 0, 4, 1.00);
  color: rgba(238, 0, 6, 1.00);
	background-color: rgba(255, 255, 255, 0.50);
  border-radius: 4px;
  text-align: center;
  font-size: 24px;
	padding: 0;
	text-decoration: none;
	
	line-height: 36px;
  width: 40px;
	
  height: 40px;
  transition-duration: 250ms;
  transition-property: background-color;
	z-index: 2000;
	
	
		
		position: fixed;
		
	top: 20px;
	
	display: block;
}

#stacks_in_1142_2-menu {
	background-color: #F3F3F3;
}

#stacks_in_1142_2-menu:not( .mm-menu ) {
   display: none;
}


	
		a#stacks_in_1142_2_navigation_toggle {
			left: 20px;
		}

		a#stacks_in_1142_2_navigation_toggle {
		  background-color: ;
		}
	



#stacks_in_500_1 .mm_site_title h1,
#stacks_in_500_1 .mm_site_title h1 a,
#stacks_in_500_1 .mobile_mm_site_title h1,
#stacks_in_500_1 .mobile_mm_site_title h1 a {
	color: rgba(98, 98, 99, 1.00);
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
}

/*#stacks_in_500_1 {
	-webkit-font-smoothing: antialiased;
}*/

#stacks_in_500_1 .foundry-mega-menu-toggle {
	display: none;
	font-size: 24px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

#stacks_in_500_1 .mobile-toggle-site-title a,
#stacks_in_500_1 .mobile-toggle-site-title a:visited,
#stacks_in_500_1 .mobile-toggle-site-title a:hover,
#stacks_in_500_1 .mobile-toggle-site-title a:active {
	text-decoration: none;
} 

#stacks_in_500_1 .nav a.mm-plain-link,
#stacks_in_500_1 a.link-group-item {
	text-decoration: none;
	font-weight: 400;
}

#stacks_in_500_1 .foundry-mega-menu-button {
	margin-top: -1px;
}




	#stacks_in_500_1 .nav-sticky-container {
		transition-duration: 300ms;
		transition-property: background-color;
		/* Possible fix for FF & Chrome Bug in Win10 when using Drop Downs. */
		position: absolute;
		width: 100%;
		/* End Fix */
		background: rgba(239, 241, 241, 1.00);
		z-index: 100;
		
		
	}

	

	#stacks_in_500_1 .nav li.top-level-item {
		list-style: none;
	}

	#stacks_in_500_1 .nav > li.top-level-item {
		padding: 0;
		display: inline-block;
		margin-left: -4px;
		position: relative;
	}

	#stacks_in_500_1 .nav > li.top-level-item:first-child {
		margin-left: 0;
	}

	#stacks_in_500_1 .nav > li > a.mm-plain-link {
		display: inline-block;
		color: rgba(98, 98, 99, 1.00);
		text-decoration: none;
		padding: 0 20px;
	}

	#stacks_in_500_1 .nav > li:hover > a.mm-plain-link,
	#stacks_in_500_1 .nav > li.selected > a.mm-plain-link {
		background-color: rgba(218, 221, 221, 1.00);
		color: rgba(55, 56, 56, 1.00);
	}

	#stacks_in_500_1 .nav > li.selected > a.mm-plain-link,
	#stacks_in_500_1 .nav .drop_down_plain li:hover > a.mm-plain-link,
	#stacks_in_500_1 .nav .drop_down_plain li.selected > a.mm-plain-link {
		font-weight: 100;
	}

	#stacks_in_500_1 .nav > li > a.mm-button,
	#stacks_in_500_1 .nav > li {
		margin-top: 0px;
	}

	#stacks_in_500_1 .nav > li.parent {
		top: 0px;
	}


	#stacks_in_500_1 .nav > li.button_height_adjust {
		margin-top: -1px;
		
			margin-left: 6px;
		
	}

	/* MEGA DROP DOWN */
	#stacks_in_500_1 .nav > li.top-level-item > .drop-down-container {
		position: absolute;
		display: none;
		overflow: hidden;
		
		border-radius: 0px;
		
		z-index: 500;
	}

	#stacks_in_500_1 .nav > li.top-level-item > .drop-down-container.animated {
		animation-duration: 250ms;
		animation-fill-mode: both;

	}

	#stacks_in_500_1 .nav > li.top-level-item > .drop-down-container.show-drop-down {
		display: block !important;
	}

	#stacks_in_500_1 .nav > li > .drop-down-container.right {
		right: 0;
		left: auto;
	}

	#stacks_in_500_1 .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

	#stacks_in_500_1 a,
	#stacks_in_500_1 li {
		cursor: pointer;
	}

	#stacks_in_500_1 li.parent > a {
		cursor: pointer;
	}

	#stacks_in_500_1 li.parent > a:after {
		font-family: "FontAwesome";
		content: '\f105';
		padding-left: 5px;
	}

	#stacks_in_500_1 .foundry-mega-menu-toggle {
		background-color: rgba(215, 215, 215, 1.00);
		color: rgba(238, 0, 6, 1.00);
		width: 100%;
		cursor: pointer;
	}

	#stacks_in_500_1 .foundry-mega-menu-toggle:hover {
		background-color: rgba(219, 219, 221, 1.00);
		color: rgba(80, 80, 81, 1.00);
	}

	#stacks_in_500_1 .mobile_mm_site_title h1.mobile-toggle-site-title,
	#stacks_in_500_1 .mobile_mm_site_title h1.mobile-toggle-site-title a {
		color: rgba(118, 118, 118, 1.00);
	}

	@media (max-width: 47.9375em) {
		/*Mobile*/

		#stacks_in_500_1 .mm_site_title h1,
		#stacks_in_500_1 .mm_site_title h1 a,
		#stacks_in_500_1 .mobile_mm_site_title h1,
		#stacks_in_500_1 .mobile_mm_site_title h1 a {
			font-size: 20px;
			text-decoration: none;
		}

		#stacks_in_500_1 .mobile_adjust {
			height: 0;
		}

		#stacks_in_500_1 .nav-sticky-container {
			background: transparent;
		}

		#stacks_in_500_1 .logo_container,
		#stacks_in_500_1 .mm_site_title {
			/*Hide logo at mobile breakpoint*/
			display: none !important;
		}

		#stacks_in_500_1 .foundry-mega-menu-toggle {
			display: block;	
		}

		#stacks_in_500_1 .foundry-mega-menu {
			display: none;
			top: 0;
		}

		#stacks_in_500_1 .nav {
			height: auto;
		}

		#stacks_in_500_1 ul.foundry-mega-menu {
			background: rgba(236, 236, 236, 1.00);
		}

		#stacks_in_500_1 .nav > li.top-level-item {
			margin-left: 0;
			text-align: left;
		}

		#stacks_in_500_1 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 12px;
		}

		#stacks_in_500_1 .nav .drop-down-container .mm-plain-link {
			font-size: 12px;
		}

		#stacks_in_500_1 .nav li.top-level-item a.mm-plain-link:not(.link-group-item) {
			line-height: 64px;
		}

		#stacks_in_500_1 .nav > li.top-level-item,
		#stacks_in_500_1 .nav > li > a.mm-plain-link {
			float: none;
			display: block;
		}

		#stacks_in_500_1 .nav > li > a.mm-plain-link {
			color: rgba(43, 44, 44, 1.00);
		}

		#stacks_in_500_1 .nav > li:hover > a.mm-plain-link,
		#stacks_in_500_1 .nav > li.selected > a.mm-plain-link {
			background: rgba(207, 207, 209, 1.00);
			color: rgba(238, 0, 6, 1.00)
		}

		#stacks_in_500_1 .nav > li > .drop-down-container {
			position: relative;
			display: none;
			top: 0;
			box-shadow: none;
			width: 100%;
			max-width: 100%;
			/* background-color: ; */
			border-radius: 0px;
		}

		#stacks_in_500_1 .nav > li.top-level-item > .drop-down-container {
			position: relative;
			display: none;
		}

		/* Removes unneeded font sizing for branding at mobile breakpoint. */
		/* #stacks_in_500_1 .mm_site_title h1,
		#stacks_in_500_1 .mm_site_title h1 a {
			font-size: 20px;
			text-decoration: none;
		} */

		#stacks_in_500_1 .button_height_adjust {
			padding-left: 20px;
			padding-right: 20px;
		}

		#stacks_in_500_1 .nav .drop-down-container {
			margin-top: 0px;
		}

		#stacks_in_500_1 .botton-column {
			margin-top: -6px;
		}

	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
		#stacks_in_500_1 .foundry-mega-menu {
			display: block !important;
		}

		#stacks_in_500_1 .mm_site_title h1,
		#stacks_in_500_1 .mm_site_title h1 a {
			font-size: 20px;
			text-decoration: none;
		}

		#stacks_in_500_1 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 14px;
		}

		#stacks_in_500_1 .nav .drop-down-container .mm-plain-link {
			font-size: 14px;
		}

		#stacks_in_500_1 .nav .drop-down-container {
			margin-top: 0px;
		}

		@keyframes potion_slide_up {
		from {
				margin-top: 50px;
		}

		to {
				margin-top: 0px;
		}
		}

		@keyframes potion_slide_down {
		from {
				margin-top: -50px;
		}

		to {
				margin-top: 0px;
		}
		}


	}

	@media (min-width: 62em) {
		/*Desktop*/
		#stacks_in_500_1 .foundry-mega-menu {
			display: block !important;
		}

		#stacks_in_500_1 .mm_site_title h1,
		#stacks_in_500_1 .mm_site_title h1 a {
			font-size: 24px;
			text-decoration: none;
		}

		#stacks_in_500_1 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 14px;
		}

		#stacks_in_500_1 .nav .drop-down-container .mm-plain-link {
			font-size: 15px;
		}

		#stacks_in_500_1 .nav .drop-down-container {
			margin-top: 0px;
		}

		@keyframes potion_slide_up {
		from {
				margin-top: 50px;
		}

		to {
				margin-top: 0px;
		}
		}

		@keyframes potion_slide_down {
			from {
				margin-top: -50px;
			}

			to {
				margin-top: 0px;
			}
		}

	}


	@media (max-width: 47.9375em) {
		/*Mobile*/
		#stacks_in_500_1 .foundry-mega-menu-toggle,
		#stacks_in_500_1 .nav_bar_placeholder {
			height: 64px;
			line-height: 64px;
		}

		#stacks_in_500_1 .nav-sticky-container > .container,
		#stacks_in_500_1 .nav-sticky-container > .container-fluid {
			width: 100%;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}

		
		#stacks_in_500_1 .nav li.top-level-item:not(.link-group-list-item),
		#stacks_in_500_1 .nav li.top-level-item > a.mm-plain-link:not(.link-group-item),
		#stacks_in_500_1 .nav > li > a.mm-plain-link:not(.link-group-item) {
			line-height: 64px;
		}

		#stacks_in_500_1 .button_height_adjust {
			line-height: 64px;
		}

		#stacks_in_500_1 .nav-sticky-container > .container > ul > li > a.mm-plain-link {
			height: 64px;
			line-height: 64px;
		}
		

		#stacks_in_500_1 .nav-sticky-container {
			border-radius: 0px;
		}

		#stacks_in_500_1 .foundry-mega-menu-button {
			margin-top: 6px;
		}
	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
		#stacks_in_500_1 .nav,
		#stacks_in_500_1 .nav_bar_placeholder {
			height: 64px;
		}

		#stacks_in_500_1 .button_height_adjust {
			line-height: 64px;
		}

		#stacks_in_500_1 .logo_container {
			height: 64px;
		}

		
		#stacks_in_500_1 .nav > li > a.mm-plain-link {
			line-height: 64px;
			height: 64px;
		}
		

		#stacks_in_500_1 .nav > li > a.mm-plain-link {
			border-radius: 0px;
		}

		#stacks_in_500_1 .foundry-mega-menu-toggle {
			height: 64px;
			line-height: 64px;
		}

		#stacks_in_500_1 .nav > li > .drop-down-container {
			top: 64px;
		}

		#stacks_in_500_1 .mm_site_title,
		#stacks_in_500_1 .mm_site_title h1,
		#stacks_in_500_1 .site_logo {
			height: 64px;
			line-height: 64px;
		}
	}

	@media (min-width: 62em) {
		/*Desktop*/
		#stacks_in_500_1 > .nav,
		#stacks_in_500_1 .nav_bar_placeholder {
			height: 80px;
		}

		#stacks_in_500_1 .button_height_adjust {
			line-height: 80px;
		}


		#stacks_in_500_1 .logo_container {
			height: 80px;
		}

		
		#stacks_in_500_1 .nav > li > a.mm-plain-link {
			line-height: 80px;
			height: 80px;
		}

		

		#stacks_in_500_1 .nav > li > a.mm-plain-link {
			border-radius: 0px;
		}

		#stacks_in_500_1 .foundry-mega-menu-toggle {
			height: 80px;
			line-height: 80px;
		}

		#stacks_in_500_1 .nav > li > .drop-down-container {
			top: 80px;
		}

		#stacks_in_500_1 .mm_site_title,
		#stacks_in_500_1 .mm_site_title h1,
		#stacks_in_500_1 .site_logo {
			height: 80px;
			line-height: 80px;
		}

	}

	#stacks_in_500_1 .nav > li li {
		line-height: 1.5;
	}

	#stacks_in_500_1 .mm_site_title {
		float: left;
		display: inline-block;
		color: #626263;
		margin-left: 20px !important;
		margin-right: 20px !important;
	}




#stacks_in_500_1 .nav_bar_placeholder {
	z-index: 998;
	position: relative;
	width: 100%;
}




#stacks_in_500_1 .mm_site_title h1 {
	margin: 0;
}

#stacks_out_500_1,
#stacks_in_500_1,
#stacks_in_500_1 .nav_bar_placeholder,
#stacks_in_500_1 .nav-sticky-container {
	
	border-radius: 0px;
	
}

#stacks_in_500_1 #sticky-wrapper.is-sticky .nav-sticky-container {
	border-radius: 0;
}

#stacks_in_500_1 .nav-sticky-container.sticky {
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 3000;
}

#stacks_in_500_1 .nav-sticky-container.simple-sticky {
	top: 0;
	position: fixed;
}


#stacks_in_500_1 #sticky-wrapper,
#stacks_in_500_1 #sticky-wrapper .nav-sticky-container {
	width: 100% !important;
}

/* Banner Pairing Feature */

	

	
	#stacks_in_500_1 .is-sticky .nav-sticky-container {
		border-radius: 0;
	}
	





#stacks_in_500_1 .mm_site_title {
		white-space: nowrap;
}

#stacks_in_500_1 .site_logo {
	width: auto;
}

#stacks_in_500_1 .logo_container {
	float: left;
	display: block;
}

#stacks_in_500_1 .logo_container img {
	max-width: auto;
	max-height: 100%;
	
		margin-right: 12px;
	
	/*margin-top: -3px !important;*/
}


	#stacks_in_500_1 .mm-button.btn {
		background-color: rgba(238, 0, 6, 1.00);
		color: rgba(238, 240, 239, 1.00);
	}
	
	#stacks_in_500_1 .mm-button.btn:hover {
		background-color: rgba(190, 0, 4, 1.00);
		color: rgba(238, 240, 239, 1.00);
	}
	



	#stacks_in_500_1 .mm-button.btn {
		width: 100%;
	}


.potion_slide_up {
  animation-name: potion_slide_up;
	transition-timing-function: ease-in-out;
}

.potion_slide_down {
  animation-name: potion_slide_down;
	transition-timing-function: ease-in-out;
}



	






	#stacks_in_500_1 .sticky-wrapper.sticky {
		width: 100% !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 3000;
	}

	#stacks_in_500_1 .sticky-wrapper.simple-sticky {
		top: 0;
		left: 0;
		right: 0;
		position: fixed;
	}





@media (max-width: 47.9375em) {

	#stacks_in_500_1 .foundry-mega-menu {
		
	}

	#stacks_in_500_1 .mobile_nav_wrapper {
		list-style: none;
		padding: 0;
		margin: 0;
		height: 64px;
		line-height: 64px;
		float: left;
	}

	#stacks_in_500_1 .mobile_logo_container {
		margin-right: 12px;
	}


	#stacks_in_500_1 .mobile_logo_container,
	#stacks_in_500_1 .mobile_mm_site_title {
		display: inline-block;
		height: 64px;
		line-height: 64px;
		margin: 0;
	}

	#stacks_in_500_1 .mobile_logo_container img {
		height: 64px;
		line-height: 64px;
		width: auto;
		position: relative;
		margin-top: -5px;
	}

	/* BLORP */
	
		#stacks_in_500_1 .sticky-wrapper,
		#stacks_in_500_1 .sticky-wrapper.is-sticky,
		#stacks_in_500_1 .sticky-wrapper.is-sticky .nav-sticky-container {
			position: static !important;
		}
	

}



	

@media (max-width: 47.9375em) {
  
}

.stacks_in_500_2-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_500_14-plain > a > i {
  margin-right: 4px;
}



.stacks_in_500_3-parent-id .drop-down-container {
	background: rgba(255, 255, 255, 1.00);
  right : 0;
}


.stacks_in_500_3-parent-id > a.mm-plain-link > i {
  margin-right: 4px;
}

.stacks_in_500_3-drop-down > .row {
  
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  
}

.stacks_in_500_3-drop-down .drop_down_plain > li > a {
  display: block;
}

.stacks_in_500_3-drop-down ul.drop_down_plain {
	padding: 0;
	margin: 0;
}


  .stacks_in_500_3-drop-down {
    

    
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.33);
    
  }


@media (max-width: 47.9375em) {
  
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
  .stacks_in_500_3-drop-down {
		min-width: 650px;
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	.stacks_in_500_3-drop-down {
		min-width: 650px;
	}
}





  




@media (max-width: 47.9375em) {
  
}



@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_500_59 .foundry_column {
		margin-bottom: 10px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_500_59 .foundry_column {
		margin-bottom: 10px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_500_59 .foundry_column {
		margin-bottom: 10px;
	}
}


/* CSS for removing gutters if option is enabled. */
#stacks_in_500_59 .row.no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  
  #stacks_in_500_59 .row.no-gutters > [class^="col-"],
  #stacks_in_500_59 .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
  }
  












  .stacks_in_500_4-drop-down-plain-links a,
  .stacks_in_500_4-drop-down-plain-links a:visited {
    color: #626263 !important;
    /*transition-duration: 250ms;
    transition-property: background-color;*/
    
    border-radius: 4px;
    
  }

  .stacks_in_500_4-drop-down-plain-links a:hover,
  .stacks_in_500_4-drop-down-plain-links a:active,
  .stacks_in_500_4-drop-down-plain-links li.selected a {
    color: #494A4A !important;
    background-color: #DBDBDD;
  }

  
    .stacks_in_500_4-drop-down-plain-links a {
      padding-top: 3px;
      padding-bottom: 0px;
      padding-left: 10px;
      padding-right: 10px;
    }

    
        }

        .stacks_in_500_4-drop-down-plain-links a:hover,
        .stacks_in_500_4-drop-down-plain-links a:active,
        .stacks_in_500_4-drop-down-plain-links li.selected a {
          color: #494A4A !important;
          background-color: #DBDBDD;
        }
      }

    
  %[endif]%



@media (max-width: 47.9375em) {
  
}

.stacks_in_500_79-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_500_5-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_500_8-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_500_92-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_500_93-plain > a > i {
  margin-right: 4px;
}


  .stacks_in_500_62-drop-down-plain-links a,
  .stacks_in_500_62-drop-down-plain-links a:visited {
    color: #626263 !important;
    /*transition-duration: 250ms;
    transition-property: background-color;*/
    
    border-radius: 4px;
    
  }

  .stacks_in_500_62-drop-down-plain-links a:hover,
  .stacks_in_500_62-drop-down-plain-links a:active,
  .stacks_in_500_62-drop-down-plain-links li.selected a {
    color: #494A4A !important;
    background-color: #DBDBDD;
  }

  
    .stacks_in_500_62-drop-down-plain-links a {
      padding-top: 3px;
      padding-bottom: 0px;
      padding-left: 10px;
      padding-right: 10px;
    }

    
        }

        .stacks_in_500_62-drop-down-plain-links a:hover,
        .stacks_in_500_62-drop-down-plain-links a:active,
        .stacks_in_500_62-drop-down-plain-links li.selected a {
          color: #494A4A !important;
          background-color: #DBDBDD;
        }
      }

    
  %[endif]%



@media (max-width: 47.9375em) {
  
}

.stacks_in_500_67-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
  .stacks_in_500_66-plain {
    display: none !important;
  }
  
}

.stacks_in_500_66-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
  .stacks_in_500_78-plain {
    display: none !important;
  }
  
}

.stacks_in_500_78-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_500_25-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_500_20-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_500_95-plain > a > i {
  margin-right: 4px;
}



.stacks_in_500_26-parent-id .drop-down-container {
	background: rgba(255, 255, 255, 1.00);
  right : 0;
}


.stacks_in_500_26-parent-id > a.mm-plain-link > i {
  margin-right: 4px;
}

.stacks_in_500_26-drop-down > .row {
  
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  
}

.stacks_in_500_26-drop-down .drop_down_plain > li > a {
  display: block;
}

.stacks_in_500_26-drop-down ul.drop_down_plain {
	padding: 0;
	margin: 0;
}


  .stacks_in_500_26-drop-down {
    

    
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.33);
    
  }


@media (max-width: 47.9375em) {
  
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
  .stacks_in_500_26-drop-down {
		min-width: 350px;
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	.stacks_in_500_26-drop-down {
		min-width: 350px;
	}
}





  






  .stacks_in_500_28-drop-down-plain-links a,
  .stacks_in_500_28-drop-down-plain-links a:visited {
    color: #626263 !important;
    /*transition-duration: 250ms;
    transition-property: background-color;*/
    
    border-radius: 4px;
    
  }

  .stacks_in_500_28-drop-down-plain-links a:hover,
  .stacks_in_500_28-drop-down-plain-links a:active,
  .stacks_in_500_28-drop-down-plain-links li.selected a {
    color: #494A4A !important;
    background-color: #DBDBDD;
  }

  
    .stacks_in_500_28-drop-down-plain-links a {
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 10px;
      padding-right: 10px;
    }

    
        }

        .stacks_in_500_28-drop-down-plain-links a:hover,
        .stacks_in_500_28-drop-down-plain-links a:active,
        .stacks_in_500_28-drop-down-plain-links li.selected a {
          color: #494A4A !important;
          background-color: #DBDBDD;
        }
      }

    
  %[endif]%



@media (max-width: 47.9375em) {
  
}

.stacks_in_500_30-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_500_32-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_500_31-plain > a > i {
  margin-right: 4px;
}



@media only screen {
   
    #stacks_in_64 {
      margin: 0px;
    }

    #stacks_in_64 {
      padding: 0px;
    }

    
      #stacks_in_64 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 40px;
      }
    

    
      #stacks_in_64 {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
  


 
 /* ipad enabled */
    #stacks_in_64 {
      margin: 0px;
    }

    #stacks_in_64 {
      padding: 0px;
    }

    
      #stacks_in_64 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 80px;
      }
    

    
 


 
 /* desktop enabled */
    #stacks_in_64 {
      margin: 0px;
    }

    #stacks_in_64 {
      padding: 0px;
    }


    
      #stacks_in_64 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 60px;
      }
    

    
 
}


@media only screen and (max-width: 61.9375em) {
   
    #stacks_in_64 {
      margin: 0px;
    }

    #stacks_in_64 {
      padding: 0px;
    }


    
      #stacks_in_64 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 40px;
      }
    

    
      #stacks_in_64 {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
  


 
    #stacks_in_64 {
      margin: 0px;
    }

    #stacks_in_64 {
      padding: 0px;
    }


    
      #stacks_in_64 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 80px;
      }
    

    
 
}


@media only screen and (max-width: 47.9375em){
   
    #stacks_in_64 {
      margin: 0px;
    }

    #stacks_in_64 {
      padding: 0px;
    }


    
      #stacks_in_64 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 40px;
      }
    

    
      #stacks_in_64 {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
  

}





	


#stacks_in_65 .banner {
	width: 100%;
}


	








	#stacks_in_65 .banner {
		
		background: url(../kenniskaart_files/banner_image-65.jpg) no-repeat center center;
		
		
		
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		
		
		overflow: hidden;
	}

	
	@media (prefers-color-scheme: dark) {
		#stacks_in_65 .banner {
			
			
	
			
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			
			}
	}
	

	#stacks_in_65 .banner_inner {
		
		background-color: rgba(107, 108, 108, 0.50);
		

		
	}















	





	
		/* Media queries for non-Hero banner heights at different breakpoints */

		/* Mobile */
		@media (max-width: 33.9em) {
			#stacks_in_65 .banner {
				height: 220px;
			}
		}

		@media (min-width: 34em) and (max-width: 47.9375em) {
			#stacks_in_65 .banner {
				height: 220px;
			}
		}

		/* Tablets */
		@media (min-width: 48em) and (max-width: 61.9em) {
			#stacks_in_65 .banner {
				height: 320px;
			}
		}

		/* Desktop */
		@media (min-width: 62em) and (max-width: 74.9em) {
			#stacks_in_65 .banner {
				height: 360px;
			}
		}

		/* Wide Screens */
		@media (min-width: 75em) {
			#stacks_in_65 .banner {
				height: 360px;
			}
		}
	




	#stacks_in_65 .banner_content > .container {
		max-width: 900px;
	}


#stacks_in_65 .banner_inner {
	display: table;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
}

#stacks_in_65 .banner_content {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#stacks_in_65_scroll_button {
	background: rgba(255, 255, 255, 0.80);
	color: rgba(0, 0, 0, 1.00);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -22px;
	bottom: 30px;
	text-align: center;
	line-height: 44px !important;
	cursor: pointer;
	
}

@media (max-width: 47.9375em) {
	/*Small*/
	#stacks_in_65_scroll_button {
		bottom: 70px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Medium*/
	#stacks_in_65_scroll_button {
		bottom: 70px;
	}
}

@media (min-width: 62em) {
	/*Large*/
	#stacks_in_65_scroll_button {
		bottom: 30px;
	}
}




#stacks_in_862 .block-label-wrapper {
	margin-left: 20px;
	margin-right: 20px;
}

#stacks_in_862 .block-label {
	font-size: px;
	background-color: rgba(194, 0, 4, 0.50);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: rgba(255, 255, 255, 1.00);
	line-height: 2.86;
	padding: 16px;
	border-radius: 10px;
	font-weight: 400;
	transition-duration: 300ms;
	transition-property: background, color;
}

#stacks_in_862 h3 > a {
	text-decoration: none;	 
}




@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_862 .block-label {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_862 .block-label {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_862 .block-label {
		font-size: 24px;
	}
}


#stacks_in_576 .block-label-wrapper {
	margin-left: 20px;
	margin-right: 20px;
}

#stacks_in_576 .block-label {
	font-size: px;
	background-color: rgba(194, 0, 4, 0.50);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: rgba(255, 255, 255, 1.00);
	line-height: 2.86;
	padding: 16px;
	border-radius: 10px;
	font-weight: 400;
	transition-duration: 300ms;
	transition-property: background, color;
}

#stacks_in_576 h3 > a {
	text-decoration: none;	 
}




@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_576 .block-label {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_576 .block-label {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_576 .block-label {
		font-size: 16px;
	}
}



@media only screen {
   
    #stacks_in_677 {
      margin: 15px;
    }

    #stacks_in_677 {
      padding: 0px;
    }

    

    
  


 
 /* ipad enabled */
    #stacks_in_677 {
      margin: 20px;
    }

    #stacks_in_677 {
      padding: 0px;
    }

    

    
 


 
 /* desktop enabled */
    #stacks_in_677 {
      margin: 60px;
    }

    #stacks_in_677 {
      padding: 0px;
    }


    
      #stacks_in_677 {
        margin-left: 60px;
        margin-right: 60px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9375em) {
   
    #stacks_in_677 {
      margin: 15px;
    }

    #stacks_in_677 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_677 {
      margin: 20px;
    }

    #stacks_in_677 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9375em){
   
    #stacks_in_677 {
      margin: 15px;
    }

    #stacks_in_677 {
      padding: 0px;
    }


    

    
  

}



@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_679 .foundry_column {
		margin-bottom: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_679 .foundry_column {
		margin-bottom: 40px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_679 .foundry_column {
		margin-bottom: 40px;
	}
}


/* CSS for removing gutters if option is enabled. */
#stacks_in_679 .row.no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  
  #stacks_in_679 .row.no-gutters > [class^="col-"],
  #stacks_in_679 .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
  }
  











#stacks_in_679 {
	padding: 0px 0px 40px 0px;
}



/* Color picker style settings */







	
	#stacks_in_682 p,
	#stacks_in_682 {
		
	}
	

	
	
	
	
	



#stacks_in_682 p,
#stacks_in_682 {
	
}




/* Color picker style settings */







	
	#stacks_in_961 p,
	#stacks_in_961 {
		
	}
	

	
	
	
	
	



#stacks_in_961 p,
#stacks_in_961 {
	
}













@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_1149 .btn {
		
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_1149 .btn {
		
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_1149 .btn {
		
	}
}


#stacks_in_1149 .button-base-margin {
	
	margin-bottom: 0px !important;
	
}



/* Color picker style settings */







	
	#stacks_in_2655 p,
	#stacks_in_2655 {
		
	}
	

	
	
	
	
	



#stacks_in_2655 p,
#stacks_in_2655 {
	
}













@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_2657 .btn {
		
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_2657 .btn {
		
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2657 .btn {
		
	}
}


#stacks_in_2657 .button-base-margin {
	
	margin-bottom: 0px !important;
	
}



#stacks_in_3152 .element-item {
	
		opacity: 0;
	
}

#stacks_in_3152 .is-showing-items .element-item {
  opacity: 1; /* reveal when ready */
}

#stacks_in_3152 .is-checked {
	/* background: #0D8;
	color: #fff; */
}


#stacks_in_3152 .sort-internal-padding {
	border: 1px solid rgba(204, 204, 204, 1.00);
  background: rgba(255, 255, 255, 1.00);
	border-radius: 4px;
	margin-bottom: 30px;
	
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.17);
	
}

#stacks_in_3152 .quicksearch-combo-bar,
#stacks_in_3152 .combo-bar {
	margin-bottom: 21px;
}


#stacks_in_3152 .filter-button-group {
	margin-top: 21px;
	margin-bottom: 42px;
}

#stacks_in_3152 .filter-buttons {
	margin-bottom: 8px; 
	margin-left: 3px;
	margin-right: 3px;
}


#stacks_in_3152 .filter-buttons:first-child {
	margin-right: -1px;
}




	#stacks_in_3152 .filter-buttons {
		background: rgba(255, 255, 255, 1.00);
		color: rgba(85, 89, 92, 1.00);
		border: 1px solid rgba(204, 204, 204, 1.00);
	}
	
	#stacks_in_3152 .filter-buttons:hover {
		background: rgba(204, 204, 204, 1.00);
		color: rgba(85, 89, 92, 1.00);
		border: 1px solid rgba(163, 163, 163, 1.00);
	}
	







	#stacks_in_3152 .filter-buttons.is-checked {
		background: rgba(194, 0, 4, 1.00);
		color: rgba(255, 255, 255, 1.00);
		border: 1px solid transparent;
	}
	
	#stacks_in_3152 .filter-buttons.is-checked:hover {
		background: rgba(238, 0, 6, 1.00);
		color: rgba(255, 255, 255, 1.00);
		border: 1px solid transparent;
	}
	








#stacks_in_3152 .shrunken,
#stacks_in_3152 .open-close-button {
	margin-top: 21px;
}


@media (max-width: 47.9375em) {
	#stacks_in_3152 .hide-xs-layout {
		display: none !important;
	}

	#stacks_in_3152 .sort-internal-padding,
	#stacks_in_3152 .collapsable-content-wrapper {
		padding: 20px;
	}
}
  
@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_3152 .sort-internal-padding,
	#stacks_in_3152 .collapsable-content-wrapper {
		padding: 20px;
	}
}
  
@media (min-width: 62em) {
	#stacks_in_3152 .sort-internal-padding,
	#stacks_in_3152 .collapsable-content-wrapper {
		padding: 20px;
	}
}

#stacks_in_3152 .search-bar-buttons .btn {
	vertical-align: initial;
}.stacks_in_4789-shrunken {
	
}.stacks_in_4791-shrunken {
	
}.stacks_in_4792-shrunken {
	
}.stacks_in_4793-shrunken {
	
}.stacks_in_4794-shrunken {
	
}.stacks_in_4795-shrunken {
	
}.stacks_in_4796-shrunken {
	
}.stacks_in_4797-shrunken {
	
}.stacks_in_4798-shrunken {
	
}.stacks_in_4799-shrunken {
	
}.stacks_in_3153-shrunken {
	
	display: none;
	
}

#stacks_in_3170 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3170 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3170 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3170 img {
		
			
			
	}
}


#stacks_in_3170 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3170 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3172 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3172 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3172 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3174 .label {
	
}

#stacks_in_3174 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3175 p,
	#stacks_in_3175 {
		
	}
	

	
	
	
	
	



#stacks_in_3175 p,
#stacks_in_3175 {
	margin-bottom: 0;
}


#stacks_in_3175 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3177 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3178 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3180 p,
	#stacks_in_3180 {
		
	}
	

	
	
	
	
	



#stacks_in_3180 p,
#stacks_in_3180 {
	margin-bottom: 0;
}




	
		#stacks_in_3182 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3183 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3185 p,
	#stacks_in_3185 {
		
	}
	

	
	
	
	
	



#stacks_in_3185 p,
#stacks_in_3185 {
	margin-bottom: 0;
}




	
		#stacks_in_3187 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3187 {
	margin: 10px 0px 0px 0px;
}


/* Option for reoving base margin */
#stacks_in_3155 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3158 p,
	#stacks_in_3158 {
		
	}
	

	
	
	
	
	



#stacks_in_3158 p,
#stacks_in_3158 {
	margin-bottom: 0;
}




	
		#stacks_in_3160 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3161 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3163 p,
	#stacks_in_3163 {
		
	}
	

	
	
	
	
	



#stacks_in_3163 p,
#stacks_in_3163 {
	margin-bottom: 0;
}




	
		#stacks_in_3165 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3166 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3166 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3166 ul.social_badges_container li,
#stacks_in_3166 ul.social_badges_container li a,
#stacks_in_3166 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3166 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3166 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_3188-shrunken {
	
	display: none;
	
}

#stacks_in_3203 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3203 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3203 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3203 img {
		
			
			
	}
}


#stacks_in_3203 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3203 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3205 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3205 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3205 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3207 .label {
	
}

#stacks_in_3207 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3208 p,
	#stacks_in_3208 {
		
	}
	

	
	
	
	
	



#stacks_in_3208 p,
#stacks_in_3208 {
	margin-bottom: 0;
}


#stacks_in_3208 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3210 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3211 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3213 p,
	#stacks_in_3213 {
		
	}
	

	
	
	
	
	



#stacks_in_3213 p,
#stacks_in_3213 {
	margin-bottom: 0;
}




	
		#stacks_in_3215 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3216 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3218 p,
	#stacks_in_3218 {
		
	}
	

	
	
	
	
	



#stacks_in_3218 p,
#stacks_in_3218 {
	margin-bottom: 0;
}




	
		#stacks_in_3220 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3220 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3189 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3192 p,
	#stacks_in_3192 {
		
	}
	

	
	
	
	
	



#stacks_in_3192 p,
#stacks_in_3192 {
	margin-bottom: 0;
}




	
		#stacks_in_3194 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3195 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3197 p,
	#stacks_in_3197 {
		
	}
	

	
	
	
	
	



#stacks_in_3197 p,
#stacks_in_3197 {
	margin-bottom: 0;
}




	
		#stacks_in_3199 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3200 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3200 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3200 ul.social_badges_container li,
#stacks_in_3200 ul.social_badges_container li a,
#stacks_in_3200 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3200 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3200 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3221-shrunken {
	
	display: none;
	
}

#stacks_in_3237 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3237 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3237 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3237 img {
		
			
			
	}
}


#stacks_in_3237 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3237 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3239 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3239 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3239 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3241 .label {
	
}

#stacks_in_3241 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3242 p,
	#stacks_in_3242 {
		
	}
	

	
	
	
	
	



#stacks_in_3242 p,
#stacks_in_3242 {
	margin-bottom: 0;
}


#stacks_in_3242 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3244 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3245 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3247 p,
	#stacks_in_3247 {
		
	}
	

	
	
	
	
	



#stacks_in_3247 p,
#stacks_in_3247 {
	margin-bottom: 0;
}




	
		#stacks_in_3249 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3250 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3252 p,
	#stacks_in_3252 {
		
	}
	

	
	
	
	
	



#stacks_in_3252 p,
#stacks_in_3252 {
	margin-bottom: 0;
}




	
		#stacks_in_3254 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3254 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3222 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3225 p,
	#stacks_in_3225 {
		
	}
	

	
	
	
	
	



#stacks_in_3225 p,
#stacks_in_3225 {
	margin-bottom: 0;
}




	
		#stacks_in_3227 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3228 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3230 p,
	#stacks_in_3230 {
		
	}
	

	
	
	
	
	



#stacks_in_3230 p,
#stacks_in_3230 {
	margin-bottom: 0;
}




	
		#stacks_in_3232 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3233 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3233 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3233 ul.social_badges_container li,
#stacks_in_3233 ul.social_badges_container li a,
#stacks_in_3233 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3233 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3233 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_3255-shrunken {
	
	display: none;
	
}

#stacks_in_3276 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3276 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3276 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3276 img {
		
			
			
	}
}


#stacks_in_3276 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3276 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3278 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3278 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3278 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3280 .label {
	
}

#stacks_in_3280 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3281 p,
	#stacks_in_3281 {
		
	}
	

	
	
	
	
	



#stacks_in_3281 p,
#stacks_in_3281 {
	margin-bottom: 0;
}


#stacks_in_3281 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3283 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3284 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3286 p,
	#stacks_in_3286 {
		
	}
	

	
	
	
	
	



#stacks_in_3286 p,
#stacks_in_3286 {
	margin-bottom: 0;
}




	
		#stacks_in_3288 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3289 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3291 p,
	#stacks_in_3291 {
		
	}
	

	
	
	
	
	



#stacks_in_3291 p,
#stacks_in_3291 {
	margin-bottom: 0;
}




	
		#stacks_in_3293 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3293 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3256 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3259 p,
	#stacks_in_3259 {
		
	}
	

	
	
	
	
	



#stacks_in_3259 p,
#stacks_in_3259 {
	margin-bottom: 0;
}




	
		#stacks_in_3261 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3262 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3264 p,
	#stacks_in_3264 {
		
	}
	

	
	
	
	
	



#stacks_in_3264 p,
#stacks_in_3264 {
	margin-bottom: 0;
}




	
		#stacks_in_3266 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3267 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3269 p,
	#stacks_in_3269 {
		
	}
	

	
	
	
	
	



#stacks_in_3269 p,
#stacks_in_3269 {
	margin-bottom: 0;
}




	
		#stacks_in_3271 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3272 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3272 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3272 ul.social_badges_container li,
#stacks_in_3272 ul.social_badges_container li a,
#stacks_in_3272 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3272 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3272 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_3294-shrunken {
	
	display: none;
	
}

#stacks_in_3310 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3310 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3310 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3310 img {
		
			
			
	}
}


#stacks_in_3310 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3310 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3312 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3312 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3312 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3314 .label {
	
}

#stacks_in_3314 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3315 p,
	#stacks_in_3315 {
		
	}
	

	
	
	
	
	



#stacks_in_3315 p,
#stacks_in_3315 {
	margin-bottom: 0;
}


#stacks_in_3315 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3317 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3318 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3320 p,
	#stacks_in_3320 {
		
	}
	

	
	
	
	
	



#stacks_in_3320 p,
#stacks_in_3320 {
	margin-bottom: 0;
}




	
		#stacks_in_3322 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3323 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3325 p,
	#stacks_in_3325 {
		
	}
	

	
	
	
	
	



#stacks_in_3325 p,
#stacks_in_3325 {
	margin-bottom: 0;
}




	
		#stacks_in_3327 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3327 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3295 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3298 p,
	#stacks_in_3298 {
		
	}
	

	
	
	
	
	



#stacks_in_3298 p,
#stacks_in_3298 {
	margin-bottom: 0;
}




	
		#stacks_in_3300 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3301 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3303 p,
	#stacks_in_3303 {
		
	}
	

	
	
	
	
	



#stacks_in_3303 p,
#stacks_in_3303 {
	margin-bottom: 0;
}




	
		#stacks_in_3305 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3306 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3306 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3306 ul.social_badges_container li,
#stacks_in_3306 ul.social_badges_container li a,
#stacks_in_3306 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3306 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3306 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_3328-shrunken {
	
	display: none;
	
}

#stacks_in_3343 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3343 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3343 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3343 img {
		
			
			
	}
}


#stacks_in_3343 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3343 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3345 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3345 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3345 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3347 .label {
	
}

#stacks_in_3347 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3348 p,
	#stacks_in_3348 {
		
	}
	

	
	
	
	
	



#stacks_in_3348 p,
#stacks_in_3348 {
	margin-bottom: 0;
}


#stacks_in_3348 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3350 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3351 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3353 p,
	#stacks_in_3353 {
		
	}
	

	
	
	
	
	



#stacks_in_3353 p,
#stacks_in_3353 {
	margin-bottom: 0;
}




	
		#stacks_in_3355 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3356 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3358 p,
	#stacks_in_3358 {
		
	}
	

	
	
	
	
	



#stacks_in_3358 p,
#stacks_in_3358 {
	margin-bottom: 0;
}




	
		#stacks_in_3360 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3360 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3329 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3332 p,
	#stacks_in_3332 {
		
	}
	

	
	
	
	
	



#stacks_in_3332 p,
#stacks_in_3332 {
	margin-bottom: 0;
}




	
		#stacks_in_3334 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3335 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3337 p,
	#stacks_in_3337 {
		
	}
	

	
	
	
	
	



#stacks_in_3337 p,
#stacks_in_3337 {
	margin-bottom: 0;
}




	
		#stacks_in_3339 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3340 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3340 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3340 ul.social_badges_container li,
#stacks_in_3340 ul.social_badges_container li a,
#stacks_in_3340 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3340 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3340 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3361-shrunken {
	
	display: none;
	
}

#stacks_in_3376 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3376 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3376 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3376 img {
		
			
			
	}
}


#stacks_in_3376 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3376 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3378 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3378 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3378 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3380 .label {
	
}

#stacks_in_3380 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3381 p,
	#stacks_in_3381 {
		
	}
	

	
	
	
	
	



#stacks_in_3381 p,
#stacks_in_3381 {
	margin-bottom: 0;
}


#stacks_in_3381 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3383 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3384 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3386 p,
	#stacks_in_3386 {
		
	}
	

	
	
	
	
	



#stacks_in_3386 p,
#stacks_in_3386 {
	margin-bottom: 0;
}




	
		#stacks_in_3388 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3389 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3391 p,
	#stacks_in_3391 {
		
	}
	

	
	
	
	
	



#stacks_in_3391 p,
#stacks_in_3391 {
	margin-bottom: 0;
}




	
		#stacks_in_3393 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3393 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3362 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3365 p,
	#stacks_in_3365 {
		
	}
	

	
	
	
	
	



#stacks_in_3365 p,
#stacks_in_3365 {
	margin-bottom: 0;
}




	
		#stacks_in_3367 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3368 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3370 p,
	#stacks_in_3370 {
		
	}
	

	
	
	
	
	



#stacks_in_3370 p,
#stacks_in_3370 {
	margin-bottom: 0;
}




	
		#stacks_in_3372 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3373 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3373 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3373 ul.social_badges_container li,
#stacks_in_3373 ul.social_badges_container li a,
#stacks_in_3373 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3373 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3373 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3394-shrunken {
	
	display: none;
	
}

#stacks_in_3409 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3409 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3409 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3409 img {
		
			
			
	}
}


#stacks_in_3409 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3409 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3411 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3411 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3411 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3413 .label {
	
}

#stacks_in_3413 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3414 p,
	#stacks_in_3414 {
		
	}
	

	
	
	
	
	



#stacks_in_3414 p,
#stacks_in_3414 {
	margin-bottom: 0;
}


#stacks_in_3414 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3416 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3417 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3419 p,
	#stacks_in_3419 {
		
	}
	

	
	
	
	
	



#stacks_in_3419 p,
#stacks_in_3419 {
	margin-bottom: 0;
}




	
		#stacks_in_3421 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3422 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3424 p,
	#stacks_in_3424 {
		
	}
	

	
	
	
	
	



#stacks_in_3424 p,
#stacks_in_3424 {
	margin-bottom: 0;
}




	
		#stacks_in_3426 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3426 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3395 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3398 p,
	#stacks_in_3398 {
		
	}
	

	
	
	
	
	



#stacks_in_3398 p,
#stacks_in_3398 {
	margin-bottom: 0;
}




	
		#stacks_in_3400 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3401 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3403 p,
	#stacks_in_3403 {
		
	}
	

	
	
	
	
	



#stacks_in_3403 p,
#stacks_in_3403 {
	margin-bottom: 0;
}




	
		#stacks_in_3405 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3406 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3406 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3406 ul.social_badges_container li,
#stacks_in_3406 ul.social_badges_container li a,
#stacks_in_3406 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3406 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3406 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3427-shrunken {
	
	display: none;
	
}

#stacks_in_3438 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3438 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3438 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3438 img {
		
			
			
	}
}


#stacks_in_3438 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3438 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3440 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3440 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3440 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3442 .label {
	
}

#stacks_in_3442 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3443 p,
	#stacks_in_3443 {
		
	}
	

	
	
	
	
	



#stacks_in_3443 p,
#stacks_in_3443 {
	margin-bottom: 0;
}


#stacks_in_3443 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3445 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3446 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3448 p,
	#stacks_in_3448 {
		
	}
	

	
	
	
	
	



#stacks_in_3448 p,
#stacks_in_3448 {
	margin-bottom: 0;
}




	
		#stacks_in_3450 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3451 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3453 p,
	#stacks_in_3453 {
		
	}
	

	
	
	
	
	



#stacks_in_3453 p,
#stacks_in_3453 {
	margin-bottom: 0;
}




	
		#stacks_in_3455 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3455 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3428 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3431 p,
	#stacks_in_3431 {
		
	}
	

	
	
	
	
	



#stacks_in_3431 p,
#stacks_in_3431 {
	margin-bottom: 0;
}




	
		#stacks_in_3433 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3434 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3436 p,
	#stacks_in_3436 {
		
	}
	

	
	
	
	
	



#stacks_in_3436 p,
#stacks_in_3436 {
	margin-bottom: 0;
}

.stacks_in_3456-shrunken {
	
	display: none;
	
}

#stacks_in_3471 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3471 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3471 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3471 img {
		
			
			
	}
}


#stacks_in_3471 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3471 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3473 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3473 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3473 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3475 .label {
	
}

#stacks_in_3475 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3476 p,
	#stacks_in_3476 {
		
	}
	

	
	
	
	
	



#stacks_in_3476 p,
#stacks_in_3476 {
	margin-bottom: 0;
}


#stacks_in_3476 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3478 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3479 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3481 p,
	#stacks_in_3481 {
		
	}
	

	
	
	
	
	



#stacks_in_3481 p,
#stacks_in_3481 {
	margin-bottom: 0;
}




	
		#stacks_in_3483 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3484 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3486 p,
	#stacks_in_3486 {
		
	}
	

	
	
	
	
	



#stacks_in_3486 p,
#stacks_in_3486 {
	margin-bottom: 0;
}




	
		#stacks_in_3488 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3488 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3457 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3460 p,
	#stacks_in_3460 {
		
	}
	

	
	
	
	
	



#stacks_in_3460 p,
#stacks_in_3460 {
	margin-bottom: 0;
}




	
		#stacks_in_3462 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3463 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3465 p,
	#stacks_in_3465 {
		
	}
	

	
	
	
	
	



#stacks_in_3465 p,
#stacks_in_3465 {
	margin-bottom: 0;
}




	
		#stacks_in_3467 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3468 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3468 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3468 ul.social_badges_container li,
#stacks_in_3468 ul.social_badges_container li a,
#stacks_in_3468 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3468 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3468 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3489-shrunken {
	
	display: none;
	
}

#stacks_in_3505 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3505 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3505 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3505 img {
		
			
			
	}
}


#stacks_in_3505 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3505 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3507 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3507 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3507 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3509 .label {
	
}

#stacks_in_3509 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3510 p,
	#stacks_in_3510 {
		
	}
	

	
	
	
	
	



#stacks_in_3510 p,
#stacks_in_3510 {
	margin-bottom: 0;
}


#stacks_in_3510 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3512 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3513 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3515 p,
	#stacks_in_3515 {
		
	}
	

	
	
	
	
	



#stacks_in_3515 p,
#stacks_in_3515 {
	margin-bottom: 0;
}




	
		#stacks_in_3517 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3518 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3520 p,
	#stacks_in_3520 {
		
	}
	

	
	
	
	
	



#stacks_in_3520 p,
#stacks_in_3520 {
	margin-bottom: 0;
}




	
		#stacks_in_3522 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3522 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3490 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3493 p,
	#stacks_in_3493 {
		
	}
	

	
	
	
	
	



#stacks_in_3493 p,
#stacks_in_3493 {
	margin-bottom: 0;
}




	
		#stacks_in_3495 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3496 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3498 p,
	#stacks_in_3498 {
		
	}
	

	
	
	
	
	



#stacks_in_3498 p,
#stacks_in_3498 {
	margin-bottom: 0;
}




	
		#stacks_in_3500 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3501 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3501 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3501 ul.social_badges_container li,
#stacks_in_3501 ul.social_badges_container li a,
#stacks_in_3501 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3501 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3501 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_3523-shrunken {
	
	display: none;
	
}

#stacks_in_3539 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3539 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3539 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3539 img {
		
			
			
	}
}


#stacks_in_3539 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3539 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3541 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3541 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3541 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3543 .label {
	
}

#stacks_in_3543 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3544 p,
	#stacks_in_3544 {
		
	}
	

	
	
	
	
	



#stacks_in_3544 p,
#stacks_in_3544 {
	margin-bottom: 0;
}


#stacks_in_3544 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3546 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3547 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3549 p,
	#stacks_in_3549 {
		
	}
	

	
	
	
	
	



#stacks_in_3549 p,
#stacks_in_3549 {
	margin-bottom: 0;
}




	
		#stacks_in_3551 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3552 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3554 p,
	#stacks_in_3554 {
		
	}
	

	
	
	
	
	



#stacks_in_3554 p,
#stacks_in_3554 {
	margin-bottom: 0;
}




	
		#stacks_in_3556 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3556 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3524 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3527 p,
	#stacks_in_3527 {
		
	}
	

	
	
	
	
	



#stacks_in_3527 p,
#stacks_in_3527 {
	margin-bottom: 0;
}




	
		#stacks_in_3529 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3530 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3532 p,
	#stacks_in_3532 {
		
	}
	

	
	
	
	
	



#stacks_in_3532 p,
#stacks_in_3532 {
	margin-bottom: 0;
}




	
		#stacks_in_3534 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3535 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3535 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3535 ul.social_badges_container li,
#stacks_in_3535 ul.social_badges_container li a,
#stacks_in_3535 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3535 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3535 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_3557-shrunken {
	
	display: none;
	
}

#stacks_in_3572 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3572 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3572 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3572 img {
		
			
			
	}
}


#stacks_in_3572 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3572 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3574 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3574 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3574 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3576 .label {
	
}

#stacks_in_3576 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3577 p,
	#stacks_in_3577 {
		
	}
	

	
	
	
	
	



#stacks_in_3577 p,
#stacks_in_3577 {
	margin-bottom: 0;
}


#stacks_in_3577 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3579 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3580 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3582 p,
	#stacks_in_3582 {
		
	}
	

	
	
	
	
	



#stacks_in_3582 p,
#stacks_in_3582 {
	margin-bottom: 0;
}




	
		#stacks_in_3584 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3585 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3587 p,
	#stacks_in_3587 {
		
	}
	

	
	
	
	
	



#stacks_in_3587 p,
#stacks_in_3587 {
	margin-bottom: 0;
}




	
		#stacks_in_3589 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3589 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3558 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3561 p,
	#stacks_in_3561 {
		
	}
	

	
	
	
	
	



#stacks_in_3561 p,
#stacks_in_3561 {
	margin-bottom: 0;
}




	
		#stacks_in_3563 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3564 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3566 p,
	#stacks_in_3566 {
		
	}
	

	
	
	
	
	



#stacks_in_3566 p,
#stacks_in_3566 {
	margin-bottom: 0;
}




	
		#stacks_in_3568 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3569 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3569 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3569 ul.social_badges_container li,
#stacks_in_3569 ul.social_badges_container li a,
#stacks_in_3569 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3569 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3569 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3590-shrunken {
	
	display: none;
	
}

#stacks_in_3605 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3605 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3605 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3605 img {
		
			
			
	}
}


#stacks_in_3605 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3605 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3607 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3607 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3607 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3609 .label {
	
}

#stacks_in_3609 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3610 p,
	#stacks_in_3610 {
		
	}
	

	
	
	
	
	



#stacks_in_3610 p,
#stacks_in_3610 {
	margin-bottom: 0;
}


#stacks_in_3610 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3612 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3613 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3615 p,
	#stacks_in_3615 {
		
	}
	

	
	
	
	
	



#stacks_in_3615 p,
#stacks_in_3615 {
	margin-bottom: 0;
}




	
		#stacks_in_3617 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3618 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3620 p,
	#stacks_in_3620 {
		
	}
	

	
	
	
	
	



#stacks_in_3620 p,
#stacks_in_3620 {
	margin-bottom: 0;
}




	
		#stacks_in_3622 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3622 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3591 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3594 p,
	#stacks_in_3594 {
		
	}
	

	
	
	
	
	



#stacks_in_3594 p,
#stacks_in_3594 {
	margin-bottom: 0;
}




	
		#stacks_in_3596 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3597 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3599 p,
	#stacks_in_3599 {
		
	}
	

	
	
	
	
	



#stacks_in_3599 p,
#stacks_in_3599 {
	margin-bottom: 0;
}




	
		#stacks_in_3601 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3602 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3602 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3602 ul.social_badges_container li,
#stacks_in_3602 ul.social_badges_container li a,
#stacks_in_3602 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3602 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3602 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3623-shrunken {
	
	display: none;
	
}

#stacks_in_3638 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3638 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3638 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3638 img {
		
			
			
	}
}


#stacks_in_3638 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3638 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3640 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3640 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3640 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3642 .label {
	
}

#stacks_in_3642 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3643 p,
	#stacks_in_3643 {
		
	}
	

	
	
	
	
	



#stacks_in_3643 p,
#stacks_in_3643 {
	margin-bottom: 0;
}


#stacks_in_3643 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3645 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3646 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3648 p,
	#stacks_in_3648 {
		
	}
	

	
	
	
	
	



#stacks_in_3648 p,
#stacks_in_3648 {
	margin-bottom: 0;
}




	
		#stacks_in_3650 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3651 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3653 p,
	#stacks_in_3653 {
		
	}
	

	
	
	
	
	



#stacks_in_3653 p,
#stacks_in_3653 {
	margin-bottom: 0;
}




	
		#stacks_in_3655 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3655 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3624 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3627 p,
	#stacks_in_3627 {
		
	}
	

	
	
	
	
	



#stacks_in_3627 p,
#stacks_in_3627 {
	margin-bottom: 0;
}




	
		#stacks_in_3629 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3630 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3632 p,
	#stacks_in_3632 {
		
	}
	

	
	
	
	
	



#stacks_in_3632 p,
#stacks_in_3632 {
	margin-bottom: 0;
}




	
		#stacks_in_3634 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3635 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3635 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3635 ul.social_badges_container li,
#stacks_in_3635 ul.social_badges_container li a,
#stacks_in_3635 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3635 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3635 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3656-shrunken {
	
	display: none;
	
}

#stacks_in_3671 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3671 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3671 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3671 img {
		
			
			
	}
}


#stacks_in_3671 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3671 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3673 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3673 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3673 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3675 .label {
	
}

#stacks_in_3675 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3676 p,
	#stacks_in_3676 {
		
	}
	

	
	
	
	
	



#stacks_in_3676 p,
#stacks_in_3676 {
	margin-bottom: 0;
}


#stacks_in_3676 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3678 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3679 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3681 p,
	#stacks_in_3681 {
		
	}
	

	
	
	
	
	



#stacks_in_3681 p,
#stacks_in_3681 {
	margin-bottom: 0;
}




	
		#stacks_in_3683 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3684 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3686 p,
	#stacks_in_3686 {
		
	}
	

	
	
	
	
	



#stacks_in_3686 p,
#stacks_in_3686 {
	margin-bottom: 0;
}




	
		#stacks_in_3688 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3688 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3657 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3660 p,
	#stacks_in_3660 {
		
	}
	

	
	
	
	
	



#stacks_in_3660 p,
#stacks_in_3660 {
	margin-bottom: 0;
}




	
		#stacks_in_3662 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3663 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3665 p,
	#stacks_in_3665 {
		
	}
	

	
	
	
	
	



#stacks_in_3665 p,
#stacks_in_3665 {
	margin-bottom: 0;
}




	
		#stacks_in_3667 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3668 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3668 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3668 ul.social_badges_container li,
#stacks_in_3668 ul.social_badges_container li a,
#stacks_in_3668 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3668 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3668 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3689-shrunken {
	
	display: none;
	
}

#stacks_in_3704 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3704 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3704 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3704 img {
		
			
			
	}
}


#stacks_in_3704 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3704 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3706 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3706 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3706 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3708 .label {
	
}

#stacks_in_3708 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3709 p,
	#stacks_in_3709 {
		
	}
	

	
	
	
	
	



#stacks_in_3709 p,
#stacks_in_3709 {
	margin-bottom: 0;
}


#stacks_in_3709 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3711 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3712 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3714 p,
	#stacks_in_3714 {
		
	}
	

	
	
	
	
	



#stacks_in_3714 p,
#stacks_in_3714 {
	margin-bottom: 0;
}




	
		#stacks_in_3716 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3717 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3719 p,
	#stacks_in_3719 {
		
	}
	

	
	
	
	
	



#stacks_in_3719 p,
#stacks_in_3719 {
	margin-bottom: 0;
}




	
		#stacks_in_3721 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3721 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3690 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3693 p,
	#stacks_in_3693 {
		
	}
	

	
	
	
	
	



#stacks_in_3693 p,
#stacks_in_3693 {
	margin-bottom: 0;
}




	
		#stacks_in_3695 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3696 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3698 p,
	#stacks_in_3698 {
		
	}
	

	
	
	
	
	



#stacks_in_3698 p,
#stacks_in_3698 {
	margin-bottom: 0;
}




	
		#stacks_in_3700 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3701 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3701 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3701 ul.social_badges_container li,
#stacks_in_3701 ul.social_badges_container li a,
#stacks_in_3701 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3701 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3701 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3722-shrunken {
	
	display: none;
	
}

#stacks_in_3732 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3732 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3732 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3732 img {
		
			
			
	}
}


#stacks_in_3732 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3732 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3734 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3734 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3734 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3736 .label {
	
}

#stacks_in_3736 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3737 p,
	#stacks_in_3737 {
		
	}
	

	
	
	
	
	



#stacks_in_3737 p,
#stacks_in_3737 {
	margin-bottom: 0;
}


#stacks_in_3737 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3739 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3740 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3742 p,
	#stacks_in_3742 {
		
	}
	

	
	
	
	
	



#stacks_in_3742 p,
#stacks_in_3742 {
	margin-bottom: 0;
}




	
		#stacks_in_3744 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3745 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3747 p,
	#stacks_in_3747 {
		
	}
	

	
	
	
	
	



#stacks_in_3747 p,
#stacks_in_3747 {
	margin-bottom: 0;
}




	
		#stacks_in_3749 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3749 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3723 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3726 p,
	#stacks_in_3726 {
		
	}
	

	
	
	
	
	



#stacks_in_3726 p,
#stacks_in_3726 {
	margin-bottom: 0;
}




	
		#stacks_in_3728 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3729 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3729 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3729 ul.social_badges_container li,
#stacks_in_3729 ul.social_badges_container li a,
#stacks_in_3729 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3729 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3729 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3783-shrunken {
	
	display: none;
	
}

#stacks_in_3798 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3798 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3798 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3798 img {
		
			
			
	}
}


#stacks_in_3798 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3798 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3800 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3800 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3800 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3802 .label {
	
}

#stacks_in_3802 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3803 p,
	#stacks_in_3803 {
		
	}
	

	
	
	
	
	



#stacks_in_3803 p,
#stacks_in_3803 {
	margin-bottom: 0;
}


#stacks_in_3803 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3805 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3806 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3808 p,
	#stacks_in_3808 {
		
	}
	

	
	
	
	
	



#stacks_in_3808 p,
#stacks_in_3808 {
	margin-bottom: 0;
}




	
		#stacks_in_3810 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3811 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3813 p,
	#stacks_in_3813 {
		
	}
	

	
	
	
	
	



#stacks_in_3813 p,
#stacks_in_3813 {
	margin-bottom: 0;
}




	
		#stacks_in_3815 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3815 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3784 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3787 p,
	#stacks_in_3787 {
		
	}
	

	
	
	
	
	



#stacks_in_3787 p,
#stacks_in_3787 {
	margin-bottom: 0;
}




	
		#stacks_in_3789 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3790 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3792 p,
	#stacks_in_3792 {
		
	}
	

	
	
	
	
	



#stacks_in_3792 p,
#stacks_in_3792 {
	margin-bottom: 0;
}




	
		#stacks_in_3794 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3795 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3795 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3795 ul.social_badges_container li,
#stacks_in_3795 ul.social_badges_container li a,
#stacks_in_3795 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3795 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3795 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3816-shrunken {
	
	display: none;
	
}

#stacks_in_3831 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3831 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3831 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3831 img {
		
			
			
	}
}


#stacks_in_3831 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3831 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3833 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3833 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3833 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3835 .label {
	
}

#stacks_in_3835 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3836 p,
	#stacks_in_3836 {
		
	}
	

	
	
	
	
	



#stacks_in_3836 p,
#stacks_in_3836 {
	margin-bottom: 0;
}


#stacks_in_3836 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3838 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3839 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3841 p,
	#stacks_in_3841 {
		
	}
	

	
	
	
	
	



#stacks_in_3841 p,
#stacks_in_3841 {
	margin-bottom: 0;
}




	
		#stacks_in_3843 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3844 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3846 p,
	#stacks_in_3846 {
		
	}
	

	
	
	
	
	



#stacks_in_3846 p,
#stacks_in_3846 {
	margin-bottom: 0;
}




	
		#stacks_in_3848 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3848 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3817 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3820 p,
	#stacks_in_3820 {
		
	}
	

	
	
	
	
	



#stacks_in_3820 p,
#stacks_in_3820 {
	margin-bottom: 0;
}




	
		#stacks_in_3822 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3823 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3825 p,
	#stacks_in_3825 {
		
	}
	

	
	
	
	
	



#stacks_in_3825 p,
#stacks_in_3825 {
	margin-bottom: 0;
}




	
		#stacks_in_3827 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3828 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3828 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3828 ul.social_badges_container li,
#stacks_in_3828 ul.social_badges_container li a,
#stacks_in_3828 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3828 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3828 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3849-shrunken {
	
	display: none;
	
}

#stacks_in_3864 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3864 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3864 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3864 img {
		
			
			
	}
}


#stacks_in_3864 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3864 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3866 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3866 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3866 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3868 .label {
	
}

#stacks_in_3868 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3869 p,
	#stacks_in_3869 {
		
	}
	

	
	
	
	
	



#stacks_in_3869 p,
#stacks_in_3869 {
	margin-bottom: 0;
}


#stacks_in_3869 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3871 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3872 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3874 p,
	#stacks_in_3874 {
		
	}
	

	
	
	
	
	



#stacks_in_3874 p,
#stacks_in_3874 {
	margin-bottom: 0;
}




	
		#stacks_in_3876 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3877 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3879 p,
	#stacks_in_3879 {
		
	}
	

	
	
	
	
	



#stacks_in_3879 p,
#stacks_in_3879 {
	margin-bottom: 0;
}




	
		#stacks_in_3881 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3881 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3850 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3853 p,
	#stacks_in_3853 {
		
	}
	

	
	
	
	
	



#stacks_in_3853 p,
#stacks_in_3853 {
	margin-bottom: 0;
}




	
		#stacks_in_3855 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3856 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3858 p,
	#stacks_in_3858 {
		
	}
	

	
	
	
	
	



#stacks_in_3858 p,
#stacks_in_3858 {
	margin-bottom: 0;
}




	
		#stacks_in_3860 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3861 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3861 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3861 ul.social_badges_container li,
#stacks_in_3861 ul.social_badges_container li a,
#stacks_in_3861 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3861 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3861 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3882-shrunken {
	
	display: none;
	
}

#stacks_in_3897 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3897 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3897 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3897 img {
		
			
			
	}
}


#stacks_in_3897 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3897 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3899 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3899 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3899 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3901 .label {
	
}

#stacks_in_3901 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3902 p,
	#stacks_in_3902 {
		
	}
	

	
	
	
	
	



#stacks_in_3902 p,
#stacks_in_3902 {
	margin-bottom: 0;
}


#stacks_in_3902 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3904 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3905 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3907 p,
	#stacks_in_3907 {
		
	}
	

	
	
	
	
	



#stacks_in_3907 p,
#stacks_in_3907 {
	margin-bottom: 0;
}




	
		#stacks_in_3909 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3910 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3912 p,
	#stacks_in_3912 {
		
	}
	

	
	
	
	
	



#stacks_in_3912 p,
#stacks_in_3912 {
	margin-bottom: 0;
}




	
		#stacks_in_3914 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3914 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3883 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3886 p,
	#stacks_in_3886 {
		
	}
	

	
	
	
	
	



#stacks_in_3886 p,
#stacks_in_3886 {
	margin-bottom: 0;
}




	
		#stacks_in_3888 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3889 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3891 p,
	#stacks_in_3891 {
		
	}
	

	
	
	
	
	



#stacks_in_3891 p,
#stacks_in_3891 {
	margin-bottom: 0;
}




	
		#stacks_in_3893 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3894 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3894 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3894 ul.social_badges_container li,
#stacks_in_3894 ul.social_badges_container li a,
#stacks_in_3894 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3894 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3894 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3915-shrunken {
	
	display: none;
	
}

#stacks_in_3934 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3934 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3934 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3934 img {
		
			
			
	}
}


#stacks_in_3934 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3934 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3936 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3936 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3936 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3938 .label {
	
}

#stacks_in_3938 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3939 p,
	#stacks_in_3939 {
		
	}
	

	
	
	
	
	



#stacks_in_3939 p,
#stacks_in_3939 {
	margin-bottom: 0;
}


#stacks_in_3939 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3941 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3942 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3944 p,
	#stacks_in_3944 {
		
	}
	

	
	
	
	
	



#stacks_in_3944 p,
#stacks_in_3944 {
	margin-bottom: 0;
}




	
		#stacks_in_3946 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3947 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3949 p,
	#stacks_in_3949 {
		
	}
	

	
	
	
	
	



#stacks_in_3949 p,
#stacks_in_3949 {
	margin-bottom: 0;
}




	
		#stacks_in_3951 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3951 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3916 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3919 p,
	#stacks_in_3919 {
		
	}
	

	
	
	
	
	



#stacks_in_3919 p,
#stacks_in_3919 {
	margin-bottom: 0;
}




	
		#stacks_in_3921 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3922 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3924 p,
	#stacks_in_3924 {
		
	}
	

	
	
	
	
	



#stacks_in_3924 p,
#stacks_in_3924 {
	margin-bottom: 0;
}



/* Option for reoving base margin */
#stacks_in_3926 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3928 p,
	#stacks_in_3928 {
		
	}
	

	
	
	
	
	



#stacks_in_3928 p,
#stacks_in_3928 {
	margin-bottom: 0;
}




	
		#stacks_in_3930 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_3931 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_3931 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_3931 ul.social_badges_container li,
#stacks_in_3931 ul.social_badges_container li a,
#stacks_in_3931 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_3931 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_3931 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_3952-shrunken {
	
	display: none;
	
}

#stacks_in_3968 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_3968 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_3968 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_3968 img {
		
			
			
	}
}


#stacks_in_3968 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_3968 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_3970 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_3970 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_3970 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_3972 .label {
	
}

#stacks_in_3972 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_3973 p,
	#stacks_in_3973 {
		
	}
	

	
	
	
	
	



#stacks_in_3973 p,
#stacks_in_3973 {
	margin-bottom: 0;
}


#stacks_in_3973 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_3975 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3976 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3978 p,
	#stacks_in_3978 {
		
	}
	

	
	
	
	
	



#stacks_in_3978 p,
#stacks_in_3978 {
	margin-bottom: 0;
}




	
		#stacks_in_3980 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3981 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3983 p,
	#stacks_in_3983 {
		
	}
	

	
	
	
	
	



#stacks_in_3983 p,
#stacks_in_3983 {
	margin-bottom: 0;
}




	
		#stacks_in_3985 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_3985 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3953 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3956 p,
	#stacks_in_3956 {
		
	}
	

	
	
	
	
	



#stacks_in_3956 p,
#stacks_in_3956 {
	margin-bottom: 0;
}




	
		#stacks_in_3958 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3959 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3961 p,
	#stacks_in_3961 {
		
	}
	

	
	
	
	
	



#stacks_in_3961 p,
#stacks_in_3961 {
	margin-bottom: 0;
}



/* Option for reoving base margin */
#stacks_in_3963 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3965 p,
	#stacks_in_3965 {
		
	}
	

	
	
	
	
	



#stacks_in_3965 p,
#stacks_in_3965 {
	margin-bottom: 0;
}




	
		#stacks_in_3967 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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

.stacks_in_3986-shrunken {
	
	display: none;
	
}

#stacks_in_4005 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4005 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4005 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4005 img {
		
			
			
	}
}


#stacks_in_4005 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4005 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4007 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4007 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4007 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4009 .label {
	
}

#stacks_in_4009 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4010 p,
	#stacks_in_4010 {
		
	}
	

	
	
	
	
	



#stacks_in_4010 p,
#stacks_in_4010 {
	margin-bottom: 0;
}


#stacks_in_4010 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4012 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4013 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4015 p,
	#stacks_in_4015 {
		
	}
	

	
	
	
	
	



#stacks_in_4015 p,
#stacks_in_4015 {
	margin-bottom: 0;
}




	
		#stacks_in_4017 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4018 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4020 p,
	#stacks_in_4020 {
		
	}
	

	
	
	
	
	



#stacks_in_4020 p,
#stacks_in_4020 {
	margin-bottom: 0;
}




	
		#stacks_in_4022 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4022 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_3987 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3990 p,
	#stacks_in_3990 {
		
	}
	

	
	
	
	
	



#stacks_in_3990 p,
#stacks_in_3990 {
	margin-bottom: 0;
}




	
		#stacks_in_3992 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_3993 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3995 p,
	#stacks_in_3995 {
		
	}
	

	
	
	
	
	



#stacks_in_3995 p,
#stacks_in_3995 {
	margin-bottom: 0;
}



/* Option for reoving base margin */
#stacks_in_3997 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_3999 p,
	#stacks_in_3999 {
		
	}
	

	
	
	
	
	



#stacks_in_3999 p,
#stacks_in_3999 {
	margin-bottom: 0;
}




	
		#stacks_in_4001 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4002 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4002 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4002 ul.social_badges_container li,
#stacks_in_4002 ul.social_badges_container li a,
#stacks_in_4002 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4002 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4002 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_4023-shrunken {
	
	display: none;
	
}

#stacks_in_4042 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4042 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4042 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4042 img {
		
			
			
	}
}


#stacks_in_4042 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4042 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4044 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4044 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4044 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4046 .label {
	
}

#stacks_in_4046 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4047 p,
	#stacks_in_4047 {
		
	}
	

	
	
	
	
	



#stacks_in_4047 p,
#stacks_in_4047 {
	margin-bottom: 0;
}


#stacks_in_4047 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4049 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4050 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4052 p,
	#stacks_in_4052 {
		
	}
	

	
	
	
	
	



#stacks_in_4052 p,
#stacks_in_4052 {
	margin-bottom: 0;
}




	
		#stacks_in_4054 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4055 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4057 p,
	#stacks_in_4057 {
		
	}
	

	
	
	
	
	



#stacks_in_4057 p,
#stacks_in_4057 {
	margin-bottom: 0;
}




	
		#stacks_in_4059 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4059 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4024 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4027 p,
	#stacks_in_4027 {
		
	}
	

	
	
	
	
	



#stacks_in_4027 p,
#stacks_in_4027 {
	margin-bottom: 0;
}




	
		#stacks_in_4029 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4030 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4032 p,
	#stacks_in_4032 {
		
	}
	

	
	
	
	
	



#stacks_in_4032 p,
#stacks_in_4032 {
	margin-bottom: 0;
}



/* Option for reoving base margin */
#stacks_in_4034 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4036 p,
	#stacks_in_4036 {
		
	}
	

	
	
	
	
	



#stacks_in_4036 p,
#stacks_in_4036 {
	margin-bottom: 0;
}




	
		#stacks_in_4038 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4039 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4039 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4039 ul.social_badges_container li,
#stacks_in_4039 ul.social_badges_container li a,
#stacks_in_4039 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4039 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4039 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_4060-shrunken {
	
	display: none;
	
}

#stacks_in_4076 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4076 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4076 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4076 img {
		
			
			
	}
}


#stacks_in_4076 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4076 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4078 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4078 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4078 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4080 .label {
	
}

#stacks_in_4080 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4081 p,
	#stacks_in_4081 {
		
	}
	

	
	
	
	
	



#stacks_in_4081 p,
#stacks_in_4081 {
	margin-bottom: 0;
}


#stacks_in_4081 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4083 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4084 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4086 p,
	#stacks_in_4086 {
		
	}
	

	
	
	
	
	



#stacks_in_4086 p,
#stacks_in_4086 {
	margin-bottom: 0;
}




	
		#stacks_in_4088 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4089 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4091 p,
	#stacks_in_4091 {
		
	}
	

	
	
	
	
	



#stacks_in_4091 p,
#stacks_in_4091 {
	margin-bottom: 0;
}




	
		#stacks_in_4093 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4093 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4061 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4064 p,
	#stacks_in_4064 {
		
	}
	

	
	
	
	
	



#stacks_in_4064 p,
#stacks_in_4064 {
	margin-bottom: 0;
}




	
		#stacks_in_4066 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4067 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4069 p,
	#stacks_in_4069 {
		
	}
	

	
	
	
	
	



#stacks_in_4069 p,
#stacks_in_4069 {
	margin-bottom: 0;
}




	
		#stacks_in_4071 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4072 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4072 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4072 ul.social_badges_container li,
#stacks_in_4072 ul.social_badges_container li a,
#stacks_in_4072 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4072 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4072 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_4094-shrunken {
	
	display: none;
	
}

#stacks_in_4109 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4109 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4109 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4109 img {
		
			
			
	}
}


#stacks_in_4109 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4109 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4111 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4111 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4111 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4113 .label {
	
}

#stacks_in_4113 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4114 p,
	#stacks_in_4114 {
		
	}
	

	
	
	
	
	



#stacks_in_4114 p,
#stacks_in_4114 {
	margin-bottom: 0;
}


#stacks_in_4114 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4116 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4117 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4119 p,
	#stacks_in_4119 {
		
	}
	

	
	
	
	
	



#stacks_in_4119 p,
#stacks_in_4119 {
	margin-bottom: 0;
}




	
		#stacks_in_4121 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4122 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4124 p,
	#stacks_in_4124 {
		
	}
	

	
	
	
	
	



#stacks_in_4124 p,
#stacks_in_4124 {
	margin-bottom: 0;
}




	
		#stacks_in_4126 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4126 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4095 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4098 p,
	#stacks_in_4098 {
		
	}
	

	
	
	
	
	



#stacks_in_4098 p,
#stacks_in_4098 {
	margin-bottom: 0;
}




	
		#stacks_in_4100 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4101 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4103 p,
	#stacks_in_4103 {
		
	}
	

	
	
	
	
	



#stacks_in_4103 p,
#stacks_in_4103 {
	margin-bottom: 0;
}




	
		#stacks_in_4105 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4106 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4106 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4106 ul.social_badges_container li,
#stacks_in_4106 ul.social_badges_container li a,
#stacks_in_4106 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4106 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4106 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_4127-shrunken {
	
	display: none;
	
}

#stacks_in_4138 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4138 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4138 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4138 img {
		
			
			
	}
}


#stacks_in_4138 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4138 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4140 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4140 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4140 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4142 .label {
	
}

#stacks_in_4142 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4143 p,
	#stacks_in_4143 {
		
	}
	

	
	
	
	
	



#stacks_in_4143 p,
#stacks_in_4143 {
	margin-bottom: 0;
}


#stacks_in_4143 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4145 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4146 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4148 p,
	#stacks_in_4148 {
		
	}
	

	
	
	
	
	



#stacks_in_4148 p,
#stacks_in_4148 {
	margin-bottom: 0;
}




	
		#stacks_in_4150 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4151 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4153 p,
	#stacks_in_4153 {
		
	}
	

	
	
	
	
	



#stacks_in_4153 p,
#stacks_in_4153 {
	margin-bottom: 0;
}




	
		#stacks_in_4155 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4155 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4128 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4131 p,
	#stacks_in_4131 {
		
	}
	

	
	
	
	
	



#stacks_in_4131 p,
#stacks_in_4131 {
	margin-bottom: 0;
}




	
		#stacks_in_4133 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4134 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4136 p,
	#stacks_in_4136 {
		
	}
	

	
	
	
	
	



#stacks_in_4136 p,
#stacks_in_4136 {
	margin-bottom: 0;
}

.stacks_in_4156-shrunken {
	
	display: none;
	
}

#stacks_in_4167 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4167 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4167 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4167 img {
		
			
			
	}
}


#stacks_in_4167 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4167 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4169 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4169 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4169 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4171 .label {
	
}

#stacks_in_4171 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4172 p,
	#stacks_in_4172 {
		
	}
	

	
	
	
	
	



#stacks_in_4172 p,
#stacks_in_4172 {
	margin-bottom: 0;
}


#stacks_in_4172 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4174 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4175 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4177 p,
	#stacks_in_4177 {
		
	}
	

	
	
	
	
	



#stacks_in_4177 p,
#stacks_in_4177 {
	margin-bottom: 0;
}




	
		#stacks_in_4179 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4180 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4182 p,
	#stacks_in_4182 {
		
	}
	

	
	
	
	
	



#stacks_in_4182 p,
#stacks_in_4182 {
	margin-bottom: 0;
}




	
		#stacks_in_4184 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4184 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4157 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4160 p,
	#stacks_in_4160 {
		
	}
	

	
	
	
	
	



#stacks_in_4160 p,
#stacks_in_4160 {
	margin-bottom: 0;
}




	
		#stacks_in_4162 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4163 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4165 p,
	#stacks_in_4165 {
		
	}
	

	
	
	
	
	



#stacks_in_4165 p,
#stacks_in_4165 {
	margin-bottom: 0;
}

.stacks_in_4185-shrunken {
	
	display: none;
	
}

#stacks_in_4201 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4201 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4201 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4201 img {
		
			
			
	}
}


#stacks_in_4201 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4201 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4203 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4203 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4203 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4205 .label {
	
}

#stacks_in_4205 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4206 p,
	#stacks_in_4206 {
		
	}
	

	
	
	
	
	



#stacks_in_4206 p,
#stacks_in_4206 {
	margin-bottom: 0;
}


#stacks_in_4206 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4208 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4209 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4211 p,
	#stacks_in_4211 {
		
	}
	

	
	
	
	
	



#stacks_in_4211 p,
#stacks_in_4211 {
	margin-bottom: 0;
}




	
		#stacks_in_4213 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4214 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4216 p,
	#stacks_in_4216 {
		
	}
	

	
	
	
	
	



#stacks_in_4216 p,
#stacks_in_4216 {
	margin-bottom: 0;
}




	
		#stacks_in_4218 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4218 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4186 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4189 p,
	#stacks_in_4189 {
		
	}
	

	
	
	
	
	



#stacks_in_4189 p,
#stacks_in_4189 {
	margin-bottom: 0;
}




	
		#stacks_in_4191 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4192 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4194 p,
	#stacks_in_4194 {
		
	}
	

	
	
	
	
	



#stacks_in_4194 p,
#stacks_in_4194 {
	margin-bottom: 0;
}




	
		#stacks_in_4196 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4197 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4197 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4197 ul.social_badges_container li,
#stacks_in_4197 ul.social_badges_container li a,
#stacks_in_4197 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4197 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4197 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_4219-shrunken {
	
	display: none;
	
}

#stacks_in_4234 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4234 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4234 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4234 img {
		
			
			
	}
}


#stacks_in_4234 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4234 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4236 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4236 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4236 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4238 .label {
	
}

#stacks_in_4238 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4239 p,
	#stacks_in_4239 {
		
	}
	

	
	
	
	
	



#stacks_in_4239 p,
#stacks_in_4239 {
	margin-bottom: 0;
}


#stacks_in_4239 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4241 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4242 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4244 p,
	#stacks_in_4244 {
		
	}
	

	
	
	
	
	



#stacks_in_4244 p,
#stacks_in_4244 {
	margin-bottom: 0;
}




	
		#stacks_in_4246 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4247 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4249 p,
	#stacks_in_4249 {
		
	}
	

	
	
	
	
	



#stacks_in_4249 p,
#stacks_in_4249 {
	margin-bottom: 0;
}




	
		#stacks_in_4251 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4251 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4220 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4223 p,
	#stacks_in_4223 {
		
	}
	

	
	
	
	
	



#stacks_in_4223 p,
#stacks_in_4223 {
	margin-bottom: 0;
}




	
		#stacks_in_4225 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4226 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4228 p,
	#stacks_in_4228 {
		
	}
	

	
	
	
	
	



#stacks_in_4228 p,
#stacks_in_4228 {
	margin-bottom: 0;
}




	
		#stacks_in_4230 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4231 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4231 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4231 ul.social_badges_container li,
#stacks_in_4231 ul.social_badges_container li a,
#stacks_in_4231 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4231 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4231 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_4252-shrunken {
	
	display: none;
	
}

#stacks_in_4268 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4268 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4268 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4268 img {
		
			
			
	}
}


#stacks_in_4268 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4268 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4270 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4270 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4270 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4272 .label {
	
}

#stacks_in_4272 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4273 p,
	#stacks_in_4273 {
		
	}
	

	
	
	
	
	



#stacks_in_4273 p,
#stacks_in_4273 {
	margin-bottom: 0;
}


#stacks_in_4273 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4275 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4276 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4278 p,
	#stacks_in_4278 {
		
	}
	

	
	
	
	
	



#stacks_in_4278 p,
#stacks_in_4278 {
	margin-bottom: 0;
}




	
		#stacks_in_4280 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4281 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4283 p,
	#stacks_in_4283 {
		
	}
	

	
	
	
	
	



#stacks_in_4283 p,
#stacks_in_4283 {
	margin-bottom: 0;
}




	
		#stacks_in_4285 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4285 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4253 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4256 p,
	#stacks_in_4256 {
		
	}
	

	
	
	
	
	



#stacks_in_4256 p,
#stacks_in_4256 {
	margin-bottom: 0;
}




	
		#stacks_in_4258 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4259 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4261 p,
	#stacks_in_4261 {
		
	}
	

	
	
	
	
	



#stacks_in_4261 p,
#stacks_in_4261 {
	margin-bottom: 0;
}




	
		#stacks_in_4263 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4264 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4264 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4264 ul.social_badges_container li,
#stacks_in_4264 ul.social_badges_container li a,
#stacks_in_4264 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4264 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4264 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_4286-shrunken {
	
	display: none;
	
}

#stacks_in_4302 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4302 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4302 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4302 img {
		
			
			
	}
}


#stacks_in_4302 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4302 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4304 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4304 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4304 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4306 .label {
	
}

#stacks_in_4306 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4307 p,
	#stacks_in_4307 {
		
	}
	

	
	
	
	
	



#stacks_in_4307 p,
#stacks_in_4307 {
	margin-bottom: 0;
}


#stacks_in_4307 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4309 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4310 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4312 p,
	#stacks_in_4312 {
		
	}
	

	
	
	
	
	



#stacks_in_4312 p,
#stacks_in_4312 {
	margin-bottom: 0;
}




	
		#stacks_in_4314 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4315 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4317 p,
	#stacks_in_4317 {
		
	}
	

	
	
	
	
	



#stacks_in_4317 p,
#stacks_in_4317 {
	margin-bottom: 0;
}




	
		#stacks_in_4319 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4319 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4287 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4290 p,
	#stacks_in_4290 {
		
	}
	

	
	
	
	
	



#stacks_in_4290 p,
#stacks_in_4290 {
	margin-bottom: 0;
}




	
		#stacks_in_4292 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4293 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4295 p,
	#stacks_in_4295 {
		
	}
	

	
	
	
	
	



#stacks_in_4295 p,
#stacks_in_4295 {
	margin-bottom: 0;
}




	
		#stacks_in_4297 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4298 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4298 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4298 ul.social_badges_container li,
#stacks_in_4298 ul.social_badges_container li a,
#stacks_in_4298 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4298 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4298 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_4320-shrunken {
	
	display: none;
	
}

#stacks_in_4336 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4336 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4336 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4336 img {
		
			
			
	}
}


#stacks_in_4336 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4336 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4338 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4338 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4338 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4340 .label {
	
}

#stacks_in_4340 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4341 p,
	#stacks_in_4341 {
		
	}
	

	
	
	
	
	



#stacks_in_4341 p,
#stacks_in_4341 {
	margin-bottom: 0;
}


#stacks_in_4341 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4343 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4344 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4346 p,
	#stacks_in_4346 {
		
	}
	

	
	
	
	
	



#stacks_in_4346 p,
#stacks_in_4346 {
	margin-bottom: 0;
}




	
		#stacks_in_4348 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4349 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4351 p,
	#stacks_in_4351 {
		
	}
	

	
	
	
	
	



#stacks_in_4351 p,
#stacks_in_4351 {
	margin-bottom: 0;
}




	
		#stacks_in_4353 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4353 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4321 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4324 p,
	#stacks_in_4324 {
		
	}
	

	
	
	
	
	



#stacks_in_4324 p,
#stacks_in_4324 {
	margin-bottom: 0;
}




	
		#stacks_in_4326 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4327 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4329 p,
	#stacks_in_4329 {
		
	}
	

	
	
	
	
	



#stacks_in_4329 p,
#stacks_in_4329 {
	margin-bottom: 0;
}




	
		#stacks_in_4331 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4332 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4332 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4332 ul.social_badges_container li,
#stacks_in_4332 ul.social_badges_container li a,
#stacks_in_4332 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4332 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4332 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_4354-shrunken {
	
	display: none;
	
}

#stacks_in_4370 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4370 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4370 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4370 img {
		
			
			
	}
}


#stacks_in_4370 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4370 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4372 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4372 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4372 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4374 .label {
	
}

#stacks_in_4374 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4375 p,
	#stacks_in_4375 {
		
	}
	

	
	
	
	
	



#stacks_in_4375 p,
#stacks_in_4375 {
	margin-bottom: 0;
}


#stacks_in_4375 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4377 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4378 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4380 p,
	#stacks_in_4380 {
		
	}
	

	
	
	
	
	



#stacks_in_4380 p,
#stacks_in_4380 {
	margin-bottom: 0;
}




	
		#stacks_in_4382 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4383 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4385 p,
	#stacks_in_4385 {
		
	}
	

	
	
	
	
	



#stacks_in_4385 p,
#stacks_in_4385 {
	margin-bottom: 0;
}




	
		#stacks_in_4387 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4387 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4355 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4358 p,
	#stacks_in_4358 {
		
	}
	

	
	
	
	
	



#stacks_in_4358 p,
#stacks_in_4358 {
	margin-bottom: 0;
}




	
		#stacks_in_4360 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4361 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4363 p,
	#stacks_in_4363 {
		
	}
	

	
	
	
	
	



#stacks_in_4363 p,
#stacks_in_4363 {
	margin-bottom: 0;
}




	
		#stacks_in_4365 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4366 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4366 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4366 ul.social_badges_container li,
#stacks_in_4366 ul.social_badges_container li a,
#stacks_in_4366 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4366 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4366 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_4388-shrunken {
	
	display: none;
	
}

#stacks_in_4403 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4403 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4403 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4403 img {
		
			
			
	}
}


#stacks_in_4403 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4403 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4405 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4405 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4405 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4407 .label {
	
}

#stacks_in_4407 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4408 p,
	#stacks_in_4408 {
		
	}
	

	
	
	
	
	



#stacks_in_4408 p,
#stacks_in_4408 {
	margin-bottom: 0;
}


#stacks_in_4408 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4410 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4411 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4413 p,
	#stacks_in_4413 {
		
	}
	

	
	
	
	
	



#stacks_in_4413 p,
#stacks_in_4413 {
	margin-bottom: 0;
}




	
		#stacks_in_4415 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4416 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4418 p,
	#stacks_in_4418 {
		
	}
	

	
	
	
	
	



#stacks_in_4418 p,
#stacks_in_4418 {
	margin-bottom: 0;
}




	
		#stacks_in_4420 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4420 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4389 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4392 p,
	#stacks_in_4392 {
		
	}
	

	
	
	
	
	



#stacks_in_4392 p,
#stacks_in_4392 {
	margin-bottom: 0;
}




	
		#stacks_in_4394 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4395 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4397 p,
	#stacks_in_4397 {
		
	}
	

	
	
	
	
	



#stacks_in_4397 p,
#stacks_in_4397 {
	margin-bottom: 0;
}




	
		#stacks_in_4399 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4400 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4400 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4400 ul.social_badges_container li,
#stacks_in_4400 ul.social_badges_container li a,
#stacks_in_4400 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4400 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4400 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_4421-shrunken {
	
	display: none;
	
}

#stacks_in_4436 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4436 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4436 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4436 img {
		
			
			
	}
}


#stacks_in_4436 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4436 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4438 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4438 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4438 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4440 .label {
	
}

#stacks_in_4440 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4441 p,
	#stacks_in_4441 {
		
	}
	

	
	
	
	
	



#stacks_in_4441 p,
#stacks_in_4441 {
	margin-bottom: 0;
}


#stacks_in_4441 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4443 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4444 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4446 p,
	#stacks_in_4446 {
		
	}
	

	
	
	
	
	



#stacks_in_4446 p,
#stacks_in_4446 {
	margin-bottom: 0;
}




	
		#stacks_in_4448 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4449 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4451 p,
	#stacks_in_4451 {
		
	}
	

	
	
	
	
	



#stacks_in_4451 p,
#stacks_in_4451 {
	margin-bottom: 0;
}




	
		#stacks_in_4453 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4453 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4422 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4425 p,
	#stacks_in_4425 {
		
	}
	

	
	
	
	
	



#stacks_in_4425 p,
#stacks_in_4425 {
	margin-bottom: 0;
}




	
		#stacks_in_4427 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4428 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4430 p,
	#stacks_in_4430 {
		
	}
	

	
	
	
	
	



#stacks_in_4430 p,
#stacks_in_4430 {
	margin-bottom: 0;
}




	
		#stacks_in_4432 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4433 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4433 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4433 ul.social_badges_container li,
#stacks_in_4433 ul.social_badges_container li a,
#stacks_in_4433 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4433 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4433 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_4454-shrunken {
	
	display: none;
	
}

#stacks_in_4470 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4470 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4470 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4470 img {
		
			
			
	}
}


#stacks_in_4470 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4470 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4472 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4472 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4472 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4474 .label {
	
}

#stacks_in_4474 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4475 p,
	#stacks_in_4475 {
		
	}
	

	
	
	
	
	



#stacks_in_4475 p,
#stacks_in_4475 {
	margin-bottom: 0;
}


#stacks_in_4475 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4477 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4478 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4480 p,
	#stacks_in_4480 {
		
	}
	

	
	
	
	
	



#stacks_in_4480 p,
#stacks_in_4480 {
	margin-bottom: 0;
}




	
		#stacks_in_4482 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4483 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4485 p,
	#stacks_in_4485 {
		
	}
	

	
	
	
	
	



#stacks_in_4485 p,
#stacks_in_4485 {
	margin-bottom: 0;
}




	
		#stacks_in_4487 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4487 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4455 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4458 p,
	#stacks_in_4458 {
		
	}
	

	
	
	
	
	



#stacks_in_4458 p,
#stacks_in_4458 {
	margin-bottom: 0;
}




	
		#stacks_in_4460 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4461 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4463 p,
	#stacks_in_4463 {
		
	}
	

	
	
	
	
	



#stacks_in_4463 p,
#stacks_in_4463 {
	margin-bottom: 0;
}




	
		#stacks_in_4465 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4466 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4468 p,
	#stacks_in_4468 {
		
	}
	

	
	
	
	
	



#stacks_in_4468 p,
#stacks_in_4468 {
	margin-bottom: 0;
}

.stacks_in_4488-shrunken {
	
	display: none;
	
}

#stacks_in_4508 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4508 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4508 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4508 img {
		
			
			
	}
}


#stacks_in_4508 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4508 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4510 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4510 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4510 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4512 .label {
	
}

#stacks_in_4512 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4513 p,
	#stacks_in_4513 {
		
	}
	

	
	
	
	
	



#stacks_in_4513 p,
#stacks_in_4513 {
	margin-bottom: 0;
}


#stacks_in_4513 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4515 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4516 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4518 p,
	#stacks_in_4518 {
		
	}
	

	
	
	
	
	



#stacks_in_4518 p,
#stacks_in_4518 {
	margin-bottom: 0;
}




	
		#stacks_in_4520 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4521 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4523 p,
	#stacks_in_4523 {
		
	}
	

	
	
	
	
	



#stacks_in_4523 p,
#stacks_in_4523 {
	margin-bottom: 0;
}




	
		#stacks_in_4525 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4525 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4489 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4492 p,
	#stacks_in_4492 {
		
	}
	

	
	
	
	
	



#stacks_in_4492 p,
#stacks_in_4492 {
	margin-bottom: 0;
}




	
		#stacks_in_4494 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4495 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4497 p,
	#stacks_in_4497 {
		
	}
	

	
	
	
	
	



#stacks_in_4497 p,
#stacks_in_4497 {
	margin-bottom: 0;
}




	
		#stacks_in_4499 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4500 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4502 p,
	#stacks_in_4502 {
		
	}
	

	
	
	
	
	



#stacks_in_4502 p,
#stacks_in_4502 {
	margin-bottom: 0;
}




	
		#stacks_in_4504 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4505 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4505 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4505 ul.social_badges_container li,
#stacks_in_4505 ul.social_badges_container li a,
#stacks_in_4505 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4505 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4505 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_4526-shrunken {
	
	display: none;
	
}

#stacks_in_4546 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4546 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4546 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4546 img {
		
			
			
	}
}


#stacks_in_4546 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4546 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4548 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4548 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4548 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4550 .label {
	
}

#stacks_in_4550 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4551 p,
	#stacks_in_4551 {
		
	}
	

	
	
	
	
	



#stacks_in_4551 p,
#stacks_in_4551 {
	margin-bottom: 0;
}


#stacks_in_4551 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4553 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4554 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4556 p,
	#stacks_in_4556 {
		
	}
	

	
	
	
	
	



#stacks_in_4556 p,
#stacks_in_4556 {
	margin-bottom: 0;
}




	
		#stacks_in_4558 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4559 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4561 p,
	#stacks_in_4561 {
		
	}
	

	
	
	
	
	



#stacks_in_4561 p,
#stacks_in_4561 {
	margin-bottom: 0;
}




	
		#stacks_in_4563 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4563 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4527 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4530 p,
	#stacks_in_4530 {
		
	}
	

	
	
	
	
	



#stacks_in_4530 p,
#stacks_in_4530 {
	margin-bottom: 0;
}




	
		#stacks_in_4532 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4533 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4535 p,
	#stacks_in_4535 {
		
	}
	

	
	
	
	
	



#stacks_in_4535 p,
#stacks_in_4535 {
	margin-bottom: 0;
}




	
		#stacks_in_4537 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4538 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4540 p,
	#stacks_in_4540 {
		
	}
	

	
	
	
	
	



#stacks_in_4540 p,
#stacks_in_4540 {
	margin-bottom: 0;
}




	
		#stacks_in_4542 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4543 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4543 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4543 ul.social_badges_container li,
#stacks_in_4543 ul.social_badges_container li a,
#stacks_in_4543 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4543 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4543 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_4564-shrunken {
	
	display: none;
	
}

#stacks_in_4580 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4580 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4580 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4580 img {
		
			
			
	}
}


#stacks_in_4580 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4580 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4582 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4582 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4582 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4584 .label {
	
}

#stacks_in_4584 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4585 p,
	#stacks_in_4585 {
		
	}
	

	
	
	
	
	



#stacks_in_4585 p,
#stacks_in_4585 {
	margin-bottom: 0;
}


#stacks_in_4585 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4587 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4588 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4590 p,
	#stacks_in_4590 {
		
	}
	

	
	
	
	
	



#stacks_in_4590 p,
#stacks_in_4590 {
	margin-bottom: 0;
}




	
		#stacks_in_4592 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4593 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4595 p,
	#stacks_in_4595 {
		
	}
	

	
	
	
	
	



#stacks_in_4595 p,
#stacks_in_4595 {
	margin-bottom: 0;
}




	
		#stacks_in_4597 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4597 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4565 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4568 p,
	#stacks_in_4568 {
		
	}
	

	
	
	
	
	



#stacks_in_4568 p,
#stacks_in_4568 {
	margin-bottom: 0;
}




	
		#stacks_in_4570 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4571 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4573 p,
	#stacks_in_4573 {
		
	}
	

	
	
	
	
	



#stacks_in_4573 p,
#stacks_in_4573 {
	margin-bottom: 0;
}




	
		#stacks_in_4575 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4576 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4576 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4576 ul.social_badges_container li,
#stacks_in_4576 ul.social_badges_container li a,
#stacks_in_4576 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4576 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4576 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_4598-shrunken {
	
	display: none;
	
}

#stacks_in_4618 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4618 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4618 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4618 img {
		
			
			
	}
}


#stacks_in_4618 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4618 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4620 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4620 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4620 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4622 .label {
	
}

#stacks_in_4622 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4623 p,
	#stacks_in_4623 {
		
	}
	

	
	
	
	
	



#stacks_in_4623 p,
#stacks_in_4623 {
	margin-bottom: 0;
}


#stacks_in_4623 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4625 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4626 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4628 p,
	#stacks_in_4628 {
		
	}
	

	
	
	
	
	



#stacks_in_4628 p,
#stacks_in_4628 {
	margin-bottom: 0;
}




	
		#stacks_in_4630 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4631 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4633 p,
	#stacks_in_4633 {
		
	}
	

	
	
	
	
	



#stacks_in_4633 p,
#stacks_in_4633 {
	margin-bottom: 0;
}




	
		#stacks_in_4635 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4635 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4599 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4602 p,
	#stacks_in_4602 {
		
	}
	

	
	
	
	
	



#stacks_in_4602 p,
#stacks_in_4602 {
	margin-bottom: 0;
}




	
		#stacks_in_4604 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4605 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4607 p,
	#stacks_in_4607 {
		
	}
	

	
	
	
	
	



#stacks_in_4607 p,
#stacks_in_4607 {
	margin-bottom: 0;
}




	
		#stacks_in_4609 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4610 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4612 p,
	#stacks_in_4612 {
		
	}
	

	
	
	
	
	



#stacks_in_4612 p,
#stacks_in_4612 {
	margin-bottom: 0;
}




	
		#stacks_in_4614 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4615 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4615 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4615 ul.social_badges_container li,
#stacks_in_4615 ul.social_badges_container li a,
#stacks_in_4615 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4615 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4615 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_4636-shrunken {
	
	display: none;
	
}

#stacks_in_4657 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4657 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4657 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4657 img {
		
			
			
	}
}


#stacks_in_4657 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4657 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4659 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4659 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4659 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4661 .label {
	
}

#stacks_in_4661 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4662 p,
	#stacks_in_4662 {
		
	}
	

	
	
	
	
	



#stacks_in_4662 p,
#stacks_in_4662 {
	margin-bottom: 0;
}


#stacks_in_4662 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4664 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4665 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4667 p,
	#stacks_in_4667 {
		
	}
	

	
	
	
	
	



#stacks_in_4667 p,
#stacks_in_4667 {
	margin-bottom: 0;
}




	
		#stacks_in_4669 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4670 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4672 p,
	#stacks_in_4672 {
		
	}
	

	
	
	
	
	



#stacks_in_4672 p,
#stacks_in_4672 {
	margin-bottom: 0;
}




	
		#stacks_in_4674 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4674 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4637 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4640 p,
	#stacks_in_4640 {
		
	}
	

	
	
	
	
	



#stacks_in_4640 p,
#stacks_in_4640 {
	margin-bottom: 0;
}




	
		#stacks_in_4642 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4643 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4645 p,
	#stacks_in_4645 {
		
	}
	

	
	
	
	
	



#stacks_in_4645 p,
#stacks_in_4645 {
	margin-bottom: 0;
}




	
		#stacks_in_4647 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4648 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4650 p,
	#stacks_in_4650 {
		
	}
	

	
	
	
	
	



#stacks_in_4650 p,
#stacks_in_4650 {
	margin-bottom: 0;
}




	
		#stacks_in_4652 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4653 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4653 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4653 ul.social_badges_container li,
#stacks_in_4653 ul.social_badges_container li a,
#stacks_in_4653 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4653 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4653 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_4675-shrunken {
	
	display: none;
	
}

#stacks_in_4695 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4695 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4695 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4695 img {
		
			
			
	}
}


#stacks_in_4695 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4695 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4697 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4697 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4697 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4699 .label {
	
}

#stacks_in_4699 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4700 p,
	#stacks_in_4700 {
		
	}
	

	
	
	
	
	



#stacks_in_4700 p,
#stacks_in_4700 {
	margin-bottom: 0;
}


#stacks_in_4700 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4702 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4703 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4705 p,
	#stacks_in_4705 {
		
	}
	

	
	
	
	
	



#stacks_in_4705 p,
#stacks_in_4705 {
	margin-bottom: 0;
}




	
		#stacks_in_4707 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4708 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4710 p,
	#stacks_in_4710 {
		
	}
	

	
	
	
	
	



#stacks_in_4710 p,
#stacks_in_4710 {
	margin-bottom: 0;
}




	
		#stacks_in_4712 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4712 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4676 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4679 p,
	#stacks_in_4679 {
		
	}
	

	
	
	
	
	



#stacks_in_4679 p,
#stacks_in_4679 {
	margin-bottom: 0;
}




	
		#stacks_in_4681 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4682 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4684 p,
	#stacks_in_4684 {
		
	}
	

	
	
	
	
	



#stacks_in_4684 p,
#stacks_in_4684 {
	margin-bottom: 0;
}




	
		#stacks_in_4686 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4687 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4689 p,
	#stacks_in_4689 {
		
	}
	

	
	
	
	
	



#stacks_in_4689 p,
#stacks_in_4689 {
	margin-bottom: 0;
}




	
		#stacks_in_4691 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4692 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4692 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4692 ul.social_badges_container li,
#stacks_in_4692 ul.social_badges_container li a,
#stacks_in_4692 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4692 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4692 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_4713-shrunken {
	
	display: none;
	
}

#stacks_in_4733 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4733 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4733 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4733 img {
		
			
			
	}
}


#stacks_in_4733 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4733 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4735 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4735 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4735 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4737 .label {
	
}

#stacks_in_4737 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4738 p,
	#stacks_in_4738 {
		
	}
	

	
	
	
	
	



#stacks_in_4738 p,
#stacks_in_4738 {
	margin-bottom: 0;
}


#stacks_in_4738 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4740 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4741 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4743 p,
	#stacks_in_4743 {
		
	}
	

	
	
	
	
	



#stacks_in_4743 p,
#stacks_in_4743 {
	margin-bottom: 0;
}




	
		#stacks_in_4745 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4746 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4748 p,
	#stacks_in_4748 {
		
	}
	

	
	
	
	
	



#stacks_in_4748 p,
#stacks_in_4748 {
	margin-bottom: 0;
}




	
		#stacks_in_4750 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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


#stacks_in_4750 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4714 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4717 p,
	#stacks_in_4717 {
		
	}
	

	
	
	
	
	



#stacks_in_4717 p,
#stacks_in_4717 {
	margin-bottom: 0;
}




	
		#stacks_in_4719 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4720 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4722 p,
	#stacks_in_4722 {
		
	}
	

	
	
	
	
	



#stacks_in_4722 p,
#stacks_in_4722 {
	margin-bottom: 0;
}




	
		#stacks_in_4724 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4725 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4727 p,
	#stacks_in_4727 {
		
	}
	

	
	
	
	
	



#stacks_in_4727 p,
#stacks_in_4727 {
	margin-bottom: 0;
}




	
		#stacks_in_4729 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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




#stacks_in_4730 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4730 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4730 ul.social_badges_container li,
#stacks_in_4730 ul.social_badges_container li a,
#stacks_in_4730 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4730 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4730 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_4751-shrunken {
	
	display: none;
	
}

#stacks_in_4771 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4771 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4771 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4771 img {
		
			
			
	}
}


#stacks_in_4771 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4771 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4773 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4773 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4773 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










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

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




#stacks_in_4775 .label {
	
}

#stacks_in_4775 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4776 p,
	#stacks_in_4776 {
		
	}
	

	
	
	
	
	



#stacks_in_4776 p,
#stacks_in_4776 {
	margin-bottom: 0;
}


#stacks_in_4776 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4778 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

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



/* Option for reoving base margin */
#stacks_in_4779 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4781 p,
	#stacks_in_4781 {
		
	}
	

	
	
	
	
	



#stacks_in_4781 p,
#stacks_in_4781 {
	margin-bottom: 0;
}




	
		#stacks_in_4783 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

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






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

	#stacks_in_4783 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4784 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4786 p,
	#stacks_in_4786 {
		
	}
	

	
	
	
	
	



#stacks_in_4786 p,
#stacks_in_4786 {
	margin-bottom: 0;
}




	
		#stacks_in_4788 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4788 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4788 .foundry-label {
		width: 100%;
	}

	#stacks_in_4788 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_4788 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4752 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4755 p,
	#stacks_in_4755 {
		
	}
	

	
	
	
	
	



#stacks_in_4755 p,
#stacks_in_4755 {
	margin-bottom: 0;
}




	
		#stacks_in_4757 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4757 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4757 .foundry-label {
		width: 100%;
	}

	#stacks_in_4757 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4758 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4760 p,
	#stacks_in_4760 {
		
	}
	

	
	
	
	
	



#stacks_in_4760 p,
#stacks_in_4760 {
	margin-bottom: 0;
}




	
		#stacks_in_4762 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4762 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4762 .foundry-label {
		width: 100%;
	}

	#stacks_in_4762 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4763 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4765 p,
	#stacks_in_4765 {
		
	}
	

	
	
	
	
	



#stacks_in_4765 p,
#stacks_in_4765 {
	margin-bottom: 0;
}




	
		#stacks_in_4767 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4767 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4767 .foundry-label {
		width: 100%;
	}

	#stacks_in_4767 hr.foundry-divider-simple {
		width: 100%;
	}




#stacks_in_4768 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4768 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4768 ul.social_badges_container li,
#stacks_in_4768 ul.social_badges_container li a,
#stacks_in_4768 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4768 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4768 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_4801-shrunken {
	
	display: none;
	
}

#stacks_in_4821 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4821 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4821 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4821 img {
		
			
			
	}
}


#stacks_in_4821 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4821 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4823 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4823 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4823 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_4823 a.foundry-header-linked,
#stacks_in_4823 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_4823 a.foundry-header-linked:hover,
#stacks_in_4823 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_4825 .label {
	
}

#stacks_in_4825 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4826 p,
	#stacks_in_4826 {
		
	}
	

	
	
	
	
	



#stacks_in_4826 p,
#stacks_in_4826 {
	margin-bottom: 0;
}


#stacks_in_4826 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4828 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4828 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4828 .foundry-label {
		width: 100%;
	}

	#stacks_in_4828 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4829 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4831 p,
	#stacks_in_4831 {
		
	}
	

	
	
	
	
	



#stacks_in_4831 p,
#stacks_in_4831 {
	margin-bottom: 0;
}




	
		#stacks_in_4833 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4833 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4833 .foundry-label {
		width: 100%;
	}

	#stacks_in_4833 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4834 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4836 p,
	#stacks_in_4836 {
		
	}
	

	
	
	
	
	



#stacks_in_4836 p,
#stacks_in_4836 {
	margin-bottom: 0;
}




	
		#stacks_in_4838 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4838 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4838 .foundry-label {
		width: 100%;
	}

	#stacks_in_4838 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_4838 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4802 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4805 p,
	#stacks_in_4805 {
		
	}
	

	
	
	
	
	



#stacks_in_4805 p,
#stacks_in_4805 {
	margin-bottom: 0;
}




	
		#stacks_in_4807 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4807 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4807 .foundry-label {
		width: 100%;
	}

	#stacks_in_4807 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4808 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4810 p,
	#stacks_in_4810 {
		
	}
	

	
	
	
	
	



#stacks_in_4810 p,
#stacks_in_4810 {
	margin-bottom: 0;
}




	
		#stacks_in_4812 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4812 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4812 .foundry-label {
		width: 100%;
	}

	#stacks_in_4812 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4813 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4815 p,
	#stacks_in_4815 {
		
	}
	

	
	
	
	
	



#stacks_in_4815 p,
#stacks_in_4815 {
	margin-bottom: 0;
}




	
		#stacks_in_4817 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4817 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4817 .foundry-label {
		width: 100%;
	}

	#stacks_in_4817 hr.foundry-divider-simple {
		width: 100%;
	}




#stacks_in_4818 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4818 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4818 ul.social_badges_container li,
#stacks_in_4818 ul.social_badges_container li a,
#stacks_in_4818 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4818 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4818 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_4887-shrunken {
	
	display: none;
	
}

#stacks_in_4907 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4907 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4907 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4907 img {
		
			
			
	}
}


#stacks_in_4907 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4907 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4909 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4909 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4909 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_4909 a.foundry-header-linked,
#stacks_in_4909 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_4909 a.foundry-header-linked:hover,
#stacks_in_4909 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_4911 .label {
	
}

#stacks_in_4911 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4912 p,
	#stacks_in_4912 {
		
	}
	

	
	
	
	
	



#stacks_in_4912 p,
#stacks_in_4912 {
	margin-bottom: 0;
}


#stacks_in_4912 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4914 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4914 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4914 .foundry-label {
		width: 100%;
	}

	#stacks_in_4914 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4915 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4917 p,
	#stacks_in_4917 {
		
	}
	

	
	
	
	
	



#stacks_in_4917 p,
#stacks_in_4917 {
	margin-bottom: 0;
}




	
		#stacks_in_4919 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4919 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4919 .foundry-label {
		width: 100%;
	}

	#stacks_in_4919 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4920 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4922 p,
	#stacks_in_4922 {
		
	}
	

	
	
	
	
	



#stacks_in_4922 p,
#stacks_in_4922 {
	margin-bottom: 0;
}




	
		#stacks_in_4924 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4924 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4924 .foundry-label {
		width: 100%;
	}

	#stacks_in_4924 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_4924 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4888 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4891 p,
	#stacks_in_4891 {
		
	}
	

	
	
	
	
	



#stacks_in_4891 p,
#stacks_in_4891 {
	margin-bottom: 0;
}




	
		#stacks_in_4893 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4893 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4893 .foundry-label {
		width: 100%;
	}

	#stacks_in_4893 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4894 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4896 p,
	#stacks_in_4896 {
		
	}
	

	
	
	
	
	



#stacks_in_4896 p,
#stacks_in_4896 {
	margin-bottom: 0;
}




	
		#stacks_in_4898 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4898 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4898 .foundry-label {
		width: 100%;
	}

	#stacks_in_4898 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4899 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4901 p,
	#stacks_in_4901 {
		
	}
	

	
	
	
	
	



#stacks_in_4901 p,
#stacks_in_4901 {
	margin-bottom: 0;
}




	
		#stacks_in_4903 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4903 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4903 .foundry-label {
		width: 100%;
	}

	#stacks_in_4903 hr.foundry-divider-simple {
		width: 100%;
	}




#stacks_in_4904 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4904 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4904 ul.social_badges_container li,
#stacks_in_4904 ul.social_badges_container li a,
#stacks_in_4904 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4904 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4904 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_4927-shrunken {
	
	display: none;
	
}

#stacks_in_4948 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4948 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4948 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4948 img {
		
			
			
	}
}


#stacks_in_4948 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4948 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4950 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4950 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4950 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_4950 a.foundry-header-linked,
#stacks_in_4950 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_4950 a.foundry-header-linked:hover,
#stacks_in_4950 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_4952 .label {
	
}

#stacks_in_4952 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4953 p,
	#stacks_in_4953 {
		
	}
	

	
	
	
	
	



#stacks_in_4953 p,
#stacks_in_4953 {
	margin-bottom: 0;
}


#stacks_in_4953 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4955 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4955 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4955 .foundry-label {
		width: 100%;
	}

	#stacks_in_4955 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4956 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4958 p,
	#stacks_in_4958 {
		
	}
	

	
	
	
	
	



#stacks_in_4958 p,
#stacks_in_4958 {
	margin-bottom: 0;
}




	
		#stacks_in_4960 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4960 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4960 .foundry-label {
		width: 100%;
	}

	#stacks_in_4960 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4961 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4963 p,
	#stacks_in_4963 {
		
	}
	

	
	
	
	
	



#stacks_in_4963 p,
#stacks_in_4963 {
	margin-bottom: 0;
}




	
		#stacks_in_4965 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4965 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4965 .foundry-label {
		width: 100%;
	}

	#stacks_in_4965 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_4965 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4928 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4931 p,
	#stacks_in_4931 {
		
	}
	

	
	
	
	
	



#stacks_in_4931 p,
#stacks_in_4931 {
	margin-bottom: 0;
}




	
		#stacks_in_4933 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4933 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4933 .foundry-label {
		width: 100%;
	}

	#stacks_in_4933 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4934 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4936 p,
	#stacks_in_4936 {
		
	}
	

	
	
	
	
	



#stacks_in_4936 p,
#stacks_in_4936 {
	margin-bottom: 0;
}




	
		#stacks_in_4943 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4943 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4943 .foundry-label {
		width: 100%;
	}

	#stacks_in_4943 hr.foundry-divider-simple {
		width: 100%;
	}




#stacks_in_4944 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4944 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4944 ul.social_badges_container li,
#stacks_in_4944 ul.social_badges_container li a,
#stacks_in_4944 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4944 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4944 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_4967-shrunken {
	
	display: none;
	
}

#stacks_in_4983 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_4983 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_4983 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_4983 img {
		
			
			
	}
}


#stacks_in_4983 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_4983 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_4985 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_4985 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_4985 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_4985 a.foundry-header-linked,
#stacks_in_4985 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_4985 a.foundry-header-linked:hover,
#stacks_in_4985 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_4987 .label {
	
}

#stacks_in_4987 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_4988 p,
	#stacks_in_4988 {
		
	}
	

	
	
	
	
	



#stacks_in_4988 p,
#stacks_in_4988 {
	margin-bottom: 0;
}


#stacks_in_4988 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_4990 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4990 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4990 .foundry-label {
		width: 100%;
	}

	#stacks_in_4990 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4991 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4993 p,
	#stacks_in_4993 {
		
	}
	

	
	
	
	
	



#stacks_in_4993 p,
#stacks_in_4993 {
	margin-bottom: 0;
}




	
		#stacks_in_4995 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4995 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4995 .foundry-label {
		width: 100%;
	}

	#stacks_in_4995 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4996 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4998 p,
	#stacks_in_4998 {
		
	}
	

	
	
	
	
	



#stacks_in_4998 p,
#stacks_in_4998 {
	margin-bottom: 0;
}




	
		#stacks_in_5000 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5000 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5000 .foundry-label {
		width: 100%;
	}

	#stacks_in_5000 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_5000 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_4968 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4971 p,
	#stacks_in_4971 {
		
	}
	

	
	
	
	
	



#stacks_in_4971 p,
#stacks_in_4971 {
	margin-bottom: 0;
}




	
		#stacks_in_4973 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4973 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4973 .foundry-label {
		width: 100%;
	}

	#stacks_in_4973 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_4974 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_4976 p,
	#stacks_in_4976 {
		
	}
	

	
	
	
	
	



#stacks_in_4976 p,
#stacks_in_4976 {
	margin-bottom: 0;
}




	
		#stacks_in_4978 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_4978 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_4978 .foundry-label {
		width: 100%;
	}

	#stacks_in_4978 hr.foundry-divider-simple {
		width: 100%;
	}




#stacks_in_4979 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_4979 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_4979 ul.social_badges_container li,
#stacks_in_4979 ul.social_badges_container li a,
#stacks_in_4979 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_4979 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_4979 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_5002-shrunken {
	
	display: none;
	
}

#stacks_in_5018 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_5018 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_5018 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5018 img {
		
			
			
	}
}


#stacks_in_5018 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_5018 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_5020 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_5020 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_5020 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_5020 a.foundry-header-linked,
#stacks_in_5020 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_5020 a.foundry-header-linked:hover,
#stacks_in_5020 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_5022 .label {
	
}

#stacks_in_5022 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_5023 p,
	#stacks_in_5023 {
		
	}
	

	
	
	
	
	



#stacks_in_5023 p,
#stacks_in_5023 {
	margin-bottom: 0;
}


#stacks_in_5023 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5025 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5025 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5025 .foundry-label {
		width: 100%;
	}

	#stacks_in_5025 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5026 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5028 p,
	#stacks_in_5028 {
		
	}
	

	
	
	
	
	



#stacks_in_5028 p,
#stacks_in_5028 {
	margin-bottom: 0;
}




	
		#stacks_in_5030 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5030 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5030 .foundry-label {
		width: 100%;
	}

	#stacks_in_5030 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5031 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5033 p,
	#stacks_in_5033 {
		
	}
	

	
	
	
	
	



#stacks_in_5033 p,
#stacks_in_5033 {
	margin-bottom: 0;
}




	
		#stacks_in_5035 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5035 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5035 .foundry-label {
		width: 100%;
	}

	#stacks_in_5035 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_5035 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_5003 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5006 p,
	#stacks_in_5006 {
		
	}
	

	
	
	
	
	



#stacks_in_5006 p,
#stacks_in_5006 {
	margin-bottom: 0;
}




	
		#stacks_in_5008 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5008 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5008 .foundry-label {
		width: 100%;
	}

	#stacks_in_5008 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5009 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5011 p,
	#stacks_in_5011 {
		
	}
	

	
	
	
	
	



#stacks_in_5011 p,
#stacks_in_5011 {
	margin-bottom: 0;
}




	
		#stacks_in_5013 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5013 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5013 .foundry-label {
		width: 100%;
	}

	#stacks_in_5013 hr.foundry-divider-simple {
		width: 100%;
	}




#stacks_in_5014 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_5014 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_5014 ul.social_badges_container li,
#stacks_in_5014 ul.social_badges_container li a,
#stacks_in_5014 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_5014 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_5014 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_5037-shrunken {
	
	display: none;
	
}

#stacks_in_5052 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_5052 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_5052 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5052 img {
		
			
			
	}
}


#stacks_in_5052 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_5052 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_5054 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_5054 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_5054 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_5054 a.foundry-header-linked,
#stacks_in_5054 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_5054 a.foundry-header-linked:hover,
#stacks_in_5054 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_5056 .label {
	
}

#stacks_in_5056 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_5057 p,
	#stacks_in_5057 {
		
	}
	

	
	
	
	
	



#stacks_in_5057 p,
#stacks_in_5057 {
	margin-bottom: 0;
}


#stacks_in_5057 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5059 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5059 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5059 .foundry-label {
		width: 100%;
	}

	#stacks_in_5059 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5060 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5062 p,
	#stacks_in_5062 {
		
	}
	

	
	
	
	
	



#stacks_in_5062 p,
#stacks_in_5062 {
	margin-bottom: 0;
}




	
		#stacks_in_5064 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5064 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5064 .foundry-label {
		width: 100%;
	}

	#stacks_in_5064 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5065 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5067 p,
	#stacks_in_5067 {
		
	}
	

	
	
	
	
	



#stacks_in_5067 p,
#stacks_in_5067 {
	margin-bottom: 0;
}




	
		#stacks_in_5069 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5069 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5069 .foundry-label {
		width: 100%;
	}

	#stacks_in_5069 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_5069 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_5038 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5041 p,
	#stacks_in_5041 {
		
	}
	

	
	
	
	
	



#stacks_in_5041 p,
#stacks_in_5041 {
	margin-bottom: 0;
}




	
		#stacks_in_5043 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5043 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5043 .foundry-label {
		width: 100%;
	}

	#stacks_in_5043 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5044 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5046 p,
	#stacks_in_5046 {
		
	}
	

	
	
	
	
	



#stacks_in_5046 p,
#stacks_in_5046 {
	margin-bottom: 0;
}




	
		#stacks_in_5048 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5048 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5048 .foundry-label {
		width: 100%;
	}

	#stacks_in_5048 hr.foundry-divider-simple {
		width: 100%;
	}




#stacks_in_5049 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_5049 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_5049 ul.social_badges_container li,
#stacks_in_5049 ul.social_badges_container li a,
#stacks_in_5049 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_5049 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_5049 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_5071-shrunken {
	
	display: none;
	
}

#stacks_in_5086 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_5086 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_5086 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5086 img {
		
			
			
	}
}


#stacks_in_5086 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_5086 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_5088 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_5088 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_5088 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_5088 a.foundry-header-linked,
#stacks_in_5088 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_5088 a.foundry-header-linked:hover,
#stacks_in_5088 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_5090 .label {
	
}

#stacks_in_5090 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_5091 p,
	#stacks_in_5091 {
		
	}
	

	
	
	
	
	



#stacks_in_5091 p,
#stacks_in_5091 {
	margin-bottom: 0;
}


#stacks_in_5091 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5093 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5093 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5093 .foundry-label {
		width: 100%;
	}

	#stacks_in_5093 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5094 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5096 p,
	#stacks_in_5096 {
		
	}
	

	
	
	
	
	



#stacks_in_5096 p,
#stacks_in_5096 {
	margin-bottom: 0;
}




	
		#stacks_in_5098 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5098 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5098 .foundry-label {
		width: 100%;
	}

	#stacks_in_5098 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5099 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5101 p,
	#stacks_in_5101 {
		
	}
	

	
	
	
	
	



#stacks_in_5101 p,
#stacks_in_5101 {
	margin-bottom: 0;
}




	
		#stacks_in_5103 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5103 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5103 .foundry-label {
		width: 100%;
	}

	#stacks_in_5103 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_5103 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_5072 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5075 p,
	#stacks_in_5075 {
		
	}
	

	
	
	
	
	



#stacks_in_5075 p,
#stacks_in_5075 {
	margin-bottom: 0;
}




	
		#stacks_in_5077 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5077 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5077 .foundry-label {
		width: 100%;
	}

	#stacks_in_5077 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5078 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5080 p,
	#stacks_in_5080 {
		
	}
	

	
	
	
	
	



#stacks_in_5080 p,
#stacks_in_5080 {
	margin-bottom: 0;
}




	
		#stacks_in_5082 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5082 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5082 .foundry-label {
		width: 100%;
	}

	#stacks_in_5082 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5104 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5106 p,
	#stacks_in_5106 {
		
	}
	

	
	
	
	
	



#stacks_in_5106 p,
#stacks_in_5106 {
	margin-bottom: 0;
}




	
		#stacks_in_5110 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5110 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5110 .foundry-label {
		width: 100%;
	}

	#stacks_in_5110 hr.foundry-divider-simple {
		width: 100%;
	}




#stacks_in_5083 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_5083 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_5083 ul.social_badges_container li,
#stacks_in_5083 ul.social_badges_container li a,
#stacks_in_5083 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_5083 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_5083 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_5111-shrunken {
	
	display: none;
	
}

#stacks_in_5132 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_5132 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_5132 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5132 img {
		
			
			
	}
}


#stacks_in_5132 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_5132 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_5134 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_5134 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_5134 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_5134 a.foundry-header-linked,
#stacks_in_5134 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_5134 a.foundry-header-linked:hover,
#stacks_in_5134 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_5136 .label {
	
}

#stacks_in_5136 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_5137 p,
	#stacks_in_5137 {
		
	}
	

	
	
	
	
	



#stacks_in_5137 p,
#stacks_in_5137 {
	margin-bottom: 0;
}


#stacks_in_5137 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5139 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5139 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5139 .foundry-label {
		width: 100%;
	}

	#stacks_in_5139 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5140 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5142 p,
	#stacks_in_5142 {
		
	}
	

	
	
	
	
	



#stacks_in_5142 p,
#stacks_in_5142 {
	margin-bottom: 0;
}




	
		#stacks_in_5144 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5144 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5144 .foundry-label {
		width: 100%;
	}

	#stacks_in_5144 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5145 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5147 p,
	#stacks_in_5147 {
		
	}
	

	
	
	
	
	



#stacks_in_5147 p,
#stacks_in_5147 {
	margin-bottom: 0;
}




	
		#stacks_in_5149 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5149 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5149 .foundry-label {
		width: 100%;
	}

	#stacks_in_5149 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_5149 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_5112 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5115 p,
	#stacks_in_5115 {
		
	}
	

	
	
	
	
	



#stacks_in_5115 p,
#stacks_in_5115 {
	margin-bottom: 0;
}




	
		#stacks_in_5117 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5117 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5117 .foundry-label {
		width: 100%;
	}

	#stacks_in_5117 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5118 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5120 p,
	#stacks_in_5120 {
		
	}
	

	
	
	
	
	



#stacks_in_5120 p,
#stacks_in_5120 {
	margin-bottom: 0;
}




	
		#stacks_in_5122 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5122 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5122 .foundry-label {
		width: 100%;
	}

	#stacks_in_5122 hr.foundry-divider-simple {
		width: 100%;
	}

.stacks_in_5151-shrunken {
	
	display: none;
	
}

#stacks_in_5172 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_5172 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_5172 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5172 img {
		
			
			
	}
}


#stacks_in_5172 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_5172 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_5174 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_5174 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_5174 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_5174 a.foundry-header-linked,
#stacks_in_5174 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_5174 a.foundry-header-linked:hover,
#stacks_in_5174 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_5176 .label {
	
}

#stacks_in_5176 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_5177 p,
	#stacks_in_5177 {
		
	}
	

	
	
	
	
	



#stacks_in_5177 p,
#stacks_in_5177 {
	margin-bottom: 0;
}


#stacks_in_5177 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5179 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5179 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5179 .foundry-label {
		width: 100%;
	}

	#stacks_in_5179 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5180 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5182 p,
	#stacks_in_5182 {
		
	}
	

	
	
	
	
	



#stacks_in_5182 p,
#stacks_in_5182 {
	margin-bottom: 0;
}




	
		#stacks_in_5184 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5184 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5184 .foundry-label {
		width: 100%;
	}

	#stacks_in_5184 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5185 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5187 p,
	#stacks_in_5187 {
		
	}
	

	
	
	
	
	



#stacks_in_5187 p,
#stacks_in_5187 {
	margin-bottom: 0;
}




	
		#stacks_in_5189 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5189 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5189 .foundry-label {
		width: 100%;
	}

	#stacks_in_5189 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_5189 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_5152 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5155 p,
	#stacks_in_5155 {
		
	}
	

	
	
	
	
	



#stacks_in_5155 p,
#stacks_in_5155 {
	margin-bottom: 0;
}




	
		#stacks_in_5157 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5157 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5157 .foundry-label {
		width: 100%;
	}

	#stacks_in_5157 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5158 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5160 p,
	#stacks_in_5160 {
		
	}
	

	
	
	
	
	



#stacks_in_5160 p,
#stacks_in_5160 {
	margin-bottom: 0;
}




	
		#stacks_in_5162 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5162 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5162 .foundry-label {
		width: 100%;
	}

	#stacks_in_5162 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5163 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5165 p,
	#stacks_in_5165 {
		
	}
	

	
	
	
	
	



#stacks_in_5165 p,
#stacks_in_5165 {
	margin-bottom: 0;
}




	
		#stacks_in_5167 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5167 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5167 .foundry-label {
		width: 100%;
	}

	#stacks_in_5167 hr.foundry-divider-simple {
		width: 100%;
	}




#stacks_in_5168 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_5168 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_5168 ul.social_badges_container li,
#stacks_in_5168 ul.social_badges_container li a,
#stacks_in_5168 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_5168 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_5168 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_5191-shrunken {
	
	display: none;
	
}

#stacks_in_5211 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_5211 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_5211 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5211 img {
		
			
			
	}
}


#stacks_in_5211 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_5211 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_5213 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_5213 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_5213 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_5213 a.foundry-header-linked,
#stacks_in_5213 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_5213 a.foundry-header-linked:hover,
#stacks_in_5213 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_5215 .label {
	
}

#stacks_in_5215 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_5216 p,
	#stacks_in_5216 {
		
	}
	

	
	
	
	
	



#stacks_in_5216 p,
#stacks_in_5216 {
	margin-bottom: 0;
}


#stacks_in_5216 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5218 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5218 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5218 .foundry-label {
		width: 100%;
	}

	#stacks_in_5218 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5219 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5221 p,
	#stacks_in_5221 {
		
	}
	

	
	
	
	
	



#stacks_in_5221 p,
#stacks_in_5221 {
	margin-bottom: 0;
}




	
		#stacks_in_5223 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5223 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5223 .foundry-label {
		width: 100%;
	}

	#stacks_in_5223 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5224 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5226 p,
	#stacks_in_5226 {
		
	}
	

	
	
	
	
	



#stacks_in_5226 p,
#stacks_in_5226 {
	margin-bottom: 0;
}




	
		#stacks_in_5228 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5228 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5228 .foundry-label {
		width: 100%;
	}

	#stacks_in_5228 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_5228 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_5192 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5195 p,
	#stacks_in_5195 {
		
	}
	

	
	
	
	
	



#stacks_in_5195 p,
#stacks_in_5195 {
	margin-bottom: 0;
}




	
		#stacks_in_5197 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5197 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5197 .foundry-label {
		width: 100%;
	}

	#stacks_in_5197 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5198 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5200 p,
	#stacks_in_5200 {
		
	}
	

	
	
	
	
	



#stacks_in_5200 p,
#stacks_in_5200 {
	margin-bottom: 0;
}




	
		#stacks_in_5207 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5207 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5207 .foundry-label {
		width: 100%;
	}

	#stacks_in_5207 hr.foundry-divider-simple {
		width: 100%;
	}

.stacks_in_5265-shrunken {
	
	display: none;
	
}

#stacks_in_5282 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_5282 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_5282 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5282 img {
		
			
			
	}
}


#stacks_in_5282 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_5282 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_5284 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_5284 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_5284 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_5284 a.foundry-header-linked,
#stacks_in_5284 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_5284 a.foundry-header-linked:hover,
#stacks_in_5284 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_5286 .label {
	
}

#stacks_in_5286 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_5287 p,
	#stacks_in_5287 {
		
	}
	

	
	
	
	
	



#stacks_in_5287 p,
#stacks_in_5287 {
	margin-bottom: 0;
}


#stacks_in_5287 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5289 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5289 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5289 .foundry-label {
		width: 100%;
	}

	#stacks_in_5289 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5290 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5292 p,
	#stacks_in_5292 {
		
	}
	

	
	
	
	
	



#stacks_in_5292 p,
#stacks_in_5292 {
	margin-bottom: 0;
}




	
		#stacks_in_5294 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5294 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5294 .foundry-label {
		width: 100%;
	}

	#stacks_in_5294 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5295 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5297 p,
	#stacks_in_5297 {
		
	}
	

	
	
	
	
	



#stacks_in_5297 p,
#stacks_in_5297 {
	margin-bottom: 0;
}




	
		#stacks_in_5299 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5299 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5299 .foundry-label {
		width: 100%;
	}

	#stacks_in_5299 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_5299 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_5266 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5269 p,
	#stacks_in_5269 {
		
	}
	

	
	
	
	
	



#stacks_in_5269 p,
#stacks_in_5269 {
	margin-bottom: 0;
}




	
		#stacks_in_5271 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5271 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5271 .foundry-label {
		width: 100%;
	}

	#stacks_in_5271 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5272 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5274 p,
	#stacks_in_5274 {
		
	}
	

	
	
	
	
	



#stacks_in_5274 p,
#stacks_in_5274 {
	margin-bottom: 0;
}




	
		#stacks_in_5276 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5276 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5276 .foundry-label {
		width: 100%;
	}

	#stacks_in_5276 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5277 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5279 p,
	#stacks_in_5279 {
		
	}
	

	
	
	
	
	



#stacks_in_5279 p,
#stacks_in_5279 {
	margin-bottom: 0;
}




	
		#stacks_in_5281 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5281 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5281 .foundry-label {
		width: 100%;
	}

	#stacks_in_5281 hr.foundry-divider-simple {
		width: 100%;
	}

.stacks_in_5230-shrunken {
	
	display: none;
	
}

#stacks_in_5247 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_5247 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_5247 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5247 img {
		
			
			
	}
}


#stacks_in_5247 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_5247 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_5249 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_5249 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_5249 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_5249 a.foundry-header-linked,
#stacks_in_5249 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_5249 a.foundry-header-linked:hover,
#stacks_in_5249 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_5251 .label {
	
}

#stacks_in_5251 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_5252 p,
	#stacks_in_5252 {
		
	}
	

	
	
	
	
	



#stacks_in_5252 p,
#stacks_in_5252 {
	margin-bottom: 0;
}


#stacks_in_5252 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5254 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5254 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5254 .foundry-label {
		width: 100%;
	}

	#stacks_in_5254 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5255 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5257 p,
	#stacks_in_5257 {
		
	}
	

	
	
	
	
	



#stacks_in_5257 p,
#stacks_in_5257 {
	margin-bottom: 0;
}




	
		#stacks_in_5259 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5259 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5259 .foundry-label {
		width: 100%;
	}

	#stacks_in_5259 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5260 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5262 p,
	#stacks_in_5262 {
		
	}
	

	
	
	
	
	



#stacks_in_5262 p,
#stacks_in_5262 {
	margin-bottom: 0;
}




	
		#stacks_in_5264 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5264 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5264 .foundry-label {
		width: 100%;
	}

	#stacks_in_5264 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_5264 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_5231 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5234 p,
	#stacks_in_5234 {
		
	}
	

	
	
	
	
	



#stacks_in_5234 p,
#stacks_in_5234 {
	margin-bottom: 0;
}




	
		#stacks_in_5236 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5236 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5236 .foundry-label {
		width: 100%;
	}

	#stacks_in_5236 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5237 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5239 p,
	#stacks_in_5239 {
		
	}
	

	
	
	
	
	



#stacks_in_5239 p,
#stacks_in_5239 {
	margin-bottom: 0;
}




	
		#stacks_in_5241 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5241 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5241 .foundry-label {
		width: 100%;
	}

	#stacks_in_5241 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5242 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5244 p,
	#stacks_in_5244 {
		
	}
	

	
	
	
	
	



#stacks_in_5244 p,
#stacks_in_5244 {
	margin-bottom: 0;
}




	
		#stacks_in_5246 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5246 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5246 .foundry-label {
		width: 100%;
	}

	#stacks_in_5246 hr.foundry-divider-simple {
		width: 100%;
	}

.stacks_in_5346-shrunken {
	
	display: none;
	
}

#stacks_in_5363 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_5363 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_5363 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5363 img {
		
			
			
	}
}


#stacks_in_5363 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_5363 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_5365 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_5365 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_5365 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_5365 a.foundry-header-linked,
#stacks_in_5365 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_5365 a.foundry-header-linked:hover,
#stacks_in_5365 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_5367 .label {
	
}

#stacks_in_5367 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_5368 p,
	#stacks_in_5368 {
		
	}
	

	
	
	
	
	



#stacks_in_5368 p,
#stacks_in_5368 {
	margin-bottom: 0;
}


#stacks_in_5368 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5370 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5370 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5370 .foundry-label {
		width: 100%;
	}

	#stacks_in_5370 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5371 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5373 p,
	#stacks_in_5373 {
		
	}
	

	
	
	
	
	



#stacks_in_5373 p,
#stacks_in_5373 {
	margin-bottom: 0;
}




	
		#stacks_in_5375 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5375 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5375 .foundry-label {
		width: 100%;
	}

	#stacks_in_5375 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5376 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5378 p,
	#stacks_in_5378 {
		
	}
	

	
	
	
	
	



#stacks_in_5378 p,
#stacks_in_5378 {
	margin-bottom: 0;
}




	
		#stacks_in_5380 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5380 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5380 .foundry-label {
		width: 100%;
	}

	#stacks_in_5380 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_5380 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_5347 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5350 p,
	#stacks_in_5350 {
		
	}
	

	
	
	
	
	



#stacks_in_5350 p,
#stacks_in_5350 {
	margin-bottom: 0;
}




	
		#stacks_in_5352 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5352 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5352 .foundry-label {
		width: 100%;
	}

	#stacks_in_5352 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5353 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5500 p,
	#stacks_in_5500 {
		
	}
	

	
	
	
	
	



#stacks_in_5500 p,
#stacks_in_5500 {
	margin-bottom: 0;
}


#stacks_in_5500 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5357 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5357 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5357 .foundry-label {
		width: 100%;
	}

	#stacks_in_5357 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5358 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5360 p,
	#stacks_in_5360 {
		
	}
	

	
	
	
	
	



#stacks_in_5360 p,
#stacks_in_5360 {
	margin-bottom: 0;
}




	
		#stacks_in_5362 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5362 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5362 .foundry-label {
		width: 100%;
	}

	#stacks_in_5362 hr.foundry-divider-simple {
		width: 100%;
	}

.stacks_in_5382-shrunken {
	
	display: none;
	
}

#stacks_in_5399 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_5399 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_5399 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5399 img {
		
			
			
	}
}


#stacks_in_5399 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_5399 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_5401 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_5401 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_5401 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_5401 a.foundry-header-linked,
#stacks_in_5401 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_5401 a.foundry-header-linked:hover,
#stacks_in_5401 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_5403 .label {
	
}

#stacks_in_5403 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_5502 p,
	#stacks_in_5502 {
		
	}
	

	
	
	
	
	



#stacks_in_5502 p,
#stacks_in_5502 {
	margin-bottom: 0;
}


#stacks_in_5502 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5406 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5406 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5406 .foundry-label {
		width: 100%;
	}

	#stacks_in_5406 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5407 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5504 p,
	#stacks_in_5504 {
		
	}
	

	
	
	
	
	



#stacks_in_5504 p,
#stacks_in_5504 {
	margin-bottom: 0;
}


#stacks_in_5504 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5411 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5411 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5411 .foundry-label {
		width: 100%;
	}

	#stacks_in_5411 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5412 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5506 p,
	#stacks_in_5506 {
		
	}
	

	
	
	
	
	



#stacks_in_5506 p,
#stacks_in_5506 {
	margin-bottom: 0;
}


#stacks_in_5506 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5416 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5416 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5416 .foundry-label {
		width: 100%;
	}

	#stacks_in_5416 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_5416 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_5383 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5508 p,
	#stacks_in_5508 {
		
	}
	

	
	
	
	
	



#stacks_in_5508 p,
#stacks_in_5508 {
	margin-bottom: 0;
}


#stacks_in_5508 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5388 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5388 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5388 .foundry-label {
		width: 100%;
	}

	#stacks_in_5388 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5389 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5510 p,
	#stacks_in_5510 {
		
	}
	

	
	
	
	
	



#stacks_in_5510 p,
#stacks_in_5510 {
	margin-bottom: 0;
}


#stacks_in_5510 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5393 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5393 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5393 .foundry-label {
		width: 100%;
	}

	#stacks_in_5393 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5394 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5396 p,
	#stacks_in_5396 {
		
	}
	

	
	
	
	
	



#stacks_in_5396 p,
#stacks_in_5396 {
	margin-bottom: 0;
}




	
		#stacks_in_5398 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5398 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5398 .foundry-label {
		width: 100%;
	}

	#stacks_in_5398 hr.foundry-divider-simple {
		width: 100%;
	}

.stacks_in_5417-shrunken {
	
	display: none;
	
}

#stacks_in_5438 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_5438 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_5438 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5438 img {
		
			
			
	}
}


#stacks_in_5438 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_5438 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_5440 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_5440 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_5440 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_5440 a.foundry-header-linked,
#stacks_in_5440 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_5440 a.foundry-header-linked:hover,
#stacks_in_5440 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_5442 .label {
	
}

#stacks_in_5442 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_5512 p,
	#stacks_in_5512 {
		
	}
	

	
	
	
	
	



#stacks_in_5512 p,
#stacks_in_5512 {
	margin-bottom: 0;
}


#stacks_in_5512 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5445 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5445 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5445 .foundry-label {
		width: 100%;
	}

	#stacks_in_5445 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5446 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5514 p,
	#stacks_in_5514 {
		
	}
	

	
	
	
	
	



#stacks_in_5514 p,
#stacks_in_5514 {
	margin-bottom: 0;
}


#stacks_in_5514 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5450 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5450 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5450 .foundry-label {
		width: 100%;
	}

	#stacks_in_5450 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5451 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5516 p,
	#stacks_in_5516 {
		
	}
	

	
	
	
	
	



#stacks_in_5516 p,
#stacks_in_5516 {
	margin-bottom: 0;
}


#stacks_in_5516 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5455 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5455 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5455 .foundry-label {
		width: 100%;
	}

	#stacks_in_5455 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_5455 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_5418 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5518 p,
	#stacks_in_5518 {
		
	}
	

	
	
	
	
	



#stacks_in_5518 p,
#stacks_in_5518 {
	margin-bottom: 0;
}


#stacks_in_5518 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5423 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5423 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5423 .foundry-label {
		width: 100%;
	}

	#stacks_in_5423 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5424 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5520 p,
	#stacks_in_5520 {
		
	}
	

	
	
	
	
	



#stacks_in_5520 p,
#stacks_in_5520 {
	margin-bottom: 0;
}


#stacks_in_5520 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5428 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5428 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5428 .foundry-label {
		width: 100%;
	}

	#stacks_in_5428 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5429 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5522 p,
	#stacks_in_5522 {
		
	}
	

	
	
	
	
	



#stacks_in_5522 p,
#stacks_in_5522 {
	margin-bottom: 0;
}


#stacks_in_5522 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5433 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5433 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5433 .foundry-label {
		width: 100%;
	}

	#stacks_in_5433 hr.foundry-divider-simple {
		width: 100%;
	}




#stacks_in_5434 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_5434 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_5434 ul.social_badges_container li,
#stacks_in_5434 ul.social_badges_container li a,
#stacks_in_5434 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_5434 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_5434 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_5458-shrunken {
	
	display: none;
	
}

#stacks_in_5478 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_5478 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_5478 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5478 img {
		
			
			
	}
}


#stacks_in_5478 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_5478 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_5480 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_5480 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_5480 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_5480 a.foundry-header-linked,
#stacks_in_5480 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_5480 a.foundry-header-linked:hover,
#stacks_in_5480 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_5482 .label {
	
}

#stacks_in_5482 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_5524 p,
	#stacks_in_5524 {
		
	}
	

	
	
	
	
	



#stacks_in_5524 p,
#stacks_in_5524 {
	margin-bottom: 0;
}


#stacks_in_5524 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5485 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5485 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5485 .foundry-label {
		width: 100%;
	}

	#stacks_in_5485 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5486 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5526 p,
	#stacks_in_5526 {
		
	}
	

	
	
	
	
	



#stacks_in_5526 p,
#stacks_in_5526 {
	margin-bottom: 0;
}


#stacks_in_5526 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5490 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5490 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5490 .foundry-label {
		width: 100%;
	}

	#stacks_in_5490 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5491 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5528 p,
	#stacks_in_5528 {
		
	}
	

	
	
	
	
	



#stacks_in_5528 p,
#stacks_in_5528 {
	margin-bottom: 0;
}


#stacks_in_5528 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5495 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5495 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5495 .foundry-label {
		width: 100%;
	}

	#stacks_in_5495 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_5495 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_5459 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5462 p,
	#stacks_in_5462 {
		
	}
	

	
	
	
	
	



#stacks_in_5462 p,
#stacks_in_5462 {
	margin-bottom: 0;
}




	
		#stacks_in_5464 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5464 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5464 .foundry-label {
		width: 100%;
	}

	#stacks_in_5464 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5465 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5530 p,
	#stacks_in_5530 {
		
	}
	

	
	
	
	
	



#stacks_in_5530 p,
#stacks_in_5530 {
	margin-bottom: 0;
}


#stacks_in_5530 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5469 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5469 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5469 .foundry-label {
		width: 100%;
	}

	#stacks_in_5469 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5470 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5472 p,
	#stacks_in_5472 {
		
	}
	

	
	
	
	
	



#stacks_in_5472 p,
#stacks_in_5472 {
	margin-bottom: 0;
}




	
		#stacks_in_5474 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5474 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5474 .foundry-label {
		width: 100%;
	}

	#stacks_in_5474 hr.foundry-divider-simple {
		width: 100%;
	}




#stacks_in_5475 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_5475 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_5475 ul.social_badges_container li,
#stacks_in_5475 ul.social_badges_container li a,
#stacks_in_5475 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_5475 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_5475 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_5302-shrunken {
	
	display: none;
	
}

#stacks_in_5323 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_5323 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_5323 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_5323 img {
		
			
			
	}
}


#stacks_in_5323 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_5323 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_5325 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_5325 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_5325 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_5325 a.foundry-header-linked,
#stacks_in_5325 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_5325 a.foundry-header-linked:hover,
#stacks_in_5325 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_5327 .label {
	
}

#stacks_in_5327 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_5328 p,
	#stacks_in_5328 {
		
	}
	

	
	
	
	
	



#stacks_in_5328 p,
#stacks_in_5328 {
	margin-bottom: 0;
}


#stacks_in_5328 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_5330 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5330 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5330 .foundry-label {
		width: 100%;
	}

	#stacks_in_5330 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5331 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5333 p,
	#stacks_in_5333 {
		
	}
	

	
	
	
	
	



#stacks_in_5333 p,
#stacks_in_5333 {
	margin-bottom: 0;
}




	
		#stacks_in_5335 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5335 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5335 .foundry-label {
		width: 100%;
	}

	#stacks_in_5335 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5336 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5338 p,
	#stacks_in_5338 {
		
	}
	

	
	
	
	
	



#stacks_in_5338 p,
#stacks_in_5338 {
	margin-bottom: 0;
}




	
		#stacks_in_5340 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5340 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5340 .foundry-label {
		width: 100%;
	}

	#stacks_in_5340 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_5340 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_5303 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5306 p,
	#stacks_in_5306 {
		
	}
	

	
	
	
	
	



#stacks_in_5306 p,
#stacks_in_5306 {
	margin-bottom: 0;
}




	
		#stacks_in_5308 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5308 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5308 .foundry-label {
		width: 100%;
	}

	#stacks_in_5308 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5309 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5311 p,
	#stacks_in_5311 {
		
	}
	

	
	
	
	
	



#stacks_in_5311 p,
#stacks_in_5311 {
	margin-bottom: 0;
}




	
		#stacks_in_5313 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5313 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5313 .foundry-label {
		width: 100%;
	}

	#stacks_in_5313 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_5314 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_5316 p,
	#stacks_in_5316 {
		
	}
	

	
	
	
	
	



#stacks_in_5316 p,
#stacks_in_5316 {
	margin-bottom: 0;
}




	
		#stacks_in_5318 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_5318 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_5318 .foundry-label {
		width: 100%;
	}

	#stacks_in_5318 hr.foundry-divider-simple {
		width: 100%;
	}




#stacks_in_5319 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_5319 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_5319 ul.social_badges_container li,
#stacks_in_5319 ul.social_badges_container li a,
#stacks_in_5319 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_5319 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_5319 ul.social_badges_container li a {
		border-radius: 50%;
	}











.stacks_in_7750-shrunken {
	
	display: none;
	
}

#stacks_in_7771 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_7771 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_7771 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7771 img {
		
			
			
	}
}


#stacks_in_7771 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_7771 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_7773 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_7773 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_7773 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_7773 a.foundry-header-linked,
#stacks_in_7773 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_7773 a.foundry-header-linked:hover,
#stacks_in_7773 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_7775 .label {
	
}

#stacks_in_7775 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_7776 p,
	#stacks_in_7776 {
		
	}
	

	
	
	
	
	



#stacks_in_7776 p,
#stacks_in_7776 {
	margin-bottom: 0;
}


#stacks_in_7776 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_7778 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_7778 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_7778 .foundry-label {
		width: 100%;
	}

	#stacks_in_7778 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_7779 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_7781 p,
	#stacks_in_7781 {
		
	}
	

	
	
	
	
	



#stacks_in_7781 p,
#stacks_in_7781 {
	margin-bottom: 0;
}




	
		#stacks_in_7783 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_7783 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_7783 .foundry-label {
		width: 100%;
	}

	#stacks_in_7783 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_7784 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_7786 p,
	#stacks_in_7786 {
		
	}
	

	
	
	
	
	



#stacks_in_7786 p,
#stacks_in_7786 {
	margin-bottom: 0;
}




	
		#stacks_in_7788 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_7788 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_7788 .foundry-label {
		width: 100%;
	}

	#stacks_in_7788 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_7788 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_7751 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_7754 p,
	#stacks_in_7754 {
		
	}
	

	
	
	
	
	



#stacks_in_7754 p,
#stacks_in_7754 {
	margin-bottom: 0;
}




	
		#stacks_in_7756 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_7756 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_7756 .foundry-label {
		width: 100%;
	}

	#stacks_in_7756 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_7757 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_7759 p,
	#stacks_in_7759 {
		
	}
	

	
	
	
	
	



#stacks_in_7759 p,
#stacks_in_7759 {
	margin-bottom: 0;
}




	
		#stacks_in_7761 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_7761 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_7761 .foundry-label {
		width: 100%;
	}

	#stacks_in_7761 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_7762 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_7764 p,
	#stacks_in_7764 {
		
	}
	

	
	
	
	
	



#stacks_in_7764 p,
#stacks_in_7764 {
	margin-bottom: 0;
}




	
		#stacks_in_7766 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_7766 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_7766 .foundry-label {
		width: 100%;
	}

	#stacks_in_7766 hr.foundry-divider-simple {
		width: 100%;
	}




#stacks_in_7767 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_7767 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_7767 ul.social_badges_container li,
#stacks_in_7767 ul.social_badges_container li a,
#stacks_in_7767 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_7767 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_7767 ul.social_badges_container li a {
		border-radius: 50%;
	}






.stacks_in_7810-shrunken {
	
	display: none;
	
}

#stacks_in_7831 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_7831 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_7831 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7831 img {
		
			
			
	}
}


#stacks_in_7831 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


	#stacks_in_7831 img {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}


#stacks_in_7833 h6 {
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_7833 h6 {
		color: rgba(194, 0, 4, 1.00);
	}

	#stacks_in_7833 h6 small {
		color: rgba(119, 119, 119, 1.00);
	}










#stacks_in_7833 a.foundry-header-linked,
#stacks_in_7833 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_7833 a.foundry-header-linked:hover,
#stacks_in_7833 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}




#stacks_in_7835 .label {
	
}

#stacks_in_7835 .label {
	font-weight: 400;
	
}





/* Color picker style settings */







	
	#stacks_in_7836 p,
	#stacks_in_7836 {
		
	}
	

	
	
	
	
	



#stacks_in_7836 p,
#stacks_in_7836 {
	margin-bottom: 0;
}


#stacks_in_7836 {
	margin: 10px 0px 0px 0px;
}



	
		#stacks_in_7838 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_7838 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_7838 .foundry-label {
		width: 100%;
	}

	#stacks_in_7838 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_7839 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_7841 p,
	#stacks_in_7841 {
		
	}
	

	
	
	
	
	



#stacks_in_7841 p,
#stacks_in_7841 {
	margin-bottom: 0;
}




	
		#stacks_in_7843 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_7843 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_7843 .foundry-label {
		width: 100%;
	}

	#stacks_in_7843 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_7844 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_7846 p,
	#stacks_in_7846 {
		
	}
	

	
	
	
	
	



#stacks_in_7846 p,
#stacks_in_7846 {
	margin-bottom: 0;
}




	
		#stacks_in_7848 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_7848 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_7848 .foundry-label {
		width: 100%;
	}

	#stacks_in_7848 hr.foundry-divider-simple {
		width: 100%;
	}


#stacks_in_7848 {
	margin: 10px 0px 10px 0px;
}


/* Option for reoving base margin */
#stacks_in_7811 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_7814 p,
	#stacks_in_7814 {
		
	}
	

	
	
	
	
	



#stacks_in_7814 p,
#stacks_in_7814 {
	margin-bottom: 0;
}




	
		#stacks_in_7816 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_7816 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_7816 .foundry-label {
		width: 100%;
	}

	#stacks_in_7816 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_7817 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_7819 p,
	#stacks_in_7819 {
		
	}
	

	
	
	
	
	



#stacks_in_7819 p,
#stacks_in_7819 {
	margin-bottom: 0;
}




	
		#stacks_in_7821 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_7821 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_7821 .foundry-label {
		width: 100%;
	}

	#stacks_in_7821 hr.foundry-divider-simple {
		width: 100%;
	}



/* Option for reoving base margin */
#stacks_in_7822 p {
	margin-bottom: 0;
}





/* Color picker style settings */







	
	#stacks_in_7824 p,
	#stacks_in_7824 {
		
	}
	

	
	
	
	
	



#stacks_in_7824 p,
#stacks_in_7824 {
	margin-bottom: 0;
}




	
		#stacks_in_7826 hr.foundry-divider-simple {
			border-top-color: rgba(194, 0, 4, 1.00);
		}
	

	#stacks_in_7826 hr.foundry-divider-simple {
		border-top-style: dotted;
		border-top-width: 1px;
	}






	#stacks_in_7826 .foundry-label {
		width: 100%;
	}

	#stacks_in_7826 hr.foundry-divider-simple {
		width: 100%;
	}




#stacks_in_7827 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_7827 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 7.50px;
	margin-right: 7.50px;
}

#stacks_in_7827 ul.social_badges_container li,
#stacks_in_7827 ul.social_badges_container li a,
#stacks_in_7827 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_7827 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_7827 ul.social_badges_container li a {
		border-radius: 50%;
	}














#stacks_in_693 .animated-divider {
	
	opacity: 0;
	
	display: inline-block;
	height: 2px;
	
	width: 70%;
	
	margin-bottom: 21px;

	
	background-color: rgba(238, 0, 6, 1.00);
	

	

}

#stacks_in_693 {
	margin: 20px 0px 0px 0px;
}



/* Color picker style settings */







	
	#stacks_in_1854 p,
	#stacks_in_1854 {
		
	}
	

	
	
	
	
	



#stacks_in_1854 p,
#stacks_in_1854 {
	
}



#stacks_in_394_1 {
}

#stacks_in_394_1 > .foundry-backdrop {
	z-index: 100;
	

	

	
		background: url(../kenniskaart_files/image_bkg-1-32C.jpg) no-repeat center center;
		
			
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
			
		

		
		background-position: center center;
	



	



	


	


}


	@media (prefers-color-scheme: dark) {

		#stacks_in_394_1 > .foundry-backdrop {
			

			

			

		}

	}


#stacks_in_394_1 > .foundry-backdrop > .foundry-backdrop-overlay {
	background-color: rgba(0, 0, 0, 0.00);
	transition-property: background-color;
	transition-duration: 300ms;
	
}





	#stacks_in_394_1 > .foundry-backdrop,
	#stacks_in_394_1 > .foundry-backdrop > .foundry-backdrop-overlay {
		border-radius: 0px;
	}



	#stacks_in_394_1 > .foundry-backdrop {
		border-color: rgba(0, 0, 0, 1.00);
		border-style: solid;
		border-width: 0px;
	}




#scrollToTopButton,
#scrollToTopButton .glyphicon {
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px;
}

#scrollToTopButton i {
	line-height: 38px;
}


#scrollToTopButton {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 2001;
}



	#scrollToTopButton {
		background-color: rgba(251, 0, 8, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}






/**/
/*  Custom breakpoint hiders based of the Bootstrap v4 em-based breakpoints.  */
/**/

@media (max-width: 47.9375em) {
  .stacks_in_394_2-scroll-to-top-btn.scroll-hidden-sm {
    display: none !important;
  }
}

@media (min-width: 48em) and (max-width: 61.9375em) {
  .stacks_in_394_2-scroll-to-top-btn.scroll-hidden-md {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .stacks_in_394_2-scroll-to-top-btn.scroll-hidden-lg {
    display: none !important;
  }
}




@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_394_3 .foundry_column {
		margin-bottom: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_394_3 .foundry_column {
		margin-bottom: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_394_3 .foundry_column {
		margin-bottom: 20px;
	}
}



	@media (max-width: 47.9375em) {
		/* iPhone */
		#stacks_in_394_3 .row.custom-gutters > [class^="col-"],
		#stacks_in_394_3 .row.custom-gutters > [class*=" col-"] {
			padding-right: 7.500000px;
			padding-left: 7.500000px;
		}

		#stacks_in_394_3 .row.custom-gutters {
			margin-right: -3.750000px;
			margin-left: -3.750000px;
		}
	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/* iPad */
		#stacks_in_394_3 .row.custom-gutters > [class^="col-"],
		#stacks_in_394_3 .row.custom-gutters > [class*=" col-"] {
			padding-right: 7.500000px;
			padding-left: 7.500000px;
		}

		#stacks_in_394_3 .row.custom-gutters {
			margin-right: -3.750000px;
			margin-left: -3.750000px;
		}
	}

	@media (min-width: 62em) {
		/* Desktop */
		#stacks_in_394_3 .row.custom-gutters > [class^="col-"],
		#stacks_in_394_3 .row.custom-gutters > [class*=" col-"] {
			padding-right: 15.000000px;
			padding-left: 15.000000px;
		}

		#stacks_in_394_3 .row.custom-gutters {
			margin-right: -7.500000px;
			margin-left: -7.500000px;
		}
	}



/* CSS for removing gutters if option is enabled. */
#stacks_in_394_3 .row.no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  
  #stacks_in_394_3 .row.no-gutters > [class^="col-"],
  #stacks_in_394_3 .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
  }
  











#stacks_in_394_3 {
	margin: 40px 60px 0px 60px;
}



/* Color picker style settings */


#stacks_in_394_4 p {
	color: rgba(51, 51, 51, 1.00);
}

#stacks_in_394_4 p a,
#stacks_in_394_4 p a:visited {
	color: rgba(251, 0, 8, 1.00);
}

#stacks_in_394_4 p a:hover,
#stacks_in_394_4 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_394_4 .paragraph {
	color: rgba(51, 51, 51, 1.00);
}

#stacks_in_394_4 .paragraph a,
#stacks_in_394_4 .paragraph a:visited {
	color: rgba(251, 0, 8, 1.00);
}

#stacks_in_394_4 .paragraph a:hover,
#stacks_in_394_4 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_394_4 p,
	#stacks_in_394_4 {
		font-size: 12px;
	}
	

	
	
	
	
	



#stacks_in_394_4 p,
#stacks_in_394_4 {
	
}


#stacks_in_394_4 {
	margin: 40px 0px 0px 0px;
}



@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_394_29 .foundry_column {
		margin-bottom: 0px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_394_29 .foundry_column {
		margin-bottom: 0px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_394_29 .foundry_column {
		margin-bottom: 0px;
	}
}


/* CSS for removing gutters if option is enabled. */
#stacks_in_394_29 .row.no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  
  #stacks_in_394_29 .row.no-gutters > [class^="col-"],
  #stacks_in_394_29 .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
  }
  












#stacks_in_394_50 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_394_50 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_394_50 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_394_50 img {
		
			
			
	}
}


#stacks_in_394_50 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}



#stacks_in_394_51 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_394_51 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_394_51 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_394_51 img {
		
			
			
	}
}


#stacks_in_394_51 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}



#stacks_in_394_36 h5 {
	font-weight: 400;
	font-style: normal;

	
	text-transform: uppercase;

	
}

#stacks_in_394_36 h5 small {
	font-weight: 700;
}

#stacks_in_394_36 a,
#stacks_in_394_36 a:visited,
#stacks_in_394_36 a:hover,
#stacks_in_394_36 a:active {
	text-decoration: none;
}





























@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_394_36 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_394_36 h5 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_394_36 h5 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_394_36 .inline_badge_right {
		top: -10px;
	}

	
		#stacks_in_394_36 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_394_36 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_394_36 h5 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_394_36 h5 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_394_36 .inline_badge_right {
		top: -20px;
	}

	
		#stacks_in_394_36 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_394_36 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_394_36 h5 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_394_36 h5 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_394_36 .inline_badge_right {
		top: -25px;
	}

	
		#stacks_in_394_36 .inline_badge_right {
			padding-left: 0px;
		}
	
}


#stacks_in_394_36 .inline_badge_right {
	position: relative;
}


#stacks_in_394_36 small,
#stacks_in_394_36 h5 small {
	
}

#stacks_in_394_36 {
	margin: 40px 0px 0px 0px;
}
/*
          ___   ___                      
         (   ) (   )                     
  .---.   | |   | |    .--.    ___  ___  
 / .-, \  | |   | |   /    \  (   )(   ) 
(__) ; |  | |   | |  |  .-. ;  | |  | |  
  .'`  |  | |   | |  | |  | |  | |  | |  
 / .'| |  | |   | |  | |  | |  | '  | |  
| /  | |  | |   | |  | |  | |  '  `-' |  
; |  ; |  | |   | |  | '  | |   `.__. |  
' `-'  |  | |   | |  '  `-' /   ___ | |  
`.__.'_. (___) (___)  `.__.'   (   )' |  
                                ; `-' '  
                                 .__.'   

=----------------------------------------------------------------=
 AUTHOR: Adam Shiver
 VERSION: v3.3.2
 (c) Copyright 2018-2020 Elixir Graphics All Rights Reserved
=----------------------------------------------------------------=

                                 */
                                 


#stacks_in_394_28 .edit-display {
    background: #b39bdd;
    color: #fff;
    padding: 40px;
    border-radius: 4px;
    margin: 12px;
}

#stacks_in_394_28 .recent-posts {
    
    
    
    list-style: disc;
    
}

#stacks_in_394_28 .recent-posts i {
    color: #CCCCCC;
}



@media (max-width: 47.9375em) {
    /* Mobile */
    #stacks_in_394_28 .recent-posts-link {
        font-size: 16px;
    }
}
  
@media (min-width: 48em) and (max-width: 61.9em) {
    /* Tablet */
    #stacks_in_394_28 .recent-posts-link {
        font-size: 16px;
    }
}

@media (min-width: 62em) {
    /* Desktop */
    #stacks_in_394_28 .recent-posts-link {
        font-size: 16px;
    }
}



    #stacks_in_394_28 .recent-posts a,
    #stacks_in_394_28 .recent-posts a:visited {
        color: #FB0008;
    }

    #stacks_in_394_28 .recent-posts a:hover,
    #stacks_in_394_28 .recent-posts a:active {
        color: #C80006;
    }





#stacks_in_394_23 {
	text-align: center;
	z-index: 1;
}

#stacks_in_394_23 ul.icon_bar_wrapper {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	
	background: rgba(142, 143, 143, 0.35);
	
	overflow: hidden;
	
		
	
}

#stacks_in_394_23 ul.icon_bar_wrapper > li {
	display: inline;
	position: relative;
	text-align: center;
	padding: 0;
	float: left;
}

#stacks_in_394_23 ul.icon_bar_wrapper > li > a {
	text-decoration: none;
}

#stacks_in_394_23 ul.icon_bar_wrapper a,
#stacks_in_394_23 ul.icon_bar_wrapper a i,
#stacks_in_394_23 ul.icon_bar_wrapper a:visited,
#stacks_in_394_23 ul.icon_bar_wrapper a:visited i {
	color: rgba(68, 7, 1, 1.00);
}

#stacks_in_394_23 ul.icon_bar_wrapper a .small_icon_title,
#stacks_in_394_23 ul.icon_bar_wrapper a:visited .small_icon_title  {
	color: rgba(251, 0, 8, 1.00);
	
}

#stacks_in_394_23 ul.icon_bar_wrapper li a {
	width: 100%;
	display: block;
	padding-top: 24px;
	padding-bottom: 24px;
}


#stacks_in_394_23 ul.icon_bar_wrapper > li > a:hover {
	background: rgba(255, 255, 255, 0.90);
}

#stacks_in_394_23 .small_icon_title {
	
	display: block;
	
	margin: 0;
	margin-top: 6px;
	line-height: 1;
}


@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_394_23 ul.icon_bar_wrapper a i {
			font-size: 16px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_394_23 .small_icon_title {
		font-size: 14px;
	}

	#stacks_in_394_23 ul.icon_bar_wrapper a i {
			font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_394_23 .small_icon_title {
		font-size: 16px;
	}

	#stacks_in_394_23 ul.icon_bar_wrapper a i {
			font-size: 20px;
	}
}



/*  Sticky Navigation */
#stacks_in_394_23 .icon_bar_wrapper {
	z-index: 999;
	position: relative;
}



#stacks_in_394_23 #sticky-wrapper,
#stacks_in_394_23 .icon_bar_wrapper {
	width: 100% !important;
}


#stacks_in_394_10 h5 {
	font-weight: 400;
	font-style: normal;

	
	text-transform: uppercase;

	
}

#stacks_in_394_10 h5 small {
	font-weight: 700;
}

#stacks_in_394_10 a,
#stacks_in_394_10 a:visited,
#stacks_in_394_10 a:hover,
#stacks_in_394_10 a:active {
	text-decoration: none;
}





























@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_394_10 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_394_10 h5 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_394_10 h5 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_394_10 .inline_badge_right {
		top: -10px;
	}

	
		#stacks_in_394_10 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_394_10 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_394_10 h5 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_394_10 h5 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_394_10 .inline_badge_right {
		top: -20px;
	}

	
		#stacks_in_394_10 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_394_10 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_394_10 h5 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_394_10 h5 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_394_10 .inline_badge_right {
		top: -25px;
	}

	
		#stacks_in_394_10 .inline_badge_right {
			padding-left: 0px;
		}
	
}


#stacks_in_394_10 .inline_badge_right {
	position: relative;
}


#stacks_in_394_10 small,
#stacks_in_394_10 h5 small {
	
}

#stacks_in_394_10 {
	margin: 40px 0px 0px 0px;
}



#stacks_in_394_12 .site_map ul {
	list-style-type: circle;
}



#stacks_in_394_12 .site_map ul a,
#stacks_in_394_12 .site_map ul a:visited,
#stacks_in_394_12 .site_map ul a:hover,
#stacks_in_394_12 .site_map ul a:active {
}




	



	#stacks_in_394_12 .site_map ul a,
	#stacks_in_394_12 .site_map ul a:visited {
		color: rgba(238, 0, 6, 1.00);
	}

	#stacks_in_394_12 .site_map ul a:hover,
	#stacks_in_394_12 .site_map ul a:active {
		color: rgba(190, 0, 4, 1.00);
	}




#stacks_in_394_14 .animated-divider {
	
	opacity: 0;
	
	display: inline-block;
	height: 4px;
	
	width: 380px;
	
	margin-bottom: 21px;

	
	background-color: rgba(238, 0, 6, 1.00);
	

	

}


#stacks_in_394_15 .foundry-footer {
	
}





#stacks_in_394_15 {
	padding: 10px 0px 40px 0px;
}
