@keyframes rotate-spinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes scale-bounce-in{0%{transform:scale(0);opacity:0}30%{transform:scale(1.5)}70%{transform:scale(0.8)}100%{transform:scale(1);opacity:1}}.spinner{position:fixed;left:50%;top:50%;z-index:1}.spinner.scale-bounce-in{animation:scale-bounce-in 1s ease-in-out 1 forwards}.spinner:before{opacity:.6;content:"";z-index:1;position:absolute;top:0;right:0;bottom:0;left:0}.spinner:after{animation:rotate-spinner 750ms linear infinite;box-sizing:border-box;content:"";height:50px;width:50px;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;border-radius:100%;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;border-right:3px solid #f2f4f5;border-top:3px solid #f2f4f5;border-left:3px solid rgba(242,244,245,.5);border-bottom:3px solid rgba(242,244,245,.5);opacity:1;z-index:2}.spinner.bb-secondary-color-1:after{border-right:3px solid #fb662b;border-top:3px solid #fb662b;border-left:3px solid rgba(251,102,43,.5);border-bottom:3px solid rgba(251,102,43,.5)}.spinner.bb-secondary-color-2:after{border-right:3px solid #c56fd5;border-top:3px solid #c56fd5;border-left:3px solid rgba(197,111,213,.5);border-bottom:3px solid rgba(197,111,213,.5)}.spinner.bb-secondary-color-3:after{border-right:3px solid #fddd3b;border-top:3px solid #fddd3b;border-left:3px solid rgba(253,221,59,.5);border-bottom:3px solid rgba(253,221,59,.5)}.spinner.bb-secondary-color-4:after{border-right:3px solid #26d7fd;border-top:3px solid #26d7fd;border-left:3px solid rgba(38,215,253,.5);border-bottom:3px solid rgba(38,215,253,.5)}.spinner.bb-tertiary-color-1:after{border-right:3px solid #ca423f;border-top:3px solid #ca423f;border-left:3px solid rgba(202,66,63,.5);border-bottom:3px solid rgba(202,66,63,.5)}.spinner.bb-tertiary-color-2:after{border-right:3px solid #35a06a;border-top:3px solid #35a06a;border-left:3px solid rgba(53,160,106,.5);border-bottom:3px solid rgba(53,160,106,.5)}.spinner.bb-tertiary-color-3:after{border-right:3px solid #1874a4;border-top:3px solid #1874a4;border-left:3px solid rgba(24,116,164,.5);border-bottom:3px solid rgba(24,116,164,.5)}.spinner.bb-tertiary-color-4:after{border-right:3px solid #b7d153;border-top:3px solid #b7d153;border-left:3px solid rgba(183,209,83,.5);border-bottom:3px solid rgba(183,209,83,.5)}.spinner.bb-tertiary-color-5:after{border-right:3px solid #fbb034;border-top:3px solid #fbb034;border-left:3px solid rgba(251,176,52,.5);border-bottom:3px solid rgba(251,176,52,.5)}.spinner.bb-tertiary-color-6:after{border-right:3px solid #c1977d;border-top:3px solid #c1977d;border-left:3px solid rgba(193,151,125,.5);border-bottom:3px solid rgba(193,151,125,.5)}.spinner.bb-tertiary-color-7:after{border-right:3px solid #fedcba;border-top:3px solid #fedcba;border-left:3px solid rgba(254,220,186,.5);border-bottom:3px solid rgba(254,220,186,.5)}.spinner.inverse-color:after{border-right:3px solid #fff;border-top:3px solid #fff;border-left:3px solid hsla(0,0%,100%,.5);border-bottom:3px solid hsla(0,0%,100%,.5)}.spinner.text-color:after{border-right:3px solid #262626;border-top:3px solid #262626;border-left:3px solid rgba(38,38,38,.5);border-bottom:3px solid rgba(38,38,38,.5)}@media only screen and (min-width:64em){.hide-in-background .relatively-centered{left:calc((100% + 200px)/2)}}.hide-in-background[aria-hidden=true] .spinner{display:none}#initial-load-area{z-index:999999;width:100%;height:100vh;background-color:var(--palette-background-b9, #262626);opacity:1;position:absolute}#initial-load-area.fade-out{opacity:0;transition:opacity .5s linear}body{padding:0;margin:0}
/*! 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:rgba(0,0,0,0)}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.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 2.5rem}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 silver;margin:0 0.125rem;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}meta.foundation-version{font-family:"/5.5.2/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-small-only{font-family:"/only screen and (max-width: 39.9375em)/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40em)/";width:40em}meta.foundation-mq-medium-only{font-family:"/only screen and (min-width:40em) and (max-width:63.9375em)/";width:40em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64em)/";width:64em}meta.foundation-mq-large-only{font-family:"/only screen and (min-width:64em) and (max-width:89.9375em)/";width:64em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90em)/";width:90em}meta.foundation-mq-xlarge-only{font-family:"/only screen and (min-width:90em) and (max-width:119.9375em)/";width:90em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120em)/";width:120em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html,body{font-size:100%}body{background:#ebebeb;color:var(--palette-text-primary, #262626);cursor:auto;font-family:"Open Sans",sans-serif;font-style:normal;font-weight:400;line-height:1.6;margin:0;padding:0;position:relative}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:3.125rem}select{width:100%}.accordion{margin-bottom:0}.accordion:before,.accordion:after{content:" ";display:table}.accordion:after{clear:both}.accordion .accordion-navigation,.accordion dd{display:block;margin-bottom:0 !important}.accordion .accordion-navigation.active>a,.accordion dd.active>a{background:hsl(0,0%,77.9803921569%)}.accordion .accordion-navigation>a,.accordion dd>a{background:var(--palette-secondary-main, #cdcdcd);color:var(--palette-text-primary, #262626);display:block;font-family:"Open Sans",sans-serif;font-size:1rem;padding:1rem}.accordion .accordion-navigation>a:hover,.accordion dd>a:hover{background:hsl(0,0%,76.3725490196%)}.accordion .accordion-navigation>.content,.accordion dd>.content{display:none;padding:.9375rem}.accordion .accordion-navigation>.content.active,.accordion dd>.content.active{background:var(--palette-background-default, #fff);display:block}.alert-box{border-style:solid;border-width:0;display:block;font-size:.8125rem;font-weight:400;margin-bottom:1.25rem;padding:.875rem 1.5rem .875rem .875rem;position:relative;transition:opacity 300ms ease-out;background-color:#1874a4;border-color:rgb(20.64,99.76,141.04);color:var(--palette-common-white, #ffffff)}.alert-box .close{right:.25rem;background:inherit;color:var(--palette-text-primary, #262626);font-size:1.375rem;line-height:.9;margin-top:-0.6875rem;opacity:.5;padding:0 0.375rem 0.25rem;position:absolute;top:50%}.alert-box .close:hover,.alert-box .close:focus{opacity:.8}.alert-box.radius{border-radius:2px}.alert-box.round{border-radius:1000px}.alert-box.success{background-color:#39e379;border-color:rgb(30.2598230088,213.9801769912,99.4251327434);color:var(--palette-common-white, #ffffff)}.alert-box.alert{background-color:#ff3b30;border-color:rgb(255,18.8342028986,5.58);color:var(--palette-common-white, #ffffff)}.alert-box.secondary{background-color:#cdcdcd;border-color:rgb(176.3,176.3,176.3);color:rgb(69.7,69.7,69.7)}.alert-box.warning{background-color:#f60;border-color:hsl(24,100%,43%);color:var(--palette-common-white, #ffffff)}.alert-box.info{background-color:#a0d3e8;border-color:hsl(197.5,61.0169491525%,66.1019607843%);color:rgb(69.7,69.7,69.7)}.alert-box.alert-close{opacity:0}[class*=block-grid-]{display:block;padding:0;margin:0 -0.625rem}[class*=block-grid-]:before,[class*=block-grid-]:after{content:" ";display:table}[class*=block-grid-]:after{clear:both}[class*=block-grid-]>li{display:block;float:left;height:auto;padding:0 .625rem 1.25rem}@media only screen{.small-block-grid-1>li{list-style:none;width:100%}.small-block-grid-1>li:nth-of-type(1n){clear:none}.small-block-grid-1>li:nth-of-type(1n+1){clear:both}.small-block-grid-2>li{list-style:none;width:50%}.small-block-grid-2>li:nth-of-type(1n){clear:none}.small-block-grid-2>li:nth-of-type(2n+1){clear:both}.small-block-grid-3>li{list-style:none;width:33.3333333333%}.small-block-grid-3>li:nth-of-type(1n){clear:none}.small-block-grid-3>li:nth-of-type(3n+1){clear:both}.small-block-grid-4>li{list-style:none;width:25%}.small-block-grid-4>li:nth-of-type(1n){clear:none}.small-block-grid-4>li:nth-of-type(4n+1){clear:both}.small-block-grid-5>li{list-style:none;width:20%}.small-block-grid-5>li:nth-of-type(1n){clear:none}.small-block-grid-5>li:nth-of-type(5n+1){clear:both}.small-block-grid-6>li{list-style:none;width:16.6666666667%}.small-block-grid-6>li:nth-of-type(1n){clear:none}.small-block-grid-6>li:nth-of-type(6n+1){clear:both}.small-block-grid-7>li{list-style:none;width:14.2857142857%}.small-block-grid-7>li:nth-of-type(1n){clear:none}.small-block-grid-7>li:nth-of-type(7n+1){clear:both}.small-block-grid-8>li{list-style:none;width:12.5%}.small-block-grid-8>li:nth-of-type(1n){clear:none}.small-block-grid-8>li:nth-of-type(8n+1){clear:both}.small-block-grid-9>li{list-style:none;width:11.1111111111%}.small-block-grid-9>li:nth-of-type(1n){clear:none}.small-block-grid-9>li:nth-of-type(9n+1){clear:both}.small-block-grid-10>li{list-style:none;width:10%}.small-block-grid-10>li:nth-of-type(1n){clear:none}.small-block-grid-10>li:nth-of-type(10n+1){clear:both}.small-block-grid-11>li{list-style:none;width:9.0909090909%}.small-block-grid-11>li:nth-of-type(1n){clear:none}.small-block-grid-11>li:nth-of-type(11n+1){clear:both}.small-block-grid-12>li{list-style:none;width:8.3333333333%}.small-block-grid-12>li:nth-of-type(1n){clear:none}.small-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width:40em){.medium-block-grid-1>li{list-style:none;width:100%}.medium-block-grid-1>li:nth-of-type(1n){clear:none}.medium-block-grid-1>li:nth-of-type(1n+1){clear:both}.medium-block-grid-2>li{list-style:none;width:50%}.medium-block-grid-2>li:nth-of-type(1n){clear:none}.medium-block-grid-2>li:nth-of-type(2n+1){clear:both}.medium-block-grid-3>li{list-style:none;width:33.3333333333%}.medium-block-grid-3>li:nth-of-type(1n){clear:none}.medium-block-grid-3>li:nth-of-type(3n+1){clear:both}.medium-block-grid-4>li{list-style:none;width:25%}.medium-block-grid-4>li:nth-of-type(1n){clear:none}.medium-block-grid-4>li:nth-of-type(4n+1){clear:both}.medium-block-grid-5>li{list-style:none;width:20%}.medium-block-grid-5>li:nth-of-type(1n){clear:none}.medium-block-grid-5>li:nth-of-type(5n+1){clear:both}.medium-block-grid-6>li{list-style:none;width:16.6666666667%}.medium-block-grid-6>li:nth-of-type(1n){clear:none}.medium-block-grid-6>li:nth-of-type(6n+1){clear:both}.medium-block-grid-7>li{list-style:none;width:14.2857142857%}.medium-block-grid-7>li:nth-of-type(1n){clear:none}.medium-block-grid-7>li:nth-of-type(7n+1){clear:both}.medium-block-grid-8>li{list-style:none;width:12.5%}.medium-block-grid-8>li:nth-of-type(1n){clear:none}.medium-block-grid-8>li:nth-of-type(8n+1){clear:both}.medium-block-grid-9>li{list-style:none;width:11.1111111111%}.medium-block-grid-9>li:nth-of-type(1n){clear:none}.medium-block-grid-9>li:nth-of-type(9n+1){clear:both}.medium-block-grid-10>li{list-style:none;width:10%}.medium-block-grid-10>li:nth-of-type(1n){clear:none}.medium-block-grid-10>li:nth-of-type(10n+1){clear:both}.medium-block-grid-11>li{list-style:none;width:9.0909090909%}.medium-block-grid-11>li:nth-of-type(1n){clear:none}.medium-block-grid-11>li:nth-of-type(11n+1){clear:both}.medium-block-grid-12>li{list-style:none;width:8.3333333333%}.medium-block-grid-12>li:nth-of-type(1n){clear:none}.medium-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width:64em){.large-block-grid-1>li{list-style:none;width:100%}.large-block-grid-1>li:nth-of-type(1n){clear:none}.large-block-grid-1>li:nth-of-type(1n+1){clear:both}.large-block-grid-2>li{list-style:none;width:50%}.large-block-grid-2>li:nth-of-type(1n){clear:none}.large-block-grid-2>li:nth-of-type(2n+1){clear:both}.large-block-grid-3>li{list-style:none;width:33.3333333333%}.large-block-grid-3>li:nth-of-type(1n){clear:none}.large-block-grid-3>li:nth-of-type(3n+1){clear:both}.large-block-grid-4>li{list-style:none;width:25%}.large-block-grid-4>li:nth-of-type(1n){clear:none}.large-block-grid-4>li:nth-of-type(4n+1){clear:both}.large-block-grid-5>li{list-style:none;width:20%}.large-block-grid-5>li:nth-of-type(1n){clear:none}.large-block-grid-5>li:nth-of-type(5n+1){clear:both}.large-block-grid-6>li{list-style:none;width:16.6666666667%}.large-block-grid-6>li:nth-of-type(1n){clear:none}.large-block-grid-6>li:nth-of-type(6n+1){clear:both}.large-block-grid-7>li{list-style:none;width:14.2857142857%}.large-block-grid-7>li:nth-of-type(1n){clear:none}.large-block-grid-7>li:nth-of-type(7n+1){clear:both}.large-block-grid-8>li{list-style:none;width:12.5%}.large-block-grid-8>li:nth-of-type(1n){clear:none}.large-block-grid-8>li:nth-of-type(8n+1){clear:both}.large-block-grid-9>li{list-style:none;width:11.1111111111%}.large-block-grid-9>li:nth-of-type(1n){clear:none}.large-block-grid-9>li:nth-of-type(9n+1){clear:both}.large-block-grid-10>li{list-style:none;width:10%}.large-block-grid-10>li:nth-of-type(1n){clear:none}.large-block-grid-10>li:nth-of-type(10n+1){clear:both}.large-block-grid-11>li{list-style:none;width:9.0909090909%}.large-block-grid-11>li:nth-of-type(1n){clear:none}.large-block-grid-11>li:nth-of-type(11n+1){clear:both}.large-block-grid-12>li{list-style:none;width:8.3333333333%}.large-block-grid-12>li:nth-of-type(1n){clear:none}.large-block-grid-12>li:nth-of-type(12n+1){clear:both}}.breadcrumbs{border-style:solid;border-width:1px;display:block;list-style:none;margin-left:0;overflow:hidden;padding:.3125rem;background-color:hsla(0,0%,100%,0);border-color:hsla(0,0%,90%,0);border-radius:2px}.breadcrumbs>*{color:#1874a4;float:left;font-size:.8125rem;line-height:.8125rem;margin:0;text-transform:none}.breadcrumbs>*:hover a,.breadcrumbs>*:focus a{text-decoration:underline}.breadcrumbs>* a{color:#1874a4}.breadcrumbs>*.current{color:var(--palette-text-primary, #262626);cursor:default}.breadcrumbs>*.current a{color:var(--palette-text-primary, #262626);cursor:default}.breadcrumbs>*.current:hover,.breadcrumbs>*.current:hover a,.breadcrumbs>*.current:focus,.breadcrumbs>*.current:focus a{text-decoration:none}.breadcrumbs>*.unavailable{color:rgb(146.5,146.5,146.5)}.breadcrumbs>*.unavailable a{color:rgb(146.5,146.5,146.5)}.breadcrumbs>*.unavailable:hover,.breadcrumbs>*.unavailable:hover a,.breadcrumbs>*.unavailable:focus,.breadcrumbs>*.unavailable a:focus{color:rgb(146.5,146.5,146.5);cursor:not-allowed;text-decoration:none}.breadcrumbs>*:before{color:var(--palette-secondary-main, #cdcdcd);content:"/";margin:0 .5rem;position:relative;top:0.0625rem}.breadcrumbs>*:first-child:before{content:" ";margin:0}[aria-label=breadcrumbs] [aria-hidden=true]:after{content:"/"}.button{display:inline-block;text-align:center;line-height:1;cursor:pointer;-webkit-appearance:none;transition:background-color .25s ease-out,color .25s ease-out;vertical-align:middle;border:1px solid rgba(0,0,0,0);border-radius:2px;padding:.5em 1.125em;margin:0 0 1rem 0;font-size:.875rem;background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}[data-whatinput=mouse] .button{outline:0}.button:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.button:focus{background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1rem}.button.expanded{display:block;width:100%;margin-left:0;margin-right:0}.button.primary{background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.button.primary:hover{background-color:rgb(19.2,92.8,131.2);color:var(--palette-primary-contrastText, #ffffff)}.button.primary:focus{background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.button.secondary{background-color:#cdcdcd;color:var(--palette-text-primary, #262626)}.button.secondary:hover{background-color:#a4a4a4;color:var(--palette-text-primary, #262626)}.button.secondary:focus{background-color:#cdcdcd;color:var(--palette-text-primary, #262626)}.button.success{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.button.success:hover{background-color:rgb(28.1486725664,199.0513274336,92.4884955752);color:var(--palette-primary-contrastText, #ffffff)}.button.success:focus{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.button.warning{background-color:#f60;color:var(--palette-primary-contrastText, #ffffff)}.button.warning:hover{background-color:rgb(204,81.6,0);color:var(--palette-primary-contrastText, #ffffff)}.button.warning:focus{background-color:#f60;color:var(--palette-primary-contrastText, #ffffff)}.button.alert{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.button.alert:hover{background-color:rgb(242.4,12.8811594203,0);color:var(--palette-primary-contrastText, #ffffff)}.button.alert:focus{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.button.hollow{border:1px solid #1874a4;color:#1874a4}.button.hollow,.button.hollow:hover,.button.hollow:focus{background-color:rgba(0,0,0,0)}.button.hollow:hover,.button.hollow:focus{border-color:#0c3a52;color:#0c3a52}.button.hollow.primary{border:1px solid #1874a4;color:#1874a4}.button.hollow.primary:hover,.button.hollow.primary:focus{border-color:#0c3a52;color:#0c3a52}.button.hollow.secondary{border:1px solid #cdcdcd;color:#cdcdcd}.button.hollow.secondary:hover,.button.hollow.secondary:focus{border-color:rgb(102.5,102.5,102.5);color:rgb(102.5,102.5,102.5)}.button.hollow.success{border:1px solid #39e379;color:#39e379}.button.hollow.success:hover,.button.hollow.success:focus{border-color:rgb(17.592920354,124.407079646,57.8053097345);color:rgb(17.592920354,124.407079646,57.8053097345)}.button.hollow.warning{border:1px solid #f60;color:#f60}.button.hollow.warning:hover,.button.hollow.warning:focus{border-color:rgb(127.5,51,0);color:rgb(127.5,51,0)}.button.hollow.alert{border:1px solid #ff3b30;color:#ff3b30}.button.hollow.alert:hover,.button.hollow.alert:focus{border-color:rgb(151.5,8.0507246377,0);color:rgb(151.5,8.0507246377,0)}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}.button.dropdown::after{border:inset .4em;content:"";display:block;height:0;width:0;position:relative;top:.4em;float:right;margin-left:1.125em;display:inline-block}.button.arrow-only::after{margin-left:0;float:none;top:-0.1em}.button-group{list-style:none;margin:0;left:0}.button-group:before,.button-group:after{content:" ";display:table}.button-group:after{clear:both}.button-group.even-2 li{display:inline-block;margin:0 -0.125rem;width:50%}.button-group.even-2 li>button,.button-group.even-2 li .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.even-2 li:first-child button,.button-group.even-2 li:first-child .button{border-left:0}.button-group.even-2 li button,.button-group.even-2 li .button{width:100%}.button-group.even-3 li{display:inline-block;margin:0 -0.125rem;width:33.3333333333%}.button-group.even-3 li>button,.button-group.even-3 li .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.even-3 li:first-child button,.button-group.even-3 li:first-child .button{border-left:0}.button-group.even-3 li button,.button-group.even-3 li .button{width:100%}.button-group.even-4 li{display:inline-block;margin:0 -0.125rem;width:25%}.button-group.even-4 li>button,.button-group.even-4 li .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.even-4 li:first-child button,.button-group.even-4 li:first-child .button{border-left:0}.button-group.even-4 li button,.button-group.even-4 li .button{width:100%}.button-group.even-5 li{display:inline-block;margin:0 -0.125rem;width:20%}.button-group.even-5 li>button,.button-group.even-5 li .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.even-5 li:first-child button,.button-group.even-5 li:first-child .button{border-left:0}.button-group.even-5 li button,.button-group.even-5 li .button{width:100%}.button-group.even-6 li{display:inline-block;margin:0 -0.125rem;width:16.6666666667%}.button-group.even-6 li>button,.button-group.even-6 li .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.even-6 li:first-child button,.button-group.even-6 li:first-child .button{border-left:0}.button-group.even-6 li button,.button-group.even-6 li .button{width:100%}.button-group.even-7 li{display:inline-block;margin:0 -0.125rem;width:14.2857142857%}.button-group.even-7 li>button,.button-group.even-7 li .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.even-7 li:first-child button,.button-group.even-7 li:first-child .button{border-left:0}.button-group.even-7 li button,.button-group.even-7 li .button{width:100%}.button-group.even-8 li{display:inline-block;margin:0 -0.125rem;width:12.5%}.button-group.even-8 li>button,.button-group.even-8 li .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.even-8 li:first-child button,.button-group.even-8 li:first-child .button{border-left:0}.button-group.even-8 li button,.button-group.even-8 li .button{width:100%}.button-group>li{display:inline-block;margin:0 -0.125rem}.button-group>li>button,.button-group>li .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group>li:first-child button,.button-group>li:first-child .button{border-left:0}.button-group.stack>li{display:block;margin:0;float:none}.button-group.stack>li>button,.button-group.stack>li .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.stack>li:first-child button,.button-group.stack>li:first-child .button{border-left:0}.button-group.stack>li>button,.button-group.stack>li .button{border-color:hsla(0,0%,100%,.5);border-left-width:0;border-top:0 solid;display:block;margin:0}.button-group.stack>li>button{width:100%}.button-group.stack>li:first-child button,.button-group.stack>li:first-child .button{border-top:0}.button-group.stack-for-small>li{display:inline-block;margin:0 -0.125rem}.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button{border-left:0}@media only screen and (max-width: 39.9375em){.button-group.stack-for-small>li{display:block;margin:0}.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button{border-left:0}.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button{border-color:hsla(0,0%,100%,.5);border-left-width:0;border-top:0 solid;display:block;margin:0}.button-group.stack-for-small>li>button{width:100%}.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button{border-top:0}}.button-group.radius>*{display:inline-block;margin:0 -0.125rem}.button-group.radius>*>button,.button-group.radius>* .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.radius>*:first-child button,.button-group.radius>*:first-child .button{border-left:0}.button-group.radius>*,.button-group.radius>*>a,.button-group.radius>*>button,.button-group.radius>*>.button{border-radius:0}.button-group.radius>*:first-child,.button-group.radius>*:first-child>a,.button-group.radius>*:first-child>button,.button-group.radius>*:first-child>.button{-webkit-border-bottom-left-radius:0.125rem;-webkit-border-top-left-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem}.button-group.radius>*:last-child,.button-group.radius>*:last-child>a,.button-group.radius>*:last-child>button,.button-group.radius>*:last-child>.button{-webkit-border-bottom-right-radius:0.125rem;-webkit-border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top-right-radius:0.125rem}.button-group.radius.stack>*{display:block;margin:0}.button-group.radius.stack>*>button,.button-group.radius.stack>* .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.radius.stack>*:first-child button,.button-group.radius.stack>*:first-child .button{border-left:0}.button-group.radius.stack>*>button,.button-group.radius.stack>* .button{border-color:hsla(0,0%,100%,.5);border-left-width:0;border-top:0 solid;display:block;margin:0}.button-group.radius.stack>*>button{width:100%}.button-group.radius.stack>*:first-child button,.button-group.radius.stack>*:first-child .button{border-top:0}.button-group.radius.stack>*,.button-group.radius.stack>*>a,.button-group.radius.stack>*>button,.button-group.radius.stack>*>.button{border-radius:0}.button-group.radius.stack>*:first-child,.button-group.radius.stack>*:first-child>a,.button-group.radius.stack>*:first-child>button,.button-group.radius.stack>*:first-child>.button{-webkit-top-left-radius:0.125rem;-webkit-top-right-radius:0.125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem}.button-group.radius.stack>*:last-child,.button-group.radius.stack>*:last-child>a,.button-group.radius.stack>*:last-child>button,.button-group.radius.stack>*:last-child>.button{-webkit-bottom-left-radius:0.125rem;-webkit-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem}@media only screen and (min-width:40em){.button-group.radius.stack-for-small>*{display:inline-block;margin:0 -0.125rem}.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button{border-left:0}.button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>*>.button{border-radius:0}.button-group.radius.stack-for-small>*:first-child,.button-group.radius.stack-for-small>*:first-child>a,.button-group.radius.stack-for-small>*:first-child>button,.button-group.radius.stack-for-small>*:first-child>.button{-webkit-border-bottom-left-radius:0.125rem;-webkit-border-top-left-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem}.button-group.radius.stack-for-small>*:last-child,.button-group.radius.stack-for-small>*:last-child>a,.button-group.radius.stack-for-small>*:last-child>button,.button-group.radius.stack-for-small>*:last-child>.button{-webkit-border-bottom-right-radius:0.125rem;-webkit-border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top-right-radius:0.125rem}}@media only screen and (max-width: 39.9375em){.button-group.radius.stack-for-small>*{display:block;margin:0}.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button{border-left:0}.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button{border-color:hsla(0,0%,100%,.5);border-left-width:0;border-top:0 solid;display:block;margin:0}.button-group.radius.stack-for-small>*>button{width:100%}.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button{border-top:0}.button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>*>.button{border-radius:0}.button-group.radius.stack-for-small>*:first-child,.button-group.radius.stack-for-small>*:first-child>a,.button-group.radius.stack-for-small>*:first-child>button,.button-group.radius.stack-for-small>*:first-child>.button{-webkit-top-left-radius:0.125rem;-webkit-top-right-radius:0.125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem}.button-group.radius.stack-for-small>*:last-child,.button-group.radius.stack-for-small>*:last-child>a,.button-group.radius.stack-for-small>*:last-child>button,.button-group.radius.stack-for-small>*:last-child>.button{-webkit-bottom-left-radius:0.125rem;-webkit-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem}}.button-group.round>*{display:inline-block;margin:0 -0.125rem}.button-group.round>*>button,.button-group.round>* .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.round>*:first-child button,.button-group.round>*:first-child .button{border-left:0}.button-group.round>*,.button-group.round>*>a,.button-group.round>*>button,.button-group.round>*>.button{border-radius:0}.button-group.round>*:first-child,.button-group.round>*:first-child>a,.button-group.round>*:first-child>button,.button-group.round>*:first-child>.button{-webkit-border-bottom-left-radius:62.5rem;-webkit-border-top-left-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem}.button-group.round>*:last-child,.button-group.round>*:last-child>a,.button-group.round>*:last-child>button,.button-group.round>*:last-child>.button{-webkit-border-bottom-right-radius:62.5rem;-webkit-border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-top-right-radius:62.5rem}.button-group.round.stack>*{display:block;margin:0}.button-group.round.stack>*>button,.button-group.round.stack>* .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.round.stack>*:first-child button,.button-group.round.stack>*:first-child .button{border-left:0}.button-group.round.stack>*>button,.button-group.round.stack>* .button{border-color:hsla(0,0%,100%,.5);border-left-width:0;border-top:0 solid;display:block;margin:0}.button-group.round.stack>*>button{width:100%}.button-group.round.stack>*:first-child button,.button-group.round.stack>*:first-child .button{border-top:0}.button-group.round.stack>*,.button-group.round.stack>*>a,.button-group.round.stack>*>button,.button-group.round.stack>*>.button{border-radius:0}.button-group.round.stack>*:first-child,.button-group.round.stack>*:first-child>a,.button-group.round.stack>*:first-child>button,.button-group.round.stack>*:first-child>.button{-webkit-top-left-radius:.5625rem;-webkit-top-right-radius:.5625rem;border-top-left-radius:.5625rem;border-top-right-radius:.5625rem}.button-group.round.stack>*:last-child,.button-group.round.stack>*:last-child>a,.button-group.round.stack>*:last-child>button,.button-group.round.stack>*:last-child>.button{-webkit-bottom-left-radius:.5625rem;-webkit-bottom-right-radius:.5625rem;border-bottom-left-radius:.5625rem;border-bottom-right-radius:.5625rem}@media only screen and (min-width:40em){.button-group.round.stack-for-small>*{display:inline-block;margin:0 -0.125rem}.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button{border-left:0}.button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>*>.button{border-radius:0}.button-group.round.stack-for-small>*:first-child,.button-group.round.stack-for-small>*:first-child>a,.button-group.round.stack-for-small>*:first-child>button,.button-group.round.stack-for-small>*:first-child>.button{-webkit-border-bottom-left-radius:62.5rem;-webkit-border-top-left-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem}.button-group.round.stack-for-small>*:last-child,.button-group.round.stack-for-small>*:last-child>a,.button-group.round.stack-for-small>*:last-child>button,.button-group.round.stack-for-small>*:last-child>.button{-webkit-border-bottom-right-radius:62.5rem;-webkit-border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-top-right-radius:62.5rem}}@media only screen and (max-width: 39.9375em){.button-group.round.stack-for-small>*{display:block;margin:0}.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button{border-left:0 solid;border-color:hsla(0,0%,100%,.5)}.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button{border-left:0}.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button{border-color:hsla(0,0%,100%,.5);border-left-width:0;border-top:0 solid;display:block;margin:0}.button-group.round.stack-for-small>*>button{width:100%}.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button{border-top:0}.button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>*>.button{border-radius:0}.button-group.round.stack-for-small>*:first-child,.button-group.round.stack-for-small>*:first-child>a,.button-group.round.stack-for-small>*:first-child>button,.button-group.round.stack-for-small>*:first-child>.button{-webkit-top-left-radius:.5625rem;-webkit-top-right-radius:.5625rem;border-top-left-radius:.5625rem;border-top-right-radius:.5625rem}.button-group.round.stack-for-small>*:last-child,.button-group.round.stack-for-small>*:last-child>a,.button-group.round.stack-for-small>*:last-child>button,.button-group.round.stack-for-small>*:last-child>.button{-webkit-bottom-left-radius:.5625rem;-webkit-bottom-right-radius:.5625rem;border-bottom-left-radius:.5625rem;border-bottom-right-radius:.5625rem}}.button-bar:before,.button-bar:after{content:" ";display:table}.button-bar:after{clear:both}.button-bar .button-group{float:left;margin-right:.625rem}.button-bar .button-group div{overflow:hidden}.button{display:inline-block;text-align:center;line-height:1;cursor:pointer;-webkit-appearance:none;transition:background-color .25s ease-out,color .25s ease-out;vertical-align:middle;border:1px solid rgba(0,0,0,0);border-radius:2px;padding:.5em 1.125em;margin:0 0 1rem 0;font-size:.875rem;background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}[data-whatinput=mouse] .button{outline:0}.button:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.button:focus{background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1rem}.button.expanded{display:block;width:100%;margin-left:0;margin-right:0}.button.primary{background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.button.primary:hover{background-color:rgb(19.2,92.8,131.2);color:var(--palette-primary-contrastText, #ffffff)}.button.primary:focus{background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.button.secondary{background-color:#cdcdcd;color:var(--palette-text-primary, #262626)}.button.secondary:hover{background-color:#a4a4a4;color:var(--palette-text-primary, #262626)}.button.secondary:focus{background-color:#cdcdcd;color:var(--palette-text-primary, #262626)}.button.success{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.button.success:hover{background-color:rgb(28.1486725664,199.0513274336,92.4884955752);color:var(--palette-primary-contrastText, #ffffff)}.button.success:focus{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.button.warning{background-color:#f60;color:var(--palette-primary-contrastText, #ffffff)}.button.warning:hover{background-color:rgb(204,81.6,0);color:var(--palette-primary-contrastText, #ffffff)}.button.warning:focus{background-color:#f60;color:var(--palette-primary-contrastText, #ffffff)}.button.alert{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.button.alert:hover{background-color:rgb(242.4,12.8811594203,0);color:var(--palette-primary-contrastText, #ffffff)}.button.alert:focus{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.button.hollow{border:1px solid #1874a4;color:#1874a4}.button.hollow,.button.hollow:hover,.button.hollow:focus{background-color:rgba(0,0,0,0)}.button.hollow:hover,.button.hollow:focus{border-color:#0c3a52;color:#0c3a52}.button.hollow.primary{border:1px solid #1874a4;color:#1874a4}.button.hollow.primary:hover,.button.hollow.primary:focus{border-color:#0c3a52;color:#0c3a52}.button.hollow.secondary{border:1px solid #cdcdcd;color:#cdcdcd}.button.hollow.secondary:hover,.button.hollow.secondary:focus{border-color:rgb(102.5,102.5,102.5);color:rgb(102.5,102.5,102.5)}.button.hollow.success{border:1px solid #39e379;color:#39e379}.button.hollow.success:hover,.button.hollow.success:focus{border-color:rgb(17.592920354,124.407079646,57.8053097345);color:rgb(17.592920354,124.407079646,57.8053097345)}.button.hollow.warning{border:1px solid #f60;color:#f60}.button.hollow.warning:hover,.button.hollow.warning:focus{border-color:rgb(127.5,51,0);color:rgb(127.5,51,0)}.button.hollow.alert{border:1px solid #ff3b30;color:#ff3b30}.button.hollow.alert:hover,.button.hollow.alert:focus{border-color:rgb(151.5,8.0507246377,0);color:rgb(151.5,8.0507246377,0)}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}.button.dropdown::after{border:inset .4em;content:"";display:block;height:0;width:0;position:relative;top:.4em;float:right;margin-left:1.125em;display:inline-block}.button.arrow-only::after{margin-left:0;float:none;top:-0.1em}.clearing-thumbs,[data-clearing]{list-style:none;margin-left:0;margin-bottom:0}.clearing-thumbs:before,.clearing-thumbs:after,[data-clearing]:before,[data-clearing]:after{content:" ";display:table}.clearing-thumbs:after,[data-clearing]:after{clear:both}.clearing-thumbs li,[data-clearing] li{float:left;margin-right:0.625rem}.clearing-thumbs[class*=block-grid-] li,[data-clearing][class*=block-grid-] li{margin-right:0}.clearing-blackout{background:var(--palette-background-b1, #ffffff);height:100%;position:fixed;top:0;width:100%;z-index:998;left:0}.clearing-blackout .clearing-close{display:block}.clearing-container{height:100%;margin:0;overflow:hidden;position:relative;z-index:998}.clearing-touch-label{color:#aaa;font-size:.6em;left:50%;position:absolute;top:50%}.visible-img{height:95%;position:relative}.visible-img img{position:absolute;left:50%;top:50%;transform:translateY(-50%) translateX(-50%);max-height:100%;max-width:100%}.clearing-caption{background:var(--palette-background-b1, #ffffff);bottom:0;color:var(--palette-primary-contrastText, #ffffff);font-size:.875em;line-height:1.3;margin-bottom:0;padding:0.625rem 1.875rem 1.25rem;position:absolute;text-align:center;width:100%;left:0}.clearing-close{color:var(--palette-secondary-main, #cdcdcd);display:none;font-size:1.875rem;line-height:1;padding-left:1.25rem;padding-top:0.625rem;z-index:999}.clearing-close:hover,.clearing-close:focus{color:#ccc}.clearing-assembled .clearing-container{height:100%}.clearing-assembled .clearing-container .carousel>ul{display:none}.clearing-feature li{display:none}.clearing-feature li.clearing-featured-img{display:block}@media only screen and (min-width:40em){.clearing-main-prev,.clearing-main-next{height:100%;position:absolute;top:0;width:2.5rem}.clearing-main-prev>span,.clearing-main-next>span{border:solid 12px;display:block;height:0;position:absolute;top:50%;width:0}.clearing-main-prev>span:hover,.clearing-main-next>span:hover{opacity:.8}.clearing-main-prev{left:0}.clearing-main-prev>span{left:0.3125rem;border-color:rgba(0,0,0,0);border-right-color:var(--palette-secondary-main, #cdcdcd)}.clearing-main-next{right:0}.clearing-main-next>span{border-color:rgba(0,0,0,0);border-left-color:var(--palette-secondary-main, #cdcdcd)}.clearing-main-prev.disabled,.clearing-main-next.disabled{opacity:.3}.clearing-assembled .clearing-container .carousel{background:rgba(51,51,51,.8);height:7.5rem;margin-top:0.625rem;text-align:center}.clearing-assembled .clearing-container .carousel>ul{display:inline-block;z-index:999;height:100%;position:relative;float:none}.clearing-assembled .clearing-container .carousel>ul li{clear:none;cursor:pointer;display:block;float:left;margin-right:0;min-height:inherit;opacity:.4;overflow:hidden;padding:0;position:relative;width:7.5rem}.clearing-assembled .clearing-container .carousel>ul li.fix-height img{height:100%;max-width:none}.clearing-assembled .clearing-container .carousel>ul li a.th{border:none;box-shadow:none;display:block}.clearing-assembled .clearing-container .carousel>ul li img{cursor:pointer !important;width:100% !important}.clearing-assembled .clearing-container .carousel>ul li.visible{opacity:1}.clearing-assembled .clearing-container .carousel>ul li:hover{opacity:.8}.clearing-assembled .clearing-container .visible-img{background:var(--palette-background-b1, #ffffff);height:85%;overflow:hidden}.clearing-close{padding-left:0;padding-top:0;position:absolute;top:0.625rem;right:1.25rem}}.f-dropdown{display:none;left:-624.9375rem;list-style:none;margin-left:0;position:absolute;background:var(--palette-background-default, #ffffff);border:solid 1px #ccc;font-size:.875rem;height:auto;max-height:none;width:100%;z-index:89;margin-top:0.125rem;max-width:12.5rem}.f-dropdown.open{display:block}.f-dropdown>*:first-child{margin-top:0}.f-dropdown>*:last-child{margin-bottom:0}.f-dropdown.drop-right{display:none;left:-624.9375rem;list-style:none;margin-left:0;position:absolute;background:var(--palette-background-default, #ffffff);border:solid 1px #ccc;font-size:.875rem;height:auto;max-height:none;width:100%;z-index:89;margin-top:0;margin-left:0.125rem;max-width:12.5rem}.f-dropdown.drop-right.open{display:block}.f-dropdown.drop-right>*:first-child{margin-top:0}.f-dropdown.drop-right>*:last-child{margin-bottom:0}.f-dropdown.drop-right:before{border:inset 0px;content:"";display:block;height:0;width:0;border-color:rgba(0,0,0,0) var(--palette-primary-contrastText, #ffffff) rgba(0,0,0,0) rgba(0,0,0,0);border-right-style:solid;position:absolute;top:0.625rem;left:0;z-index:89}.f-dropdown.drop-right:after{border:inset 1px;content:"";display:block;height:0;width:0;border-color:rgba(0,0,0,0) #ccc rgba(0,0,0,0) rgba(0,0,0,0);border-right-style:solid;position:absolute;top:0.5625rem;left:-0.125rem;z-index:88}.f-dropdown.drop-left{display:none;left:-624.9375rem;list-style:none;margin-left:0;position:absolute;background:var(--palette-background-default, #ffffff);border:solid 1px #ccc;font-size:.875rem;height:auto;max-height:none;width:100%;z-index:89;margin-top:0;margin-left:-0.125rem;max-width:12.5rem}.f-dropdown.drop-left.open{display:block}.f-dropdown.drop-left>*:first-child{margin-top:0}.f-dropdown.drop-left>*:last-child{margin-bottom:0}.f-dropdown.drop-left:before{border:inset 0px;content:"";display:block;height:0;width:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) var(--palette-primary-contrastText, #ffffff);border-left-style:solid;position:absolute;top:0.625rem;right:0;left:auto;z-index:89}.f-dropdown.drop-left:after{border:inset 1px;content:"";display:block;height:0;width:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #ccc;border-left-style:solid;position:absolute;top:0.5625rem;right:-0.125rem;left:auto;z-index:88}.f-dropdown.drop-top{display:none;left:-624.9375rem;list-style:none;margin-left:0;position:absolute;background:var(--palette-background-default, #ffffff);border:solid 1px #ccc;font-size:.875rem;height:auto;max-height:none;width:100%;z-index:89;margin-left:0;margin-top:-0.125rem;max-width:12.5rem}.f-dropdown.drop-top.open{display:block}.f-dropdown.drop-top>*:first-child{margin-top:0}.f-dropdown.drop-top>*:last-child{margin-bottom:0}.f-dropdown.drop-top:before{border:inset 0px;content:"";display:block;height:0;width:0;border-color:var(--palette-primary-contrastText, #ffffff) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-top-style:solid;bottom:0;position:absolute;top:auto;left:0.625rem;right:auto;z-index:89}.f-dropdown.drop-top:after{border:inset 1px;content:"";display:block;height:0;width:0;border-color:#ccc rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-top-style:solid;bottom:-0.125rem;position:absolute;top:auto;left:0.5625rem;right:auto;z-index:88}.f-dropdown li{cursor:pointer;font-size:.875rem;line-height:1.3125rem;margin:0}.f-dropdown li:hover,.f-dropdown li:focus{background:var(--palette-background-b3, #f0f0f0)}.f-dropdown li.radius{border-radius:2px}.f-dropdown li a{display:block;padding:.5rem 1rem;color:var(--palette-text-primary, #262626)}.f-dropdown.content{display:none;left:-624.9375rem;list-style:none;margin-left:0;position:absolute;background:var(--palette-background-default, #ffffff);border:solid 1px #ccc;font-size:.875rem;height:auto;max-height:none;padding:1.25rem;width:100%;z-index:89;max-width:12.5rem}.f-dropdown.content.open{display:block}.f-dropdown.content>*:first-child{margin-top:0}.f-dropdown.content>*:last-child{margin-bottom:0}.f-dropdown.tiny{max-width:12.5rem}.f-dropdown.small{max-width:18.75rem}.f-dropdown.medium{max-width:31.25rem}.f-dropdown.large{max-width:50rem}.f-dropdown.mega{width:100% !important;max-width:100% !important}.f-dropdown.mega.open{left:0 !important}.flex-video{height:0;margin-bottom:1rem;overflow:hidden;padding-bottom:67.5%;padding-top:1.5625rem;position:relative}.flex-video.widescreen{padding-bottom:56.34%}.flex-video.vimeo{padding-top:0}.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{height:100%;position:absolute;top:0;width:100%;left:0}.button{display:inline-block;text-align:center;line-height:1;cursor:pointer;-webkit-appearance:none;transition:background-color .25s ease-out,color .25s ease-out;vertical-align:middle;border:1px solid rgba(0,0,0,0);border-radius:2px;padding:.5em 1.125em;margin:0 0 1rem 0;font-size:.875rem;background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}[data-whatinput=mouse] .button{outline:0}.button:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.button:focus{background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1rem}.button.expanded{display:block;width:100%;margin-left:0;margin-right:0}.button.primary{background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.button.primary:hover{background-color:rgb(19.2,92.8,131.2);color:var(--palette-primary-contrastText, #ffffff)}.button.primary:focus{background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.button.secondary{background-color:#cdcdcd;color:var(--palette-text-primary, #262626)}.button.secondary:hover{background-color:#a4a4a4;color:var(--palette-text-primary, #262626)}.button.secondary:focus{background-color:#cdcdcd;color:var(--palette-text-primary, #262626)}.button.success{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.button.success:hover{background-color:rgb(28.1486725664,199.0513274336,92.4884955752);color:var(--palette-primary-contrastText, #ffffff)}.button.success:focus{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.button.warning{background-color:#f60;color:var(--palette-primary-contrastText, #ffffff)}.button.warning:hover{background-color:rgb(204,81.6,0);color:var(--palette-primary-contrastText, #ffffff)}.button.warning:focus{background-color:#f60;color:var(--palette-primary-contrastText, #ffffff)}.button.alert{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.button.alert:hover{background-color:rgb(242.4,12.8811594203,0);color:var(--palette-primary-contrastText, #ffffff)}.button.alert:focus{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.button.hollow{border:1px solid #1874a4;color:#1874a4}.button.hollow,.button.hollow:hover,.button.hollow:focus{background-color:rgba(0,0,0,0)}.button.hollow:hover,.button.hollow:focus{border-color:#0c3a52;color:#0c3a52}.button.hollow.primary{border:1px solid #1874a4;color:#1874a4}.button.hollow.primary:hover,.button.hollow.primary:focus{border-color:#0c3a52;color:#0c3a52}.button.hollow.secondary{border:1px solid #cdcdcd;color:#cdcdcd}.button.hollow.secondary:hover,.button.hollow.secondary:focus{border-color:rgb(102.5,102.5,102.5);color:rgb(102.5,102.5,102.5)}.button.hollow.success{border:1px solid #39e379;color:#39e379}.button.hollow.success:hover,.button.hollow.success:focus{border-color:rgb(17.592920354,124.407079646,57.8053097345);color:rgb(17.592920354,124.407079646,57.8053097345)}.button.hollow.warning{border:1px solid #f60;color:#f60}.button.hollow.warning:hover,.button.hollow.warning:focus{border-color:rgb(127.5,51,0);color:rgb(127.5,51,0)}.button.hollow.alert{border:1px solid #ff3b30;color:#ff3b30}.button.hollow.alert:hover,.button.hollow.alert:focus{border-color:rgb(151.5,8.0507246377,0);color:rgb(151.5,8.0507246377,0)}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}.button.dropdown::after{border:inset .4em;content:"";display:block;height:0;width:0;position:relative;top:.4em;float:right;margin-left:1.125em;display:inline-block}.button.arrow-only::after{margin-left:0;float:none;top:-0.1em}form{margin:0 0 1rem}form .row .row{margin:0 -0.5rem}form .row .row .column,form .row .row .columns{padding:0 .5rem}form .row .row.collapse{margin:0}form .row .row.collapse .column,form .row .row.collapse .columns{padding:0}form .row .row.collapse input{-webkit-border-bottom-right-radius:0;-webkit-border-top-right-radius:0;border-bottom-right-radius:0;border-top-right-radius:0}form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns{padding-left:.5rem}label{color:rgb(81.4,81.4,81.4);cursor:pointer;display:block;font-size:.875rem;font-weight:400;line-height:1.5;margin-bottom:0}label.right{float:none !important;text-align:right}label.inline{margin:0 0 1rem 0;padding:.5625rem 0}label small{text-transform:capitalize;color:hsl(0,0%,42.1333333333%)}.prefix,.postfix{border-style:solid;border-width:1px;display:block;font-size:.875rem;height:2.3125rem;line-height:2.3125rem;overflow:visible;padding-bottom:0;padding-top:0;position:relative;text-align:center;width:100%;z-index:2}.postfix.button{border-color:true}.prefix.button{border:none;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0;text-align:center}.prefix.button.radius{border-radius:0;-webkit-border-bottom-left-radius:0.125rem;-webkit-border-top-left-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem}.postfix.button.radius{border-radius:0;-webkit-border-bottom-right-radius:0.125rem;-webkit-border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top-right-radius:0.125rem}.prefix.button.round{border-radius:0;-webkit-border-bottom-left-radius:62.5rem;-webkit-border-top-left-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem}.postfix.button.round{border-radius:0;-webkit-border-bottom-right-radius:62.5rem;-webkit-border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-top-right-radius:62.5rem}span.prefix,label.prefix{background:#e1e1e1;border-right:none;color:var(--palette-text-primary, #262626);border-color:var(--palette-secondary-main, #cdcdcd)}span.postfix,label.postfix{background:#e1e1e1;color:var(--palette-text-primary, #262626);border-color:var(--palette-secondary-main, #cdcdcd)}input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input[type=color],textarea{-webkit-appearance:none;-moz-appearance:none;border-radius:0;background-color:var(--palette-background-default, #fff);border-style:solid;border-width:1px;border-color:var(--palette-secondary-main, #cdcdcd);box-shadow:none;color:var(--palette-text-primary, #262626);display:block;font-family:inherit;font-size:.875rem;height:2.3125rem;margin:0 0 1rem 0;padding:.5rem;width:100%;box-sizing:border-box;transition:border-color .15s linear,background .15s linear}input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=week]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=time]:focus,input[type=url]:focus,input[type=color]:focus,textarea:focus{background:var(--palette-background-default, #fff);border-color:var(--palette-focus-main, #006dc7);outline:none}input[type=text]:disabled,input[type=password]:disabled,input[type=date]:disabled,input[type=datetime]:disabled,input[type=datetime-local]:disabled,input[type=month]:disabled,input[type=week]:disabled,input[type=email]:disabled,input[type=number]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=time]:disabled,input[type=url]:disabled,input[type=color]:disabled,textarea:disabled{background-color:#ddd;cursor:default}input[type=text][disabled],input[type=text][readonly],fieldset[disabled] input[type=text],input[type=password][disabled],input[type=password][readonly],fieldset[disabled] input[type=password],input[type=date][disabled],input[type=date][readonly],fieldset[disabled] input[type=date],input[type=datetime][disabled],input[type=datetime][readonly],fieldset[disabled] input[type=datetime],input[type=datetime-local][disabled],input[type=datetime-local][readonly],fieldset[disabled] input[type=datetime-local],input[type=month][disabled],input[type=month][readonly],fieldset[disabled] input[type=month],input[type=week][disabled],input[type=week][readonly],fieldset[disabled] input[type=week],input[type=email][disabled],input[type=email][readonly],fieldset[disabled] input[type=email],input[type=number][disabled],input[type=number][readonly],fieldset[disabled] input[type=number],input[type=search][disabled],input[type=search][readonly],fieldset[disabled] input[type=search],input[type=tel][disabled],input[type=tel][readonly],fieldset[disabled] input[type=tel],input[type=time][disabled],input[type=time][readonly],fieldset[disabled] input[type=time],input[type=url][disabled],input[type=url][readonly],fieldset[disabled] input[type=url],input[type=color][disabled],input[type=color][readonly],fieldset[disabled] input[type=color],textarea[disabled],textarea[readonly],fieldset[disabled] textarea{background-color:#ddd;cursor:default}input[type=text].radius,input[type=password].radius,input[type=date].radius,input[type=datetime].radius,input[type=datetime-local].radius,input[type=month].radius,input[type=week].radius,input[type=email].radius,input[type=number].radius,input[type=search].radius,input[type=tel].radius,input[type=time].radius,input[type=url].radius,input[type=color].radius,textarea.radius{border-radius:2px}form .row .prefix-radius.row.collapse input,form .row .prefix-radius.row.collapse textarea,form .row .prefix-radius.row.collapse select,form .row .prefix-radius.row.collapse button{border-radius:0;-webkit-border-bottom-right-radius:0.125rem;-webkit-border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top-right-radius:0.125rem}form .row .prefix-radius.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:0.125rem;-webkit-border-top-left-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem}form .row .postfix-radius.row.collapse input,form .row .postfix-radius.row.collapse textarea,form .row .postfix-radius.row.collapse select,form .row .postfix-radius.row.collapse button{border-radius:0;-webkit-border-bottom-left-radius:0.125rem;-webkit-border-top-left-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem}form .row .postfix-radius.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:0.125rem;-webkit-border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top-right-radius:0.125rem}form .row .prefix-round.row.collapse input,form .row .prefix-round.row.collapse textarea,form .row .prefix-round.row.collapse select,form .row .prefix-round.row.collapse button{border-radius:0;-webkit-border-bottom-right-radius:62.5rem;-webkit-border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-top-right-radius:62.5rem}form .row .prefix-round.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:62.5rem;-webkit-border-top-left-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem}form .row .postfix-round.row.collapse input,form .row .postfix-round.row.collapse textarea,form .row .postfix-round.row.collapse select,form .row .postfix-round.row.collapse button{border-radius:0;-webkit-border-bottom-left-radius:62.5rem;-webkit-border-top-left-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem}form .row .postfix-round.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:62.5rem;-webkit-border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-top-right-radius:62.5rem}input[type=submit]{-webkit-appearance:none;-moz-appearance:none;border-radius:0}textarea[rows]{height:auto}textarea{max-width:100%}::-webkit-input-placeholder{color:var(--palette-text-hint, #767676)}:-moz-placeholder{color:var(--palette-text-hint, #767676)}::-moz-placeholder{color:var(--palette-text-hint, #767676)}:-ms-input-placeholder{color:var(--palette-text-hint, #767676)}select{-webkit-appearance:none !important;-moz-appearance:none !important;background-color:var(--palette-background-default, #fff);border-radius:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);background-position:100% center;background-repeat:no-repeat;border-style:solid;border-width:1px;border-color:var(--palette-secondary-main, #cdcdcd);color:var(--palette-text-primary, #262626);font-family:inherit;font-size:.875rem;line-height:normal;padding:.5rem;border-radius:0;height:2.3125rem}select::-ms-expand{display:none}select.radius{border-radius:2px}select:hover{background-color:var(--palette-background-default, #fff);border-color:var(--palette-focus-main, #006dc7)}select:disabled{background-color:#ddd;cursor:default}select[multiple]{height:auto}input[type=file],input[type=checkbox],input[type=radio],select{margin:0 0 1rem 0}input[type=checkbox]+label,input[type=radio]+label{display:inline-block;margin-left:.5rem;margin-right:1rem;margin-bottom:0;vertical-align:baseline}input[type=file]{width:100%}fieldset{border:1px solid #ddd;margin:1.125rem 0;padding:1.25rem}fieldset legend{background:var(--palette-common-white, #ffffff);font-weight:700;margin-left:-0.1875rem;margin:0;padding:0 .1875rem}[data-abide] .error small.error,[data-abide] .error span.error,[data-abide] span.error,[data-abide] small.error{display:block;font-size:.75rem;font-style:italic;font-weight:normal;margin-bottom:1rem;margin-top:-0.0625rem;padding:.375rem .5625rem .5625rem;background:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}[data-abide] span.error,[data-abide] small.error{display:none}span.error,small.error{display:block;font-size:.75rem;font-style:italic;font-weight:normal;margin-bottom:1rem;margin-top:-0.0625rem;padding:.375rem .5625rem .5625rem;background:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.error input,.error textarea,.error select{margin-bottom:0}.error input[type=checkbox],.error input[type=radio]{margin-bottom:1rem}.error label,.error label.error{color:#ff3b30}.error small.error{display:block;font-size:.75rem;font-style:italic;font-weight:normal;margin-bottom:1rem;margin-top:-0.0625rem;padding:.375rem .5625rem .5625rem;background:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.error>label>small{background:rgba(0,0,0,0);color:hsl(0,0%,42.1333333333%);display:inline;font-size:60%;font-style:normal;margin:0;padding:0;text-transform:capitalize}.error span.error-message{display:block}input.error,textarea.error,select.error{margin-bottom:0}label.error{color:#ff3b30}.row{margin:0 auto;max-width:120rem;width:100%}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.collapse .row{margin-left:0;margin-right:0}.row .row{margin:0 -0.9375rem;max-width:none;width:auto}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{margin:0;max-width:none;width:auto}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:.9375rem;padding-right:.9375rem;width:100%;float:left}.column+.column:last-child,.column+.columns:last-child,.columns+.column:last-child,.columns+.columns:last-child{float:right}.column+.column.end,.column+.columns.end,.columns+.column.end,.columns+.columns.end{float:left}@media only screen{.small-push-0{position:relative;left:0;right:auto}.small-pull-0{position:relative;right:0;left:auto}.small-push-1{position:relative;left:8.3333333333%;right:auto}.small-pull-1{position:relative;right:8.3333333333%;left:auto}.small-push-2{position:relative;left:16.6666666667%;right:auto}.small-pull-2{position:relative;right:16.6666666667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.3333333333%;right:auto}.small-pull-4{position:relative;right:33.3333333333%;left:auto}.small-push-5{position:relative;left:41.6666666667%;right:auto}.small-pull-5{position:relative;right:41.6666666667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.3333333333%;right:auto}.small-pull-7{position:relative;right:58.3333333333%;left:auto}.small-push-8{position:relative;left:66.6666666667%;right:auto}.small-pull-8{position:relative;right:66.6666666667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.3333333333%;right:auto}.small-pull-10{position:relative;right:83.3333333333%;left:auto}.small-push-11{position:relative;left:91.6666666667%;right:auto}.small-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.small-1{width:8.3333333333%}.small-2{width:16.6666666667%}.small-3{width:25%}.small-4{width:33.3333333333%}.small-5{width:41.6666666667%}.small-6{width:50%}.small-7{width:58.3333333333%}.small-8{width:66.6666666667%}.small-9{width:75%}.small-10{width:83.3333333333%}.small-11{width:91.6666666667%}.small-12{width:100%}.small-offset-0{margin-left:0 !important}.small-offset-1{margin-left:8.3333333333% !important}.small-offset-2{margin-left:16.6666666667% !important}.small-offset-3{margin-left:25% !important}.small-offset-4{margin-left:33.3333333333% !important}.small-offset-5{margin-left:41.6666666667% !important}.small-offset-6{margin-left:50% !important}.small-offset-7{margin-left:58.3333333333% !important}.small-offset-8{margin-left:66.6666666667% !important}.small-offset-9{margin-left:75% !important}.small-offset-10{margin-left:83.3333333333% !important}.small-offset-11{margin-left:91.6666666667% !important}.small-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{float:left;margin-left:0;margin-right:0}.column.small-centered:last-child,.columns.small-centered:last-child{float:none}.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}.row.small-collapse>.column,.row.small-collapse>.columns{padding-left:0;padding-right:0}.row.small-collapse .row{margin-left:0;margin-right:0}.row.small-uncollapse>.column,.row.small-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem;float:left}}@media only screen and (min-width:40em){.medium-push-0{position:relative;left:0;right:auto}.medium-pull-0{position:relative;right:0;left:auto}.medium-push-1{position:relative;left:8.3333333333%;right:auto}.medium-pull-1{position:relative;right:8.3333333333%;left:auto}.medium-push-2{position:relative;left:16.6666666667%;right:auto}.medium-pull-2{position:relative;right:16.6666666667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.3333333333%;right:auto}.medium-pull-4{position:relative;right:33.3333333333%;left:auto}.medium-push-5{position:relative;left:41.6666666667%;right:auto}.medium-pull-5{position:relative;right:41.6666666667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.3333333333%;right:auto}.medium-pull-7{position:relative;right:58.3333333333%;left:auto}.medium-push-8{position:relative;left:66.6666666667%;right:auto}.medium-pull-8{position:relative;right:66.6666666667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.3333333333%;right:auto}.medium-pull-10{position:relative;right:83.3333333333%;left:auto}.medium-push-11{position:relative;left:91.6666666667%;right:auto}.medium-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.medium-1{width:8.3333333333%}.medium-2{width:16.6666666667%}.medium-3{width:25%}.medium-4{width:33.3333333333%}.medium-5{width:41.6666666667%}.medium-6{width:50%}.medium-7{width:58.3333333333%}.medium-8{width:66.6666666667%}.medium-9{width:75%}.medium-10{width:83.3333333333%}.medium-11{width:91.6666666667%}.medium-12{width:100%}.medium-offset-0{margin-left:0 !important}.medium-offset-1{margin-left:8.3333333333% !important}.medium-offset-2{margin-left:16.6666666667% !important}.medium-offset-3{margin-left:25% !important}.medium-offset-4{margin-left:33.3333333333% !important}.medium-offset-5{margin-left:41.6666666667% !important}.medium-offset-6{margin-left:50% !important}.medium-offset-7{margin-left:58.3333333333% !important}.medium-offset-8{margin-left:66.6666666667% !important}.medium-offset-9{margin-left:75% !important}.medium-offset-10{margin-left:83.3333333333% !important}.medium-offset-11{margin-left:91.6666666667% !important}.medium-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{float:left;margin-left:0;margin-right:0}.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none}.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}.row.medium-collapse>.column,.row.medium-collapse>.columns{padding-left:0;padding-right:0}.row.medium-collapse .row{margin-left:0;margin-right:0}.row.medium-uncollapse>.column,.row.medium-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem;float:left}.push-0{position:relative;left:0;right:auto}.pull-0{position:relative;right:0;left:auto}.push-1{position:relative;left:8.3333333333%;right:auto}.pull-1{position:relative;right:8.3333333333%;left:auto}.push-2{position:relative;left:16.6666666667%;right:auto}.pull-2{position:relative;right:16.6666666667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.3333333333%;right:auto}.pull-4{position:relative;right:33.3333333333%;left:auto}.push-5{position:relative;left:41.6666666667%;right:auto}.pull-5{position:relative;right:41.6666666667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.3333333333%;right:auto}.pull-7{position:relative;right:58.3333333333%;left:auto}.push-8{position:relative;left:66.6666666667%;right:auto}.pull-8{position:relative;right:66.6666666667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.3333333333%;right:auto}.pull-10{position:relative;right:83.3333333333%;left:auto}.push-11{position:relative;left:91.6666666667%;right:auto}.pull-11{position:relative;right:91.6666666667%;left:auto}}@media only screen and (min-width:64em){.large-push-0{position:relative;left:0;right:auto}.large-pull-0{position:relative;right:0;left:auto}.large-push-1{position:relative;left:8.3333333333%;right:auto}.large-pull-1{position:relative;right:8.3333333333%;left:auto}.large-push-2{position:relative;left:16.6666666667%;right:auto}.large-pull-2{position:relative;right:16.6666666667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.3333333333%;right:auto}.large-pull-4{position:relative;right:33.3333333333%;left:auto}.large-push-5{position:relative;left:41.6666666667%;right:auto}.large-pull-5{position:relative;right:41.6666666667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.3333333333%;right:auto}.large-pull-7{position:relative;right:58.3333333333%;left:auto}.large-push-8{position:relative;left:66.6666666667%;right:auto}.large-pull-8{position:relative;right:66.6666666667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.3333333333%;right:auto}.large-pull-10{position:relative;right:83.3333333333%;left:auto}.large-push-11{position:relative;left:91.6666666667%;right:auto}.large-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.large-1{width:8.3333333333%}.large-2{width:16.6666666667%}.large-3{width:25%}.large-4{width:33.3333333333%}.large-5{width:41.6666666667%}.large-6{width:50%}.large-7{width:58.3333333333%}.large-8{width:66.6666666667%}.large-9{width:75%}.large-10{width:83.3333333333%}.large-11{width:91.6666666667%}.large-12{width:100%}.large-offset-0{margin-left:0 !important}.large-offset-1{margin-left:8.3333333333% !important}.large-offset-2{margin-left:16.6666666667% !important}.large-offset-3{margin-left:25% !important}.large-offset-4{margin-left:33.3333333333% !important}.large-offset-5{margin-left:41.6666666667% !important}.large-offset-6{margin-left:50% !important}.large-offset-7{margin-left:58.3333333333% !important}.large-offset-8{margin-left:66.6666666667% !important}.large-offset-9{margin-left:75% !important}.large-offset-10{margin-left:83.3333333333% !important}.large-offset-11{margin-left:91.6666666667% !important}.large-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{float:left;margin-left:0;margin-right:0}.column.large-centered:last-child,.columns.large-centered:last-child{float:none}.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}.row.large-collapse>.column,.row.large-collapse>.columns{padding-left:0;padding-right:0}.row.large-collapse .row{margin-left:0;margin-right:0}.row.large-uncollapse>.column,.row.large-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem;float:left}.push-0{position:relative;left:0;right:auto}.pull-0{position:relative;right:0;left:auto}.push-1{position:relative;left:8.3333333333%;right:auto}.pull-1{position:relative;right:8.3333333333%;left:auto}.push-2{position:relative;left:16.6666666667%;right:auto}.pull-2{position:relative;right:16.6666666667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.3333333333%;right:auto}.pull-4{position:relative;right:33.3333333333%;left:auto}.push-5{position:relative;left:41.6666666667%;right:auto}.pull-5{position:relative;right:41.6666666667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.3333333333%;right:auto}.pull-7{position:relative;right:58.3333333333%;left:auto}.push-8{position:relative;left:66.6666666667%;right:auto}.pull-8{position:relative;right:66.6666666667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.3333333333%;right:auto}.pull-10{position:relative;right:83.3333333333%;left:auto}.push-11{position:relative;left:91.6666666667%;right:auto}.pull-11{position:relative;right:91.6666666667%;left:auto}}.inline-list{list-style:none;margin-left:-1.375rem;margin-right:0;margin:0 auto 1.0625rem auto;overflow:hidden;padding:0}.inline-list>li{display:block;float:left;list-style:none;margin-left:1.375rem}.inline-list>li>*{display:block}.joyride-list{display:none}.joyride-tip-guide{background:var(--palette-background-b1, #ffffff);color:var(--palette-common-white, #ffffff);display:none;font-family:inherit;font-weight:normal;position:absolute;top:0;width:95%;z-index:101;left:2.5%}.lt-ie9 .joyride-tip-guide{margin-left:-25rem;max-width:50rem;left:50%}.joyride-content-wrapper{padding:1.125rem 1.25rem 1.5rem;width:100%}.joyride-content-wrapper .button{margin-bottom:0 !important}.joyride-content-wrapper .joyride-prev-tip{margin-right:0.625rem}.joyride-tip-guide .joyride-nub{border:10px solid var(--palette-background-b1, #ffffff);display:block;height:0;position:absolute;width:0;left:1.375rem}.joyride-tip-guide .joyride-nub.top{border-color:var(--palette-background-b1, #ffffff);border-top-color:rgba(0,0,0,0) !important;border-top-style:solid;border-left-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;top:-1.25rem}.joyride-tip-guide .joyride-nub.bottom{border-color:var(--palette-background-b1, #ffffff) !important;border-bottom-color:rgba(0,0,0,0) !important;border-bottom-style:solid;border-left-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;bottom:-1.25rem}.joyride-tip-guide .joyride-nub.right{right:-1.25rem}.joyride-tip-guide .joyride-nub.left{left:-1.25rem}.joyride-tip-guide h1,.joyride-tip-guide h2,.joyride-tip-guide h3,.joyride-tip-guide h4,.joyride-tip-guide h5,.joyride-tip-guide h6{color:var(--palette-common-white, #ffffff);font-weight:700;line-height:1.25;margin:0}.joyride-tip-guide p{font-size:.875rem;line-height:1.3;margin:0 0 1.125rem 0}.joyride-timer-indicator-wrap{border:solid 1px #555;bottom:1rem;height:0.1875rem;position:absolute;width:3.125rem;right:1.0625rem}.joyride-timer-indicator{background:#666;display:block;height:inherit;width:0}.joyride-close-tip{color:#777 !important;font-size:1.5rem;font-weight:400;line-height:.5 !important;position:absolute;text-decoration:none;top:0.625rem;right:0.75rem}.joyride-close-tip:hover,.joyride-close-tip:focus{color:#eee !important}.joyride-modal-bg{background:rgba(0,0,0,.5);cursor:pointer;display:none;height:100%;position:fixed;top:0;width:100%;z-index:100;left:0}.joyride-expose-wrapper{background-color:var(--palette-common-white, #ffffff);border-radius:3px;box-shadow:0 0 15px var(--palette-common-white, #ffffff);position:absolute;z-index:102}.joyride-expose-cover{background:rgba(0,0,0,0);border-radius:3px;left:0;position:absolute;top:0;z-index:9999}@media only screen and (min-width:40em){.joyride-tip-guide{width:18.75rem;left:inherit}.joyride-tip-guide .joyride-nub.bottom{border-color:var(--palette-background-b1, #ffffff) !important;border-bottom-color:rgba(0,0,0,0) !important;border-left-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;bottom:-1.25rem}.joyride-tip-guide .joyride-nub.right{border-color:var(--palette-background-b1, #ffffff) !important;border-right-color:rgba(0,0,0,0) !important;border-bottom-color:rgba(0,0,0,0) !important;border-top-color:rgba(0,0,0,0) !important;left:auto;right:-1.25rem;top:1.375rem}.joyride-tip-guide .joyride-nub.left{border-color:var(--palette-background-b1, #ffffff) !important;border-bottom-color:rgba(0,0,0,0) !important;border-left-color:rgba(0,0,0,0) !important;border-top-color:rgba(0,0,0,0) !important;left:-1.25rem;right:auto;top:1.375rem}}.keystroke,kbd{background-color:hsl(0,0%,93%);border-color:hsl(0,0%,86.49%);color:#222;border-style:solid;border-width:1px;font-family:"Consolas","Menlo","Courier",monospace;font-size:inherit;margin:0;padding:.125rem .25rem 0;border-radius:2px}.label{display:inline-block;font-family:"Open Sans",sans-serif;font-weight:400;line-height:1;margin-bottom:auto;position:relative;text-align:center;text-decoration:none;white-space:nowrap;padding:.3125rem .5rem;font-size:.6875rem;background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.label.radius{border-radius:2px}.label.round{border-radius:1000px}.label.alert{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.label.warning{background-color:#f60;color:var(--palette-primary-contrastText, #ffffff)}.label.success{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.label.secondary{background-color:#cdcdcd;color:var(--palette-text-primary, #262626)}.label.info{background-color:#a0d3e8;color:var(--palette-text-primary, #262626)}[data-magellan-expedition],[data-magellan-expedition-clone]{background:var(--palette-common-white, #ffffff);min-width:100%;padding:0.625rem;z-index:50}[data-magellan-expedition] .sub-nav,[data-magellan-expedition-clone] .sub-nav{margin-bottom:0}[data-magellan-expedition] .sub-nav dd,[data-magellan-expedition-clone] .sub-nav dd{margin-bottom:0}[data-magellan-expedition] .sub-nav a,[data-magellan-expedition-clone] .sub-nav a{line-height:1.8em}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.slideshow-wrapper{position:relative}.slideshow-wrapper ul{list-style-type:none;margin:0}.slideshow-wrapper ul li,.slideshow-wrapper ul li .orbit-caption{display:none}.slideshow-wrapper ul li:first-child{display:block}.slideshow-wrapper .orbit-container{background-color:rgba(0,0,0,0)}.slideshow-wrapper .orbit-container li{display:block}.slideshow-wrapper .orbit-container li .orbit-caption{display:block}.slideshow-wrapper .orbit-container .orbit-bullets li{display:inline-block}.slideshow-wrapper .preloader{border-radius:1000px;animation-duration:1.5s;animation-iteration-count:infinite;animation-name:rotate;animation-timing-function:linear;border-color:#555 var(--palette-common-white, #ffffff);border:solid 3px;display:block;height:2.5rem;left:50%;margin-left:-1.25rem;margin-top:-1.25rem;position:absolute;top:50%;width:2.5rem}.orbit-container{background:none;overflow:hidden;position:relative;width:100%}.orbit-container .orbit-slides-container{list-style:none;margin:0;padding:0;position:relative;transform:translateZ(0)}.orbit-container .orbit-slides-container img{display:block;max-width:100%}.orbit-container .orbit-slides-container>*{position:absolute;top:0;width:100%;margin-left:100%}.orbit-container .orbit-slides-container>*:first-child{margin-left:0}.orbit-container .orbit-slides-container>* .orbit-caption{bottom:0;position:absolute;background-color:rgba(0,0,0,.5);color:var(--palette-primary-contrastText, #ffffff);font-size:.875rem;padding:.625rem .875rem;width:100%}.orbit-container .orbit-slide-number{left:0.625rem;background:rgba(0,0,0,0);color:var(--palette-primary-contrastText, #ffffff);font-size:0.75rem;position:absolute;top:0.625rem;z-index:10}.orbit-container .orbit-slide-number span{font-weight:700;padding:.3125rem}.orbit-container .orbit-timer{position:absolute;top:0.75rem;right:0.625rem;height:0.375rem;width:6.25rem;z-index:10}.orbit-container .orbit-timer .orbit-progress{height:0.1875rem;background-color:hsla(0,0%,100%,.3);display:block;width:0;position:relative;right:1.25rem;top:0.3125rem}.orbit-container .orbit-timer>span{border:solid 4px var(--palette-common-white, #ffffff);border-bottom:none;border-top:none;display:none;height:0.875rem;position:absolute;top:0;width:0.6875rem;right:0}.orbit-container .orbit-timer.paused>span{top:0;width:0.6875rem;height:0.875rem;border:inset 8px;border-left-style:solid;border-color:rgba(0,0,0,0);border-left-color:var(--palette-common-white, #ffffff);right:-0.25rem}.orbit-container .orbit-timer.paused>span.dark{border-left-color:#333}.orbit-container:hover .orbit-timer>span{display:block}.orbit-container .orbit-prev,.orbit-container .orbit-next{background-color:rgba(0,0,0,0);color:#fff;height:3.75rem;line-height:3.125rem;margin-top:-1.5625rem;position:absolute;text-indent:-624.9375rem !important;top:45%;width:2.25rem;z-index:10}.orbit-container .orbit-prev:hover,.orbit-container .orbit-next:hover{background-color:rgba(0,0,0,.3)}.orbit-container .orbit-prev>span,.orbit-container .orbit-next>span{border:inset 10px;display:block;height:0;margin-top:-0.625rem;position:absolute;top:50%;width:0}.orbit-container .orbit-prev{left:0}.orbit-container .orbit-prev>span{border-right-style:solid;border-color:rgba(0,0,0,0);border-right-color:hsla(0,0%,100%,.8)}.orbit-container .orbit-prev:hover>span{border-right-color:var(--palette-primary-contrastText, #ffffff)}.orbit-container .orbit-next{right:0}.orbit-container .orbit-next>span{border-color:rgba(0,0,0,0);border-left-style:solid;border-left-color:hsla(0,0%,100%,.8);left:50%;margin-left:-0.25rem}.orbit-container .orbit-next:hover>span{border-left-color:var(--palette-primary-contrastText, #ffffff)}.orbit-bullets-container{text-align:center}.orbit-bullets{display:block;float:none;margin:0 auto 1.875rem auto;overflow:hidden;position:relative;text-align:center;top:0.625rem}.orbit-bullets li{background:rgb(212.5,212.5,212.5);cursor:pointer;display:inline-block;float:none;height:.5625rem;margin-right:0.375rem;width:.5625rem;border-radius:1000px}.orbit-bullets li.active{background:hsl(0,0%,68.3333333333%)}.orbit-bullets li:last-child{margin-right:0}.touch .orbit-container .orbit-prev,.touch .orbit-container .orbit-next{display:none}.touch .orbit-bullets{display:none}@media only screen and (min-width:40em){.touch .orbit-container .orbit-prev,.touch .orbit-container .orbit-next{display:inherit}.touch .orbit-bullets{display:block}}@media only screen and (max-width: 39.9375em){.orbit-stack-on-small .orbit-slides-container{height:auto !important}.orbit-stack-on-small .orbit-slides-container>*{margin:0 !important;opacity:1 !important;position:relative}.orbit-stack-on-small .orbit-slide-number{display:none}.orbit-timer{display:none}.orbit-next,.orbit-prev{display:none}.orbit-bullets{display:none}}ul.pagination{display:block;margin-left:-0.3125rem;min-height:2.125rem}ul.pagination li{color:var(--palette-text-primary, #262626);font-size:.875rem;height:2.125rem;margin-left:.3125rem}ul.pagination li a,ul.pagination li button{border-radius:2px;transition:background-color 300ms ease-out;background:none;color:var(--palette-link-active, #2075a3);display:block;font-size:1em;font-weight:normal;line-height:inherit;padding:.375rem .8125rem}ul.pagination li:hover a,ul.pagination li a:focus,ul.pagination li:hover button,ul.pagination li button:focus{background:rgb(217.5,217.5,217.5)}ul.pagination li.unavailable a,ul.pagination li.unavailable button{cursor:default;color:#999}ul.pagination li.unavailable:hover a,ul.pagination li.unavailable a:focus,ul.pagination li.unavailable:hover button,ul.pagination li.unavailable button:focus{background:rgba(0,0,0,0)}ul.pagination li.current a,ul.pagination li.current button{background:rgb(217.5,217.5,217.5);color:var(--palette-text-primary, #262626);cursor:default;font-weight:400}ul.pagination li.current a:hover,ul.pagination li.current a:focus,ul.pagination li.current button:hover,ul.pagination li.current button:focus{background:var(--palette-secondary-main, #cdcdcd)}ul.pagination li{display:block;float:left}.pagination-centered{text-align:center}.pagination-centered ul.pagination li{display:inline-block;float:none}.panel{border-style:solid;border-width:1px;border-color:hsl(0,0%,83.8235294118%);margin-bottom:1.25rem;padding:1.25rem;background:rgb(237.5,237.5,237.5);color:var(--palette-text-primary, #262626)}.panel>:first-child{margin-top:0}.panel>:last-child{margin-bottom:0}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel p,.panel li,.panel dl{color:var(--palette-text-primary, #262626)}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{line-height:1;margin-bottom:.625rem}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{line-height:1.4}.panel.callout{border-style:solid;border-width:1px;border-color:hsl(0,0%,83.8235294118%);margin-bottom:1.25rem;padding:1.25rem;background:rgb(238.1463829787,247.6008510638,252.5336170213);color:var(--palette-text-primary, #262626)}.panel.callout>:first-child{margin-top:0}.panel.callout>:last-child{margin-bottom:0}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6,.panel.callout p,.panel.callout li,.panel.callout dl{color:var(--palette-text-primary, #262626)}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6{line-height:1;margin-bottom:.625rem}.panel.callout h1.subheader,.panel.callout h2.subheader,.panel.callout h3.subheader,.panel.callout h4.subheader,.panel.callout h5.subheader,.panel.callout h6.subheader{line-height:1.4}.panel.callout a:not(.button){color:#1874a4}.panel.callout a:not(.button):hover,.panel.callout a:not(.button):focus{color:rgb(20.64,99.76,141.04)}.panel.radius{border-radius:2px}.pricing-table{border:solid 1px var(--palette-secondary-main, #cdcdcd);margin-left:0;margin-bottom:1.25rem}.pricing-table *{list-style:none;line-height:1}.pricing-table .title{background-color:var(--palette-background-b1, #ffffff);color:var(--palette-primary-contrastText, #ffffff);font-family:"Open Sans",sans-serif;font-size:1rem;font-weight:400;padding:.9375rem 1.25rem;text-align:center}.pricing-table .price{background-color:#f0f0f0;color:var(--palette-text-primary, #262626);font-family:"Open Sans",sans-serif;font-size:2rem;font-weight:400;padding:.9375rem 1.25rem;text-align:center}.pricing-table .description{background-color:var(--palette-common-white, #ffffff);border-bottom:dotted 1px #ddd;color:#777;font-size:.75rem;font-weight:400;line-height:1.4;padding:.9375rem;text-align:center}.pricing-table .bullet-item{background-color:var(--palette-common-white, #ffffff);border-bottom:dotted 1px #ddd;color:var(--palette-text-primary, #262626);font-size:.875rem;font-weight:400;padding:.9375rem;text-align:center}.pricing-table .cta-button{background-color:var(--palette-common-white, #ffffff);padding:1.25rem 1.25rem 0;text-align:center}.progress{background-color:#f6f6f6;border:1px solid #fff;height:1.5625rem;margin-bottom:.625rem;padding:.125rem}.progress .meter{background:#1874a4;display:block;height:100%}.progress.secondary .meter{background:var(--palette-secondary-main, #cdcdcd);display:block;height:100%}.progress.success .meter{background:#39e379;display:block;height:100%}.progress.alert .meter{background:#ff3b30;display:block;height:100%}.progress.radius{border-radius:2px}.progress.radius .meter{border-radius:1px}.progress.round{border-radius:1000px}.progress.round .meter{border-radius:999px}.range-slider{border:0 solid none;margin:1.25rem 0;position:relative;touch-action:none;display:block;height:.625rem;width:100%;background:var(--palette-background-b8, #666666)}.range-slider.vertical-range{border:0 solid none;margin:1.25rem 0;position:relative;touch-action:none;display:inline-block;height:12.5rem;width:.625rem}.range-slider.vertical-range .range-slider-handle{bottom:-11.375rem;margin-left:-0.28125rem;margin-top:0;position:absolute}.range-slider.vertical-range .range-slider-active-segment{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;border-top-left-radius:initial;bottom:0;height:auto;width:.625rem}.range-slider.radius{background:var(--palette-background-b8, #666666);border-radius:2px}.range-slider.radius .range-slider-handle{background:var(--palette-background-default, #fff);border-radius:2px}.range-slider.radius .range-slider-handle:hover{background:hsl(0,0%,94%)}.range-slider.round{background:var(--palette-background-b8, #666666);border-radius:1000px}.range-slider.round .range-slider-handle{background:var(--palette-background-default, #fff);border-radius:1000px}.range-slider.round .range-slider-handle:hover{background:hsl(0,0%,94%)}.range-slider.disabled,.range-slider[disabled]{background:var(--palette-background-b8, #666666);cursor:not-allowed;opacity:.7}.range-slider.disabled .range-slider-handle,.range-slider[disabled] .range-slider-handle{background:var(--palette-background-default, #fff);cursor:default;opacity:.7}.range-slider.disabled .range-slider-handle:hover,.range-slider[disabled] .range-slider-handle:hover{background:hsl(0,0%,94%)}.range-slider-active-segment{background:var(--palette-brand-main, #a234b5);border-bottom-left-radius:inherit;border-top-left-radius:inherit;display:inline-block;height:.625rem;position:absolute}.range-slider-handle{border:0 solid none;cursor:pointer;display:inline-block;height:1.125rem;position:absolute;top:-0.25rem;width:1.125rem;z-index:1;touch-action:manipulation;background:var(--palette-background-default, #fff)}.range-slider-handle:hover{background:hsl(0,0%,94%)}.reveal-modal-bg{background:var(--palette-common-black, #000000);background:rgba(0,0,0,.6);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1004;left:0}.reveal-modal{border-radius:2px;display:none;position:absolute;top:0;visibility:hidden;width:100%;z-index:1005;left:0;background-color:var(--palette-common-white, #ffffff);padding:1.5625rem;border:solid 0 #666;box-shadow:0 0 10px rgba(0,0,0,.4)}@media only screen and (max-width: 39.9375em){.reveal-modal{min-height:100vh}}.reveal-modal .column,.reveal-modal .columns{min-width:0}.reveal-modal>:first-child{margin-top:0}.reveal-modal>:last-child{margin-bottom:0}@media only screen and (min-width:40em){.reveal-modal{left:0;margin:0 auto;max-width:120rem;right:0;width:80%}}@media only screen and (min-width:40em){.reveal-modal{top:.625rem}}.reveal-modal.radius{border-radius:2px}.reveal-modal.round{border-radius:1000px}.reveal-modal.collapse{padding:0}@media only screen and (min-width:40em){.reveal-modal.tiny{left:0;margin:0 auto;max-width:120rem;right:0;width:30%}}@media only screen and (min-width:40em){.reveal-modal.small{left:0;margin:0 auto;max-width:120rem;right:0;width:40%}}@media only screen and (min-width:40em){.reveal-modal.medium{left:0;margin:0 auto;max-width:120rem;right:0;width:60%}}@media only screen and (min-width:40em){.reveal-modal.large{left:0;margin:0 auto;max-width:120rem;right:0;width:70%}}@media only screen and (min-width:40em){.reveal-modal.xlarge{left:0;margin:0 auto;max-width:120rem;right:0;width:95%}}.reveal-modal.full{height:100vh;height:100%;left:0;margin-left:0 !important;max-width:none !important;min-height:100vh;top:0}@media only screen and (min-width:40em){.reveal-modal.full{left:0;margin:0 auto;max-width:120rem;right:0;width:100%}}.reveal-modal.toback{z-index:1003}.reveal-modal .close-reveal-modal{color:rgb(146.5,146.5,146.5);cursor:pointer;font-size:1.75rem;font-weight:400;line-height:1;position:absolute;top:0;right:0}.side-nav{display:block;font-family:"Open Sans",sans-serif;list-style-position:outside;list-style-type:none;margin:0;padding:.875rem 0}.side-nav li{font-size:.875rem;font-weight:400;margin:0 0 .4375rem 0}.side-nav li a:not(.button){color:var(--palette-text-primary, #262626);display:block;margin:0;padding:.4375rem .875rem}.side-nav li a:not(.button):hover,.side-nav li a:not(.button):focus{background:rgba(0,0,0,.025);color:rgb(103.1,103.1,103.1)}.side-nav li a:not(.button):active{color:rgb(103.1,103.1,103.1)}.side-nav li.active>a:first-child:not(.button){color:rgb(103.1,103.1,103.1);font-family:"Open Sans",sans-serif;font-weight:400}.side-nav li.divider{border-top:1px solid;height:0;list-style:none;padding:0;border-top-color:var(--palette-secondary-main, #cdcdcd)}.side-nav li.heading{color:var(--palette-text-primary, #262626);font-size:.875rem;font-weight:bold;text-transform:uppercase}.button{display:inline-block;text-align:center;line-height:1;cursor:pointer;-webkit-appearance:none;transition:background-color .25s ease-out,color .25s ease-out;vertical-align:middle;border:1px solid rgba(0,0,0,0);border-radius:2px;padding:.5em 1.125em;margin:0 0 1rem 0;font-size:.875rem;background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}[data-whatinput=mouse] .button{outline:0}.button:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.button:focus{background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1rem}.button.expanded{display:block;width:100%;margin-left:0;margin-right:0}.button.primary{background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.button.primary:hover{background-color:rgb(19.2,92.8,131.2);color:var(--palette-primary-contrastText, #ffffff)}.button.primary:focus{background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.button.secondary{background-color:#cdcdcd;color:var(--palette-text-primary, #262626)}.button.secondary:hover{background-color:#a4a4a4;color:var(--palette-text-primary, #262626)}.button.secondary:focus{background-color:#cdcdcd;color:var(--palette-text-primary, #262626)}.button.success{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.button.success:hover{background-color:rgb(28.1486725664,199.0513274336,92.4884955752);color:var(--palette-primary-contrastText, #ffffff)}.button.success:focus{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.button.warning{background-color:#f60;color:var(--palette-primary-contrastText, #ffffff)}.button.warning:hover{background-color:rgb(204,81.6,0);color:var(--palette-primary-contrastText, #ffffff)}.button.warning:focus{background-color:#f60;color:var(--palette-primary-contrastText, #ffffff)}.button.alert{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.button.alert:hover{background-color:rgb(242.4,12.8811594203,0);color:var(--palette-primary-contrastText, #ffffff)}.button.alert:focus{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.button.hollow{border:1px solid #1874a4;color:#1874a4}.button.hollow,.button.hollow:hover,.button.hollow:focus{background-color:rgba(0,0,0,0)}.button.hollow:hover,.button.hollow:focus{border-color:#0c3a52;color:#0c3a52}.button.hollow.primary{border:1px solid #1874a4;color:#1874a4}.button.hollow.primary:hover,.button.hollow.primary:focus{border-color:#0c3a52;color:#0c3a52}.button.hollow.secondary{border:1px solid #cdcdcd;color:#cdcdcd}.button.hollow.secondary:hover,.button.hollow.secondary:focus{border-color:rgb(102.5,102.5,102.5);color:rgb(102.5,102.5,102.5)}.button.hollow.success{border:1px solid #39e379;color:#39e379}.button.hollow.success:hover,.button.hollow.success:focus{border-color:rgb(17.592920354,124.407079646,57.8053097345);color:rgb(17.592920354,124.407079646,57.8053097345)}.button.hollow.warning{border:1px solid #f60;color:#f60}.button.hollow.warning:hover,.button.hollow.warning:focus{border-color:rgb(127.5,51,0);color:rgb(127.5,51,0)}.button.hollow.alert{border:1px solid #ff3b30;color:#ff3b30}.button.hollow.alert:hover,.button.hollow.alert:focus{border-color:rgb(151.5,8.0507246377,0);color:rgb(151.5,8.0507246377,0)}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}.button.dropdown::after{border:inset .4em;content:"";display:block;height:0;width:0;position:relative;top:.4em;float:right;margin-left:1.125em;display:inline-block}.button.arrow-only::after{margin-left:0;float:none;top:-0.1em}.split.button{position:relative;padding-right:5.0625rem}.split.button span{display:block;height:100%;position:absolute;right:0;top:0;border-left:solid 1px}.split.button span:after{position:absolute;content:"";width:0;height:0;display:block;border-style:inset;top:50%;left:50%}.split.button span:active{background-color:rgba(0,0,0,.1)}.split.button span{border-left-color:hsla(0,0%,100%,.5)}.split.button span{width:3.09375rem}.split.button span:after{border-top-style:solid;border-width:.375rem;margin-left:-0.375rem;top:48%}.split.button span:after{border-color:var(--palette-primary-contrastText, #ffffff) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.split.button.secondary span{border-left-color:hsla(0,0%,100%,.5)}.split.button.secondary span:after{border-color:var(--palette-primary-contrastText, #ffffff) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.split.button.alert span{border-left-color:hsla(0,0%,100%,.5)}.split.button.success span{border-left-color:hsla(0,0%,100%,.5)}.split.button.tiny{padding-right:2.5rem}.split.button.tiny span{width:1.5rem}.split.button.tiny span:after{border-top-style:solid;border-width:.25rem;margin-left:-0.375rem;top:48%}.split.button.small{padding-right:3.75rem}.split.button.small span{width:2.25rem}.split.button.small span:after{border-top-style:solid;border-width:.375rem;margin-left:-0.375rem;top:48%}.split.button.large{padding-right:6rem}.split.button.large span{width:3.75rem}.split.button.large span:after{border-top-style:solid;border-width:.375rem;margin-left:-0.375rem;top:48%}.split.button.expand{padding-left:2rem}.split.button.secondary span:after{border-color:var(--palette-text-primary, #262626) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.split.button.radius span{-webkit-border-bottom-right-radius:0.125rem;-webkit-border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top-right-radius:0.125rem}.split.button.round span{-webkit-border-bottom-right-radius:62.5rem;-webkit-border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-top-right-radius:62.5rem}.split.button.no-pip span:before{border-style:none}.split.button.no-pip span:after{border-style:none}.split.button.no-pip span>i{display:block;left:50%;margin-left:-0.28889em;margin-top:-0.48889em;position:absolute;top:50%}.sub-nav{display:block;margin:-0.25rem 0 1.125rem;overflow:hidden;padding-top:.25rem;width:auto}.sub-nav dt{text-transform:uppercase}.sub-nav dt,.sub-nav dd,.sub-nav li{color:#999;float:left;font-family:"Open Sans",sans-serif;font-size:.875rem;font-weight:400;margin-left:1rem;margin-bottom:0}.sub-nav dt a,.sub-nav dd a,.sub-nav li a{color:#999;padding:.1875rem 1rem;text-decoration:none}.sub-nav dt a:hover,.sub-nav dd a:hover,.sub-nav li a:hover{color:hsl(0,0%,45%)}.sub-nav dt.active a,.sub-nav dd.active a,.sub-nav li.active a{border-radius:3px;background:#1874a4;color:var(--palette-common-white, #ffffff);cursor:default;font-weight:400;padding:.1875rem 1rem}.sub-nav dt.active a:hover,.sub-nav dd.active a:hover,.sub-nav li.active a:hover{background:rgb(20.64,99.76,141.04)}.switch{border:none;margin-bottom:1.5rem;outline:0;padding:0;position:relative;-webkit-user-select:none;user-select:none}.switch label{background:#ddd;color:rgba(0,0,0,0);cursor:pointer;display:block;margin-bottom:1rem;position:relative;text-indent:100%;width:4rem;height:2rem;transition:left .15s ease-out}.switch input{left:0.625rem;opacity:0;padding:0;position:absolute;top:0.5625rem}.switch input+label{margin-left:0;margin-right:0}.switch label:after{background:var(--palette-common-white, #ffffff);content:"";display:block;height:1.5rem;left:.25rem;position:absolute;top:.25rem;width:1.5rem;transition:left .15s ease-out;transform:translate3d(0, 0, 0)}.switch input:checked+label{background:#1874a4}.switch input:checked+label:after{left:2.25rem}.switch label{height:2rem;width:4rem}.switch label:after{height:1.5rem;width:1.5rem}.switch input:checked+label:after{left:2.25rem}.switch label{color:rgba(0,0,0,0);background:#ddd}.switch label:after{background:var(--palette-common-white, #ffffff)}.switch input:checked+label{background:#1874a4}.switch.large label{height:2.5rem;width:5rem}.switch.large label:after{height:2rem;width:2rem}.switch.large input:checked+label:after{left:2.75rem}.switch.small label{height:1.75rem;width:3.5rem}.switch.small label:after{height:1.25rem;width:1.25rem}.switch.small input:checked+label:after{left:2rem}.switch.tiny label{height:1.5rem;width:3rem}.switch.tiny label:after{height:1rem;width:1rem}.switch.tiny input:checked+label:after{left:1.75rem}.switch.radius label{border-radius:4px}.switch.radius label:after{border-radius:3px}.switch.round{border-radius:1000px}.switch.round label{border-radius:2rem}.switch.round label:after{border-radius:2rem}.fs-table{background:var(--palette-common-white, #ffffff);border:solid 1px #ddd;margin-bottom:1.25rem;table-layout:auto}.fs-table caption{background:rgba(0,0,0,0);color:#222;font-size:1rem;font-weight:bold}.fs-table thead{background:#f5f5f5}.fs-table thead tr th,.fs-table thead tr td{color:#222;font-size:.875rem;font-weight:700;padding:.5rem .625rem .625rem}.fs-table tfoot{background:#f5f5f5}.fs-table tfoot tr th,.fs-table tfoot tr td{color:#222;font-size:.875rem;font-weight:700;padding:.5rem .625rem .625rem}.fs-table tr th,.fs-table tr td{color:#222;font-size:.875rem;padding:.5625rem .625rem;text-align:left}.fs-table tr.even,.fs-table tr.alt,.fs-table tr:nth-of-type(even){background:#f9f9f9}.fs-table thead tr th,.fs-table tfoot tr th,.fs-table tfoot tr td,.fs-table tbody tr th,.fs-table tbody tr td,.fs-table tr td{display:table-cell;line-height:1.125rem}.tabs{margin-bottom:0 !important;margin-left:0}.tabs:before,.tabs:after{content:" ";display:table}.tabs:after{clear:both}.tabs dd,.tabs .tab-title{float:left;list-style:none;margin-bottom:0 !important;position:relative}.tabs dd>a,.tabs .tab-title>a{display:block;background-color:rgba(0,0,0,0);color:var(--palette-text-primary, #262626);font-family:"Open Sans",sans-serif;font-size:.875rem;padding:1rem 2rem}.tabs dd>a:hover,.tabs .tab-title>a:hover{background-color:rgba(0,0,0,0)}.tabs dd.active a,.tabs .tab-title.active a{background-color:var(--palette-background-default, #fff);color:var(--palette-text-primary, #262626)}.tabs.radius dd:first-child a,.tabs.radius .tab:first-child a{-webkit-border-bottom-left-radius:0.125rem;-webkit-border-top-left-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem}.tabs.radius dd:last-child a,.tabs.radius .tab:last-child a{-webkit-border-bottom-right-radius:0.125rem;-webkit-border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top-right-radius:0.125rem}.tabs.vertical dd,.tabs.vertical .tab-title{position:inherit;float:none;display:block;top:auto}.tabs-content{margin-bottom:1.5rem;width:100%}.tabs-content:before,.tabs-content:after{content:" ";display:table}.tabs-content:after{clear:both}.tabs-content>.content{display:none;float:left;padding:.9375rem 0;width:100%}.tabs-content>.content.active{display:block;float:none}.tabs-content>.content.contained{padding:.9375rem}.tabs-content.vertical{display:block}.tabs-content.vertical>.content{padding:0 .9375rem}@media only screen and (min-width:40em){.tabs.vertical{float:left;margin:0;margin-bottom:1.25rem !important;max-width:20%;width:20%}.tabs-content.vertical{float:left;margin-left:-0.0625rem;max-width:80%;padding-left:1rem;width:80%}}.no-js .tabs-content>.content{display:block;float:none}.th{border:solid 4px var(--palette-common-white, #ffffff);box-shadow:0 0 0 1px hsla(0,0%,100%,.15);display:inline-block;line-height:0;max-width:100%;transition:all 200ms ease-out}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(24,116,164,.5)}.th.radius{border-radius:2px}.has-tip{border-bottom:dotted 1px #ccc;color:var(--palette-text-primary, #262626);cursor:help;font-weight:700}.has-tip:hover,.has-tip:focus{border-bottom:dotted 1px rgb(10.8,52.2,73.8);color:#1874a4}.has-tip.tip-left,.has-tip.tip-right{float:none !important}.tooltip,.inline-validation.f-dropdown.content{background:var(--palette-background-b1, #ffffff);color:var(--palette-primary-contrastText, #ffffff);display:none;font-size:.875rem;font-weight:400;line-height:1.3;max-width:18.75rem;padding:.75rem;position:absolute;width:100%;z-index:1006;left:50%}.tooltip>.nub,.inline-validation.f-dropdown.content>.nub{border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--palette-background-b1, #ffffff) rgba(0,0,0,0);border:solid 5px;display:block;height:0;pointer-events:none;position:absolute;top:-0.625rem;width:0;left:0.3125rem}.tooltip>.nub.rtl,.inline-validation.f-dropdown.content>.nub.rtl{left:auto;right:0.3125rem}.tooltip.radius,.radius.inline-validation.f-dropdown.content{border-radius:2px}.tooltip.round,.round.inline-validation.f-dropdown.content{border-radius:1000px}.tooltip.round>.nub,.round.inline-validation.f-dropdown.content>.nub{left:2rem}.tooltip.opened,.opened.inline-validation.f-dropdown.content{border-bottom:dotted 1px rgb(10.8,52.2,73.8) !important;color:#1874a4 !important}.tap-to-close{color:#777;display:block;font-size:.625rem;font-weight:400}@media only screen and (min-width:40em){.tooltip>.nub,.inline-validation.f-dropdown.content>.nub{border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--palette-background-b1, #ffffff) rgba(0,0,0,0);top:-0.625rem}.tooltip.tip-top>.nub,.tip-top.inline-validation.f-dropdown.content>.nub{border-color:var(--palette-background-b1, #ffffff) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);bottom:-0.625rem;top:auto}.tooltip.tip-left,.tip-left.inline-validation.f-dropdown.content,.tooltip.tip-right,.tip-right.inline-validation.f-dropdown.content{float:none !important}.tooltip.tip-left>.nub,.tip-left.inline-validation.f-dropdown.content>.nub{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) var(--palette-background-b1, #ffffff);left:auto;margin-top:-0.3125rem;right:-0.625rem;top:50%}.tooltip.tip-right>.nub,.tip-right.inline-validation.f-dropdown.content>.nub{border-color:rgba(0,0,0,0) var(--palette-background-b1, #ffffff) rgba(0,0,0,0) rgba(0,0,0,0);left:-0.625rem;margin-top:-0.3125rem;right:auto;top:50%}}.button{display:inline-block;text-align:center;line-height:1;cursor:pointer;-webkit-appearance:none;transition:background-color .25s ease-out,color .25s ease-out;vertical-align:middle;border:1px solid rgba(0,0,0,0);border-radius:2px;padding:.5em 1.125em;margin:0 0 1rem 0;font-size:.875rem;background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}[data-whatinput=mouse] .button{outline:0}.button:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.button:focus{background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1rem}.button.expanded{display:block;width:100%;margin-left:0;margin-right:0}.button.primary{background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.button.primary:hover{background-color:rgb(19.2,92.8,131.2);color:var(--palette-primary-contrastText, #ffffff)}.button.primary:focus{background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.button.secondary{background-color:#cdcdcd;color:var(--palette-text-primary, #262626)}.button.secondary:hover{background-color:#a4a4a4;color:var(--palette-text-primary, #262626)}.button.secondary:focus{background-color:#cdcdcd;color:var(--palette-text-primary, #262626)}.button.success{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.button.success:hover{background-color:rgb(28.1486725664,199.0513274336,92.4884955752);color:var(--palette-primary-contrastText, #ffffff)}.button.success:focus{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.button.warning{background-color:#f60;color:var(--palette-primary-contrastText, #ffffff)}.button.warning:hover{background-color:rgb(204,81.6,0);color:var(--palette-primary-contrastText, #ffffff)}.button.warning:focus{background-color:#f60;color:var(--palette-primary-contrastText, #ffffff)}.button.alert{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.button.alert:hover{background-color:rgb(242.4,12.8811594203,0);color:var(--palette-primary-contrastText, #ffffff)}.button.alert:focus{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.button.hollow{border:1px solid #1874a4;color:#1874a4}.button.hollow,.button.hollow:hover,.button.hollow:focus{background-color:rgba(0,0,0,0)}.button.hollow:hover,.button.hollow:focus{border-color:#0c3a52;color:#0c3a52}.button.hollow.primary{border:1px solid #1874a4;color:#1874a4}.button.hollow.primary:hover,.button.hollow.primary:focus{border-color:#0c3a52;color:#0c3a52}.button.hollow.secondary{border:1px solid #cdcdcd;color:#cdcdcd}.button.hollow.secondary:hover,.button.hollow.secondary:focus{border-color:rgb(102.5,102.5,102.5);color:rgb(102.5,102.5,102.5)}.button.hollow.success{border:1px solid #39e379;color:#39e379}.button.hollow.success:hover,.button.hollow.success:focus{border-color:rgb(17.592920354,124.407079646,57.8053097345);color:rgb(17.592920354,124.407079646,57.8053097345)}.button.hollow.warning{border:1px solid #f60;color:#f60}.button.hollow.warning:hover,.button.hollow.warning:focus{border-color:rgb(127.5,51,0);color:rgb(127.5,51,0)}.button.hollow.alert{border:1px solid #ff3b30;color:#ff3b30}.button.hollow.alert:hover,.button.hollow.alert:focus{border-color:rgb(151.5,8.0507246377,0);color:rgb(151.5,8.0507246377,0)}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}.button.dropdown::after{border:inset .4em;content:"";display:block;height:0;width:0;position:relative;top:.4em;float:right;margin-left:1.125em;display:inline-block}.button.arrow-only::after{margin-left:0;float:none;top:-0.1em}.button{display:inline-block;text-align:center;line-height:1;cursor:pointer;-webkit-appearance:none;transition:background-color .25s ease-out,color .25s ease-out;vertical-align:middle;border:1px solid rgba(0,0,0,0);border-radius:2px;padding:.5em 1.125em;margin:0 0 1rem 0;font-size:.875rem;background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}[data-whatinput=mouse] .button{outline:0}.button:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.button:focus{background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1rem}.button.expanded{display:block;width:100%;margin-left:0;margin-right:0}.button.primary{background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.button.primary:hover{background-color:rgb(19.2,92.8,131.2);color:var(--palette-primary-contrastText, #ffffff)}.button.primary:focus{background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.button.secondary{background-color:#cdcdcd;color:var(--palette-text-primary, #262626)}.button.secondary:hover{background-color:#a4a4a4;color:var(--palette-text-primary, #262626)}.button.secondary:focus{background-color:#cdcdcd;color:var(--palette-text-primary, #262626)}.button.success{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.button.success:hover{background-color:rgb(28.1486725664,199.0513274336,92.4884955752);color:var(--palette-primary-contrastText, #ffffff)}.button.success:focus{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.button.warning{background-color:#f60;color:var(--palette-primary-contrastText, #ffffff)}.button.warning:hover{background-color:rgb(204,81.6,0);color:var(--palette-primary-contrastText, #ffffff)}.button.warning:focus{background-color:#f60;color:var(--palette-primary-contrastText, #ffffff)}.button.alert{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.button.alert:hover{background-color:rgb(242.4,12.8811594203,0);color:var(--palette-primary-contrastText, #ffffff)}.button.alert:focus{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.button.hollow{border:1px solid #1874a4;color:#1874a4}.button.hollow,.button.hollow:hover,.button.hollow:focus{background-color:rgba(0,0,0,0)}.button.hollow:hover,.button.hollow:focus{border-color:#0c3a52;color:#0c3a52}.button.hollow.primary{border:1px solid #1874a4;color:#1874a4}.button.hollow.primary:hover,.button.hollow.primary:focus{border-color:#0c3a52;color:#0c3a52}.button.hollow.secondary{border:1px solid #cdcdcd;color:#cdcdcd}.button.hollow.secondary:hover,.button.hollow.secondary:focus{border-color:rgb(102.5,102.5,102.5);color:rgb(102.5,102.5,102.5)}.button.hollow.success{border:1px solid #39e379;color:#39e379}.button.hollow.success:hover,.button.hollow.success:focus{border-color:rgb(17.592920354,124.407079646,57.8053097345);color:rgb(17.592920354,124.407079646,57.8053097345)}.button.hollow.warning{border:1px solid #f60;color:#f60}.button.hollow.warning:hover,.button.hollow.warning:focus{border-color:rgb(127.5,51,0);color:rgb(127.5,51,0)}.button.hollow.alert{border:1px solid #ff3b30;color:#ff3b30}.button.hollow.alert:hover,.button.hollow.alert:focus{border-color:rgb(151.5,8.0507246377,0);color:rgb(151.5,8.0507246377,0)}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}.button.dropdown::after{border:inset .4em;content:"";display:block;height:0;width:0;position:relative;top:.4em;float:right;margin-left:1.125em;display:inline-block}.button.arrow-only::after{margin-left:0;float:none;top:-0.1em}meta.foundation-mq-topbar{font-family:"/only screen and (min-width:63.9375em)/";width:63.9375em}.contain-to-grid{width:100%;background:var(--palette-background-b1, #ffffff)}.contain-to-grid .top-bar{margin-bottom:0}.fixed{position:fixed;top:0;width:100%;z-index:99;left:0}.fixed.expanded:not(.top-bar){height:auto;max-height:100%;overflow-y:auto;width:100%}.fixed.expanded:not(.top-bar) .title-area{position:fixed;width:100%;z-index:99}.fixed.expanded:not(.top-bar) .top-bar-section{margin-top:2.8125rem;z-index:98}.top-bar{background:var(--palette-background-b1, #ffffff);height:2.8125rem;line-height:2.8125rem;margin-bottom:0;overflow:hidden;position:relative}.top-bar ul{list-style:none;margin-bottom:0}.top-bar .row{max-width:none}.top-bar form,.top-bar input,.top-bar select{margin-bottom:0}.top-bar input,.top-bar select{font-size:.75rem;height:1.75rem;padding-bottom:.35rem;padding-top:.35rem}.top-bar .button,.top-bar button{font-size:.75rem;margin-bottom:0;padding-bottom:.4125rem;padding-top:.4125rem}@media only screen and (max-width: 39.9375em){.top-bar .button,.top-bar button{position:relative;top:-0.0625rem}}.top-bar .title-area{margin:0;position:relative}.top-bar .name{font-size:1rem;height:2.8125rem;margin:0}.top-bar .name h1,.top-bar .name h2,.top-bar .name h3,.top-bar .name h4,.top-bar .name p,.top-bar .name span{font-size:1.0625rem;line-height:2.8125rem;margin:0}.top-bar .name h1 a,.top-bar .name h2 a,.top-bar .name h3 a,.top-bar .name h4 a,.top-bar .name p a,.top-bar .name span a{color:var(--palette-primary-contrastText, #ffffff);display:block;font-weight:400;padding:0 .9375rem;width:75%}.top-bar .toggle-topbar{position:absolute;right:0;top:0}.top-bar .toggle-topbar a{color:var(--palette-primary-contrastText, #ffffff);display:block;font-size:.8125rem;font-weight:700;height:2.8125rem;line-height:2.8125rem;padding:0 .9375rem;position:relative;text-transform:uppercase}.top-bar .toggle-topbar.menu-icon{margin-top:-1rem;top:50%}.top-bar .toggle-topbar.menu-icon a{color:var(--palette-primary-contrastText, #ffffff);height:2.125rem;line-height:2.0625rem;padding:0 2.5rem 0 .9375rem;position:relative}.top-bar .toggle-topbar.menu-icon a span::after{content:"";display:block;height:0;position:absolute;margin-top:-0.5rem;top:50%;right:.9375rem;box-shadow:0 0 0 1px var(--palette-primary-contrastText, #ffffff),0 7px 0 1px var(--palette-primary-contrastText, #ffffff),0 14px 0 1px var(--palette-primary-contrastText, #ffffff);width:1rem}.top-bar .toggle-topbar.menu-icon a span:hover:after{box-shadow:0 0 0 1px "",0 7px 0 1px "",0 14px 0 1px ""}.top-bar.expanded{background:rgba(0,0,0,0);height:auto}.top-bar.expanded .title-area{background:var(--palette-background-b1, #ffffff)}.top-bar.expanded .toggle-topbar a{color:#ccc}.top-bar.expanded .toggle-topbar a span::after{box-shadow:0 0 0 1px #ccc,0 7px 0 1px #ccc,0 14px 0 1px #ccc}@media screen and (-webkit-min-device-pixel-ratio: 0){.top-bar.expanded .top-bar-section .has-dropdown.moved>.dropdown,.top-bar.expanded .top-bar-section .dropdown{clip:initial}.top-bar.expanded .top-bar-section .has-dropdown:not(.moved)>ul{padding:0}}.top-bar-section{left:0;position:relative;width:auto;transition:left 300ms ease-out}.top-bar-section ul{display:block;font-size:1rem;height:auto;margin:0;padding:0;width:100%}.top-bar-section .divider,.top-bar-section [role=separator]{border-top:solid 1px hsl(0,0%,50%);clear:both;height:0.0625rem;width:100%}.top-bar-section ul li{background:var(--palette-background-b1, #ffffff)}.top-bar-section ul li>a{color:var(--palette-primary-contrastText, #ffffff);display:block;font-family:"Open Sans",sans-serif;font-size:.8125rem;font-weight:400;padding-left:.9375rem;padding:0.75rem 0 0.75rem .9375rem;text-transform:none;width:100%}.top-bar-section ul li>a.button{font-size:.8125rem;padding-left:.9375rem;padding-right:.9375rem;background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button:focus{background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button.secondary{background-color:var(--palette-secondary-main, #cdcdcd);color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button.secondary:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button.secondary:focus{background-color:var(--palette-secondary-main, #cdcdcd);color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button.success{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button.success:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button.success:focus{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button.alert{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button.alert:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button.alert:focus{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button.warning{background-color:var(--palette-caution-light, #ff6600);color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button.warning:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button.warning:focus{background-color:var(--palette-caution-light, #ff6600);color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button.info{background-color:#a0d3e8;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button.info:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>a.button.info:focus{background-color:#a0d3e8;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button{font-size:.8125rem;padding-left:.9375rem;padding-right:.9375rem;background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button:focus{background-color:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button.secondary{background-color:var(--palette-secondary-main, #cdcdcd);color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button.secondary:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button.secondary:focus{background-color:var(--palette-secondary-main, #cdcdcd);color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button.success{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button.success:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button.success:focus{background-color:#39e379;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button.alert{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button.alert:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button.alert:focus{background-color:#ff3b30;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button.warning{background-color:var(--palette-caution-light, #ff6600);color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button.warning:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button.warning:focus{background-color:var(--palette-caution-light, #ff6600);color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button.info{background-color:#a0d3e8;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button.info:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li>button.info:focus{background-color:#a0d3e8;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li:hover:not(.has-form)>a{background-color:#555;color:var(--palette-primary-contrastText, #ffffff);background:hsl(0,0%,95%)}.top-bar-section ul li.active>a{background:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section ul li.active>a:hover{background:rgb(20.64,99.76,141.04);color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section .has-form{padding:.9375rem}.top-bar-section .has-dropdown{position:relative}.top-bar-section .has-dropdown>a:after{border:inset 5px;content:"";display:block;height:0;width:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) hsla(0,0%,100%,.6);border-left-style:solid;margin-right:.9375rem;margin-top:-0.28125rem;position:absolute;top:50%;right:0}.top-bar-section .has-dropdown.moved{position:static}.top-bar-section .has-dropdown.moved>.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important;width:100%}.top-bar-section .has-dropdown.moved>a:after{display:none}.top-bar-section .dropdown{clip:rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);height:0.0625rem;overflow:hidden;position:absolute !important;width:0.0625rem;display:block;padding:0;position:absolute;top:0;z-index:99;left:100%}.top-bar-section .dropdown li{height:auto;width:100%}.top-bar-section .dropdown li a{font-weight:400;padding:0.5rem .9375rem}.top-bar-section .dropdown li a.parent-link{font-weight:400}.top-bar-section .dropdown li.title h5,.top-bar-section .dropdown li.parent-link{margin-bottom:0;margin-top:0;font-size:1.125rem}.top-bar-section .dropdown li.title h5 a,.top-bar-section .dropdown li.parent-link a{color:var(--palette-primary-contrastText, #ffffff);display:block}.top-bar-section .dropdown li.title h5 a:hover,.top-bar-section .dropdown li.parent-link a:hover{background:none}.top-bar-section .dropdown li.has-form{padding:0.5rem .9375rem}.top-bar-section .dropdown li .button,.top-bar-section .dropdown li button{top:auto}.top-bar-section .dropdown label{color:#ccc;font-size:.625rem;font-weight:700;margin-bottom:0;padding:0.5rem .9375rem 0.125rem;text-transform:uppercase}.js-generated{display:block}@media only screen and (min-width:63.9375em){.top-bar{background:var(--palette-background-b1, #ffffff);overflow:visible}.top-bar:before,.top-bar:after{content:" ";display:table}.top-bar:after{clear:both}.top-bar .toggle-topbar{display:none}.top-bar .title-area{float:left}.top-bar .name h1 a,.top-bar .name h2 a,.top-bar .name h3 a,.top-bar .name h4 a,.top-bar .name h5 a,.top-bar .name h6 a{width:auto}.top-bar input,.top-bar select,.top-bar .button,.top-bar button{font-size:.875rem;height:1.75rem;position:relative;top:.53125rem}.top-bar.expanded{background:var(--palette-background-b1, #ffffff)}.contain-to-grid .top-bar{margin-bottom:0;margin:0 auto;max-width:120rem}.top-bar-section{transition:none 0 0;left:0 !important}.top-bar-section ul{display:inline;height:auto !important;width:auto}.top-bar-section ul li{float:left}.top-bar-section ul li .js-generated{display:none}.top-bar-section li.hover>a:not(.button){background-color:#555;background:hsl(0,0%,95%);color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section li:not(.has-form) a:not(.button){background:var(--palette-background-b1, #ffffff);line-height:2.8125rem;padding:0 .9375rem}.top-bar-section li:not(.has-form) a:not(.button):hover{background-color:#555;background:hsl(0,0%,95%)}.top-bar-section li.active:not(.has-form) a:not(.button){background:#1874a4;color:var(--palette-primary-contrastText, #ffffff);line-height:2.8125rem;padding:0 .9375rem}.top-bar-section li.active:not(.has-form) a:not(.button):hover{background:rgb(20.64,99.76,141.04);color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section .has-dropdown>a{padding-right:2.1875rem !important}.top-bar-section .has-dropdown>a:after{border:inset 5px;content:"";display:block;height:0;width:0;border-color:hsla(0,0%,100%,.6) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-top-style:solid;margin-top:-0.15625rem;top:1.40625rem}.top-bar-section .has-dropdown.moved{position:relative}.top-bar-section .has-dropdown.moved>.dropdown{clip:rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);height:0.0625rem;overflow:hidden;position:absolute !important;width:0.0625rem;display:block}.top-bar-section .has-dropdown.hover>.dropdown,.top-bar-section .has-dropdown.not-click:hover>.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important}.top-bar-section .has-dropdown>a:focus+.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important}.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after{border:none;content:"»";top:.1875rem;right:0.3125rem}.top-bar-section .dropdown{left:0;background:rgba(0,0,0,0);min-width:100%;top:auto}.top-bar-section .dropdown li a{background:var(--palette-background-b1, #ffffff);color:var(--palette-primary-contrastText, #ffffff);line-height:2.8125rem;padding:0.75rem .9375rem;white-space:nowrap}.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button){background:var(--palette-background-b1, #ffffff);color:var(--palette-primary-contrastText, #ffffff)}.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button){background-color:#555;color:var(--palette-primary-contrastText, #ffffff);background:#222}.top-bar-section .dropdown li label{background:hsl(0,0%,95%);white-space:nowrap}.top-bar-section .dropdown li .dropdown{left:100%;top:0}.top-bar-section>ul>.divider,.top-bar-section>ul>[role=separator]{border-right:solid 1px #fff;border-bottom:none;border-top:none;clear:none;height:2.8125rem;width:0}.top-bar-section .has-form{background:var(--palette-background-b1, #ffffff);height:2.8125rem;padding:0 .9375rem}.top-bar-section .right li .dropdown{left:auto;right:0}.top-bar-section .right li .dropdown li .dropdown{right:100%}.top-bar-section .left li .dropdown{right:auto;left:0}.top-bar-section .left li .dropdown li .dropdown{left:100%}.no-js .top-bar-section ul li:hover>a{background-color:#555;background:hsl(0,0%,95%);color:var(--palette-primary-contrastText, #ffffff)}.no-js .top-bar-section ul li:active>a{background:#1874a4;color:var(--palette-primary-contrastText, #ffffff)}.no-js .top-bar-section .has-dropdown:hover>.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important}.no-js .top-bar-section .has-dropdown>a:focus+.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important}}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}@media only screen and (max-width: 39.9375em){.small-only-text-left{text-align:left !important}.small-only-text-right{text-align:right !important}.small-only-text-center{text-align:center !important}.small-only-text-justify{text-align:justify !important}}@media only screen{.small-text-left{text-align:left !important}.small-text-right{text-align:right !important}.small-text-center{text-align:center !important}.small-text-justify{text-align:justify !important}}@media only screen and (min-width:40em)and (max-width:63.9375em){.medium-only-text-left{text-align:left !important}.medium-only-text-right{text-align:right !important}.medium-only-text-center{text-align:center !important}.medium-only-text-justify{text-align:justify !important}}@media only screen and (min-width:40em){.medium-text-left{text-align:left !important}.medium-text-right{text-align:right !important}.medium-text-center{text-align:center !important}.medium-text-justify{text-align:justify !important}}@media only screen and (min-width:64em)and (max-width:89.9375em){.large-only-text-left{text-align:left !important}.large-only-text-right{text-align:right !important}.large-only-text-center{text-align:center !important}.large-only-text-justify{text-align:justify !important}}@media only screen and (min-width:64em){.large-text-left{text-align:left !important}.large-text-right{text-align:right !important}.large-text-center{text-align:center !important}.large-text-justify{text-align:justify !important}}@media only screen and (min-width:90em)and (max-width:119.9375em){.xlarge-only-text-left{text-align:left !important}.xlarge-only-text-right{text-align:right !important}.xlarge-only-text-center{text-align:center !important}.xlarge-only-text-justify{text-align:justify !important}}@media only screen and (min-width:90em){.xlarge-text-left{text-align:left !important}.xlarge-text-right{text-align:right !important}.xlarge-text-center{text-align:center !important}.xlarge-text-justify{text-align:justify !important}}@media only screen and (min-width:120em)and (max-width:99999999em){.xxlarge-only-text-left{text-align:left !important}.xxlarge-only-text-right{text-align:right !important}.xxlarge-only-text-center{text-align:center !important}.xxlarge-only-text-justify{text-align:justify !important}}@media only screen and (min-width:120em){.xxlarge-text-left{text-align:left !important}.xxlarge-text-right{text-align:right !important}.xxlarge-text-center{text-align:center !important}.xxlarge-text-justify{text-align:justify !important}}dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}div{margin:0;padding:0}a{color:var(--palette-link-active, #2075a3);line-height:inherit;text-decoration:underline}a:hover,a:focus{color:rgb(25.6,93.6,130.4)}a img{border:none}p{font-family:inherit;font-size:.875rem;font-weight:400;line-height:1.6;margin-bottom:1.25rem;text-rendering:optimizeLegibility}p.lead{font-size:1.09375rem;line-height:1.6}p aside{font-size:.875rem;font-style:italic;line-height:1.35}h1,h2,h3,h4,h5,h6{color:var(--palette-text-primary, #262626);font-family:"Open Sans",sans-serif;font-style:normal;font-weight:600;line-height:1.4;margin-bottom:.5rem;margin-top:.2rem;text-rendering:optimizeLegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:hsl(0,0%,44.6862745098%);font-size:80%;line-height:0}h1{font-size:1.25rem}h2{font-size:.875rem}h3{font-size:.8125rem}h4{font-size:.6875rem}h5{font-size:.875rem}h6{font-size:.875rem}.subheader{line-height:1.4;color:rgb(103.1,103.1,103.1);font-weight:300;margin-top:.2rem;margin-bottom:.5rem}hr{border:solid var(--palette-secondary-main, #cdcdcd);border-width:1px 0 0;clear:both;height:0;margin:1.25rem 0 1.1875rem}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:80%;line-height:inherit}code{background-color:#f0f0f0;border-color:#d8d8d8;border-style:solid;border-width:1px;color:#333;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:700;padding:.125rem .3125rem .0625rem}ul,ol,dl{font-family:inherit;font-size:.875rem;line-height:1.6;list-style-position:outside;margin-bottom:1.25rem}ul{margin-left:1.1rem}ul.no-bullet{margin-left:0}ul.no-bullet li ul,ul.no-bullet li ol{margin-left:1.25rem;margin-bottom:0;list-style:none}ul li ul,ul li ol{margin-left:1.25rem;margin-bottom:0}ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}ul.square{list-style-type:square;margin-left:1.1rem}ul.circle{list-style-type:circle;margin-left:1.1rem}ul.disc{list-style-type:disc;margin-left:1.1rem}ul.no-bullet{list-style:none}ol{margin-left:1.4rem}ol li ul,ol li ol{margin-left:1.25rem;margin-bottom:0}dl dt{margin-bottom:.3rem;font-weight:700}dl dd{margin-bottom:.75rem}abbr,acronym{text-transform:uppercase;font-size:90%;color:var(--palette-text-primary, #262626);cursor:help}abbr{text-transform:none}abbr[title]{border-bottom:1px dotted #ddd}blockquote{margin:0 0 1.25rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:2px solid var(--palette-secondary-main, #cdcdcd)}blockquote cite{display:block;font-size:.8125rem;color:rgb(87.91,87.91,87.91)}blockquote cite:before{content:"— "}blockquote cite a,blockquote cite a:visited{color:rgb(87.91,87.91,87.91)}blockquote,blockquote p{line-height:1.6;color:hsl(0,0%,44.6862745098%)}.vcard{display:inline-block;margin:0 0 1.25rem 0;border:1px solid #ddd;padding:.625rem .75rem}.vcard li{margin:0;display:block}.vcard .fn{font-weight:700;font-size:.9375rem}.vevent .summary{font-weight:700}.vevent abbr{cursor:default;text-decoration:none;font-weight:700;border:none;padding:0 .0625rem}@media only screen and (min-width:40em){h1,h2,h3,h4,h5,h6{line-height:1.4}h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.125rem}h4{font-size:1rem}h5{font-size:.875rem}h6{font-size:.875rem}}.off-canvas-wrap{-webkit-backface-visibility:hidden;position:relative;width:100%;overflow:hidden}.off-canvas-wrap.move-right,.off-canvas-wrap.move-left{min-height:100%;-webkit-overflow-scrolling:touch}.inner-wrap{position:relative;width:100%;transition:transform 500ms ease}.inner-wrap:before,.inner-wrap:after{content:" ";display:table}.inner-wrap:after{clear:both}.tab-bar{-webkit-backface-visibility:hidden;background:var(--palette-background-b1, #ffffff);color:var(--palette-primary-contrastText, #ffffff);height:2.8125rem;line-height:2.8125rem;position:relative}.tab-bar h1,.tab-bar h2,.tab-bar h3,.tab-bar h4,.tab-bar h5,.tab-bar h6{color:var(--palette-primary-contrastText, #ffffff);font-weight:600;line-height:2.8125rem;margin:0}.tab-bar h1,.tab-bar h2,.tab-bar h3,.tab-bar h4{font-size:.875rem}.left-small{height:2.8125rem;position:absolute;top:0;width:2.8125rem;border-right:solid 1px hsl(0,0%,50%);left:0}.right-small{height:2.8125rem;position:absolute;top:0;width:2.8125rem;border-left:solid 1px hsl(0,0%,50%);right:0}.tab-bar-section{height:2.8125rem;padding:0 .625rem;position:absolute;text-align:center;top:0}.tab-bar-section.left{text-align:left}.tab-bar-section.right{text-align:right}.tab-bar-section.left{left:0;right:2.8125rem}.tab-bar-section.right{left:2.8125rem;right:0}.tab-bar-section.middle{left:2.8125rem;right:2.8125rem}.tab-bar .menu-icon{color:var(--palette-primary-contrastText, #ffffff);display:block;height:2.8125rem;padding:0;position:relative;text-indent:2.1875rem;transform:translate3d(0, 0, 0);width:2.8125rem}.tab-bar .menu-icon span::after{content:"";display:block;height:0;position:absolute;top:50%;margin-top:-0.5rem;left:.90625rem;box-shadow:0 0 0 1px var(--palette-primary-contrastText, #ffffff),0 7px 0 1px var(--palette-primary-contrastText, #ffffff),0 14px 0 1px var(--palette-primary-contrastText, #ffffff);width:1rem}.tab-bar .menu-icon span:hover:after{box-shadow:0 0 0 1px hsl(0,0%,70%),0 7px 0 1px hsl(0,0%,70%),0 14px 0 1px hsl(0,0%,70%)}.left-off-canvas-menu{-webkit-backface-visibility:hidden;background:hsl(0,0%,85%);bottom:0;box-sizing:content-box;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;transition:transform 500ms ease 0s;width:12.5rem;z-index:1001;transform:translate3d(-100%, 0, 0);left:0}.left-off-canvas-menu *{-webkit-backface-visibility:hidden}.right-off-canvas-menu{-webkit-backface-visibility:hidden;background:hsl(0,0%,85%);bottom:0;box-sizing:content-box;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;transition:transform 500ms ease 0s;width:12.5rem;z-index:1001;transform:translate3d(100%, 0, 0);right:0}.right-off-canvas-menu *{-webkit-backface-visibility:hidden}ul.off-canvas-list{list-style-type:none;margin:0;padding:0}ul.off-canvas-list li label{background:hsl(0,0%,85.9%);border-bottom:none;border-top:none;color:#ccc;display:block;font-size:.75rem;font-weight:700;margin:0;padding:.3rem .9375rem;text-transform:uppercase}ul.off-canvas-list li a{border-bottom:none;color:hsl(0,0%,65%);display:block;padding:.875rem .75rem;transition:background 300ms ease}ul.off-canvas-list li a:hover{background:hsl(0,0%,70%)}ul.off-canvas-list li a:active{background:hsl(0,0%,70%)}.move-right>.inner-wrap{transform:translate3d(12.5rem, 0, 0)}.move-right .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-2px 0 4px rgba(0,0,0,.3),2px 0 4px rgba(0,0,0,.3);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:rgba(0,0,0,0);background:hsla(0,0%,100%,.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width:40em){.move-right .exit-off-canvas:hover{background:hsla(0,0%,100%,.05)}}.move-left>.inner-wrap{transform:translate3d(-12.5rem, 0, 0)}.move-left .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-2px 0 4px rgba(0,0,0,.3),2px 0 4px rgba(0,0,0,.3);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:rgba(0,0,0,0);background:hsla(0,0%,100%,.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width:40em){.move-left .exit-off-canvas:hover{background:hsla(0,0%,100%,.05)}}.offcanvas-overlap .left-off-canvas-menu,.offcanvas-overlap .right-off-canvas-menu{transform:none;z-index:1003}.offcanvas-overlap .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-2px 0 4px rgba(0,0,0,.3),2px 0 4px rgba(0,0,0,.3);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:rgba(0,0,0,0);background:hsla(0,0%,100%,.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width:40em){.offcanvas-overlap .exit-off-canvas:hover{background:hsla(0,0%,100%,.05)}}.offcanvas-overlap-left .right-off-canvas-menu{transform:none;z-index:1003}.offcanvas-overlap-left .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-2px 0 4px rgba(0,0,0,.3),2px 0 4px rgba(0,0,0,.3);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:rgba(0,0,0,0);background:hsla(0,0%,100%,.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width:40em){.offcanvas-overlap-left .exit-off-canvas:hover{background:hsla(0,0%,100%,.05)}}.offcanvas-overlap-right .left-off-canvas-menu{transform:none;z-index:1003}.offcanvas-overlap-right .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:-2px 0 4px rgba(0,0,0,.3),2px 0 4px rgba(0,0,0,.3);cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:rgba(0,0,0,0);background:hsla(0,0%,100%,.2);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002}@media only screen and (min-width:40em){.offcanvas-overlap-right .exit-off-canvas:hover{background:hsla(0,0%,100%,.05)}}.no-csstransforms .left-off-canvas-menu{left:-12.5rem}.no-csstransforms .right-off-canvas-menu{right:-12.5rem}.no-csstransforms .move-left>.inner-wrap{right:12.5rem}.no-csstransforms .move-right>.inner-wrap{left:12.5rem}.left-submenu{-webkit-backface-visibility:hidden;-webkit-overflow-scrolling:touch;background:hsl(0,0%,85%);bottom:0;box-sizing:content-box;margin:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:12.5rem;z-index:1002;transform:translate3d(-100%, 0, 0);left:0;transition:transform 500ms ease}.left-submenu *{-webkit-backface-visibility:hidden}.left-submenu .back>a{background:#444;border-bottom:none;border-top:none;color:#ccc;font-weight:700;padding:.3rem .9375rem;text-transform:uppercase;margin:0}.left-submenu .back>a:hover{background:rgb(47.6,47.6,47.6);border-bottom:none;border-top:1px solid hsl(0,0%,87.874%)}.left-submenu .back>a:before{content:"«";margin-right:.5rem;display:inline}.left-submenu.move-right,.left-submenu.offcanvas-overlap-right,.left-submenu.offcanvas-overlap{transform:translate3d(0%, 0, 0)}.right-submenu{-webkit-backface-visibility:hidden;-webkit-overflow-scrolling:touch;background:hsl(0,0%,85%);bottom:0;box-sizing:content-box;margin:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:12.5rem;z-index:1002;transform:translate3d(100%, 0, 0);right:0;transition:transform 500ms ease}.right-submenu *{-webkit-backface-visibility:hidden}.right-submenu .back>a{background:#444;border-bottom:none;border-top:none;color:#ccc;font-weight:700;padding:.3rem .9375rem;text-transform:uppercase;margin:0}.right-submenu .back>a:hover{background:rgb(47.6,47.6,47.6);border-bottom:none;border-top:1px solid hsl(0,0%,87.874%)}.right-submenu .back>a:after{content:"»";margin-left:.5rem;display:inline}.right-submenu.move-left,.right-submenu.offcanvas-overlap-left,.right-submenu.offcanvas-overlap{transform:translate3d(0%, 0, 0)}.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after{content:"»";margin-left:.5rem;display:inline}.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before{content:"«";margin-right:.5rem;display:inline}@media only screen{.show-for-small-only,.show-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.hide-for-small-only,.hide-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.visible-for-small-only,.visible-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.hidden-for-small-only,.hidden-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);height:0.0625rem;overflow:hidden;position:absolute !important;width:0.0625rem}table.show-for-small-only,table.show-for-small-up,table.show-for-small,table.show-for-small-down,table.hide-for-medium-only,table.hide-for-medium-up,table.hide-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.show-for-small-only,thead.show-for-small-up,thead.show-for-small,thead.show-for-small-down,thead.hide-for-medium-only,thead.hide-for-medium-up,thead.hide-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.show-for-small-only,tbody.show-for-small-up,tbody.show-for-small,tbody.show-for-small-down,tbody.hide-for-medium-only,tbody.hide-for-medium-up,tbody.hide-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.show-for-small-only,tr.show-for-small-up,tr.show-for-small,tr.show-for-small-down,tr.hide-for-medium-only,tr.hide-for-medium-up,tr.hide-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.show-for-small-only,td.show-for-small-only,th.show-for-small-up,td.show-for-small-up,th.show-for-small,td.show-for-small,th.show-for-small-down,td.show-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.hide-for-medium-up,td.hide-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width:40em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);height:0.0625rem;overflow:hidden;position:absolute !important;width:0.0625rem}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.show-for-medium-only,table.show-for-medium-up,table.show-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.show-for-medium-only,thead.show-for-medium-up,thead.show-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.show-for-medium-only,tbody.show-for-medium-up,tbody.show-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.show-for-medium-only,tr.show-for-medium-up,tr.show-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.show-for-medium-only,td.show-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.show-for-medium,td.show-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width:64em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);height:0.0625rem;overflow:hidden;position:absolute !important;width:0.0625rem}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.show-for-large-only,table.show-for-large-up,table.show-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.show-for-large-only,thead.show-for-large-up,thead.show-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.show-for-large-only,tbody.show-for-large-up,tbody.show-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.show-for-large-only,tr.show-for-large-up,tr.show-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.show-for-large-only,td.show-for-large-only,th.show-for-large-up,td.show-for-large-up,th.show-for-large,td.show-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width:90em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);height:0.0625rem;overflow:hidden;position:absolute !important;width:0.0625rem}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.show-for-xlarge-only,table.show-for-xlarge-up,table.show-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.show-for-xlarge-only,thead.show-for-xlarge-up,thead.show-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.show-for-xlarge-only,tbody.show-for-xlarge-up,tbody.show-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.show-for-xlarge-only,tr.show-for-xlarge-up,tr.show-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.show-for-xlarge-only,td.show-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.show-for-xlarge,td.show-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width:120em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.hide-for-xlarge-only,.show-for-xlarge-up,.hide-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.show-for-xlarge-only,.hide-for-xlarge-up,.show-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.hidden-for-xlarge-only,.visible-for-xlarge-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.visible-for-xlarge-only,.hidden-for-xlarge-up,.visible-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-down{clip:rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);height:0.0625rem;overflow:hidden;position:absolute !important;width:0.0625rem}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.hide-for-xlarge-only,table.show-for-xlarge-up,table.hide-for-xlarge,table.hide-for-xlarge-down,table.show-for-xxlarge-only,table.show-for-xxlarge-up,table.show-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.hide-for-xlarge-only,thead.show-for-xlarge-up,thead.hide-for-xlarge,thead.hide-for-xlarge-down,thead.show-for-xxlarge-only,thead.show-for-xxlarge-up,thead.show-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.hide-for-xlarge-only,tbody.show-for-xlarge-up,tbody.hide-for-xlarge,tbody.hide-for-xlarge-down,tbody.show-for-xxlarge-only,tbody.show-for-xxlarge-up,tbody.show-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.hide-for-xlarge-only,tr.show-for-xlarge-up,tr.hide-for-xlarge,tr.hide-for-xlarge-down,tr.show-for-xxlarge-only,tr.show-for-xxlarge-up,tr.show-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.hide-for-xlarge-down,td.hide-for-xlarge-down,th.show-for-xxlarge-only,td.show-for-xxlarge-only,th.show-for-xxlarge-up,td.show-for-xxlarge-up,th.show-for-xxlarge,td.show-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.hide-for-landscape,table.show-for-portrait{display:table !important}thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group !important}tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group !important}tr.hide-for-landscape,tr.show-for-portrait{display:table-row !important}td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{display:table-cell !important}@media only screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.show-for-landscape,table.hide-for-portrait{display:table !important}thead.show-for-landscape,thead.hide-for-portrait{display:table-header-group !important}tbody.show-for-landscape,tbody.hide-for-portrait{display:table-row-group !important}tr.show-for-landscape,tr.hide-for-portrait{display:table-row !important}td.show-for-landscape,td.hide-for-portrait,th.show-for-landscape,th.hide-for-portrait{display:table-cell !important}}@media only screen and (orientation: portrait){.show-for-portrait,.hide-for-landscape{display:inherit !important}.hide-for-portrait,.show-for-landscape{display:none !important}table.show-for-portrait,table.hide-for-landscape{display:table !important}thead.show-for-portrait,thead.hide-for-landscape{display:table-header-group !important}tbody.show-for-portrait,tbody.hide-for-landscape{display:table-row-group !important}tr.show-for-portrait,tr.hide-for-landscape{display:table-row !important}td.show-for-portrait,td.hide-for-landscape,th.show-for-portrait,th.hide-for-landscape{display:table-cell !important}}.show-for-touch{display:none !important}.hide-for-touch{display:inherit !important}.touch .show-for-touch{display:inherit !important}.touch .hide-for-touch{display:none !important}table.hide-for-touch{display:table !important}.touch table.show-for-touch{display:table !important}thead.hide-for-touch{display:table-header-group !important}.touch thead.show-for-touch{display:table-header-group !important}tbody.hide-for-touch{display:table-row-group !important}.touch tbody.show-for-touch{display:table-row-group !important}tr.hide-for-touch{display:table-row !important}.touch tr.show-for-touch{display:table-row !important}td.hide-for-touch{display:table-cell !important}.touch td.show-for-touch{display:table-cell !important}th.hide-for-touch{display:table-cell !important}.touch th.show-for-touch{display:table-cell !important}.show-for-sr{clip:rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);height:0.0625rem;overflow:hidden;position:absolute !important;width:0.0625rem}.show-on-focus{clip:rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);height:0.0625rem;overflow:hidden;position:absolute !important;width:0.0625rem}.show-on-focus:focus,.show-on-focus:active{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.print-only{display:none !important}@media print{*{background:rgba(0,0,0,0) !important;box-shadow:none !important;color:var(--palette-common-black, #000000) !important;text-shadow:none !important}.show-for-print{display:block}.hide-for-print{display:none}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}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}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.hide-on-print{display:none !important}.print-only{display:block !important}.hide-for-print{display:none !important}.show-for-print{display:inherit !important}}@media print{.show-for-print{display:block}.hide-for-print{display:none}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}}@media not print{.show-for-print{display:none !important}}.row.spaced>.columns{margin-bottom:1.25rem}.sr-only{position:absolute;width:0.0625rem;height:0.0625rem;margin:-0.0625rem;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.text-color{color:var(--palette-text-primary, #262626)}.text-color-inverse{color:var(--palette-primary-contrastText, #ffffff)}body{font-size:.875rem;line-height:1.6}h1,h2,h3{font-family:"Noto Serif",serif;font-weight:400}h4,h5{font-weight:400}h6{font-weight:700}.text-right{text-align:right !important}.text-left{text-align:left !important}a:hover{color:rgb(25.6,93.6,130.4);text-decoration:underline}a:focus{color:var(--palette-link-active, #2075a3);text-decoration:underline}a[class*=MuiButtonoutlined]:hover,a[class*=MuiButtonoutlined]:focus{text-decoration:none}.alert-box{line-height:1.4;border-radius:2px}.alert-box a{text-decoration:underline}.alert-box a.close{text-decoration:none}.alert-box>i{margin-right:.3125rem}.alert-box.success a,.alert-box.alert a,.alert-box.warning a{color:var(--palette-primary-contrastText, #ffffff)}.alert-box.icon{padding-left:3.125rem}.alert-box.icon>i{margin-left:-2.125rem;margin-right:.625rem;font-size:1.625rem;vertical-align:-23%}button{-webkit-appearance:none;-moz-appearance:none;background:rgba(0,0,0,0);padding:0;border:0;border-radius:2px;line-height:1}[data-whatinput=mouse] button{outline:0}.button{text-decoration:none;line-height:1.6}body:not(.hide-focus-outline) .button:focus,.hide-focus-outline .button.override-focus-outline:focus{outline:none;box-shadow:0 0 0 .125rem #006dc7 !important}.button.disabled,.button[disabled]{opacity:1;cursor:not-allowed;background-color:var(--palette-background-b7, #767676);color:var(--palette-primary-contrastText, #ffffff);border-color:rgba(0,0,0,0)}.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:var(--palette-background-b7, #767676);color:var(--palette-primary-contrastText, #ffffff);border-color:rgba(0,0,0,0)}.button:hover,.button:active,.button:focus{text-decoration:none}.button.primary,.button--primary{background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}.button.primary:hover,.button--primary:hover{background-color:#404040;color:var(--palette-primary-contrastText, #ffffff)}.button.primary:focus,.button--primary:focus{background-color:var(--palette-primary-main, #262626);color:var(--palette-primary-contrastText, #ffffff)}.button.primary.disabled,.button.primary[disabled],.button--primary.disabled,.button--primary[disabled]{opacity:1;cursor:not-allowed;background-color:var(--palette-background-b7, #767676);color:var(--palette-primary-contrastText, #ffffff);border-color:rgba(0,0,0,0)}.button.primary.disabled:hover,.button.primary.disabled:focus,.button.primary[disabled]:hover,.button.primary[disabled]:focus,.button--primary.disabled:hover,.button--primary.disabled:focus,.button--primary[disabled]:hover,.button--primary[disabled]:focus{background-color:var(--palette-background-b7, #767676);color:var(--palette-primary-contrastText, #ffffff);border-color:rgba(0,0,0,0)}.button--secondary{background-color:var(--palette-secondary-main, #cdcdcd);color:var(--palette-text-primary, #262626)}.button--secondary:hover{background-color:rgb(228.5,228.5,228.5);color:var(--palette-text-primary, #262626)}.button--secondary:focus{background-color:var(--palette-secondary-main, #cdcdcd);color:var(--palette-text-primary, #262626)}.button--secondary.disabled,.button--secondary[disabled]{opacity:1;cursor:not-allowed;background-color:#e5e5e5;color:var(--palette-text-secondary, #666666);border-color:rgba(0,0,0,0)}.button--secondary.disabled:hover,.button--secondary.disabled:focus,.button--secondary[disabled]:hover,.button--secondary[disabled]:focus{background-color:#e5e5e5;color:var(--palette-text-secondary, #666666);border-color:rgba(0,0,0,0)}.button--secondary:active,.button--secondary:focus{background-color:var(--palette-secondary-main, #cdcdcd) !important}.button.secondary.-outline,.button--secondary.-outline{border-color:var(--palette-secondary-main, #cdcdcd);background-color:rgba(0,0,0,0);color:var(--palette-secondary-main, #cdcdcd)}.button.secondary.-outline:hover,.button.secondary.-outline:focus,.button--secondary.-outline:hover,.button--secondary.-outline:focus{background-color:var(--palette-secondary-main, #cdcdcd);color:var(--palette-text-primary, #262626)}.button.secondary.-outline.disabled,.button.secondary.-outline[disabled],.button--secondary.-outline.disabled,.button--secondary.-outline[disabled]{opacity:1;cursor:not-allowed;background-color:var(--palette-common-black, #000000);color:var(--palette-text-hint, #767676);border-color:var(--palette-border-dark, #767676)}.button.secondary.-outline.disabled:hover,.button.secondary.-outline.disabled:focus,.button.secondary.-outline[disabled]:hover,.button.secondary.-outline[disabled]:focus,.button--secondary.-outline.disabled:hover,.button--secondary.-outline.disabled:focus,.button--secondary.-outline[disabled]:hover,.button--secondary.-outline[disabled]:focus{background-color:var(--palette-common-black, #000000);color:var(--palette-text-hint, #767676);border-color:var(--palette-border-dark, #767676)}.button--inverse{background-color:var(--palette-background-b1, #ffffff);color:var(--palette-text-primary, #262626)}.button--inverse:hover{background-color:hsl(0,0%,85%);color:var(--palette-text-primary, #262626)}.button--inverse:focus{background-color:var(--palette-background-b1, #ffffff);color:var(--palette-text-primary, #262626)}.button--inverse.disabled,.button--inverse[disabled]{opacity:1;cursor:not-allowed;background-color:var(--palette-background-b7, #767676);color:var(--palette-common-black, #000000);border-color:rgba(0,0,0,0)}.button--inverse.disabled:hover,.button--inverse.disabled:focus,.button--inverse[disabled]:hover,.button--inverse[disabled]:focus{background-color:var(--palette-background-b7, #767676);color:var(--palette-common-black, #000000);border-color:rgba(0,0,0,0)}.button--inverse.-outline{border-color:var(--palette-background-b1, #ffffff);background-color:rgba(0,0,0,0);color:var(--palette-primary-contrastText, #ffffff)}.button--inverse.-outline:hover,.button--inverse.-outline:focus{background-color:var(--palette-background-b1, #ffffff);color:var(--palette-text-primary, #262626)}.button--inverse.-outline.disabled,.button--inverse.-outline[disabled]{opacity:1;cursor:not-allowed;background-color:var(--palette-common-black, #000000);color:var(--palette-text-hint, #767676);border-color:var(--palette-border-dark, #767676)}.button--inverse.-outline.disabled:hover,.button--inverse.-outline.disabled:focus,.button--inverse.-outline[disabled]:hover,.button--inverse.-outline[disabled]:focus{background-color:var(--palette-common-black, #000000);color:var(--palette-text-hint, #767676);border-color:var(--palette-border-dark, #767676)}.button--dashed,.is-empty-page .element-list-add-menu li a,.is-empty-page .element-list-add-menu li button,.is-empty-page .element-list-add-menu li .file-upload-container button{margin:.125rem;box-shadow:none;padding:.375rem 1.25rem;background-color:var(--palette-background-b4, #e5e5e5);color:var(--palette-text-primary, #262626);border-radius:.125rem;border:.125rem dashed var(--palette-border-main, #cdcdcd)}.button--dashed:hover,.is-empty-page .element-list-add-menu li a:hover,.is-empty-page .element-list-add-menu li button:hover{color:var(--palette-text-primary, #262626);background-color:var(--palette-background-b2, #f8f8f8)}.button--dashed:active,.is-empty-page .element-list-add-menu li a:active,.is-empty-page .element-list-add-menu li button:active{border-color:var(--palette-secondary-main, #cdcdcd) !important;background-color:#e5e5e5 !important}body:not(.hide-focus-outline) .button--dashed:focus,body:not(.hide-focus-outline) .is-empty-page .element-list-add-menu li a:focus,.is-empty-page .element-list-add-menu li body:not(.hide-focus-outline) a:focus,body:not(.hide-focus-outline) .is-empty-page .element-list-add-menu li button:focus,.is-empty-page .element-list-add-menu li body:not(.hide-focus-outline) button:focus,.hide-focus-outline .button--dashed.override-focus-outline:focus,.hide-focus-outline .is-empty-page .element-list-add-menu li a.override-focus-outline:focus,.is-empty-page .element-list-add-menu li .hide-focus-outline a.override-focus-outline:focus,.hide-focus-outline .is-empty-page .element-list-add-menu li button.override-focus-outline:focus,.is-empty-page .element-list-add-menu li .hide-focus-outline button.override-focus-outline:focus{outline:none;box-shadow:inset 0 0 0 .125rem #006dc7 !important}.button--dashed:focus:not(:hover),.is-empty-page .element-list-add-menu li a:focus:not(:hover),.is-empty-page .element-list-add-menu li button:focus:not(:hover){background-color:#e5e5e5;border:.125rem dashed var(--palette-secondary-main, #cdcdcd);color:var(--palette-text-primary, #262626)}.button--dashed.disabled,.is-empty-page .element-list-add-menu li a.disabled,.is-empty-page .element-list-add-menu li button.disabled,.button--dashed[disabled],.is-empty-page .element-list-add-menu li a[disabled],.is-empty-page .element-list-add-menu li button[disabled]{opacity:1;cursor:not-allowed;background-color:var(--palette-background-b4, #e5e5e5);color:var(--palette-action-disabled, #8c8c8c);border-color:var(--palette-border-main, #cdcdcd)}.button--dashed.disabled:hover,.is-empty-page .element-list-add-menu li a.disabled:hover,.is-empty-page .element-list-add-menu li button.disabled:hover,.button--dashed.disabled:focus,.is-empty-page .element-list-add-menu li a.disabled:focus,.is-empty-page .element-list-add-menu li button.disabled:focus,.button--dashed[disabled]:hover,.is-empty-page .element-list-add-menu li a[disabled]:hover,.is-empty-page .element-list-add-menu li button[disabled]:hover,.button--dashed[disabled]:focus,.is-empty-page .element-list-add-menu li a[disabled]:focus,.is-empty-page .element-list-add-menu li button[disabled]:focus{background-color:var(--palette-background-b4, #e5e5e5);color:var(--palette-action-disabled, #8c8c8c);border-color:var(--palette-border-main, #cdcdcd)}.button--dashed span,.is-empty-page .element-list-add-menu li a span,.is-empty-page .element-list-add-menu li button span,.is-empty-page .element-list-add-menu li .file-upload-container button span{vertical-align:middle}.button.text,.button--text{background-color:rgba(0,0,0,0);color:var(--palette-link-active, #2075a3);text-decoration:underline}.button.text:hover,.button--text:hover{background-color:rgba(0,0,0,0);color:var(--palette-link-active, #2075a3)}.button.text:focus,.button--text:focus{background-color:rgba(0,0,0,0);color:var(--palette-link-active, #2075a3)}.button.text:hover,.button.text:focus,.button--text:hover,.button--text:focus{color:var(--palette-link-hover, #1a5e82);text-decoration:underline}.button.text.disabled,.button.text[disabled],.button--text.disabled,.button--text[disabled]{opacity:1;cursor:not-allowed;background-color:rgba(0,0,0,0);color:#2c9ede;border-color:rgba(0,0,0,0)}.button.text.disabled:hover,.button.text.disabled:focus,.button.text[disabled]:hover,.button.text[disabled]:focus,.button--text.disabled:hover,.button--text.disabled:focus,.button--text[disabled]:hover,.button--text[disabled]:focus{background-color:rgba(0,0,0,0);color:#2c9ede;border-color:rgba(0,0,0,0)}.button.text.-inverse,.button.text.-inverse:focus,.button.text.-inverse:hover,.button--text.-inverse,.button--text.-inverse:focus,.button--text.-inverse:hover{color:var(--palette-primary-contrastText, #ffffff)}.button.text.-inverse.disabled,.button.text.-inverse[disabled],.button--text.-inverse.disabled,.button--text.-inverse[disabled]{opacity:1;cursor:not-allowed;background-color:rgba(0,0,0,0);color:var(--palette-primary-contrastText, #ffffff);border-color:rgba(0,0,0,0)}.button.text.-inverse.disabled:hover,.button.text.-inverse.disabled:focus,.button.text.-inverse[disabled]:hover,.button.text.-inverse[disabled]:focus,.button--text.-inverse.disabled:hover,.button--text.-inverse.disabled:focus,.button--text.-inverse[disabled]:hover,.button--text.-inverse[disabled]:focus{background-color:rgba(0,0,0,0);color:var(--palette-primary-contrastText, #ffffff);border-color:rgba(0,0,0,0)}.button--select{position:relative;padding-left:.75rem;padding-right:.75rem;text-align:left}.button--select::after{border:inset .4em;content:"";display:block;height:0;width:0;position:relative;top:.4em;float:right;margin-left:1.125em;display:inline-block}.button--select,.button--select:focus,.button--select:hover{background-color:var(--palette-background-b1, #ffffff);border:1px solid var(--palette-border-main, #cdcdcd);box-shadow:none;color:var(--palette-text-primary, #262626)}.button--select:focus,.button--select.hover{border:1px solid var(--palette-focus-main, #006dc7);box-shadow:inset 0 0 0 4px rgba(0,109,199,.1)}.button--select::after{top:.625rem}.button--select.disabled,.button--select[disabled]{opacity:1;cursor:not-allowed;background-color:var(--palette-background-b3, #f0f0f0);color:var(--palette-text-secondary, #666666);border-color:#e5e5e5}.button--select.disabled:hover,.button--select.disabled:focus,.button--select[disabled]:hover,.button--select[disabled]:focus{background-color:var(--palette-background-b3, #f0f0f0);color:var(--palette-text-secondary, #666666);border-color:#e5e5e5}.button--select.disabled::after,.button--select[disabled]::after{border-top-color:var(--palette-text-secondary, #666666)}.button--select.-inverse,.button--select.-inverse:focus,.button--select.-inverse:hover{background-color:var(--palette-background-b9, #262626);border-color:#666;color:var(--palette-primary-contrastText, #ffffff)}.button--select.-inverse:focus,.button--select.-inverse.hover{border:1px solid var(--palette-focus-main, #006dc7);box-shadow:inset 0 0 0 4px rgba(0,109,199,.1)}.button--select.-inverse::after{border-top-color:var(--palette-primary-contrastText, #ffffff)}.button--select.-inverse.disabled,.button--select.-inverse[disabled]{opacity:1;cursor:not-allowed;background-color:var(--palette-common-black, #000000);color:var(--palette-text-hint, #767676);border-color:var(--palette-border-dark, #767676)}.button--select.-inverse.disabled:hover,.button--select.-inverse.disabled:focus,.button--select.-inverse[disabled]:hover,.button--select.-inverse[disabled]:focus{background-color:var(--palette-common-black, #000000);color:var(--palette-text-hint, #767676);border-color:var(--palette-border-dark, #767676)}.button--select.-inverse.disabled::after,.button--select.-inverse[disabled]::after{border-top-color:var(--palette-text-hint, #767676)}.button--icon{color:var(--palette-text-primary, #262626);opacity:.7;transition:background-color .25s ease-out,color .25s ease-out,opacity .25s ease-out}.button--icon:hover,.button--icon:focus{color:var(--palette-text-primary, #262626);opacity:1}.button--icon:active,.button--icon.hover{color:var(--palette-brand-main, #a234b5);opacity:1}.button--icon.disabled,.button--icon[disabled]{opacity:1;cursor:not-allowed;background-color:rgba(0,0,0,0);color:var(--palette-text-secondary, #666666);border-color:rgba(0,0,0,0)}.button--icon.disabled:hover,.button--icon.disabled:focus,.button--icon[disabled]:hover,.button--icon[disabled]:focus{background-color:rgba(0,0,0,0);color:var(--palette-text-secondary, #666666);border-color:rgba(0,0,0,0)}.button--icon.-inverse{color:var(--palette-primary-contrastText, #ffffff)}.button--icon.-inverse:hover,.button--icon.-inverse:focus{color:var(--palette-primary-contrastText, #ffffff)}.button--icon.-inverse:active,.button--icon.-inverse.hover{color:var(--palette-brandAlt-main, #c56fd5)}.button--icon.-inverse.disabled,.button--icon.-inverse[disabled]{opacity:1;cursor:not-allowed;background-color:rgba(0,0,0,0);color:var(--palette-text-hint, #767676);border-color:rgba(0,0,0,0)}.button--icon.-inverse.disabled:hover,.button--icon.-inverse.disabled:focus,.button--icon.-inverse[disabled]:hover,.button--icon.-inverse[disabled]:focus{background-color:rgba(0,0,0,0);color:var(--palette-text-hint, #767676);border-color:rgba(0,0,0,0)}.button.clear,.button.super-clear{background-color:rgba(0,0,0,0);color:var(--palette-text-secondary, #666666)}.button.clear:focus,.button.clear:hover,.button.clear:active,.button.super-clear:focus,.button.super-clear:hover,.button.super-clear:active{color:var(--palette-text-primary, #262626)}.button.clear.disabled,.button.clear[disabled],.button.super-clear.disabled,.button.super-clear[disabled]{opacity:1;cursor:not-allowed;background-color:rgba(0,0,0,0);color:var(--palette-text-secondary, #666666);border-color:rgba(0,0,0,0)}.button.clear.disabled:hover,.button.clear.disabled:focus,.button.clear[disabled]:hover,.button.clear[disabled]:focus,.button.super-clear.disabled:hover,.button.super-clear.disabled:focus,.button.super-clear[disabled]:hover,.button.super-clear[disabled]:focus{background-color:rgba(0,0,0,0);color:var(--palette-text-secondary, #666666);border-color:rgba(0,0,0,0)}.button.dropdown::after{top:.55em;border-top-color:currentColor}.button .button--icon,.button.icon,.button.-icon{position:relative;padding:0;min-width:2.4rem;height:2.4rem;line-height:2.4em}.button .tiny.button--icon,.button.icon.tiny,.button.-icon.tiny{min-width:1.685rem;height:1.685rem;line-height:1.685em}.button .small.button--icon,.button.icon.small,.button.-icon.small{min-width:2.075rem;height:2.075rem;line-height:2.075em}.button .large.button--icon,.button.icon.large,.button.-icon.large{min-width:2.725rem;height:2.725rem;line-height:2.725em}.button .button--icon .svg-icon,.button.icon .svg-icon,.button.-icon .svg-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.button.short,.button.-short{padding-top:.125rem;padding-bottom:.125rem}.button.-vspace{margin-bottom:1rem}.button.-full-width{width:100%}.is-empty-page .file-upload.drag .element-list-add-menu li .file-upload-button,.element-list-add-menu li .file-upload-container .is-empty-page .file-upload.drag .file-upload-button,.is-empty-page .element-list-add-menu li .file-upload.drag .file-upload-button,.is-empty-page .element-list-add-menu li .file-upload-container .file-upload.drag .file-upload-button,.button.primary:active,.button.secondary:active,.button.success:active,.button.warning:active,.button.alert:active,.button--primary:active,.button--inverse:active,.button--secondary:active,.button--dashed:active,.is-empty-page .element-list-add-menu li a:active,.is-empty-page .element-list-add-menu li button:active,.button.-outline:active{box-shadow:none;border-color:rgba(0,0,0,0);transition:none}.button--icon,.button.-clear,.button.-clear:hover,.button.-clear:focus{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}button.anchor,.button-anchor,.select-wrapper button.button-anchor{background-color:rgba(0,0,0,0);color:var(--palette-link-active, #2075a3);text-decoration:underline}button.anchor:hover,.button-anchor:hover,.select-wrapper button.button-anchor:hover{background-color:rgba(0,0,0,0);color:var(--palette-link-active, #2075a3)}button.anchor:focus,.button-anchor:focus,.select-wrapper button.button-anchor:focus{background-color:rgba(0,0,0,0);color:var(--palette-link-active, #2075a3)}button.anchor:hover,button.anchor:focus,.button-anchor:hover,.select-wrapper button.button-anchor:hover,.button-anchor:focus,.select-wrapper button.button-anchor:focus{color:var(--palette-link-hover, #1a5e82);text-decoration:underline}button.anchor[disabled].disabled,button.anchor[disabled][disabled],.button-anchor[disabled].disabled,.button-anchor[disabled][disabled]{opacity:1;cursor:not-allowed;background-color:rgba(0,0,0,0);color:#2c9ede;border-color:rgba(0,0,0,0)}button.anchor[disabled].disabled:hover,button.anchor[disabled].disabled:focus,button.anchor[disabled][disabled]:hover,button.anchor[disabled][disabled]:focus,.button-anchor[disabled].disabled:hover,.button-anchor[disabled].disabled:focus,.button-anchor[disabled][disabled]:hover,.button-anchor[disabled][disabled]:focus{background-color:rgba(0,0,0,0);color:#2c9ede;border-color:rgba(0,0,0,0)}button.anchor.-inverse,button.anchor.-inverse:focus,button.anchor.-inverse:hover,.button-anchor.-inverse,.select-wrapper button.-inverse.button-anchor,.button-anchor.-inverse:focus,.button-anchor.-inverse:hover{color:var(--palette-primary-contrastText, #ffffff)}.button.dropdown{position:relative;background-color:var(--palette-background-b1, #ffffff);color:inherit;padding:0 1.875rem;padding-left:.625rem;height:2.375rem}.button.dropdown:after{border-left:.25rem solid rgba(0,0,0,0);border-right:.25rem solid rgba(0,0,0,0);border-top:.25rem solid var(--palette-background-b9, #262626);border-bottom:rgba(0,0,0,0);position:absolute;right:.75rem;top:50%}.button-group.toggle .active{background:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff)}.button-group.toggle .active:focus,.button-group.toggle .active:active,.button-group.toggle .active:hover,.button-group.toggle .active:visited{pointer-events:none;-webkit-user-select:none;user-select:none;background:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff);transform:none}.f-dropdown{border-radius:2px;text-align:left;box-shadow:0 0 0 .25rem rgba(38,38,38,.075)}.f-dropdown li:first-child{border-radius:.125rem .125rem 0 0}.f-dropdown li:last-child{border-radius:0 0 .125rem .125rem}.f-dropdown li a,.f-dropdown li button{transition:none;color:var(--palette-text-primary, #262626);background-color:var(--palette-primary-contrastText, #ffffff);text-decoration:none}.f-dropdown li a:hover,.f-dropdown li button:hover{background-color:var(--palette-background-b3, #f0f0f0);text-decoration:underline}.f-dropdown li a:focus,.f-dropdown li button:focus{text-decoration:underline}.f-dropdown li a:active,.f-dropdown li button:active{background-color:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff);text-decoration:underline}.f-dropdown.dropshadow{box-shadow:0 .25rem 0 0 rgba(38,38,38,.075)}input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input[type=color],textarea,.prefix,.postfix,select{height:auto;min-height:2.375rem;line-height:normal;padding-top:.5rem;padding-bottom:.5625rem;transition:background-color 150ms,box-shadow 150ms,border-color 150ms}input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input[type=color],textarea,select{border-radius:2px}input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=week]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=time]:focus,input[type=url]:focus,input[type=color]:focus,textarea:focus,select:focus{background-color:var(--palette-background-b1, #ffffff);border-color:var(--palette-focus-main, #006dc7);box-shadow:inset 0 0 0 4px rgba(0,109,199,.1)}body:not(.hide-focus-outline) input[type=text]:focus,body:not(.hide-focus-outline) input[type=password]:focus,body:not(.hide-focus-outline) input[type=date]:focus,body:not(.hide-focus-outline) input[type=datetime]:focus,body:not(.hide-focus-outline) input[type=datetime-local]:focus,body:not(.hide-focus-outline) input[type=month]:focus,body:not(.hide-focus-outline) input[type=week]:focus,body:not(.hide-focus-outline) input[type=email]:focus,body:not(.hide-focus-outline) input[type=number]:focus,body:not(.hide-focus-outline) input[type=search]:focus,body:not(.hide-focus-outline) input[type=tel]:focus,body:not(.hide-focus-outline) input[type=time]:focus,body:not(.hide-focus-outline) input[type=url]:focus,body:not(.hide-focus-outline) input[type=color]:focus,body:not(.hide-focus-outline) textarea:focus,body:not(.hide-focus-outline) select:focus{outline:none;box-shadow:0 0 0 1px inset var(--palette-focus-main, #006dc7)}label.inline{line-height:normal;padding-top:.5625rem;padding-bottom:.625rem}select:hover{background-color:var(--palette-background-default, #fff);border-color:var(--palette-secondary-main, #cdcdcd)}select:hover:focus{background-color:var(--palette-background-b1, #ffffff);border-color:var(--palette-focus-main, #006dc7);box-shadow:inset 0 0 0 4px rgba(0,109,199,.1)}body:not(.hide-focus-outline) select:hover:focus{outline:none;box-shadow:0 0 0 1px inset var(--palette-focus-main, #006dc7)}label{color:var(--palette-text-primary, #262626);font-weight:bold}input[type=checkbox],input[type=radio]{display:inline-block;width:1rem;height:1rem;margin-right:0;margin-bottom:0;opacity:0}input[type=checkbox]+label,input[type=radio]+label{cursor:pointer;display:inline-block;position:relative;margin-left:0;margin-right:0;margin-bottom:.375rem;padding-left:.625rem;font-weight:400;color:var(--palette-text-primary, #262626);line-height:1.125rem}input[type=checkbox]+label::before,input[type=checkbox]+label::after,input[type=radio]+label::before,input[type=radio]+label::after{content:"";position:absolute;display:block;width:1rem;height:1rem;top:0;z-index:2;font-size:.875rem;left:-1rem;top:.0625rem;border-radius:2px;transition:background 200ms,border-color 200ms,opacity 200ms}input[type=checkbox]+label::before,input[type=radio]+label::before{background-color:var(--palette-background-default, #fff);border:1px solid #767676}input[type=checkbox]+label::after,input[type=radio]+label::after{background-position:50%;background-repeat:no-repeat;background-size:.5rem;opacity:0}input[type=checkbox]:focus+label,input[type=radio]:focus+label{text-decoration:underline}input[type=checkbox]:focus+label::before,input[type=radio]:focus+label::before{outline:.125rem solid #006dc7;outline-offset:0.0625rem;border-color:var(--palette-secondary-main, #cdcdcd)}input[type=checkbox]:focus:checked+label::before,input[type=radio]:focus:checked+label::before{border-color:rgb(28.1486725664,199.0513274336,92.4884955752)}.hide-focus-outline input[type=checkbox]:focus+label,.hide-focus-outline input[type=radio]:focus+label{text-decoration:none}.hide-focus-outline input[type=checkbox]:focus+label::before,.hide-focus-outline input[type=radio]:focus+label::before{outline:none !important}@media(hover: hover){input[type=checkbox]:hover+label::after,input[type=radio]:hover+label::after{opacity:.53}}input[type=checkbox]:checked+label::before,input[type=radio]:checked+label::before{background-color:#2edc91;border-color:#12b957}input[type=checkbox]:checked+label::after,input[type=radio]:checked+label::after{opacity:1}input[type=checkbox]:disabled+label,input[type=radio]:disabled+label{cursor:default}input[type=checkbox]:disabled+label::before,input[type=radio]:disabled+label::before{background-color:var(--palette-background-b3, #f0f0f0);border:1px solid #e5e5e5}input[type=checkbox]:disabled+label::after,input[type=radio]:disabled+label::after{opacity:0}input[type=checkbox]:disabled:checked+label::after,input[type=radio]:disabled:checked+label::after{opacity:.68}input[type=checkbox]+label::after{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23262626%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7%201.5l-3.5%205-2.5-2%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A")}input[type=radio]+label::before{border-radius:100%}input[type=radio]+label::after{width:.375rem;height:.375rem;border-radius:50%;background:var(--palette-primary-main, #262626);margin-top:.3125rem;margin-left:.3125rem}.checkbox-wrap,.radio-wrap{display:inline-flex}.checkbox-wrap input,.radio-wrap input{flex:0 0 auto}.checkbox-wrap input+label,.radio-wrap input+label{margin-right:.625rem}.breadcrumbs>*{line-height:1.6}.side-nav .divider{margin:1rem 0}@media only screen and (max-width: 39.9375em){body.hide-content{overflow:hidden}}.tabs{border-bottom:1px solid var(--palette-secondary-main, #cdcdcd);padding:0 1rem}.tabs dd{position:relative;bottom:-0.0625rem}.tabs dd>a{line-height:1;border:1px solid rgba(0,0,0,0);border-bottom:none;color:rgb(146.5,146.5,146.5)}.tabs dd>a:hover{text-decoration:underline}.tabs dd.active a{color:var(--palette-text-primary, #262626);border-color:var(--palette-secondary-main, #cdcdcd);border-radius:2px 2px 0 0;text-decoration:none}.tabs.vertical{border-bottom:none;padding:0}@media only screen and (min-width:40em){.tabs.vertical{padding:1rem 0;border-right:1px solid var(--palette-secondary-main, #cdcdcd)}}.tabs.vertical dd{bottom:auto}@media only screen and (min-width:40em){.tabs.vertical dd{margin-right:-0.0625rem}}.tabs.vertical dd>a{border:1px solid rgba(0,0,0,0)}@media only screen and (min-width:40em){.tabs.vertical dd>a{border-right:none}}.tabs.vertical dd.active a{border-color:var(--palette-secondary-main, #cdcdcd)}.tabs-content{background-color:#fff}.tabs-content.vertical{margin:0}.bb-offcanvas.contained{overflow:hidden}.bb-offcanvas.bb-offcanvas-open .bb-close-overlay{bottom:0;opacity:1;transition:opacity 300ms cubic-bezier(0.55, 0, 0.1, 1),bottom 0 0}.bb-offcanvas-inner{position:relative;transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1),padding-right 300ms cubic-bezier(0.55, 0, 0.1, 1),padding-left 300ms cubic-bezier(0.55, 0, 0.1, 1)}.bb-offcanvas-inner:before,.bb-offcanvas-inner:after{content:" ";display:table}.bb-offcanvas-inner:after{clear:both}.push-left .bb-offcanvas-inner{transform:translate(26.25rem, 0)}.push-right .bb-offcanvas-inner{transform:translate(-26.25rem, 0)}@media only screen and (min-width:40em){.fit-right .bb-offcanvas-inner{padding-right:26.25rem}}@media only screen and (min-width:40em){.fit-left .bb-offcanvas-inner{padding-left:26.25rem}}.bb-close-overlay{background-color:hsla(0,0%,100%,.4);position:absolute;top:0;left:0;right:0;bottom:100%;opacity:0;z-index:10;transition:opacity 300ms cubic-bezier(0.55, 0, 0.1, 1),bottom 0 300ms cubic-bezier(0.55, 0, 0.1, 1)}.bb-offcanvas-panel{position:fixed;display:none;width:100%;top:0;bottom:0;outline:none}@media only screen and (min-width:40em){.bb-offcanvas-panel{max-width:26.25rem}}.bb-offcanvas-panel.bb-offcanvas-left{left:0}.bb-offcanvas-panel.bb-offcanvas-right{right:0}@media only screen and (min-width:40em){.bb-offcanvas-panel.full{max-width:100%}}@media only screen and (min-width:40em){.bb-offcanvas-panel.full .bb-offcanvas-panel-wrap{max-width:100%}}.bb-offcanvas-panel.with-banner .side-panel-content{position:relative;height:100%}.bb-offcanvas-panel.with-banner .side-panel-banner{width:100%}.bb-offcanvas-panel.with-banner .bb-close-offset{position:absolute}.bb-offcanvas-panel-wrap{position:absolute;top:0;bottom:0;width:100%;background-color:var(--palette-background-default, #fff);box-shadow:0 5px 0 5px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.1);outline:10px solid hsla(0,0%,100%,0);transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1),outline-color 300ms,right 300ms cubic-bezier(0.55, 0, 0.1, 1),left 300ms cubic-bezier(0.55, 0, 0.1, 1),max-width 300ms cubic-bezier(0.55, 0, 0.1, 1);-webkit-transition:-webkit-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms, right 300ms cubic-bezier(0.55, 0, 0.1, 1), left 300ms cubic-bezier(0.55, 0, 0.1, 1), max-width 300ms cubic-bezier(0.55, 0, 0.1, 1);-moz-transition:-moz-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms, right 300ms cubic-bezier(0.55, 0, 0.1, 1), left 300ms cubic-bezier(0.55, 0, 0.1, 1), max-width 300ms cubic-bezier(0.55, 0, 0.1, 1);-ms-transition:-ms-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms, right 300ms cubic-bezier(0.55, 0, 0.1, 1), left 300ms cubic-bezier(0.55, 0, 0.1, 1), max-width 300ms cubic-bezier(0.55, 0, 0.1, 1);-o-transition:-o-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms, right 300ms cubic-bezier(0.55, 0, 0.1, 1), left 300ms cubic-bezier(0.55, 0, 0.1, 1), max-width 300ms cubic-bezier(0.55, 0, 0.1, 1)}@media only screen and (min-width:40em){.bb-offcanvas-panel-wrap{max-width:26.25rem}}@media(prefers-reduced-motion: reduce){.bb-offcanvas-panel-wrap{transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1),outline-color 300ms;-webkit-transition:-webkit-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms;-moz-transition:-moz-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms;-ms-transition:-ms-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms;-o-transition:-o-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms}}.contained .bb-offcanvas-panel-wrap{position:absolute}.bb-offcanvas-left .bb-offcanvas-panel-wrap{left:-100%}.bb-offcanvas-right .bb-offcanvas-panel-wrap{right:-100%}.bb-offcanvas-panel-wrap .side-panel-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto;padding:1.875rem}.bb-offcanvas-panel-wrap .bb-close{position:absolute;z-index:2;left:2.5rem;top:.3125rem;color:rgb(124.8,124.8,124.8);font-size:1.625rem;font-weight:600;line-height:1;padding:.125rem .5rem;text-decoration:none}.bb-offcanvas-panel-wrap .bb-close:hover{color:var(--palette-text-primary, #262626)}.bb-offcanvas-left.active>.bb-offcanvas-panel-wrap{left:0}.bb-offcanvas-right.active>.bb-offcanvas-panel-wrap{right:0}.contained.bb-offcanvas-open.push-left .bb-offcanvas-panel-wrap{outline-color:rgba(238,238,238,0);transform:translate(-100%, 0)}.contained.bb-offcanvas-open.push-right .bb-offcanvas-panel-wrap{outline-color:rgba(238,238,238,0);transform:translate(100%, 0)}.contained .bb-offcanvas-panel{position:absolute;z-index:1}.bb-offcanvas-panel{z-index:1015}.bb-offcanvas-panel~.bb-offcanvas-panel{z-index:1115}.bb-offcanvas-panel~.bb-offcanvas-panel~.bb-offcanvas-panel{z-index:1215}.bb-offcanvas-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1010}.bb-offcanvas-overlay:not(.hidden)~.bb-offcanvas-overlay:not(.hidden){z-index:1110}.bb-offcanvas-overlay:not(.hidden)~.bb-offcanvas-overlay:not(.hidden)~.bb-offcanvas-overlay:not(.hidden){z-index:1210}.bb-offcanvas-overlay:not(.hidden)~.bb-offcanvas-overlay:not(.hidden)~.bb-offcanvas-overlay:not(.hidden)~.bb-offcanvas-overlay:not(.hidden){z-index:1310}.range-slider{margin:0 0 1rem}.range-slider .range-slider-handle{box-shadow:0 0 0 1px rgba(0,0,0,.15)}.range-slider.round .range-slider-active-segment{border-radius:6.25rem 0 0 6.25rem}.range-slider[data-slider="80"] .range-slider-handle,.range-slider[data-slider="81"] .range-slider-handle,.range-slider[data-slider="82"] .range-slider-handle,.range-slider[data-slider="83"] .range-slider-handle,.range-slider[data-slider="84"] .range-slider-handle{margin-left:.0625rem}.range-slider[data-slider="85"] .range-slider-handle,.range-slider[data-slider="86"] .range-slider-handle,.range-slider[data-slider="87"] .range-slider-handle,.range-slider[data-slider="88"] .range-slider-handle,.range-slider[data-slider="89"] .range-slider-handle{margin-left:.125rem}.range-slider[data-slider="90"] .range-slider-handle,.range-slider[data-slider="91"] .range-slider-handle,.range-slider[data-slider="92"] .range-slider-handle,.range-slider[data-slider="93"] .range-slider-handle,.range-slider[data-slider="94"] .range-slider-handle{margin-left:.1875rem}.range-slider[data-slider="95"] .range-slider-handle,.range-slider[data-slider="96"] .range-slider-handle,.range-slider[data-slider="97"] .range-slider-handle,.range-slider[data-slider="98"] .range-slider-handle,.range-slider[data-slider="99"] .range-slider-handle,.range-slider[data-slider="100"] .range-slider-handle{margin-left:.25rem}.top-bar a,.side-nav a,.pagination a,.accordion dd>a,.tabs dd>a,.breadcrumbs a,.f-dropdown li a,.off-canvas-list li a{text-decoration:none}body:not(.hide-focus-outline) :focus{outline:.125rem solid #006dc7}body:not(.hide-focus-outline) a:not(.button):focus,.hide-focus-outline a:not(.button).override-focus-outline:focus{outline:none;box-shadow:inset 0 0 0 .125rem #006dc7 !important}body:not(.hide-focus-outline) button:focus,.hide-focus-outline button.override-focus-outline:focus,body:not(.hide-focus-outline) .button:focus,.hide-focus-outline .button.override-focus-outline:focus,body:not(.hide-focus-outline) button.dropdown:focus,.hide-focus-outline button.dropdown.override-focus-outline:focus,body:not(.hide-focus-outline) .button.dropdown:focus,.hide-focus-outline .button.dropdown.override-focus-outline:focus{outline:.125rem solid #006dc7}.right{float:right !important}.left{float:left !important}@font-face{font-family:"Open Sans";font-style:normal;font-weight:300;src:url(fonts/open-sans/open-sans-300.woff) format("woff")}@font-face{font-family:"Open Sans";font-style:italic;font-weight:300;src:url(fonts/open-sans/open-sans-300italic.woff) format("woff")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;src:url(fonts/open-sans/open-sans-regular.woff) format("woff")}@font-face{font-family:"Open Sans";font-style:italic;font-weight:400;src:url(fonts/open-sans/open-sans-italic.woff) format("woff")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:600;src:url(fonts/open-sans/open-sans-600.woff) format("woff")}@font-face{font-family:"Open Sans";font-style:italic;font-weight:600;src:url(fonts/open-sans/open-sans-600italic.woff) format("woff")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;src:url(fonts/open-sans/open-sans-700.woff) format("woff")}@font-face{font-family:"Open Sans";font-style:italic;font-weight:700;src:url(fonts/open-sans/open-sans-700italic.woff) format("woff")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:800;src:url(fonts/open-sans/open-sans-800.woff) format("woff")}@font-face{font-family:"Open Sans";font-style:italic;font-weight:800;src:url(fonts/open-sans/open-sans-800italic.woff) format("woff")}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:400;src:url(fonts/noto-serif/noto-serif-regular.woff) format("woff")}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:400;src:url(fonts/noto-serif/noto-serif-italic.woff) format("woff")}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:700;src:url(fonts/noto-serif/noto-serif-700.woff) format("woff")}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:700;src:url(fonts/noto-serif/noto-serif-700italic.woff) format("woff")}.switch-toggle a,.switch-light span span:not(.label-text){display:none}@media only screen{.switch-light{display:block;height:2rem;position:relative;overflow:visible;padding:0;min-width:3.4375rem}.switch-light a{display:block;transition:right .3s ease-out,left .3s ease-out}.switch-light label,.switch-light>span{line-height:2rem;vertical-align:middle}body:not(.hide-focus-outline) .switch-light input:focus~a,body:not(.hide-focus-outline) .switch-light input:focus+label{outline:.125rem solid #006dc7;outline-offset:0.125rem}.switch-light label{position:relative;z-index:3;display:block;width:100%}.switch-light input{position:absolute;opacity:0;z-index:5}.switch-light input:checked~a{right:0%}.switch-light>span{position:absolute;width:100%;height:100%;margin:0;text-align:left}.switch-light>span span:not(.label-text){position:absolute;top:0;left:0;z-index:5;display:block;width:50%;text-align:center}.switch-light>span span:not(.label-text):last-child{left:50%}.switch-light a{position:absolute;right:50%;top:0;z-index:4;display:block;width:50%;height:100%;padding:0}.switch-toggle{display:block;height:2rem;position:relative;padding:0 !important}.switch-toggle a{display:block;transition:right .3s ease-out,left .3s ease-out}.switch-toggle label,.switch-toggle>span{line-height:2rem;vertical-align:middle}body:not(.hide-focus-outline) .switch-toggle input:focus~a,body:not(.hide-focus-outline) .switch-toggle input:focus+label{outline:.125rem solid #006dc7;outline-offset:0.125rem}.switch-toggle input{position:absolute;opacity:0}.switch-toggle input+label{position:relative;z-index:2;float:left;width:50%;height:100%;margin:0;text-align:center}.switch-toggle a{position:absolute;top:0;left:0;padding:0;z-index:1;width:50%;height:100%}.switch-toggle input:last-of-type:checked~a{left:50%}.switch-toggle.switch-3 label,.switch-toggle.switch-3 a{width:33.3333333333%}.switch-toggle.switch-3 input:checked:nth-of-type(2)~a{left:33.3333333333%}.switch-toggle.switch-3 input:checked:last-of-type~a{left:66.6666666667%}.switch-toggle.switch-4 label,.switch-toggle.switch-4 a{width:25%}.switch-toggle.switch-4 input:checked:nth-of-type(2)~a{left:25%}.switch-toggle.switch-4 input:checked:nth-of-type(3)~a{left:50%}.switch-toggle.switch-4 input:checked:last-of-type~a{left:75%}.switch-toggle.switch-5 label,.switch-toggle.switch-5 a{width:20%}.switch-toggle.switch-5 input:checked:nth-of-type(2)~a{left:20%}.switch-toggle.switch-5 input:checked:nth-of-type(3)~a{left:40%}.switch-toggle.switch-5 input:checked:nth-of-type(4)~a{left:60%}.switch-toggle.switch-5 input:checked:last-of-type~a{left:80%}.switch-ios.switch-light{color:var(--palette-text-primary, #262626)}.switch-ios.switch-light a{left:0;width:26;height:26;background-color:#fff;margin:3;border-radius:100%;transition:all .3s ease-out}.switch-ios.switch-light .label-text{position:relative;width:100%;left:-6.25rem}.switch-ios.switch-light>span span:not(.label-text){width:100%;left:0;opacity:0}.switch-ios.switch-light>span span:not(.label-text):first-of-type{opacity:1;text-align:right;padding-right:0.875rem}.switch-ios.switch-light>span span:not(.label-text):last-of-type{text-align:left;padding-left:0.875rem}.switch-ios.switch-light>span .label-text+span{opacity:1;text-align:right;padding-right:0.875rem}.switch-ios.switch-light>span:before{content:"";display:block;width:100%;height:100%;position:absolute;right:0;top:0;background-color:var(--palette-secondary-main, #cdcdcd);border-radius:32;transition:background-color .5s ease-out}.switch-ios.switch-light input:checked~a{left:100%;margin-left:-29;border-color:#39e379}.switch-ios.switch-light input:checked~span:before{background-color:#39e379}.switch-ios.switch-light input:checked~span span:not(.label-text):first-of-type{opacity:0}.switch-ios.switch-light input:checked~span span:not(.label-text):last-of-type{opacity:1;color:#000;font-weight:700}.switch-ios.switch-light input:checked~span .label-text+span{opacity:0}.switch-ios.switch-toggle{background-color:hsl(0,0%,98%);border-radius:32}.switch-ios.switch-toggle a{border-radius:26;transition:all .3s ease-out}}@media only screen and (-webkit-max-device-pixel-ratio: 2)and (max-device-width: 80rem){.switch-light,.switch-toggle{-webkit-animation:webkitSiblingBugfix infinite 1s}}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{background-color:hsl(0,0%,55.3235294118%);padding-top:3rem;-webkit-font-smoothing:antialiased}@media only screen and (min-width:40em){body{padding-top:3.5rem}}@media only screen and (min-width:64em){body{padding-top:0}}body.bb-logout{background:var(--palette-background-b9, #262626)}#site-wrap{background-color:var(--palette-background-b2, #f8f8f8);width:100%;margin:auto;display:flex;flex-direction:column}@media only screen and (max-width: 39.9375em){#site-wrap.move-right>.inner-wrap{transform:none}}@media only screen and (min-width:40em){#site-wrap:not(.move-right)>.inner-wrap{transform:none}}#site-wrap .inner-wrap{transition:left 500ms cubic-bezier(0.55, 0, 0.1, 1)}@media only screen and (min-width:40em)and (max-width:63.9375em){#site-wrap .inner-wrap{left:0}}@media only screen and (min-width:64em){#site-wrap .inner-wrap{left:auto}}@media only screen and (min-width:40em){#site-wrap.move-right>.inner-wrap{transform:none;left:12.5rem}}#site-wrap #main-content-inner{height:100vh;overflow-y:auto;overflow-x:hidden}p{word-wrap:break-word}svg{--icon-fill-color: none !important}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.ellipse,.ellipsis{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important}textarea.resize-none{resize:none}textarea.resize-v{resize:vertical}textarea.resize-h{resize:horizontal}input:-ms-input-placeholder,textarea:-ms-input-placeholder{padding-left:7;color:var(--palette-text-hint, #767676);opacity:1}input::-moz-placeholder,textarea::-moz-placeholder{padding-left:3;color:var(--palette-text-hint, #767676);opacity:1}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{padding-left:2;color:var(--palette-text-hint, #767676);opacity:1}.element-card.tile{background-color:var(--palette-background-b1, #ffffff)}.course-color-1::before{background-color:#c473d4}.course-color-1:hover,.course-color-1:focus{border-color:#c473d4}.course-color-1.top-border{border-top:5px solid #c473d4}.course-color-2::before{background-color:#2fd9fc}.course-color-2:hover,.course-color-2:focus{border-color:#2fd9fc}.course-color-2.top-border{border-top:5px solid #2fd9fc}.course-color-3::before{background-color:#ffe12b}.course-color-3:hover,.course-color-3:focus{border-color:#ffe12b}.course-color-3.top-border{border-top:5px solid #ffe12b}.course-color-4::before{background-color:#ff6417}.course-color-4:hover,.course-color-4:focus{border-color:#ff6417}.course-color-4.top-border{border-top:5px solid #ff6417}.course-color-5::before{background-color:#89f3db}.course-color-5:hover,.course-color-5:focus{border-color:#89f3db}.course-color-5.top-border{border-top:5px solid #89f3db}.course-color-6::before{background-color:#fe5b91}.course-color-6:hover,.course-color-6:focus{border-color:#fe5b91}.course-color-6.top-border{border-top:5px solid #fe5b91}.course-color-7::before{background-color:#85f472}.course-color-7:hover,.course-color-7:focus{border-color:#85f472}.course-color-7.top-border{border-top:5px solid #85f472}.course-color-8::before{background-color:#22c7cc}.course-color-8:hover,.course-color-8:focus{border-color:#22c7cc}.course-color-8.top-border{border-top:5px solid #22c7cc}.course-color-9::before{background-color:#ca22ad}.course-color-9:hover,.course-color-9:focus{border-color:#ca22ad}.course-color-9.top-border{border-top:5px solid #ca22ad}.course-color-10::before{background-color:#157afb}.course-color-10:hover,.course-color-10:focus{border-color:#157afb}.course-color-10.top-border{border-top:5px solid #157afb}.course-color-classic::before{background-color:#666}.course-color-classic:hover,.course-color-classic:focus{border-color:#666}.course-color-classic.top-border{border-top:5px solid #666}input[type=text][disabled],input[type=text][readonly],fieldset[disabled] input[type=text],input[type=password][disabled],input[type=password][readonly],fieldset[disabled] input[type=password],input[type=date][disabled],input[type=date][readonly],fieldset[disabled] input[type=date],input[type=datetime][disabled],input[type=datetime][readonly],fieldset[disabled] input[type=datetime],input[type=datetime-local][disabled],input[type=datetime-local][readonly],fieldset[disabled] input[type=datetime-local],input[type=month][disabled],input[type=month][readonly],fieldset[disabled] input[type=month],input[type=week][disabled],input[type=week][readonly],fieldset[disabled] input[type=week],input[type=email][disabled],input[type=email][readonly],fieldset[disabled] input[type=email],input[type=number][disabled],input[type=number][readonly],fieldset[disabled] input[type=number],input[type=search][disabled],input[type=search][readonly],fieldset[disabled] input[type=search],input[type=tel][disabled],input[type=tel][readonly],fieldset[disabled] input[type=tel],input[type=time][disabled],input[type=time][readonly],fieldset[disabled] input[type=time],input[type=url][disabled],input[type=url][readonly],fieldset[disabled] input[type=url],input[type=color][disabled],input[type=color][readonly],fieldset[disabled] input[type=color],textarea[disabled],textarea[readonly],fieldset[disabled] textarea,select[disabled]{color:var(--palette-text-secondary, #666666);background-color:var(--palette-background-b3, #f0f0f0);background-image:none;border:1 solid #e5e5e5}input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input[type=color],textarea{border-color:var(--palette-border-main, #cdcdcd);padding:0.5625rem 0.625rem;line-height:1.125rem}select,select:hover{border-color:var(--palette-border-main, #cdcdcd)}a.super-clear,a>a,button.super-clear,button>a,.button.super-clear,.button>a{transition:transform 100ms,background-color 250ms,color 250ms,box-shadow 250ms,opacity 250ms;background-color:rgba(0,0,0,0);color:var(--palette-text-secondary, #666666);text-decoration:none;box-shadow:none}a.super-clear:hover,a.super-clear:active,a>a:hover,a>a:active,button.super-clear:hover,button.super-clear:active,button>a:hover,button>a:active,.button.super-clear:hover,.button.super-clear:active,.button>a:hover,.button>a:active{color:var(--palette-text-primary, #262626);background-color:rgba(0,0,0,0)}a.super-clear.disabled,a.super-clear:disabled,a.super-clear[disabled=disabled],a>a.disabled,a>a:disabled,a>a[disabled=disabled],button.super-clear.disabled,button.super-clear:disabled,button.super-clear[disabled=disabled],button>a.disabled,button>a:disabled,button>a[disabled=disabled],.button.super-clear.disabled,.button.super-clear:disabled,.button.super-clear[disabled=disabled],.button>a.disabled,.button>a:disabled,.button>a[disabled=disabled]{color:var(--palette-text-secondary, #666666) !important}a.super-clear.disabled::after,a.super-clear:disabled::after,a.super-clear[disabled=disabled]::after,a>a.disabled::after,a>a:disabled::after,a>a[disabled=disabled]::after,button.super-clear.disabled::after,button.super-clear:disabled::after,button.super-clear[disabled=disabled]::after,button>a.disabled::after,button>a:disabled::after,button>a[disabled=disabled]::after,.button.super-clear.disabled::after,.button.super-clear:disabled::after,.button.super-clear[disabled=disabled]::after,.button>a.disabled::after,.button>a:disabled::after,.button>a[disabled=disabled]::after{opacity:0 !important}a.standard-button,button.standard-button,.button.standard-button{margin:0;padding:0;box-shadow:none;display:flex;align-items:center;justify-content:center;height:2.375rem;width:2.375rem;background-color:rgba(0,0,0,0)}a.standard-button:hover,.hide-focus-outline a.standard-button:focus:not(:hover):not(.wrapping-input-style),button.standard-button:hover,.hide-focus-outline button.standard-button:focus:not(:hover):not(.wrapping-input-style),.button.standard-button:hover,.hide-focus-outline .button.standard-button:focus:not(:hover):not(.wrapping-input-style){background-color:rgba(0,0,0,0)}a.standard-button i,a.standard-button bb-svg-icon,button.standard-button i,button.standard-button bb-svg-icon,.button.standard-button i,.button.standard-button bb-svg-icon{margin:0 auto}a.standard-button.light-background,button.standard-button.light-background,.button.standard-button.light-background{color:var(--palette-text-secondary, #666666)}a.standard-button.light-background:hover,button.standard-button.light-background:hover,.button.standard-button.light-background:hover{color:var(--palette-text-primary, #262626)}body.hide-focus-outline a.standard-button.light-background:focus,body.hide-focus-outline button.standard-button.light-background:focus,body.hide-focus-outline .button.standard-button.light-background:focus{color:var(--palette-text-primary, #262626)}a.standard-button.dark-background,button.standard-button.dark-background,.button.standard-button.dark-background{color:var(--palette-secondary-main, #cdcdcd)}a.standard-button.dark-background:hover,button.standard-button.dark-background:hover,.button.standard-button.dark-background:hover{color:var(--palette-primary-contrastText, #ffffff)}body.hide-focus-outline a.standard-button.dark-background:focus,body.hide-focus-outline button.standard-button.dark-background:focus,body.hide-focus-outline .button.standard-button.dark-background:focus{color:var(--palette-primary-contrastText, #ffffff)}@media only screen and (min-width:40em)and (max-width:63.9375em),only screen and (max-width: 39.9375em){a.standard-button.dark-background:focus,button.standard-button.dark-background:focus,.button.standard-button.dark-background:focus{box-shadow:0 0 0 2px var(--palette-focus-light, #2f8df7);outline:var(--palette-focus-light, #2f8df7)}}.webkit-render-issue-fix{-webkit-transform:translateZ(0)}.defaultCursor{cursor:default !important}.iframe-wrapper{padding:0;width:100%}@media only screen{.touch .iframe-wrapper{overflow-y:scroll !important;overflow-x:scroll !important;white-space:nowrap !important;-webkit-overflow-scrolling:touch !important}}@media only screen and (min-width:64em){.iframe-wrapper{overflow:hidden !important}}.iframe-wrapper::before{display:inline !important;padding:0}.iframe-wrapper iframe{border:none !important;width:100%}input[type=text]{min-width:0}.button.secondary:hover,.button.secondary:focus,button.secondary:hover,button.secondary:focus{background:var(--palette-background-b1, #ffffff)}input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input[type=color],form .row .row.collapse input,textarea,select{border-radius:2px}select{outline:none}.ellipse{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;overflow-wrap:break-word;display:block}cjk-word{display:inline-block}.show-labels label{display:block;margin-bottom:0.1875rem}.show-labels input[type=checkbox]+label,.show-labels input[type=radio]+label{display:inline-block;margin-bottom:0;font-weight:400}a.anchor-secondary{color:var(--palette-link-active, #2075a3);text-decoration:underline}a.anchor-secondary:hover,a.anchor-secondary:active,a.anchor-secondary:focus{color:var(--palette-link-active, #2075a3);text-decoration:underline}.printonly{visibility:hidden}@media print{.printonly{visibility:unset}}:root,.mode-light{--palette-common-black: #000;--palette-common-white: #fff;--palette-type: light;--palette-primary-main: #262626;--palette-primary-contrastText: #ffffff;--palette-primary-light: #404040;--palette-primary-dark: rgb(26, 26, 26);--palette-secondary-main: #cdcdcd;--palette-secondary-contrastText: #262626;--palette-secondary-light: #e5e5e5;--palette-secondary-dark: rgb(143, 143, 143);--palette-error-main: #c23e37;--palette-error-contrastText: #ffffff;--palette-error-light: #ffdad6;--palette-error-dark: #661d15;--palette-warning-main: #CCB400;--palette-warning-contrastText: #262626;--palette-warning-light: #FFF499;--palette-warning-dark: rgb(142, 125, 0);--palette-info-main: #185677;--palette-info-contrastText: #ffffff;--palette-info-light: #D7F7FF;--palette-info-dark: rgb(16, 60, 83);--palette-success-main: #007d2c;--palette-success-contrastText: #ffffff;--palette-success-light: #e5f2e9;--palette-success-dark: rgb(0, 87, 30);--palette-grey-50: #fafafa;--palette-grey-100: #f5f5f5;--palette-grey-200: #eeeeee;--palette-grey-300: #e0e0e0;--palette-grey-400: #bdbdbd;--palette-grey-500: #9e9e9e;--palette-grey-600: #757575;--palette-grey-700: #616161;--palette-grey-800: #424242;--palette-grey-900: #212121;--palette-grey-A100: #d5d5d5;--palette-grey-A200: #aaaaaa;--palette-grey-A400: #303030;--palette-grey-A700: #616161;--palette-contrastThreshold: 3;--palette-tonalOffset: 0.2;--palette-text-primary: #262626;--palette-text-secondary: #666666;--palette-text-disabled: #666666;--palette-text-hint: #767676;--palette-divider: rgba(0, 0, 0, 0.12);--palette-background-paper: #f8f8f8;--palette-background-default: #ffffff;--palette-background-b1: #ffffff;--palette-background-b2: #f8f8f8;--palette-background-b3: #f0f0f0;--palette-background-b4: #e5e5e5;--palette-background-b5: #cdcdcd;--palette-background-b6: #8c8c8c;--palette-background-b7: #767676;--palette-background-b8: #666666;--palette-background-b9: #262626;--palette-background-b10: #000000;--palette-action-active: #262626;--palette-action-hover: #000000;--palette-action-hoverOpacity: 1;--palette-action-selected: #000000;--palette-action-selectedOpacity: 0.08;--palette-action-disabled: #8c8c8c;--palette-action-disabledBackground: #e5e5e5;--palette-action-disabledOpacity: 0.38;--palette-action-focus: rgba(0, 0, 0, 0.12);--palette-action-focusOpacity: 0.12;--palette-action-activatedOpacity: 0.12;--palette-brand-main: #a234b5;--palette-brand-contrastText: #ffffff;--palette-brand-light: #ecd0f1;--palette-brand-dark: #63206f;--palette-brandAlt-main: #c56fd5;--palette-brandAlt-contrastText: #262626;--palette-caution-main: #c75000;--palette-caution-light: #ff6600;--palette-focus-main: #006dc7;--palette-focus-light: #2f8df7;--palette-link-active: #2073a1;--palette-link-hover: #004270;--palette-link-selected: #2073a1;--palette-link-disabled: #666666;--palette-link-hoverOpacity: 1;--palette-indicatorPrimary-main: #046df6;--palette-indicatorPrimary-contrastText: #ffffff;--palette-indicatorPrimary-dark: #006dc7;--palette-indicatorSecondary-main: #eb1700;--palette-indicatorSecondary-contrastText: #ffffff;--palette-border-main: #cdcdcd;--palette-border-dark: #767676;--palette-highContrastOnly-main: rgba(0,0,0, 0.001);--shadows-0: none;--shadows-1: 0 0.125rem 0.0625rem -0.0625rem rgba(0,0,0,0.2),0 0.0625rem 0.0625rem 0 rgba(0,0,0,0.14),0 0.0625rem 0.1875rem 0 rgba(0,0,0,0.12);--shadows-2: 0 0.1875rem 0.0625rem -0.125rem rgba(0,0,0,0.2),0 0.125rem 0.125rem 0 rgba(0,0,0,0.14),0 0.0625rem 0.3125rem 0 rgba(0,0,0,0.12);--shadows-3: 0 0.1875rem 0.1875rem -0.125rem rgba(0,0,0,0.2),0 0.1875rem 0.25rem 0 rgba(0,0,0,0.14),0 0.0625rem 0.5rem 0 rgba(0,0,0,0.12);--shadows-4: 0 0.125rem 0.25rem -0.0625rem rgba(0,0,0,0.2),0 0.25rem 0.3125rem 0 rgba(0,0,0,0.14),0 0.0625rem 0.625rem 0 rgba(0,0,0,0.12);--shadows-5: 0 0.1875rem 0.3125rem -0.0625rem rgba(0,0,0,0.2),0 0.3125rem 0.5rem 0 rgba(0,0,0,0.14),0 0.0625rem 0.875rem 0 rgba(0,0,0,0.12);--shadows-6: 0 0.1875rem 0.3125rem -0.0625rem rgba(0,0,0,0.2),0 0.375rem 0.625rem 0 rgba(0,0,0,0.14),0 0.0625rem 1.125rem 0 rgba(0,0,0,0.12);--shadows-7: 0 0.25rem 0.3125rem -0.125rem rgba(0,0,0,0.2),0 0.4375rem 0.625rem 0.0625rem rgba(0,0,0,0.14),0 0.125rem 1rem 0.0625rem rgba(0,0,0,0.12);--shadows-8: 0 0.3125rem 0.3125rem -0.1875rem rgba(0,0,0,0.2),0 0.5rem 0.625rem 0.0625rem rgba(0,0,0,0.14),0 0.1875rem 0.875rem 0.125rem rgba(0,0,0,0.12);--shadows-9: 0 0.3125rem 0.375rem -0.1875rem rgba(0,0,0,0.2),0 0.5625rem 0.75rem 0.0625rem rgba(0,0,0,0.14),0 0.1875rem 1rem 0.125rem rgba(0,0,0,0.12);--shadows-10: 0 0.375rem 0.375rem -0.1875rem rgba(0,0,0,0.2),0 0.625rem 0.875rem 0.0625rem rgba(0,0,0,0.14),0 0.25rem 1.125rem 0.1875rem rgba(0,0,0,0.12);--shadows-11: 0 0.375rem 0.4375rem -0.25rem rgba(0,0,0,0.2),0 0.6875rem 0.9375rem 0.0625rem rgba(0,0,0,0.14),0 0.25rem 1.25rem 0.1875rem rgba(0,0,0,0.12);--shadows-12: 0 0.4375rem 0.5rem -0.25rem rgba(0,0,0,0.2),0 0.75rem 1.0625rem 0.125rem rgba(0,0,0,0.14),0 0.3125rem 1.375rem 0.25rem rgba(0,0,0,0.12);--shadows-13: 0 0.4375rem 0.5rem -0.25rem rgba(0,0,0,0.2),0 0.8125rem 1.1875rem 0.125rem rgba(0,0,0,0.14),0 0.3125rem 1.5rem 0.25rem rgba(0,0,0,0.12);--shadows-14: 0 0.4375rem 0.5625rem -0.25rem rgba(0,0,0,0.2),0 0.875rem 1.3125rem 0.125rem rgba(0,0,0,0.14),0 0.3125rem 1.625rem 0.25rem rgba(0,0,0,0.12);--shadows-15: 0 0.5rem 0.5625rem -0.3125rem rgba(0,0,0,0.2),0 0.9375rem 1.375rem 0.125rem rgba(0,0,0,0.14),0 0.375rem 1.75rem 0.3125rem rgba(0,0,0,0.12);--shadows-16: 0 0.5rem 0.625rem -0.3125rem rgba(0,0,0,0.2),0 1rem 1.5rem 0.125rem rgba(0,0,0,0.14),0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,0.12);--shadows-17: 0 0.5rem 0.6875rem -0.3125rem rgba(0,0,0,0.2),0 1.0625rem 1.625rem 0.125rem rgba(0,0,0,0.14),0 0.375rem 2rem 0.3125rem rgba(0,0,0,0.12);--shadows-18: 0 0.5625rem 0.6875rem -0.3125rem rgba(0,0,0,0.2),0 1.125rem 1.75rem 0.125rem rgba(0,0,0,0.14),0 0.4375rem 2.125rem 0.375rem rgba(0,0,0,0.12);--shadows-19: 0 0.5625rem 0.75rem -0.375rem rgba(0,0,0,0.2),0 1.1875rem 1.8125rem 0.125rem rgba(0,0,0,0.14),0 0.4375rem 2.25rem 0.375rem rgba(0,0,0,0.12);--shadows-20: 0 0.625rem 0.8125rem -0.375rem rgba(0,0,0,0.2),0 1.25rem 1.9375rem 0.1875rem rgba(0,0,0,0.14),0 0.5rem 2.375rem 0.4375rem rgba(0,0,0,0.12);--shadows-21: 0 0.625rem 0.8125rem -0.375rem rgba(0,0,0,0.2),0 1.3125rem 2.0625rem 0.1875rem rgba(0,0,0,0.14),0 0.5rem 2.5rem 0.4375rem rgba(0,0,0,0.12);--shadows-22: 0 0.625rem 0.875rem -0.375rem rgba(0,0,0,0.2),0 1.375rem 2.1875rem 0.1875rem rgba(0,0,0,0.14),0 0.5rem 2.625rem 0.4375rem rgba(0,0,0,0.12);--shadows-23: 0 0.6875rem 0.875rem -0.4375rem rgba(0,0,0,0.2),0 1.4375rem 2.25rem 0.1875rem rgba(0,0,0,0.14),0 0.5625rem 2.75rem 0.5rem rgba(0,0,0,0.12);--shadows-24: 0 0.6875rem 0.9375rem -0.4375rem rgba(0,0,0,0.2),0 1.5rem 2.375rem 0.1875rem rgba(0,0,0,0.14),0 0.5625rem 2.875rem 0.5rem rgba(0,0,0,0.12)}.mode-dark{--palette-type: dark;--palette-primary-main: #ffffff;--palette-primary-contrastText: #262626;--palette-primary-light: #f0f0f0;--palette-primary-dark: rgb(178, 178, 178);--palette-secondary-light: rgb(215, 215, 215);--palette-error-main: #ff4a36;--palette-error-contrastText: #262626;--palette-error-light: #c23e37;--palette-warning-main: #FFE300;--palette-warning-light: #CCB400;--palette-warning-dark: rgb(178, 158, 0);--palette-info-main: #2C9EDE;--palette-info-contrastText: #262626;--palette-info-light: #185677;--palette-info-dark: rgb(30, 110, 155);--palette-success-main: #39e379;--palette-success-contrastText: #262626;--palette-success-light: #007d2c;--palette-success-dark: rgb(39, 158, 84);--palette-text-primary: #ffffff;--palette-text-secondary: #cdcdcd;--palette-text-disabled: #8c8c8c;--palette-text-hint: #8c8c8c;--palette-divider: rgba(255, 255, 255, 0.12);--palette-background-paper: #666666;--palette-background-default: #262626;--palette-background-b1: #262626;--palette-background-b2: #666666;--palette-background-b3: #000000;--palette-background-b4: #767676;--palette-background-b5: #8c8c8c;--palette-background-b6: #cdcdcd;--palette-background-b7: #e5e5e5;--palette-background-b8: #f0f0f0;--palette-background-b9: #f8f8f8;--palette-background-b10: #ffffff;--palette-action-active: #cdcdcd;--palette-action-hover: #ffffff;--palette-action-selected: #ffffff;--palette-action-selectedOpacity: 0.16;--palette-action-focus: rgba(255, 255, 255, 0.12);--palette-action-activatedOpacity: 0.24;--palette-brand-main: #c56fd5;--palette-brand-contrastText: #262626;--palette-brandAlt-main: #a234b5;--palette-brandAlt-contrastText: #ffffff;--palette-caution-main: #ff6600;--palette-caution-light: #c75000;--palette-focus-main: #2f8df7;--palette-focus-light: #006dc7;--palette-link-active: #2c9ede;--palette-link-hover: #5fd1ff;--palette-link-selected: #2c9ede;--palette-link-disabled: #8c8c8c;--palette-indicatorPrimary-dark: #2c9ede;--palette-border-main: #8c8c8c;--palette-border-dark: #ffffff}.side-panel-content .input-block input[type=checkbox],.side-panel-content .input-block input[type=radio],.side-panel-content .input-block input[type=text],.side-panel-content .input-block select{margin-bottom:0.625rem}.side-panel-content .input-block .all-day-event-control{margin-top:0.625rem}.side-panel-content .panel-block+.panel-block{margin-top:0.9375rem}.side-panel-content label{cursor:default}.side-panel-content .input-block .inline-form-label{line-height:2.5rem}.side-panel-content .input-block .inline-form-label:before,.side-panel-content .input-block .inline-form-label:after{top:0.75rem}.peek .side-panel-content{padding:0.5rem 0.625rem}.side-panel-content .inline-form-row .inline-form-label,.side-panel-content .inline-form-row .inline-form-label label{line-height:2.5rem !important;font-size:.875rem;color:var(--palette-text-primary, #262626)}@media only screen and (max-width: 39.9375em){.side-panel-content .inline-form-row .inline-form-label[for=gradePossible],.side-panel-content .inline-form-row .inline-form-label label[for=gradePossible]{line-height:inherit}}.side-panel-content .inline-form-row .inline-form-fields select,.side-panel-content .inline-form-row .inline-form-fields input{width:96%;width:calc(100% - .625rem);float:left}@media only screen and (min-width:40em){.side-panel-content .inline-form-row .inline-form-fields select,.side-panel-content .inline-form-row .inline-form-fields input{float:right}}.side-panel-content button.doc-add-media{width:100%}.side-panel-content form.doc-add-media,.side-panel-content button.doc-add-media,.side-panel-content a.doc-add-media{position:relative}.side-panel-content form.doc-add-media input::-webkit-file-upload-button,.side-panel-content button.doc-add-media input::-webkit-file-upload-button,.side-panel-content a.doc-add-media input::-webkit-file-upload-button{cursor:pointer}.side-panel-content form.doc-add-media label,.side-panel-content button.doc-add-media label,.side-panel-content a.doc-add-media label{display:none}.side-panel-content form.doc-add-media label+input,.side-panel-content form.doc-add-media input,.side-panel-content button.doc-add-media label+input,.side-panel-content button.doc-add-media input,.side-panel-content a.doc-add-media label+input,.side-panel-content a.doc-add-media input{position:absolute;cursor:pointer;opacity:0;top:0;left:0;right:0;bottom:0;margin:0}.side-panel-content .panel.callout{position:relative}.side-panel-content h2{font-size:1.125rem;font-family:"Open Sans",sans-serif;margin:0 0 0.875rem}.peek .side-panel-content .inline-form-label{color:var(--palette-text-primary, #262626);margin-bottom:0.25rem;min-height:0.0625rem;line-height:1.125rem}@media only screen and (min-width:40em){.peek .side-panel-content form .panel-content label[for=folder-name],.peek .side-panel-content form .panel-content label[for=link-title],.peek .side-panel-content ng-form .panel-content label[for=folder-name],.peek .side-panel-content ng-form .panel-content label[for=link-title]{display:none}.peek .side-panel-content form .panel-content input#folder-name,.peek .side-panel-content form .panel-content input#link-title,.peek .side-panel-content ng-form .panel-content input#folder-name,.peek .side-panel-content ng-form .panel-content input#link-title{font-size:1.5rem;font-family:"Noto Serif",serif;padding:0.5rem}}.drag{background-color:var(--palette-brandAlt-main, #c56fd5);color:var(--palette-primary-contrastText, #ffffff)}.text-right{text-align:right}.move-right{clear:right;float:right}.clear-right{clear:right}.float-right{float:right}.clearfix:after{content:" ";display:block;height:0;clear:both}.valign{display:table;height:2.625rem}.valign.has-ellipse{width:100%;table-layout:fixed}.text-left>.valign,.text-right>.valign,.text-center>.valign{width:100%}.valign .valign-content{display:table-cell;vertical-align:middle;width:100%}.messages-container .messages-header .summary:before,.messages-container .messages-header .summary:after{content:" ";display:table}.messages-container .messages-header .summary:after{clear:both}.bb-offcanvas-panel{transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1),max-width 300ms cubic-bezier(0.55, 0, 0.1, 1),left 500ms cubic-bezier(0.55, 0, 0.1, 1),right 500ms cubic-bezier(0.55, 0, 0.1, 1)}@media(prefers-reduced-motion: reduce){.bb-offcanvas-panel{transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1)}}@media only screen and (min-width:64em){.bb-offcanvas-panel{position:absolute}}@media only screen and (max-width: 39.9375em){.bb-offcanvas-panel.peek .bb-close{margin:0}.bb-offcanvas-panel.peek .bb-close.has-top-border{top:0.5rem}}@media only screen and (min-width:40em)and (max-width:63.9375em){.bb-offcanvas-panel.peek .bb-close{background-color:var(--palette-brandAlt-main, #c56fd5);color:var(--palette-primary-contrastText, #ffffff);right:auto;left:-1.5rem;top:1.875rem;z-index:910;font-weight:400;font-size:2.25rem;padding:0}.bb-offcanvas-panel.peek .bb-close:after{position:absolute;content:"";top:100%;left:0;border-style:solid;border-width:0 24px 17px 0;border-color:rgba(0,0,0,0) rgb(140.5127134725,73.8929032258,152.9070967742) rgba(0,0,0,0) rgba(0,0,0,0)}.bb-offcanvas-panel.peek .bb-close:hover{background-color:rgb(186.8967741935,85.9161290323,205.6838709677)}}@media only screen and (min-width:40em){.bb-offcanvas-panel.peek .left-off-canvas-toggle{display:none}}.bb-offcanvas-panel.full{max-width:100%}@media only screen and (min-width:64em){.bb-offcanvas-panel.full{max-width:calc(100% - 2.25rem)}.bb-offcanvas-panel.full .bb-offcanvas-panel-wrap{max-width:100%}.bb-offcanvas-panel.full.active~.bb-offcanvas-overlay+.bb-offcanvas-panel.full.active{max-width:calc(100% - 4.5rem)}.bb-offcanvas-panel.full.active~.bb-offcanvas-overlay+.bb-offcanvas-panel.full.active.active~.bb-offcanvas-overlay+.bb-offcanvas-panel.full.active{max-width:calc(100% - 6.75rem)}.bb-offcanvas-panel.full.active~.bb-offcanvas-overlay+.bb-offcanvas-panel.full.active.active~.bb-offcanvas-overlay+.bb-offcanvas-panel.full.active.active~.bb-offcanvas-overlay+.bb-offcanvas-panel.full.active{max-width:calc(100% - 9rem)}.bb-offcanvas-panel.full.active~.bb-offcanvas-overlay+.bb-offcanvas-panel.full.active.active~.bb-offcanvas-overlay+.bb-offcanvas-panel.full.active.active~.bb-offcanvas-overlay+.bb-offcanvas-panel.full.active.active~.bb-offcanvas-overlay+.bb-offcanvas-panel.full.active{max-width:calc(100% - 9rem)}}.bb-offcanvas-panel.screen{max-width:100%}.bb-offcanvas-panel.screen .bb-offcanvas-panel-wrap{max-width:100%}.bb-offcanvas-panel.first{z-index:1011}@media only screen and (min-width:64em){.bb-offcanvas-panel.first .panel-title{font-size:1.875rem}}.bb-offcanvas-panel .bb-close{background-color:rgba(0,0,0,0);color:var(--palette-secondary-main, #cdcdcd);left:2.625rem;top:0.3125rem;padding:0.5625rem 0.6875rem 0.6875rem 0.625rem;margin:0;width:2.5rem;height:2.375rem;line-height:1rem;font-weight:300;font-size:2.125rem;box-shadow:none;border-radius:0;transition:none}@media print{.bb-offcanvas-panel .bb-close{display:none}}@media only screen and (min-width:40em){.bb-offcanvas-panel .bb-close{top:0.5625rem;transition:transform 300ms,background-color 250ms,color 250ms;transform-origin:0.75rem 0}}@media only screen and (min-width:64em){.bb-offcanvas-panel .bb-close{background-color:var(--palette-brandAlt-main, #c56fd5);color:var(--palette-primary-contrastText, #ffffff) !important;right:auto;left:-1.5rem;top:1.875rem;z-index:910;height:2.5rem;font-weight:400;font-size:2.25rem;padding:0;padding-bottom:0.1875rem}.bb-offcanvas-panel .bb-close:after{position:absolute;content:"";top:100%;left:0;border-style:solid;border-width:0 24px 17px 0;border-color:rgba(0,0,0,0) rgb(140.5127134725,73.8929032258,152.9070967742) rgba(0,0,0,0) rgba(0,0,0,0)}.bb-offcanvas-panel .bb-close:hover{background-color:rgb(186.8967741935,85.9161290323,205.6838709677)}}.bb-offcanvas-panel .bb-close:hover{color:var(--palette-primary-contrastText, #ffffff)}body:not(.hide-focus-outline) .bb-offcanvas-panel .bb-close:focus{outline:none !important}body:not(.hide-focus-outline) .bb-offcanvas-panel .bb-close:focus:before{position:absolute;top:-0.125rem;left:-0.125rem;content:" ";width:calc(100% + 0.25rem);height:calc(100% + 0.25rem);background-color:rgba(0,0,0,0);border:2px solid #fff;outline:2px solid var(--palette-focus-main, #006dc7);z-index:2}@supports((-webkit-text-stroke-color: var(--palette-brand-main, #a234b5)) and (-webkit-text-fill-color: var(--palette-primary-contrastText, #ffffff))) or ((-moz-text-stroke-color: var(--palette-brand-main, #a234b5)) and (-moz-text-fill-color: var(--palette-primary-contrastText, #ffffff))){@media only screen and (min-width:64em){.bb-offcanvas-panel .bb-close{-moz-text-fill-color:var(--palette-primary-contrastText, #ffffff);-webkit-text-fill-color:var(--palette-primary-contrastText, #ffffff);-moz-text-stroke-color:var(--palette-brand-main, #a234b5);-webkit-text-stroke-color:var(--palette-brand-main, #a234b5);-moz-text-stroke-width:0.0625rem;-webkit-text-stroke-width:0.0625rem;font-weight:600}}}.bb-offcanvas-panel .focus-skip-link{pointer-events:none;position:absolute;right:auto;top:5.5625rem;z-index:920;background-color:var(--palette-brandAlt-main, #c56fd5);border:none;box-shadow:none;height:1.5rem;line-height:1.5rem;padding:0 0.5rem;transition:opacity 300ms cubic-bezier(0.55, 0, 0.1, 1);opacity:0}.bb-offcanvas-panel .focus-skip-link:focus{background-color:var(--palette-brandAlt-main, #c56fd5);opacity:1;color:var(--palette-primary-contrastText, #ffffff);outline-offset:0.625rem}.bb-offcanvas-panel .focus-skip-link.focus-skip-link-disabled{display:none}@media only screen and (max-width: 39.9375em){.bb-offcanvas-panel .focus-skip-link{display:none !important}}@media only screen and (min-width:40em)and (max-width:63.9375em){.bb-offcanvas-panel .focus-skip-link{display:none !important}}.bb-offcanvas-panel.peek .focus-skip-link{pointer-events:none;border-top-left-radius:0;border-bottom-left-radius:0}.bb-offcanvas-panel.peek .focus-skip-link:before{position:absolute;content:"";top:0;right:100%;border:12px solid rgba(0,0,0,0);border-right-color:#c56fd5}.bb-offcanvas-panel.full .focus-skip-link{pointer-events:none;border-top-right-radius:0;border-bottom-right-radius:0}.bb-offcanvas-panel.full .focus-skip-link:after{position:absolute;content:"";top:0;left:100%;border:12px solid rgba(0,0,0,0);border-left-color:#c56fd5}.bb-offcanvas-panel~.bb-offcanvas-panel~.bb-offcanvas-panel~.bb-offcanvas-panel{z-index:1315}.bb-offcanvas-panel-wrap{max-height:100vh;height:100%;transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1),outline-color 300ms,top 500ms cubic-bezier(0.55, 0, 0.1, 1),margin-top 500ms,right 300ms cubic-bezier(0.55, 0, 0.1, 1),left 300ms cubic-bezier(0.55, 0, 0.1, 1),max-width 400ms cubic-bezier(0.55, 0, 0.1, 1)}@media(prefers-reduced-motion: reduce){.bb-offcanvas-panel-wrap{transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1),outline-color 300ms,top 500ms cubic-bezier(0.55, 0, 0.1, 1),margin-top 500ms}}.panel-wrap{z-index:0;overflow-x:hidden;position:absolute;top:0;left:0;right:0;bottom:0}@media only screen and (max-width: 39.9375em){.shift-panels .panel-wrap{overflow-x:visible !important}.shift-panels .bb-offcanvas-panel.active .panel-wrap{overflow-x:hidden !important}.panel-wrap.has-footer{bottom:4.375rem}}@media only screen and (min-width:40em){.bb-offcanvas-panel.peek .panel-wrap{position:absolute;overflow-y:auto;top:0;left:0;right:0;padding:1.875rem;-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden}.panel-wrap.top-border{padding-top:1.5625rem !important}.bb-offcanvas-panel.peek .panel-wrap.has-footer,.bb-offcanvas-panel.peek .panel-wrap.has-peek-footer{bottom:4.375rem}}@media only screen and (min-width:64em){.panel-wrap{position:absolute;overflow-y:auto;top:0;left:0;right:0;padding:1.875rem;-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden}.bb-offcanvas-panel.full .panel-wrap.has-full-footer{padding-bottom:4.375rem}.bb-offcanvas-panel.peek .panel-wrap.has-peek-footer{padding-bottom:4.375rem}}.side-panel-content{overflow:hidden;padding:0;padding:1.25rem}@media only screen and (min-width:40em){.side-panel-content{padding:1.875rem}}.side-panel-content .accordion-navigation ul li bb-translate{display:inline-block;max-width:85%;vertical-align:middle}.panel-footer{position:absolute;left:0;right:0;width:100%}.peek .assessment-overview .has-footer.has-footer-password{margin-bottom:11.25rem}.peek .assessment-overview .has-footer.has-footer-password.has-footer-password-error{margin-bottom:12.5rem}.peek .assessment-overview .has-footer.has-footer-proctoring-error{margin-bottom:9.0625rem}.peek .late-attempt .panel-wrap.has-footer,.peek .tests.late-attempt .panel-wrap.has-footer{margin-bottom:6.375rem}.peek .late-attempt .panel-wrap.has-footer.has-footer-password,.peek .tests.late-attempt .panel-wrap.has-footer.has-footer-password{margin-bottom:13.25rem}.peek .late-attempt .panel-wrap.has-footer.has-footer-password.has-footer-password-error,.peek .tests.late-attempt .panel-wrap.has-footer.has-footer-password.has-footer-password-error{margin-bottom:14.5rem}.peek .late-attempt .panel-wrap.has-footer.has-footer-proctoring-error,.peek .tests.late-attempt .panel-wrap.has-footer.has-footer-proctoring-error{margin-bottom:11.0625rem}.peek .late-attempt .panel-footer,.peek .tests.late-attempt .panel-footer{height:6.375rem}.peek .late-attempt .panel-footer .late-button-super-text,.peek .tests.late-attempt .panel-footer .late-button-super-text{color:var(--palette-error-main, #c23e37);font-style:italic;background-color:rgba(0,0,0,0);margin-bottom:0.75rem;padding-top:0;text-align:center;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important}.panel-footer{bottom:0;height:4.375rem;padding:0.9375rem 1.875rem;z-index:2;background-color:var(--palette-background-b2, #f8f8f8);border-top:1px solid var(--palette-border-main, #cdcdcd)}.panel-footer.equal-buttons.buttons-2 button,.panel-footer.equal-buttons.buttons-2 .button{width:calc(50% - 0.3125rem);margin-right:0.625rem}.panel-footer.equal-buttons.buttons-2 button:last-child,.panel-footer.equal-buttons.buttons-2 .button:last-child{margin-right:0}.panel-footer button,.panel-footer .button{margin-bottom:0}.panel-footer.late-footer{height:6.375rem}.panel-footer.late-footer .late-button-super-text{color:var(--palette-error-main, #c23e37);font-style:italic;background-color:rgba(0,0,0,0);margin-bottom:0.75rem;padding-top:0;text-align:center;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important}.panel-footer.autosave-footer{height:6rem}.panel-footer.autosave-footer .late-notice{color:var(--palette-error-main, #c23e37);font-style:italic;text-align:center;background-color:rgba(0,0,0,0);margin-bottom:0.625rem;margin-top:-0.25rem;padding-top:0;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important}.panel-footer.autosave-footer .late-notice.late-notice-large-up{display:none}.panel-footer.autosave-footer .autosave-footer-right{margin-bottom:1.875rem}.panel-footer.autosave-footer .autosave-footer-right .last-saved-notice{z-index:99;height:1.875rem;margin:0;margin-left:-0.9375rem;line-height:1.875rem;text-align:center;font-style:italic;position:absolute;bottom:0;width:100%;overflow:hidden}.panel-footer.autosave-footer .autosave-footer-right .last-saved-notice .notification-container .progress-indicator{margin-top:0;height:1.5rem;width:1.5rem;vertical-align:middle;margin-right:0}.panel-footer.autosave-footer .autosave-footer-right .last-saved-notice .notification-container .progress-indicator canvas{height:1.5rem;width:1.5rem;margin-right:1.25rem}.panel-footer.autosave-footer .autosave-footer-right .last-saved-notice .notification-container .progress-indicator+.progress-status{line-height:2rem;vertical-align:middle}.panel-footer.autosave-footer .autosave-footer-right .panel-footer-right{float:none}.panel-footer.autosave-footer .autosave-footer-right:after{content:" ";background-color:rgb(235.6,235.6,235.6);height:1.875rem;width:100%;position:absolute;bottom:0;left:0}@media only screen and (min-width:40em){.bb-offcanvas-panel.full .panel-footer.late-footer{min-height:initial;height:initial}.bb-offcanvas-panel.full .panel-footer.late-footer .panel-footer-right{float:none;display:inline-block;vertical-align:middle}.bb-offcanvas-panel.full .panel-footer.late-footer .late-button-super-text{display:inline-block;vertical-align:middle;text-align:right;width:calc(100% - 22.75rem);margin-bottom:0;padding-right:1rem;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important}}.bb-offcanvas-panel.full .panel-wrap.has-footer.has-autosave-footer{margin-bottom:6rem;bottom:0}@media only screen and (min-width:40em){.bb-offcanvas-panel.full .panel-wrap.has-footer.has-autosave-footer{float:none}}@media only screen and (min-width:64em){.bb-offcanvas-panel.full .panel-wrap.has-footer.has-autosave-footer{margin-bottom:4.125rem}}@media only screen and (max-width: 39.9375em){.bb-offcanvas-panel.full .panel-wrap.has-footer.has-autosave-footer{bottom:0}}.bb-offcanvas-panel.full .late-attempt .panel-wrap.has-footer.has-autosave-footer{margin-bottom:7.75rem}@media only screen and (min-width:64em){.bb-offcanvas-panel.full .late-attempt .panel-wrap.has-footer.has-autosave-footer{margin-bottom:4.125rem}}.bb-offcanvas-panel.full .late-attempt .panel-footer.autosave-footer{height:7.75rem}@media only screen and (min-width:64em){.bb-offcanvas-panel.full .late-attempt .panel-footer.autosave-footer{height:4.125rem}}@media only screen and (min-width:40em)and (max-width:63.9375em){.bb-offcanvas-panel.full .panel-footer.autosave-footer .autosave-footer-right .panel-footer-right{margin:0 auto;max-width:28.75rem;width:100%}}@media only screen and (min-width:64em){.bb-offcanvas-panel.full .panel-footer.autosave-footer{height:4.125rem;padding-top:0.875rem}.bb-offcanvas-panel.full .panel-footer.autosave-footer .late-notice{margin:0;line-height:2.375rem;text-align:left;min-width:21.875rem}.bb-offcanvas-panel.full .panel-footer.autosave-footer .late-notice.late-notice-small-up{position:absolute;width:0.0625rem;height:0.0625rem;margin:-0.0625rem;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.bb-offcanvas-panel.full .panel-footer.autosave-footer .late-notice.late-notice-large-up{display:block}.bb-offcanvas-panel.full .panel-footer.autosave-footer .autosave-footer-right{margin-bottom:0;margin-left:1rem;float:right}.bb-offcanvas-panel.full .panel-footer.autosave-footer .autosave-footer-right:after{display:none}.bb-offcanvas-panel.full .panel-footer.autosave-footer .autosave-footer-right .last-saved-notice{display:inline-block;padding-right:0.75rem;margin:0;line-height:2.375rem;text-align:right;height:2.375rem;position:relative;width:auto;overflow:hidden}.bb-offcanvas-panel.full .panel-footer.autosave-footer .autosave-footer-right .last-saved-notice .progress-status{line-height:2.375rem}.bb-offcanvas-panel.full .panel-footer.autosave-footer .autosave-footer-right .panel-footer-right{float:right;width:22.5rem;margin-left:auto}}.panel-footer-left{float:left}@media only screen and (min-width:40em){.panel-footer-left{width:calc(100% - 24.375rem)}}.panel-footer-right{text-align:right}@media only screen and (min-width:40em){.panel-footer-right{float:right;width:22.5rem}}.panel-content{width:100%;position:absolute;overflow-y:auto;overflow-x:hidden;padding:1rem;left:0;top:3rem;bottom:0;overflow:inherit;-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden}@media only screen and (min-width:40em){.panel-content{padding:1.5rem;top:3.5rem}.bb-offcanvas-panel.peek .panel-content{position:relative;top:0;padding:0;overflow:visible}}@media only screen and (min-width:64em){.panel-content{position:relative;top:0;padding:0;overflow:visible}}.bb-offcanvas-panel.full .has-full-footer .panel-content{bottom:4.375rem}.has-peek-footer .bb-offcanvas-panel.peek .panel-content{bottom:4.375rem}@media only screen and (max-width: 39.9375em){.panel-content.slide .panel-content-slide-toggle>div{overflow:inherit}}@media only screen and (max-width: 39.9375em){.panel-content.slide .panel-content-slide-toggle{margin-top:0;margin-bottom:0}}.panel-content.slide .column-headers{padding-bottom:1.25rem;text-transform:uppercase;margin:0;font-weight:600;font-size:0.875rem}.panel-content.slide .column-headers button{margin-bottom:0}.panel-content.names-slider .slick-list{padding:0 !important}@media only screen and (min-width:64em){.panel-content.names-slider .slick-list .slick-slide.first .slider-name{padding-right:50%}.panel-content.names-slider .slick-list .slick-slide.last .slider-name{padding-left:50%}}.panel-content.names-slider .panel-content-slide-toggle .slick-list{overflow:visible}.panel-content.names-slider .panel-content-left-trigger,.panel-content.names-slider .panel-content-right-trigger{width:4.625rem}.panel-content.names-slider .panel-content-center-trigger{width:calc(100% - 9.375rem)}.panel-content.names-slider .panel-content-center-trigger.single-user{text-align:center;font-size:1.125rem;font-weight:600}@media only screen and (min-width:64em){.panel-content.names-slider .panel-content-center-trigger.single-user{font-size:1.875rem;font-weight:300}}.panel-content.names-slider .panel-content-center-trigger li{font-size:0.875rem}.panel-content.names-slider .panel-content-center-trigger li.slick-active,.panel-content.names-slider .panel-content-center-trigger li.slick-current{text-align:center;display:flex;align-items:center;height:3.25rem}@media only screen and (min-width:64em){.panel-content.names-slider .panel-content-center-trigger li.slick-active,.panel-content.names-slider .panel-content-center-trigger li.slick-current{height:4.5rem}}@media only screen and (max-width: 39.9375em){.panel-content.names-slider .panel-content-center-trigger li.first,.panel-content.names-slider .panel-content-center-trigger li.last{transition:opacity 300ms cubic-bezier(0.55, 0, 0.1, 1);opacity:0}}.panel-content.names-slider .panel-content-center-trigger li.first{text-align:left}.panel-content.names-slider .panel-content-center-trigger li.last{text-align:right}@media only screen and (min-width:64em){.panel-content.names-slider .panel-content-info{padding-left:1.875rem}.panel-content.names-slider .panel-content-info{min-width:24.375rem;max-width:24.375rem}}.panel-content.names-slider .panel-content-full.full-width-content-panel{width:100%}.panel-content-full{padding-left:0;padding-right:0;position:relative;transition:width 300ms cubic-bezier(0.55, 0, 0.1, 1)}.bb-offcanvas-panel.peek .panel-content-full{display:none}@media only screen and (min-width:40em){.bb-offcanvas-panel.full .panel-content-full{display:block;float:left}.info-toggle-active .panel-content-full{width:100%}}@media only screen and (min-width:64em){.panel-content-full{min-width:24.375rem;width:calc(100% - 24.375rem)}}.panel-content-info{padding-left:0;padding-right:0;width:100%;overflow:hidden}@media only screen and (max-width: 63.9375em){.bb-offcanvas-panel.full .panel-content-info{max-height:100%;animation:show-content-info-mobile 350ms cubic-bezier(0.55, 0, 0.1, 1) 0s 1}.bb-offcanvas-panel.full.info-toggle-active .panel-content-info{max-height:0;animation:hide-content-info-mobile 350ms cubic-bezier(0.55, 0, 0.1, 1) 0s 1}}@media only screen and (min-width:64em){.panel-content-info{float:right;min-width:22.5rem;max-width:22.5rem;animation:show-content-info-large 300ms cubic-bezier(0.55, 0, 0.1, 1) 0s 1}.bb-offcanvas-panel.full.info-toggle-active .panel-content-info{margin-right:-26.25rem;visibility:hidden;animation:hide-content-info-large 300ms cubic-bezier(0.55, 0, 0.1, 1) 0s 1}.bb-offcanvas-panel.full .panel-content-info{display:block}.bb-offcanvas-panel.peek .panel-content-info{margin:0;width:100%}}.panel-content-info input[type=checkbox]:checked+label{font-weight:700 !important}.panel-content-info input[type=checkbox]+label{font-weight:400 !important}.panel-content-info input[type=checkbox]+label[ng-show]:not(.ng-hide){display:inline-block !important}@media only screen and (max-width: 39.9375em){.bb-offcanvas-panel.full .panel-content-inner{padding-top:1.25rem}}@media only screen and (min-width:40em)and (max-width:63.9375em){.bb-offcanvas-panel.full .panel-content-inner{margin-top:1.5rem}}@media only screen and (min-width:64em){.bb-offcanvas-panel.full .panel-content-inner{margin-top:1.875rem}}@media only screen and (max-width: 39.9375em){.bb-offcanvas-panel.peek .panel-content-inner{padding-top:1.25rem}}@media only screen and (min-width:40em){.bb-offcanvas-panel.peek .panel-content-inner{margin-top:1.5rem}}@media only screen and (max-width: 63.9375em){.bb-offcanvas-panel.full .panel-info-toggle~.panel-content .panel-content-info,.bb-offcanvas-panel.full .panel-info-toggle~.panel-content .panel-content-full{margin-top:2.5rem}.bb-offcanvas-panel.full.info-toggle-active .panel-info-toggle~.panel-content .panel-content-full{margin-top:0}}.panel-row{border-bottom:1px solid var(--palette-border-main, #cdcdcd);margin:0;padding:0 0 1.75rem}.panel-row:last-child{border-bottom:none}.panel-row:first-child{margin-top:0}.panel-row+.panel-row{padding:1.25rem 0 1.75rem}.panel-info-toggle{border-radius:0;border-bottom:1px solid var(--palette-border-main, #cdcdcd);position:fixed;top:3rem;right:0;width:100%;z-index:200}.panel-info-toggle.clear{background-color:var(--palette-background-b1, #ffffff)}@media only screen and (min-width:40em){.panel-info-toggle{top:3.5rem}}.panel-info-toggle span{margin-right:0.625rem}.panel-info-toggle i{display:inline-block;transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1)}.panel-info-toggle.active i{transform:rotateX(-180deg)}@media only screen and (max-width: 63.9375em){.bb-offcanvas-panel.peek .panel-info-toggle{display:none}}@media only screen and (min-width:64em){.panel-info-toggle{position:absolute;right:1.875rem;top:2.5rem;font-size:1.25rem;width:2.75rem;height:2.75rem;line-height:2.75rem;padding:0;border:none;border-radius:100%}.panel-info-toggle span{display:none}.panel-info-toggle i{display:inline-block;transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1)}.panel-info-toggle i:before{content:""}.panel-info-toggle.active span{display:inline-block;font-size:.875rem;position:absolute;white-space:nowrap;right:100%;text-decoration:underline;animation:show-info-toggle-text-large 300ms cubic-bezier(0.55, 0, 0.1, 1) 0s 1}.panel-info-toggle.active:hover span{text-decoration:none}.panel-info-toggle.active i{transform:rotateY(-180deg)}.bb-offcanvas-panel.peek .panel-info-toggle{display:none}}.panel-content-flex{display:flex;flex-direction:column}@media only screen and (min-width:64em){.panel-content-flex{flex-direction:row}}.panel-content-flex .panel-content-full,.panel-content-flex .panel-content-info{float:none}.panel-content-flex .panel-content-info{order:1}@media only screen and (min-width:64em){.panel-content-flex .panel-content-info{order:2;margin-left:1.875rem}}.panel-content-flex .panel-content-full{order:2;align-items:stretch;word-wrap:break-word}@media only screen and (min-width:64em){.panel-content-flex .panel-content-full{order:1}}.panel-content-flex .panel-content-full.panel-content-separator{margin-bottom:0.875rem}@media only screen and (min-width:64em){.panel-content-flex .panel-content-full.panel-content-separator{padding-right:1.875rem;border-right:1px solid var(--palette-border-main, #cdcdcd)}}.panel-content-slide-toggle{width:calc(100% + 1.875rem);margin-left:-0.9375rem;border-top:1px solid rgb(192.7,192.7,192.7);font-size:0;margin-bottom:-0.3125rem}@media only screen and (min-width:40em)and (max-width:63.9375em){.panel-content-slide-toggle{margin-bottom:-0.0625rem}}@media only screen and (min-width:64em){.panel-content-slide-toggle{margin-bottom:0.3125rem}}@media only screen and (min-width:40em){.panel-content-slide-toggle{width:calc(100% + 3.75rem);margin-left:-1.875rem}}.panel-content-slide-toggle>div,.panel-content-slide-toggle .hide-on-active,.panel-content-slide-toggle .page-title{transition:all 300ms cubic-bezier(0.55, 0, 0.1, 1)}.panel-content-slide-toggle>div.active .page-title,.panel-content-slide-toggle .names-slide li.slick-current .page-title{display:inline-block;font-size:1.125rem;font-weight:600;line-height:1.4;width:100%;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;vertical-align:middle}@media only screen and (min-width:64em){.panel-content-slide-toggle>div.active .page-title,.panel-content-slide-toggle .names-slide li.slick-current .page-title{font-size:1.875rem;font-weight:300}}.panel-content-slide-toggle>div.active .page-title:hover,.panel-content-slide-toggle .names-slide li.slick-current .page-title:hover{text-decoration:none}.panel-content-slide-toggle>div.active>a,.panel-content-slide-toggle .names-slide li.slick-current>a{cursor:default;padding:0 !important}.panel-content-slide-toggle>div.active>a:hover,.panel-content-slide-toggle .names-slide li.slick-current>a:hover{text-decoration:inherit}.panel-content-slide-toggle>div.active>a span,.panel-content-slide-toggle>div.active>a i,.panel-content-slide-toggle .names-slide li.slick-current>a span,.panel-content-slide-toggle .names-slide li.slick-current>a i{font-size:1rem;float:initial}.panel-content-slide-toggle>div{width:3.375rem;font-size:.875rem;display:inline-block;vertical-align:middle;word-wrap:normal;word-break:normal;white-space:normal;overflow:hidden}@media only screen and (min-width:40em){.panel-content-slide-toggle>div{width:33.33%}}.panel-content-slide-toggle>div.panel-content-left-trigger{text-align:left;padding-left:0.625rem}.panel-content-slide-toggle>div.panel-content-left-trigger.active{padding:0;width:calc(100% - 6.75rem);margin-left:3.375rem;height:auto}@media only screen and (min-width:40em){.panel-content-slide-toggle>div.panel-content-left-trigger.active{margin-left:33.33%;width:33.33%}}.panel-content-slide-toggle>div.panel-content-left-trigger:not(.active) .page-title{vertical-align:middle;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;width:calc(100% - 4rem)}.panel-content-slide-toggle>div.panel-content-left-trigger span{display:none}@media only screen and (min-width:40em){.panel-content-slide-toggle>div.panel-content-left-trigger span{display:inline-block}}.panel-content-slide-toggle>div.panel-content-right-trigger{text-align:right;padding-right:0.625rem}.panel-content-slide-toggle>div.panel-content-right-trigger.active{padding:0;width:calc(100% - 6.75rem);margin-right:3.375rem;height:auto}@media only screen and (min-width:40em){.panel-content-slide-toggle>div.panel-content-right-trigger.active{margin-right:33.33%;width:33.33%}}.panel-content-slide-toggle>div.panel-content-right-trigger span{display:none}@media only screen and (min-width:40em){.panel-content-slide-toggle>div.panel-content-right-trigger span{display:inline-block}}.panel-content-slide-toggle>div.panel-content-left-trigger,.panel-content-slide-toggle>div.panel-content-right-trigger,.panel-content-slide-toggle>div.panel-content-center-trigger{height:3.25rem;line-height:3.25rem}@media only screen and (min-width:64em){.panel-content-slide-toggle>div.panel-content-left-trigger,.panel-content-slide-toggle>div.panel-content-right-trigger,.panel-content-slide-toggle>div.panel-content-center-trigger{height:4.5rem;line-height:4.5rem}}.panel-content-slide-toggle>div.panel-content-left-trigger,.panel-content-slide-toggle>div.panel-content-right-trigger{overflow:visible}.panel-content-slide-toggle>div>a{display:inline-block;overflow:visible;white-space:nowrap;-webkit-tap-highlight-color:rgba(0,0,0,0);text-decoration:none;color:var(--palette-text-primary, #262626);max-width:100%;height:calc(100% - 0.0625rem)}.panel-content-slide-toggle>div>a span:hover{text-decoration:underline}@media only screen and (max-width: 39.9375em){.panel-content-slide-toggle>div>a span:hover{text-decoration:none}}.panel-content-slide-toggle .names-slide{display:block;width:100%;overflow:visible;margin:0 !important;position:relative}.panel-content-slide-toggle .names-slide .slick-track{display:flex;align-items:center}.panel-content-slide-toggle .names-slide .slick-track li{width:100%}@media only screen and (min-width:40em){.panel-content-slide-toggle .names-slide .slick-track li{display:flex}}.panel-content-slide-toggle .names-slide .slick-track li .slider-name{position:relative;top:-0.0625rem;display:inline-block;width:100%}.panel-content-slide-toggle .names-slide .slick-track li .slider-name i{font-size:1.5rem;vertical-align:middle}.panel-content-slide-toggle .names-slide .slick-track li a.slider-name{color:var(--palette-text-primary, #262626);-webkit-tap-highlight-color:rgba(0,0,0,0);text-decoration:none}.panel-content-slide-toggle .names-slide .slick-track li a.slider-name:hover{text-decoration:underline}.panel-content-slide-toggle .collapsible-row{transition:height 300ms cubic-bezier(0.55, 0, 0.1, 1);border-top:4px solid rgba(38,38,38,.05);box-shadow:0 -1px 0 0 rgb(192.7,192.7,192.7);min-height:initial;overflow:hidden;width:100%;height:0}.panel-content-slide-toggle .collapsible-row>.row{padding:1rem 0.9375rem 1.25rem}@media only screen and (min-width:40em){.panel-content-slide-toggle .collapsible-row>.row{padding:1rem 1.875rem 1.25rem}}.panel-content-slide-toggle .collapsible-row.active{height:5.625rem;box-shadow:0 -1px 0 0 var(--palette-border-main, #cdcdcd);background-color:var(--palette-background-b2, #f8f8f8)}.panel-content-slide-toggle .hide-on-active{display:inline}.panel-content-slide-toggle .active .hide-on-active{display:none}.panel-content-slide-toggle .off-canvas-overlay.move-left aside.right-off-canvas-menu,.panel-content-slide-toggle .off-canvas-overlay.move-left aside.left-off-canvas-menu,.panel-content-slide-toggle .off-canvas-overlay.move-left nav.left-off-canvas-menu{right:0}.panel-content-slide-toggle.has-bottom{border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.panel-content-slide-toggle.has-box-shadow{box-shadow:0 2px 0 2px rgba(205,205,205,.2)}@media only screen and (min-width:40em){.bb-offcanvas-overlay{transition:left 500ms cubic-bezier(0.55, 0, 0.1, 1),right 500ms cubic-bezier(0.55, 0, 0.1, 1)}.move-right .bb-offcanvas-overlay{left:12.5rem}.move-right .bb-offcanvas-panel.full{right:-12.5rem}}@media only screen and (min-width:64em){.bb-offcanvas-overlay{position:absolute}.multiple-panels .bb-offcanvas-panel.full.active{max-width:calc(100% - 3.75rem)}.multiple-panels .bb-offcanvas-panel.full.active .bb-close{transform:rotateY(-90deg)}.multiple-panels .bb-offcanvas-panel.full.active:last-of-type .bb-close{transform:none}.multiple-panels .bb-offcanvas-panel.full.active:last-of-type .bb-close.bb-close-hide{transform:rotateY(-90deg)}.multiple-panels .bb-offcanvas-panel.first.active{max-width:calc(100% - 1.875rem)}}.bb-offcanvas-panel:not(.full) .show-on-full{display:none}.bb-offcanvas-panel.full .hide-on-full{display:none}.bb-offcanvas-panel-footer{background-color:var(--palette-background-b1, #ffffff);position:absolute;bottom:0;right:0;left:0;border-top:2px solid #262626;padding:0.875rem 1.875rem}.bb-offcanvas-panel.first.delay-open .bb-offcanvas-panel-wrap{transition:transform 400ms 200ms cubic-bezier(0.55, 0, 0.1, 1),outline-color 300ms,right 400ms 200ms cubic-bezier(0.55, 0, 0.1, 1),left 400ms 200ms cubic-bezier(0.55, 0, 0.1, 1),max-width 400ms cubic-bezier(0.55, 0, 0.1, 1)}@media(prefers-reduced-motion: reduce){.bb-offcanvas-panel.first.delay-open .bb-offcanvas-panel-wrap{transition:transform 400ms 200ms cubic-bezier(0.55, 0, 0.1, 1),outline-color 300ms}}.bb-offcanvas-panel.full.slow-close .bb-offcanvas-panel-wrap{transition:transform 500ms cubic-bezier(0.55, 0, 0.1, 1),outline-color 300ms,right 500ms cubic-bezier(0.55, 0, 0.1, 1),left 500ms cubic-bezier(0.55, 0, 0.1, 1),max-width 400ms cubic-bezier(0.55, 0, 0.1, 1)}@media(prefers-reduced-motion: reduce){.bb-offcanvas-panel.full.slow-close .bb-offcanvas-panel-wrap{transition:transform 500ms cubic-bezier(0.55, 0, 0.1, 1),outline-color 300ms}}@media only screen and (max-width: 39.9375em){.bb-offcanvas-overlay{display:none !important}.bb-offcanvas-panel.active{transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1),outline-color 300ms,top 500ms cubic-bezier(0.55, 0, 0.1, 1),margin-top 500ms,right 300ms cubic-bezier(0.55, 0, 0.1, 1),left 300ms cubic-bezier(0.55, 0, 0.1, 1),max-width 400ms cubic-bezier(0.55, 0, 0.1, 1);margin-top:0}}@media only screen and (max-width: 39.9375em)and (prefers-reduced-motion: reduce){.bb-offcanvas-panel.active{transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1),outline-color 300ms,top 500ms cubic-bezier(0.55, 0, 0.1, 1),margin-top 500ms}}@media only screen and (max-width: 39.9375em){.move-right .bb-offcanvas-panel.active{transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1),outline-color 300ms,top 500ms cubic-bezier(0.55, 0, 0.1, 1),margin-top 500ms,right 300ms cubic-bezier(0.55, 0, 0.1, 1),left 300ms cubic-bezier(0.55, 0, 0.1, 1),max-width 400ms cubic-bezier(0.55, 0, 0.1, 1);margin-top:-3rem;top:100% !important;bottom:auto}}@media only screen and (max-width: 39.9375em)and (prefers-reduced-motion: reduce){.move-right .bb-offcanvas-panel.active{transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1),outline-color 300ms,top 500ms cubic-bezier(0.55, 0, 0.1, 1),margin-top 500ms}}@media only screen and (max-width: 39.9375em){.move-right .bb-offcanvas-panel.active .panel-header{border-bottom:2px solid #262626}.move-right .bb-offcanvas-panel.active .bb-offcanvas-panel-wrap{box-shadow:none}.move-right #side-menu[data-active-panels="2"]~#main-content .bb-offcanvas-panel.active{margin-top:-6rem}.move-right #side-menu[data-active-panels="2"]~#main-content .bb-offcanvas-panel.active~.bb-offcanvas-panel.active{margin-top:-3rem}.move-right #side-menu[data-active-panels="3"]~#main-content .bb-offcanvas-panel.active{margin-top:-9rem}.move-right #side-menu[data-active-panels="3"]~#main-content .bb-offcanvas-panel.active~.bb-offcanvas-panel.active{margin-top:-6rem}.move-right #side-menu[data-active-panels="3"]~#main-content .bb-offcanvas-panel.active~.bb-offcanvas-panel.active~.bb-offcanvas-panel.active{margin-top:-3rem}}#main-content.shift-panels .bb-offcanvas-panel.active .side-panel-banner{transition:width 300ms ease-in}@media only screen and (max-width: 39.9375em){#main-content.shift-panels .bb-offcanvas-panel.active .panel-header,#main-content.shift-panels .bb-offcanvas-panel.active .black-panel-header,#main-content.shift-panels .bb-offcanvas-panel.active .base-header{cursor:pointer;transition:background-color 300ms ease;border-bottom:2px solid #232323}#main-content.shift-panels .bb-offcanvas-panel.active .panel-header:hover,#main-content.shift-panels .bb-offcanvas-panel.active .black-panel-header:hover,#main-content.shift-panels .bb-offcanvas-panel.active .base-header:hover{background-color:rgb(28.5,28.5,28.5)}#main-content.shift-panels .bb-offcanvas-panel.active .panel-header button,#main-content.shift-panels .bb-offcanvas-panel.active .panel-header a,#main-content.shift-panels .bb-offcanvas-panel.active .black-panel-header button,#main-content.shift-panels .bb-offcanvas-panel.active .black-panel-header a,#main-content.shift-panels .bb-offcanvas-panel.active .base-header button,#main-content.shift-panels .bb-offcanvas-panel.active .base-header a{display:none !important}#main-content.shift-panels .bb-offcanvas-panel.active .black-header-contents,#main-content.shift-panels .bb-offcanvas-panel.active .columns{justify-content:center}#main-content.shift-panels .bb-offcanvas-panel.active .black-header-contents .edit-title,#main-content.shift-panels .bb-offcanvas-panel.active .columns .edit-title{display:none}#main-content.shift-panels .bb-offcanvas-panel.active .panel-title{pointer-events:none;max-width:calc(100% - 9.5rem) !important;margin:0}#main-content.shift-panels .bb-offcanvas-panel.active .page-title{margin-left:auto}}@media only screen and (min-width:40em){#main-content.shift-panels .bb-offcanvas-panel.active{transform:translate(0, 0)}#main-content.shift-panels .bb-offcanvas-panel.active+.bb-offcanvas-overlay+.bb-offcanvas-panel.active{transform:translate(6.25rem, 0)}#main-content.shift-panels .bb-offcanvas-panel.active+.bb-offcanvas-overlay+.bb-offcanvas-panel.active .side-panel-banner{width:calc(100% - 6.25rem)}#main-content.shift-panels .bb-offcanvas-panel.active+.bb-offcanvas-overlay+.bb-offcanvas-panel.active+.bb-offcanvas-overlay+.bb-offcanvas-panel.active{transform:translate(12.5rem, 0)}#main-content.shift-panels .bb-offcanvas-panel.active+.bb-offcanvas-overlay+.bb-offcanvas-panel.active+.bb-offcanvas-overlay+.bb-offcanvas-panel.active .side-panel-banner{width:calc(100% - 12.5rem)}#main-content.shift-panels .bb-offcanvas-panel.active .bb-offcanvas-panel-wrap:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:900;background-color:rgba(0,0,0,.2);transition:background-color 300ms}#main-content.shift-panels .bb-offcanvas-panel.active:hover .bb-offcanvas-panel-wrap:after{background-color:rgba(0,0,0,0)}#main-content.shift-panels .bb-offcanvas-panel.active:hover .bb-close{transform:rotateY(0deg)}}@media only screen and (min-width:64em){#main-content.shift-panels .bb-offcanvas-panel.active{transform:translate(10.3125rem, 0)}#main-content.shift-panels .bb-offcanvas-panel.active .side-panel-banner{width:calc(100% - 10.3125rem)}#main-content.shift-panels .bb-offcanvas-panel.active+.bb-offcanvas-overlay+.bb-offcanvas-panel.active{transform:translate(20.625rem, 0)}#main-content.shift-panels .bb-offcanvas-panel.active+.bb-offcanvas-overlay+.bb-offcanvas-panel.active .side-panel-banner{width:calc(100% - 20.625rem)}#main-content.shift-panels .bb-offcanvas-panel.active+.bb-offcanvas-overlay+.bb-offcanvas-panel.active+.bb-offcanvas-overlay+.bb-offcanvas-panel.active{transform:translate(30.9375rem, 0)}#main-content.shift-panels .bb-offcanvas-panel.active+.bb-offcanvas-overlay+.bb-offcanvas-panel.active+.bb-offcanvas-overlay+.bb-offcanvas-panel.active .side-panel-banner{width:calc(100% - 30.9375rem)}}#main-content.shift-panels .bb-offcanvas-overlay{transition:background-color 300ms;left:-12.5rem}#main-content.shift-panels .bb-offcanvas-overlay:hover{background-color:rgba(0,0,0,0)}#main-content.shift-panels .bb-offcanvas-overlay~.bb-offcanvas-overlay{display:none}#main-content.shift-panels .bb-close{transform:rotateY(-90deg)}.bb-offcanvas-panel-wrap .bb-close.bb-close-hide{transform:rotateY(-90deg)}@keyframes show-content-info-mobile{0%{max-height:0%}100%{max-height:100%}}@keyframes hide-content-info-mobile{0%{max-height:100%}100%{max-height:0%}}@keyframes show-content-info-large{0%{margin-right:-26.25rem;visibility:hidden}100%{margin-right:0;visibility:visible}}@keyframes hide-content-info-large{0%{margin-right:0;visibility:visible}100%{margin-right:-26.25rem;visibility:hidden}}@keyframes show-info-toggle-text-large{0%{right:0%;opacity:0}100%{right:100%;opacity:1}}[class*=equal-buttons]{font-size:0;text-align:right}[class*=equal-buttons] button,[class*=equal-buttons] .button{display:inline-block;margin-right:2%}[class*=equal-buttons] button:last-child,[class*=equal-buttons] .button:last-child{margin-right:0}.equal-buttons button,.equal-buttons .button{width:100%}.equal-buttons button:first-child,.equal-buttons .button:first-child{margin-top:0}.equal-buttons.buttons-2 button,.equal-buttons.buttons-2 .button{width:49%}.equal-buttons.buttons-3 button,.equal-buttons.buttons-3 .button{width:32%}@media only screen and (min-width:40em){.equal-buttons.buttons-2-md button,.equal-buttons.buttons-2-md .button{width:49%}.equal-buttons.buttons-3-md button,.equal-buttons.buttons-3-md .button{width:32%}}@media only screen and (min-width:40em){.equal-buttons-md button,.equal-buttons-md .button,.equal-buttons-medium button,.equal-buttons-medium .button{width:100%}.equal-buttons-md.buttons-2 button,.equal-buttons-md.buttons-2 .button,.equal-buttons-medium.buttons-2 button,.equal-buttons-medium.buttons-2 .button{width:49%}.equal-buttons-md.buttons-3 button,.equal-buttons-md.buttons-3 .button,.equal-buttons-medium.buttons-3 button,.equal-buttons-medium.buttons-3 .button{width:32%}}.off-canvas-wrap.move-right,.off-canvas-wrap.move-left{-webkit-overflow-scrolling:auto !important}.bb-offcanvas-left.active>.bb-offcanvas-panel-wrap{left:0%}.bb-offcanvas-right.active>.bb-offcanvas-panel-wrap{right:0%}@media print{.bb-offcanvas-panel,.panel-content,.panel-wrap{position:initial}.bb-offcanvas-panel-wrap{max-height:unset;position:initial}.bb-offcanvas-panel-wrap .side-panel-content{position:initial;padding:0}.bb-close{display:none}}p{word-wrap:break-word}svg{--icon-fill-color: none !important}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.ellipse,.ellipsis{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important}textarea.resize-none{resize:none}textarea.resize-v{resize:vertical}textarea.resize-h{resize:horizontal}input:-ms-input-placeholder,textarea:-ms-input-placeholder{padding-left:7;color:var(--palette-text-hint, #767676);opacity:1}input::-moz-placeholder,textarea::-moz-placeholder{padding-left:3;color:var(--palette-text-hint, #767676);opacity:1}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{padding-left:2;color:var(--palette-text-hint, #767676);opacity:1}.element-card.tile{background-color:var(--palette-background-b1, #ffffff)}.course-color-1::before{background-color:#c473d4}.course-color-1:hover,.course-color-1:focus{border-color:#c473d4}.course-color-1.top-border{border-top:5px solid #c473d4}.course-color-2::before{background-color:#2fd9fc}.course-color-2:hover,.course-color-2:focus{border-color:#2fd9fc}.course-color-2.top-border{border-top:5px solid #2fd9fc}.course-color-3::before{background-color:#ffe12b}.course-color-3:hover,.course-color-3:focus{border-color:#ffe12b}.course-color-3.top-border{border-top:5px solid #ffe12b}.course-color-4::before{background-color:#ff6417}.course-color-4:hover,.course-color-4:focus{border-color:#ff6417}.course-color-4.top-border{border-top:5px solid #ff6417}.course-color-5::before{background-color:#89f3db}.course-color-5:hover,.course-color-5:focus{border-color:#89f3db}.course-color-5.top-border{border-top:5px solid #89f3db}.course-color-6::before{background-color:#fe5b91}.course-color-6:hover,.course-color-6:focus{border-color:#fe5b91}.course-color-6.top-border{border-top:5px solid #fe5b91}.course-color-7::before{background-color:#85f472}.course-color-7:hover,.course-color-7:focus{border-color:#85f472}.course-color-7.top-border{border-top:5px solid #85f472}.course-color-8::before{background-color:#22c7cc}.course-color-8:hover,.course-color-8:focus{border-color:#22c7cc}.course-color-8.top-border{border-top:5px solid #22c7cc}.course-color-9::before{background-color:#ca22ad}.course-color-9:hover,.course-color-9:focus{border-color:#ca22ad}.course-color-9.top-border{border-top:5px solid #ca22ad}.course-color-10::before{background-color:#157afb}.course-color-10:hover,.course-color-10:focus{border-color:#157afb}.course-color-10.top-border{border-top:5px solid #157afb}.course-color-classic::before{background-color:#666}.course-color-classic:hover,.course-color-classic:focus{border-color:#666}.course-color-classic.top-border{border-top:5px solid #666}input[type=text][disabled],input[type=text][readonly],fieldset[disabled] input[type=text],input[type=password][disabled],input[type=password][readonly],fieldset[disabled] input[type=password],input[type=date][disabled],input[type=date][readonly],fieldset[disabled] input[type=date],input[type=datetime][disabled],input[type=datetime][readonly],fieldset[disabled] input[type=datetime],input[type=datetime-local][disabled],input[type=datetime-local][readonly],fieldset[disabled] input[type=datetime-local],input[type=month][disabled],input[type=month][readonly],fieldset[disabled] input[type=month],input[type=week][disabled],input[type=week][readonly],fieldset[disabled] input[type=week],input[type=email][disabled],input[type=email][readonly],fieldset[disabled] input[type=email],input[type=number][disabled],input[type=number][readonly],fieldset[disabled] input[type=number],input[type=search][disabled],input[type=search][readonly],fieldset[disabled] input[type=search],input[type=tel][disabled],input[type=tel][readonly],fieldset[disabled] input[type=tel],input[type=time][disabled],input[type=time][readonly],fieldset[disabled] input[type=time],input[type=url][disabled],input[type=url][readonly],fieldset[disabled] input[type=url],input[type=color][disabled],input[type=color][readonly],fieldset[disabled] input[type=color],textarea[disabled],textarea[readonly],fieldset[disabled] textarea,select[disabled]{color:var(--palette-text-secondary, #666666);background-color:var(--palette-background-b3, #f0f0f0);background-image:none;border:1 solid #e5e5e5}input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input[type=color],textarea{border-color:var(--palette-border-main, #cdcdcd);padding:0.5625rem 0.625rem;line-height:1.125rem}select,select:hover{border-color:var(--palette-border-main, #cdcdcd)}a.super-clear,a>a,button.super-clear,button>a,.button.super-clear,.button>a{transition:transform 100ms,background-color 250ms,color 250ms,box-shadow 250ms,opacity 250ms;background-color:rgba(0,0,0,0);color:var(--palette-text-secondary, #666666);text-decoration:none;box-shadow:none}a.super-clear:hover,a.super-clear:active,a>a:hover,a>a:active,button.super-clear:hover,button.super-clear:active,button>a:hover,button>a:active,.button.super-clear:hover,.button.super-clear:active,.button>a:hover,.button>a:active{color:var(--palette-text-primary, #262626);background-color:rgba(0,0,0,0)}a.super-clear.disabled,a.super-clear:disabled,a.super-clear[disabled=disabled],a>a.disabled,a>a:disabled,a>a[disabled=disabled],button.super-clear.disabled,button.super-clear:disabled,button.super-clear[disabled=disabled],button>a.disabled,button>a:disabled,button>a[disabled=disabled],.button.super-clear.disabled,.button.super-clear:disabled,.button.super-clear[disabled=disabled],.button>a.disabled,.button>a:disabled,.button>a[disabled=disabled]{color:var(--palette-text-secondary, #666666) !important}a.super-clear.disabled::after,a.super-clear:disabled::after,a.super-clear[disabled=disabled]::after,a>a.disabled::after,a>a:disabled::after,a>a[disabled=disabled]::after,button.super-clear.disabled::after,button.super-clear:disabled::after,button.super-clear[disabled=disabled]::after,button>a.disabled::after,button>a:disabled::after,button>a[disabled=disabled]::after,.button.super-clear.disabled::after,.button.super-clear:disabled::after,.button.super-clear[disabled=disabled]::after,.button>a.disabled::after,.button>a:disabled::after,.button>a[disabled=disabled]::after{opacity:0 !important}a.standard-button,button.standard-button,.button.standard-button{margin:0;padding:0;box-shadow:none;display:flex;align-items:center;justify-content:center;height:2.375rem;width:2.375rem;background-color:rgba(0,0,0,0)}a.standard-button:hover,.hide-focus-outline a.standard-button:focus:not(:hover):not(.wrapping-input-style),button.standard-button:hover,.hide-focus-outline button.standard-button:focus:not(:hover):not(.wrapping-input-style),.button.standard-button:hover,.hide-focus-outline .button.standard-button:focus:not(:hover):not(.wrapping-input-style){background-color:rgba(0,0,0,0)}a.standard-button i,a.standard-button bb-svg-icon,button.standard-button i,button.standard-button bb-svg-icon,.button.standard-button i,.button.standard-button bb-svg-icon{margin:0 auto}a.standard-button.light-background,button.standard-button.light-background,.button.standard-button.light-background{color:var(--palette-text-secondary, #666666)}a.standard-button.light-background:hover,button.standard-button.light-background:hover,.button.standard-button.light-background:hover{color:var(--palette-text-primary, #262626)}body.hide-focus-outline a.standard-button.light-background:focus,body.hide-focus-outline button.standard-button.light-background:focus,body.hide-focus-outline .button.standard-button.light-background:focus{color:var(--palette-text-primary, #262626)}a.standard-button.dark-background,button.standard-button.dark-background,.button.standard-button.dark-background{color:var(--palette-secondary-main, #cdcdcd)}a.standard-button.dark-background:hover,button.standard-button.dark-background:hover,.button.standard-button.dark-background:hover{color:var(--palette-primary-contrastText, #ffffff)}body.hide-focus-outline a.standard-button.dark-background:focus,body.hide-focus-outline button.standard-button.dark-background:focus,body.hide-focus-outline .button.standard-button.dark-background:focus{color:var(--palette-primary-contrastText, #ffffff)}@media only screen and (min-width:40em)and (max-width:63.9375em),only screen and (max-width: 39.9375em){a.standard-button.dark-background:focus,button.standard-button.dark-background:focus,.button.standard-button.dark-background:focus{box-shadow:0 0 0 2px var(--palette-focus-light, #2f8df7);outline:var(--palette-focus-light, #2f8df7)}}.webkit-render-issue-fix{-webkit-transform:translateZ(0)}.defaultCursor{cursor:default !important}.iframe-wrapper{padding:0;width:100%}@media only screen{.touch .iframe-wrapper{overflow-y:scroll !important;overflow-x:scroll !important;white-space:nowrap !important;-webkit-overflow-scrolling:touch !important}}@media only screen and (min-width:64em){.iframe-wrapper{overflow:hidden !important}}.iframe-wrapper::before{display:inline !important;padding:0}.iframe-wrapper iframe{border:none !important;width:100%}input[type=text]{min-width:0}.button.secondary:hover,.button.secondary:focus,button.secondary:hover,button.secondary:focus{background:var(--palette-background-b1, #ffffff)}input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input[type=color],form .row .row.collapse input,textarea,select{border-radius:2px}select{outline:none}.ellipse{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;overflow-wrap:break-word;display:block}cjk-word{display:inline-block}.show-labels label{display:block;margin-bottom:0.1875rem}.show-labels input[type=checkbox]+label,.show-labels input[type=radio]+label{display:inline-block;margin-bottom:0;font-weight:400}a.anchor-secondary{color:var(--palette-link-active, #2075a3);text-decoration:underline}a.anchor-secondary:hover,a.anchor-secondary:active,a.anchor-secondary:focus{color:var(--palette-link-active, #2075a3);text-decoration:underline}.printonly{visibility:hidden}@media print{.printonly{visibility:unset}}.black-panel-header,.panel-wrap>.panel-header{display:flex;align-items:center;height:3rem;background-color:var(--palette-background-b9, #262626)}.black-panel-header .black-header-contents,.black-panel-header .columns,.panel-wrap>.panel-header .black-header-contents,.panel-wrap>.panel-header .columns{display:flex;align-items:center;width:100%;padding:0 0.3125rem}@media only screen and (min-width:40em){.bb-offcanvas-panel.peek .black-panel-header .black-header-contents,.bb-offcanvas-panel.peek .black-panel-header .columns,.bb-offcanvas-panel.peek .panel-wrap>.panel-header .black-header-contents,.bb-offcanvas-panel.peek .panel-wrap>.panel-header .columns{padding:0}}@media only screen and (min-width:64em){.black-panel-header .black-header-contents,.black-panel-header .columns,.panel-wrap>.panel-header .black-header-contents,.panel-wrap>.panel-header .columns{padding:0}}.black-panel-header .black-header-contents .edit-title,.black-panel-header .columns .edit-title,.panel-wrap>.panel-header .black-header-contents .edit-title,.panel-wrap>.panel-header .columns .edit-title{margin:0;margin-left:3.0625rem}.black-panel-header .panel-title-input-container,.panel-wrap>.panel-header .panel-title-input-container{margin-right:5.4375rem}.black-panel-header .panel-title,.panel-wrap>.panel-header .panel-title{flex:1;margin:0;border:0;box-shadow:none;padding:0;background-color:rgba(0,0,0,0);overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;font-family:"Open Sans",sans-serif;font-size:1rem;color:var(--palette-primary-contrastText, #ffffff);text-align:center;margin-left:3.0625rem;margin-right:auto;max-width:calc(100% - 10.875rem);font-weight:600}@media only screen and (min-width:64em){.black-panel-header .panel-title,.panel-wrap>.panel-header .panel-title{font-size:.875rem}}.black-panel-header .columns .menu-toggle,.panel-wrap>.panel-header .columns .menu-toggle{margin:0;padding:0;box-shadow:none;display:flex;align-items:center;justify-content:center;height:2.375rem;width:2.375rem;background-color:rgba(0,0,0,0);color:var(--palette-secondary-main, #cdcdcd);font-size:1rem;position:absolute;left:0.3125rem}.black-panel-header .columns .menu-toggle:hover,.hide-focus-outline .black-panel-header .columns .menu-toggle:focus:not(:hover):not(.wrapping-input-style),.panel-wrap>.panel-header .columns .menu-toggle:hover,.hide-focus-outline .panel-wrap>.panel-header .columns .menu-toggle:focus:not(:hover):not(.wrapping-input-style){background-color:rgba(0,0,0,0)}.black-panel-header .columns .menu-toggle i,.black-panel-header .columns .menu-toggle bb-svg-icon,.panel-wrap>.panel-header .columns .menu-toggle i,.panel-wrap>.panel-header .columns .menu-toggle bb-svg-icon{margin:0 auto}.black-panel-header .columns .menu-toggle:hover,.panel-wrap>.panel-header .columns .menu-toggle:hover{color:var(--palette-primary-contrastText, #ffffff)}body.hide-focus-outline .black-panel-header .columns .menu-toggle:focus,body.hide-focus-outline .panel-wrap>.panel-header .columns .menu-toggle:focus{color:var(--palette-primary-contrastText, #ffffff)}.black-panel-header .columns .panel-title,.panel-wrap>.panel-header .columns .panel-title{margin-left:5.4375rem}@media only screen and (min-width:40em)and (max-width:63.9375em){.black-panel-header,.panel-wrap>.panel-header{height:3.5rem}.bb-offcanvas-panel.peek .black-panel-header,.bb-offcanvas-panel.peek .panel-wrap>.panel-header{display:none}}@media only screen and (min-width:64em){.black-panel-header,.panel-wrap>.panel-header{display:none}}.panel-header{display:flex;align-items:center}@media only screen and (min-width:64em){.panel-header{margin:-1.875rem -1.875rem 0}}.panel-header button,.panel-header a{margin:0;padding:0}.panel-header.simple-header{display:flex;align-items:center;height:3rem;background-color:var(--palette-background-b9, #262626)}.panel-header.simple-header .black-header-contents,.panel-header.simple-header .columns{display:flex;align-items:center;width:100%;padding:0 0.3125rem}@media only screen and (min-width:40em){.bb-offcanvas-panel.peek .panel-header.simple-header .black-header-contents,.bb-offcanvas-panel.peek .panel-header.simple-header .columns{padding:0}}@media only screen and (min-width:64em){.panel-header.simple-header .black-header-contents,.panel-header.simple-header .columns{padding:0}}.panel-header.simple-header .black-header-contents .edit-title,.panel-header.simple-header .columns .edit-title{margin:0;margin-left:3.0625rem}.panel-header.simple-header .panel-title-input-container{margin-right:5.4375rem}.panel-header.simple-header .panel-title{flex:1;margin:0;border:0;box-shadow:none;padding:0;background-color:rgba(0,0,0,0);overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;font-family:"Open Sans",sans-serif;font-size:1rem;color:var(--palette-primary-contrastText, #ffffff);text-align:center;margin-left:3.0625rem;margin-right:auto;max-width:calc(100% - 10.875rem);font-weight:600}@media only screen and (min-width:64em){.panel-header.simple-header .panel-title{font-size:.875rem}}.panel-header.simple-header .columns .menu-toggle{margin:0;padding:0;box-shadow:none;display:flex;align-items:center;justify-content:center;height:2.375rem;width:2.375rem;background-color:rgba(0,0,0,0);color:var(--palette-secondary-main, #cdcdcd);font-size:1rem;position:absolute;left:0.3125rem}.panel-header.simple-header .columns .menu-toggle:hover,.hide-focus-outline .panel-header.simple-header .columns .menu-toggle:focus:not(:hover):not(.wrapping-input-style){background-color:rgba(0,0,0,0)}.panel-header.simple-header .columns .menu-toggle i,.panel-header.simple-header .columns .menu-toggle bb-svg-icon{margin:0 auto}.panel-header.simple-header .columns .menu-toggle:hover{color:var(--palette-primary-contrastText, #ffffff)}body.hide-focus-outline .panel-header.simple-header .columns .menu-toggle:focus{color:var(--palette-primary-contrastText, #ffffff)}.panel-header.simple-header .columns .panel-title{margin-left:5.4375rem}@media only screen and (min-width:40em){.bb-offcanvas-panel.peek .panel-header.simple-header{background-color:var(--palette-background-b1, #ffffff);padding:0 1.875rem;border-bottom:1px solid var(--palette-border-main, #cdcdcd);height:6.6875rem;margin:-1.875rem -1.875rem 0;display:flex}.bb-offcanvas-panel.peek .panel-header.simple-header .panel-title{flex:0 1 auto;max-width:none;margin:0;color:var(--palette-text-primary, #262626) !important;text-align:left;font-family:"Open Sans",sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5rem;height:1.5rem;background-color:var(--palette-background-b1, #ffffff)}.bb-offcanvas-panel.peek .panel-header.simple-header .panel-title.bb-placeholder__text{margin:0.4375rem;margin-left:0.6875rem;color:var(--palette-text-hint, #767676) !important;background-color:rgba(0,0,0,0)}.bb-offcanvas-panel.peek .panel-header.simple-header .edit-title{margin:0;color:var(--palette-text-secondary, #666666)}.bb-offcanvas-panel.peek .panel-header.simple-header .edit-title:hover{color:var(--palette-text-primary, #262626)}body.hide-focus-outline .bb-offcanvas-panel.peek .panel-header.simple-header .edit-title:focus{color:var(--palette-text-primary, #262626)}}@media only screen and (min-width:40em)and (min-width:40em){.bb-offcanvas-panel.peek .bb-offcanvas-panel.peek .panel-header.simple-header .edit-title bb-svg-icon{margin-bottom:-0.5rem}}@media only screen and (min-width:40em)and (min-width:64em){.bb-offcanvas-panel.peek .panel-header.simple-header .edit-title bb-svg-icon{margin-bottom:-0.5rem}}@media only screen and (min-width:40em){.bb-offcanvas-panel.peek .panel-header.simple-header.is-editable{background-color:var(--palette-background-b3, #f0f0f0)}.bb-offcanvas-panel.peek .panel-header.simple-header.can-edit .editable-title-container{width:auto}.bb-offcanvas-panel.peek .panel-header.simple-header.can-edit .editable-title-container:hover{cursor:pointer}.bb-offcanvas-panel.peek .panel-header.simple-header.can-edit .editable-title-container:hover .panel-title{text-decoration:underline}.bb-offcanvas-panel.peek .panel-header.simple-header.can-edit .editable-title-container:hover .edit-title{opacity:1}.bb-offcanvas-panel.peek .panel-header.simple-header .header-actions-menu__item,.bb-offcanvas-panel.peek .panel-header.simple-header .header-actions-menu>.action-item{margin-left:0.5rem}}@media only screen and (min-width:40em)and (min-width:40em){.bb-offcanvas-panel.peek .panel-header.simple-header .header-actions-menu__item,.bb-offcanvas-panel.peek .panel-header.simple-header .header-actions-menu>.action-item{margin-left:1.25rem}}@media only screen and (min-width:40em){.bb-offcanvas-panel.peek .panel-header.simple-header .panel-title{padding:0;border:0;box-shadow:none;font-family:"Noto Serif",serif;font-size:1.875rem;font-weight:400;line-height:2.8125rem;height:2.8125rem}.bb-offcanvas-panel.peek .panel-header.simple-header .panel-title.bb-placeholder__text{margin:0}.bb-offcanvas-panel.peek .panel-header.simple-header .panel-title-input-container{box-shadow:0 2px 0 0 var(--palette-focus-main, #006dc7)}.bb-offcanvas-panel.peek .panel-header.simple-header .edit-title{opacity:0}.bb-offcanvas-panel.peek .panel-header.simple-header .edit-title:focus{opacity:1}body:not(.hide-focus-outline) .bb-offcanvas-panel.peek .panel-header.simple-header .edit-title:focus{box-shadow:none !important;outline:none}body:not(.hide-focus-outline) .bb-offcanvas-panel.peek .panel-header.simple-header .edit-title:focus bb-svg-icon{border:2px solid var(--palette-focus-main, #006dc7)}.bb-offcanvas-panel.peek .panel-header.simple-header .editable-title-container{height:2.8125rem}.bb-offcanvas-panel.peek .panel-header.simple-header.is-editable{background-color:var(--palette-background-b1, #ffffff)}.bb-offcanvas-panel.peek .panel-header.simple-header .menu-toggle{display:none}.bb-offcanvas-panel.peek .panel-header.simple-header .header-actions-menu__item>a,.bb-offcanvas-panel.peek .panel-header.simple-header .header-actions-menu__item>button,.bb-offcanvas-panel.peek .panel-header.simple-header .header-actions-menu>.action-item>a,.bb-offcanvas-panel.peek .panel-header.simple-header .header-actions-menu>.action-item>button{margin:0 -0.5rem}.bb-offcanvas-panel.peek .panel-header.simple-header .header-actions-menu__item>.action-item,.bb-offcanvas-panel.peek .panel-header.simple-header .header-actions-menu>.action-item>.action-item{margin-left:1.875rem}}@media only screen and (min-width:40em){.bb-offcanvas-panel.full .panel-header.simple-header,.full-panel .panel-header.simple-header{height:3.5rem}}@media only screen and (min-width:64em){.bb-offcanvas-panel.full .panel-header.simple-header,.full-panel .panel-header.simple-header{background-color:var(--palette-background-b1, #ffffff);padding:0 1.875rem;border-bottom:1px solid var(--palette-border-main, #cdcdcd);height:6.6875rem}.bb-offcanvas-panel.full .panel-header.simple-header .panel-title,.full-panel .panel-header.simple-header .panel-title{flex:0 1 auto;max-width:none;margin:0;color:var(--palette-text-primary, #262626) !important;text-align:left;font-family:"Open Sans",sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5rem;height:1.5rem;background-color:var(--palette-background-b1, #ffffff)}.bb-offcanvas-panel.full .panel-header.simple-header .panel-title.bb-placeholder__text,.full-panel .panel-header.simple-header .panel-title.bb-placeholder__text{margin:0.4375rem;margin-left:0.6875rem;color:var(--palette-text-hint, #767676) !important;background-color:rgba(0,0,0,0)}.bb-offcanvas-panel.full .panel-header.simple-header .edit-title,.full-panel .panel-header.simple-header .edit-title{margin:0;color:var(--palette-text-secondary, #666666)}.bb-offcanvas-panel.full .panel-header.simple-header .edit-title:hover,.full-panel .panel-header.simple-header .edit-title:hover{color:var(--palette-text-primary, #262626)}body.hide-focus-outline .bb-offcanvas-panel.full .panel-header.simple-header .edit-title:focus,body.hide-focus-outline .full-panel .panel-header.simple-header .edit-title:focus{color:var(--palette-text-primary, #262626)}}@media only screen and (min-width:64em)and (min-width:40em){.bb-offcanvas-panel.peek .bb-offcanvas-panel.full .panel-header.simple-header .edit-title bb-svg-icon,.bb-offcanvas-panel.peek .full-panel .panel-header.simple-header .edit-title bb-svg-icon{margin-bottom:-0.5rem}}@media only screen and (min-width:64em)and (min-width:64em){.bb-offcanvas-panel.full .panel-header.simple-header .edit-title bb-svg-icon,.full-panel .panel-header.simple-header .edit-title bb-svg-icon{margin-bottom:-0.5rem}}@media only screen and (min-width:64em){.bb-offcanvas-panel.full .panel-header.simple-header.is-editable,.full-panel .panel-header.simple-header.is-editable{background-color:var(--palette-background-b3, #f0f0f0)}.bb-offcanvas-panel.full .panel-header.simple-header.can-edit .editable-title-container,.full-panel .panel-header.simple-header.can-edit .editable-title-container{width:auto}.bb-offcanvas-panel.full .panel-header.simple-header.can-edit .editable-title-container:hover,.full-panel .panel-header.simple-header.can-edit .editable-title-container:hover{cursor:pointer}.bb-offcanvas-panel.full .panel-header.simple-header.can-edit .editable-title-container:hover .panel-title,.full-panel .panel-header.simple-header.can-edit .editable-title-container:hover .panel-title{text-decoration:underline}.bb-offcanvas-panel.full .panel-header.simple-header.can-edit .editable-title-container:hover .edit-title,.full-panel .panel-header.simple-header.can-edit .editable-title-container:hover .edit-title{opacity:1}.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item,.full-panel .panel-header.simple-header .header-actions-menu__item,.full-panel .panel-header.simple-header .header-actions-menu>.action-item{margin-left:0.5rem}}@media only screen and (min-width:64em)and (min-width:40em){.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item,.full-panel .panel-header.simple-header .header-actions-menu__item,.full-panel .panel-header.simple-header .header-actions-menu>.action-item{margin-left:1.25rem}}@media only screen and (min-width:64em){.bb-offcanvas-panel.full .panel-header.simple-header .panel-title,.full-panel .panel-header.simple-header .panel-title{padding:0;border:0;box-shadow:none;font-family:"Noto Serif",serif;font-size:1.875rem;font-weight:400;line-height:2.8125rem;height:2.8125rem}.bb-offcanvas-panel.full .panel-header.simple-header .panel-title.bb-placeholder__text,.full-panel .panel-header.simple-header .panel-title.bb-placeholder__text{margin:0}.bb-offcanvas-panel.full .panel-header.simple-header .panel-title-input-container,.full-panel .panel-header.simple-header .panel-title-input-container{box-shadow:0 2px 0 0 var(--palette-focus-main, #006dc7)}.bb-offcanvas-panel.full .panel-header.simple-header .edit-title,.full-panel .panel-header.simple-header .edit-title{opacity:0}.bb-offcanvas-panel.full .panel-header.simple-header .edit-title:focus,.full-panel .panel-header.simple-header .edit-title:focus{opacity:1}body:not(.hide-focus-outline) .bb-offcanvas-panel.full .panel-header.simple-header .edit-title:focus,body:not(.hide-focus-outline) .full-panel .panel-header.simple-header .edit-title:focus{box-shadow:none !important;outline:none}body:not(.hide-focus-outline) .bb-offcanvas-panel.full .panel-header.simple-header .edit-title:focus bb-svg-icon,body:not(.hide-focus-outline) .full-panel .panel-header.simple-header .edit-title:focus bb-svg-icon{border:2px solid var(--palette-focus-main, #006dc7)}.bb-offcanvas-panel.full .panel-header.simple-header .editable-title-container,.full-panel .panel-header.simple-header .editable-title-container{height:2.8125rem}.bb-offcanvas-panel.full .panel-header.simple-header.is-editable,.full-panel .panel-header.simple-header.is-editable{background-color:var(--palette-background-b1, #ffffff)}.bb-offcanvas-panel.full .panel-header.simple-header .menu-toggle,.full-panel .panel-header.simple-header .menu-toggle{display:none}.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item>a,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item>button,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item>a,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item>button,.full-panel .panel-header.simple-header .header-actions-menu__item>a,.full-panel .panel-header.simple-header .header-actions-menu__item>button,.full-panel .panel-header.simple-header .header-actions-menu>.action-item>a,.full-panel .panel-header.simple-header .header-actions-menu>.action-item>button{margin:0 -0.5rem}.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item>.action-item,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item>.action-item,.full-panel .panel-header.simple-header .header-actions-menu__item>.action-item,.full-panel .panel-header.simple-header .header-actions-menu>.action-item>.action-item{margin-left:1.875rem}}.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item button,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item a,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item button,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item a,.full-panel .panel-header.simple-header .header-actions-menu__item button,.full-panel .panel-header.simple-header .header-actions-menu__item a,.full-panel .panel-header.simple-header .header-actions-menu>.action-item button,.full-panel .panel-header.simple-header .header-actions-menu>.action-item a{color:var(--palette-secondary-main, #cdcdcd)}.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item button:hover,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item a:hover,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item button:hover,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item a:hover,.full-panel .panel-header.simple-header .header-actions-menu__item button:hover,.full-panel .panel-header.simple-header .header-actions-menu__item a:hover,.full-panel .panel-header.simple-header .header-actions-menu>.action-item button:hover,.full-panel .panel-header.simple-header .header-actions-menu>.action-item a:hover{color:var(--palette-primary-contrastText, #ffffff)}body.hide-focus-outline .bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item button:focus,body.hide-focus-outline .bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item a:focus,body.hide-focus-outline .bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item button:focus,body.hide-focus-outline .bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item a:focus,body.hide-focus-outline .full-panel .panel-header.simple-header .header-actions-menu__item button:focus,body.hide-focus-outline .full-panel .panel-header.simple-header .header-actions-menu__item a:focus,body.hide-focus-outline .full-panel .panel-header.simple-header .header-actions-menu>.action-item button:focus,body.hide-focus-outline .full-panel .panel-header.simple-header .header-actions-menu>.action-item a:focus{color:var(--palette-primary-contrastText, #ffffff)}.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item button bb-svg-icon[size=medium],.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item a bb-svg-icon[size=medium],.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item button bb-svg-icon[size=medium],.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item a bb-svg-icon[size=medium],.full-panel .panel-header.simple-header .header-actions-menu__item button bb-svg-icon[size=medium],.full-panel .panel-header.simple-header .header-actions-menu__item a bb-svg-icon[size=medium],.full-panel .panel-header.simple-header .header-actions-menu>.action-item button bb-svg-icon[size=medium],.full-panel .panel-header.simple-header .header-actions-menu>.action-item a bb-svg-icon[size=medium]{display:none}@media only screen and (min-width:64em){.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item button,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item a,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item button,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item a,.full-panel .panel-header.simple-header .header-actions-menu__item button,.full-panel .panel-header.simple-header .header-actions-menu__item a,.full-panel .panel-header.simple-header .header-actions-menu>.action-item button,.full-panel .panel-header.simple-header .header-actions-menu>.action-item a{color:var(--palette-text-secondary, #666666)}.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item button:hover,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item a:hover,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item button:hover,.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item a:hover,.full-panel .panel-header.simple-header .header-actions-menu__item button:hover,.full-panel .panel-header.simple-header .header-actions-menu__item a:hover,.full-panel .panel-header.simple-header .header-actions-menu>.action-item button:hover,.full-panel .panel-header.simple-header .header-actions-menu>.action-item a:hover{color:var(--palette-text-primary, #262626)}body.hide-focus-outline .bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item button:focus,body.hide-focus-outline .bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item a:focus,body.hide-focus-outline .bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item button:focus,body.hide-focus-outline .bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item a:focus,body.hide-focus-outline .full-panel .panel-header.simple-header .header-actions-menu__item button:focus,body.hide-focus-outline .full-panel .panel-header.simple-header .header-actions-menu__item a:focus,body.hide-focus-outline .full-panel .panel-header.simple-header .header-actions-menu>.action-item button:focus,body.hide-focus-outline .full-panel .panel-header.simple-header .header-actions-menu>.action-item a:focus{color:var(--palette-text-primary, #262626)}.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item button bb-svg-icon[size=medium],.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item a bb-svg-icon[size=medium],.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item button bb-svg-icon[size=medium],.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item a bb-svg-icon[size=medium],.full-panel .panel-header.simple-header .header-actions-menu__item button bb-svg-icon[size=medium],.full-panel .panel-header.simple-header .header-actions-menu__item a bb-svg-icon[size=medium],.full-panel .panel-header.simple-header .header-actions-menu>.action-item button bb-svg-icon[size=medium],.full-panel .panel-header.simple-header .header-actions-menu>.action-item a bb-svg-icon[size=medium]{display:inline-flex}.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item button bb-svg-icon[size=small],.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu__item a bb-svg-icon[size=small],.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item button bb-svg-icon[size=small],.bb-offcanvas-panel.full .panel-header.simple-header .header-actions-menu>.action-item a bb-svg-icon[size=small],.full-panel .panel-header.simple-header .header-actions-menu__item button bb-svg-icon[size=small],.full-panel .panel-header.simple-header .header-actions-menu__item a bb-svg-icon[size=small],.full-panel .panel-header.simple-header .header-actions-menu>.action-item button bb-svg-icon[size=small],.full-panel .panel-header.simple-header .header-actions-menu>.action-item a bb-svg-icon[size=small]{display:none}}.full-panel .panel-header.simple-header{margin:0;top:0;width:100%;position:fixed}@media only screen and (min-width:64em){.full-panel .panel-header.simple-header{position:relative}}.full-panel .panel-header.simple-header .panel-title{max-width:100% !important;margin:0}.panel-header.persistent-white-header{background-color:var(--palette-background-b1, #ffffff);padding:0 1.875rem;border-bottom:1px solid var(--palette-border-main, #cdcdcd);height:3.5625rem}.panel-header.persistent-white-header .panel-title{flex:0 1 auto;max-width:none;margin:0;color:var(--palette-text-primary, #262626) !important;text-align:left;font-family:"Open Sans",sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5rem;height:1.5rem;background-color:var(--palette-background-b1, #ffffff)}.panel-header.persistent-white-header .panel-title.bb-placeholder__text{margin:0.4375rem;margin-left:0.6875rem;color:var(--palette-text-hint, #767676) !important;background-color:rgba(0,0,0,0)}.panel-header.persistent-white-header .edit-title{margin:0;color:var(--palette-text-secondary, #666666)}.panel-header.persistent-white-header .edit-title:hover{color:var(--palette-text-primary, #262626)}body.hide-focus-outline .panel-header.persistent-white-header .edit-title:focus{color:var(--palette-text-primary, #262626)}@media only screen and (min-width:40em){.bb-offcanvas-panel.peek .panel-header.persistent-white-header .edit-title bb-svg-icon{margin-bottom:-0.5rem}}@media only screen and (min-width:64em){.panel-header.persistent-white-header .edit-title bb-svg-icon{margin-bottom:-0.5rem}}.panel-header.persistent-white-header.is-editable{background-color:var(--palette-background-b3, #f0f0f0)}.panel-header.persistent-white-header.can-edit .editable-title-container{width:auto}.panel-header.persistent-white-header.can-edit .editable-title-container:hover{cursor:pointer}.panel-header.persistent-white-header.can-edit .editable-title-container:hover .panel-title{text-decoration:underline}.panel-header.persistent-white-header.can-edit .editable-title-container:hover .edit-title{opacity:1}.panel-header.persistent-white-header .header-actions-menu__item,.panel-header.persistent-white-header .header-actions-menu>.action-item{margin-left:0.5rem}@media only screen and (min-width:40em){.panel-header.persistent-white-header .header-actions-menu__item,.panel-header.persistent-white-header .header-actions-menu>.action-item{margin-left:1.25rem}}@media only screen and (min-width:40em){.bb-offcanvas-panel.peek .panel-header.persistent-white-header{height:6.6875rem}.bb-offcanvas-panel.peek .panel-header.persistent-white-header .panel-title{padding:0;border:0;box-shadow:none;font-family:"Noto Serif",serif;font-size:1.875rem;font-weight:400;line-height:2.8125rem;height:2.8125rem}.bb-offcanvas-panel.peek .panel-header.persistent-white-header .panel-title.bb-placeholder__text{margin:0}.bb-offcanvas-panel.peek .panel-header.persistent-white-header .panel-title-input-container{box-shadow:0 2px 0 0 var(--palette-focus-main, #006dc7)}.bb-offcanvas-panel.peek .panel-header.persistent-white-header .edit-title{opacity:0}.bb-offcanvas-panel.peek .panel-header.persistent-white-header .edit-title:focus{opacity:1}body:not(.hide-focus-outline) .bb-offcanvas-panel.peek .panel-header.persistent-white-header .edit-title:focus{box-shadow:none !important;outline:none}body:not(.hide-focus-outline) .bb-offcanvas-panel.peek .panel-header.persistent-white-header .edit-title:focus bb-svg-icon{border:2px solid var(--palette-focus-main, #006dc7)}.bb-offcanvas-panel.peek .panel-header.persistent-white-header .editable-title-container{height:2.8125rem}.bb-offcanvas-panel.peek .panel-header.persistent-white-header.is-editable{background-color:var(--palette-background-b1, #ffffff)}.bb-offcanvas-panel.peek .panel-header.persistent-white-header .menu-toggle{display:none}.bb-offcanvas-panel.peek .panel-header.persistent-white-header .header-actions-menu__item>a,.bb-offcanvas-panel.peek .panel-header.persistent-white-header .header-actions-menu__item>button,.bb-offcanvas-panel.peek .panel-header.persistent-white-header .header-actions-menu>.action-item>a,.bb-offcanvas-panel.peek .panel-header.persistent-white-header .header-actions-menu>.action-item>button{margin:0 -0.5rem}.bb-offcanvas-panel.peek .panel-header.persistent-white-header .header-actions-menu__item>.action-item,.bb-offcanvas-panel.peek .panel-header.persistent-white-header .header-actions-menu>.action-item>.action-item{margin-left:1.875rem}}.bb-offcanvas-panel.peek .panel-header.persistent-white-header .header-actions-menu__item:not(.item-visibility),.bb-offcanvas-panel.peek .panel-header.persistent-white-header .header-actions-menu>.action-item:not(.item-visibility){display:none}@media only screen and (min-width:40em){.bb-offcanvas-panel.peek .panel-header.persistent-white-header .header-actions-menu__item:not(.item-visibility),.bb-offcanvas-panel.peek .panel-header.persistent-white-header .header-actions-menu>.action-item:not(.item-visibility){display:block}}@media only screen and (min-width:64em){.bb-offcanvas-panel.full .panel-header.persistent-white-header{height:6.6875rem}.bb-offcanvas-panel.full .panel-header.persistent-white-header .panel-title{padding:0;border:0;box-shadow:none;font-family:"Noto Serif",serif;font-size:1.875rem;font-weight:400;line-height:2.8125rem;height:2.8125rem}.bb-offcanvas-panel.full .panel-header.persistent-white-header .panel-title.bb-placeholder__text{margin:0}.bb-offcanvas-panel.full .panel-header.persistent-white-header .panel-title-input-container{box-shadow:0 2px 0 0 var(--palette-focus-main, #006dc7)}.bb-offcanvas-panel.full .panel-header.persistent-white-header .edit-title{opacity:0}.bb-offcanvas-panel.full .panel-header.persistent-white-header .edit-title:focus{opacity:1}body:not(.hide-focus-outline) .bb-offcanvas-panel.full .panel-header.persistent-white-header .edit-title:focus{box-shadow:none !important;outline:none}body:not(.hide-focus-outline) .bb-offcanvas-panel.full .panel-header.persistent-white-header .edit-title:focus bb-svg-icon{border:2px solid var(--palette-focus-main, #006dc7)}.bb-offcanvas-panel.full .panel-header.persistent-white-header .editable-title-container{height:2.8125rem}.bb-offcanvas-panel.full .panel-header.persistent-white-header.is-editable{background-color:var(--palette-background-b1, #ffffff)}.bb-offcanvas-panel.full .panel-header.persistent-white-header .menu-toggle{display:none}.bb-offcanvas-panel.full .panel-header.persistent-white-header .header-actions-menu__item>a,.bb-offcanvas-panel.full .panel-header.persistent-white-header .header-actions-menu__item>button,.bb-offcanvas-panel.full .panel-header.persistent-white-header .header-actions-menu>.action-item>a,.bb-offcanvas-panel.full .panel-header.persistent-white-header .header-actions-menu>.action-item>button{margin:0 -0.5rem}.bb-offcanvas-panel.full .panel-header.persistent-white-header .header-actions-menu__item>.action-item,.bb-offcanvas-panel.full .panel-header.persistent-white-header .header-actions-menu>.action-item>.action-item{margin-left:1.875rem}}.bb-offcanvas-panel.full .panel-header.persistent-white-header .header-actions-menu__item:not(.item-visibility),.bb-offcanvas-panel.full .panel-header.persistent-white-header .header-actions-menu>.action-item:not(.item-visibility){display:none}@media only screen and (min-width:64em){.bb-offcanvas-panel.full .panel-header.persistent-white-header .header-actions-menu__item:not(.item-visibility),.bb-offcanvas-panel.full .panel-header.persistent-white-header .header-actions-menu>.action-item:not(.item-visibility){display:block}}.panel-header .panel-titles-container{flex:1;min-width:0}.panel-header .panel-titles-container .editable-title-container{display:inline-flex;align-items:center;max-width:100%}.panel-header .panel-titles-container .edit-title{margin:0;padding:0;box-shadow:none;display:flex;align-items:center;justify-content:center;height:2.375rem;width:2.375rem;background-color:rgba(0,0,0,0)}.panel-header .panel-titles-container .edit-title:hover,.hide-focus-outline .panel-header .panel-titles-container .edit-title:focus:not(:hover):not(.wrapping-input-style){background-color:rgba(0,0,0,0)}.panel-header .panel-titles-container .edit-title i,.panel-header .panel-titles-container .edit-title bb-svg-icon{margin:0 auto}.panel-header .panel-titles-container .panel-title{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;font-weight:600}body:not(.hide-focus-outline) .panel-header .panel-titles-container .panel-title:focus,.hide-focus-outline .panel-header .panel-titles-container .panel-title.override-focus-outline:focus{outline:none;box-shadow:inset 0 0 0 .125rem #006dc7 !important}@media only screen and (min-width:64em){.panel-header .panel-titles-container .panel-title{font-size:.875rem}}.panel-header .panel-titles-container .panel-sub-title{display:none;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;width:100%}@media only screen and (min-width:40em){.panel-header .panel-titles-container .panel-sub-title{display:block}}@media only screen and (min-width:40em)and (max-width:63.9375em){.full .panel-header .panel-titles-container .panel-sub-title,.full-panel .panel-header .panel-titles-container .panel-sub-title{display:none}}.panel-header .panel-titles-container .panel-sub-title a{color:var(--palette-text-primary, #262626);text-decoration:none !important}.panel-header .header-actions-menu{display:flex;align-items:center;margin-bottom:0}.panel-header .header-actions-menu .vert-centered-label{display:flex;align-items:center}.panel-header .header-actions-menu .item-visibility{display:block}.panel-header .header-actions-menu .item-visibility span{font-size:.875rem}.panel-header .header-actions-menu .item-visibility .f-dropdown li a{padding:0.375rem 0.625rem;display:flex;align-items:center}.panel-header .header-actions-menu .item-visibility bb-svg-icon{margin-right:0.625rem}.panel-header .header-actions-menu .item-visibility .item-selector-container{position:static}@media only screen and (min-width:40em){.panel-header .header-actions-menu .item-visibility .item-selector-container{position:relative}}.panel-header .header-actions-menu .item-visibility .item-selector-container>button span{display:none}@media only screen and (min-width:40em){.panel-header .header-actions-menu .item-visibility .item-selector-container>button span{display:flex}}.panel-header .header-actions-menu .item-visibility .item-selector-container>button bb-svg-icon{margin-right:0}@media only screen and (min-width:40em){.panel-header .header-actions-menu .item-visibility .item-selector-container>button bb-svg-icon{margin-right:0.625rem}}.panel-header .header-actions-menu__item>a,.panel-header .header-actions-menu__item>button,.panel-header .header-actions-menu>.action-item>a,.panel-header .header-actions-menu>.action-item>button{margin:0;padding:0;box-shadow:none;display:flex;align-items:center;justify-content:center;height:2.375rem;width:2.375rem;background-color:rgba(0,0,0,0)}.panel-header .header-actions-menu__item>a:hover,.hide-focus-outline .panel-header .header-actions-menu__item>a:focus:not(:hover):not(.wrapping-input-style),.panel-header .header-actions-menu__item>button:hover,.hide-focus-outline .panel-header .header-actions-menu__item>button:focus:not(:hover):not(.wrapping-input-style),.panel-header .header-actions-menu>.action-item>a:hover,.hide-focus-outline .panel-header .header-actions-menu>.action-item>a:focus:not(:hover):not(.wrapping-input-style),.panel-header .header-actions-menu>.action-item>button:hover,.hide-focus-outline .panel-header .header-actions-menu>.action-item>button:focus:not(:hover):not(.wrapping-input-style){background-color:rgba(0,0,0,0)}.panel-header .header-actions-menu__item>a i,.panel-header .header-actions-menu__item>a bb-svg-icon,.panel-header .header-actions-menu__item>button i,.panel-header .header-actions-menu__item>button bb-svg-icon,.panel-header .header-actions-menu>.action-item>a i,.panel-header .header-actions-menu>.action-item>a bb-svg-icon,.panel-header .header-actions-menu>.action-item>button i,.panel-header .header-actions-menu>.action-item>button bb-svg-icon{margin:0 auto}.panel-header-directive.can-edit .panel-header .header-actions-menu__item+.action-item.settings,.panel-header-directive.can-edit .panel-header .header-actions-menu>.action-item+.action-item.settings{margin-left:0}.has-indicator .panel-header bb-svg-icon[size=small][icon=conversation]{width:1rem;height:1rem;position:relative}.has-indicator .panel-header bb-svg-icon[size=small][icon=conversation]:before{content:"";border-radius:50%;position:absolute;border:#fff 1px solid;background-color:var(--palette-brandAlt-main, #c56fd5);width:0.5625rem;height:0.5625rem;right:-0.25rem;top:0;z-index:1}.has-indicator .panel-header bb-svg-icon[size=medium][icon=conversation]{width:1.5rem;height:1.5rem;position:relative}.has-indicator .panel-header bb-svg-icon[size=medium][icon=conversation]:before{content:"";border-radius:50%;position:absolute;border:#fff 1px solid;background-color:var(--palette-brandAlt-main, #c56fd5);width:0.5625rem;height:0.5625rem;right:-0.25rem;top:0;z-index:1}@media only screen and (min-width:40em){.edit-course-content-peek .panel-header .header-actions-menu__item.item-visibility,.edit-course-content-peek .panel-header .header-actions-menu>.action-item.item-visibility{display:none !important}}.edit-course-content-peek .panel-header .header-actions-menu__item button,.edit-course-content-peek .panel-header .header-actions-menu__item a.button,.edit-course-content-peek .panel-header .header-actions-menu>.action-item button,.edit-course-content-peek .panel-header .header-actions-menu>.action-item a.button{font-size:1.5rem}.edit-course-content-peek .black-panel-header button,.edit-course-content-peek .black-panel-header a.button{font-size:1rem}@media only screen and (max-width: 39.9375em){.bb-offcanvas-panel.peek .edit-course-content-peek .panel-content-inner{margin-top:1.25rem}}.classic-learn-wrapper{padding:0;overflow-y:hidden}@media only screen and (min-width:64em){.classic-learn-wrapper .panel-title{display:none !important}}.classic-learn-wrapper .panel-content,.classic-learn-wrapper .bb-offcanvas-panel-wrap .side-panel-content{padding:0}@keyframes rotate-spinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes scale-bounce-in{0%{transform:scale(0);opacity:0}30%{transform:scale(1.5)}70%{transform:scale(0.8)}100%{transform:scale(1);opacity:1}}.spinner{position:fixed;left:50%;top:50%;z-index:1}.spinner.scale-bounce-in{animation:scale-bounce-in 1s ease-in-out 1 forwards}.spinner:before{opacity:.6;content:"";z-index:1;position:absolute;top:0;right:0;bottom:0;left:0}.spinner:after{animation:rotate-spinner 750ms linear infinite;box-sizing:border-box;content:"";height:3.125rem;width:3.125rem;position:absolute;top:50%;left:50%;margin:-1.5625rem 0 0 -1.5625rem;border-radius:100%;transform-origin:center;border-right:3px solid #f2f4f5;border-top:3px solid #f2f4f5;border-left:3px solid rgba(242,244,245,.5);border-bottom:3px solid rgba(242,244,245,.5);opacity:1;z-index:2}.spinner.bb-secondary-color-1:after{border-right:3px solid #fb662b;border-top:3px solid #fb662b;border-left:3px solid rgba(251,102,43,.5);border-bottom:3px solid rgba(251,102,43,.5)}.spinner.bb-secondary-color-2:after{border-right:3px solid #c56fd5;border-top:3px solid #c56fd5;border-left:3px solid rgba(197,111,213,.5);border-bottom:3px solid rgba(197,111,213,.5)}.spinner.bb-secondary-color-3:after{border-right:3px solid #fddd3b;border-top:3px solid #fddd3b;border-left:3px solid rgba(253,221,59,.5);border-bottom:3px solid rgba(253,221,59,.5)}.spinner.bb-secondary-color-4:after{border-right:3px solid #26d7fd;border-top:3px solid #26d7fd;border-left:3px solid rgba(38,215,253,.5);border-bottom:3px solid rgba(38,215,253,.5)}.spinner.bb-tertiary-color-1:after{border-right:3px solid #ca423f;border-top:3px solid #ca423f;border-left:3px solid rgba(202,66,63,.5);border-bottom:3px solid rgba(202,66,63,.5)}.spinner.bb-tertiary-color-2:after{border-right:3px solid #35a06a;border-top:3px solid #35a06a;border-left:3px solid rgba(53,160,106,.5);border-bottom:3px solid rgba(53,160,106,.5)}.spinner.bb-tertiary-color-3:after{border-right:3px solid #1874a4;border-top:3px solid #1874a4;border-left:3px solid rgba(24,116,164,.5);border-bottom:3px solid rgba(24,116,164,.5)}.spinner.bb-tertiary-color-4:after{border-right:3px solid #b7d153;border-top:3px solid #b7d153;border-left:3px solid rgba(183,209,83,.5);border-bottom:3px solid rgba(183,209,83,.5)}.spinner.bb-tertiary-color-5:after{border-right:3px solid #fbb034;border-top:3px solid #fbb034;border-left:3px solid rgba(251,176,52,.5);border-bottom:3px solid rgba(251,176,52,.5)}.spinner.bb-tertiary-color-6:after{border-right:3px solid #c1977d;border-top:3px solid #c1977d;border-left:3px solid rgba(193,151,125,.5);border-bottom:3px solid rgba(193,151,125,.5)}.spinner.bb-tertiary-color-7:after{border-right:3px solid #fedcba;border-top:3px solid #fedcba;border-left:3px solid rgba(254,220,186,.5);border-bottom:3px solid rgba(254,220,186,.5)}.spinner.inverse-color:after{border-right:3px solid #fff;border-top:3px solid #fff;border-left:3px solid hsla(0,0%,100%,.5);border-bottom:3px solid hsla(0,0%,100%,.5)}.spinner.text-color:after{border-right:3px solid #262626;border-top:3px solid #262626;border-left:3px solid rgba(38,38,38,.5);border-bottom:3px solid rgba(38,38,38,.5)}@media only screen and (min-width:64em){.hide-in-background .relatively-centered{left:calc((100% + 12.5rem)/2)}}.hide-in-background[aria-hidden=true] .spinner{display:none}@keyframes labelIntro{0%{opacity:0;margin-top:12.5rem}40%{margin-top:6.25rem}100%{opacity:1;margin-top:6.875rem}}@keyframes labelComplete{0%{opacity:1;margin-top:6.875rem}100%{opacity:0;margin-top:12.5rem}}@keyframes errorSubTitleIntro{0%{opacity:0;margin-top:12.5rem;display:block}40%{margin-top:10rem}100%{opacity:1;margin-top:10.625rem}}.labelIntro{animation:labelIntro 1.3s ease-in-out;animation-fill-mode:forwards}.labelComplete{animation:labelComplete 300ms ease-in-out;animation-fill-mode:forwards}.errorSubIntro{animation:errorSubTitleIntro 1s ease-in-out;animation-fill-mode:forwards}.progress-indicator{transition:margin 500ms cubic-bezier(0.55, 0, 0.1, 1),opacity 500ms cubic-bezier(0.55, 0, 0.1, 1);display:inline-block;position:relative;text-align:center;height:2.625rem;width:2.625rem;margin-right:0.625rem;opacity:1}.progress-indicator.icon{margin-right:0}.progress-indicator.icon>i{position:absolute;top:0;left:0;font-size:1.375rem;width:2.625rem;height:2.625rem;padding-top:0.5625rem;text-align:center}.progress-indicator.processing .progress-circle-svg{animation:rotate-spinner 4s linear 0s infinite}.progress-indicator.processing .progress-circle-svg .back{stroke:rgba(0,0,0,0)}.progress-indicator.processing .progress-circle-svg .bar{stroke-linecap:round;stroke-dasharray:2.8125rem}.progress-indicator.loading .progress-circle-svg .bar{stroke-linecap:round}.progress-indicator.error-state+.progress-status{color:#ff3b30}.progress-indicator.error-state .progress-circle-svg path{stroke:#ff3b30}.progress-indicator.error-state .progress-icon{position:absolute;color:#ff3b30}.progress-indicator.success-state{margin-right:0}.panel-footer.notification .progress-indicator.error-state{margin-right:0}.progress-indicator+.progress-status{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;display:inline-block !important;font-size:0.875rem;font-style:italic;line-height:2.625rem;overflow:hidden !important;max-width:70%}@media only screen and (min-width:40em){.progress-indicator+.progress-status{max-width:90%}}.progress-indicator+.progress-status i{font-size:1.5rem;vertical-align:middle;margin:0 1.25rem}.progress-indicator .progress-circle-svg path{stroke:rgb(237.6,211.8,242.4);stroke-width:16;transition:stroke 300ms}.progress-indicator .progress-circle-svg .bar{stroke:var(--palette-brandAlt-main, #c56fd5)}.progress-indicator .progress-icon{position:absolute;font-size:2.25rem;top:0;left:0;line-height:2.5rem;height:100%;width:100%}.progress-indicator .progress-value{position:absolute;color:rgb(81.4,81.4,81.4);font-size:0.75rem;font-weight:600;top:0;left:0;line-height:2.625rem;height:100%;width:100%}.progress-icon{width:2.5rem;height:2.5rem;background:url("data:image/svg+xml,%3csvg width='40px' height='40px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='uil-spin'%3e%3crect x='0' y='0' width='100' height='100' fill='none' class='bk'%3e%3c/rect%3e%3cg transform='translate(50 50)'%3e%3cg transform='rotate(0) translate(34 0)'%3e%3ccircle cx='0' cy='0' r='8' fill='%2398009c'%3e%3canimate attributeName='opacity' from='1' to='0.1' begin='0s' dur='1s' repeatCount='indefinite'%3e%3c/animate%3e%3canimateTransform attributeName='transform' type='scale' from='1.5' to='1' begin='0s' dur='1s' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/circle%3e%3c/g%3e%3cg transform='rotate(45) translate(34 0)'%3e%3ccircle cx='0' cy='0' r='8' fill='%2398009c'%3e%3canimate attributeName='opacity' from='1' to='0.1' begin='0.12s' dur='1s' repeatCount='indefinite'%3e%3c/animate%3e%3canimateTransform attributeName='transform' type='scale' from='1.5' to='1' begin='0.12s' dur='1s' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/circle%3e%3c/g%3e%3cg transform='rotate(90) translate(34 0)'%3e%3ccircle cx='0' cy='0' r='8' fill='%2398009c'%3e%3canimate attributeName='opacity' from='1' to='0.1' begin='0.25s' dur='1s' repeatCount='indefinite'%3e%3c/animate%3e%3canimateTransform attributeName='transform' type='scale' from='1.5' to='1' begin='0.25s' dur='1s' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/circle%3e%3c/g%3e%3cg transform='rotate(135) translate(34 0)'%3e%3ccircle cx='0' cy='0' r='8' fill='%2398009c'%3e%3canimate attributeName='opacity' from='1' to='0.1' begin='0.37s' dur='1s' repeatCount='indefinite'%3e%3c/animate%3e%3canimateTransform attributeName='transform' type='scale' from='1.5' to='1' begin='0.37s' dur='1s' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/circle%3e%3c/g%3e%3cg transform='rotate(180) translate(34 0)'%3e%3ccircle cx='0' cy='0' r='8' fill='%2398009c'%3e%3canimate attributeName='opacity' from='1' to='0.1' begin='0.5s' dur='1s' repeatCount='indefinite'%3e%3c/animate%3e%3canimateTransform attributeName='transform' type='scale' from='1.5' to='1' begin='0.5s' dur='1s' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/circle%3e%3c/g%3e%3cg transform='rotate(225) translate(34 0)'%3e%3ccircle cx='0' cy='0' r='8' fill='%2398009c'%3e%3canimate attributeName='opacity' from='1' to='0.1' begin='0.62s' dur='1s' repeatCount='indefinite'%3e%3c/animate%3e%3canimateTransform attributeName='transform' type='scale' from='1.5' to='1' begin='0.62s' dur='1s' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/circle%3e%3c/g%3e%3cg transform='rotate(270) translate(34 0)'%3e%3ccircle cx='0' cy='0' r='8' fill='%2398009c'%3e%3canimate attributeName='opacity' from='1' to='0.1' begin='0.75s' dur='1s' repeatCount='indefinite'%3e%3c/animate%3e%3canimateTransform attributeName='transform' type='scale' from='1.5' to='1' begin='0.75s' dur='1s' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/circle%3e%3c/g%3e%3cg transform='rotate(315) translate(34 0)'%3e%3ccircle cx='0' cy='0' r='8' fill='%2398009c'%3e%3canimate attributeName='opacity' from='1' to='0.1' begin='0.87s' dur='1s' repeatCount='indefinite'%3e%3c/animate%3e%3canimateTransform attributeName='transform' type='scale' from='1.5' to='1' begin='0.87s' dur='1s' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}@keyframes loading-bar-keyframes{12.5%{background-position-x:-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,0,0}25%{background-position-x:-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,0,0,0.375rem,0.375rem}37.5%{background-position-x:-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,0,0,0.375rem,0.375rem,0.75rem,0.75rem}50%{background-position-x:-0.25rem,-0.25rem,-0.25rem,-0.25rem,0,0,0.375rem,0.375rem,0.75rem,0.75rem,-0.25rem,-0.25rem}62.5%{background-position-x:-0.25rem,-0.25rem,0,0,0.375rem,0.375rem,0.75rem,0.75rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem}75%{background-position-x:0,0,0.375rem,0.375rem,0.75rem,0.75rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem}87.5%{background-position-x:0.375rem,0.375rem,0.75rem,0.75rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem}100%{background-position-x:0.75rem,0.75rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem,-0.25rem}}.modern-panel-root{overflow:hidden;inset:0;display:flex;position:absolute;flex-direction:column;justify-content:stretch}@media print{.modern-panel-root{position:initial}}.modern-panel-root .base-body{flex:1 1;display:flex;flex-direction:column;overflow-y:hidden}.modern-panel-root .body-with-standard-header{overflow-y:auto}.modern-panel-root .content-root{flex:1 1 auto;overflow:auto}@media only screen and (min-width:64em){.modern-panel-root .content-root{overflow-y:initial}}@media only screen and (min-width:64em){.modern-panel-root .content-root-overflow-visible{overflow:initial}}.modern-panel-root .panel-loading-spinner{display:flex;justify-content:center;align-items:center}.modern-panel-root .standard-content-body{display:flex;flex-direction:column;padding-inline:1.875rem;position:relative}@media print{#site-wrap{display:block}#main-content-inner{display:none}.bb-offcanvas-panel:not(.panel-has-focus){display:none !important}body[bb-offcanvas-depth="0"] #main-content-inner,body:not([bb-offcanvas-depth]) #main-content-inner{display:block}body,html{margin:0;padding:0}}.comments .add-comment-control{margin-top:1.25rem;display:block}.comments .add-comment-control .parentheses-notes{font-weight:400;font-style:italic;font-size:0.75rem;color:var(--palette-text-secondary, #666666);text-decoration:none}.comments .add-comment-control button.js-comment-toggle{background-color:rgba(0,0,0,0);box-shadow:none;color:var(--palette-link-active, #2075a3);padding:0;text-decoration:underline}.comments .add-comment-control button.js-comment-toggle:hover,.comments .add-comment-control button.js-comment-toggle:focus{color:var(--palette-link-hover, #1a5e82)}.comments .comment-input{margin-top:0.75rem}.comments .comment-input:before,.comments .comment-input:after{content:" ";display:table}.comments .comment-input:after{clear:both}.comments .comment-input .comment-input-heading{display:flex}.comments .comment-input .comment-input-heading h1,.comments .comment-input .comment-input-heading h2,.comments .comment-input .comment-input-heading h3,.comments .comment-input .comment-input-heading h4,.comments .comment-input .comment-input-heading h5,.comments .comment-input .comment-input-heading h6{font-family:"Open Sans",sans-serif;font-size:.875rem;font-weight:700;color:var(--palette-text-primary, #262626);display:inline-flex}.comments .comment-input .comment-input-heading .comment-input-buttons{margin-left:auto}.comments .comment-input .comment-input-heading .comment-input-buttons button{margin:0.25rem 0 0 0;padding:0;min-width:initial;float:none}.comments .comment-input label{font-weight:700;color:var(--palette-text-primary, #262626)}.comments .comment-input label input,.comments .comment-input label textarea{margin-top:0.3125rem;margin-bottom:0;font-weight:400}.comments .comment-input label input[type=text]:disabled.saved-comment{border:none;background-color:rgba(0,0,0,0);padding-left:0;padding-right:0;color:var(--palette-text-primary, #262626);margin-bottom:0}.comments .comment-input .user-comment{margin-top:0.5rem}.comments .comment-input .user-comment:hover{cursor:text}.comments .comment-input .note{font-style:italic;color:var(--palette-text-secondary, #666666);font-size:0.75rem;margin:0}.comments .comment-input button{float:right;margin:0.75rem 0 0;margin-left:0.375rem;min-width:5.3125rem}.comments .comment-input .note+button,.comments .comment-input .note+button+button{margin-top:1.25rem}.comments .comment-input .student-comment-controls{opacity:0;height:0;overflow:hidden}.comments .comment-input .student-comment-controls.active{opacity:1;height:inherit}.comments .comment-input .student-comment-controls button{margin-bottom:0.375rem;float:none}.comments .comment-input .student-comment-controls .student-comment-footer-buttons{text-align:right}.comments .comment{margin:1.25rem 0 0;font-size:0.875rem}.comments .comment:before,.comments .comment:after{content:" ";display:table}.comments .comment:after{clear:both}.comments .author-details{display:block}.comments .author-details .avatar-holder{padding:0;float:left}.comments .author-details .avatar-holder .avatar{width:2.5rem;height:2.5rem}.comments .author-details .avatar-holder .avatar .instructor-no-avatar{border-radius:50%;background-color:var(--palette-secondary-main, #cdcdcd);overflow:hidden;width:2.5rem;height:2.5rem}.comments .author-details .avatar-holder .avatar .instructor-no-avatar>img{height:2.125rem;width:2.125rem;margin:0.1875rem}.comments .author-details .avatar-holder .avatar.inactive:before{content:"";display:block;position:absolute;top:1.25rem;left:-0.5175rem;width:3.535rem;height:0.0625rem;background:var(--palette-secondary-main, #cdcdcd);box-shadow:0 0 0 2px var(--palette-background-b1, #ffffff);transform:rotate(-45deg);z-index:1}.comments .author-details abbr,.comments .author-details .name{float:left;margin-right:0.3125rem}.comments .author-details .date-title{display:block;padding:0;line-height:1.25rem}.comments .author-details .date-title .name{font-weight:700;color:var(--palette-primary-contrastText, #ffffff)}.comments .author-details .date-title .name.inactive{color:var(--palette-text-hint, #767676)}.comments .author-details .avatar-holder+.date-title{float:right;width:calc(100% - 3.125rem)}.comments .author-details abbr{padding:0.0625rem 0.5rem;background-color:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff);text-decoration:none;display:inline-block;border:none;border-radius:16px;margin-top:0.125rem;font-size:0.5625rem}.comments .author-details .date{clear:both;display:block;margin-bottom:0;font-weight:400;color:var(--palette-text-secondary, #666666)}.comments .author-details:after{content:" ";display:table;clear:both}.comments .message{padding:0;margin:0.625rem 0 0;color:var(--palette-text-secondary, #666666)}.comments .content{margin:0.75rem 0 0}.comments .content p{margin-bottom:0}.comments .content .controls{position:absolute;top:0;right:0;width:auto;height:2.75rem;z-index:100}.comments .content .controls button{font-size:1.125rem}.comments .comment-input-actions-bar{display:flex;justify-content:flex-end;padding-top:0.625rem;padding-bottom:0.625rem}.comments .comment-input-action{padding:0}.comments .comment-input-action+.comment-input-action{padding-left:0.625rem}.comments .comment-input-action button{margin:0}.content-item-controls .overflow-menu-button,.content-item-controls .drag-drop-button{position:relative;display:inline-flex;min-width:0;color:var(--palette-text-secondary, #666666);background-color:rgba(0,0,0,0);box-shadow:none;z-index:1;margin:0;border-radius:0;padding:1rem;height:3rem;width:3rem;transform:none}.content-item-controls .overflow-menu-button .svg-icon,.content-item-controls .drag-drop-button .svg-icon{height:1rem;width:1rem;position:relative}.content-item-controls .overflow-menu-button:hover,.content-item-controls .overflow-menu-button:focus,.content-item-controls .overflow-menu-button:active,.content-item-controls .drag-drop-button:hover,.content-item-controls .drag-drop-button:focus,.content-item-controls .drag-drop-button:active{color:var(--palette-text-primary, #262626)}body:not(.hide-focus-outline) .content-item-controls .overflow-menu-button:focus,body:not(.hide-focus-outline) .content-item-controls .drag-drop-button:focus{outline:none}body:not(.hide-focus-outline) .content-item-controls .overflow-menu-button:focus bb-svg-icon,body:not(.hide-focus-outline) .content-item-controls .drag-drop-button:focus bb-svg-icon{outline:.125rem solid #006dc7}.touch .content-item-controls .overflow-menu-button,.touch .content-item-controls .drag-drop-button{color:var(--palette-text-secondary, #666666) !important}.content-item-controls .overflow-menu-button.open,.content-item-controls .drag-drop-button.open{color:var(--palette-text-primary, #262626) !important}.content-item-controls .overflow-menu-button[disabled],.content-item-controls .overflow-menu-button[disabled]:hover,.content-item-controls .overflow-menu-button[disabled]:focus,.content-item-controls .drag-drop-button[disabled],.content-item-controls .drag-drop-button[disabled]:hover,.content-item-controls .drag-drop-button[disabled]:focus{background-color:rgba(0,0,0,0);box-shadow:none;color:var(--palette-text-secondary, #666666)}.content-item-controls .drag-drop-button{height:2rem;padding-top:0;position:absolute;top:3rem;right:0;color:#cdcdcd;display:none}.content-item-controls .drag-drop-button bb-svg-icon{opacity:0;transition:opacity 250ms cubic-bezier(0.55, 0, 0.1, 1)}.content-item-controls .drag-drop-button:focus,.touch .content-item-controls .drag-drop-button{color:var(--palette-text-secondary, #666666)}.content-item-controls .drag-drop-button:focus bb-svg-icon,.touch .content-item-controls .drag-drop-button bb-svg-icon{opacity:1}[bb-drop-handler]:hover .content-item-controls .drag-drop-button bb-svg-icon{opacity:1 !important}@media only screen and (min-width:64em){.content-item-controls .drag-drop-button{display:inline-flex}}.element-card{display:flex;position:relative;min-height:2.375rem}.element-card ng-switch{display:flex}.element-card ng-switch>div{flex:1}.element-card .button,.element-card button{margin-bottom:0}.element-card.column{padding-right:0}.element-card.pointer:hover,.element-card:focus{cursor:pointer}.element-card.pointer:hover .name a,.event.half-hour .element-card.pointer:hover .context a,.element-card:focus .name a,.event.half-hour .element-card:focus .context a{border-bottom:1px dotted var(--palette-text-primary, #262626)}.element-card.pointer:hover .context a:hover,.element-card:focus .context a:hover{text-decoration:underline}.element-card .element-details>a,.element-card .course-title a,.element-card .org-title a,.element-card .name span{text-decoration:none}.element-card.main-instructor .usercard-clickable .usercard-button .avatar{box-shadow:0 0 0 0 var(--palette-brandAlt-main, #c56fd5),0 0 0 8px var(--palette-background-b2, #f8f8f8) !important;transition:box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1)}.element-card:hover .element-details>a,.element-card:hover .course-title a,.element-card:hover .org-title a,.element-card:hover .element-details .name a,.element-card:hover .name .usercard-clickable span,.element-card:focus .element-details>a,.element-card:focus .course-title a,.element-card:focus .org-title a,.element-card:focus .element-details .name a,.element-card:focus .name .usercard-clickable span{text-decoration:underline}.element-card:hover.main-instructor .usercard-clickable .usercard-button .avatar:hover,.element-card:focus.main-instructor .usercard-clickable .usercard-button .avatar:hover{box-shadow:0 0 0 8px var(--palette-brandAlt-main, #c56fd5),0 0 0 8px var(--palette-background-b2, #f8f8f8) !important;transition:box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1);cursor:pointer}.touch .outline-actions .element-card .element-details a,.touch .outline-actions .element-card .name span{text-decoration:underline}.base-grades .element-card:focus .element-details a,.base-grades .element-card:focus .element-details .subheader a,.base-grades .element-card:hover .element-details a,.base-grades .element-card:hover .element-details .subheader a{text-decoration:none}.element-card .element-image{height:2.375rem;width:2.375rem;margin:0;margin-right:0.625rem;flex-shrink:0;text-align:center}.element-card .element-image.inactive:before{width:3.35825rem;top:1.1875rem;left:-0.49163rem}.element-card .element-image i{font-size:1.5rem;color:var(--palette-text-hint, #767676)}.element-card .timestamp,.element-card .count,.element-card .badge{float:right;text-align:right;color:var(--palette-text-secondary, #666666)}.element-card .timestamp{float:none;text-align:left}.element-card .context{color:var(--palette-text-secondary, #666666)}.element-card .element-details{display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;text-decoration:none;line-height:1.1875rem;padding-right:0;flex-grow:1}.element-card .element-details>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.element-card .element-details .context{font-size:.75rem}.element-card .element-details .context a{text-decoration:none;display:block;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.element-card .element-details .name{color:var(--palette-text-primary, #262626);font-weight:600;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;display:block;overflow:hidden}.element-card .element-details .name div{display:inline-block;vertical-align:middle}.element-card .element-details .name a{text-decoration:none;color:var(--palette-text-primary, #262626);font-weight:600;display:block;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.element-card .element-details .name .name-controls{display:inline-block;vertical-align:middle}.element-card .element-details .name .inactive{color:var(--palette-text-hint, #767676)}.element-card .element-details .author,.element-card .element-details .time{color:var(--palette-text-secondary, #666666)}.element-card .element-details .content{text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;display:block;overflow:hidden}.element-card .element-details .content p{margin-bottom:0}.element-card .element-details .content .links a{text-decoration:none;margin-right:0.3125rem}.element-card .element-details .content .links a:hover{text-decoration:underline}.element-card .element-details .content .footer{margin-top:0.3125rem}.element-card .element-details .content .footer p{font-size:.875rem;margin-bottom:0}.element-card .element-button button.icon,.element-card .element-button .button.icon{padding-left:1rem;padding-right:1rem;margin-bottom:0;position:relative;z-index:2}.element-card .element-inline-links{position:relative;z-index:2}.element-card .element-inline-links li{position:relative}.element-card .element-inline-links li a{text-decoration:none}.element-card .element-inline-links li a:hover{text-decoration:underline}.element-card .element-inline-links li:before{position:absolute;left:-1.1em;content:"|";color:#000}.element-card .element-inline-links li:first-child:before{content:""}.element-card .element-inline-links .inline-list{margin-bottom:0}.element-card.discussion-item .name a{font-weight:700}.element-card.discussion-item .timestamp{line-height:1.2}.element-card.discussion-item .element-image{margin-top:0;height:2.5rem;width:2.5rem}.element-card.discussion-item .element-image.inactive:before{width:3.535rem;top:1.25rem;left:-0.5175rem}.element-card.discussion-item .element-details .content{position:relative;text-overflow:inherit;white-space:normal;overflow:visible;display:block;font-size:.875rem;margin-right:5.625rem;color:var(--palette-text-primary, #262626)}.element-card.discussion-item .element-details .content input[type=text]{margin:0}.element-card.discussion-item.main-post{padding-bottom:1.5rem;padding-left:3.75rem}.element-card.discussion-item.main-post .avatar{width:3rem;height:3rem}.element-card.discussion-item.main-post .avatar.inactive:before{width:4.242rem;top:1.5rem;left:-0.621rem}.element-card.discussion-item.main-post .avatar img{width:3rem}.element-card.discussion-item .post-controls{margin-top:1.125rem;font-size:.75rem;color:var(--palette-text-hint, #767676)}.element-card.discussion-item .post-control,.element-card.discussion-item .post-controls{opacity:0;transition:opacity .2s ease}.element-card.discussion-item:hover .post-control,.element-card.discussion-item:hover .post-controls{opacity:1;transition:opacity .2s ease}.element-card.discussion-item:last-child{border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.element-card.discussion-item:only-child{border:0}.element-card.discussion-item+.element-card.discussion-item{margin-top:0}.element-card.outline-item{min-height:0}.element-card.outline-item .outline-item-inner{display:flex;max-width:100%}.element-card.outline-item ng-switch{width:100%}.element-card.outline-item .element-image{position:relative;height:2.375rem;width:2.375rem;margin-left:0.625rem}.element-card.outline-item .element-details{display:flex;justify-content:center;flex-direction:column;overflow:visible;min-width:0}@media only screen and (max-width: 39.9375em){.element-card.outline-item .element-details{padding-right:0}}.element-card.outline-item .element-details div{display:block}.element-card.outline-item .element-details div.is-late{color:#ff3b30}.element-card.outline-item .element-details div.name{color:var(--palette-text-primary, #262626);font-weight:600;display:block;line-height:1.4}.element-card.outline-item .element-details div.name .due-date{font-weight:400}.element-card.outline-item .element-details div.name ng-switch>div{overflow:hidden}.element-card.outline-item .element-details div.name a,.element-card.outline-item .element-details div.name button{display:flex;align-items:center;border-bottom:0;text-decoration:none;color:var(--palette-text-primary, #262626);font-weight:600}.element-card.outline-item .element-details div.content-title.is-late,.element-card.outline-item .element-details div a.content-title.is-late,.element-card.outline-item .element-details div button.content-title.is-late{color:#ff3b30}.element-card.outline-item .element-details div.content-title.is-restricted,.element-card.outline-item .element-details div a.content-title.is-restricted,.element-card.outline-item .element-details div button.content-title.is-restricted{cursor:default}.course-outline .element-card.outline-item .element-details div.content-title,.course-outline .element-card.outline-item .element-details div a.content-title,.course-outline .element-card.outline-item .element-details div button.content-title{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;width:100%;text-align:left;display:block;font-size:1rem}.element-card.outline-item .element-details div.content-title span:hover,.element-card.outline-item .element-details div a.content-title span:hover,.element-card.outline-item .element-details div button.content-title span:hover{text-decoration:underline}.element-card.outline-item .element-details div button.content-title{background-color:rgba(0,0,0,0);box-shadow:none;padding:0}body:not(.hide-focus-outline) .element-card.outline-item .element-details div button.content-title:focus,.hide-focus-outline .element-card.outline-item .element-details div button.content-title.override-focus-outline:focus{outline:none;box-shadow:inset 0 0 0 .125rem #006dc7 !important}.element-card.outline-item .element-details div.content{overflow:visible;white-space:normal}.element-card.outline-item .element-details div.content p{margin-bottom:0;white-space:normal;color:var(--palette-text-secondary, #666666)}.element-card.outline-item .element-details div.content p:not(.hide)+p{margin-top:.4166666667rem}.element-card.outline-item .element-details .name-controls .item-visibility button,.element-card.outline-item .element-details .name-controls .item-visibility .button{display:inline-block;width:auto;padding:0 !important;border:0 !important}.element-card.outline-item .element-details .name-controls .item-visibility button i,.element-card.outline-item .element-details .name-controls .item-visibility .button i{color:var(--palette-text-secondary, #666666);vertical-align:-0.0625rem}.element-card.outline-item .element-details .name-controls .item-visibility button,.element-card.outline-item .element-details .name-controls .item-visibility .button{padding:0 !important}.element-card+.element-card{margin-top:0.75rem;clear:both}.element-card.additional-faculty{min-height:0.0625rem;color:var(--palette-link-active, #2075a3)}.element-card.additional-faculty:hover,.element-card.additional-faculty:focus{color:var(--palette-link-hover, #1a5e82);text-decoration:underline}.element-card.account{margin-bottom:1.25rem}.element-card.account .element-image{width:2.625rem;height:2.625rem;margin-top:0;margin-left:0}.element-card.account .element-image .initials{border-radius:50%;background:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff);padding:0;line-height:2.625rem;font-size:1.2375rem}.element-card.account .name{font-weight:600}@media only screen and (max-width: 39.9375em){.element-card.account .name{font-size:.875rem}}.element-card.nocontent .count{padding-top:0.375rem}.element-card.nocontent .element-details{padding-top:0.375rem}.element-card.tile,.element-card.bar{display:block;margin-bottom:1.25rem;margin-left:0.625rem;padding:1.25rem 0.625rem 0.625rem 2.5rem;background-color:var(--palette-background-b1, #ffffff);min-height:8.125rem;border:1px solid var(--palette-border-main, #cdcdcd)}.element-card.tile .element-image,.element-card.bar .element-image{position:absolute;left:-1.5625rem;top:1.25rem;box-shadow:0 0 0 5px var(--palette-background-b2, #f8f8f8);border-radius:50%;height:3.125rem;width:3.125rem;margin:0}.element-card.tile .element-image.inactive:before,.element-card.bar .element-image.inactive:before{width:4.41875rem;top:1.5625rem;left:-0.64688rem}.element-card.tile .element-image .initials,.element-card.bar .element-image .initials{line-height:3.125rem;font-size:1.2375rem}.element-card.tile .name,.element-card.bar .name{font-family:"Open Sans",sans-serif;font-size:.875rem;margin:0;padding-bottom:0.125rem;max-height:3.6875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.element-card.tile p,.element-card.bar p{color:var(--palette-text-secondary, #666666)}.element-card.tile .user-name,.element-card.bar .user-name{margin-bottom:0.625rem;text-overflow:ellipsis}.element-card.tile:before,.element-card.bar:before{content:"";display:block;height:0.3125rem;left:-0.0625rem;position:absolute;right:-0.0625rem;top:-0.0625rem}.element-card.tile:focus,.element-card.bar:focus{outline-color:rgba(0,0,0,0);outline-style:none;transition:box-shadow 250ms ease-in-out}body:not(.hide-focus-outline) .element-card.tile:focus:focus,.hide-focus-outline .element-card.tile:focus.override-focus-outline:focus,body:not(.hide-focus-outline) .element-card.bar:focus:focus,.hide-focus-outline .element-card.bar:focus.override-focus-outline:focus{outline:.125rem solid #006dc7}.element-card.bar{margin-left:0.125rem;margin-bottom:1rem;padding:1rem 0.75rem 0.75rem 1.5rem;display:flex}.element-card.bar:before{width:0.625rem;height:100%;margin:0.0625rem 0 0.0625rem 0.0625rem}.event .element-card{padding:0.5rem;min-height:0;width:100%;height:100%;margin-left:0}.event .element-card .name,.event .element-card .username{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-bottom:0}.event .element-card .context,.event .element-card .content{line-height:1.2}.event .element-card .content p{line-height:1}.element-card.assignment-card{padding-left:3.75rem;padding-top:0.875rem;position:relative}@media only screen and (max-width: 39.9375em){.element-card.assignment-card{padding-left:0.5rem}}.element-card.assignment-card .element-image{height:3.25rem;width:3.25rem;padding:0;top:0.6875rem;left:0.125rem;border-radius:0;box-shadow:none}@media only screen and (max-width: 39.9375em){.element-card.assignment-card .element-image{display:none}}.element-card.assignment-card:after{background-color:rgba(0,0,0,0)}.element-card.deadline,.element-card.element-card-deadline{min-height:4.8125rem}.element-card.element-card-deadline{background-color:var(--palette-background-b1, #ffffff);border:1px solid var(--palette-border-main, #cdcdcd);margin:0;border-radius:2px;padding:1.0625rem 1.25rem;box-sizing:border-box}.element-card.element-card-deadline .element-image{margin-right:1.25rem}.element-card.element-card-deadline .element-details .context{display:inline-block;vertical-align:middle}@media only screen and (max-width: 39.9375em){.element-card.element-card-deadline .element-details .context{width:100%}}.element-card.element-card-deadline .element-details .context a{color:var(--palette-text-primary, #262626);text-decoration:underline}@media only screen and (max-width: 39.9375em){.element-card.element-card-deadline .element-details .context a{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;display:block}}.element-card.element-card-deadline .element-details .name{padding:0;float:none}@media only screen and (min-width:64em){.element-card.element-card-deadline .element-details .name{display:inline-block;vertical-align:middle;float:left}}.element-card.element-card-deadline:after{content:"";background-color:var(--palette-background-b2, #f8f8f8);display:block;width:0.375rem;position:absolute;bottom:-0.0625rem;top:-0.0625rem;left:-0.0625rem;right:auto;border-radius:2px 0 0 2px}.element-card.element-card-deadline.assignment-card-small{min-height:0;padding:0;padding-left:3rem;margin-bottom:1rem}.element-card.element-card-deadline.assignment-card-small .element-image{height:2.5rem;width:2.5rem;padding:0;margin:0;top:0;left:0;border-radius:0;box-shadow:none}.element-card.element-card-deadline.assignment-card-small:after{background-color:rgba(0,0,0,0)}.element-card.element-card-deadline.view-event-peak:after{display:none}.element-card.element-card-deadline.course-color-1{border:2px solid #c473d4}.element-card.element-card-deadline.course-color-1:after{background-color:#c473d4}.element-card.element-card-deadline.course-color-2{border:2px solid #2fd9fc}.element-card.element-card-deadline.course-color-2:after{background-color:#2fd9fc}.element-card.element-card-deadline.course-color-3{border:2px solid #ffe12b}.element-card.element-card-deadline.course-color-3:after{background-color:#ffe12b}.element-card.element-card-deadline.course-color-4{border:2px solid #ff6417}.element-card.element-card-deadline.course-color-4:after{background-color:#ff6417}.element-card.element-card-deadline.course-color-5{border:2px solid #89f3db}.element-card.element-card-deadline.course-color-5:after{background-color:#89f3db}.element-card.element-card-deadline.course-color-6{border:2px solid #fe5b91}.element-card.element-card-deadline.course-color-6:after{background-color:#fe5b91}.element-card.element-card-deadline.course-color-7{border:2px solid #85f472}.element-card.element-card-deadline.course-color-7:after{background-color:#85f472}.element-card.element-card-deadline.course-color-8{border:2px solid #22c7cc}.element-card.element-card-deadline.course-color-8:after{background-color:#22c7cc}.element-card.element-card-deadline.course-color-9{border:2px solid #ca22ad}.element-card.element-card-deadline.course-color-9:after{background-color:#ca22ad}.element-card.element-card-deadline.course-color-10{border:2px solid #157afb}.element-card.element-card-deadline.course-color-10:after{background-color:#157afb}.element-card.element-card-deadline:before{display:none}.element-card.element-card-deadline+.element-card-deadline{margin-top:0.5625rem}.element-card.profile-card{box-shadow:0 1 2px rgba(0,0,0,.15);padding:0.5625rem 0.75rem;background:var(--palette-background-b1, #ffffff)}.raised-card{box-shadow:0 1 2px rgba(0,0,0,.15)}a.element-card{color:var(--palette-text-primary, #262626);text-decoration:none}.element-card-list{margin:0;padding:0;list-style:none}.element-card-list li{padding-bottom:.625rem}.element-card-list .placeholder-container{margin:0.625rem 0;background-color:var(--palette-secondary-main, #cdcdcd);padding:1.25rem}.element-card-list .placeholder-container:before,.element-card-list .placeholder-container:after{content:" ";display:table}.element-card-list .placeholder-container:after{clear:both}.element-card-list .placeholder-container>.placeholder-text{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;font-weight:700;font-size:.875rem;text-align:center;text-decoration:none;color:var(--palette-text-primary, #262626)}.dz-drag-hover{box-shadow:inset 0 0 0 5px var(--palette-brandAlt-main, #c56fd5);transition:box-shadow .2s ease}.dz-drag-hover.viewport{box-shadow:inherit}.dz-drag-hover.viewport #dz-instructions{display:block;position:fixed;width:18.75rem;background-color:var(--palette-brandAlt-main, #c56fd5);z-index:9999;padding:0.3125rem;text-align:center;left:50%;margin-left:-9.375rem;top:-0.1875rem;color:rgb(245.14,230.52,247.86);border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem}.dz-drag-hover.viewport:before,.dz-drag-hover.viewport:after,.dz-drag-hover.viewport #site-wrap:before,.dz-drag-hover.viewport #site-wrap:after{content:"";display:block;position:fixed;background-color:var(--palette-brandAlt-main, #c56fd5);z-index:9999}.dz-drag-hover.viewport:before,.dz-drag-hover.viewport:after{height:0.3125rem;left:0;right:0}.dz-drag-hover.viewport:before{top:0}.dz-drag-hover.viewport:after{bottom:0}.dz-drag-hover.viewport #site-wrap:before,.dz-drag-hover.viewport #site-wrap:after{width:0.3125rem;top:0;bottom:0}.dz-drag-hover.viewport #site-wrap:before{left:0}.dz-drag-hover.viewport #site-wrap:after{right:0}.dz-drag-hover.top{box-shadow:inset 0 5px 0 0 var(--palette-brandAlt-main, #c56fd5)}.dz-drag-hover.bottom{box-shadow:inset 0 -5px 0 0 var(--palette-brandAlt-main, #c56fd5)}@keyframes delayHide{0%{opacity:1}50.001%{opacity:1}100%{opacity:0}}@keyframes delayShow{0%{opacity:0}50.001%{opacity:0}100%{opacity:1}}div.upload{cursor:default;background-color:inherit;box-shadow:inherit;left:0;z-index:2;position:absolute;margin:0;margin-top:0.1875rem}div.upload .name{color:var(--palette-text-primary, #262626);font-weight:700}div.upload .status{display:block}div.upload.disabled{visibility:hidden}div.upload:focus{color:inherit}div.upload.working .upload-progress:before{background-color:inherit !important;border:none;content:"" !important}div.upload.working.bb-secondary-color-1 .spinner:after{border-right:3px solid #fb662b;border-top:3px solid #fb662b;border-left:3px solid rgba(251,102,43,.5);border-bottom:3px solid rgba(251,102,43,.5)}div.upload.working.bb-secondary-color-2 .spinner:after{border-right:3px solid #c575d2;border-top:3px solid #c575d2;border-left:3px solid rgba(197,117,210,.5);border-bottom:3px solid rgba(197,117,210,.5)}div.upload.working.bb-secondary-color-3 .spinner:after{border-right:3px solid #fddd3b;border-top:3px solid #fddd3b;border-left:3px solid rgba(253,221,59,.5);border-bottom:3px solid rgba(253,221,59,.5)}div.upload.working.bb-secondary-color-4 .spinner:after{border-right:3px solid #26d6fd;border-top:3px solid #26d6fd;border-left:3px solid rgba(38,214,253,.5);border-bottom:3px solid rgba(38,214,253,.5)}div.upload.working.bb-tertiary-color-1 .spinner:after{border-right:3px solid #ca423f;border-top:3px solid #ca423f;border-left:3px solid rgba(202,66,63,.5);border-bottom:3px solid rgba(202,66,63,.5)}div.upload.working.bb-tertiary-color-2 .spinner:after{border-right:3px solid #35a06a;border-top:3px solid #35a06a;border-left:3px solid rgba(53,160,106,.5);border-bottom:3px solid rgba(53,160,106,.5)}div.upload.working.bb-tertiary-color-3 .spinner:after{border-right:3px solid #1874a4;border-top:3px solid #1874a4;border-left:3px solid rgba(24,116,164,.5);border-bottom:3px solid rgba(24,116,164,.5)}div.upload.working.bb-tertiary-color-4 .spinner:after{border-right:3px solid #b7d153;border-top:3px solid #b7d153;border-left:3px solid rgba(183,209,83,.5);border-bottom:3px solid rgba(183,209,83,.5)}div.upload.working.bb-tertiary-color-5 .spinner:after{border-right:3px solid #fbb034;border-top:3px solid #fbb034;border-left:3px solid rgba(251,176,52,.5);border-bottom:3px solid rgba(251,176,52,.5)}div.upload.working.bb-tertiary-color-6 .spinner:after{border-right:3px solid #c1977d;border-top:3px solid #c1977d;border-left:3px solid rgba(193,151,125,.5);border-bottom:3px solid rgba(193,151,125,.5)}div.upload.working.bb-tertiary-color-7 .spinner:after{border-right:3px solid #fedcba;border-top:3px solid #fedcba;border-left:3px solid rgba(254,220,186,.5);border-bottom:3px solid rgba(254,220,186,.5)}div.upload.working.inverse-color .spinner:after{border-right:3px solid #333;border-top:3px solid #333;border-left:3px solid rgba(51,51,51,.5);border-bottom:3px solid rgba(51,51,51,.5)}div.upload.working.text-color .spinner:after{border-right:3px solid #525252;border-top:3px solid #525252;border-left:3px solid rgba(82,82,82,.5);border-bottom:3px solid rgba(82,82,82,.5)}div.upload.working .spinner:after{display:block;position:absolute;margin:0;top:0;left:0}div.upload .spinner:after{display:none;height:1.875rem;width:1.875rem}div.upload .upload-progress{position:relative;display:inline-block;width:1.875rem;height:1.875rem;margin:0.0625rem;border-radius:50%}div.upload .upload-progress:before{content:"";position:absolute;border:1px solid;border-color:#fff;left:0;right:0;bottom:0;top:0;z-index:2;border-radius:100%;font-family:"bb-icons";speak:none;font-style:normal;font-weight:400;font-variant:normal;font-size:1rem;text-transform:none;line-height:1;text-align:center;padding-top:0.375rem}div.upload.per0 .show-on-download{display:none}div.upload.per100 .show-on-download{display:none}div.upload .hide-on-download{display:none}div.upload.per0 .hide-on-download{display:inherit}div.upload.per100 .hide-on-download{display:inherit}div.upload.per0 .upload-progress:before{content:"";transform:rotate(180deg)}div.upload.per0.update .upload-progress:before{content:"";background-color:rgb(248.2666666667,207.7333333333,2.5333333333) !important;border-color:rgb(248.2666666667,207.7333333333,2.5333333333) !important;color:rgb(132.1515151515,110.5757575758,1.3484848485)}div.upload .error-link{display:none}div.upload.error .sub .total{display:none}div.upload.error .error-link{display:inherit}div.upload.error .upload-progress:before{content:"";background-color:var(--palette-error-main, #c23e37) !important;border-color:#ff3b30 !important;transform:rotate(0deg)}div.upload.update .upload-progress:before{border-color:rgb(248.2666666667,207.7333333333,2.5333333333) !important}div.upload.update .first,div.upload.update .last{background-color:rgb(248.2666666667,207.7333333333,2.5333333333) !important}div.upload .text,div.upload .text *{transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1);transition-timing-function:cubic-bezier(0.77, 0, 0.175, 1)}div.upload~div{opacity:0}div.upload.per100~div{animation:delayShow 300ms linear forwards}div.upload.per100 .text,div.upload.per100 .upload-progress{animation:delayHide 300ms linear forwards}div.upload.per100 .upload-progress:before{content:"";background-color:#b7d153;border-color:#b7d153 !important}div.upload.per100.update .upload-progress:before{color:var(--palette-primary-contrastText, #ffffff)}div.upload .upload-progress:before{color:var(--palette-primary-contrastText, #ffffff);border-color:#fff}div.upload .first,div.upload .last{background-color:var(--palette-background-b1, #ffffff)}div.upload.text-color.per0 .upload-progress:before{background-color:var(--palette-secondary-main, #cdcdcd)}div.upload.text-color .upload-progress:before{color:#fff;border-color:var(--palette-secondary-main, #cdcdcd)}div.upload.text-color .first,div.upload.text-color .last{background-color:var(--palette-secondary-main, #cdcdcd)}div.upload.bb-secondary-color-1.per0 .upload-progress:before{background-color:#fb662b}div.upload.bb-secondary-color-1 .upload-progress:before{color:#fff;border-color:#fb662b}div.upload.bb-secondary-color-1 .first,div.upload.bb-secondary-color-1 .last{background-color:#fb662b}div.upload.bb-secondary-color-2.per0 .upload-progress:before{background-color:var(--palette-brandAlt-main, #c56fd5)}div.upload.bb-secondary-color-2 .upload-progress:before{color:#fff;border-color:var(--palette-brandAlt-main, #c56fd5)}div.upload.bb-secondary-color-2 .first,div.upload.bb-secondary-color-2 .last{background-color:var(--palette-brandAlt-main, #c56fd5)}div.upload.bb-secondary-color-3.per0 .upload-progress:before{background-color:#fddd3b}div.upload.bb-secondary-color-3 .upload-progress:before{color:#fff;border-color:#fddd3b}div.upload.bb-secondary-color-3 .first,div.upload.bb-secondary-color-3 .last{background-color:#fddd3b}div.upload.bb-secondary-color-4.per0 .upload-progress:before{background-color:#26d7fd}div.upload.bb-secondary-color-4 .upload-progress:before{color:#fff;border-color:#26d7fd}div.upload.bb-secondary-color-4 .first,div.upload.bb-secondary-color-4 .last{background-color:#26d7fd}div.upload.bb-tertiary-color-1.per0 .upload-progress:before{background-color:#ca423f}div.upload.bb-tertiary-color-1 .upload-progress:before{color:#fff;border-color:#ca423f}div.upload.bb-tertiary-color-1 .first,div.upload.bb-tertiary-color-1 .last{background-color:#ca423f}div.upload.bb-tertiary-color-2.per0 .upload-progress:before{background-color:#35a06a}div.upload.bb-tertiary-color-2 .upload-progress:before{color:#fff;border-color:#35a06a}div.upload.bb-tertiary-color-2 .first,div.upload.bb-tertiary-color-2 .last{background-color:#35a06a}div.upload.bb-tertiary-color-3.per0 .upload-progress:before{background-color:#1874a4}div.upload.bb-tertiary-color-3 .upload-progress:before{color:#fff;border-color:#1874a4}div.upload.bb-tertiary-color-3 .first,div.upload.bb-tertiary-color-3 .last{background-color:#1874a4}div.upload.bb-tertiary-color-4.per0 .upload-progress:before{background-color:#b7d153}div.upload.bb-tertiary-color-4 .upload-progress:before{color:#fff;border-color:#b7d153}div.upload.bb-tertiary-color-4 .first,div.upload.bb-tertiary-color-4 .last{background-color:#b7d153}div.upload.bb-tertiary-color-5.per0 .upload-progress:before{background-color:#fbb034}div.upload.bb-tertiary-color-5 .upload-progress:before{color:#fff;border-color:#fbb034}div.upload.bb-tertiary-color-5 .first,div.upload.bb-tertiary-color-5 .last{background-color:#fbb034}div.upload.bb-tertiary-color-6.per0 .upload-progress:before{background-color:#c1977d}div.upload.bb-tertiary-color-6 .upload-progress:before{color:#fff;border-color:#c1977d}div.upload.bb-tertiary-color-6 .first,div.upload.bb-tertiary-color-6 .last{background-color:#c1977d}div.upload.bb-tertiary-color-7.per0 .upload-progress:before{background-color:#fedcba}div.upload.bb-tertiary-color-7 .upload-progress:before{color:#fff;border-color:#fedcba}div.upload.bb-tertiary-color-7 .first,div.upload.bb-tertiary-color-7 .last{background-color:#fedcba}div.upload .pie{position:absolute;top:50%;margin-top:-0.9375rem;left:50%;margin-left:-0.9375rem;width:1.875rem;height:1.875rem;overflow:hidden}div.upload .first,div.upload .last{width:0.9375rem;height:1.875rem;transition:transform 40ms cubic-bezier(0.25, 0.25, 0.75, 0.75);transition-timing-function:cubic-bezier(0.25, 0.25, 0.75, 0.75)}div.upload .first{border-top-left-radius:0.9375rem;border-bottom-left-radius:0.9375rem;transform-origin:100% 50%;position:absolute}div.upload .last{border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;transform-origin:0% 50%;margin-left:0.9375rem;position:relative;z-index:1;transform:rotate(180deg)}div.upload.per50 .last{transform:rotate(0deg);opacity:0}div.upload.per0 .pie{clip:rect(0, 1.875rem, 1.875rem, 0.9375rem)}div.upload.per0 .first{transform:rotate(0deg)}div.upload.per5 .pie{clip:rect(0, 1.875rem, 1.875rem, 0.9375rem)}div.upload.per5 .first{transform:rotate(18deg)}div.upload.per10 .pie{clip:rect(0, 1.875rem, 1.875rem, 0.9375rem)}div.upload.per10 .first{transform:rotate(36deg)}div.upload.per15 .pie{clip:rect(0, 1.875rem, 1.875rem, 0.9375rem)}div.upload.per15 .first{transform:rotate(54deg)}div.upload.per20 .pie{clip:rect(0, 1.875rem, 1.875rem, 0.9375rem)}div.upload.per20 .first{transform:rotate(72deg)}div.upload.per25 .pie{clip:rect(0, 1.875rem, 1.875rem, 0.9375rem)}div.upload.per25 .first{transform:rotate(90deg)}div.upload.per30 .pie{clip:rect(0, 1.875rem, 1.875rem, 0.9375rem)}div.upload.per30 .first{transform:rotate(108deg)}div.upload.per35 .pie{clip:rect(0, 1.875rem, 1.875rem, 0.9375rem)}div.upload.per35 .first{transform:rotate(126deg)}div.upload.per40 .pie{clip:rect(0, 1.875rem, 1.875rem, 0.9375rem)}div.upload.per40 .first{transform:rotate(144deg)}div.upload.per45 .pie{clip:rect(0, 1.875rem, 1.875rem, 0.9375rem)}div.upload.per45 .first{transform:rotate(162deg)}div.upload.per50 .pie{clip:rect(0, 1.875rem, 1.875rem, 0.9375rem)}div.upload.per50 .first{transform:rotate(180deg)}div.upload.per55 .pie{clip:rect(0, 1.875rem, 1.875rem, 0)}div.upload.per55 .first{transform:rotate(180deg)}div.upload.per55 .last{transform:rotate(18deg)}div.upload.per60 .pie{clip:rect(0, 1.875rem, 1.875rem, 0)}div.upload.per60 .first{transform:rotate(180deg)}div.upload.per60 .last{transform:rotate(36deg)}div.upload.per65 .pie{clip:rect(0, 1.875rem, 1.875rem, 0)}div.upload.per65 .first{transform:rotate(180deg)}div.upload.per65 .last{transform:rotate(54deg)}div.upload.per70 .pie{clip:rect(0, 1.875rem, 1.875rem, 0)}div.upload.per70 .first{transform:rotate(180deg)}div.upload.per70 .last{transform:rotate(72deg)}div.upload.per75 .pie{clip:rect(0, 1.875rem, 1.875rem, 0)}div.upload.per75 .first{transform:rotate(180deg)}div.upload.per75 .last{transform:rotate(90deg)}div.upload.per80 .pie{clip:rect(0, 1.875rem, 1.875rem, 0)}div.upload.per80 .first{transform:rotate(180deg)}div.upload.per80 .last{transform:rotate(108deg)}div.upload.per85 .pie{clip:rect(0, 1.875rem, 1.875rem, 0)}div.upload.per85 .first{transform:rotate(180deg)}div.upload.per85 .last{transform:rotate(126deg)}div.upload.per90 .pie{clip:rect(0, 1.875rem, 1.875rem, 0)}div.upload.per90 .first{transform:rotate(180deg)}div.upload.per90 .last{transform:rotate(144deg)}div.upload.per95 .pie{clip:rect(0, 1.875rem, 1.875rem, 0)}div.upload.per95 .first{transform:rotate(180deg)}div.upload.per95 .last{transform:rotate(162deg)}div.upload.per100 .pie{clip:rect(0, 1.875rem, 1.875rem, 0)}div.upload.per100 .first{transform:rotate(180deg)}div.upload.per100 .last{transform:rotate(180deg)}div.upload.light{color:var(--palette-primary-contrastText, #ffffff)}div.upload.dark{color:#6d6e70}div.upload.right .text{float:left;text-align:right;margin-right:0.625rem}div.upload.left .text{float:right;text-align:left;margin-left:0.625rem}div.upload .text{display:inline-block;line-height:125%}div.upload .text .sub{opacity:.5}.default-avatar-1 img{visibility:hidden}.default-avatar-1 .initials{color:var(--palette-primary-contrastText, #ffffff)}.default-avatar-2 img{visibility:hidden}.default-avatar-2 .initials{color:var(--palette-primary-contrastText, #ffffff)}.default-avatar-3 img{visibility:hidden}.default-avatar-3 .initials{color:var(--palette-primary-contrastText, #ffffff)}.default-avatar-4 img{visibility:hidden}.default-avatar-4 .initials{color:var(--palette-primary-contrastText, #ffffff)}.default-avatar-5 img{visibility:hidden}.default-avatar-5 .initials{color:var(--palette-primary-contrastText, #ffffff)}.default-avatar-6 img{visibility:hidden}.default-avatar-6 .initials{color:var(--palette-primary-contrastText, #ffffff)}.default-avatar-7 img{visibility:hidden}.default-avatar-7 .initials{color:var(--palette-primary-contrastText, #ffffff)}.default-avatar-8 img{visibility:hidden}.default-avatar-8 .initials{color:var(--palette-primary-contrastText, #ffffff)}.default-avatar-9 img{visibility:hidden}.default-avatar-9 .initials{color:var(--palette-primary-contrastText, #ffffff)}.default-avatar-10 img{visibility:hidden}.default-avatar-10 .initials{color:var(--palette-primary-contrastText, #ffffff)}.default-avatar-11 img{visibility:hidden}.default-avatar-11 .initials{color:var(--palette-primary-contrastText, #ffffff)}.default-avatar-12 img{visibility:hidden}.default-avatar-12 .initials{color:var(--palette-primary-contrastText, #ffffff)}bb-avatar{flex-shrink:0}.avatar,.element-image.avatar{position:relative;width:2.625rem;height:2.625rem;border-radius:50%}.avatar.inactive::before,.element-image.avatar.inactive::before{content:"";display:block;position:absolute;top:1.3125rem;left:-0.54338rem;width:3.71175rem;height:0.0625rem;background:var(--palette-secondary-main, #cdcdcd);box-shadow:0 0 0 2px var(--palette-background-b1, #ffffff);transform:rotate(-45deg);z-index:1}.avatar.inactive .avatar-inner,.element-image.avatar.inactive .avatar-inner{opacity:.3}.avatar img,.avatar bb-svg-icon,.element-image.avatar img,.element-image.avatar bb-svg-icon{border-radius:50%}.avatar img,.element-image.avatar img{min-height:100%;vertical-align:middle}.avatar .avatar-inner,.element-image.avatar .avatar-inner{border-radius:50%;overflow:hidden;width:100%;height:100%;z-index:0;position:relative;cursor:default}.avatar .avatar-single,.element-image.avatar .avatar-single{width:100%;height:100%;float:left;position:relative;background:var(--palette-background-b4, #e5e5e5);background-position:center;background-repeat:no-repeat;overflow:hidden}.avatar .avatar-single.image-avatar,.element-image.avatar .avatar-single.image-avatar{background:rgba(0,0,0,0);cursor:default}.avatar .avatar-single.avatar-placeholder img,.element-image.avatar .avatar-single.avatar-placeholder img{width:80%;height:80%;display:block;margin:auto}.avatar .avatar-single .multi-user-id,.element-image.avatar .avatar-single .multi-user-id{display:flex;justify-content:center;align-items:center;background:var(--palette-background-b9, #262626);height:100%;width:100%}.avatar .avatar-single .multi-user-id svg,.element-image.avatar .avatar-single .multi-user-id svg{color:var(--palette-primary-contrastText, #ffffff);height:50%;stroke-width:3;width:50%}.avatar.outline::before,.element-image.avatar.outline::before{content:"";display:inline-block;height:2.875rem;width:2.875rem;background-color:#fff;position:absolute;top:-0.125rem;left:-0.125rem;border-radius:50%;z-index:-1}.avatar.outline::after,.element-image.avatar.outline::after{content:"";display:inline-block;height:3.125rem;width:3.125rem;position:absolute;top:-0.25rem;left:-0.25rem;border-radius:50%;z-index:-2}.avatar.outline.alert-outline::after,.element-image.avatar.outline.alert-outline::after{background-color:#ff3b30}.avatar.outline.selected-outline::after,.element-image.avatar.outline.selected-outline::after{background-color:var(--palette-brandAlt-main, #c56fd5)}.avatar.two-plus-participants .avatar-single,.avatar.two-participants .avatar-single,.element-image.avatar.two-plus-participants .avatar-single,.element-image.avatar.two-participants .avatar-single{width:50%}.avatar.two-plus-participants .image-avatar img,.avatar.two-participants .image-avatar img,.element-image.avatar.two-plus-participants .image-avatar img,.element-image.avatar.two-participants .image-avatar img{max-width:2.625rem;margin-left:-0.65625rem}.avatar.two-plus-participants.large .image-avatar img,.avatar.two-participants.large .image-avatar img,.element-image.avatar.two-plus-participants.large .image-avatar img,.element-image.avatar.two-participants.large .image-avatar img{max-width:2.8875rem;margin-left:-0.72188rem}.avatar.two-plus-participants .first,.avatar.two-participants .first,.element-image.avatar.two-plus-participants .first,.element-image.avatar.two-participants .first{border-right:1px solid #fff}.avatar.two-plus-participants .first,.avatar.two-plus-participants .first img,.avatar.two-participants .first,.avatar.two-participants .first img,.element-image.avatar.two-plus-participants .first,.element-image.avatar.two-plus-participants .first img,.element-image.avatar.two-participants .first,.element-image.avatar.two-participants .first img{border-radius:50% 0 0 50%}.avatar.two-plus-participants .second,.avatar.two-participants .second,.element-image.avatar.two-plus-participants .second,.element-image.avatar.two-participants .second{border-left:1px solid #fff}.avatar.two-plus-participants .second,.avatar.two-plus-participants .second img,.avatar.two-participants .second,.avatar.two-participants .second img,.element-image.avatar.two-plus-participants .second,.element-image.avatar.two-plus-participants .second img,.element-image.avatar.two-participants .second,.element-image.avatar.two-participants .second img{border-radius:0 50% 50% 0}.avatar.two-plus-participants .second .initials,.avatar.two-participants .second .initials,.element-image.avatar.two-plus-participants .second .initials,.element-image.avatar.two-participants .second .initials{border-radius:0%}.avatar.two-plus-participants .initials,.avatar.two-participants .initials,.element-image.avatar.two-plus-participants .initials,.element-image.avatar.two-participants .initials{font-weight:600;font-size:0.6875rem}.avatar .initials,.element-image.avatar .initials{position:absolute;top:0;left:0;width:100%;height:100%;line-height:2.625rem;text-align:center !important;font-size:1.125rem;font-weight:600;color:var(--palette-primary-contrastText, #ffffff);background:var(--palette-background-b9, #262626);border-radius:50%;text-transform:capitalize}.avatar.large,.element-image.avatar.large{width:2.8875rem;height:2.8875rem}.avatar[data-status],.element-image.avatar[data-status]{overflow:visible}.avatar[data-status]:before,.element-image.avatar[data-status]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%}.avatar[data-status]:after,.element-image.avatar[data-status]:after{content:"";position:absolute;width:0.75rem;height:0.75rem;right:-0.125rem;bottom:-0.125rem;border-radius:50%}.avatar[data-status=online],.element-image.avatar[data-status=online]{box-shadow:0 0 0 2px #b7d153,0 0 0 3px var(--palette-background-b1, #ffffff)}.avatar[data-status=online]:before,.element-image.avatar[data-status=online]:before{box-shadow:inset 0 0 0 2px var(--palette-background-b1, #ffffff)}.avatar[data-status=online]:after,.element-image.avatar[data-status=online]:after{box-shadow:inset 0 0 0 2px hsl(72.380952381,57.7981651376%,40.0784313725%),0 0 0 2px var(--palette-background-b1, #ffffff);background-color:#b7d153}.avatar .accommodation,.element-image.avatar .accommodation{position:absolute;right:-0.375rem;bottom:-0.375rem;color:var(--palette-brandAlt-main, #c56fd5);background-color:var(--palette-common-white, #ffffff);border-radius:50%;padding:0.125rem}.avatar-container{margin:1.25rem 0}.avatar-container{position:relative;display:inline-block;margin-left:0.125rem;margin-right:0.25rem}.avatar-container .profile-card-dark{background-color:var(--palette-background-b9, #262626);border-color:#262626;color:var(--palette-primary-contrastText, #ffffff);min-width:21.875rem;max-width:21.875rem;width:auto;padding:0.625rem;opacity:1;bottom:auto;box-shadow:none;outline:none}.avatar-container .profile-card-dark:before,.avatar-container .profile-card-dark:after{border-top-color:#262626}.avatar-container .profile-card-dark .name a{color:var(--palette-primary-contrastText, #ffffff) !important}.avatar-container .profile-card-dark .participant{padding-left:3.125rem;border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.avatar-container .profile-card-dark .status{display:inline-block;color:var(--palette-primary-contrastText, #ffffff);margin-right:1.25rem;cursor:default}.avatar-container .profile-card-dark .inline-list li{background-color:rgba(0,0,0,0)}.avatar-container .profile-card-dark .inline-list li a{padding:0;color:var(--palette-primary-contrastText, #ffffff)}.avatar-container .profile-card-dark .inline-list li a:hover{text-decoration:underline}.avatar-container .profile-card-dark footer{padding:0.875rem 0 0.375rem}.avatar-container .profile-card-dark footer .inline-list:last-child{margin-bottom:0}.view-more{display:inline-block;color:var(--palette-text-secondary, #666666);padding:0 0.25rem;text-decoration:none}.messages-container{position:relative;padding-top:1.125rem;background-color:var(--palette-background-b1, #ffffff);overflow:visible;height:100%}.messages-container,.messages-container:hover{border:1px solid var(--palette-border-main, #cdcdcd)}.messages-container:before{content:"";display:block;height:0.3125rem;left:-0.0625rem;position:absolute;right:-0.0625rem;top:-0.0625rem}.messages-container.no-border{border:0 !important}.messages-container.show-all .message-card.old-message{position:relative !important;top:auto;left:auto;opacity:1;visibility:visible}.messages-container .actions{position:absolute;top:0.75rem}@media only screen and (min-width:64em){.messages-container .actions{top:0.625rem}}@media only screen and (max-width: 39.9375em){.messages-container .actions{right:0.375rem}}@media only screen and (min-width:40em){.messages-container .actions{right:0.9375rem}}.messages-container .actions button{opacity:0;margin-top:1rem;font-size:1.375rem}.messages-container .actions button:hover{color:var(--palette-text-primary, #262626)}.messages-container .actions button:focus{opacity:1}.messages-container .messages-header{border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.messages-container .messages-header .subtitle{font-size:.875rem;text-align:left;color:var(--palette-text-primary, #262626);line-height:.875rem}.messages-container .messages-header .subtitle a{color:var(--palette-text-primary, #262626)}.messages-container .messages-header .title{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:300;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;margin-bottom:0.625rem;display:flex}.messages-container .messages-header .title a{color:var(--palette-text-primary, #262626);overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important}.messages-container .messages-header .disable-link{text-decoration:none !important;cursor:text}.messages-container .messages-header a{text-decoration:none}.messages-container .messages-header:hover a,.messages-container .messages-header :focus a{text-decoration:underline}.messages-container .messages-header .summary{background-color:var(--palette-background-b2, #f8f8f8) !important;display:block;width:100%;padding:0.625rem;box-shadow:inset 0 4px 0 0 rgba(0,0,0,.05);font-size:.75rem;line-height:.75rem}.messages-container .messages-header .summary .new-messages{display:inline-table;font-weight:700}.messages-container .messages-header .summary .total-messages{display:inline-table}.messages-container .messages-header .add-button{position:absolute;top:-0.5rem;right:0.75rem}.messages-container .messages-header .add-button a{position:relative;text-align:center;padding-top:0.5625rem;padding-bottom:0.625rem;opacity:1;font-size:1.375rem;top:0.625rem;right:0.75rem;min-width:2.39375rem;transition:transform 100ms,background-color 250ms,color 250ms,box-shadow 250ms,opacity 250ms;background-color:rgba(0,0,0,0);color:#e5e5e5;color:rgb(168.2,168.2,168.2);text-decoration:none;box-shadow:none}.messages-container .messages-header .add-button a:hover{color:var(--palette-text-primary, #262626);background-color:rgba(0,0,0,0)}.messages-container .messages-header .add-button a.disabled,.messages-container .messages-header .add-button a:disabled,.messages-container .messages-header .add-button a[disabled=disabled]{color:#e5e5e5 !important}.messages-container .messages-header .add-button a.disabled::after,.messages-container .messages-header .add-button a:disabled::after,.messages-container .messages-header .add-button a[disabled=disabled]::after{opacity:0 !important}.messages-container .message-cards{list-style:none}.messages-container .message-cards .message-card{border-bottom:1px solid var(--palette-border-main, #cdcdcd);position:relative;transition:all 400ms;overflow-x:hidden}.messages-container .message-cards .message-card a{text-decoration:none}.messages-container .message-cards .message-card a:hover{text-decoration:underline}.hide-focus-outline .messages-container .message-cards .message-card:not(:hover) .actions button:focus{opacity:0 !important}.touch .hide-focus-outline .messages-container .message-cards .message-card:not(:hover) .actions button:focus{opacity:1 !important}.messages-container .message-cards .message-card.old-message{position:absolute !important;top:-624.9375rem;left:-624.9375rem;opacity:0;visibility:hidden}.messages-container .message-cards .message-card .message-avatar{position:absolute;top:1.0625rem}.messages-container .message-cards .message-card .message-avatar .avatar{width:2rem;height:2rem}@media only screen and (max-width: 39.9375em){.messages-container .message-cards .message-card .message-avatar{left:0.75rem}}@media only screen and (min-width:40em)and (max-width:63.9375em){.messages-container .message-cards .message-card .message-avatar{left:1.125rem}}@media only screen and (min-width:64em){.messages-container .message-cards .message-card .message-avatar{left:1.5rem}}.messages-container .message-cards .message-card .message-info{text-align:left;padding-bottom:0.9375rem;padding-top:0.9375rem}@media only screen and (max-width: 39.9375em){.messages-container .message-cards .message-card .message-info{margin-left:3rem;padding-right:2.8125rem}}@media only screen and (min-width:40em)and (max-width:63.9375em){.messages-container .message-cards .message-card .message-info{margin-left:3.375rem;padding-right:4.5rem}}@media only screen and (min-width:64em){.messages-container .message-cards .message-card .message-info{margin-left:4rem;padding-right:5rem}}.messages-container .message-cards .message-card .message-info .actions .button{margin-top:0}.messages-container .message-cards .message-card .message-info .participants{font-size:.875rem;word-wrap:break-word;white-space:nowrap;font-weight:600;margin-bottom:0}@media only screen and (min-width:64em){.messages-container .message-cards .message-card .message-info .participants{padding-right:9.5rem}}.messages-container .message-cards .message-card .message-info .participants.inactive{color:var(--palette-text-hint, #767676)}.messages-container .message-cards .message-card .message-info .last-activity{font-weight:400;font-size:.875rem}.messages-container .message-cards .message-card .message-info .latest-message{margin-top:0.5rem;width:100%}.messages-container .message-cards .message-card .message-info .latest-message .sender{font-weight:600;display:inline-flex;max-width:60%;margin-right:0.1875rem}.messages-container .message-cards .message-card .message-info .latest-message .sender .username{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.messages-container .message-cards .message-card .message-info .latest-message .text-input-wrapper{min-height:auto;margin:0}.messages-container .message-cards .message-card .message-info .preview,.messages-container .message-cards .message-card .message-info .editor-element,.messages-container .message-cards .message-card .message-info bb-bbml-editor,.messages-container .message-cards .message-card .message-info .rich-text-editor{direction:ltr;padding:0}.messages-container .message-cards .message-card .message-info .preview p,.messages-container .message-cards .message-card .message-info .editor-element p,.messages-container .message-cards .message-card .message-info bb-bbml-editor p,.messages-container .message-cards .message-card .message-info .rich-text-editor p{display:none}.messages-container .message-cards .message-card .message-info .preview p:first-of-type,.messages-container .message-cards .message-card .message-info .editor-element p:first-of-type,.messages-container .message-cards .message-card .message-info bb-bbml-editor p:first-of-type,.messages-container .message-cards .message-card .message-info .rich-text-editor p:first-of-type{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:0}.messages-container .message-cards .message-card .message-info .preview.unread,.messages-container .message-cards .message-card .message-info .editor-element.unread,.messages-container .message-cards .message-card .message-info bb-bbml-editor.unread,.messages-container .message-cards .message-card .message-info .rich-text-editor.unread{color:red}.messages-container .message-cards .message-card:hover .participants{text-decoration:underline}.messages-container .message-cards .message-card:hover .actions button{opacity:1}.messages-container .message-cards .message-card.unread .participants{font-weight:700}.messages-container .message-cards .message-card.unread .last-activity .timestamp{color:var(--palette-text-secondary, #666666)}.messages-container .message-cards .message-card.unread .preview{color:#000}.messages-container .spinner{top:250% !important}.messages-container .no-messages{margin-top:1.75rem;margin-bottom:1.25rem}.messages-container .no-messages img{margin:0.625rem auto;max-width:7.875rem}.messages-container .no-messages .main{font-family:"Noto Serif",serif;font-size:1.5rem;margin-bottom:0.3125rem;margin-top:1.25rem}.messages-container .no-messages .caption{margin:0 auto;width:80%}@media only screen and (min-width:64em){.messages-container .no-messages .caption{width:50%;margin-bottom:2.5rem}}.messages-container .messages-footer{padding:0.375rem 1.375rem;text-align:right}.messages-container .messages-footer .view-toggle{font-weight:600}.messages-container .collapse .columns,.messages-container .collapse .column{padding-left:0;padding-right:0}.touch .messages-container button{opacity:1 !important}@media only screen and (min-width:40em){#message-panel,.message-panel{padding:0}}#message-panel .invalid .bb-editor-container,.message-panel .invalid .bb-editor-container{border-color:#ff3b30;border-top:1px solid #ff3b30;box-shadow:inset 0 0 0 4px rgba(255,59,48,.1)}#message-panel .error-message,.message-panel .error-message{display:inline-flex;align-items:center;color:var(--palette-error-main, #c23e37);font-size:.75rem}#message-panel .error-message>*,.message-panel .error-message>*{margin-right:0.3125rem}#message-panel .email-copy-info,.message-panel .email-copy-info{display:flex;align-items:flex-start;font-size:.875rem;background-color:#d7f7ff}#message-panel .email-copy-info>:first-child,.message-panel .email-copy-info>:first-child{position:relative;margin-top:0.75rem}#message-panel .email-copy-info>*,.message-panel .email-copy-info>*{margin-inline-start:0.75rem;margin-top:0.5rem;margin-bottom:0.5rem}#message-panel .panel-header,.message-panel .panel-header{margin:0;flex-shrink:0}#message-panel .panel-header .panel-title,.message-panel .panel-header .panel-title{flex:1}#message-panel .panel-header button bb-svg-icon,.message-panel .panel-header button bb-svg-icon{color:var(--palette-secondary-main, #cdcdcd)}#message-panel .panel-header button bb-svg-icon:hover,.message-panel .panel-header button bb-svg-icon:hover{color:var(--palette-primary-contrastText, #ffffff)}body.hide-focus-outline #message-panel .panel-header button bb-svg-icon:focus,body.hide-focus-outline .message-panel .panel-header button bb-svg-icon:focus{color:var(--palette-primary-contrastText, #ffffff)}@media only screen and (min-width:40em){#message-panel .panel-header button bb-svg-icon,.message-panel .panel-header button bb-svg-icon{color:var(--palette-text-secondary, #666666)}#message-panel .panel-header button bb-svg-icon:hover,.message-panel .panel-header button bb-svg-icon:hover{color:var(--palette-text-primary, #262626)}body.hide-focus-outline #message-panel .panel-header button bb-svg-icon:focus,body.hide-focus-outline .message-panel .panel-header button bb-svg-icon:focus{color:var(--palette-text-primary, #262626)}}@media only screen and (min-width:40em){#message-panel .panel-header button bb-svg-icon[size=small],.message-panel .panel-header button bb-svg-icon[size=small]{display:none}}#message-panel .panel-header button bb-svg-icon[size=medium],.message-panel .panel-header button bb-svg-icon[size=medium]{display:none}@media only screen and (min-width:40em){#message-panel .panel-header button bb-svg-icon[size=medium],.message-panel .panel-header button bb-svg-icon[size=medium]{display:inline-flex}}.bb-offcanvas-panel.peek #message-panel.panel-wrap,.bb-offcanvas-panel.peek .message-panel.panel-wrap{padding:0;overflow:hidden}.bb-offcanvas-panel.peek #message-panel.panel-wrap .panel-content,.bb-offcanvas-panel.peek .message-panel.panel-wrap .panel-content{padding:0}.bb-offcanvas-panel.peek #message-panel.panel-wrap .panel-content.is-new,.bb-offcanvas-panel.peek .message-panel.panel-wrap .panel-content.is-new{overflow-y:auto;margin-top:0;padding-top:1.5rem}@media only screen and (min-width:40em){.bb-offcanvas-panel.peek #message-panel.panel-wrap,.bb-offcanvas-panel.peek .message-panel.panel-wrap{display:flex;flex-direction:column}}@media only screen and (min-width:40em){.bb-offcanvas-panel.full #message-panel.panel-wrap,.bb-offcanvas-panel.full .message-panel.panel-wrap{display:flex;flex-direction:column;min-height:53.75rem}}#message-panel hr,.message-panel hr{margin:0.75rem 0}#message-panel .message-navigation .disabled-navigation,.message-panel .message-navigation .disabled-navigation{opacity:.2 !important}#message-panel .message-navigation .disabled-navigation:after,.message-panel .message-navigation .disabled-navigation:after{content:none}#message-panel .panel-content,.message-panel .panel-content{overflow:hidden;padding:0}@media only screen and (min-width:64em){#message-panel .panel-content,.message-panel .panel-content{padding-top:inherit;margin-bottom:0}}#message-panel .panel-content.-has-footer,.message-panel .panel-content.-has-footer{max-width:62.5rem;margin:auto auto 4.375rem;padding-top:0.625rem}@media only screen and (min-width:40em){#message-panel .panel-content.-has-footer .ql-editor,.message-panel .panel-content.-has-footer .ql-editor{min-height:18.75rem}}@media only screen and (min-width:64em){#message-panel .panel-content.-has-footer,.message-panel .panel-content.-has-footer{padding-top:inherit;margin-bottom:1.25rem}}@media only screen and (min-width:40em){#message-panel .panel-content,.message-panel .panel-content{flex:1;padding:0 1.875rem}}#message-panel .panel-content.is-new .message-entries,.message-panel .panel-content.is-new .message-entries{height:auto !important;border-bottom:none !important}#message-panel .panel-content.is-new .message-reply-container,.message-panel .panel-content.is-new .message-reply-container{background-color:rgba(0,0,0,0);border-top:none;position:relative;width:100% !important;left:0 !important;top:-1.5625rem}@media only screen and (min-width:40em)and (max-width:63.9375em){#message-panel .panel-content.is-new .message-reply-container,.message-panel .panel-content.is-new .message-reply-container{top:-0.625rem}}#message-panel .panel-content.is-new .message-reply-container .message-reply .bb-editor-root,.message-panel .panel-content.is-new .message-reply-container .message-reply .bb-editor-root{margin-top:0.4375rem}#message-panel .panel-content.is-new .message-reply-container .students-cannot-create-or-reply,.message-panel .panel-content.is-new .message-reply-container .students-cannot-create-or-reply{padding-top:0}#message-panel .panel-content.is-new .peek-panel-message-header,.message-panel .panel-content.is-new .peek-panel-message-header{border-bottom:none;padding:1rem 1.875rem}@media only screen and (min-width:40em)and (max-width:63.9375em){#message-panel .panel-content.is-new .peek-panel-message-header,.message-panel .panel-content.is-new .peek-panel-message-header{padding:0 3.75rem}}#message-panel .peek-panel-message-header,.message-panel .peek-panel-message-header{padding:0 1.875rem 1.875rem;border-bottom:1px solid var(--palette-border-main, #cdcdcd)}@media only screen and (min-width:64em){#message-panel .peek-panel-message-header,.message-panel .peek-panel-message-header{margin:0 auto;padding:0 0 1.25rem;max-width:62.5rem}}#message-panel .peek-panel-message-header .participants-wrapper .participant-autocomplete,.message-panel .peek-panel-message-header .participants-wrapper .participant-autocomplete{width:calc(100% - 3.75rem);max-width:62.5rem}@media only screen and (min-width:40em)and (max-width:63.9375em){#message-panel .peek-panel-message-header .participants-wrapper .participant-autocomplete,.message-panel .peek-panel-message-header .participants-wrapper .participant-autocomplete{width:calc(100% - 11.25rem)}}@media only screen and (min-width:64em){#message-panel .peek-panel-message-header .participants-wrapper .participant-autocomplete,.message-panel .peek-panel-message-header .participants-wrapper .participant-autocomplete{width:calc(100% - 7.5rem)}}#message-panel .peek-panel-message-header .message-timestamp,.message-panel .peek-panel-message-header .message-timestamp{font-style:italic;color:var(--palette-text-secondary, #666666);font-size:.75rem}@media only screen and (min-width:40em){#message-panel .peek-panel-message-header .message-timestamp,.message-panel .peek-panel-message-header .message-timestamp{margin-top:-0.3125rem}}#message-panel .peek-panel-message-header .message-timestamp>span,.message-panel .peek-panel-message-header .message-timestamp>span{display:inline-flex}#message-panel .peek-panel-message-header .bcc-helper-message,.message-panel .peek-panel-message-header .bcc-helper-message{border-bottom:1px solid var(--palette-border-main, #cdcdcd);margin:0.9375rem 0}#message-panel .message-info,.message-panel .message-info{font-size:1.125rem;text-align:left}@media only screen and (max-width: 39.9375em){#message-panel .message-info,.message-panel .message-info{width:80%}}#message-panel .message-info .message-create-date,.message-panel .message-info .message-create-date{display:inline}#message-panel .participant-info .participant-names,.message-panel .participant-info .participant-names{margin-top:0.625rem;word-wrap:break-word}#message-panel .participant-info .participant-count,.message-panel .participant-info .participant-count{font-style:italic;margin-left:0.125rem;text-align:left;margin-top:-0.4375rem;margin-bottom:0.4375rem}#message-panel .participant-info .participant-pictures,.message-panel .participant-info .participant-pictures{margin-bottom:-1.25rem !important;margin-left:-1.25rem !important}#message-panel .participant-info .above-limit,.message-panel .participant-info .above-limit{white-space:nowrap;margin-top:0.625rem;cursor:pointer}#message-panel .participant-info .add-participant-button,.message-panel .participant-info .add-participant-button{background-color:rgba(0,0,0,0);color:var(--palette-text-secondary, #666666);margin-bottom:0;font-size:1.375rem}#message-panel .participant-info .add-participant-button:hover,.message-panel .participant-info .add-participant-button:hover{color:var(--palette-text-primary, #262626)}#message-panel .participant-list-close,.message-panel .participant-list-close{position:relative;font-size:.75rem;padding-top:0.3125rem;padding-bottom:0.125rem;text-align:right}#message-panel .message-entries,.message-panel .message-entries{list-style:none;margin:0 -0.125rem;padding:0 1.875rem;overflow-y:auto}@media only screen and (min-width:64em){#message-panel .message-entries,.message-panel .message-entries{margin:0 auto;padding:0;max-width:62.5rem}}#message-panel .message-entries .element-card .name.inactive,.message-panel .message-entries .element-card .name.inactive{color:var(--palette-text-hint, #767676)}#message-panel .message-entries .old-replies,.message-panel .message-entries .old-replies{text-align:center;border-bottom:1px solid var(--palette-border-main, #cdcdcd)}#message-panel .message-entries .old-replies .show-previous-replies,.message-panel .message-entries .old-replies .show-previous-replies{text-align:center;padding:0.5rem;width:99%;margin-bottom:0.3125rem;margin-top:0.3125rem;display:inline-block;cursor:pointer;color:var(--palette-link-active, #2075a3)}#message-panel .message-entries .old-replies .show-previous-replies:before,.message-panel .message-entries .old-replies .show-previous-replies:before{content:"";padding-right:0.5rem;font-size:0.625rem}#message-panel .message-entry,.message-panel .message-entry{position:relative;padding:0.5rem 0.125rem;text-align:left}#message-panel .message-entry:first-of-type,.message-panel .message-entry:first-of-type{margin-top:0.625rem}#message-panel .message-entry:not(:nth-last-child(2)),.message-panel .message-entry:not(:nth-last-child(2)){border-bottom:1px solid var(--palette-border-main, #cdcdcd)}#message-panel .message-entry .text-editor .editor-element p,#message-panel .message-entry .text-editor .editor-element ul,#message-panel .message-entry .text-editor .editor-element ol,.message-panel .message-entry .text-editor .editor-element p,.message-panel .message-entry .text-editor .editor-element ul,.message-panel .message-entry .text-editor .editor-element ol{margin-bottom:0}#message-panel .message-entry .normal-message p,.message-panel .message-entry .normal-message p{margin-bottom:0}#message-panel .message-entry .message-content h4,.message-panel .message-entry .message-content h4{font-size:1.125rem}#message-panel .message-entry .message-content h5,.message-panel .message-entry .message-content h5{font-size:1rem}#message-panel .message-entry.added-users .element-card,.message-panel .message-entry.added-users .element-card{display:none}#message-panel .message-entry.added-users .content,.message-panel .message-entry.added-users .content{margin-top:0}#message-panel .message-entry.added-users .entry-status.unread,.message-panel .message-entry.added-users .entry-status.unread{display:none}#message-panel .message-entry .element-content h2.message-user,.message-panel .message-entry .element-content h2.message-user{font-size:.875rem;font-weight:normal;margin:0}#message-panel .message-entry .element-content .name,.message-panel .message-entry .element-content .name{font-weight:700;word-wrap:break-word}#message-panel .message-entry .content,.message-panel .message-entry .content{margin-top:0.75rem;margin-bottom:0.25rem;word-break:normal;word-wrap:break-word;width:100%}#message-panel .message-entry .content ul,#message-panel .message-entry .content ol,.message-panel .message-entry .content ul,.message-panel .message-entry .content ol{margin-bottom:0}#message-panel .message-entry .entry-status,.message-panel .message-entry .entry-status{transition:all 200ms;border-radius:50%;position:absolute;background-color:var(--palette-brandAlt-main, #c56fd5)}#message-panel .message-entry .entry-status.unread,.message-panel .message-entry .entry-status.unread{width:0.375rem;height:0.375rem;left:0;top:1.9375rem;z-index:3}#message-panel .message-entry .entry-status.read,#message-panel .message-entry .entry-status:hover,.message-panel .message-entry .entry-status.read,.message-panel .message-entry .entry-status:hover{width:0;height:0;left:0.125rem;top:2.125rem}body:not(.hide-focus-outline) #message-panel .message-entry:focus:focus,.hide-focus-outline #message-panel .message-entry:focus.override-focus-outline:focus,body:not(.hide-focus-outline) .message-panel .message-entry:focus:focus,.hide-focus-outline .message-panel .message-entry:focus.override-focus-outline:focus{outline:none;box-shadow:inset 0 0 0 .125rem #006dc7 !important}#message-panel .message-reply-container,.message-panel .message-reply-container{position:absolute;width:100%;background-color:var(--palette-background-b2, #f8f8f8);border-top:1px solid var(--palette-border-main, #cdcdcd);padding:0 1.875rem;left:0}@media only screen and (min-width:40em){#message-panel .message-reply-container,.message-panel .message-reply-container{top:calc(100% - 10rem);border-top:none}}#message-panel .message-reply-container .form-element-errors,.message-panel .message-reply-container .form-element-errors{margin-top:-0.5625rem !important}#message-panel .message-reply-container .students-cannot-create-or-reply,.message-panel .message-reply-container .students-cannot-create-or-reply{padding-top:0.625rem;font-style:italic}#message-panel .message-reply-panel,.message-panel .message-reply-panel{margin:0 auto;padding:0.625rem 0 0}@media only screen and (min-width:40em)and (max-width:63.9375em){#message-panel .message-reply-panel,.message-panel .message-reply-panel{padding:0.625rem 1.875rem 0}}@media only screen and (min-width:64em){#message-panel .message-reply-panel,.message-panel .message-reply-panel{max-width:62.5rem}}#message-panel .message-reply:focus,.message-panel .message-reply:focus{outline:none}#message-panel .message-reply .bb-editor-root,.message-panel .message-reply .bb-editor-root{resize:none;margin:0.3125rem 0}#message-panel .message-reply .ql-editor,.message-panel .message-reply .ql-editor{max-height:10.125rem}@media only screen and (min-width:40em)and (max-width:63.9375em){#message-panel .message-reply .ql-editor,.message-panel .message-reply .ql-editor{height:12rem}}@media only screen and (min-width:64em){#message-panel .message-reply .ql-editor,.message-panel .message-reply .ql-editor{min-height:6.5rem}}#message-panel .message-reply-label,.message-panel .message-reply-label{margin-top:0.9375rem}#message-panel .allow-replies-wrapper,#message-panel .send-email-wrapper,.message-panel .allow-replies-wrapper,.message-panel .send-email-wrapper{margin-top:0.625rem}@media only screen and (max-width: 39.9375em){#message-panel .allow-replies-wrapper label,#message-panel .send-email-wrapper label,.message-panel .allow-replies-wrapper label,.message-panel .send-email-wrapper label{width:80%}}#message-panel .send-email-warning,.message-panel .send-email-warning{padding-left:1.75rem;font-style:italic}#message-panel .send-wrapper,.message-panel .send-wrapper{float:right;margin-top:0.625rem}#message-panel .send-wrapper .button,.message-panel .send-wrapper .button{min-width:5rem}#message-panel .bb-validation-messages,.message-panel .bb-validation-messages{position:initial}#message-panel .bb-validation-messages span,.message-panel .bb-validation-messages span{display:inline-block;padding-top:0.625rem}#message-panel .guidance-wrapper,.message-panel .guidance-wrapper{padding:0.0625rem 0}#message-panel .message-new,.message-panel .message-new{width:100%;margin-bottom:0}#message-panel .message-anim,.message-panel .message-anim{text-align:center;font-style:italic;position:relative;z-index:3}#message-panel .message-anim span,.message-panel .message-anim span{position:absolute;top:2.1875rem;left:-8.75rem;width:18.75rem;color:var(--palette-primary-contrastText, #ffffff)}#message-panel textarea,.message-panel textarea{text-align:left}#message-panel .added-users,.message-panel .added-users{font-style:italic;text-align:center;display:block}#message-panel .attachments-container,.message-panel .attachments-container{width:100%}#message-panel .attachments-container .attachment-select,.message-panel .attachments-container .attachment-select{list-style:none}#message-panel .attachments-container .attachment-select li,.message-panel .attachments-container .attachment-select li{border-bottom:1px solid var(--palette-border-main, #cdcdcd);line-height:2.5rem}#message-panel .attachments-container .attachment-select li i,.message-panel .attachments-container .attachment-select li i{vertical-align:middle}#message-panel .attachments-container .attachment-select li button,.message-panel .attachments-container .attachment-select li button{margin:0;width:100%;padding:0.5rem;text-align:left}@media only screen and (min-width:40em){#message-panel .attachments-container .attachment-select li button,.message-panel .attachments-container .attachment-select li button{padding:0.875rem}}#message-panel .attachments-container .attachment-select li button:hover,.message-panel .attachments-container .attachment-select li button:hover{background-color:var(--palette-background-b2, #f8f8f8)}#message-panel .attached-files .upload-progress,.message-panel .attached-files .upload-progress{top:-0.5rem;left:0.3125rem}#message-panel .replies-disabled,.message-panel .replies-disabled{position:absolute;bottom:0;width:100%;font-style:italic;left:0;padding:0.625rem 1.875rem 0.625rem;border-top:1px solid var(--palette-border-main, #cdcdcd)}#message-panel .replies-disabled textarea,.message-panel .replies-disabled textarea{height:2.375rem;resize:none}@media only screen and (min-width:64em){#message-panel .replies-disabled textarea,.message-panel .replies-disabled textarea{width:62.5rem;margin:0 auto}}#message-panel .replies-disabled div,.message-panel .replies-disabled div{text-align:right}#message-panel .close-more-info,.message-panel .close-more-info{font-size:.75rem;padding-top:0.3125rem;padding-bottom:0.125rem;text-align:right}.messages-container .timestamp,.message-panel .timestamp{color:var(--palette-text-secondary, #666666)}.messages-container .timestamp>div,.message-panel .timestamp>div{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important}.messages-container .rich-text-editor .ql-disabled .ql-editor,.message-panel .rich-text-editor .ql-disabled .ql-editor{padding:0;min-height:0;max-height:none}.footer-inline-messages{position:absolute;bottom:0}.footer-inline-messages button{margin-bottom:0}.peek.with-overlay:after{position:absolute;background-color:#000;width:100%;height:100%;top:0;left:0;content:" ";z-index:2;opacity:.6}.bb-offcanvas-panel .messages-container{padding-top:0;margin-top:-0.3125rem;margin-left:-1.875rem;margin-right:-1.875rem}@media only screen and (max-width: 39.9375em){.bb-offcanvas-panel .messages-container{margin-left:-0.9375rem;margin-right:-0.9375rem}}.bb-offcanvas-panel .messages-container .messages-header .summary{display:flex;align-items:center;padding:0.875rem 1.875rem;min-height:2.8125rem}.bb-offcanvas-panel .messages-container .messages-header .summary .actions{top:0.3125rem}@media only screen and (min-width:64em){.bb-offcanvas-panel .messages-container .messages-header .summary .actions{right:1.875rem}}.bb-offcanvas-panel .messages-container .message-card{border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.bb-offcanvas-panel .messages-container .message-card:first-of-type{border-top:1px solid var(--palette-border-main, #cdcdcd)}@media only screen and (max-width: 39.9375em){.bb-offcanvas-panel .no-messages{margin-top:0.3125rem}}.bb-offcanvas-panel .no-messages img{max-width:12.5rem;max-height:12.5rem}@media only screen and (max-width: 39.9375em){.bb-offcanvas-panel .no-messages .main{width:100%;margin-top:0}}.bb-offcanvas-panel .no-messages .caption{width:80%}@media only screen and (min-width:64em){.bb-offcanvas-panel .no-messages .caption{width:35%}}.individual-message-warning{display:flex;align-items:flex-start;margin:0.0625rem 0 0.5rem 0}.individual-message-warning .message-warning-icon{margin:0.3125rem 0 0 0.125rem}.individual-message-warning>span{padding-left:0.625rem}@media only screen and (min-width:40em){.individual-message-warning{align-items:center}.individual-message-warning .message-warning-icon{margin-top:0.4375rem}}@font-face{font-family:"bb-icons";src:url(f19ec88746596100f1961e792fb0eab4.eot);src:url(f19ec88746596100f1961e792fb0eab4.eot?#iefix) format("embedded-opentype"),url(aac2ed3c1c34df8ee51ef3f677b50576.woff) format("woff"),url(24a2ddcd9fbae8e659d8f7722257de7b.ttf) format("truetype"),url(data:image/svg+xml;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICI0ZTBkMmFhMGFjYzhjYmZlZGI3MDczMzk2YmU3YmQ0Yy5zdmciOw==) format("svg");font-weight:normal;font-style:normal}[class^=icon-],[class*=" icon-"]{font-family:"bb-icons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^=icon-].icon-fw,[class*=" icon-"].icon-fw{width:1.3em;text-align:center}.icon-share:before{content:""}.icon-monitor:before{content:""}.icon-chat-blank:before{content:""}.icon-gear:before{content:""}.icon-microphone:before{content:""}.icon-clock:before{content:""}.icon-polls:before{content:""}.icon-sound:before{content:""}.icon-video:before{content:""}.icon-chat-message:before{content:""}.icon-check:before{content:""}.icon-files:before{content:""}.icon-tools:before{content:""}.icon-record:before{content:""}.icon-hand:before{content:""}.icon-pencil:before{content:""}.icon-users-2:before{content:""}.icon-user:before{content:""}.icon-slash:before{content:""}.icon-circle:before{content:""}.icon-highlighter:before{content:""}.icon-square:before{content:""}.icon-times:before{content:""}.icon-trash:before{content:""}.icon-application:before{content:""}.icon-whiteboard:before{content:""}.icon-fullscreen:before{content:""}.icon-minimize:before{content:""}.icon-phone:before{content:""}.icon-rss:before{content:""}.icon-photo:before{content:""}.icon-search:before{content:""}.icon-password:before{content:""}.icon-arrow-down:before{content:""}.icon-chevron-up:before{content:""}.icon-refresh:before{content:""}.icon-update:before{content:""}.icon-unavailable:before{content:""}.icon-exclamation:before{content:""}.icon-bars:before{content:""}.icon-arrow-up:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-down:before{content:""}.icon-lock-closed:before{content:""}.icon-unlock:before{content:""}.icon-calendar:before{content:""}.icon-calendar-event:before{content:""}.icon-calendar-list-view:before{content:""}.icon-folders:before{content:""}.icon-file-quiz:before{content:""}.icon-reorder:before{content:""}.icon-letter:before{content:""}.icon-alert-triangle:before{content:""}.icon-alert-circle:before{content:""}.icon-circle-x:before{content:""}.icon-circle-down-arrow:before{content:""}.icon-circle-up-arrow:before{content:""}.icon-circle-plus:before{content:""}.icon-bullet-list:before{content:""}.icon-folder-star:before{content:""}.icon-file-1:before{content:""}.icon-store:before{content:""}.icon-send-arrow:before{content:""}.icon-document:before{content:""}.icon-accessibility:before{content:""}.icon-star:before{content:""}.icon-info-circle:before{content:""}.icon-globe:before{content:""}.icon-lead-instructor:before{content:""}.icon-organization:before{content:""}.icon-languages:before{content:""}.icon-academic-cap:before{content:""}.icon-book:before{content:""}.icon-logout:before{content:""}.icon-envelope:before{content:""}.icon-attachments:before{content:""}.icon-eye:before{content:""}.icon-eye-hide:before{content:""}.icon-timer:before{content:""}.icon-connection:before{content:""}.icon-add:before{content:""}.icon-circle-minus:before{content:""}.icon-move:before{content:""}.icon-flag:before{content:""}.icon-location:before{content:""}.icon-discussions:before{content:""}.icon-alert-chat:before{content:""}.icon-screen-plus:before{content:""}.icon-applause:before{content:""}.icon-hand-unlike-1:before{content:""}.icon-hand-like-1:before{content:""}.icon-arrows-slowdown:before{content:""}.icon-arrows-speedup:before{content:""}.icon-smiley-confused:before{content:""}.icon-smiley-happy-4:before{content:""}.icon-smiley-happy-5:before{content:""}.icon-users-3:before{content:""}.icon-pause:before{content:""}.icon-square-fill:before{content:""}.icon-dots:before{content:""}.icon-backslash:before{content:""}.icon-doc-pencil-2:before{content:""}.icon-video2:before{content:""}.icon-text-editor:before{content:""}.icon-x:before{content:""}.icon-spreadsheet:before{content:""}.icon-reminder-10:before{content:""}.icon-reminder-05:before{content:""}.icon-photo2:before{content:""}.icon-no-late-submission:before{content:""}.icon-multiple:before{content:""}.icon-menu-nav:before{content:""}.icon-dynamic-attempts:before{content:""}.icon-dynamic-countdown:before{content:""}.icon-add-reminder:before{content:""}.icon-audio:before{content:""}.icon-announcement:before{content:""}.icon-details-open:before{content:""}.icon-details-close:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-left:before{content:""}.icon-grid-view-square:before{content:""}.icon-administration:before{content:""}.icon-grid-view-circle:before{content:""}.icon-circle-check:before{content:""}.icon-filter:before{content:""}.icon-link-2:before{content:""}.icon-course-outline:before{content:""}.icon-curve-grade:before{content:""}.icon-circle-triangle:before{content:""}.icon-lightbulb:before{content:""}.icon-dots-filled:before{content:""}.icon-circle-check-filled:before{content:""}.icon-arrow-go-forward:before{content:""}.icon-arrow-go-back:before{content:""}.icon-video-follow-mode:before{content:""}.icon-cloud:before{content:""}.icon-circle-dots:before{content:""}.icon-circle-dots-filled:before{content:""}.icon-computer:before{content:""}.icon-arrow-upload:before{content:""}.icon-activity-stream:before{content:""}.icon-calculations:before{content:""}.icon-arrow-download:before{content:""}.icon-course-complete:before{content:""}.icon-triangle-filled:before{content:""}.icon-triangle:before{content:""}.icon-circle-filled:before{content:""}.icon-finger-point:before{content:""}.icon-flag-checkered:before{content:""}.icon-font:before{content:""}.icon-pointer:before{content:""}.icon-undo:before{content:""}.icon-redo:before{content:""}.icon-sort:before{content:""}.icon-sort-up:before{content:""}.icon-sort-down:before{content:""}.icon-folder:before{content:""}.icon-post-grades:before{content:""}.icon-grid-view-table:before{content:""}.icon-bookmark-star:before{content:""}.icon-trophy:before{content:""}.icon-exit-room:before{content:""}.icon-menu-nav-up:before{content:""}.icon-graph-line:before{content:""}.icon-list-number:before{content:""}.icon-text-editor-bold:before{content:""}.icon-text-editor-underline:before{content:""}.icon-text-editor-italics:before{content:""}.icon-grade-overall:before{content:""}.icon-eraser:before{content:""}.icon-video-off:before{content:""}.icon-collaborate:before{content:""}.icon-folder-share:before{content:""}.icon-mic-off:before{content:""}.icon-math-editor:before{content:""}.icon-user-add:before{content:""}.icon-chevron-down-bold:before{content:""}.icon-chevron-up-bold:before{content:""}.icon-chevron-right-bold:before{content:""}.icon-chevron-left-bold:before{content:""}.icon-times-bold:before{content:""}.icon-phone-ring:before{content:""}.icon-graph-telemetry-small:before{content:""}.icon-grid-view-small:before{content:""}.icon-home:before{content:""}.icon-printer:before{content:""}.icon-maximize:before{content:""}.icon-minimize2:before{content:""}.icon-zoom-in:before{content:""}.icon-bigger:before{content:""}.icon-zoom-out:before{content:""}.icon-smaller:before{content:""}.icon-minimize-app:before{content:""}.icon-minimize-collab:before{content:""}.icon-maximize-app:before{content:""}.icon-maximize-collab:before{content:""}.icon-hang-up:before{content:""}.icon-end-call:before{content:""}.icon-hangup-collab:before{content:""}.icon-report-issue:before{content:""}.icon-report:before{content:""}.icon-issue:before{content:""}.icon-edit-settings:before{content:""}.icon-edit:before{content:""}.icon-goto:before{content:""}.icon-replies:before{content:""}.icon-reply:before{content:""}.icon-document-star:before{content:""}.icon-checkboxes:before{content:""}.icon-export:before{content:""}[class*=icon-].size-12,img.size-12{font-size:.75rem;width:0.75rem;height:0.75rem}[class*=icon-].size-24,img.size-24{font-size:1.5rem;width:1.5rem;height:1.5rem}[class*=icon-].size-36,img.size-36{font-size:2.25rem;width:2.25rem;height:2.25rem}[class*=icon-].size-48,img.size-48{font-size:3rem;width:3rem;height:3rem}[class*=icon-].size-72,img.size-72{font-size:4.5rem;width:4.5rem;height:4.5rem}[class*=icon-].size-96,img.size-96{font-size:6rem;width:6rem;height:6rem}[class*=icon-].size-96,img.size-96{font-size:6rem;width:6rem;height:6rem}[class*=icon-].size-240,img.size-240{font-size:15rem;width:15rem;height:15rem}[class*=icon-].icon-fw,img.icon-fw{width:1.3em;text-align:center}[class*=img-icon-]{display:inline-block}[dir=ltr] .icon-chevron-right:before,[dir=rtl] [dir=ltr] .icon-chevron-right:before{content:""}[dir=ltr] .icon-chevron-left:before,[dir=rtl] [dir=ltr] .icon-chevron-left:before{content:""}[dir=ltr] .icon-arrow-right:before,[dir=rtl] [dir=ltr] .icon-arrow-right:before{content:""}[dir=ltr] .icon-arrow-left:before,[dir=rtl] [dir=ltr] .icon-arrow-left:before{content:""}[dir=ltr] .icon-chevron-right-bold:before,[dir=rtl] [dir=ltr] .icon-chevron-right-bold:before{content:""}[dir=ltr] .icon-chevron-left-bold:before,[dir=rtl] [dir=ltr] .icon-chevron-left-bold:before{content:""}[dir=rtl] .icon-chevron-right:before,[dir=ltr] [dir=rtl] .icon-chevron-right:before{content:""}[dir=rtl] .icon-chevron-left:before,[dir=ltr] [dir=rtl] .icon-chevron-left:before{content:""}[dir=rtl] .icon-arrow-right:before,[dir=ltr] [dir=rtl] .icon-arrow-right:before{content:""}[dir=rtl] .icon-arrow-left:before,[dir=ltr] [dir=rtl] .icon-arrow-left:before{content:""}[dir=rtl] .icon-chevron-right-bold:before,[dir=ltr] [dir=rtl] .icon-chevron-right-bold:before{content:""}[dir=rtl] .icon-chevron-left-bold:before,[dir=ltr] [dir=rtl] .icon-chevron-left-bold:before{content:""}.inline-validation.f-dropdown.content .validation-message::before,.dropdown-select::before,#message-panel .message-entries .old-replies .show-previous-replies:before,.message-panel .message-entries .old-replies .show-previous-replies:before{font-family:"bb-icons";font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page-help-wrapper{position:relative;margin-left:-1rem;margin-right:-1rem}@media only screen and (min-width:64em){.page-help-wrapper{margin-left:0;margin-right:0}}.page-help-wrapper .drawer-button{border:0 solid rgba(0,0,0,0);cursor:pointer;display:inline-block;line-height:1.4;position:relative}.page-help-wrapper .drawer-button:active span{transform:translate(0, 0.125rem);-moz-transform:none !important}.page-help,.course .page-help{position:relative;background:var(--palette-secondary-main, #cdcdcd);overflow:hidden;top:0}.page-help>div,.course .page-help>div{transition:height 300ms cubic-bezier(0.55, 0, 0.1, 1);padding:1rem 1.5rem 2.5rem;padding-left:6.25rem;overflow:hidden}.page-help h3,.course .page-help h3{border-bottom:0;margin-bottom:0;font-family:"Noto Serif",serif}.page-help p,.course .page-help p{margin:0}.page-help .page-help-icon,.course .page-help .page-help-icon{position:absolute;left:1.5rem;top:1.25rem;margin-right:1.125rem;border-radius:50%;line-height:3.75rem;text-align:center;width:3.75rem;height:3.75rem;color:var(--palette-background-b1, #ffffff)}.page-help .page-help-icon i,.course .page-help .page-help-icon i{height:100%;width:100%}.page-help.recent-activity,.course .page-help.recent-activity{display:none}@media only screen and (min-width:64em){.page-help.recent-activity,.course .page-help.recent-activity{display:block}}.help-toggle-wrap{position:relative;z-index:899;max-height:0;left:0;right:0;text-align:center;line-height:0;transition:top 125ms ease}.help-toggle-wrap .page-help-toggle{padding:0.9375rem;margin:-1.25rem !important}@media only screen and (min-width:64em){.help-toggle-wrap{z-index:900}}.help-toggle-wrap a{box-shadow:none !important;background:rgba(0,0,0,0) !important;transition:color 125ms ease;top:-1.125rem;padding:0.1875rem;border-radius:6px;display:inline-block}.help-toggle-wrap a .pull-handle{display:block;background:var(--palette-secondary-main, #cdcdcd);height:0.3125rem;width:3rem;border-radius:6px;transition:background 125ms ease;opacity:1}.help-toggle-wrap a .pull-handle.collapsed{background:var(--palette-secondary-main, #cdcdcd)}.help-toggle-wrap a .pull-handle-invisible{opacity:0}.help-toggle-wrap a .pull-handle-invisible-remove,.help-toggle-wrap a .pull-handle-invisible-add-active{transition:opacity 500ms ease}@media only screen and (min-width:64em){.help-toggle-wrap a .pull-handle{background:rgb(143.5,143.5,143.5)}}.help-toggle-wrap a:hover,.help-toggle-wrap a:focus{transition:color 125ms ease}.help-toggle-wrap a:hover .pull-handle,.help-toggle-wrap a:focus .pull-handle{background:#525252;transition:background 125ms ease;opacity:1}.help-toggle-wrap a:focus{transition:box-shadow 250ms ease-in-out}body:not(.hide-focus-outline) .help-toggle-wrap a:focus:focus,.hide-focus-outline .help-toggle-wrap a:focus.override-focus-outline:focus{outline:.125rem solid #006dc7}.help-toggle-wrap a.button{margin:0}.help-toggle-wrap.collapse{transition:top 125ms ease}.help-toggle-wrap.collapse a{top:1.25rem;padding-bottom:1.25rem !important}@media only screen and (min-width:64em){.help-toggle-wrap.collapse a{top:-1rem}}.help-toggle-wrap.collapse a:focus{transition:box-shadow 250ms ease-in-out}body:not(.hide-focus-outline) .help-toggle-wrap.collapse a:focus:focus,.hide-focus-outline .help-toggle-wrap.collapse a:focus.override-focus-outline:focus{outline:.125rem solid #006dc7}.course .page-help-wrapper{margin-left:-2.125rem;margin-right:-2.125rem}@media only screen and (min-width:64em){.course .page-help-wrapper{margin-left:0;margin-right:0}}.course .page-help{background:var(--palette-secondary-main, #cdcdcd)}.course .help-toggle-wrap.collapse{left:0;right:0;padding-bottom:1.25rem}@media only screen and (min-width:64em){.course .help-toggle-wrap.collapse{padding-bottom:0}}.course .course-search.search-active~.page-help-wrapper{margin-top:1.25rem}.course .course-search.search-active~.page-help-wrapper a{top:0.5625rem}@media only screen and (min-width:64em){.course .course-search.search-active~.page-help-wrapper a{top:-1rem}}#body-content .page-help{top:-1.25rem;margin-right:-0.75rem;margin-left:-0.75rem;background:var(--palette-secondary-main, #cdcdcd)}#body-content .page-help .page-help-icon{left:1.875rem;top:1.375rem}#body-content .page-help>div{transition:height 300ms cubic-bezier(0.55, 0, 0.1, 1);padding-top:1rem;padding-right:1.5rem;padding-bottom:1.875rem;padding-left:6.875rem}#body-content .help-toggle-wrap{position:relative;top:-2.25rem}#body-content .help-toggle-wrap.collapsed{top:-1.25rem}#body-content .help-toggle-wrap.collapsed a{border-radius:0 0 50% 50%}#body-content .help-toggle-wrap a{background:var(--palette-secondary-main, #cdcdcd);box-shadow:inset 0 0 0 2px var(--palette-secondary-main, #cdcdcd)}#body-content .help-toggle-wrap a i{color:var(--palette-text-hint, #767676)}#body-content .help-toggle-wrap a:hover{background:rgba(0,0,0,0) !important}#body-content .help-toggle-wrap a:hover i{color:var(--palette-text-primary, #262626)}.text-editor{text-align:left;word-wrap:break-word}.text-editor input{word-break:initial}.text-editor .text-editor-label{font-size:1.125rem;margin-bottom:1.5625rem;font-weight:600;text-align:left}.text-editor .entry-controls{position:absolute;top:0;right:0;width:20%;min-width:4rem;text-align:right;z-index:100}.text-editor .entry-controls button{opacity:0;font-size:1.125rem;padding:0.3125rem}.text-editor .entry-controls button:focus{opacity:1}.text-editor .entry-controls button.hollow{box-shadow:inset 0 0 0 2px var(--palette-secondary-main, #cdcdcd) !important}.touch .text-editor .entry-controls button{opacity:1}.text-editor .entry-controls i.icon-circle-x{color:var(--palette-brandAlt-main, #c56fd5)}.text-editor .entry-controls i.size-16{font-size:1rem}.text-editor .entry-controls.off-canvas-overlay.buttons-3{width:100%}@media only screen and (min-width:40em){.text-editor .entry-controls.off-canvas-overlay.buttons-3{width:60%}}.text-editor .entry-controls.off-canvas-overlay.buttons-3 .right-off-canvas-menu{right:-0.0625rem;width:160;height:64}.text-editor .entry-controls.off-canvas-overlay.buttons-3.move-left .right-off-canvas-menu{right:160}.text-editor .entry-controls.off-canvas-overlay.buttons-3 ul>li{width:64}.text-editor .entry-controls.off-canvas-overlay.buttons-3 ul>li a .valign-content,.text-editor .entry-controls.off-canvas-overlay.buttons-3 ul>li button .valign-content{max-width:64}.text-editor .entry-controls.off-canvas-overlay.buttons-3 ul>li:nth-child(n+3){width:32}.text-editor .entry-controls.off-canvas-overlay.buttons-3 ul>li:nth-child(n+3) a .valign-content,.text-editor .entry-controls.off-canvas-overlay.buttons-3 ul>li:nth-child(n+3) button .valign-content{max-width:32}.text-editor .entry-controls.off-canvas-overlay.buttons-3 ul>li{height:100%}.text-editor .entry-controls.off-canvas-overlay.buttons-3 ul>li .text-editor-valign{padding:0}@media only screen and (min-width:64em){.text-editor .entry-controls.off-canvas-overlay .bb-foundation-offcanvas .slide-hide-on-large{display:none !important}}.text-editor .entry-controls .slide-menu{position:relative;width:3rem;margin-left:calc(100% - 3rem)}.text-editor .entry-controls .slide-menu .button,.text-editor .entry-controls .slide-menu button{opacity:1;padding-right:0.625rem}.text-editor .entry-controls .slide-menu .button:hover,.text-editor .entry-controls .slide-menu button:hover{background:rgba(0,0,0,0)}.reply-form .text-editor p{margin-bottom:0}.file-input-wrapper .text-input-wrapper{position:relative;min-height:2.5rem;margin-left:0.3125rem}.file-input-wrapper .text-input-wrapper .text-editor-toolbar{max-height:0;top:0;opacity:0;transition:opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);left:0;right:0}.file-input-wrapper .text-input-wrapper .text-editor-toolbar[contenteditable=false]{display:none}.file-input-wrapper .text-input-wrapper.text-editor-focus .text-editor-toolbar{transition:opacity 250ms cubic-bezier(0.55, 0, 0.1, 1),max-height 250ms cubic-bezier(0.55, 0, 0.1, 1);max-height:5.375rem;opacity:1}.file-input-wrapper .text-input-wrapper.text-editor-focus .text-editor-toolbar .text-editor-guidance-placeholder{position:absolute}.file-input-wrapper .text-input-wrapper.text-editor-focus .editor-controls{transition:opacity 250ms cubic-bezier(0.55, 0, 0.1, 1),margin-top 250ms cubic-bezier(0.55, 0, 0.1, 1),height 250ms cubic-bezier(0.55, 0, 0.1, 1);margin-top:0.75rem;opacity:1;height:2.0625rem}.file-input-wrapper .text-input-wrapper.text-editor-focus .entry-controls{opacity:0}.file-input-wrapper .text-input-wrapper.text-editor-focus .editor-element a{text-decoration:none}body:not(.hide-focus-outline) .file-input-wrapper .text-input-wrapper.text-editor-focus.keyboard-tooltip-shown .editor-tooltip-wrapper{opacity:1;max-height:1.875rem}.file-input-wrapper .text-input-wrapper .editor-tooltip-wrapper{position:absolute;left:0;right:0;bottom:0.625rem;margin:auto;display:flex;justify-content:center;opacity:0;max-height:0;transition:opacity .4s cubic-bezier(0.55, 0, 0.1, 1),max-height .4s cubic-bezier(0.55, 0, 0.1, 1)}body:not(.hide-focus-outline) .file-input-wrapper .text-input-wrapper .editor-tooltip-wrapper.ng-enter{opacity:0 !important;max-height:0 !important}body:not(.hide-focus-outline) .file-input-wrapper .text-input-wrapper .editor-tooltip-wrapper.ng-enter.ng-enter-active{opacity:1 !important;max-height:1.875rem !important}body:not(.hide-focus-outline) .file-input-wrapper .text-input-wrapper .editor-tooltip-wrapper.ng-leave{opacity:1 !important;max-height:1.875rem !important}body:not(.hide-focus-outline) .file-input-wrapper .text-input-wrapper .editor-tooltip-wrapper.ng-leave.ng-leave-active{opacity:0 !important;max-height:0 !important}.file-input-wrapper .text-input-wrapper .editor-tooltip-wrapper .editor-keyboard-tooltip{background-color:var(--palette-secondary-main, #cdcdcd);color:#000;border-radius:.125rem;padding:0.25rem 1.25rem}.file-input-wrapper .text-input-wrapper .editor-tooltip-wrapper .editor-keyboard-tooltip .editor-tooltip-text{font-style:italic;font-weight:700}.file-input-wrapper .text-input-wrapper .editor-element{-webkit-user-select:text;user-select:text}.file-input-wrapper .text-input-wrapper .editor-element h4{font-size:1.125rem}.file-input-wrapper .text-input-wrapper .editor-element h5{font-size:1rem}.file-input-wrapper .text-input-wrapper .editor-element h6{font-size:.875rem;font-weight:700}.file-input-wrapper .text-input-wrapper .editor-element p{font-size:.875rem}.file-input-wrapper .text-input-wrapper .editor-element a{cursor:text}.file-input-wrapper .text-input-wrapper .editor-element ol{list-style-position:inside}.file-input-wrapper .text-input-wrapper .editor-element>ol{margin:0}.file-input-wrapper+.editor-controls{transition:opacity 250ms cubic-bezier(0.55, 0, 0.1, 1),margin-top 250ms cubic-bezier(0.55, 0, 0.1, 1),height 250ms cubic-bezier(0.55, 0, 0.1, 1);margin-top:0;margin-right:0;opacity:0;height:0;text-align:right;padding:0}.file-input-wrapper+.editor-controls.active{margin-top:0.4375rem;opacity:1;height:2.8125rem}.file-input-wrapper+.editor-controls.active .save-wrapper{display:inline-block}.file-input-wrapper+.editor-controls.active button{display:inline-block}.file-input-wrapper+.editor-controls.active button[disabled]{pointer-events:none}.file-input-wrapper+.editor-controls button{margin:0.1875rem;margin-right:0;min-width:5rem;display:none}.reply-input-wrapper .entry-controls{display:none}.hover-menu-container:hover .hover-menu{opacity:1}.hover-menu-container .hover-menu{position:absolute;z-index:1;top:-0.4375rem;right:0;text-align:left;opacity:0;transition:opacity 250ms;background-color:rgba(0,0,0,.8);height:2.75rem;width:auto;display:block}.touch .hover-menu-container .hover-menu{opacity:1}.hover-menu-container .hover-menu button,.hover-menu-container .hover-menu a,.hover-menu-container .hover-menu a.button{opacity:1 !important;font-size:1.25rem;border-radius:0;margin:0;padding:0.625rem;height:2.75rem;width:auto;background-color:rgba(0,0,0,0) !important}.hover-menu-container .hover-menu button:hover,.hover-menu-container .hover-menu button:focus,.hover-menu-container .hover-menu a:hover,.hover-menu-container .hover-menu a:focus,.hover-menu-container .hover-menu a.button:hover,.hover-menu-container .hover-menu a.button:focus{color:var(--palette-primary-contrastText, #ffffff)}.hover-menu-container .hover-menu button.icon i,.hover-menu-container .hover-menu a.icon i,.hover-menu-container .hover-menu a.button.icon i{font-size:1.5rem}.hover-menu-container .hover-menu button button:not(:first-child),.hover-menu-container .hover-menu a button:not(:first-child),.hover-menu-container .hover-menu a.button button:not(:first-child){margin-left:-0.3125rem}.hover-menu-container.text-editor .entry-controls{width:8.75rem;z-index:1}.hide-focus-outline .hover-menu-container:not(:hover) .hover-menu button:focus,.hide-focus-outline .hover-menu-container:not(:hover) .hover-menu a:focus,.hide-focus-outline .hover-menu-container:not(:hover) .hover-menu a.button:focus{opacity:0 !important}.touch .hide-focus-outline .hover-menu-container:not(:hover) .hover-menu button:focus,.touch .hide-focus-outline .hover-menu-container:not(:hover) .hover-menu a:focus,.touch .hide-focus-outline .hover-menu-container:not(:hover) .hover-menu a.button:focus{opacity:1 !important}.date-time-inputs input,.date-time-inputs select{width:calc(100% - 0.3125rem);margin-bottom:0.4375rem}.date-time-inputs input::-ms-clear{display:none}.date-time-inputs :not(forms [bb-validation-messages]) bb-svg-icon,.date-time-inputs :not(forms [bb-validation-messages]) i bb-svg-icon,.date-time-inputs :not(forms [bb-validation-messages]) button bb-svg-icon{position:static}.date-time-inputs i,.date-time-inputs button{position:absolute;top:0.75rem;color:var(--palette-text-secondary, #666666)}.date-time-inputs i:hover,.date-time-inputs button:hover{cursor:pointer}.date-time-inputs button{padding:0;margin:0}.date-time-inputs .form-field-disabled i,.date-time-inputs .form-field-disabled .open-datepicker{display:none}.date-time-inputs .small-6{padding:0}.date-time-inputs .small-6 i,.date-time-inputs .small-6 button,.date-time-inputs .small-6 bb-svg-icon{right:0.625rem}.date-time-inputs .small-6 .spinner-btn{right:0}.date-time-inputs .small-6 input,.date-time-inputs .small-6 select{float:right}.date-time-inputs .small-6:first-child:not(.due-time-picker) i,.date-time-inputs .small-6:first-child:not(.due-time-picker) button,.date-time-inputs .small-6:first-child:not(.due-time-picker) bb-svg-icon{right:0.875rem}.date-time-inputs .small-6:first-child:not(.due-time-picker) input,.date-time-inputs .small-6:first-child:not(.due-time-picker) select{float:left}.date-time-inputs .small-12{position:relative}.date-time-inputs .small-12 input{width:100%}.date-time-inputs .small-12 i,.date-time-inputs .small-12 button,.date-time-inputs .small-12 bb-svg-icon{right:0.625rem}.date-time-labels .small-6{padding:0}.date-time-labels .small-6:first-child{float:left;width:calc(50% - 0.3125rem)}.date-time-labels .small-6:not(:first-child){float:right;width:calc(50% - 0.3125rem)}.date-time-label.read-only-label{padding-left:0}input[type=checkbox]+.date-time-label{margin-bottom:0.625rem !important}.peek .accordion,.full .accordion,.base .accordion{margin-left:0}.peek .accordion>li .menu-item,.full .accordion>li .menu-item,.base .accordion>li .menu-item{display:flex !important;align-items:center;min-height:4.125rem}.peek .accordion>li .menu-item__icon,.full .accordion>li .menu-item__icon,.base .accordion>li .menu-item__icon{margin-right:0.625rem}.peek .accordion>li>a,.full .accordion>li>a,.base .accordion>li>a{text-decoration:none;background:rgba(0,0,0,0);padding:0.875rem 0;font-size:1.125rem;font-weight:600;border-bottom:2px solid var(--palette-text-primary, #262626);text-decoration:none;transition:250ms}@media only screen and (max-width: 39.9375em){.peek .accordion>li>a,.full .accordion>li>a,.base .accordion>li>a{display:flex;align-items:center}}@media only screen and (max-width: 39.9375em){.peek .accordion>li>a .accordion-title,.full .accordion>li>a .accordion-title,.base .accordion>li>a .accordion-title{display:inline-block;max-width:80%;word-wrap:break-word;align-self:flex-start}}.peek .accordion>li>a bb-svg-icon,.full .accordion>li>a bb-svg-icon,.base .accordion>li>a bb-svg-icon{color:var(--palette-text-primary, #262626);display:inline-block;transition:all .25s ease;float:right;vertical-align:middle}@media only screen and (max-width: 39.9375em){.peek .accordion>li>a bb-svg-icon,.full .accordion>li>a bb-svg-icon,.base .accordion>li>a bb-svg-icon{margin-left:auto}}.peek .accordion>li>a:hover,.peek .accordion>li>a:focus,.full .accordion>li>a:hover,.full .accordion>li>a:focus,.base .accordion>li>a:hover,.base .accordion>li>a:focus{background:rgba(0,0,0,0);color:#000;transition:250ms}.peek .accordion>li>a:hover bb-svg-icon,.peek .accordion>li>a:focus bb-svg-icon,.full .accordion>li>a:hover bb-svg-icon,.full .accordion>li>a:focus bb-svg-icon,.base .accordion>li>a:hover bb-svg-icon,.base .accordion>li>a:focus bb-svg-icon{transition:color .25s ease;transition:all .25s ease;color:var(--palette-text-primary, #262626)}.peek .accordion>li>a .node-count,.full .accordion>li>a .node-count,.base .accordion>li>a .node-count{color:var(--palette-brandAlt-main, #c56fd5);float:right;font-weight:600;margin-right:0.75rem}.peek .accordion>li.active,.full .accordion>li.active,.base .accordion>li.active{transition:all .25s ease}.peek .accordion>li.active>a,.full .accordion>li.active>a,.base .accordion>li.active>a{color:var(--palette-text-primary, #262626);background:rgba(0,0,0,0)}.peek .accordion>li.active>a bb-svg-icon,.peek .accordion>li.active>a i,.full .accordion>li.active>a bb-svg-icon,.full .accordion>li.active>a i,.base .accordion>li.active>a bb-svg-icon,.base .accordion>li.active>a i{transition:all .25s ease;transform:rotate(-180deg)}.peek .accordion>li .content,.full .accordion>li .content,.base .accordion>li .content{padding:0;max-height:0;overflow:hidden;display:block;transition:all .25s ease}.peek .accordion>li .content.active,.full .accordion>li .content.active,.base .accordion>li .content.active{max-height:50rem;transition:all .25s ease;overflow:visible}.peek .accordion>li .content.active:not(.menu),.full .accordion>li .content.active:not(.menu),.base .accordion>li .content.active:not(.menu){padding-top:1.125rem}.peek .accordion>li .content ul:not(.ignore-accordion),.full .accordion>li .content ul:not(.ignore-accordion),.base .accordion>li .content ul:not(.ignore-accordion){margin:0;padding:0;list-style:none}.peek .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card),.full .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card),.base .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card){display:block;color:var(--palette-text-secondary, #666666);text-decoration:none;padding:0.75rem 0;position:relative;transition:250ms}.peek .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card):before,.full .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card):before,.base .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card):before{content:"";position:absolute;bottom:0;right:0;left:2.375rem;height:0.0625rem;background:var(--palette-border-main, #cdcdcd)}.peek .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card) i,.peek .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card) span,.full .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card) i,.full .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card) span,.base .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card) i,.base .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card) span{font-size:1.125rem;margin-right:0.25rem;color:var(--palette-text-hint, #767676);transition:color 250ms cubic-bezier(0.55, 0, 0.1, 1)}.peek .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card) span[class^=img-icon-],.full .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card) span[class^=img-icon-],.base .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card) span[class^=img-icon-]{height:2rem;width:2rem;display:inline-block}.peek .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card):hover,.full .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card):hover,.base .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card):hover{background:rgba(0,0,0,0);color:var(--palette-text-primary, #262626);transition:250ms}.peek .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card):hover i,.full .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card):hover i,.base .accordion>li .content ul:not(.ignore-accordion)>li>a:not(.element-card):hover i{transition:color 250ms cubic-bezier(0.55, 0, 0.1, 1);color:var(--palette-text-primary, #262626)}.peek .accordion.alternate-style-1>li>a,.full .accordion.alternate-style-1>li>a,.base .accordion.alternate-style-1>li>a{color:var(--palette-text-primary, #262626);font-family:"Open Sans",sans-serif;font-size:.875rem;font-weight:700;border-bottom:1px solid var(--palette-border-main, #cdcdcd);display:block}.peek .accordion.alternate-style-1>li.active>a .triangle,.full .accordion.alternate-style-1>li.active>a .triangle,.base .accordion.alternate-style-1>li.active>a .triangle{transition:all .25s ease;transform:rotate(0deg)}.peek .accordion.alternate-style-1>li .triangle,.full .accordion.alternate-style-1>li .triangle,.base .accordion.alternate-style-1>li .triangle{transform:rotate(180deg);width:0.4375rem;height:0.3125rem;float:right;margin-top:0.625rem;margin-right:0.5625rem;transition:transform 250ms cubic-bezier(0.55, 0, 0.1, 1);display:inline-flex}.side-panel-content .content-file-panel .panel-content-file div{margin-left:0}.side-panel-content .content-file-panel .panel-content-file div .drag li{border-color:var(--palette-brandAlt-main, #c56fd5);color:var(--palette-text-primary, #262626)}.side-panel-content .content-file-panel .panel-content-file div .file-panel-container{list-style-type:none;padding:0.9375rem 0.625rem;border:1px solid var(--palette-border-main, #cdcdcd);background:var(--palette-background-b2, #f8f8f8);display:table;overflow:hidden;width:100%}.side-panel-content .content-file-panel .panel-content-file div .file-panel-container .vertical-align{display:table-cell;vertical-align:middle}.side-panel-content .content-file-panel .panel-content-file div .file-panel-container bb-svg-icon{display:inline-block;vertical-align:middle}.side-panel-content .content-file-panel .panel-content-file div .file-panel-container .filename{max-width:12rem;display:inline-block;vertical-align:middle;font-weight:700;padding-left:0.375rem}.side-panel-content .content-file-panel .panel-content-file div .file-panel-container button{float:right;margin:0.25rem 0 0}.side-panel-content .content-file-panel .panel-content-file #allowDiscussion{display:none}.side-panel-content .content-file-panel .panel-content-file #allowDiscussion+label{display:block;margin-left:1.5625rem}.off-canvas-overlay{position:relative;overflow:hidden !important}.off-canvas-overlay .right-off-canvas-menu{right:0;width:100}.off-canvas-overlay.move-left .right-off-canvas-menu{right:100}.off-canvas-overlay ul>li{width:100}.off-canvas-overlay ul>li a .valign-content,.off-canvas-overlay ul>li button .valign-content{max-width:100}.off-canvas-overlay.two-button .right-off-canvas-menu,.off-canvas-overlay.two-buttons .right-off-canvas-menu,.off-canvas-overlay.buttons-2 .right-off-canvas-menu{right:0;width:200}.off-canvas-overlay.two-button.move-left .right-off-canvas-menu,.off-canvas-overlay.two-buttons.move-left .right-off-canvas-menu,.off-canvas-overlay.buttons-2.move-left .right-off-canvas-menu{right:200}.off-canvas-overlay.two-button ul>li,.off-canvas-overlay.two-buttons ul>li,.off-canvas-overlay.buttons-2 ul>li{width:100}.off-canvas-overlay.two-button ul>li a .valign-content,.off-canvas-overlay.two-button ul>li button .valign-content,.off-canvas-overlay.two-buttons ul>li a .valign-content,.off-canvas-overlay.two-buttons ul>li button .valign-content,.off-canvas-overlay.buttons-2 ul>li a .valign-content,.off-canvas-overlay.buttons-2 ul>li button .valign-content{max-width:100}.off-canvas-overlay.three-button .right-off-canvas-menu,.off-canvas-overlay.three-buttons .right-off-canvas-menu,.off-canvas-overlay.buttons-3 .right-off-canvas-menu{right:0;width:300}.off-canvas-overlay.three-button.move-left .right-off-canvas-menu,.off-canvas-overlay.three-buttons.move-left .right-off-canvas-menu,.off-canvas-overlay.buttons-3.move-left .right-off-canvas-menu{right:300}.off-canvas-overlay.three-button ul>li,.off-canvas-overlay.three-buttons ul>li,.off-canvas-overlay.buttons-3 ul>li{width:100}.off-canvas-overlay.three-button ul>li a .valign-content,.off-canvas-overlay.three-button ul>li button .valign-content,.off-canvas-overlay.three-buttons ul>li a .valign-content,.off-canvas-overlay.three-buttons ul>li button .valign-content,.off-canvas-overlay.buttons-3 ul>li a .valign-content,.off-canvas-overlay.buttons-3 ul>li button .valign-content{max-width:100}.off-canvas-overlay.four-button .right-off-canvas-menu,.off-canvas-overlay.four-buttons .right-off-canvas-menu,.off-canvas-overlay.buttons-4 .right-off-canvas-menu{right:0;width:352}.off-canvas-overlay.four-button.move-left .right-off-canvas-menu,.off-canvas-overlay.four-buttons.move-left .right-off-canvas-menu,.off-canvas-overlay.buttons-4.move-left .right-off-canvas-menu{right:352}.off-canvas-overlay.four-button ul>li,.off-canvas-overlay.four-buttons ul>li,.off-canvas-overlay.buttons-4 ul>li{width:88}.off-canvas-overlay.four-button ul>li a .valign-content,.off-canvas-overlay.four-button ul>li button .valign-content,.off-canvas-overlay.four-buttons ul>li a .valign-content,.off-canvas-overlay.four-buttons ul>li button .valign-content,.off-canvas-overlay.buttons-4 ul>li a .valign-content,.off-canvas-overlay.buttons-4 ul>li button .valign-content{max-width:88}@media only screen and (max-width: 39.9375em){.off-canvas-overlay.four-button .right-off-canvas-menu,.off-canvas-overlay.four-buttons .right-off-canvas-menu,.off-canvas-overlay.buttons-4 .right-off-canvas-menu{right:0;width:280}.off-canvas-overlay.four-button.move-left .right-off-canvas-menu,.off-canvas-overlay.four-buttons.move-left .right-off-canvas-menu,.off-canvas-overlay.buttons-4.move-left .right-off-canvas-menu{right:280}.off-canvas-overlay.four-button ul>li,.off-canvas-overlay.four-buttons ul>li,.off-canvas-overlay.buttons-4 ul>li{width:70}.off-canvas-overlay.four-button ul>li a .valign-content,.off-canvas-overlay.four-button ul>li button .valign-content,.off-canvas-overlay.four-buttons ul>li a .valign-content,.off-canvas-overlay.four-buttons ul>li button .valign-content,.off-canvas-overlay.buttons-4 ul>li a .valign-content,.off-canvas-overlay.buttons-4 ul>li button .valign-content{max-width:70}}.off-canvas-overlay.five-button .right-off-canvas-menu,.off-canvas-overlay.five-buttons .right-off-canvas-menu,.off-canvas-overlay.buttons-5 .right-off-canvas-menu{right:0;width:440}.off-canvas-overlay.five-button.move-left .right-off-canvas-menu,.off-canvas-overlay.five-buttons.move-left .right-off-canvas-menu,.off-canvas-overlay.buttons-5.move-left .right-off-canvas-menu{right:440}.off-canvas-overlay.five-button ul>li,.off-canvas-overlay.five-buttons ul>li,.off-canvas-overlay.buttons-5 ul>li{width:88}.off-canvas-overlay.five-button ul>li a .valign-content,.off-canvas-overlay.five-button ul>li button .valign-content,.off-canvas-overlay.five-buttons ul>li a .valign-content,.off-canvas-overlay.five-buttons ul>li button .valign-content,.off-canvas-overlay.buttons-5 ul>li a .valign-content,.off-canvas-overlay.buttons-5 ul>li button .valign-content{max-width:88}@media only screen and (max-width: 39.9375em){.off-canvas-overlay.five-button .right-off-canvas-menu,.off-canvas-overlay.five-buttons .right-off-canvas-menu,.off-canvas-overlay.buttons-5 .right-off-canvas-menu{right:0;width:300}.off-canvas-overlay.five-button.move-left .right-off-canvas-menu,.off-canvas-overlay.five-buttons.move-left .right-off-canvas-menu,.off-canvas-overlay.buttons-5.move-left .right-off-canvas-menu{right:300}.off-canvas-overlay.five-button ul>li,.off-canvas-overlay.five-buttons ul>li,.off-canvas-overlay.buttons-5 ul>li{width:60}.off-canvas-overlay.five-button ul>li a .valign-content,.off-canvas-overlay.five-button ul>li button .valign-content,.off-canvas-overlay.five-buttons ul>li a .valign-content,.off-canvas-overlay.five-buttons ul>li button .valign-content,.off-canvas-overlay.buttons-5 ul>li a .valign-content,.off-canvas-overlay.buttons-5 ul>li button .valign-content{max-width:60}}.off-canvas-overlay.six-button .right-off-canvas-menu,.off-canvas-overlay.six-buttons .right-off-canvas-menu,.off-canvas-overlay.buttons-6 .right-off-canvas-menu{right:0;width:528}.off-canvas-overlay.six-button.move-left .right-off-canvas-menu,.off-canvas-overlay.six-buttons.move-left .right-off-canvas-menu,.off-canvas-overlay.buttons-6.move-left .right-off-canvas-menu{right:528}.off-canvas-overlay.six-button ul>li,.off-canvas-overlay.six-buttons ul>li,.off-canvas-overlay.buttons-6 ul>li{width:88}.off-canvas-overlay.six-button ul>li a .valign-content,.off-canvas-overlay.six-button ul>li button .valign-content,.off-canvas-overlay.six-buttons ul>li a .valign-content,.off-canvas-overlay.six-buttons ul>li button .valign-content,.off-canvas-overlay.buttons-6 ul>li a .valign-content,.off-canvas-overlay.buttons-6 ul>li button .valign-content{max-width:88}@media only screen and (max-width: 39.9375em){.off-canvas-overlay.six-button .right-off-canvas-menu,.off-canvas-overlay.six-buttons .right-off-canvas-menu,.off-canvas-overlay.buttons-6 .right-off-canvas-menu{right:0;width:360}.off-canvas-overlay.six-button.move-left .right-off-canvas-menu,.off-canvas-overlay.six-buttons.move-left .right-off-canvas-menu,.off-canvas-overlay.buttons-6.move-left .right-off-canvas-menu{right:360}.off-canvas-overlay.six-button ul>li,.off-canvas-overlay.six-buttons ul>li,.off-canvas-overlay.buttons-6 ul>li{width:60}.off-canvas-overlay.six-button ul>li a .valign-content,.off-canvas-overlay.six-button ul>li button .valign-content,.off-canvas-overlay.six-buttons ul>li a .valign-content,.off-canvas-overlay.six-buttons ul>li button .valign-content,.off-canvas-overlay.buttons-6 ul>li a .valign-content,.off-canvas-overlay.buttons-6 ul>li button .valign-content{max-width:60}}.off-canvas-overlay.seven-button .right-off-canvas-menu,.off-canvas-overlay.seven-buttons .right-off-canvas-menu,.off-canvas-overlay.buttons-7 .right-off-canvas-menu{right:0;width:616}.off-canvas-overlay.seven-button.move-left .right-off-canvas-menu,.off-canvas-overlay.seven-buttons.move-left .right-off-canvas-menu,.off-canvas-overlay.buttons-7.move-left .right-off-canvas-menu{right:616}.off-canvas-overlay.seven-button ul>li,.off-canvas-overlay.seven-buttons ul>li,.off-canvas-overlay.buttons-7 ul>li{width:88}.off-canvas-overlay.seven-button ul>li a .valign-content,.off-canvas-overlay.seven-button ul>li button .valign-content,.off-canvas-overlay.seven-buttons ul>li a .valign-content,.off-canvas-overlay.seven-buttons ul>li button .valign-content,.off-canvas-overlay.buttons-7 ul>li a .valign-content,.off-canvas-overlay.buttons-7 ul>li button .valign-content{max-width:88}@media only screen and (max-width: 39.9375em){.off-canvas-overlay.seven-button .right-off-canvas-menu,.off-canvas-overlay.seven-buttons .right-off-canvas-menu,.off-canvas-overlay.buttons-7 .right-off-canvas-menu{right:0;width:420}.off-canvas-overlay.seven-button.move-left .right-off-canvas-menu,.off-canvas-overlay.seven-buttons.move-left .right-off-canvas-menu,.off-canvas-overlay.buttons-7.move-left .right-off-canvas-menu{right:420}.off-canvas-overlay.seven-button ul>li,.off-canvas-overlay.seven-buttons ul>li,.off-canvas-overlay.buttons-7 ul>li{width:60}.off-canvas-overlay.seven-button ul>li a .valign-content,.off-canvas-overlay.seven-button ul>li button .valign-content,.off-canvas-overlay.seven-buttons ul>li a .valign-content,.off-canvas-overlay.seven-buttons ul>li button .valign-content,.off-canvas-overlay.buttons-7 ul>li a .valign-content,.off-canvas-overlay.buttons-7 ul>li button .valign-content{max-width:60}}.off-canvas-overlay .right-off-canvas-menu{transition:right 300ms cubic-bezier(0.55, 0, 0.1, 1);left:initial;background:#e5e5e5;box-shadow:0 0 20px 0 var(--palette-background-b1, #ffffff);overflow-y:hidden;z-index:3;right:0}.off-canvas-overlay .right-off-canvas-menu .exit-off-canvas-overlay{position:inherit;box-shadow:none}.off-canvas-overlay .right-off-canvas-menu i{font-size:1.5rem;margin-top:0.625rem;margin-bottom:0.3125rem}.off-canvas-overlay .top-nav{overflow:hidden}.off-canvas-overlay ul{margin:0;height:100%;width:100%;font-size:0}.off-canvas-overlay ul li{list-style-type:none;text-align:center;height:100%;display:inline-block;font-size:.875rem;box-shadow:1px 0 0 0 var(--palette-secondary-main, #cdcdcd)}.off-canvas-overlay ul li a,.off-canvas-overlay ul li button{transition:all 300ms cubic-bezier(0.55, 0, 0.1, 1);display:block;height:100%;width:100%;text-decoration:none;color:var(--palette-text-primary, #262626)}.off-canvas-overlay ul li a .valign,.off-canvas-overlay ul li button .valign{display:table !important;vertical-align:inherit !important;width:100%;height:100%}.off-canvas-overlay ul li a .valign-content,.off-canvas-overlay ul li button .valign-content{display:table-cell !important;vertical-align:middle !important;margin:0.375rem 0.625rem 0}.off-canvas-overlay ul li a.alert,.off-canvas-overlay ul li button.alert{color:var(--palette-primary-contrastText, #ffffff);background-color:var(--palette-error-main, #c23e37)}.off-canvas-overlay ul li a.alert:hover,.off-canvas-overlay ul li a.alert:focus,.off-canvas-overlay ul li button.alert:hover,.off-canvas-overlay ul li button.alert:focus{background-color:rgb(126.1,40.3,35.75)}.off-canvas-overlay ul li a:hover,.off-canvas-overlay ul li a:focus,.off-canvas-overlay ul li button:hover,.off-canvas-overlay ul li button:focus{background-color:hsl(0,0%,68.3333333333%)}.off-canvas-overlay ul li a.overall-selected,.off-canvas-overlay ul li button.overall-selected{background-color:rgb(59.7,59.7,59.7);color:var(--palette-primary-contrastText, #ffffff)}.off-canvas-overlay ul li a.overall-selected .icon-grade-overall,.off-canvas-overlay ul li button.overall-selected .icon-grade-overall{color:var(--palette-primary-contrastText, #ffffff)}.off-canvas-overlay ul li a.overall-selected:hover,.off-canvas-overlay ul li button.overall-selected:hover{background-color:rgb(81.4,81.4,81.4)}.off-canvas-overlay ul li a[role=menuitem]:focus,.off-canvas-overlay ul li button[role=menuitem]:focus{outline:none !important}.off-canvas-overlay ul li a i,.off-canvas-overlay ul li button i{display:block;margin:0 auto;font-size:0.875rem}.off-canvas-overlay ul li a i.icon-dots,.off-canvas-overlay ul li a i.icon-dots-filled,.off-canvas-overlay ul li button i.icon-dots,.off-canvas-overlay ul li button i.icon-dots-filled{font-size:1.25rem;color:var(--palette-text-hint, #767676)}.off-canvas-overlay ul li button{padding:0;margin-bottom:0}.guidance-overflow-fix{position:relative}.guidance-overflow-fix .off-canvas-overlay,.guidance-overflow-fix .columns,.guidance-overflow-fix .column,.guidance-overflow-fix .guidance-wrapper{position:initial}.guidance-overflow-fix .guidance-overflow-fix-menu{transition:right 300ms cubic-bezier(0.55, 0, 0.1, 1);position:static;height:auto;right:0;overflow:hidden}.guidance-overflow-fix .is-restricted{cursor:auto !important}.guidance-overflow-fix .is-restricted a{cursor:default !important}.off-canvas-overlay .minimal aside.right-off-canvas-menu{background-color:var(--palette-primary-contrastText, #ffffff);bottom:0.0625rem;color:var(--palette-text-primary, #262626)}.off-canvas-overlay .minimal aside.right-off-canvas-menu a{background-color:rgba(0,0,0,0)}.off-canvas-overlay .minimal aside.right-off-canvas-menu a:hover i{color:var(--palette-brandAlt-main, #c56fd5)}.off-canvas-overlay .minimal aside.right-off-canvas-menu a:focus i{color:var(--palette-text-primary, #262626)}.off-canvas-overlay .minimal aside.right-off-canvas-menu a:focus:hover i{color:var(--palette-brandAlt-main, #c56fd5)}.right-off-canvas-menu-toggle.minimal{font-size:1.5rem;color:#e5e5e5;margin:0}.right-off-canvas-menu-toggle.minimal:hover{background:rgba(0,0,0,0)}.right-off-canvas-menu-toggle.minimal:hover i{color:var(--palette-brandAlt-main, #c56fd5)}.right-off-canvas-menu-toggle.minimal:focus i{color:#e5e5e5}.right-off-canvas-menu-toggle.minimal:focus:hover i{color:var(--palette-brandAlt-main, #c56fd5)}.dropdown-select{position:relative}.dropdown-select::before{content:"";display:block;width:1.1875rem;height:1.1875rem;position:absolute;top:0.75rem;right:0.625rem}.dropdown-select>input{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;padding-right:2.5rem}.dropdown-select .f-dropdown>li input{margin:0.625rem;margin-left:0}.dropdown-select .f-dropdown>li>label,.dropdown-select .f-dropdown>li>span{width:calc(100% - 2.5rem);padding:0.625rem;margin:0}.dropdown-select .f-dropdown>li>label::before,.dropdown-select .f-dropdown>li>label::after,.dropdown-select .f-dropdown>li>span::before,.dropdown-select .f-dropdown>li>span::after{top:0.625rem}.dropdown-select .f-dropdown>li.title{margin-top:0;padding:0.5rem 1rem;padding-left:0.125rem;background-color:initial;cursor:default;border-bottom:1px solid var(--palette-secondary-main, #cdcdcd)}.dropdown-select .f-dropdown>li.title>span{display:block;font-weight:600;text-transform:uppercase;width:100%}.dropdown-select.toggle .f-dropdown>li input[type=checkbox]{display:none}.select-wrapper .select-value{cursor:pointer}.select-wrapper .f-dropdown{width:auto !important}@media only screen and (max-width: 39.9375em){.select-wrapper .f-dropdown:not(.selection-full-width){max-width:13.75rem !important}}@media only screen and (max-width: 39.9375em){.select-wrapper .f-dropdown.selection-full-width{max-width:100% !important}}@media only screen and (min-width:40em)and (max-width:63.9375em){.select-wrapper .f-dropdown{max-width:25rem !important}}@media only screen and (min-width:64em){.select-wrapper .f-dropdown{max-width:25rem !important}}.select-wrapper .f-dropdown li{white-space:nowrap;float:none;display:block}.select-wrapper .f-dropdown li .selected-marker{min-width:1.25rem;display:inline-block;color:var(--palette-brandAlt-main, #c56fd5)}@media only screen and (max-width: 39.9375em){.base-header .base-header-select .select-wrapper .f-dropdown,#page-header .page-title-wrapper .select-wrapper .f-dropdown{width:13.75rem !important;left:calc((100% - 13.75rem)/2) !important}}@media only screen and (min-width:40em)and (max-width:63.9375em){.base-header .base-header-select .select-wrapper .f-dropdown,#page-header .page-title-wrapper .select-wrapper .f-dropdown{width:25rem !important;left:calc((100% - 25rem)/2) !important}}.f-dropdown{display:none;height:0;overflow-x:hidden;overflow-y:auto}body.hide-focus-outline .f-dropdown li a:focus:not(:hover):not(:active){text-decoration:none}body.hide-focus-outline .f-dropdown li button:focus:not(:hover):not(:active){background-color:var(--palette-primary-contrastText, #ffffff);color:var(--palette-text-primary, #262626);text-decoration:none}body.hide-focus-outline .f-dropdown li.item-selected,body.hide-focus-outline .f-dropdown li a.item-selected{background-color:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff);text-decoration:none}body.hide-focus-outline .f-dropdown li.item-selected button:focus:not(:hover):not(:active),body.hide-focus-outline .f-dropdown li a.item-selected button:focus:not(:hover):not(:active){background-color:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff);text-decoration:none}.f-dropdown li.item-selected:not(:hover) a,.f-dropdown li.item-selected:not(:hover) button{background-color:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff)}.f-dropdown.selection-full-width{max-width:inherit;width:100% !important}.f-dropdown.f-open-dropdown{display:block}.f-dropdown.open{display:block;height:inherit}.f-dropdown.feature-filter.open{left:auto !important;top:auto !important}.f-dropdown .scroll-control{text-align:center}.f-dropdown .list-header{font-weight:600}.dropdown.alt+.f-dropdown::before,.dropdown.alt+.f-dropdown::after,.dropdown.alt+.bb-dropdown>.dropdown-directive>.f-dropdown::before,.dropdown.alt+.bb-dropdown>.dropdown-directive>.f-dropdown::after{display:none}.dropdown.alt+.f-dropdown .dropdown-icon i,.dropdown.alt+.bb-dropdown>.dropdown-directive>.f-dropdown .dropdown-icon i{font-size:0.875rem}.item-selector-container{position:relative;display:inline-block;width:100%}.item-selector-container select{left:0 !important;top:0 !important;position:absolute !important;opacity:0 !important}.item-selector-container:not(.content-visibility-selector){margin-bottom:1.25rem}.item-selector-container:not(.content-visibility-selector) button{background-color:var(--palette-primary-contrastText, #ffffff);font-size:.875rem;color:var(--palette-text-primary, #262626);width:100%;text-align:left;box-shadow:inset 0 0 0 1px var(--palette-border-main, #cdcdcd);margin-bottom:0}.item-selector-container:not(.content-visibility-selector) button[disabled]{background-color:var(--palette-background-b3, #f0f0f0);border:1px solid #e5e5e5;box-shadow:none;color:var(--palette-text-secondary, #666666);pointer-events:none}.item-selector-container:not(.content-visibility-selector) button[disabled]::after{content:none}.item-selector-container:not(.content-visibility-selector) button[disabled]:hover{cursor:default}.item-selector-container:not(.content-visibility-selector) button i{font-size:1.25rem;position:relative;vertical-align:-0.1875rem;padding-bottom:0.0625rem}.item-selector-container:not(.content-visibility-selector) button i+span{margin-left:0.5rem}.item-selector-container:not(.content-visibility-selector) button.icon-button{box-shadow:none}.item-selector-container:not(.content-visibility-selector) .f-open-dropdown li a .dropdown-icon{margin-right:0.5rem}@media only screen and (min-width:40em){.item-selector-container.content-visibility-selector{margin-bottom:1.25rem;margin-bottom:0}.item-selector-container.content-visibility-selector button{background-color:var(--palette-primary-contrastText, #ffffff);font-size:.875rem;color:var(--palette-text-primary, #262626);width:100%;text-align:left;box-shadow:inset 0 0 0 1px var(--palette-border-main, #cdcdcd);margin-bottom:0}.item-selector-container.content-visibility-selector button[disabled]{background-color:var(--palette-background-b3, #f0f0f0);border:1px solid #e5e5e5;box-shadow:none;color:var(--palette-text-secondary, #666666);pointer-events:none}.item-selector-container.content-visibility-selector button[disabled]::after{content:none}.item-selector-container.content-visibility-selector button[disabled]:hover{cursor:default}.item-selector-container.content-visibility-selector button i{font-size:1.25rem;position:relative;vertical-align:-0.1875rem;padding-bottom:0.0625rem}.item-selector-container.content-visibility-selector button i+span{margin-left:0.5rem}.item-selector-container.content-visibility-selector button.icon-button{box-shadow:none}.item-selector-container.content-visibility-selector .f-open-dropdown li a .dropdown-icon{margin-right:0.5rem}.peek .item-selector-container.content-visibility-selector{margin-bottom:1.25rem}}.is-empty-page{margin-bottom:1.875rem;max-height:43.75rem}.is-empty-page.is-empty-fade.ng-hide{transition:opacity .25s cubic-bezier(0.55, 0, 0.1, 1),max-height .5s cubic-bezier(0.55, 0, 0.1, 1);opacity:0;max-height:0}.is-empty-page .is-empty-wrapper{text-align:center;margin-top:1.25rem}@media only screen and (max-width: 39.9375em){.is-empty-page .is-empty-wrapper .add-element{margin:0}}@media only screen and (min-width:40em){.is-empty-page .is-empty-wrapper{margin-top:2.5rem}}.is-empty-page .is-empty-wrapper .is-empty-explanation>img{max-width:12.5rem;max-height:12.5rem;display:inline-block;margin-bottom:1.25rem}.is-empty-page .is-empty-wrapper .is-empty-explanation>h1.is-empty-heading,.is-empty-page .is-empty-wrapper .is-empty-explanation h2.is-empty-heading,.is-empty-page .is-empty-wrapper .is-empty-explanation h3.is-empty-heading,.is-empty-page .is-empty-wrapper .is-empty-explanation h4.is-empty-heading,.is-empty-page .is-empty-wrapper .is-empty-explanation h5.is-empty-heading,.is-empty-page .is-empty-wrapper .is-empty-explanation h6.is-empty-heading,.is-empty-page .is-empty-wrapper .is-empty-explanation p.is-empty-heading{font-family:"Open Sans",sans-serif;font-weight:600;font-size:1.125rem;margin-top:0.75rem;margin-bottom:1.25rem}.is-empty-page .is-empty-wrapper .is-empty-explanation>span{display:block;word-break:normal;margin:0 auto}@media only screen and (min-width:40em){.is-empty-page .is-empty-wrapper .is-empty-explanation>span{width:65%}}@media only screen and (max-width: 39.9375em){.is-empty-page .is-empty-wrapper .is-empty-explanation>span{font-size:.875rem;width:90%}}.is-empty-page .is-empty-wrapper .add-content-buttons{margin-top:1.5rem}.is-empty-page .is-empty-wrapper .add-content-buttons .columns{padding-left:0.5rem;padding-right:0.5rem}.is-empty-page .element-list-add-menu{margin-top:1.875rem}@media only screen and (max-width: 39.9375em){.is-empty-page .element-list-add-menu{display:block;padding:0;margin:0 -0.625rem;margin:0}.is-empty-page .element-list-add-menu:before,.is-empty-page .element-list-add-menu:after{content:" ";display:table}.is-empty-page .element-list-add-menu:after{clear:both}.is-empty-page .element-list-add-menu>li{display:block;float:left;height:auto;padding:0 .625rem 1.25rem}.is-empty-page .element-list-add-menu>li{list-style:none;padding:0 .625rem 1.25rem;width:100%}.is-empty-page .element-list-add-menu>li:nth-of-type(1n){clear:none}.is-empty-page .element-list-add-menu>li:nth-of-type(1n+1){clear:both}}.is-empty-page .element-list-add-menu>li{display:inline-block;margin-bottom:0.9375rem;vertical-align:top}.is-empty-page .element-list-add-menu>li:last-child{margin-bottom:initial}.is-empty-page .element-list-add-menu>li a div>i{display:inline-block}@media only screen and (min-width:64em){.is-empty-page .element-list-add-menu>li a div>i{display:initial}}@media only screen and (max-width: 39.9375em){.is-empty-page .element-list-add-menu>li:first-child{margin-top:1.25rem}}bb-grade-input{display:inline-block}.wrapping-input-style,.grade-callout{transition:all 300ms cubic-bezier(0.55, 0, 0.1, 1);display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;border-radius:80px;border:1px solid var(--palette-text-primary, #262626);font-weight:600;text-align:center;height:1.875rem;min-width:5rem;max-width:10.625rem;cursor:text;overflow:hidden;padding:0 0.625rem}.wrapping-input-style,.wrapping-input-style input,.wrapping-input-style input:disabled,.grade-callout,.grade-callout input,.grade-callout input:disabled{background-color:var(--palette-background-b1, #ffffff);color:#000;-webkit-text-fill-color:inherit}.wrapping-input-style a,.wrapping-input-style span,.wrapping-input-style input a,.wrapping-input-style input span,.wrapping-input-style input:disabled a,.wrapping-input-style input:disabled span,.grade-callout a,.grade-callout span,.grade-callout input a,.grade-callout input span,.grade-callout input:disabled a,.grade-callout input:disabled span{color:#000}.wrapping-input-style:not(.pending) input,.wrapping-input-style:not(.pending) input[type=text][disabled],.wrapping-input-style:not(.pending) span,.grade-callout:not(.pending) input,.grade-callout:not(.pending) input[type=text][disabled],.grade-callout:not(.pending) span{height:auto;max-height:1.875rem;min-height:1.875rem;line-height:1.875rem;opacity:1;padding:0;white-space:nowrap;transition:none}.wrapping-input-style.color-disabled input,.wrapping-input-style.color-disabled input[type=text],.wrapping-input-style.color-disabled span,.grade-callout.color-disabled input,.grade-callout.color-disabled input[type=text],.grade-callout.color-disabled span{color:var(--palette-common-white, #ffffff);-webkit-text-fill-color:var(--palette-common-white, #ffffff)}.wrapping-input-style:not(.readonly):hover,.grade-callout:not(.readonly):hover{background-color:hsl(0,0%,95%)}a .wrapping-input-style,a .grade-callout{cursor:pointer}.wrapping-input-style.show-total .points-text,.grade-callout.show-total .points-text{padding-left:0.125rem}@media only screen and (min-width:40em){.wrapping-input-style.show-total,.grade-callout.show-total{min-width:5rem}}.wrapping-input-style.na,.wrapping-input-style.na input,.grade-callout.na,.grade-callout.na input{background-color:var(--palette-background-b3, #f0f0f0);border:1px solid rgba(0,0,0,0);color:var(--palette-text-secondary, #666666)}.wrapping-input-style.na.pending,.wrapping-input-style.na input.pending,.grade-callout.na.pending,.grade-callout.na input.pending{font-style:italic}.wrapping-input-style.na a,.wrapping-input-style.na span,.wrapping-input-style.na input a,.wrapping-input-style.na input span,.grade-callout.na a,.grade-callout.na span,.grade-callout.na input a,.grade-callout.na input span{color:var(--palette-text-secondary, #666666)}.wrapping-input-style.na:not(.pending):not(.readonly):hover,.wrapping-input-style.na input:not(.pending):not(.readonly):hover,.grade-callout.na:not(.pending):not(.readonly):hover,.grade-callout.na input:not(.pending):not(.readonly):hover{background-color:rgb(200.9,200.9,200.9)}.wrapping-input-style.gray,.wrapping-input-style.gray input,.grade-callout.gray,.grade-callout.gray input{background-color:var(--palette-secondary-main, #cdcdcd);border:1px solid rgba(0,0,0,0);color:#000}.wrapping-input-style.gray a,.wrapping-input-style.gray span,.wrapping-input-style.gray input a,.wrapping-input-style.gray input span,.grade-callout.gray a,.grade-callout.gray span,.grade-callout.gray input a,.grade-callout.gray input span{color:#000}.wrapping-input-style.gray:not(.readonly):hover,.wrapping-input-style.gray input:not(.readonly):hover,.grade-callout.gray:not(.readonly):hover,.grade-callout.gray input:not(.readonly):hover{background-color:rgb(179.5,179.5,179.5)}.wrapping-input-style.green,.wrapping-input-style.green input,.grade-callout.green,.grade-callout.green input{background-color:#39e379;border:1px solid rgba(0,0,0,0);color:#000}.wrapping-input-style.green a,.wrapping-input-style.green span,.wrapping-input-style.green input a,.wrapping-input-style.green input span,.grade-callout.green a,.grade-callout.green span,.grade-callout.green input a,.grade-callout.green input span{color:#000}.wrapping-input-style.green:not(.readonly):hover,.wrapping-input-style.green input:not(.readonly):hover,.grade-callout.green:not(.readonly):hover,.grade-callout.green input:not(.readonly):hover{background-color:rgb(28.8672566372,204.1327433628,94.8495575221)}.wrapping-input-style.yellowgreen,.wrapping-input-style.yellowgreen input,.grade-callout.yellowgreen,.grade-callout.yellowgreen input{background-color:#cdee4b;border:1px solid rgba(0,0,0,0);color:#000}.wrapping-input-style.yellowgreen a,.wrapping-input-style.yellowgreen span,.wrapping-input-style.yellowgreen input a,.wrapping-input-style.yellowgreen input span,.grade-callout.yellowgreen a,.grade-callout.yellowgreen span,.grade-callout.yellowgreen input a,.grade-callout.yellowgreen input span{color:#000}.wrapping-input-style.yellowgreen:not(.readonly):hover,.wrapping-input-style.yellowgreen input:not(.readonly):hover,.grade-callout.yellowgreen:not(.readonly):hover,.grade-callout.yellowgreen input:not(.readonly):hover{background-color:rgb(192.0558375635,233.5989847716,28.4010152284)}.wrapping-input-style.yellow,.wrapping-input-style.yellow input,.grade-callout.yellow,.grade-callout.yellow input{background-color:#ffe300;border:1px solid rgba(0,0,0,0);color:#000}.wrapping-input-style.yellow a,.wrapping-input-style.yellow span,.wrapping-input-style.yellow input a,.wrapping-input-style.yellow input span,.grade-callout.yellow a,.grade-callout.yellow span,.grade-callout.yellow input a,.grade-callout.yellow input span{color:#000}.wrapping-input-style.yellow:not(.readonly):hover,.wrapping-input-style.yellow input:not(.readonly):hover,.grade-callout.yellow:not(.readonly):hover,.grade-callout.yellow input:not(.readonly):hover{background-color:rgb(244.8,217.92,0)}.wrapping-input-style.orange,.wrapping-input-style.orange input,.grade-callout.orange,.grade-callout.orange input{background-color:#ff9600;border:1px solid rgba(0,0,0,0);color:#000}.wrapping-input-style.orange a,.wrapping-input-style.orange span,.wrapping-input-style.orange input a,.wrapping-input-style.orange input span,.grade-callout.orange a,.grade-callout.orange span,.grade-callout.orange input a,.grade-callout.orange input span{color:#000}.wrapping-input-style.orange:not(.readonly):hover,.wrapping-input-style.orange input:not(.readonly):hover,.grade-callout.orange:not(.readonly):hover,.grade-callout.orange input:not(.readonly):hover{background-color:rgb(239.7,141,0)}.wrapping-input-style.red,.wrapping-input-style.red input,.grade-callout.red,.grade-callout.red input{background-color:#ff3b30;border:1px solid rgba(0,0,0,0);color:#000}.wrapping-input-style.red a,.wrapping-input-style.red span,.wrapping-input-style.red input a,.wrapping-input-style.red input span,.grade-callout.red a,.grade-callout.red span,.grade-callout.red input a,.grade-callout.red input span{color:#000}.wrapping-input-style.red:not(.readonly):hover,.wrapping-input-style.red input:not(.readonly):hover,.grade-callout.red:not(.readonly):hover,.grade-callout.red input:not(.readonly):hover{background-color:rgb(241.8,12.8492753623,0)}.wrapping-input-style.color-disabled,.wrapping-input-style.color-disabled input,.grade-callout.color-disabled,.grade-callout.color-disabled input{background-color:#262626;border:1px solid rgba(0,0,0,0);color:var(--palette-common-white, #ffffff)}.wrapping-input-style.color-disabled a,.wrapping-input-style.color-disabled span,.wrapping-input-style.color-disabled input a,.wrapping-input-style.color-disabled input span,.grade-callout.color-disabled a,.grade-callout.color-disabled span,.grade-callout.color-disabled input a,.grade-callout.color-disabled input span{color:var(--palette-common-white, #ffffff)}.wrapping-input-style.color-disabled:not(.readonly):hover,.wrapping-input-style.color-disabled input:not(.readonly):hover,.grade-callout.color-disabled:not(.readonly):hover,.grade-callout.color-disabled input:not(.readonly):hover{background-color:hsl(0,0%,32.1519607843%)}.wrapping-input-style input,.wrapping-input-style .grade-input-display,.grade-callout input,.grade-callout .grade-input-display{background-color:rgba(0,0,0,0) !important;margin:0;text-align:center;font-weight:600;border:1px solid rgba(0,0,0,0)}.wrapping-input-style input:focus,.wrapping-input-style .grade-input-display:focus,.grade-callout input:focus,.grade-callout .grade-input-display:focus{outline:none;box-shadow:none}.wrapping-input-style input:disabled,.wrapping-input-style .grade-input-display:disabled,.grade-callout input:disabled,.grade-callout .grade-input-display:disabled{background-color:rgba(0,0,0,0)}[dir=rtl] .wrapping-input-style .grade-input-display bdi,[dir=rtl] .grade-callout .grade-input-display bdi{direction:rtl}.wrapping-input-style.readonly,.grade-callout.readonly{cursor:default;transition:background-color 0s}.points-text{font-weight:600}.grade-value{margin-top:0.625rem}@media only screen and (min-width:40em){.grade-value{margin-top:0}}.grade-progress{overflow:hidden}.grade-progress span,.grade-progress div{display:inline}.grade-progress .grade-progress-complete{display:inline-flex;align-items:center}.grade-status .post,.grade-status .sent{margin-top:0.5625rem}@media only screen and (min-width:40em){.grade-status .post,.grade-status .sent{margin:0}}.grade-status .post .send-grade{width:auto}@media only screen and (min-width:40em)and (max-width:63.9375em){.grade-status .post .send-grade{max-width:min-content}}.side-panel-content .action-icon-areas{margin:0;width:100%}.side-panel-content .action-icon-areas li{padding:0;margin:0}.side-panel-content .action-icon-areas li button{padding:0.5rem;margin:0}@media only screen and (min-width:40em){.side-panel-content .action-icon-areas li button{padding:0.875rem}}.side-panel-content .action-icon-areas li button:hover{background-color:#f4f4f4}.side-panel-content .action-icon-areas li i{font-size:1.5rem}.side-panel-content .action-icon-areas li .action-details{font-size:0.6875rem;line-height:1.5}.import-course,.import-folder-header,.content-item{padding:0.75rem 0.625rem;display:flex;align-items:center}.import-course>a,.import-course .item-wrapper,.import-folder-header>a,.import-folder-header .item-wrapper,.content-item>a,.content-item .item-wrapper{flex:0 100%;font-weight:600}.import-course>a.is-selected,.import-course .item-wrapper.is-selected,.import-folder-header>a.is-selected,.import-folder-header .item-wrapper.is-selected,.content-item>a.is-selected,.content-item .item-wrapper.is-selected{font-weight:600}.import-course label,.import-folder-header label,.content-item label{font-weight:600 !important;margin-bottom:0}.import-course input[type=checkbox].indeterminate+label:before,.import-folder-header input[type=checkbox].indeterminate+label:before,.content-item input[type=checkbox].indeterminate+label:before{background-color:#39e379;border-color:inherit}.import-course input[type=checkbox].indeterminate+label:after,.import-folder-header input[type=checkbox].indeterminate+label:after,.content-item input[type=checkbox].indeterminate+label:after{content:"";height:0.1875rem;width:0.75rem;background-color:#fff;top:0.625rem;margin-left:0.25rem;opacity:.85}.import-course .course-icon{font-size:1.5rem;display:inline-block;vertical-align:middle;margin-right:0.25rem}.import-folder-header label{top:-0.5625rem}.import-folder-header a{text-decoration:none;color:var(--palette-text-primary, #262626)}.import-folder-header a div{display:block}.import-folder-header a div.chevron-wrapper{float:right;padding-top:0.5625rem}.import-folder-header .chevron{float:right;transition:transform 250ms cubic-bezier(0.55, 0, 0.1, 1);color:var(--palette-text-primary, #262626)}.import-folder-header.is-open{background-color:var(--palette-background-b9, #262626)}.import-folder-header.is-open a{color:var(--palette-primary-contrastText, #ffffff)}.import-folder-header.is-open .chevron{transform:rotate(-180deg);transition:transform 250ms cubic-bezier(0.55, 0, 0.1, 1);color:var(--palette-primary-contrastText, #ffffff)}.import-folder-header.is-open-parent{background-color:#666}.import-folder-header.is-open-parent a{color:var(--palette-primary-contrastText, #ffffff)}.import-folder-header.is-open-parent .chevron{transform:rotate(-180deg);transition:transform 250ms cubic-bezier(0.55, 0, 0.1, 1);color:var(--palette-primary-contrastText, #ffffff)}.import-folder-content{margin:0;padding:0;list-style:none}.import-folder-content .accordion-navigation{position:relative;border-top:1px solid var(--palette-border-main, #cdcdcd)}.import-folder-content .accordion-navigation:first-child{border-top:1px solid var(--palette-border-main, #cdcdcd)}.import-content-wrapper [class*=img-icon-]{width:1.875rem;height:1.875rem;vertical-align:middle;display:inline-block;margin-right:0.25rem}.import-content-wrapper .is-open-parent [class*=img-icon-]{width:1.875rem;height:1.875rem;margin-right:0.25rem}.course-import-list .import-list-item{position:relative;display:block}.course-import-list .import-list-link{display:block;text-decoration:none;color:var(--palette-text-primary, #262626)}.course-import-list .import-list-link:hover{background:#f8f8f8 !important}.course-import-list .import-list-link .title{max-width:87%;white-space:normal;vertical-align:middle;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.course-import-list .import-list-link bb-svg-icon{vertical-align:middle}.course-import-list .link-not-available{cursor:default;color:var(--palette-text-hint, #767676)}.course-import-list.accordion .accordion-navigation{margin-bottom:0 !important;border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.course-import-list.accordion .accordion-navigation:first-child{border-top:1px solid var(--palette-border-main, #cdcdcd)}.course-import-list.accordion .accordion-navigation .button-padding-top{padding-top:1.125rem}.course-import-list.accordion .accordion-navigation .button-padding-bottom{padding-bottom:1.125rem;padding-top:0.5rem}.course-import-list.accordion .accordion-navigation a{padding:0.625rem 0;display:block;text-decoration:none;color:var(--palette-text-primary, #262626);font-weight:600;font-size:.875rem;border-bottom:0}.course-import-list.accordion .accordion-navigation a bb-svg-icon{top:0.25rem}.course-import-list.accordion .accordion-navigation a bb-svg-icon.has-term{top:0.875rem}.course-import-list.accordion .accordion-navigation button{margin:0.125rem 0 0;padding:0;width:100%;height:2.5rem}.course-import-list.accordion .accordion-navigation button:last-child{margin-bottom:0.125rem}.copy-import .panel-wrap.has-footer{bottom:0 !important;padding-bottom:0 !important;margin-bottom:6rem !important}.copy-import .panel-wrap.has-footer .panel-content{padding-bottom:0 !important}@media only screen and (max-width: 39.9375em){.copy-import .panel-wrap.has-footer .panel-content{padding-bottom:6rem}}.copy-import .panel-footer.has-message{min-height:6rem}.copy-import .panel-footer.has-message>div{margin-bottom:0.375rem;text-align:center;min-height:1.375rem}.import-item a .term,.import-folder-header a .term{font-weight:400;color:var(--palette-text-hint, #767676);font-size:.75rem;text-decoration:none}.import-folder-header a .term{margin-left:2.375rem;top:-0.375rem;color:#e5e5e5;position:relative}.layer-details .accordion .active.content{padding:1.125rem 0 0 !important}.layer-details{margin-bottom:2.5rem;overflow:visible}@media only screen and (min-width:64em){.full .layer-content{padding-right:1.875rem !important}.full .layer-content:after{content:"";display:block;width:0.0625rem;background:var(--palette-secondary-main, #cdcdcd);min-height:100vh;height:100%;position:absolute;right:0;top:0;right:0}.full .layer-details{padding-left:1.875rem !important}}.tabular-list-header{display:none;align-items:center;min-height:2.5rem;border-bottom:1px solid var(--palette-secondary-main, #cdcdcd);font-weight:600}@media only screen and (min-width:40em){.tabular-list-header{display:flex}}.tabular-list-header button{font-weight:600}.sort-list-arrows{display:inline-block;margin-left:0.3125rem}.sort-list-arrows .sort-list-arrow-up{width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-bottom:4px solid #767676;margin-bottom:0.1875rem}.sort-list-arrows .sort-list-arrow-down{width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:4px solid #767676}.sort-list-arrows.arrow-up .sort-list-arrow-up{border-bottom-color:var(--palette-primary-main, #262626)}.sort-list-arrows.arrow-down .sort-list-arrow-down{border-top-color:var(--palette-primary-main, #262626)}.tabular-list-header-offset{padding-left:3.9375rem}.tabular-list-container{width:calc(100% + 1.875rem);margin:0 -0.9375rem}@media only screen and (min-width:40em){.tabular-list-container{width:100%;margin:0}}.tabular-row{display:flex;align-items:center;min-height:3.625rem;padding:0.9375rem 2.375rem 0.9375rem 0;margin-bottom:0 !important;position:relative;flex-direction:column}@media only screen and (min-width:40em){.tabular-row{padding:0.625rem 0;flex-direction:row}}.tabular-row:before{content:"";border-top:1px solid var(--palette-border-main, #cdcdcd);height:0.0625rem;width:calc(100% - 3.9375rem);position:absolute;bottom:-0.0625rem;left:3.9375rem;z-index:1}.tabular-row.child-is-invokable:hover{background-color:var(--palette-background-b3, #f0f0f0)}.tabular-row.child-is-invokable:hover .element-details a.bb-click-target{text-decoration:underline}.tabular-row.child-is-invokable:hover .wrapping-input-style.na{background-color:#e5e5e5}.tabular-row a{color:var(--palette-text-primary, #262626)}.tabular-row .element-card{padding:0;min-height:1.1875rem;padding-left:3.125rem}@media only screen and (min-width:40em){.tabular-row .element-card{padding-left:0}}.tabular-row .element-card .element-image{position:absolute;display:flex;justify-content:center;align-items:center;top:0;left:0;margin-left:-0.3125rem;margin-right:0.9375rem;margin-top:0;height:2.375rem;width:2.375rem;box-shadow:none;border-radius:0}@media only screen and (min-width:40em){.tabular-row .element-card .element-image{position:relative}}.tabular-row .element-card .element-image.avatar{height:2.625rem;width:2.625rem}.tabular-row .element-card bb-usercard{margin-inline-end:0.5rem}.tabular-row .element-card .element-details{line-height:1.3;overflow:hidden}.tabular-row .element-card .element-details *{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;display:inline}.tabular-row .element-card .element-details .wrap-text{white-space:normal !important}.tabular-row>*:not(:first-child){padding-left:4.0625rem}@media only screen and (min-width:40em){.tabular-row>*:not(:first-child){padding-left:0.9375rem}}.tabular-row .last-row-item{position:initial}@media only screen and (min-width:40em){.tabular-row .last-row-item{position:relative}}.tabular-row .last-row-item .overflow-menu-button{position:absolute;top:0;right:0}@media only screen and (min-width:40em){.tabular-row .last-row-item .overflow-menu-button{position:relative;margin-right:-1.375rem;height:2.375rem;width:2.375rem;padding:0.6875rem}}.tabular-user-list .tabular-list-header-offset{padding-left:4.25rem}.tabular-user-list .tabular-row:before{left:4.25rem;width:calc(100% - 4.25rem);bottom:0}.tabular-user-list .tabular-row.submission-select-row-list:before{left:6.25rem;width:calc(100% - 6.25rem)}.tabular-user-list .tabular-row .element-card{padding-left:3.3125rem}@media only screen and (min-width:40em){.tabular-user-list .tabular-row .element-card{padding-left:0}}.tabular-user-list .tabular-row>*:not(:first-child){padding-left:4.25rem}@media only screen and (min-width:40em){.tabular-user-list .tabular-row>*:not(:first-child){padding-left:0.9375rem}}.last-tabular-row-container .tabular-row:not(.member-list-open):before,.last-tabular-row-container.tabular-row:not(.member-list-open):before{width:100%;left:0}.member-row .member-row-card{padding-left:4.6875rem}.member-row .tabular-row>*:not(:first-child){padding-left:8rem}@media only screen and (min-width:40em){.member-row .tabular-row>*:not(:first-child){padding-left:0.9375rem}}.member-row .tabular-row:before{width:calc(100% - 7.6875rem);left:7.6875rem}.tabular-user-list .member-row .tabular-row:before{left:8rem;width:calc(100% - 8rem)}.member-row.last-member-row .tabular-row:before{width:calc(100% - 3.9375rem);left:3.9375rem}.tabular-user-list .member-row.last-member-row .tabular-row:before{left:4.25rem;width:calc(100% - 4.25rem)}.has-slide-up-section>div:not(.slide-animation){max-height:6250rem;transition:max-height 250ms ease-in-out;height:auto}@media only screen and (min-width:40em){.has-slide-up-section>div:not(.slide-animation){transition:max-height 300ms ease-in-out}}.has-slide-up-section.section-slide>div:not(.slideUp){max-height:0;overflow:hidden}.has-slide-up-section .slide-animation{overflow:hidden !important;height:0 !important;top:calc(100vh - 6.25rem);position:absolute !important;transition:top 300ms ease-in-out,height 300ms ease-in-out}.has-slide-up-section .slide-animation.slideUp{top:4.5rem;height:100% !important;overflow:visible !important}.slide-menu-small-panel{display:block;margin-top:0;background-color:var(--palette-background-b9, #262626);margin-bottom:1.25rem;text-align:center}.slide-menu-small-panel .slide-menu-header{color:var(--palette-primary-contrastText, #ffffff);background-color:var(--palette-background-b9, #262626);font-size:.875rem;height:2.75rem;width:100%}.slide-menu-small-panel .slide-menu-header .slide-menu-title{height:100%;margin-default-float:0;padding:0.625rem 0;display:block;background-color:var(--palette-background-b9, #262626);width:calc(100% - 2.75rem)}.slide-menu-small-panel button{margin-bottom:0;margin-left:0.625rem;margin-opposite-direction:0;height:2.75rem;float:left}.slide-menu-small-panel button i{font-size:0.875rem !important}.slide-menu-small-panel button:hover{background-color:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff)}.subpanel{width:calc(100% + 3.75rem);margin-left:-1.875rem}@media only screen and (max-width: 39.9375em){.subpanel{width:calc(100% + 1.875rem)}}.subpanel .panel-section-header{display:flex;align-items:flex-start;background-color:var(--palette-background-b9, #262626);margin-top:0;margin-bottom:1.25rem;padding-top:1.25rem;padding-bottom:1.375rem;min-height:4.375rem}.subpanel .panel-section-header .panel-section-header-icon{position:relative;margin-top:0.1875rem;z-index:1}.subpanel .panel-section-header .panel-section-header-icon bb-svg-icon{vertical-align:middle}.subpanel .panel-section-header .panel-section-header-icon bb-svg-icon svg.svg-icon{color:var(--palette-primary-contrastText, #ffffff);margin-left:1.875rem;vertical-align:top}.subpanel .panel-section-header .panel-section-header-icon bb-svg-icon svg.svg-icon svg{height:1.5rem;width:1.5rem}.subpanel .panel-section-header .panel-section-header-text{position:relative;margin:0 1.25rem;display:flex;align-items:center;background-color:var(--palette-background-b9, #262626);font-size:1.125rem;font-weight:700;height:auto;flex:1}.subpanel .panel-section-header .panel-section-header-text h3,.subpanel .panel-section-header .panel-section-header-text h2{margin-bottom:0;font-weight:700;font-size:1.125rem;color:var(--palette-primary-contrastText, #ffffff);font-family:"Open Sans",sans-serif;max-width:14.375rem}.subpanel .panel-section-header button{margin-top:0;margin-bottom:0;margin-right:1.25rem;padding-top:0;height:1.875rem}.subpanel .panel-section-header button:hover{background-color:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff)}.subpanel .panel-section-header button i{font-size:1rem}.subpanel .panel-section-header button.super-clear,.subpanel .panel-section-header button>a{color:#a6a6a6}.subpanel .panel-section-header button.super-clear:hover,.subpanel .panel-section-header button.super-clear:focus,.subpanel .panel-section-header button>a:hover,.subpanel .panel-section-header button>a:focus{color:var(--palette-primary-contrastText, #ffffff);background-color:rgba(0,0,0,0);box-shadow:0 0 0 2px var(--palette-focus-light, #2f8df7) !important;outline:var(--palette-focus-light, #2f8df7)}@media only screen and (max-width: 39.9375em){.subpanel .panel-section-header{display:none}}.submission-slider-container{width:calc(100% + 3.75rem);margin-left:-1.875rem;border-top:1px solid rgb(192.7,192.7,192.7);border-bottom:1px solid rgb(192.7,192.7,192.7);box-shadow:0 4px 0 0 rgba(38,38,38,.05);margin-top:-0.0625rem;margin-bottom:-0.3125rem}.submission-slider-container.collapsible-row-open{margin-bottom:0}.submission-slider-container.has-collapsible-row{border-bottom:0;box-shadow:none}.submission-slider-container .collapsible-row{transition:height 300ms cubic-bezier(0.55, 0, 0.1, 1);border-top:4px solid rgba(38,38,38,.05);box-shadow:0 -1px 0 0 rgb(192.7,192.7,192.7);min-height:initial;overflow:hidden;width:100%;height:0}.submission-slider-container .collapsible-row>.row{padding:1rem 0.9375rem 1.25rem}@media only screen and (min-width:40em){.submission-slider-container .collapsible-row>.row{padding:1rem 1.875rem 1.25rem}}.submission-slider-container .collapsible-row.active{min-height:5.625rem;height:auto;box-shadow:0 -1px 0 0 var(--palette-border-main, #cdcdcd);background-color:var(--palette-background-b2, #f8f8f8)}.submission-slider{position:relative;padding:0 4.625rem}.submission-slider a{color:var(--palette-text-primary, #262626)}.submission-slider .submission-slider-trigger-previous{position:absolute;left:0;top:0}@media only screen and (min-width:40em){.submission-slider .submission-slider-trigger-previous{width:25%}}.submission-slider .submission-slider-trigger-previous a{display:inline-block;height:4.5rem;width:100%;padding:1.5rem 1.875rem}.submission-slider .submission-slider-trigger-previous a bb-svg-icon{float:left}.submission-slider .submission-slider-trigger-previous:hover~.submission-slider-center .submission-slider-page-option.previous{text-decoration:underline}.submission-slider .submission-slider-trigger-next{position:absolute;right:0;top:0}@media only screen and (min-width:40em){.submission-slider .submission-slider-trigger-next{width:25%}}.submission-slider .submission-slider-trigger-next a{display:inline-block;height:4.5rem;width:100%;padding:1.5rem 1.875rem}.submission-slider .submission-slider-trigger-next a bb-svg-icon{float:right}.submission-slider .submission-slider-trigger-next:hover~.submission-slider-center .submission-slider-page-option.next{text-decoration:underline}.submission-slider .submission-slider-center{list-style:none;margin:0;padding:0;position:relative;overflow:hidden;height:4.5rem;z-index:-1;transform:translate3d(0, 0, 0)}.submission-slider .submission-slider-center .submission-slider-page-option{display:inline-block;width:100%;position:absolute;top:0;left:-100%;height:4.5rem;line-height:4.5rem;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;transition:left 400ms cubic-bezier(0.55, 0, 0.1, 1),width 400ms cubic-bezier(0.55, 0, 0.1, 1)}@media only screen and (min-width:40em){.submission-slider .submission-slider-center .submission-slider-page-option{width:25%}}.submission-slider .submission-slider-center .submission-slider-page-option .submission-slider-option-text{margin:0 0.625rem;transition:font-size 400ms cubic-bezier(0.55, 0, 0.1, 1),font-weight 400ms cubic-bezier(0.55, 0, 0.1, 1);font-size:.875rem;line-height:4.5rem}.submission-slider .submission-slider-center .submission-slider-page-option.active{text-align:center;left:0}@media only screen and (min-width:40em){.submission-slider .submission-slider-center .submission-slider-page-option.active{padding:0 1.875rem;left:25%;width:50%}}.submission-slider .submission-slider-center .submission-slider-page-option.active .submission-slider-option-text{text-decoration:none;font-weight:300;font-size:1.875rem;line-height:inherit}.submission-slider .submission-slider-center .submission-slider-page-option.previous{text-align:left;left:-100%}@media only screen and (min-width:40em){.submission-slider .submission-slider-center .submission-slider-page-option.previous{left:0}}.submission-slider .submission-slider-center .submission-slider-page-option.next{text-align:right;left:100%}@media only screen and (min-width:40em){.submission-slider .submission-slider-center .submission-slider-page-option.next{left:75%}}.submission-slider .submission-slider-center .submission-slider-page-option.next+li{text-align:right;left:100%}.select-wrapper{display:inline-block;vertical-align:text-bottom;position:relative;width:auto;color:var(--palette-primary-contrastText, #ffffff);transition:background-color 250ms ease,color 250ms ease}@media only screen and (min-width:64em){.select-wrapper{color:var(--palette-text-primary, #262626)}}.select-wrapper button,.select-wrapper .button{background-color:rgba(0,0,0,0);box-shadow:none;color:var(--palette-text-primary, #262626);margin:0;padding:0;min-width:0.0625rem}@media only screen and (max-width: 39.9375em),only screen and (min-width:40em)and (max-width:63.9375em){.select-wrapper button,.select-wrapper .button{color:var(--palette-primary-contrastText, #ffffff)}}@media only screen and (min-width:64em){.select-wrapper:hover,.select-wrapper:focus,.select-wrapper:hover .button,.select-wrapper:focus .button{color:var(--palette-text-primary, #262626);transition:background-color 250ms ease,color 250ms ease}}.select-wrapper .select-value{display:inline-block;vertical-align:text-bottom;font-size:inherit}.select-wrapper .select-value i{display:none}.select-wrapper .select-value:after{content:"";display:inline-block;vertical-align:middle;position:relative;top:0.125rem;margin-left:0.1875rem;margin-right:0.375rem;width:0.875rem;height:0.875rem;border:7px solid rgba(0,0,0,0);border-top-color:var(--palette-text-primary, #262626)}.select-wrapper .select-value span:first-child:not(:empty){transition:all 250ms ease}.select-wrapper .select-value i{margin-left:0.25rem;font-size:.875rem}.select-wrapper .select-value.focus{transition:box-shadow 250ms ease-in-out;border-radius:2px}body:not(.hide-focus-outline) .select-wrapper .select-value.focus:focus,.hide-focus-outline .select-wrapper .select-value.focus.override-focus-outline:focus{outline:.125rem solid #006dc7}.select-wrapper select{cursor:context-menu;position:absolute;opacity:0;top:0;bottom:0;border:0;left:0;right:0;margin:0;font-size:.875rem}.select-wrapper select:focus,.select-wrapper select:hover{border:0;box-shadow:none}.select-wrapper select option{background:var(--palette-background-b1, #ffffff);padding:0.25rem 0.375rem}.select-wrapper .f-dropdown.feature-filter.open{right:0;transform:initial}.select-wrapper button.button-anchor{text-decoration:none}.select-wrapper button.button-anchor span{text-decoration:underline}.tooltip,.inline-validation.f-dropdown.content{z-index:9999;background:#fff;border-radius:2px;border:1px solid var(--palette-secondary-main, #cdcdcd);color:var(--palette-text-secondary, #666666);box-shadow:0 4px 0 1px rgba(0,0,0,.05);margin-top:-0.125rem}.tooltip>.nub,.inline-validation.f-dropdown.content>.nub{border:solid 5px;border-color:rgba(0,0,0,0)}.tooltip>.nub::after,.inline-validation.f-dropdown.content>.nub::after{content:"";display:block;background-color:#fff;border:solid 1px;border-color:var(--palette-secondary-main, #cdcdcd) rgba(0,0,0,0) rgba(0,0,0,0) var(--palette-secondary-main, #cdcdcd);position:relative;top:-0.125rem;height:0.9375rem;width:0.9375rem;transform:rotate(45deg)}.touch .tooltip[style] .nub,.touch [style].inline-validation.f-dropdown.content .nub{display:none !important}@media only screen and (max-width: 39.9375em){.tooltip,.inline-validation.f-dropdown.content{max-width:calc(100% - 1.5rem) !important}}@media only screen and (min-width:40em)and (max-width:63.9375em){.tooltip,.inline-validation.f-dropdown.content{margin-left:-6.25rem}}.validation-error{position:relative;display:inline-flex;height:100%;z-index:2}.validation-error .wrapping-input-style,.validation-error>input[type=text]{box-shadow:inset 0 0 0 1px #ff3b30,inset 0 0 0 4px rgba(255,59,48,.1)}.validation-error input.ng-invalid{box-shadow:none !important;border:none !important}.validation-error .wrapping-input-style,.validation-error .wrapping-input-style-focus{background-color:#fff !important;color:#000 !important;border:1px solid rgba(0,0,0,0) !important}.consumption-data .validation-error{float:left;background-color:rgba(0,0,0,0) !important;border-radius:initial}.inline-validation.f-dropdown.content{padding:0.625rem;font-size:.875rem;font-style:italic;color:#ff3b30;height:initial;overflow:visible !important;line-height:1.375rem;white-space:normal}@media only screen and (min-width:40em){.inline-validation.f-dropdown.content{width:18.75rem}}.inline-validation.f-dropdown.content.open{display:block}.inline-validation.f-dropdown.content.f-open-dropdown{display:block}.inline-validation.f-dropdown.content .validation-message{padding:0;padding-left:2.125rem;position:relative;display:block;min-height:1.5625rem;width:100%}.inline-validation.f-dropdown.content .validation-message::before{content:"";color:#ff3b30;left:0.3125rem;width:1.5rem;height:1.5rem;font-size:1.5rem;position:absolute;top:50%;left:0;margin-top:-0.75rem}select.ng-dirty.ng-invalid,input.ng-dirty.ng-invalid,textarea.ng-dirty.ng-invalid,div.editor-element:not(:focus).ng-dirty.ng-invalid{box-shadow:inset 0 0 0 1px #ff3b30,inset 0 0 0 4px rgba(255,59,48,.1);border-radius:2px}bb-rich-text-editor.ng-dirty.ng-invalid div.ql-container{box-shadow:inset 0 0 0 1px #ff3b30,inset 0 0 0 4px rgba(255,59,48,.1);border-radius:2px}.page-filter{position:relative}.page-help~.page-filter{margin:-1.875rem 0 1.25rem}.page-filter select{margin-bottom:0.5rem;padding-right:1.875rem}@media only screen{.page-filter select{width:100%}}@media only screen and (min-width:40em){.page-filter select{width:auto}}.page-filter button{margin-bottom:0;float:right}@media only screen and (max-width: 39.9375em){.page-filter button{padding-left:0;padding-right:0}}.page-filter .month{font-family:"Open Sans",sans-serif;font-weight:400;font-size:1.5rem;margin-bottom:0.75rem}@media only screen and (min-width:40em){.page-filter .month{margin-top:0.25rem}}.page-filter .month a{color:var(--palette-text-primary, #262626);text-decoration:none}.page-filter .month a:hover{border-bottom:1px dotted var(--palette-text-primary, #262626)}@media only screen and (max-width: 39.9375em){.page-filter .month{text-align:center}}@media only screen and (max-width: 39.9375em){.page-filter .buttons{display:none}}.page-filter input[type=radio]+label:before{display:none}@media only screen and (min-width:40em){.page-filter .switch-toggle{margin-top:0.3125rem}}.panel-url-container a.link-preview{position:absolute;right:0.1875rem;margin-top:-3.1875rem}.peek .panel-url-container #panel-url,.peek .panel-url-container #panel-url-lti{padding-right:1.875rem}.full .panel-url-container #panel-url{padding-right:1.875rem}.student-submission .submission-to-grade .answer-to-grade{border:1px solid var(--palette-secondary-main, #cdcdcd);background:#f5f5f5;padding:1rem 1rem 0}.student-submission .submission-to-grade .answer-to-grade h1.answer-header,.student-submission .submission-to-grade .answer-to-grade h2.answer-header,.student-submission .submission-to-grade .answer-to-grade h3.answer-header,.student-submission .submission-to-grade .answer-to-grade h4.answer-header,.student-submission .submission-to-grade .answer-to-grade h5.answer-header,.student-submission .submission-to-grade .answer-to-grade h6.answer-header{font-weight:700;font-size:.875rem;margin:0 0 0.25rem}.student-submission .submission-to-grade .answer-to-grade .answer-text{word-wrap:break-word}.student-submission .submission-to-grade .upload-list{margin-top:0.625rem}.student-submission .submission-to-grade .upload-list.file-viewer-container .file-container-panel{padding:0.625rem 0}.student-submission .number-graded{text-align:right;line-height:1.2;display:none}@media only screen and (min-width:40em){.student-submission .number-graded{display:block}}.student-submission .number-graded b{font-size:1.125rem}.student-submission .number-graded span{display:block}.student-submission .slider-submission-content{padding-top:0.625rem}@media only screen and (min-width:40em){.student-submission .slider-submission-content{padding-top:1.25rem}}.student-submission .grades-italic{font-style:italic}.student-submission .grades-username{font-weight:700}.student-submission .grades-button-list{margin-top:0.3125rem}.student-submission .grades-button-list button{margin-bottom:0}.student-submission .italic-date{color:#e5e5e5;font-style:italic;font-weight:400}.student-submission .student{margin-top:0.625rem}.student-submission .student .name{display:inline-block}.student-submission #submission-nav{width:100%;padding-bottom:0.625rem;display:inline-block;margin-bottom:0.625rem;background-color:var(--palette-background-b2, #f8f8f8)}.student-submission #submission-nav button{margin-bottom:0;margin-top:0.625rem}.student-submission #submission-nav .student{text-align:center}.student-submission #submission-nav .student .element-card{cursor:default;padding:0}.student-submission #submission-nav .student .element-card .element-image{position:relative;display:inline-block}.student-submission #submission-nav .student .element-card .element-details{display:inline-block;text-align:left}.student-submission #submission-nav .slick-slider{margin-bottom:0}.student-submission .slick-slider{-webkit-user-select:text;user-select:text}.student-submission .avatar-list-dropdown{position:absolute;top:8.125rem;right:calc(50% - 7.5rem);width:15rem}.student-submission .avatar-list-dropdown .f-dropdown{max-width:15rem}.student-submission .avatar-list-dropdown .f-dropdown li:hover:not(.list-header) a,.student-submission .avatar-list-dropdown .f-dropdown li:active:not(.list-header) a{text-decoration:none;background-color:var(--palette-background-b2, #f8f8f8);color:var(--palette-text-primary, #262626)}.student-submission .avatar-list-dropdown .item-container{border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.student-submission .avatar-list-dropdown .info-container{display:flex;align-items:center}.student-submission .avatar-list-dropdown .info-container .avatar-container{padding:0 !important;margin:0 !important}.student-submission .avatar-list-dropdown .info-container .username-container{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;width:100%;margin-left:1.25rem}.student-submission .avatar-list-dropdown .info-container .username-container .sub-text{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;color:var(--palette-text-secondary, #666666)}.student-submission .avatar-list-dropdown .list-header{border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.student-submission .group-members-dropdown-list bdi{cursor:pointer}@media only screen and (min-width:40em){.inventory{margin-left:0;margin-right:0}}@media only screen and (max-width: 39.9375em){.inventory{margin-right:-0.875rem;margin-left:-0.875rem}}.is-restricted .element-image::before{content:"";display:block;position:absolute;top:1rem;width:3.125rem;height:0.0625rem;background:#a4a4a4;box-shadow:0 0 0 2px #fff;z-index:1}[dir=rtl] .is-restricted .element-image::before,[dir=ltr] .is-restricted .element-image::before{left:-0.5rem;transform:rotate(-45deg)}.is-restricted .name,.is-restricted .name a,.is-restricted .content-title{color:var(--palette-text-secondary, #666666) !important}.is-restricted.restricted-for-students .child-is-invokable,.is-restricted.restricted-for-students.child-is-invokable,.is-restricted.restricted-for-students a{cursor:default}.is-restricted-without-slash .name,.is-restricted-without-slash .name a,.is-restricted-without-slash button{color:var(--palette-text-secondary, #666666) !important}.is-restricted-without-slash.restricted-for-students .child-is-invokable,.is-restricted-without-slash.restricted-for-students.child-is-invokable,.is-restricted-without-slash.restricted-for-students a{cursor:default}.element-list-row{position:relative;padding-right:0}.element-list-row .upload-list .file-container{margin:0}.element-list-row .row{padding:1.25rem 0}.element-list-row.collapse .columns{padding:0}.element-list-row.open a,.element-list-row.open a.button{box-shadow:none}.element-list-row.hidden .element-details div.name a{color:var(--palette-text-hint, #767676)}.element-list-row.selected{background:rgb(247.08,253.88,249.64)}.element-list-row .item-controls>.button,.element-list-row .item-controls .overflow-menu-button{margin:0;background:rgba(0,0,0,0);transition:color 250ms cubic-bezier(0.55, 0, 0.1, 1)}.element-list-row .item-controls>.button:hover,.element-list-row .item-controls>.button:focus,.element-list-row .item-controls .overflow-menu-button:hover,.element-list-row .item-controls .overflow-menu-button:focus{background:rgba(0,0,0,0);transition:color 250ms cubic-bezier(0.55, 0, 0.1, 1)}.element-list-row .item-controls>.button i,.element-list-row .item-controls .overflow-menu-button i{font-size:1.5rem;display:inline-block;vertical-align:text-bottom}.element-list-row .right-off-canvas-menu ul li a i{font-size:1.5rem;margin-bottom:0.25rem}.element-list-row .item-controls{text-align:right}@media only screen and (max-width: 39.9375em){.element-list-row .item-controls{padding-right:0.9375rem !important}}@media only screen and (max-width: 39.9375em){.touch .element-list-row .item-controls{padding:0}}.element-list-row .item-controls>.button,.element-list-row .item-controls>a{vertical-align:top;height:3rem;width:3rem;padding:1rem;opacity:0;transition:opacity .4s ease,color 250ms cubic-bezier(0.55, 0, 0.1, 1)}.element-list-row .item-controls>.button:focus,.element-list-row .item-controls>a:focus{opacity:1;transition:opacity .4s ease,color 250ms cubic-bezier(0.55, 0, 0.1, 1)}.touch .element-list-row .item-controls>.button,.touch .element-list-row .item-controls>a{opacity:1}.element-list-row .item-controls>.button.right-off-canvas-overlay-toggle,.element-list-row .item-controls>.button.right-off-canvas-overlay-toggle>i,.element-list-row .item-controls>a.right-off-canvas-overlay-toggle,.element-list-row .item-controls>a.right-off-canvas-overlay-toggle>i{width:1.5rem;min-width:1.5rem}.element-list-row .name-controls button.dropdown{overflow:hidden;max-width:100%;background-color:rgba(0,0,0,0);box-shadow:none;padding:0 0 0.125rem !important;padding-right:1rem !important;font-size:.875rem;border-radius:0;height:auto}body:not(.hide-focus-outline) .element-list-row .name-controls button.dropdown:focus,.hide-focus-outline .element-list-row .name-controls button.dropdown.override-focus-outline:focus{outline:none;box-shadow:inset 0 0 0 .125rem #006dc7 !important}.element-list-row .name-controls button.dropdown::after{border-left-width:0.1875rem;border-right-width:0.1875rem;border-top-width:0.25rem;border-bottom-width:0.0625rem;right:0;opacity:0}.element-list-row .name-controls button.dropdown.open::after{opacity:1}.element-list-row .name-controls button.dropdown:hover,.element-list-row .name-controls button.dropdown:focus{background-color:rgba(0,0,0,0)}.element-list-row .name-controls button.dropdown:hover::after,.element-list-row .name-controls button.dropdown:focus::after{opacity:1;transition:opacity .4s ease,color 250ms cubic-bezier(0.55, 0, 0.1, 1)}.hide-focus-outline .element-list-row .name-controls button.dropdown:not(:hover):focus::after{opacity:0 !important}.element-list-row .name-controls .item-selector-container{max-width:25rem}.element-list-row .name-controls .f-open-dropdown{left:-1rem !important;width:initial}.element-list-row .name-controls .f-open-dropdown li a .dropdown-icon{margin-right:0.25rem;display:inline-flex}.element-list-row:hover .item-controls .button,.element-list-row:focus .item-controls .button{opacity:1;transition:opacity .4s ease,color 250ms cubic-bezier(0.55, 0, 0.1, 1)}.element-list-row.item-placeholder{background-color:rgb(254.8,251.6,235.4)}.element-list-row li{padding-bottom:0}.add-element{min-height:0.0625rem;z-index:1;position:relative;transition:all .25s linear}.add-element::before{content:"";position:absolute;right:0;left:3.625rem;border-bottom:1px solid var(--palette-border-main, #cdcdcd)}[position="0"] .add-element,[always-show=isFirst] .add-element{margin-left:0}[position="0"] .add-element::before,[always-show=isFirst] .add-element::before{left:0}.add-element:hover::before,.add-element:focus::before{border-color:var(--palette-brandAlt-main, #c56fd5);transition:all .25s linear;border-bottom:2px solid var(--palette-brandAlt-main, #c56fd5)}.add-element.hide,.add-element .button-add-content.hide{opacity:0;transition:opacity .25s linear;display:block !important}.touch .add-element.hide{opacity:1}.add-element .button-add-content .hide.add-circle-default{display:none !important}.add-element .button-add-content .add-circle-default{background:#fff}.add-element .button-add-content .add-circle-active{display:none}.add-element .button-add-content:hover .add-circle-default,.add-element .button-add-content:focus .add-circle-default{display:none}.add-element .button-add-content:hover .add-circle-active,.add-element .button-add-content:focus .add-circle-active{display:inline-block}.add-element .button-add-content{display:block;text-align:center;position:absolute;margin:0;top:-0.4375rem;padding:0;width:100%;transition:opacity .25s linear;z-index:2;color:var(--palette-text-secondary, #666666)}.add-element .button-add-content:active{padding-top:0.125rem;margin-top:-0.125rem}@media only screen{.touch .add-element .button-add-content.hide{opacity:1;display:block !important}}.add-element .button-add-content:focus{opacity:1;box-shadow:none}body:not(.hide-focus-outline) .add-element .button-add-content:focus:focus,.hide-focus-outline .add-element .button-add-content:focus.override-focus-outline:focus{outline:.125rem solid #006dc7}.add-element .button-add-content:hover bb-svg-icon,.add-element .button-add-content:focus bb-svg-icon{color:var(--palette-brandAlt-main, #c56fd5);border-color:var(--palette-brandAlt-main, #c56fd5);margin-left:0 !important}.add-element .button-add-content bb-svg-icon{border-radius:50%}.add-element .button-add-content bb-svg-icon svg{overflow:visible}.hide-focus-outline .add-element:not(:hover):not(.is-active):not(.button-visible) .button:focus{opacity:0 !important}.touch .hide-focus-outline .add-element:not(:hover):not(.is-active):not(.button-visible) .button:focus{opacity:1 !important}.add-element:not(.is-active):hover,.add-element:not(.is-active):focus{border-top-color:var(--palette-brandAlt-main, #c56fd5);transition:all .25s linear}.add-element:not(.is-active):hover>.button-add-content:hover bb-svg-icon,.add-element:not(.is-active):hover>.button-add-content:focus bb-svg-icon,.add-element:not(.is-active):focus>.button-add-content:hover bb-svg-icon,.add-element:not(.is-active):focus>.button-add-content:focus bb-svg-icon{border-color:var(--palette-brandAlt-main, #c56fd5);color:var(--palette-brandAlt-main, #c56fd5)}.add-element:not(.is-active):hover>.button-add-content bb-svg-icon,.add-element:not(.is-active):focus>.button-add-content bb-svg-icon{border-color:var(--palette-brandAlt-main, #c56fd5);color:var(--palette-brandAlt-main, #c56fd5);transition:all .25s linear}.add-element .element-list-add-menu{transition:all .25s linear;max-height:25rem;overflow:hidden}.add-element .element-list-add-menu.outline-menu{display:block;padding:0;margin:0 -0.625rem;margin:0}.add-element .element-list-add-menu.outline-menu:before,.add-element .element-list-add-menu.outline-menu:after{content:" ";display:table}.add-element .element-list-add-menu.outline-menu:after{clear:both}.add-element .element-list-add-menu.outline-menu>li{display:block;float:left;height:auto;padding:0 .625rem 1.25rem}.add-element .element-list-add-menu.outline-menu>li{list-style:none;padding:0 .625rem 1.25rem;width:50%}.add-element .element-list-add-menu.outline-menu>li:nth-of-type(1n){clear:none}.add-element .element-list-add-menu.outline-menu>li:nth-of-type(2n+1){clear:both}@media only screen and (min-width:40em){.add-element .element-list-add-menu.outline-menu{display:block;padding:0;margin:0 -0.625rem;margin:0}.add-element .element-list-add-menu.outline-menu:before,.add-element .element-list-add-menu.outline-menu:after{content:" ";display:table}.add-element .element-list-add-menu.outline-menu:after{clear:both}.add-element .element-list-add-menu.outline-menu>li{display:block;float:left;height:auto;padding:0 .625rem 1.25rem}.add-element .element-list-add-menu.outline-menu>li{list-style:none;padding:0 .625rem 1.25rem;width:25%}.add-element .element-list-add-menu.outline-menu>li:nth-of-type(1n){clear:none}.add-element .element-list-add-menu.outline-menu>li:nth-of-type(4n+1){clear:both}}@media only screen and (min-width:64em){.add-element .element-list-add-menu.outline-menu{margin:0}}.touch .add-element .element-list-add-menu.outline-menu{display:block;padding:0;margin:0 -0.625rem;margin-left:0;margin-right:0}.touch .add-element .element-list-add-menu.outline-menu:before,.touch .add-element .element-list-add-menu.outline-menu:after{content:" ";display:table}.touch .add-element .element-list-add-menu.outline-menu:after{clear:both}.touch .add-element .element-list-add-menu.outline-menu>li{display:block;float:left;height:auto;padding:0 .625rem 1.25rem}.touch .add-element .element-list-add-menu.outline-menu>li{list-style:none;padding:0 .625rem 1.25rem;width:33.3333333333%}.touch .add-element .element-list-add-menu.outline-menu>li:nth-of-type(1n){clear:none}.touch .add-element .element-list-add-menu.outline-menu>li:nth-of-type(3n+1){clear:both}.add-element .element-list-add-menu.ng-enter{max-height:0;transition:all .25s linear;overflow:hidden}.add-element .element-list-add-menu.ng-enter.ng-enter-active{max-height:12.5rem}.add-element .element-list-add-menu.ng-leave{transition:all .25s linear;max-height:12.5rem;overflow:hidden}.add-element .element-list-add-menu.ng-leave.ng-leave-active{max-height:0}.add-element .element-list-add-menu.ng-hide-add,.add-element .element-list-add-menu.ng-hide-remove{max-height:12.5rem;overflow:hidden}.add-element .element-list-add-menu.ng-hide{max-height:0}.add-element .element-list-add-menu.ng-hide:not(.ng-animate){border:0}.add-element.is-active{transition:all .25s linear;margin:0;border-top-color:var(--palette-brandAlt-main, #c56fd5);background-color:var(--palette-background-b1, #ffffff)}.add-element.is-active .element-list-add-menu{padding:0.5rem 0}@media only screen and (min-width:64em){.add-element.is-active .element-list-add-menu{padding:0}}.add-element.is-active::before{left:0;border-bottom-color:var(--palette-brandAlt-main, #c56fd5)}.add-element.is-active .button-add-content{transition:opacity .25s linear;box-shadow:none}@media only screen and (max-width: 39.9375em){.add-element.is-active .button-add-content{transition:all .25s linear}}.add-element.is-active .button-add-content .add-circle-active{display:inline-block}.add-element.is-active .button-add-content .add-circle-default{display:none}.add-element.is-active .button-add-content bb-svg-icon{transform:rotate(-45deg);transition:all .25s linear;border-color:var(--palette-brandAlt-main, #c56fd5);color:var(--palette-primary-contrastText, #ffffff)}.add-element:not(.is-active) .button-add-content bb-svg-icon{transition:all .25s linear}.add-element .add-label{display:none}[always-show=isFirst] .add-label{display:inline-block;background:var(--palette-background-b1, #ffffff);top:-0.375rem;position:relative;font-size:.875rem;color:var(--palette-text-hint, #767676);padding:0.375rem}.no-create .element-card-list{border-top:1px solid var(--palette-border-main, #cdcdcd)}.no-create .element-list-row.row.collapse{position:relative}.no-create .element-list-row.row.collapse::after{content:"";display:block;position:absolute;right:0;left:3.625rem;height:0.0625rem;background-color:var(--palette-border-main, #cdcdcd);bottom:0}.no-create .element-list-row.row.collapse.element-list-row-extra-icon::after{left:5.375rem}.no-create .folder:not(.learning-module) .folder-contents .element-list-row.row.collapse::after{left:5.625rem}.no-create .folder:not(.learning-module) .folder-contents .element-list-row.row.collapse.element-list-row-extra-icon::after{left:7.375rem}.no-create .folder:not(.learning-module) .folder-contents .folder .folder-contents .element-list-row.row.collapse::after{left:7.625rem}.no-create .folder:not(.learning-module) .folder-contents .folder .folder-contents .element-list-row.row.collapse.element-list-row-extra-icon::after{left:9.375rem}@media only screen and (min-width:40em){.no-create .folder:not(.learning-module) .folder-contents .element-list-row.row.collapse::after{left:6rem}.no-create .folder:not(.learning-module) .folder-contents .element-list-row.row.collapse.element-list-row-extra-icon::after{left:7.75rem}.no-create .folder:not(.learning-module) .folder-contents .folder .folder-contents .element-list-row.row.collapse::after{left:8.375rem}.no-create .folder:not(.learning-module) .folder-contents .folder .folder-contents .element-list-row.row.collapse.element-list-row-extra-icon::after{left:10.125rem}}.no-create .drag-element.last .element-list-row.row.collapse::after{left:0}.is-empty-page .add-element,.is-empty-folder .add-element{margin:1.25rem 1.5rem;height:auto !important}.is-empty-page .add-element::before,.is-empty-folder .add-element::before{content:none}.is-empty-page .add-element .element-list-add-menu,.is-empty-folder .add-element .element-list-add-menu{border:0;max-height:15.625rem;box-shadow:none}.is-empty-page .add-element.is-active,.is-empty-folder .add-element.is-active{background-color:rgba(0,0,0,0)}.is-empty-page .empty-message,.is-empty-folder .empty-message{width:66%;text-align:center;display:block;padding:1.25rem 0;margin:0 auto}.is-empty-folder .add-element{margin:0}.is-empty-folder .empty-message{display:none}.is-empty-page .element-list-add-menu li a,.is-empty-page .element-list-add-menu li button,.is-empty-page .element-list-add-menu li .file-upload-container button{text-align:center;text-decoration:none;line-height:1.6;cursor:pointer;-webkit-appearance:none;transition:background-color .25s ease-out,color .25s ease-out;vertical-align:middle;border-radius:2px;padding:.5em 1.125em;margin:0 0 1rem 0;font-size:0.875rem;display:block;margin-left:0.625rem;margin-right:0.625rem}.is-empty-page .element-list-add-menu li a+.guidance-element-overlay,.is-empty-page .element-list-add-menu li button+.guidance-element-overlay,.is-empty-page .element-list-add-menu li .file-upload-container button+.guidance-element-overlay{margin-top:-0.75rem}.is-empty-page .element-list-add-menu li a i,.is-empty-page .element-list-add-menu li a bb-svg-icon,.is-empty-page .element-list-add-menu li button i,.is-empty-page .element-list-add-menu li button bb-svg-icon,.is-empty-page .element-list-add-menu li .file-upload-container button i,.is-empty-page .element-list-add-menu li .file-upload-container button bb-svg-icon{display:none !important}.is-empty-page .element-list-add-menu li .file-upload.drag,.is-empty-page .element-list-add-menu li .file-upload-container .file-upload.drag{background-color:rgba(0,0,0,0);color:inherit}.is-empty-page .element-list-add-menu li .file-upload.drag .file-upload-button,.is-empty-page .element-list-add-menu li .file-upload-container .file-upload.drag .file-upload-button{border-color:var(--palette-secondary-main, #cdcdcd) !important;background-color:#e5e5e5 !important}.is-empty-page .element-list-add-menu li button,.is-empty-page .element-list-add-menu li .file-upload-container button{width:calc(100% - 1.25rem)}.is-empty-page .file-upload.drag{background-color:rgba(0,0,0,0);color:inherit}.is-empty-page .file-upload.drag .element-list-add-menu li .file-upload-button,.element-list-add-menu li .file-upload-container .is-empty-page .file-upload.drag .file-upload-button{border-color:var(--palette-secondary-main, #cdcdcd) !important;background-color:#e5e5e5 !important}.is-empty-page .ready-for-content h3{margin-bottom:2.5rem;text-align:center}.empty-message{font-style:italic;color:var(--palette-text-secondary, #666666)}.sub-menu-slide{transition:all .2s linear;opacity:1}.sub-menu-slide.ng-hide{opacity:0}.element-list-add-sub-menu{transition:all .2s linear}.element-list-add-sub-menu li{border:2px dashed var(--palette-border-main, #cdcdcd) !important;margin-top:-1.25rem}.element-list-add-sub-menu li a{padding:0.9375rem !important;line-height:0.125rem !important}@media only screen and (min-width:64em){.element-list-add-sub-menu li a{padding:1.75rem !important;line-height:initial !important}}.element-list-add-sub-menu li:first-child{border-right:none !important}.element-list-add-sub-menu ul::after{padding:1.25rem}.element-list-add-menu{border-top:1px solid var(--palette-brandAlt-main, #c56fd5);border-bottom:1px solid var(--palette-brandAlt-main, #c56fd5);box-shadow:inset 0 4px 0 0 rgba(197,111,213,.2),inset 0 -4px 0 0 rgba(197,111,213,.2);margin:0;top:-1rem;width:100%;max-width:100% !important;transition:all .2s linear}@media only screen and (max-width: 39.9375em){.element-list-add-menu{margin:0}}.element-list-add-menu li{text-align:center;font-size:0;padding:0 !important}.element-list-add-menu li:focus{outline-color:rgba(0,0,0,0)}.element-list-add-menu li:first-child{border-radius:4px 0 0 4px}.element-list-add-menu li:last-child{border-radius:0 4px 4px 0}.element-list-add-menu li .file-upload-container button{background-color:rgba(0,0,0,0);box-shadow:none;margin:auto;width:100%;transform:none}.element-list-add-menu li .file-upload-container button:focus:not(:hover){background-color:rgba(0,0,0,0);color:var(--palette-text-primary, #262626)}.element-list-add-menu li a,.element-list-add-menu li button{padding:0.75rem;font-size:.875rem;text-decoration:none;display:block;color:var(--palette-text-hint, #767676);line-height:1;transition:background-color .25s cubic-bezier(0.55, 0, 0.1, 1),color .25s cubic-bezier(0.55, 0, 0.1, 1)}@media only screen and (min-width:64em){.element-list-add-menu li a,.element-list-add-menu li button{padding:1.875rem 0.9375rem}}body:not(.hide-focus-outline) .element-list-add-menu li a:focus,.hide-focus-outline .element-list-add-menu li a.override-focus-outline:focus,body:not(.hide-focus-outline) .element-list-add-menu li button:focus,.hide-focus-outline .element-list-add-menu li button.override-focus-outline:focus{outline:none;box-shadow:inset 0 0 0 .125rem #006dc7 !important}.element-list-add-menu li a .bb-ui-icon-folder,.element-list-add-menu li a bb-svg-icon,.element-list-add-menu li button .bb-ui-icon-folder,.element-list-add-menu li button bb-svg-icon{display:block;margin-bottom:0.1875rem;font-size:0}@media only screen and (min-width:64em){.element-list-add-menu li a .bb-ui-icon-folder,.element-list-add-menu li a bb-svg-icon,.element-list-add-menu li button .bb-ui-icon-folder,.element-list-add-menu li button bb-svg-icon{display:inline-block;margin-bottom:0;margin-right:0.375rem;vertical-align:middle}}.element-list-add-menu li a i,.element-list-add-menu li button i{font-size:0.875rem;display:inline-block;font-weight:400;vertical-align:middle;margin-right:0.375rem}.element-list-add-menu li a:hover,.element-list-add-menu li a:focus,.element-list-add-menu li button:hover,.element-list-add-menu li button:focus{color:var(--palette-text-primary, #262626)}.element-list-add-menu li a:hover i,.element-list-add-menu li a:focus i,.element-list-add-menu li button:hover i,.element-list-add-menu li button:focus i{color:var(--palette-text-primary, #262626)}.element-list-add-menu .menu-options{font-size:0}.element-list-add-menu .menu-options a{padding:1.875rem 0 0.75rem;display:inline-block;width:50%}.name-controls .dropdown,.controls .dropdown{padding:0.5625rem 0.75rem !important;white-space:nowrap}.name-controls .f-dropdown a,.controls .f-dropdown a{font-weight:400 !important;color:var(--palette-text-primary, #262626);text-align:left}.row.bulk-options{background:rgb(247.08,253.88,249.64);padding:0.75rem 0;margin:0 0 1.25rem}.row.bulk-options .controls div{display:inline-block;position:relative}.row.bulk-options .button{margin:0}.extend-options li{border:2px dashed var(--palette-border-main, #cdcdcd);text-align:center;font-size:0;padding:0 !important}.extend-options li:focus{outline-color:rgba(0,0,0,0)}.extend-options li a{padding:1.875rem 0.75rem;font-weight:600;font-size:.875rem;text-decoration:none;display:block;color:var(--palette-text-secondary, #666666);text-align:center;transition:all .25s linear}.extend-options li a:hover{color:var(--palette-text-primary, #262626);transition:all .25s linear}.extend-options li:first-child{border-right:none !important;border-radius:4px 0 0 4px}.extend-options li:last-child{border-radius:0 4px 4px 0}.extend-options li i{font-size:2rem;display:block;margin-bottom:0.5625rem;font-weight:400}@media only screen and (min-width:64em){.extend-options li i{display:inline-block;margin-bottom:0;margin-right:0.375rem;vertical-align:text-bottom;font-size:1.25rem}}.upload-file-list{-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.upload-file-list .action-icon-areas{margin:0;width:100%}.upload-file-list .action-icon-areas li{padding:0;margin:0}.upload-file-list .action-icon-areas li button{margin:0}.upload-file-list .action-icon-areas li button:hover{background-color:var(--palette-background-b2, #f8f8f8)}.upload-file-list .action-icon-areas li i{font-size:0.875rem;vertical-align:-0.125rem}.upload-file-list .action-icon-areas li .action-details{font-size:.75rem;line-height:1.5}.upload-file-list .drop-notification{text-align:center;transition:height 500ms cubic-bezier(0.55, 0, 0.1, 1);background-color:rgba(0,0,0,0);box-shadow:none !important;overflow:hidden;padding:0;text-align:center;z-index:2000;position:absolute;bottom:0.625rem;height:0;width:100%}.upload-file-list .drop-notification .notification-container{background-color:var(--palette-brandAlt-main, #c56fd5);opacity:.9;border-radius:5000px;box-shadow:inset 0 0 0 1px rgb(198.4,198.4,198.4) !important;display:inline-block;max-width:80%;width:initial;overflow:hidden;float:initial;padding:1rem 1.875rem;color:var(--palette-primary-contrastText, #ffffff);font-style:italic;font-weight:bold}.upload-file-list .drop-notification .notification-container i{position:relative;top:-0.0625rem;font-size:1.25rem;font-weight:400;margin-right:0.375rem;vertical-align:middle}.upload-file-list>div>.file-upload{min-height:calc(100vh - 12.8125rem);border:1px solid rgba(0,0,0,0);transition:all 250ms cubic-bezier(0.55, 0, 0.1, 1);transition-property:border,box-shadow,padding}.upload-file-list>div>.file-upload.drag{border:1px solid var(--palette-brandAlt-main, #c56fd5) !important;box-shadow:inset 0 0 5px var(--palette-brandAlt-main, #c56fd5);background-color:inherit !important;color:inherit !important;padding:0.625rem}.upload-file-list>div>.file-upload.drag .drop-notification{height:4.375rem !important}.upload-file-list.attempt-list>div>.file-upload{min-height:calc(100vh - 18.75rem)}.upload-file-list button.doc-add-media{width:100%}.upload-file-list .page-controls a.doc-add-media{font-size:1rem}.upload-file-list form.doc-add-media,.upload-file-list button.doc-add-media,.upload-file-list a.doc-add-media{position:relative}.upload-file-list form.doc-add-media input::-webkit-file-upload-button,.upload-file-list button.doc-add-media input::-webkit-file-upload-button,.upload-file-list a.doc-add-media input::-webkit-file-upload-button{cursor:pointer}.upload-file-list form.doc-add-media label,.upload-file-list button.doc-add-media label,.upload-file-list a.doc-add-media label{display:none}.upload-file-list form.doc-add-media label+input,.upload-file-list form.doc-add-media input,.upload-file-list button.doc-add-media label+input,.upload-file-list button.doc-add-media input,.upload-file-list a.doc-add-media label+input,.upload-file-list a.doc-add-media input{position:absolute;cursor:pointer;opacity:0;top:0;left:0;right:0;bottom:0;margin:0}.create-content-list ul{max-width:100% !important;border-radius:4px;margin:0;margin-top:1.875rem;padding:0;border:2px dashed rgba(0,0,0,.15)}.create-content-list ul li{text-align:center;padding:1.5rem 0}.create-content-list ul li:hover{cursor:pointer;background-color:var(--palette-background-b2, #f8f8f8)}.create-content-list ul li:hover a{color:var(--palette-text-primary, #262626)}@media only screen and (min-width:40em){.create-content-list ul li{border-left-width:0.125rem;border-right:2px dashed rgba(0,0,0,.15)}}@media only screen and (max-width: 39.9375em){.create-content-list ul li{border-bottom:2px dashed rgba(0,0,0,.15)}}.create-content-list ul li a{font-weight:700;font-size:.875rem;text-align:center;text-decoration:none;color:var(--palette-text-primary, #262626);padding:1.5rem 0}.create-content-list ul li:last-child{border-right:none;border-bottom:none}.f-dropdown.guidance{background:var(--palette-background-b9, #262626);padding:0.9375rem;margin-top:-0.6875rem;overflow:inherit;transition:all 250ms ease-out}.f-dropdown.guidance:before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--palette-background-b9, #262626)}.f-dropdown.guidance.drop-right:before{border-color:rgba(0,0,0,0) var(--palette-background-b9, #262626) rgba(0,0,0,0) rgba(0,0,0,0)}.f-dropdown.guidance.drop-left:before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) var(--palette-background-b9, #262626)}.f-dropdown.guidance.drop-top:before{border-color:var(--palette-background-b9, #262626) rgba(0,0,0,0) rgba(0,0,0,0)}.f-dropdown.guidance h3{color:var(--palette-primary-contrastText, #ffffff);font-size:1.125rem}.f-dropdown.guidance p{color:var(--palette-primary-contrastText, #ffffff);font-size:.75rem;line-height:1.1875rem;margin-bottom:0.625rem;white-space:normal}.f-dropdown.guidance a{color:var(--palette-primary-contrastText, #ffffff);text-decoration:none;border-bottom:1px dotted var(--palette-primary-contrastText, #ffffff);font-size:.75rem}.f-dropdown.guidance.destroy{opacity:0;margin-top:-0.625rem !important}.f-dropdown.tryit{width:28.125rem;max-width:none;border:0;box-shadow:none;background:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-0.8 514.4 612 277.2' enable-background='new -0.8 514.4 612 277.2' xml:space='preserve'%3e %3cg%3e %3cpath fill='%23C378D0' d='M571.4,632.4c-0.7-4.5-14.1-9.5-20.1-14.8c-1.8-0.4-3.3-0.3-4.2,0c-0.9-4.8-15.1-9-22.7-12.7 c0.2-1,2.1-1.6,3-3.7c-13.2-15.6-45.4-26.2-80.5-31.9c-21.4-3.6-44-5.2-63.5-5.1c-2.8-2.2-12.8-1.2-17.4-1.2 c-30.8-1.2-53.3-7.3-83.6-5.5c0.2,0,0.4,0,0.7,0c1.1,0.1,2.2,0.4,2.1,1c-1.6-0.5-3.2-0.7-5.2-1.1c-4.3-0.5-9.4-1-15-1.4 c0,0,0,0,0,0.3c-0.8,2.2-1.5,0.1-4.6,1.6c-1.7-1.9-19.7-1.9-24.8,0c2.1-2.1-8.5-0.5-5.3,0.4c0.2-0.5,1.8-0.4,2,0.4 c-4.2,0-4.5-0.1-7.9-1.8c-7.1,1.9-13.8,0.5-21.1,1.2c-9.6,0.8-20.3,3.3-29,4.1c0-0.3-1.8-1.1-2.9-1c-7.5,0.4-36.7,6-41.7,8.9 c-0.7,0.4,0.3,2.1-0.6,2.5c-2.2,1.1-8.4,0.7-7.2,3.7c1.3-0.7,4.8-2.9,5.5-1.6c-1.8,0.5-6,5.3-4.1,7.9 c41.3-13.2,96.5-18.6,153.3-16.3c-44.1,4.5-85.6,11.5-120.8,23.8c-0.2-0.5,0.2-1.2-0.7-1.2c-16.2,7-28.9,7.1-45.8,16.8 c-8.3-0.4-10.2,4.9-18,5.2c-0.2,0.7,0.1,1.2,0.5,1.8c-7-0.8-12.9,5.3-19.5,7.3c1.2,1.6,2.7-0.3,2.9,1c-5.2-0.4-8,1.6-9.6,5.2 c-2-0.7-1.6-2.1-3.9-1.1c-2.8,1.2-3.2,3-4.1,4.1c-0.2-0.5,0.2-1.2-0.7-1.2c-19.2,13.3-56.2,35.5-58,58.4v0.5 c-0.2,4.7,1.7,12.6,5.4,14.1c-0.4,0-1.8-0.1-1.8-0.1c3.3,9.2,18.6,24.7,28.6,30.5c17.2,9.9,38.4,21.1,62.1,29.3 c39.4,13.7,97.5,21.2,144.4,27.5c1.6-0.1,5-2.3,5.5-1.1c-5.9,2.1,6.3,0.7,4.3,0.5c5.4,0.1,19.3,2.2,28,2.7c7.2,0.5,10.7,0,10.6-1 c12.6,2.9,23,0.1,36,1.1c-5.6-0.7,4.9-1.1,4.2,0c-1.3,0.1-2.4,0.3-3.3,0.8c3.2,0.5,5.1-0.4,6.6-1.5c1.9,2.2,6.6-1,12.3,0.7 c-2.1-2.6,11.6,0.5,14.7-0.1c0.4-1,9.4,1.2,14.9-1.4c6.1,1.2,11.2,0,17.8-0.4c50.4-4.5,113.1-11.2,152.6-29.7 c26.7-9.5,56.9-26,66.4-49.9c1.8-4.7,2.7-9.2,2.9-14C611.9,671.7,595.7,647,571.4,632.4z M512.4,599.1c-19-5.9-39-13.7-63.3-20 C470.3,581.5,498.4,589.3,512.4,599.1z M409.4,782.1c-1.2-0.8-3.6-1.2-5.1-0.5C401.8,780.9,411.9,778.4,409.4,782.1z M484.8,770.2 c-0.1-1-1.3,0.1-3.1-0.4c0.2-1.5-1.4-2.1,0.7-2.9c-0.8,1.9,2.8,1.5,3.1,4C483.9,770.6,483.9,769.9,484.8,770.2z M595.4,701.8 c-1.4,3.4-6.1,6.6-4.8,10.8c-2.2-0.7-1.7,0.8-3.3,0.8c0.3,1,1.2,1.8,1.4,2.6c-0.8,0.7-1.1-0.1-0.9-0.8c-14.6,16-32,26.3-53.5,35.6 c1.3,0.1,2.7,0.4,4,0.5c-2.4,0.3-6.2,1.5-8.3-0.1c-6.7,5.8-24,7-29.8,11.2c-1.1,0.4-2-0.1-5.1-0.1c-0.6,1.6,3.4,1.9,0.2,3 c-4.2-0.3,1.1-1.4-1.4-2.6c-4.3,2.9-16.9,1.8-17.1,6c-0.1-2.2-15.2,0.1-19.1,1.4c-1.3,0.4-1.9,2.3-2.8,2.5c-0.4,0-0.9-1.4-1.6-1.4 c0,0.3-7.5,1.2-8.9,1.6c-1.8,0.8-1.9,2.6-7.7,1.9c1.5-1.1,5.1-0.4,6.6-1.5c-11.5,1.6-23.5,2.7-35.3,4c0.3,1.2,4-0.3,6.2,0.1 c-3.7,3-15.9-1.6-15,2.2c-4.1-1.5-5.9-1-10.1-1c-0.2,1.2,2.5,1.2,1.4,2.6c-0.4-2.7-10.7-3.6-10.5,0.3c-8.1-2.9-13.1-4.1-18.3-0.5 c-2.9-0.3-2.4,0.1-4.3-0.3c-3.3,1.5-23.2-1.2-29.6,2.3c-6.8-1.9-21.5-1.5-29-0.1c1.3-1.1-12.8-1.9-14.5-0.3 c-30.9-3.4-64.5-2.6-101-10.3c-1.1-0.1-0.7,0.4-0.2,0.5c-11.8,0.1-25.6-4.8-37.6-7.1c-48.8-9.7-92-24.9-116.7-47.7 c-7.7-7-18.9-23.7-14.5-32.9c18.9-38.9,85.6-65.9,142.5-86.4c5.7,1.6,10.1-3.6,17.3-3c0-1,2-1.4,0.4-1.6 c50.9-12.5,112.4-21.5,178.7-22.2c10.5-0.3,24.3-1.2,38.7,3.3c-0.1-1,17,2.2,23.1,3.4c50.4,10.1,105.9,30.4,138.9,50.3 C580,644.4,607.5,672.9,595.4,701.8z'/%3e %3cpath opacity='0.9' fill='%23FFFFFF' enable-background='new ' d='M595.4,701.8c-1.4,3.4-6.1,6.6-4.8,10.8 c-2.2-0.7-1.7,0.8-3.3,0.8c0.3,1,1.2,1.8,1.4,2.6c-0.8,0.7-1.1-0.1-0.9-0.8c-14.6,16-32,26.3-53.5,35.6c1.3,0.1,2.7,0.4,4,0.5 c-2.4,0.3-6.2,1.5-8.3-0.1c-6.7,5.8-24,7-29.8,11.2c-1.1,0.4-2-0.1-5.1-0.1c-0.6,1.6,3.4,1.9,0.2,3c-4.2-0.3,1.1-1.4-1.4-2.6 c-4.3,2.9-16.9,1.8-17.1,6c-0.1-2.2-15.2,0.1-19.1,1.4c-1.3,0.4-1.9,2.3-2.8,2.5c-0.4,0-0.9-1.4-1.6-1.4c0,0.3-7.5,1.2-8.9,1.6 c-1.8,0.8-1.9,2.6-7.7,1.9c1.5-1.1,5.1-0.4,6.6-1.5c-11.5,1.6-23.5,2.7-35.3,4c0.3,1.2,4-0.3,6.2,0.1c-3.7,3-15.9-1.6-15,2.2 c-4.1-1.5-5.9-1-10.1-1c-0.2,1.2,2.5,1.2,1.4,2.6c-0.4-2.7-10.7-3.6-10.5,0.3c-8.1-2.9-13.1-4.1-18.3-0.5c-2.9-0.3-2.4,0.1-4.3-0.3 c-3.3,1.5-23.2-1.2-29.6,2.3c-6.8-1.9-21.5-1.5-29-0.1c1.3-1.1-12.8-1.9-14.5-0.3c-30.9-3.4-64.5-2.6-101-10.3 c-1.1-0.1-0.7,0.4-0.2,0.5c-11.8,0.1-25.6-4.8-37.6-7.1c-48.8-9.7-92-24.9-116.7-47.7c-7.7-7-18.9-23.7-14.5-32.9 c18.9-38.9,85.6-65.9,142.5-86.4c5.7,1.6,10.1-3.6,17.3-3c0-1,2-1.4,0.4-1.6c50.9-12.5,112.4-21.5,178.7-22.2 c10.5-0.3,24.3-1.2,38.7,3.3c-0.1-1,17,2.2,23.1,3.4c50.4,10.1,105.9,30.4,138.9,50.3C580,644.4,607.5,672.9,595.4,701.8z'/%3e %3c/g%3e %3cpath fill='%23C378D0' d='M342.6,533.7c3.3,1.8-1.8,3.4-2.7,1.1c-0.9-4.3-1.6-8.5-1.4-14.3c-4.7,13-6.9,29.5-7.6,44 c-0.9,0.9-2.5,0.9-3.3-0.2c-0.2-3.1,1.3-6.9,0.4-8.9c0.9-2.7,0.9-7.6,1.1-10.9c0-0.4,0.2-0.4,0.2-0.2c0.7,0-0.7-0.7,0-1.3 c0.5,0.2-0.2,0.4,0,0.5c0.7-0.2,0.2-1.1,0-0.9c0-0.2,0.4-0.5,0.5-1.3c0-0.4-0.2,0.2-0.4,0.4c-0.4-2.2,0.5-4,0.5-6.5 c0.5-0.2,0-0.7,0.5-0.7c-0.2-3.3,0.9-5.6,1.4-10.3c-4.9,3.4-9.2,8.9-14.5,12.3c-1.1,0.2-2.2-0.2-2.7-1.3 c7.6-7.2,14.3-15.4,23.9-20.8c4.2-0.9,2.9,4.5,2.9,7.4C341.4,526.4,342.1,530.6,342.6,533.7z'/%3e %3c/svg%3e") no-repeat;background-size:100% 100%;padding:4.0625rem 6.25rem 1.875rem;padding-left:7.1875rem;margin-top:0;margin-left:-10rem}@media only screen and (max-width: 39.9375em){.f-dropdown.tryit{margin:-0.625rem -25rem;margin-left:-0.9375rem;padding:4.6875rem 2.5rem 2rem;padding-left:3.4375rem}}.f-dropdown.tryit:after,.f-dropdown.tryit:before{display:none}.f-dropdown.tryit.drop-top{background:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-0.8 514.4 612 277.2' enable-background='new -0.8 514.4 612 277.2' xml:space='preserve'%3e %3cg%3e %3cpath fill='%23C378D0' d='M571.4,590.8c-0.7-4.5-14.1-9.5-20.1-14.8c-1.8-0.4-3.3-0.3-4.2,0c-0.9-4.8-15.1-9-22.7-12.7 c0.2-1,2.1-1.6,3-3.7c-13.2-15.6-45.4-26.2-80.5-31.9c-21.4-3.6-44-5.2-63.5-5.1c-2.8-2.2-12.8-1.2-17.4-1.2 c-30.8-1.2-53.3-7.3-83.6-5.5c0.2,0,0.4,0,0.7,0c1.1,0.1,2.2,0.4,2.1,1c-1.6-0.5-3.2-0.7-5.2-1.1c-4.3-0.5-9.4-1-15-1.4 c0,0,0,0,0,0.3c-0.8,2.2-1.5,0.1-4.6,1.6c-1.7-1.9-19.7-1.9-24.8,0c2.1-2.1-8.5-0.5-5.3,0.4c0.2-0.5,1.8-0.4,2,0.4 c-4.2,0-4.5-0.1-7.9-1.8c-7.1,1.9-13.8,0.5-21.1,1.2c-9.6,0.8-20.3,3.3-29,4.1c0-0.3-1.8-1.1-2.9-1c-7.5,0.4-36.7,6-41.7,8.9 c-0.7,0.4,0.3,2.1-0.6,2.5c-2.2,1.1-8.4,0.7-7.2,3.7c1.3-0.7,4.8-2.9,5.5-1.6c-1.8,0.5-6,5.3-4.1,7.9 c41.3-13.2,96.5-18.6,153.3-16.3c-44.1,4.5-85.6,11.5-120.8,23.8c-0.2-0.5,0.2-1.2-0.7-1.2c-16.2,7-28.9,7.1-45.8,16.8 c-8.3-0.4-10.2,4.9-18,5.2c-0.2,0.7,0.1,1.2,0.5,1.8c-7-0.8-12.9,5.3-19.5,7.3c1.2,1.6,2.7-0.3,2.9,1c-5.2-0.4-8,1.6-9.6,5.2 c-2-0.7-1.6-2.1-3.9-1.1c-2.8,1.2-3.2,3-4.1,4.1c-0.2-0.5,0.2-1.2-0.7-1.2c-19.2,13.3-56.2,35.5-58,58.4v0.5 c-0.2,4.7,1.7,12.6,5.4,14.1c-0.4,0-1.8-0.1-1.8-0.1c3.3,9.2,18.6,24.7,28.6,30.5c17.2,9.9,38.4,21.1,62.1,29.3 c39.4,13.7,97.5,21.2,144.4,27.5c1.6-0.1,5-2.3,5.5-1.1c-5.9,2.1,6.3,0.7,4.3,0.5c5.4,0.1,19.3,2.2,28,2.7c7.2,0.5,10.7,0,10.6-1 c12.6,2.9,23,0.1,36,1.1c-5.6-0.7,4.9-1.1,4.2,0c-1.3,0.1-2.4,0.3-3.3,0.8c3.2,0.5,5.1-0.4,6.6-1.5c1.9,2.2,6.6-1,12.3,0.7 c-2.1-2.6,11.6,0.5,14.7-0.1c0.4-1,9.4,1.2,14.9-1.4c6.1,1.2,11.2,0,17.8-0.4c50.4-4.5,113.1-11.2,152.6-29.7 c26.7-9.5,56.9-26,66.4-49.9c1.8-4.7,2.7-9.2,2.9-14C611.9,630.1,595.7,605.5,571.4,590.8z M512.4,557.5c-19-5.9-39-13.7-63.3-20 C470.3,540,498.4,547.8,512.4,557.5z M409.4,740.5c-1.2-0.8-3.6-1.2-5.1-0.5C401.8,739.3,411.9,736.8,409.4,740.5z M484.8,728.6 c-0.1-1-1.3,0.1-3.1-0.4c0.2-1.5-1.4-2.1,0.7-2.9c-0.8,1.9,2.8,1.5,3.1,4C483.9,729,483.9,728.3,484.8,728.6z M595.4,660.3 c-1.4,3.4-6.1,6.6-4.8,10.8c-2.2-0.7-1.7,0.8-3.3,0.8c0.3,1,1.2,1.8,1.4,2.6c-0.8,0.7-1.1-0.1-0.9-0.8c-14.6,16-32,26.3-53.5,35.6 c1.3,0.1,2.7,0.4,4,0.5c-2.4,0.3-6.2,1.5-8.3-0.1c-6.7,5.8-24,7-29.8,11.2c-1.1,0.4-2-0.1-5.1-0.1c-0.6,1.6,3.4,1.9,0.2,3 c-4.2-0.3,1.1-1.4-1.4-2.6c-4.3,2.9-16.9,1.8-17.1,6c-0.1-2.2-15.2,0.1-19.1,1.4c-1.3,0.4-1.9,2.3-2.8,2.5c-0.4,0-0.9-1.4-1.6-1.4 c0,0.3-7.5,1.2-8.9,1.6c-1.8,0.8-1.9,2.6-7.7,1.9c1.5-1.1,5.1-0.4,6.6-1.5c-11.5,1.6-23.5,2.7-35.3,4c0.3,1.2,4-0.3,6.2,0.1 c-3.7,3-15.9-1.6-15,2.2c-4.1-1.5-5.9-1-10.1-1c-0.2,1.2,2.5,1.2,1.4,2.6c-0.4-2.7-10.7-3.6-10.5,0.3c-8.1-2.9-13.1-4.1-18.3-0.5 c-2.9-0.3-2.4,0.1-4.3-0.3c-3.3,1.5-23.2-1.2-29.6,2.3c-6.8-1.9-21.5-1.5-29-0.1c1.3-1.1-12.8-1.9-14.5-0.3 c-30.9-3.4-64.5-2.6-101-10.3c-1.1-0.1-0.7,0.4-0.2,0.5c-11.8,0.1-25.6-4.8-37.6-7.1c-48.8-9.7-92-24.9-116.7-47.7 c-7.7-7-18.9-23.7-14.5-32.9c18.9-38.9,85.6-65.9,142.5-86.4c5.7,1.6,10.1-3.6,17.3-3c0-1,2-1.4,0.4-1.6 c50.9-12.5,112.4-21.5,178.7-22.2c10.5-0.3,24.3-1.2,38.7,3.3c-0.1-1,17,2.2,23.1,3.4c50.4,10.1,105.9,30.4,138.9,50.3 C580,602.9,607.5,631.3,595.4,660.3z'/%3e %3cpath opacity='0.9' fill='%23FFFFFF' enable-background='new ' d='M595.4,660.3c-1.4,3.4-6.1,6.6-4.8,10.8 c-2.2-0.7-1.7,0.8-3.3,0.8c0.3,1,1.2,1.8,1.4,2.6c-0.8,0.7-1.1-0.1-0.9-0.8c-14.6,16-32,26.3-53.5,35.6c1.3,0.1,2.7,0.4,4,0.5 c-2.4,0.3-6.2,1.5-8.3-0.1c-6.7,5.8-24,7-29.8,11.2c-1.1,0.4-2-0.1-5.1-0.1c-0.6,1.6,3.4,1.9,0.2,3c-4.2-0.3,1.1-1.4-1.4-2.6 c-4.3,2.9-16.9,1.8-17.1,6c-0.1-2.2-15.2,0.1-19.1,1.4c-1.3,0.4-1.9,2.3-2.8,2.5c-0.4,0-0.9-1.4-1.6-1.4c0,0.3-7.5,1.2-8.9,1.6 c-1.8,0.8-1.9,2.6-7.7,1.9c1.5-1.1,5.1-0.4,6.6-1.5c-11.5,1.6-23.5,2.7-35.3,4c0.3,1.2,4-0.3,6.2,0.1c-3.7,3-15.9-1.6-15,2.2 c-4.1-1.5-5.9-1-10.1-1c-0.2,1.2,2.5,1.2,1.4,2.6c-0.4-2.7-10.7-3.6-10.5,0.3c-8.1-2.9-13.1-4.1-18.3-0.5c-2.9-0.3-2.4,0.1-4.3-0.3 c-3.3,1.5-23.2-1.2-29.6,2.3c-6.8-1.9-21.5-1.5-29-0.1c1.3-1.1-12.8-1.9-14.5-0.3c-30.9-3.4-64.5-2.6-101-10.3 c-1.1-0.1-0.7,0.4-0.2,0.5c-11.8,0.1-25.6-4.8-37.6-7.1c-48.8-9.7-92-24.9-116.7-47.7c-7.7-7-18.9-23.7-14.5-32.9 c18.9-38.9,85.6-65.9,142.5-86.4c5.7,1.6,10.1-3.6,17.3-3c0-1,2-1.4,0.4-1.6c50.9-12.5,112.4-21.5,178.7-22.2 c10.5-0.3,24.3-1.2,38.7,3.3c-0.1-1,17,2.2,23.1,3.4c50.4,10.1,105.9,30.4,138.9,50.3C580,602.9,607.5,631.3,595.4,660.3z'/%3e %3c/g%3e %3cpath fill='%23C378D0' d='M315.7,772.2c-3.3-1.8,1.8-3.4,2.7-1.1c0.9,4.3,1.6,8.5,1.4,14.3c4.7-13,6.9-29.5,7.6-44 c0.9-0.9,2.5-0.9,3.3,0.2c0.2,3.1-1.3,6.9-0.4,8.9c-0.9,2.7-0.9,7.6-1.1,10.9c0,0.4-0.2,0.4-0.2,0.2c-0.7,0,0.7,0.7,0,1.3 c-0.5-0.2,0.2-0.4,0-0.5c-0.7,0.2-0.2,1.1,0,0.9c0,0.2-0.4,0.5-0.5,1.3c0,0.4,0.2-0.2,0.4-0.4c0.4,2.2-0.5,4-0.5,6.5 c-0.5,0.2,0,0.7-0.5,0.7c0.2,3.3-0.9,5.6-1.4,10.3c4.9-3.4,9.2-8.9,14.5-12.3c1.1-0.2,2.2,0.2,2.7,1.3c-7.6,7.2-14.3,15.4-23.9,20.8 c-4.2,0.9-2.9-4.5-2.9-7.4C316.9,779.5,316.2,775.3,315.7,772.2z'/%3e %3c/svg%3e") no-repeat;background-size:100% 100%;padding:2.8125rem 4.375rem 3.75rem;padding-left:6.1875rem}.f-dropdown.tryit.drop-top-right{background:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='-0.8 514.4 612 277.2' enable-background='new -0.8 514.4 612 277.2' xml:space='preserve' width='100%25' height='100%25'%3e %3cg id='g3'%3e %3cpath d='M571.4,590.8c-0.7-4.5-14.1-9.5-20.1-14.8c-1.8-0.4-3.3-0.3-4.2,0c-0.9-4.8-15.1-9-22.7-12.7 c0.2-1,2.1-1.6,3-3.7c-13.2-15.6-45.4-26.2-80.5-31.9c-21.4-3.6-44-5.2-63.5-5.1c-2.8-2.2-12.8-1.2-17.4-1.2 c-30.8-1.2-53.3-7.3-83.6-5.5c0.2,0,0.4,0,0.7,0c1.1,0.1,2.2,0.4,2.1,1c-1.6-0.5-3.2-0.7-5.2-1.1c-4.3-0.5-9.4-1-15-1.4 c0,0,0,0,0,0.3c-0.8,2.2-1.5,0.1-4.6,1.6c-1.7-1.9-19.7-1.9-24.8,0c2.1-2.1-8.5-0.5-5.3,0.4c0.2-0.5,1.8-0.4,2,0.4 c-4.2,0-4.5-0.1-7.9-1.8c-7.1,1.9-13.8,0.5-21.1,1.2c-9.6,0.8-20.3,3.3-29,4.1c0-0.3-1.8-1.1-2.9-1c-7.5,0.4-36.7,6-41.7,8.9 c-0.7,0.4,0.3,2.1-0.6,2.5c-2.2,1.1-8.4,0.7-7.2,3.7c1.3-0.7,4.8-2.9,5.5-1.6c-1.8,0.5-6,5.3-4.1,7.9 c41.3-13.2,96.5-18.6,153.3-16.3c-44.1,4.5-85.6,11.5-120.8,23.8c-0.2-0.5,0.2-1.2-0.7-1.2c-16.2,7-28.9,7.1-45.8,16.8 c-8.3-0.4-10.2,4.9-18,5.2c-0.2,0.7,0.1,1.2,0.5,1.8c-7-0.8-12.9,5.3-19.5,7.3c1.2,1.6,2.7-0.3,2.9,1c-5.2-0.4-8,1.6-9.6,5.2 c-2-0.7-1.6-2.1-3.9-1.1c-2.8,1.2-3.2,3-4.1,4.1c-0.2-0.5,0.2-1.2-0.7-1.2c-19.2,13.3-56.2,35.5-58,58.4v0.5 c-0.2,4.7,1.7,12.6,5.4,14.1c-0.4,0-1.8-0.1-1.8-0.1c3.3,9.2,18.6,24.7,28.6,30.5c17.2,9.9,38.4,21.1,62.1,29.3 c39.4,13.7,97.5,21.2,144.4,27.5c1.6-0.1,5-2.3,5.5-1.1c-5.9,2.1,6.3,0.7,4.3,0.5c5.4,0.1,19.3,2.2,28,2.7c7.2,0.5,10.7,0,10.6-1 c12.6,2.9,23,0.1,36,1.1c-5.6-0.7,4.9-1.1,4.2,0c-1.3,0.1-2.4,0.3-3.3,0.8c3.2,0.5,5.1-0.4,6.6-1.5c1.9,2.2,6.6-1,12.3,0.7 c-2.1-2.6,11.6,0.5,14.7-0.1c0.4-1,9.4,1.2,14.9-1.4c6.1,1.2,11.2,0,17.8-0.4c50.4-4.5,113.1-11.2,152.6-29.7 c26.7-9.5,56.9-26,66.4-49.9c1.8-4.7,2.7-9.2,2.9-14C611.9,630.1,595.7,605.5,571.4,590.8z M512.4,557.5c-19-5.9-39-13.7-63.3-20 C470.3,540,498.4,547.8,512.4,557.5z M409.4,740.5c-1.2-0.8-3.6-1.2-5.1-0.5C401.8,739.3,411.9,736.8,409.4,740.5z M484.8,728.6 c-0.1-1-1.3,0.1-3.1-0.4c0.2-1.5-1.4-2.1,0.7-2.9c-0.8,1.9,2.8,1.5,3.1,4C483.9,729,483.9,728.3,484.8,728.6z M595.4,660.3 c-1.4,3.4-6.1,6.6-4.8,10.8c-2.2-0.7-1.7,0.8-3.3,0.8c0.3,1,1.2,1.8,1.4,2.6c-0.8,0.7-1.1-0.1-0.9-0.8c-14.6,16-32,26.3-53.5,35.6 c1.3,0.1,2.7,0.4,4,0.5c-2.4,0.3-6.2,1.5-8.3-0.1c-6.7,5.8-24,7-29.8,11.2c-1.1,0.4-2-0.1-5.1-0.1c-0.6,1.6,3.4,1.9,0.2,3 c-4.2-0.3,1.1-1.4-1.4-2.6c-4.3,2.9-16.9,1.8-17.1,6c-0.1-2.2-15.2,0.1-19.1,1.4c-1.3,0.4-1.9,2.3-2.8,2.5c-0.4,0-0.9-1.4-1.6-1.4 c0,0.3-7.5,1.2-8.9,1.6c-1.8,0.8-1.9,2.6-7.7,1.9c1.5-1.1,5.1-0.4,6.6-1.5c-11.5,1.6-23.5,2.7-35.3,4c0.3,1.2,4-0.3,6.2,0.1 c-3.7,3-15.9-1.6-15,2.2c-4.1-1.5-5.9-1-10.1-1c-0.2,1.2,2.5,1.2,1.4,2.6c-0.4-2.7-10.7-3.6-10.5,0.3c-8.1-2.9-13.1-4.1-18.3-0.5 c-2.9-0.3-2.4,0.1-4.3-0.3c-3.3,1.5-23.2-1.2-29.6,2.3c-6.8-1.9-21.5-1.5-29-0.1c1.3-1.1-12.8-1.9-14.5-0.3 c-30.9-3.4-64.5-2.6-101-10.3c-1.1-0.1-0.7,0.4-0.2,0.5c-11.8,0.1-25.6-4.8-37.6-7.1c-48.8-9.7-92-24.9-116.7-47.7 c-7.7-7-18.9-23.7-14.5-32.9c18.9-38.9,85.6-65.9,142.5-86.4c5.7,1.6,10.1-3.6,17.3-3c0-1,2-1.4,0.4-1.6 c50.9-12.5,112.4-21.5,178.7-22.2c10.5-0.3,24.3-1.2,38.7,3.3c-0.1-1,17,2.2,23.1,3.4c50.4,10.1,105.9,30.4,138.9,50.3 C580,602.9,607.5,631.3,595.4,660.3z' id='path5' fill='%23C378D0' /%3e %3cpath enable-background='new ' d='M595.4,660.3c-1.4,3.4-6.1,6.6-4.8,10.8 c-2.2-0.7-1.7,0.8-3.3,0.8c0.3,1,1.2,1.8,1.4,2.6c-0.8,0.7-1.1-0.1-0.9-0.8c-14.6,16-32,26.3-53.5,35.6c1.3,0.1,2.7,0.4,4,0.5 c-2.4,0.3-6.2,1.5-8.3-0.1c-6.7,5.8-24,7-29.8,11.2c-1.1,0.4-2-0.1-5.1-0.1c-0.6,1.6,3.4,1.9,0.2,3c-4.2-0.3,1.1-1.4-1.4-2.6 c-4.3,2.9-16.9,1.8-17.1,6c-0.1-2.2-15.2,0.1-19.1,1.4c-1.3,0.4-1.9,2.3-2.8,2.5c-0.4,0-0.9-1.4-1.6-1.4c0,0.3-7.5,1.2-8.9,1.6 c-1.8,0.8-1.9,2.6-7.7,1.9c1.5-1.1,5.1-0.4,6.6-1.5c-11.5,1.6-23.5,2.7-35.3,4c0.3,1.2,4-0.3,6.2,0.1c-3.7,3-15.9-1.6-15,2.2 c-4.1-1.5-5.9-1-10.1-1c-0.2,1.2,2.5,1.2,1.4,2.6c-0.4-2.7-10.7-3.6-10.5,0.3c-8.1-2.9-13.1-4.1-18.3-0.5c-2.9-0.3-2.4,0.1-4.3-0.3 c-3.3,1.5-23.2-1.2-29.6,2.3c-6.8-1.9-21.5-1.5-29-0.1c1.3-1.1-12.8-1.9-14.5-0.3c-30.9-3.4-64.5-2.6-101-10.3 c-1.1-0.1-0.7,0.4-0.2,0.5c-11.8,0.1-25.6-4.8-37.6-7.1c-48.8-9.7-92-24.9-116.7-47.7c-7.7-7-18.9-23.7-14.5-32.9 c18.9-38.9,85.6-65.9,142.5-86.4c5.7,1.6,10.1-3.6,17.3-3c0-1,2-1.4,0.4-1.6c50.9-12.5,112.4-21.5,178.7-22.2 c10.5-0.3,24.3-1.2,38.7,3.3c-0.1-1,17,2.2,23.1,3.4c50.4,10.1,105.9,30.4,138.9,50.3C580,602.9,607.5,631.3,595.4,660.3z' id='path7' fill='%23FFFFFF' opacity='0.9' /%3e %3c/g%3e %3cpath d='m 590.23016,779.82871 c -3.50007,1.37093 -1.44753,-3.56436 0.89288,-2.77539 3.8725,2.07455 7.53984,4.23803 11.85434,8.1194 -6.93747,-11.95665 -52.2322,-60.53825 -62.88989,-70.39491 -0.11093,-1.26795 4.91753,-2.49362 6.27441,-2.39939 2.50329,1.83943 34.51921,41.72141 36.6298,42.31755 1.48978,2.42498 5.24343,5.57463 7.64282,7.84903 0.30641,0.25712 0.17789,0.41031 0.0246,0.28177 -0.44995,0.53623 0.98618,-0.0863 0.99586,0.83562 -0.47459,0.25449 -0.17789,-0.4103 -0.38302,-0.32139 -0.29675,0.66478 0.71409,0.86028 0.68944,0.5785 0.1532,0.12856 0.1259,0.62782 0.67448,1.21865 0.30641,0.25711 -0.0247,-0.28177 -0.0493,-0.56354 1.94241,1.10772 2.74278,2.95417 4.65789,4.56114 -0.16818,0.51158 0.53623,0.44996 0.21484,0.83298 2.6565,1.96799 3.71134,4.28904 6.99035,7.69317 0.54511,-5.93909 -0.90415,-12.76842 -0.10193,-19.01393 0.55386,-0.97121 1.56735,-1.55674 2.73139,-1.2327 0.63033,10.45001 2.60522,20.85337 0.5711,31.67845 -2.01027,3.79589 -5.31129,-0.67102 -7.53282,-2.5351 -3.5238,-2.95682 -7.19114,-5.1203 -9.88727,-6.72992 z' id='path9' style='fill:%23c378d0'/%3e %3c/svg%3e") no-repeat;background-size:100% 100%;padding:2.8125rem 4.375rem 3.75rem;padding-left:6.25rem}.f-dropdown.tryit.drop-top-left{background:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='-0.8 514.4 612 277.2' enable-background='new -0.8 514.4 612 277.2' xml:space='preserve' width='100%25' height='100%25'%3e %3cg id='g3'%3e %3cpath d='M571.4,590.8c-0.7-4.5-14.1-9.5-20.1-14.8c-1.8-0.4-3.3-0.3-4.2,0c-0.9-4.8-15.1-9-22.7-12.7 c0.2-1,2.1-1.6,3-3.7c-13.2-15.6-45.4-26.2-80.5-31.9c-21.4-3.6-44-5.2-63.5-5.1c-2.8-2.2-12.8-1.2-17.4-1.2 c-30.8-1.2-53.3-7.3-83.6-5.5c0.2,0,0.4,0,0.7,0c1.1,0.1,2.2,0.4,2.1,1c-1.6-0.5-3.2-0.7-5.2-1.1c-4.3-0.5-9.4-1-15-1.4 c0,0,0,0,0,0.3c-0.8,2.2-1.5,0.1-4.6,1.6c-1.7-1.9-19.7-1.9-24.8,0c2.1-2.1-8.5-0.5-5.3,0.4c0.2-0.5,1.8-0.4,2,0.4 c-4.2,0-4.5-0.1-7.9-1.8c-7.1,1.9-13.8,0.5-21.1,1.2c-9.6,0.8-20.3,3.3-29,4.1c0-0.3-1.8-1.1-2.9-1c-7.5,0.4-36.7,6-41.7,8.9 c-0.7,0.4,0.3,2.1-0.6,2.5c-2.2,1.1-8.4,0.7-7.2,3.7c1.3-0.7,4.8-2.9,5.5-1.6c-1.8,0.5-6,5.3-4.1,7.9 c41.3-13.2,96.5-18.6,153.3-16.3c-44.1,4.5-85.6,11.5-120.8,23.8c-0.2-0.5,0.2-1.2-0.7-1.2c-16.2,7-28.9,7.1-45.8,16.8 c-8.3-0.4-10.2,4.9-18,5.2c-0.2,0.7,0.1,1.2,0.5,1.8c-7-0.8-12.9,5.3-19.5,7.3c1.2,1.6,2.7-0.3,2.9,1c-5.2-0.4-8,1.6-9.6,5.2 c-2-0.7-1.6-2.1-3.9-1.1c-2.8,1.2-3.2,3-4.1,4.1c-0.2-0.5,0.2-1.2-0.7-1.2c-19.2,13.3-56.2,35.5-58,58.4v0.5 c-0.2,4.7,1.7,12.6,5.4,14.1c-0.4,0-1.8-0.1-1.8-0.1c3.3,9.2,18.6,24.7,28.6,30.5c17.2,9.9,38.4,21.1,62.1,29.3 c39.4,13.7,97.5,21.2,144.4,27.5c1.6-0.1,5-2.3,5.5-1.1c-5.9,2.1,6.3,0.7,4.3,0.5c5.4,0.1,19.3,2.2,28,2.7c7.2,0.5,10.7,0,10.6-1 c12.6,2.9,23,0.1,36,1.1c-5.6-0.7,4.9-1.1,4.2,0c-1.3,0.1-2.4,0.3-3.3,0.8c3.2,0.5,5.1-0.4,6.6-1.5c1.9,2.2,6.6-1,12.3,0.7 c-2.1-2.6,11.6,0.5,14.7-0.1c0.4-1,9.4,1.2,14.9-1.4c6.1,1.2,11.2,0,17.8-0.4c50.4-4.5,113.1-11.2,152.6-29.7 c26.7-9.5,56.9-26,66.4-49.9c1.8-4.7,2.7-9.2,2.9-14C611.9,630.1,595.7,605.5,571.4,590.8z M512.4,557.5c-19-5.9-39-13.7-63.3-20 C470.3,540,498.4,547.8,512.4,557.5z M409.4,740.5c-1.2-0.8-3.6-1.2-5.1-0.5C401.8,739.3,411.9,736.8,409.4,740.5z M484.8,728.6 c-0.1-1-1.3,0.1-3.1-0.4c0.2-1.5-1.4-2.1,0.7-2.9c-0.8,1.9,2.8,1.5,3.1,4C483.9,729,483.9,728.3,484.8,728.6z M595.4,660.3 c-1.4,3.4-6.1,6.6-4.8,10.8c-2.2-0.7-1.7,0.8-3.3,0.8c0.3,1,1.2,1.8,1.4,2.6c-0.8,0.7-1.1-0.1-0.9-0.8c-14.6,16-32,26.3-53.5,35.6 c1.3,0.1,2.7,0.4,4,0.5c-2.4,0.3-6.2,1.5-8.3-0.1c-6.7,5.8-24,7-29.8,11.2c-1.1,0.4-2-0.1-5.1-0.1c-0.6,1.6,3.4,1.9,0.2,3 c-4.2-0.3,1.1-1.4-1.4-2.6c-4.3,2.9-16.9,1.8-17.1,6c-0.1-2.2-15.2,0.1-19.1,1.4c-1.3,0.4-1.9,2.3-2.8,2.5c-0.4,0-0.9-1.4-1.6-1.4 c0,0.3-7.5,1.2-8.9,1.6c-1.8,0.8-1.9,2.6-7.7,1.9c1.5-1.1,5.1-0.4,6.6-1.5c-11.5,1.6-23.5,2.7-35.3,4c0.3,1.2,4-0.3,6.2,0.1 c-3.7,3-15.9-1.6-15,2.2c-4.1-1.5-5.9-1-10.1-1c-0.2,1.2,2.5,1.2,1.4,2.6c-0.4-2.7-10.7-3.6-10.5,0.3c-8.1-2.9-13.1-4.1-18.3-0.5 c-2.9-0.3-2.4,0.1-4.3-0.3c-3.3,1.5-23.2-1.2-29.6,2.3c-6.8-1.9-21.5-1.5-29-0.1c1.3-1.1-12.8-1.9-14.5-0.3 c-30.9-3.4-64.5-2.6-101-10.3c-1.1-0.1-0.7,0.4-0.2,0.5c-11.8,0.1-25.6-4.8-37.6-7.1c-48.8-9.7-92-24.9-116.7-47.7 c-7.7-7-18.9-23.7-14.5-32.9c18.9-38.9,85.6-65.9,142.5-86.4c5.7,1.6,10.1-3.6,17.3-3c0-1,2-1.4,0.4-1.6 c50.9-12.5,112.4-21.5,178.7-22.2c10.5-0.3,24.3-1.2,38.7,3.3c-0.1-1,17,2.2,23.1,3.4c50.4,10.1,105.9,30.4,138.9,50.3 C580,602.9,607.5,631.3,595.4,660.3z' id='path5' fill='%23C378D0' /%3e %3cpath enable-background='new ' d='M595.4,660.3c-1.4,3.4-6.1,6.6-4.8,10.8 c-2.2-0.7-1.7,0.8-3.3,0.8c0.3,1,1.2,1.8,1.4,2.6c-0.8,0.7-1.1-0.1-0.9-0.8c-14.6,16-32,26.3-53.5,35.6c1.3,0.1,2.7,0.4,4,0.5 c-2.4,0.3-6.2,1.5-8.3-0.1c-6.7,5.8-24,7-29.8,11.2c-1.1,0.4-2-0.1-5.1-0.1c-0.6,1.6,3.4,1.9,0.2,3c-4.2-0.3,1.1-1.4-1.4-2.6 c-4.3,2.9-16.9,1.8-17.1,6c-0.1-2.2-15.2,0.1-19.1,1.4c-1.3,0.4-1.9,2.3-2.8,2.5c-0.4,0-0.9-1.4-1.6-1.4c0,0.3-7.5,1.2-8.9,1.6 c-1.8,0.8-1.9,2.6-7.7,1.9c1.5-1.1,5.1-0.4,6.6-1.5c-11.5,1.6-23.5,2.7-35.3,4c0.3,1.2,4-0.3,6.2,0.1c-3.7,3-15.9-1.6-15,2.2 c-4.1-1.5-5.9-1-10.1-1c-0.2,1.2,2.5,1.2,1.4,2.6c-0.4-2.7-10.7-3.6-10.5,0.3c-8.1-2.9-13.1-4.1-18.3-0.5c-2.9-0.3-2.4,0.1-4.3-0.3 c-3.3,1.5-23.2-1.2-29.6,2.3c-6.8-1.9-21.5-1.5-29-0.1c1.3-1.1-12.8-1.9-14.5-0.3c-30.9-3.4-64.5-2.6-101-10.3 c-1.1-0.1-0.7,0.4-0.2,0.5c-11.8,0.1-25.6-4.8-37.6-7.1c-48.8-9.7-92-24.9-116.7-47.7c-7.7-7-18.9-23.7-14.5-32.9 c18.9-38.9,85.6-65.9,142.5-86.4c5.7,1.6,10.1-3.6,17.3-3c0-1,2-1.4,0.4-1.6c50.9-12.5,112.4-21.5,178.7-22.2 c10.5-0.3,24.3-1.2,38.7,3.3c-0.1-1,17,2.2,23.1,3.4c50.4,10.1,105.9,30.4,138.9,50.3C580,602.9,607.5,631.3,595.4,660.3z' id='path7' fill='%23FFFFFF' opacity='0.9' /%3e %3c/g%3e %3cpath d='m 20.40245,774.82871 c 3.50007,1.37093 1.44753,-3.56436 -0.89288,-2.77539 -3.8725,2.07455 -7.53984,4.23803 -11.85434,8.1194 6.93747,-11.95665 52.2322,-60.53825 62.88989,-70.39491 0.11093,-1.26795 -4.91753,-2.49362 -6.27441,-2.39939 -2.50329,1.83943 -34.51921,41.72141 -36.6298,42.31755 -1.48978,2.42498 -5.24343,5.57463 -7.64282,7.84903 -0.30641,0.25712 -0.17789,0.41031 -0.0246,0.28177 0.44995,0.53623 -0.98618,-0.0863 -0.99586,0.83562 0.47459,0.25449 0.17789,-0.4103 0.38302,-0.32139 0.29675,0.66478 -0.71409,0.86028 -0.68944,0.5785 -0.1532,0.12856 -0.1259,0.62782 -0.67448,1.21865 -0.30641,0.25711 0.0247,-0.28177 0.0493,-0.56354 -1.94241,1.10772 -2.74278,2.95417 -4.65789,4.56114 0.16818,0.51158 -0.53623,0.44996 -0.21484,0.83298 -2.6565,1.96799 -3.71134,4.28904 -6.99035,7.69317 -0.54511,-5.93909 0.90415,-12.76842 0.10193,-19.01393 -0.55386,-0.97121 -1.56735,-1.55674 -2.73139,-1.2327 -0.63033,10.45001 -2.60522,20.85337 -0.5711,31.67845 2.01027,3.79589 5.31129,-0.67102 7.53282,-2.5351 3.5238,-2.95682 7.19114,-5.1203 9.88727,-6.72992 z' id='path9' style='fill:%23c378d0' /%3e %3c/svg%3e") no-repeat;background-size:100% 100%;padding:2.8125rem 4.375rem 3.75rem;padding-left:6.25rem}.f-dropdown.tryit.drop-right{background:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-48.3 514.4 659.5 235.6' enable-background='new -48.3 514.4 659.5 235.6' xml:space='preserve'%3e %3cg%3e %3cpath fill='%23C378D0' d='M571.4,590.8c-0.7-4.5-14.1-9.5-20.1-14.8c-1.8-0.4-3.3-0.3-4.2,0c-0.9-4.8-15.1-9-22.7-12.7 c0.2-1,2.1-1.6,3-3.7c-13.2-15.6-45.4-26.2-80.5-31.9c-21.4-3.6-44-5.2-63.5-5.1c-2.8-2.2-12.8-1.2-17.4-1.2 c-30.8-1.2-53.3-7.3-83.6-5.5c0.2,0,0.4,0,0.7,0c1.1,0.1,2.2,0.4,2.1,1c-1.6-0.5-3.2-0.7-5.2-1.1c-4.3-0.5-9.4-1-15-1.4 c0,0,0,0,0,0.3c-0.8,2.2-1.5,0.1-4.6,1.6c-1.7-1.9-19.7-1.9-24.8,0c2.1-2.1-8.5-0.5-5.3,0.4c0.2-0.5,1.8-0.4,2,0.4 c-4.2,0-4.5-0.1-7.9-1.8c-7.1,1.9-13.8,0.5-21.1,1.2c-9.6,0.8-20.3,3.3-29,4.1c0-0.3-1.8-1.1-2.9-1c-7.5,0.4-36.7,6-41.7,8.9 c-0.7,0.4,0.3,2.1-0.6,2.5c-2.2,1.1-8.4,0.7-7.2,3.7c1.3-0.7,4.8-2.9,5.5-1.6c-1.8,0.5-6,5.3-4.1,7.9 c41.3-13.2,96.5-18.6,153.3-16.3c-44.1,4.5-85.6,11.5-120.8,23.8c-0.2-0.5,0.2-1.2-0.7-1.2c-16.2,7-28.9,7.1-45.8,16.8 c-8.3-0.4-10.2,4.9-18,5.2c-0.2,0.7,0.1,1.2,0.5,1.8c-7-0.8-12.9,5.3-19.5,7.3c1.2,1.6,2.7-0.3,2.9,1c-5.2-0.4-8,1.6-9.6,5.2 c-2-0.7-1.6-2.1-3.9-1.1c-2.8,1.2-3.2,3-4.1,4.1c-0.2-0.5,0.2-1.2-0.7-1.2c-19.2,13.3-56.2,35.5-58,58.4v0.5 c-0.2,4.7,1.7,12.6,5.4,14.1c-0.4,0-1.8-0.1-1.8-0.1c3.3,9.2,18.6,24.7,28.6,30.5c17.2,9.9,38.4,21.1,62.1,29.3 c39.4,13.7,97.5,21.2,144.4,27.5c1.6-0.1,5-2.3,5.5-1.1c-5.9,2.1,6.3,0.7,4.3,0.5c5.4,0.1,19.3,2.2,28,2.7c7.2,0.5,10.7,0,10.6-1 c12.6,2.9,23,0.1,36,1.1c-5.6-0.7,4.9-1.1,4.2,0c-1.3,0.1-2.4,0.3-3.3,0.8c3.2,0.5,5.1-0.4,6.6-1.5c1.9,2.2,6.6-1,12.3,0.7 c-2.1-2.6,11.6,0.5,14.7-0.1c0.4-1,9.4,1.2,14.9-1.4c6.1,1.2,11.2,0,17.8-0.4c50.4-4.5,113.1-11.2,152.6-29.7 c26.7-9.5,56.9-26,66.4-49.9c1.8-4.7,2.7-9.2,2.9-14C611.9,630.1,595.7,605.5,571.4,590.8z M512.4,557.5c-19-5.9-39-13.7-63.3-20 C470.3,540,498.4,547.8,512.4,557.5z M409.4,740.5c-1.2-0.8-3.6-1.2-5.1-0.5C401.8,739.3,411.9,736.8,409.4,740.5z M484.8,728.6 c-0.1-1-1.3,0.1-3.1-0.4c0.2-1.5-1.4-2.1,0.7-2.9c-0.8,1.9,2.8,1.5,3.1,4C483.9,729,483.9,728.3,484.8,728.6z M595.4,660.3 c-1.4,3.4-6.1,6.6-4.8,10.8c-2.2-0.7-1.7,0.8-3.3,0.8c0.3,1,1.2,1.8,1.4,2.6c-0.8,0.7-1.1-0.1-0.9-0.8c-14.6,16-32,26.3-53.5,35.6 c1.3,0.1,2.7,0.4,4,0.5c-2.4,0.3-6.2,1.5-8.3-0.1c-6.7,5.8-24,7-29.8,11.2c-1.1,0.4-2-0.1-5.1-0.1c-0.6,1.6,3.4,1.9,0.2,3 c-4.2-0.3,1.1-1.4-1.4-2.6c-4.3,2.9-16.9,1.8-17.1,6c-0.1-2.2-15.2,0.1-19.1,1.4c-1.3,0.4-1.9,2.3-2.8,2.5c-0.4,0-0.9-1.4-1.6-1.4 c0,0.3-7.5,1.2-8.9,1.6c-1.8,0.8-1.9,2.6-7.7,1.9c1.5-1.1,5.1-0.4,6.6-1.5c-11.5,1.6-23.5,2.7-35.3,4c0.3,1.2,4-0.3,6.2,0.1 c-3.7,3-15.9-1.6-15,2.2c-4.1-1.5-5.9-1-10.1-1c-0.2,1.2,2.5,1.2,1.4,2.6c-0.4-2.7-10.7-3.6-10.5,0.3c-8.1-2.9-13.1-4.1-18.3-0.5 c-2.9-0.3-2.4,0.1-4.3-0.3c-3.3,1.5-23.2-1.2-29.6,2.3c-6.8-1.9-21.5-1.5-29-0.1c1.3-1.1-12.8-1.9-14.5-0.3 c-30.9-3.4-64.5-2.6-101-10.3c-1.1-0.1-0.7,0.4-0.2,0.5c-11.8,0.1-25.6-4.8-37.6-7.1c-48.8-9.7-92-24.9-116.7-47.7 c-7.7-7-18.9-23.7-14.5-32.9c18.9-38.9,85.6-65.9,142.5-86.4c5.7,1.6,10.1-3.6,17.3-3c0-1,2-1.4,0.4-1.6 c50.9-12.5,112.4-21.5,178.7-22.2c10.5-0.3,24.3-1.2,38.7,3.3c-0.1-1,17,2.2,23.1,3.4c50.4,10.1,105.9,30.4,138.9,50.3 C580,602.9,607.5,631.3,595.4,660.3z'/%3e %3cpath opacity='0.9' fill='%23FFFFFF' enable-background='new ' d='M595.4,660.3c-1.4,3.4-6.1,6.6-4.8,10.8 c-2.2-0.7-1.7,0.8-3.3,0.8c0.3,1,1.2,1.8,1.4,2.6c-0.8,0.7-1.1-0.1-0.9-0.8c-14.6,16-32,26.3-53.5,35.6c1.3,0.1,2.7,0.4,4,0.5 c-2.4,0.3-6.2,1.5-8.3-0.1c-6.7,5.8-24,7-29.8,11.2c-1.1,0.4-2-0.1-5.1-0.1c-0.6,1.6,3.4,1.9,0.2,3c-4.2-0.3,1.1-1.4-1.4-2.6 c-4.3,2.9-16.9,1.8-17.1,6c-0.1-2.2-15.2,0.1-19.1,1.4c-1.3,0.4-1.9,2.3-2.8,2.5c-0.4,0-0.9-1.4-1.6-1.4c0,0.3-7.5,1.2-8.9,1.6 c-1.8,0.8-1.9,2.6-7.7,1.9c1.5-1.1,5.1-0.4,6.6-1.5c-11.5,1.6-23.5,2.7-35.3,4c0.3,1.2,4-0.3,6.2,0.1c-3.7,3-15.9-1.6-15,2.2 c-4.1-1.5-5.9-1-10.1-1c-0.2,1.2,2.5,1.2,1.4,2.6c-0.4-2.7-10.7-3.6-10.5,0.3c-8.1-2.9-13.1-4.1-18.3-0.5c-2.9-0.3-2.4,0.1-4.3-0.3 c-3.3,1.5-23.2-1.2-29.6,2.3c-6.8-1.9-21.5-1.5-29-0.1c1.3-1.1-12.8-1.9-14.5-0.3c-30.9-3.4-64.5-2.6-101-10.3 c-1.1-0.1-0.7,0.4-0.2,0.5c-11.8,0.1-25.6-4.8-37.6-7.1c-48.8-9.7-92-24.9-116.7-47.7c-7.7-7-18.9-23.7-14.5-32.9 c18.9-38.9,85.6-65.9,142.5-86.4c5.7,1.6,10.1-3.6,17.3-3c0-1,2-1.4,0.4-1.6c50.9-12.5,112.4-21.5,178.7-22.2 c10.5-0.3,24.3-1.2,38.7,3.3c-0.1-1,17,2.2,23.1,3.4c50.4,10.1,105.9,30.4,138.9,50.3C580,602.9,607.5,631.3,595.4,660.3z'/%3e %3c/g%3e %3cpath fill='%23C378D0' d='M-28.9,632.7c1.8-3.3,3.4,1.8,1.1,2.7c-4.3,0.9-8.5,1.6-14.3,1.4c13,4.7,29.5,6.9,44,7.6 c0.9,0.9,0.9,2.5-0.2,3.3c-3.1,0.2-6.9-1.3-8.9-0.4c-2.7-0.9-7.6-0.9-10.9-1.1c-0.4,0-0.4-0.2-0.2-0.2c0-0.7-0.7,0.7-1.3,0 c0.2-0.5,0.4,0.2,0.5,0c-0.2-0.7-1.1-0.2-0.9,0c-0.2,0-0.5-0.4-1.3-0.5c-0.4,0,0.2,0.2,0.4,0.4c-2.2,0.4-4-0.5-6.5-0.5 c-0.2-0.5-0.7,0-0.7-0.5c-3.3,0.2-5.6-0.9-10.3-1.4c3.4,4.9,8.9,9.2,12.3,14.5c0.2,1.1-0.2,2.2-1.3,2.7 c-7.2-7.6-15.4-14.3-20.8-23.9c-0.9-4.2,4.5-2.9,7.4-2.9C-36.2,633.9-32,633.2-28.9,632.7z'/%3e %3c/svg%3e") no-repeat;background-size:100% 100%;padding:3.125rem 2.1875rem 2.5rem;padding-left:6.25rem;margin:-3.125rem 0 0;margin-left:-2.5rem}.f-dropdown.tryit.drop-left{background:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-47.3 514.4 658.5 235.6' enable-background='new -47.3 514.4 658.5 235.6' xml:space='preserve'%3e %3cg%3e %3cpath fill='%23C378D0' d='M525,590.8c-0.7-4.5-14.1-9.5-20.1-14.8c-1.8-0.4-3.3-0.3-4.2,0c-0.9-4.8-15.1-9-22.7-12.7 c0.2-1,2.1-1.6,3-3.7c-13.2-15.6-45.4-26.2-80.5-31.9c-21.4-3.6-44-5.2-63.5-5.1c-2.8-2.2-12.8-1.2-17.4-1.2 c-30.8-1.2-53.3-7.3-83.6-5.5c0.2,0,0.4,0,0.7,0c1.1,0.1,2.2,0.4,2.1,1c-1.6-0.5-3.2-0.7-5.2-1.1c-4.3-0.5-9.4-1-15-1.4 c0,0,0,0,0,0.3c-0.8,2.2-1.5,0.1-4.6,1.6c-1.7-1.9-19.7-1.9-24.8,0c2.1-2.1-8.5-0.5-5.3,0.4c0.2-0.5,1.8-0.4,2,0.4 c-4.2,0-4.5-0.1-7.9-1.8c-7.1,1.9-13.8,0.5-21.1,1.2c-9.6,0.8-20.3,3.3-29,4.1c0-0.3-1.8-1.1-2.9-1c-7.5,0.4-36.7,6-41.7,8.9 c-0.7,0.4,0.3,2.1-0.6,2.5c-2.2,1.1-8.4,0.7-7.2,3.7c1.3-0.7,4.8-2.9,5.5-1.6c-1.8,0.5-6,5.3-4.1,7.9 c41.3-13.2,96.5-18.6,153.3-16.3c-44.1,4.5-85.6,11.5-120.8,23.8c-0.2-0.5,0.2-1.2-0.7-1.2c-16.2,7-28.9,7.1-45.8,16.8 c-8.3-0.4-10.2,4.9-18,5.2c-0.2,0.7,0.1,1.2,0.5,1.8c-7-0.8-12.9,5.3-19.5,7.3c1.2,1.6,2.7-0.3,2.9,1c-5.2-0.4-8,1.6-9.6,5.2 c-2-0.7-1.6-2.1-3.9-1.1c-2.8,1.2-3.2,3-4.1,4.1c-0.2-0.5,0.2-1.2-0.7-1.2c-19.2,13.3-56.2,35.5-58,58.4v0.5 c-0.2,4.7,1.7,12.6,5.4,14.1c-0.4,0-1.8-0.1-1.8-0.1c3.3,9.2,18.6,24.7,28.6,30.5c17.2,9.9,38.4,21.1,62.1,29.3 c39.4,13.7,97.5,21.2,144.4,27.5c1.6-0.1,5-2.3,5.5-1.1c-5.9,2.1,6.3,0.7,4.3,0.5c5.4,0.1,19.3,2.2,28,2.7c7.2,0.5,10.7,0,10.6-1 c12.6,2.9,23,0.1,36,1.1c-5.6-0.7,4.9-1.1,4.2,0c-1.3,0.1-2.4,0.3-3.3,0.8c3.2,0.5,5.1-0.4,6.6-1.5c1.9,2.2,6.6-1,12.3,0.7 c-2.1-2.6,11.6,0.5,14.7-0.1c0.4-1,9.4,1.2,14.9-1.4c6.1,1.2,11.2,0,17.8-0.4c50.4-4.5,113.1-11.2,152.6-29.7 c26.7-9.5,56.9-26,66.4-49.9c1.8-4.7,2.7-9.2,2.9-14C565.4,630.1,549.3,605.5,525,590.8z M465.9,557.5c-19-5.9-39-13.7-63.3-20 C423.9,540,451.9,547.8,465.9,557.5z M362.9,740.5c-1.2-0.8-3.6-1.2-5.1-0.5C355.3,739.3,365.4,736.8,362.9,740.5z M438.4,728.6 c-0.1-1-1.3,0.1-3.1-0.4c0.2-1.5-1.4-2.1,0.7-2.9c-0.8,1.9,2.8,1.5,3.1,4C437.5,729,437.5,728.3,438.4,728.6z M549,660.3 c-1.4,3.4-6.1,6.6-4.8,10.8c-2.2-0.7-1.7,0.8-3.3,0.8c0.3,1,1.2,1.8,1.4,2.6c-0.8,0.7-1.1-0.1-0.9-0.8c-14.6,16-32,26.3-53.5,35.6 c1.3,0.1,2.7,0.4,4,0.5c-2.4,0.3-6.2,1.5-8.3-0.1c-6.7,5.8-24,7-29.8,11.2c-1.1,0.4-2-0.1-5.1-0.1c-0.6,1.6,3.4,1.9,0.2,3 c-4.2-0.3,1.1-1.4-1.4-2.6c-4.3,2.9-16.9,1.8-17.1,6c-0.1-2.2-15.2,0.1-19.1,1.4c-1.3,0.4-1.9,2.3-2.8,2.5c-0.4,0-0.9-1.4-1.6-1.4 c0,0.3-7.5,1.2-8.9,1.6c-1.8,0.8-1.9,2.6-7.7,1.9c1.5-1.1,5.1-0.4,6.6-1.5c-11.5,1.6-23.5,2.7-35.3,4c0.3,1.2,4-0.3,6.2,0.1 c-3.7,3-15.9-1.6-15,2.2c-4.1-1.5-5.9-1-10.1-1c-0.2,1.2,2.5,1.2,1.4,2.6c-0.4-2.7-10.7-3.6-10.5,0.3c-8.1-2.9-13.1-4.1-18.3-0.5 c-2.9-0.3-2.4,0.1-4.3-0.3c-3.3,1.5-23.2-1.2-29.6,2.3c-6.8-1.9-21.5-1.5-29-0.1c1.3-1.1-12.8-1.9-14.5-0.3 c-30.9-3.4-64.5-2.6-101-10.3c-1.1-0.1-0.7,0.4-0.2,0.5c-11.8,0.1-25.6-4.8-37.6-7.1c-48.8-9.7-92-24.9-116.7-47.7 c-7.7-7-18.9-23.7-14.5-32.9c18.9-38.9,85.6-65.9,142.5-86.4c5.7,1.6,10.1-3.6,17.3-3c0-1,2-1.4,0.4-1.6 c50.9-12.5,112.4-21.5,178.7-22.2c10.5-0.3,24.3-1.2,38.7,3.3c-0.1-1,17,2.2,23.1,3.4c50.4,10.1,105.9,30.4,138.9,50.3 C533.6,602.9,561,631.3,549,660.3z'/%3e %3cpath opacity='0.9' fill='%23FFFFFF' enable-background='new ' d='M549,660.3c-1.4,3.4-6.1,6.6-4.8,10.8c-2.2-0.7-1.7,0.8-3.3,0.8 c0.3,1,1.2,1.8,1.4,2.6c-0.8,0.7-1.1-0.1-0.9-0.8c-14.6,16-32,26.3-53.5,35.6c1.3,0.1,2.7,0.4,4,0.5c-2.4,0.3-6.2,1.5-8.3-0.1 c-6.7,5.8-24,7-29.8,11.2c-1.1,0.4-2-0.1-5.1-0.1c-0.6,1.6,3.4,1.9,0.2,3c-4.2-0.3,1.1-1.4-1.4-2.6c-4.3,2.9-16.9,1.8-17.1,6 c-0.1-2.2-15.2,0.1-19.1,1.4c-1.3,0.4-1.9,2.3-2.8,2.5c-0.4,0-0.9-1.4-1.6-1.4c0,0.3-7.5,1.2-8.9,1.6c-1.8,0.8-1.9,2.6-7.7,1.9 c1.5-1.1,5.1-0.4,6.6-1.5c-11.5,1.6-23.5,2.7-35.3,4c0.3,1.2,4-0.3,6.2,0.1c-3.7,3-15.9-1.6-15,2.2c-4.1-1.5-5.9-1-10.1-1 c-0.2,1.2,2.5,1.2,1.4,2.6c-0.4-2.7-10.7-3.6-10.5,0.3c-8.1-2.9-13.1-4.1-18.3-0.5c-2.9-0.3-2.4,0.1-4.3-0.3 c-3.3,1.5-23.2-1.2-29.6,2.3c-6.8-1.9-21.5-1.5-29-0.1c1.3-1.1-12.8-1.9-14.5-0.3c-30.9-3.4-64.5-2.6-101-10.3 c-1.1-0.1-0.7,0.4-0.2,0.5c-11.8,0.1-25.6-4.8-37.6-7.1c-48.8-9.7-92-24.9-116.7-47.7c-7.7-7-18.9-23.7-14.5-32.9 c18.9-38.9,85.6-65.9,142.5-86.4c5.7,1.6,10.1-3.6,17.3-3c0-1,2-1.4,0.4-1.6c50.9-12.5,112.4-21.5,178.7-22.2 c10.5-0.3,24.3-1.2,38.7,3.3c-0.1-1,17,2.2,23.1,3.4c50.4,10.1,105.9,30.4,138.9,50.3C533.6,602.9,561,631.3,549,660.3z'/%3e %3c/g%3e %3cpath fill='%23C378D0' d='M603.7,633.9c2.9,0,8.3-1.3,7.4,2.9c-5.4,9.6-13.6,16.3-20.8,23.9c-1.1-0.5-1.5-1.6-1.3-2.7 c3.4-5.3,8.9-9.6,12.3-14.5c-4.7,0.5-7,1.6-10.3,1.4c0,0.5-0.5,0-0.7,0.5c-2.5,0-4.3,0.9-6.5,0.5c0.2-0.2,0.8-0.4,0.4-0.4 c-0.8,0.1-1.1,0.5-1.3,0.5c0.2-0.2-0.7-0.7-0.9,0c0.1,0.2,0.3-0.5,0.5,0c-0.6,0.7-1.3-0.7-1.3,0c0.2,0,0.2,0.2-0.2,0.2 c-3.3,0.2-8.2,0.2-10.9,1.1c-2-0.9-5.8,0.6-8.9,0.4c-1.1-0.8-1.1-2.4-0.2-3.3c14.5-0.7,31-2.9,44-7.6c-5.8,0.2-10-0.5-14.3-1.4 c-2.3-0.9-0.7-6,1.1-2.7C594.9,633.2,599.1,633.9,603.7,633.9z'/%3e %3c/svg%3e") no-repeat;background-size:100% 100%;padding:3.125rem 4.0625rem 2.8125rem;padding-left:4.6875rem;margin:-3.125rem 0 0}.f-dropdown.tryit.destroy{opacity:0;margin-top:-0.625rem !important}.f-dropdown.tryit p{font-size:.75rem;white-space:normal;margin-bottom:0}@media only screen and (max-width: 39.9375em){.f-dropdown.tryit p{font-size:.75rem}}.mm_animation{background-color:#fb662b;border-radius:50%;width:14.0625rem;height:14.0625rem;padding:0;border:0;overflow:hidden;margin:0 auto}.empty-item-message{cursor:pointer;text-align:center;margin:1.5rem 0}.empty-item-message p{font-size:1.125rem;color:var(--palette-text-hint, #767676);margin:1.5rem 0}.empty-item-message p+.secondary-text{font-size:.875rem;margin-top:0}.empty-item-menu{max-width:100% !important;border-radius:4px;margin:0;margin-bottom:1.25rem;padding:0;border:3px dashed rgba(0,0,0,.15)}.empty-item-menu li{display:table;width:32.8%;font-size:0;padding-bottom:inherit}@media only screen and (max-width: 39.9375em){.empty-item-menu li{width:100%}}.empty-item-menu li a,.empty-item-menu li form{padding:1.5rem 0;font-weight:700;font-size:.875rem;text-align:center;text-decoration:none;display:table-cell;vertical-align:middle;color:var(--palette-text-hint, #767676)}@media only screen and (max-width: 39.9375em){.empty-item-menu li a,.empty-item-menu li form{padding:0.625rem 0}}.empty-item-menu li a p,.empty-item-menu li form p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.empty-item-menu li a i,.empty-item-menu li form i{font-size:1.5rem;display:block;color:var(--palette-text-hint, #767676);text-align:center;margin-bottom:0.375rem;font-weight:400}.empty-item-menu li a span,.empty-item-menu li form span{font-weight:600}.empty-item-menu li a:hover,.empty-item-menu li a:focus,.empty-item-menu li form:hover,.empty-item-menu li form:focus{color:var(--palette-text-primary, #262626);background:var(--palette-background-b2, #f8f8f8)}.empty-item-menu:before{left:50%;margin-left:-0.3125rem}.empty-item-menu:after{left:50%;margin-left:-0.375rem}.empty-item-menu.create-assignment li{width:100%;padding:0}.empty-item-menu.create-assignment li p{display:none}.empty-item-menu.create-assignment li a{padding:0.9375rem 0;white-space:nowrap}@media only screen and (min-width:64em){.empty-item-menu.create-assignment li{width:25%;border-left-width:0.1875rem}.empty-item-menu.create-assignment li a{padding:1.5rem 0}}.empty-item-menu#assignment-upload:hover{border-color:#35a06a;border-style:solid}.empty-item-menu#assignment-upload:hover *,.empty-item-menu#assignment-upload:hover i{color:#35a06a !important}.empty-item-menu#assignment-upload:hover li a{background:hsl(149.7196261682,50.234741784%,91.7647058824%)}.empty-item-menu#syllabus-upload{border-color:rgb(192.9587096774,100.9664516129,210.0735483871);border-style:solid}.empty-item-menu#syllabus-upload *,.empty-item-menu#syllabus-upload i{color:var(--palette-text-hint, #767676) !important}.empty-item-menu#syllabus-upload:hover{border-color:rgb(192.9587096774,100.9664516129,210.0735483871);border-style:solid}.empty-item-menu#syllabus-upload:hover li a{background:rgb(245.14,230.52,247.86)}.empty-item-menu.outline-menu{border:0;font-size:0}.empty-item-menu.outline-menu li{width:100%;padding:0 0.1875rem;vertical-align:top;margin-bottom:1.125rem}@media only screen and (min-width:64em){.empty-item-menu.outline-menu li{width:33.33%;margin-bottom:0}}.empty-item-menu.outline-menu li a{border:3px dashed var(--palette-secondary-main, #cdcdcd);border-radius:4px;padding:1.125rem 0.5625rem 0.875rem;min-height:6rem;transition:all 300ms ease;background:var(--palette-background-b2, #f8f8f8)}.empty-item-menu.outline-menu li a p{line-height:1.4;margin:0 0 0.125rem}.empty-item-menu.outline-menu li a *{color:var(--palette-text-hint, #767676) !important}.empty-item-menu.outline-menu li a i{margin-bottom:0;font-size:1.125rem}.empty-item-menu.outline-menu li a:hover{border-style:solid;border-color:var(--palette-secondary-main, #cdcdcd);transition:all 300ms ease;background:var(--palette-background-b2, #f8f8f8)}.empty-item-menu.outline-menu li a:hover *{color:var(--palette-text-primary, #262626) !important}.ftue-element{display:none}.ftue-animation{text-align:center;display:none;opacity:0;overflow:hidden;margin-bottom:0;display:block}.is-empty-page .ftue-element{display:block}.is-empty-page .ftue-animation{margin:0 auto;max-height:21.875rem;max-width:17.5rem;display:block;opacity:1}.is-empty-page .outline-menu li a i{display:inline-block !important}@keyframes ftue-animation{0%{opacity:1;max-height:21.875rem}80%{opacity:0;max-height:21.875rem}100%{opacity:0;max-height:0}}@keyframes ftue-empty-page-controls{0%{opacity:0}100%{opacity:1}}.mm_animation{background-color:#fb662b;border-radius:50%;width:14.0625rem;height:14.0625rem;padding:0;border:0;overflow:hidden;margin:0 auto}.empty-item-message{text-align:center;margin:1.5rem 0}.empty-item-message p{font-size:1.125rem;color:var(--palette-text-secondary, #666666);margin:1.5rem 0}.empty-item-message p+.secondary-text{font-size:.875rem;margin-top:0}.empty-item-menu{max-width:100% !important;border-radius:4px;margin:0;margin-bottom:1.25rem;padding:0;border:3px dashed rgba(0,0,0,.15)}.empty-item-menu li{display:table;width:32.8%;font-size:0;padding-bottom:inherit}@media only screen and (max-width: 39.9375em){.empty-item-menu li{width:100%}}.empty-item-menu li a,.empty-item-menu li form{padding:1.5rem 0;font-weight:700;font-size:.875rem;text-align:center;text-decoration:none;display:table-cell;vertical-align:middle;color:var(--palette-text-hint, #767676)}@media only screen and (max-width: 39.9375em){.empty-item-menu li a,.empty-item-menu li form{padding:0.625rem 0}}.empty-item-menu li a p,.empty-item-menu li form p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.empty-item-menu li a i,.empty-item-menu li form i{font-size:1.5rem;display:block;color:var(--palette-text-hint, #767676);text-align:center;margin-bottom:0.375rem;font-weight:400}.empty-item-menu li a span,.empty-item-menu li form span{font-weight:600}.empty-item-menu li a:hover,.empty-item-menu li a:focus,.empty-item-menu li form:hover,.empty-item-menu li form:focus{color:var(--palette-text-primary, #262626);background:var(--palette-background-b2, #f8f8f8)}.empty-item-menu:before{left:50%;margin-left:-0.3125rem}.empty-item-menu:after{left:50%;margin-left:-0.375rem}.empty-item-menu.create-assignment li{width:100%;padding:0}.empty-item-menu.create-assignment li p{display:none}.empty-item-menu.create-assignment li a{padding:0.9375rem 0;white-space:nowrap}@media only screen and (min-width:64em){.empty-item-menu.create-assignment li{width:25%;border-left-width:0.1875rem}.empty-item-menu.create-assignment li a{padding:1.5rem 0}}.empty-item-menu#assignment-upload:hover{border-color:#35a06a;border-style:solid}.empty-item-menu#assignment-upload:hover *,.empty-item-menu#assignment-upload:hover i{color:#35a06a !important}.empty-item-menu#assignment-upload:hover li a{background:hsl(149.7196261682,50.234741784%,91.7647058824%)}.empty-item-menu#syllabus-upload{border-color:rgb(192.9587096774,100.9664516129,210.0735483871);border-style:solid}.empty-item-menu#syllabus-upload *,.empty-item-menu#syllabus-upload i{color:var(--palette-text-hint, #767676) !important}.empty-item-menu#syllabus-upload:hover{border-color:rgb(192.9587096774,100.9664516129,210.0735483871);border-style:solid}.empty-item-menu#syllabus-upload:hover li a{background:rgb(245.14,230.52,247.86)}.empty-item-menu.outline-menu{border:0;font-size:0}.empty-item-menu.outline-menu li{width:100%;padding:0 0.1875rem;vertical-align:top;margin-bottom:1.125rem}@media only screen and (min-width:64em){.empty-item-menu.outline-menu li{width:33.33%;margin-bottom:0}}.empty-item-menu.outline-menu li a{border:3px dashed var(--palette-secondary-main, #cdcdcd);border-radius:4px;padding:1.125rem 0.5625rem 0.875rem;min-height:6rem;transition:all 300ms ease;background:var(--palette-background-b2, #f8f8f8)}.empty-item-menu.outline-menu li a p{line-height:1.4;margin:0 0 0.125rem}.empty-item-menu.outline-menu li a *{color:var(--palette-text-hint, #767676) !important}.empty-item-menu.outline-menu li a i{margin-bottom:0;font-size:1.125rem}.empty-item-menu.outline-menu li a:hover{border-style:solid;border-color:var(--palette-border-main, #cdcdcd);transition:all 300ms ease;background:var(--palette-background-b2, #f8f8f8)}.empty-item-menu.outline-menu li a:hover *{color:var(--palette-text-primary, #262626) !important}.is-guided{position:relative;margin-bottom:0}.is-guided:after{content:"";display:block;position:absolute;border-radius:50%;z-index:100;left:50%;margin-left:-1.25rem;margin-top:-1.25rem;top:50%;width:2.5rem;height:2.5rem;background:rgba(197,111,213,.5);animation:pulsate-guidable infinite linear 1.5s}.is-guided.icon-arrow-left:after{margin-left:0;margin-top:0}.is-guided.dot-right:after{left:auto;right:1.125rem;margin-left:0}.is-guided.dot-left:after{left:1.125rem;margin-left:0}.is-guided.dot-bottom:after{top:auto;bottom:1.125rem}.is-guided.dot-top:after{top:1.125rem}@keyframes pulsate-guidable{0%{box-shadow:0 0 0 2px #c56fd5}100%{box-shadow:0 0 0 8px rgba(197,111,213,0)}}@keyframes move-guidable{3%{left:4%;box-shadow:0 0 0 0 rgba(38,38,38,.9)}7%{left:4%}14%{left:4%;box-shadow:0 0 0 9px rgba(38,38,38,0)}15%{left:4%;box-shadow:0 0 0 0 rgba(38,38,38,0)}22%{left:20%;box-shadow:0 0 0 0 rgba(38,38,38,.9)}29%{left:20%;box-shadow:0 0 0 9px rgba(38,38,38,0)}30%{left:20%;box-shadow:0 0 0 0 rgba(38,38,38,0)}37%{left:37%;box-shadow:0 0 0 0 rgba(38,38,38,.9)}44%{left:37%;box-shadow:0 0 0 9px rgba(38,38,38,0)}45%{left:37%;box-shadow:0 0 0 0 rgba(38,38,38,0)}52%{left:53%;box-shadow:0 0 0 0 rgba(38,38,38,.9)}59%{left:53%;box-shadow:0 0 0 9px rgba(38,38,38,0)}60%{left:53%;box-shadow:0 0 0 0 rgba(38,38,38,0)}67%{left:70%;box-shadow:0 0 0 0 rgba(38,38,38,.9)}74%{left:70%;box-shadow:0 0 0 9px rgba(38,38,38,0)}75%{left:70%;box-shadow:0 0 0 0 rgba(38,38,38,0)}82%{left:86%;box-shadow:0 0 0 0 rgba(38,38,38,.9)}89%{left:86%;box-shadow:0 0 0 9px rgba(38,38,38,0)}90%{left:86%;box-shadow:0 0 0 0 rgba(38,38,38,0)}100%{left:4%;box-shadow:0 0 0 0 rgba(38,38,38,0)}}.course-tools.is-guided:after{left:4%;margin-left:0;animation:move-guidable infinite linear 12s}@media only screen and (max-width: 39.9375em){.course-tools.is-guided:after{margin-left:0.875rem}}@media only screen and (min-width:40em)and (max-width:63.9375em){.course-tools.is-guided:after{left:4%;margin-left:1.8125rem}}.guidance-wrapper{position:relative;font-size:.875rem}.guidance-wrapper-inline{display:inline-block}.guidance-wrapper-inline .guidance-element-overlay{position:absolute}.guidance-wrapper button,.guidance-wrapper .button{margin-bottom:0}.guidance-element,.guidance-element-overlay{position:absolute;cursor:default;background:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff);padding:1.25rem 1.25rem 1.25rem;z-index:899;width:15rem;max-width:25rem;margin:.625rem auto;margin-left:-7.5rem;border-radius:2px;left:50%;box-shadow:0 0 0 4px rgba(0,0,0,.05)}.guidance-element p,.guidance-element .guidance-content,.guidance-element-overlay p,.guidance-element-overlay .guidance-content{vertical-align:middle;display:table-cell;line-height:1.4;text-align:left;margin-bottom:0;white-space:normal}.guidance-element p+div,.guidance-element .guidance-content+div,.guidance-element-overlay p+div,.guidance-element-overlay .guidance-content+div{text-align:center}.guidance-element p+div .button.text,.guidance-element p+div button.text,.guidance-element .guidance-content+div .button.text,.guidance-element .guidance-content+div button.text,.guidance-element-overlay p+div .button.text,.guidance-element-overlay p+div button.text,.guidance-element-overlay .guidance-content+div .button.text,.guidance-element-overlay .guidance-content+div button.text{color:var(--palette-primary-contrastText, #ffffff)}.guidance-element p.guidance-title,.guidance-element-overlay p.guidance-title{font-size:1.125rem;margin-bottom:0.625rem}.guidance-element i,.guidance-element p,.guidance-element strong,.guidance-element-overlay i,.guidance-element-overlay p,.guidance-element-overlay strong{display:block}@media only screen and (min-width:64em){.guidance-element.round,.guidance-element-overlay.round{width:11.25rem;height:11.25rem;border-radius:50%}}.guidance-element.ng-hide-add,.guidance-element.ng-hide-remove{transition:max-height 500ms ease,padding-top 500ms ease,padding-bottom 500ms ease}.guidance-element.ng-hide{overflow:hidden;padding-top:0;padding-bottom:0;max-height:0}.guidance-element-overlay.ng-hide-add,.guidance-element-overlay.ng-hide-remove{transition:opacity 500ms ease}.guidance-element-overlay.ng-hide{opacity:0}.guidance-element-overlay.push-left{left:0;right:auto;margin-left:0;margin-left:0 !important}.guidance-element-overlay.push-right{left:auto;right:0;margin-left:0 !important}@media only screen and (min-width:64em){.guidance-element-overlay.push-right-large-up{left:auto;right:0;margin-left:0 !important}}@media only screen and (min-width:64em){.guidance-element-overlay.push-outside-right{left:100%;right:auto;margin-left:0.75rem !important}.guidance-element-overlay.push-outside-right.push-top{top:-1.25rem;bottom:auto;margin-top:0;margin-bottom:0}.guidance-element-overlay.push-outside-right.push-bottom{bottom:-1.25rem;top:auto;margin-top:0;margin-bottom:0}}@media only screen and (min-width:64em){.guidance-element-overlay.push-outside-left{left:auto;right:100%;margin-right:0.75rem}.guidance-element-overlay.push-outside-left.push-top{top:-1.25rem;bottom:auto;margin-top:0;margin-bottom:0}.guidance-element-overlay.push-outside-left.push-bottom{bottom:-1.25rem;top:auto;margin-top:0;margin-bottom:0}}.guidance-element-overlay.push-top{bottom:100%;margin-top:1.25rem;margin-bottom:1.25rem}.guidance-element-overlay.push-bottom{top:100%;margin-top:1.25rem}@media only screen and (min-width:40em){.guidance-element-overlay.valign-middle{top:-100%}}@media only screen and (min-width:64em){.guidance-element-overlay.round{margin-left:-5.625rem}}.calendar-add-event-panel,.calendar-settings-panel,.calendar-event-panel{padding-bottom:4.375rem}.calendar-add-event-panel h4,.calendar-settings-panel h4,.calendar-event-panel h4{margin-top:1.875rem;margin-bottom:-0.5rem;font-size:1rem}.calendar-add-event-panel .default-float-column-form-label{line-height:2.375rem}.calendar-add-event-panel a{display:inline-block;margin-bottom:1rem}.calendar-add-event-panel .select-date{display:block;width:100%}.calendar-add-event-panel input[type=checkbox]+label{margin-left:0}.calendar-add-event-panel .event-repetition-number-select{display:block}.calendar-add-event-panel .every-text{text-align:center}.calendar-add-event-panel .repeatEndOptions label,.calendar-add-event-panel .repeatEndOptions input.repeat-end-date,.calendar-add-event-panel .repeatEndOptions input.duration-count{display:inline;margin:0}.calendar-add-event-panel .repeatEndOptions input[type=radio]{margin-top:0.625rem}.calendar-add-event-panel .repeatEndOptions input.duration-count{width:60%}.calendar-add-event-panel #course-description{resize:none;height:12rem}.calendar-event-panel .event-information-container{margin-top:1rem}.calendar-event-panel .event-information-container ul{border-top:1px solid var(--palette-border-main, #cdcdcd);border-bottom:1px solid var(--palette-border-main, #cdcdcd);padding:1.25rem 0 0.875rem;margin-bottom:1.6875rem;margin-top:1rem}.calendar-event-panel .event-information-container ul li{display:flex;flex-direction:row;line-height:1;list-style:none}.calendar-event-panel .event-information-container ul li bb-svg-icon{vertical-align:top}.calendar-event-panel .event-information-container ul li bb-svg-icon svg{height:1.5rem;width:1.5rem}.calendar-event-panel .event-information-container ul li div{display:inline-block;padding-left:0.625rem}.calendar-event-panel .event-information-container ul li div span{display:block}.calendar-event-panel .event-information-container ul li div span a{text-decoration:none;color:var(--palette-text-primary, #262626)}.calendar-event-panel .event-information-container ul li div span a:hover,.calendar-event-panel .event-information-container ul li div span a:focus{text-decoration:underline}.calendar-event-panel .event-information-container ul li div .event-time{display:flex;padding-top:0.3125rem}.calendar-event-panel .event-information-container ul li div .event-time .event-start-day:after{content:"|";padding:0 0.3125rem}.calendar-event-panel .event-information-container ul li div .event-time .event-start-date{display:flex}.calendar-event-panel .event-information-container ul li div .event-time .event-start-date span:first-child:after{content:"-";padding:0 0.3125rem}.calendar-event-panel .event-information-container ul li div .event-multi-time{display:block}.calendar-event-panel .event-information-container ul li div .event-multi-time .event-multi-day{display:flex}.calendar-event-panel .event-information-container ul li div .event-multi-time .event-multi-day .event-day:after{content:"|";margin-left:0.3125rem;margin-top:0.25rem}.calendar-event-panel .event-information-container ul li div .event-multi-time .event-multi-day h6{font-weight:500 !important;margin-bottom:0}.calendar-event-panel .event-information-container ul li div .event-multi-time .event-multi-day span{padding-left:0.3125rem;margin-top:0.375rem}.calendar-event-panel .event-information-container .event-title{font-weight:700;margin-bottom:0}.calendar-event-panel .event-information-container .event-description{margin-top:0.625rem}.panel-copy-import .your-courses-divider{font-size:1.125rem;font-weight:600;border-bottom:2px solid var(--palette-text-primary, #262626)}.panel-copy-import .panel-import-course .more-courses{margin-top:0.625rem;margin-bottom:0.625rem;text-align:center}.panel-copy-import .panel-import-course .more-courses button{font-style:italic;text-align:center}.panel-copy-import .panel-import-course .import-action-icon-areas li{position:relative;transition:250ms}.panel-copy-import .panel-import-course .import-action-icon-areas li:before{content:"";position:absolute;bottom:0;right:0;left:2.375rem;height:0.0625rem;background:var(--palette-border-main, #cdcdcd);z-index:2}.panel-copy-import .panel-import-course .import-action-icon-areas li:hover{background:rgba(0,0,0,0);transition:250ms}@media only screen and (min-width:40em){.panel-copy-import .panel-import-course .import-action-icon-areas button{padding-left:0.125rem}}.panel-copy-import .panel-import-course .import-action-icon-areas bb-svg-icon{float:left;padding-right:0.9375rem;margin-top:0.3125rem}.panel-copy-import .panel-import-course .import-action-icon-areas i{float:left;font-size:2rem;padding-right:0.625rem;padding-top:0.125rem}.panel-copy-import .panel-import-course .import-action-icon-areas .import-action-header{text-align:left}.panel-copy-import .panel-import-course .import-action-icon-areas .import-action-header span{color:var(--palette-text-primary, #262626);font-weight:600}.panel-copy-import .panel-import-course .import-action-icon-areas .import-action-header .action-details{color:var(--palette-text-hint, #767676);padding-left:2.4375rem}.panel-copy-import .panel-import-course .panel-row{border-bottom:none;padding-bottom:0.625rem}.panel-copy-import .panel-import-course .panel-row .search-wrap{position:relative}.panel-copy-import .panel-import-course .panel-row .search-wrap input[type=text]{padding-left:1.875rem}.panel-copy-import .panel-import-course .panel-row .search-wrap bb-svg-icon{color:#e5e5e5;position:absolute;top:0.75rem;left:0.625rem}.panel-copy-import .panel-import-course .panel-row .search-wrap .label-search-course input{margin-bottom:0.25rem;padding-left:1.875rem}.panel-copy-import .panel-import-course .panel-row .course-import-list{margin-left:0}.panel-copy-import .panel-import-course .panel-row .course-import-list li.import-item{list-style:none}.panel-copy-import .panel-import-course .panel-row .course-import-list li.import-item a span{display:inline-block;vertical-align:middle}.panel-copy-import .panel-import-course .panel-row .course-import-list li.import-item a .title{font-size:0.875rem}.panel-copy-import .panel-import-course .panel-row .course-import-list.accordion li.import-item a:before{display:none}.panel-copy-import .panel-import-course .panel-row .not-matched{text-align:left}.slick-header{position:absolute;top:-1.25rem;left:-0.75rem;right:-0.75rem;background-color:var(--palette-background-b1, #ffffff);height:4.5rem;z-index:0;border-bottom:1px solid var(--palette-border-main, #cdcdcd);box-shadow:2px 0 1px 0 var(--palette-border-main, #cdcdcd)}@media only screen and (min-width:40em){.slick-header{background-color:rgba(0,0,0,0);box-shadow:none}}.semester-nav-button{position:absolute;top:-0.125rem;font-size:1.5rem;z-index:3;margin:0;min-width:2.25rem !important;max-height:2.25rem !important;line-height:.75}.semester-nav-button:hover,.semester-nav-button:focus{background:rgba(0,0,0,0);color:var(--palette-text-primary, #262626)}.semester-nav-button.prev{left:0;font-size:1.5rem}.semester-nav-button.next{right:0;font-size:1.5rem}div.semester{position:relative;text-align:center;font-family:"Open Sans",sans-serif;font-weight:300;font-size:1rem;line-height:1.4;padding-bottom:0.25rem;margin:0.25rem 1.375rem 4.25rem}div.semester:hover,div.semester:focus{outline:none;cursor:pointer}div.semester:hover:after,div.semester:focus:after{background-color:var(--palette-background-b9, #262626)}div.semester:hover span,div.semester:focus span{text-decoration:underline}div.semester:focus{outline:2px solid var(--palette-focus-main, #006dc7)}div.semester span{overflow-x:hidden;width:100%;display:inline-block;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid rgba(0,0,0,0);vertical-align:middle;color:var(--palette-text-secondary, #666666);line-height:1.5rem;padding:0.625rem 0.1875rem;margin:-0.625rem 0}@media only screen and (min-width:40em){div.semester:after{content:"";position:absolute;display:block;width:0.5rem;height:0.5rem;background-color:var(--palette-secondary-main, #cdcdcd);border-radius:100%;left:50%;bottom:-1.4375rem;margin-left:-0.25rem}div.semester.wide-slide span{width:80%}}div.semester.active-term span{color:var(--palette-text-primary, #262626);font-size:1.5rem}div.semester.active-term:hover,div.semester.active-term:focus{cursor:default}div.semester.active-term:hover span,div.semester.active-term:focus span{cursor:default;border-bottom:1px solid rgba(0,0,0,0);text-decoration:none}div.semester.active-term:after{background-color:var(--palette-background-b9, #262626)}.sortable-header .sort-control{height:0.6875rem;width:0.5rem;position:relative}.sortable-header .sort-control .arrow{width:0;border-style:solid;position:absolute;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:4px 0 0 0}.sortable-header .sort-control .arrow.up{top:0;border-width:0 4px 4px 4px;border-bottom-color:var(--palette-secondary-main, #cdcdcd)}.sortable-header .sort-control .arrow.up.active{border-bottom-color:#666}.sortable-header .sort-control .arrow.down{top:0.4375rem;border-width:4px 4px 0 4px;border-top-color:var(--palette-secondary-main, #cdcdcd)}.sortable-header .sort-control .arrow.down.active{border-top-color:#666}.sortable-header.ascending .sort-control .arrow.up{border-bottom-color:#666 !important}.sortable-header.descending .sort-control .arrow.down{border-top-color:#666 !important}.img-icon-alert-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-468.846' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M93.404-24v76h-76v-76H93.404 M94.404-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L94.404-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg id='Layer_2'%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' d='M19.752,32.904c-2.504,0-4.975-0.653-7.146-1.887 l-0.18-0.102l-6.605,1.659l1.772-6.28l-0.122-0.195c-1.441-2.302-2.204-4.958-2.204-7.679c0-7.988,6.499-14.485,14.485-14.485 s14.485,6.498,14.485,14.485S27.739,32.904,19.752,32.904z'/%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19.752,32.921c-2.507,0-4.981-0.653-7.154-1.889l-0.174-0.099l-6.627,1.663l1.778-6.301 l-0.118-0.188c-1.444-2.306-2.207-4.965-2.207-7.689c0-7.997,6.506-14.502,14.502-14.502s14.502,6.506,14.502,14.502 S27.749,32.921,19.752,32.921z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M19.752,4.417c7.721,0,14.002,6.281,14.002,14.002s-6.281,14.002-14.002,14.002 c-2.421,0-4.809-0.631-6.906-1.824L12.497,30.4l-0.389,0.098l-5.596,1.405l1.483-5.257l0.12-0.427l-0.235-0.376 c-1.394-2.226-2.131-4.793-2.131-7.424C5.75,10.698,12.031,4.417,19.752,4.417 M19.752,3.417 c-8.272,0-15.002,6.729-15.002,15.002c0,2.825,0.789,5.568,2.283,7.954l-1.952,6.919l7.271-1.825 c2.25,1.28,4.803,1.954,7.401,1.954c8.272,0,15.002-6.73,15.002-15.002C34.755,10.146,28.024,3.417,19.752,3.417 L19.752,3.417z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3crect x='19.166' y='11.694' style='fill:%23FF3B30;' width='1.035' height='9.312'/%3e %3crect x='19.166' y='23.075' style='fill:%23FF3B30;' width='1.035' height='2.069'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-alert-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-468.846' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M93.404-24v76h-76v-76H93.404 M94.404-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L94.404-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg id='Layer_2_2_'%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19.779,33.483c-2.504,0-4.975-0.653-7.146-1.887l-0.18-0.102l-6.605,1.659l1.772-6.28 l-0.122-0.195c-1.441-2.302-2.204-4.958-2.204-7.679c0-7.988,6.499-14.485,14.485-14.485s14.485,6.498,14.485,14.485 S27.765,33.483,19.779,33.483z'/%3e %3c/g%3e %3c/g%3e %3crect x='19.192' y='12.272' style='fill:%23FFFFFF;' width='1.035' height='9.312'/%3e %3crect x='19.192' y='23.653' style='fill:%23FFFFFF;' width='1.035' height='2.069'/%3e %3c/g%3e %3c/g%3e %3cg id='Layer_2_1_'%3e %3cg%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19.779,33.483c-2.504,0-4.975-0.653-7.146-1.887l-0.18-0.102l-6.605,1.659l1.772-6.28 l-0.122-0.195c-1.441-2.302-2.204-4.958-2.204-7.679c0-7.988,6.499-14.485,14.485-14.485s14.485,6.498,14.485,14.485 S27.765,33.483,19.779,33.483z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23F93F40;' d='M19.779,3.995c-8.272,0-15.002,6.729-15.002,15.002c0,2.825,0.789,5.568,2.283,7.954 l-1.952,6.919l7.27-1.825c2.25,1.28,4.803,1.954,7.401,1.954c8.272,0,15.002-6.73,15.002-15.002 C34.781,10.724,28.051,3.995,19.779,3.995L19.779,3.995z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cg%3e %3crect x='19.192' y='12.272' style='fill:%23FFFFFF;' width='1.035' height='9.312'/%3e %3c/g%3e %3cg%3e %3crect x='19.192' y='23.653' style='fill:%23FFFFFF;' width='1.035' height='2.069'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cpath style='fill:%23FC9E9D;' d='M9.803,9.188c2.542-2.585,6.073-4.193,9.976-4.193c7.721,0,14.002,6.281,14.002,14.002 c0,3.903-1.609,7.434-4.193,9.976l0.707,0.707c2.766-2.723,4.487-6.504,4.487-10.683c0-8.273-6.73-15.002-15.002-15.002 c-4.178,0-7.96,1.721-10.683,4.486L9.803,9.188z'/%3e %3cpath style='fill:%23D23940;' d='M5.108,33.871l7.27-1.825c2.25,1.28,4.803,1.954,7.401,1.954c4.094,0,7.806-1.652,10.516-4.32 l-0.707-0.707C27.06,31.46,23.597,33,19.779,33c-2.421,0-4.809-0.631-6.906-1.824l-0.349-0.198l-0.389,0.098L6.539,32.48 l1.483-5.257l0.12-0.427l-0.235-0.376c-1.394-2.226-2.131-4.793-2.131-7.424c0-3.818,1.54-7.281,4.026-9.809L9.096,8.481 c-2.668,2.71-4.32,6.422-4.32,10.516c0,2.825,0.789,5.568,2.283,7.954L5.108,33.871z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-alert{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-468.846' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M93.404-24v76h-76v-76H93.404 M94.404-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L94.404-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg id='Layer_2'%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-miterlimit:10;' d='M19.752,32.904c-2.504,0-4.975-0.653-7.146-1.887 l-0.18-0.102l-6.605,1.659l1.772-6.28l-0.122-0.195c-1.441-2.302-2.204-4.958-2.204-7.679c0-7.988,6.499-14.485,14.485-14.485 s14.485,6.498,14.485,14.485S27.739,32.904,19.752,32.904z'/%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19.752,32.921c-2.507,0-4.981-0.653-7.154-1.889l-0.174-0.099l-6.627,1.663l1.778-6.301 l-0.118-0.188c-1.444-2.306-2.207-4.965-2.207-7.689c0-7.997,6.506-14.502,14.502-14.502s14.502,6.506,14.502,14.502 S27.749,32.921,19.752,32.921z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23767676;' d='M19.752,4.417c7.721,0,14.002,6.281,14.002,14.002s-6.281,14.002-14.002,14.002 c-2.421,0-4.809-0.631-6.906-1.824L12.497,30.4l-0.389,0.098l-5.596,1.405l1.483-5.257l0.12-0.427l-0.235-0.376 c-1.394-2.226-2.131-4.793-2.131-7.424C5.75,10.698,12.031,4.417,19.752,4.417 M19.752,3.417 c-8.272,0-15.002,6.729-15.002,15.002c0,2.825,0.789,5.568,2.283,7.954l-1.952,6.919l7.271-1.825 c2.25,1.28,4.803,1.954,7.401,1.954c8.272,0,15.002-6.73,15.002-15.002C34.755,10.146,28.024,3.417,19.752,3.417 L19.752,3.417z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3crect x='19.166' y='11.694' style='fill:%23767676;' width='1.035' height='9.312'/%3e %3crect x='19.166' y='23.075' style='fill:%23767676;' width='1.035' height='2.069'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-announcement-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-657' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M13,35.5c-1.814,0-3.469-1.637-3.5-3.449l2.796-13.047l3.225,3.224l0.982,9.822 C16.5,33.832,14.832,35.5,13,35.5z'/%3e %3cpath style='fill:%23FF3B30;' d='M12.593,20.007l2.448,2.448L16,32.046C15.971,33.571,14.527,35,13,35 c-1.51,0-2.939-1.397-2.998-2.903L12.593,20.007 M12,18L9,32c0,2.094,1.906,4,4,4s4-1.906,4-4l-1-10L12,18L12,18z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7.146,20.521C6.86,20.416,6.5,20.16,6.5,20v-7c0-0.229,0.42-0.452,0.645-0.521l22.917-6.975 C30.309,5.534,30.5,5.745,30.5,6v21c0,0.255-0.191,0.466-0.438,0.496L7.146,20.521z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M30,6.045v20.909L7.325,20.054C7.211,20.008,7.075,19.929,7,19.868v-6.762 c0.069-0.052,0.195-0.118,0.291-0.149L30,6.045 M30,5L7,12c0,0-1,0.297-1,1v7c0,0.641,1,1,1,1l23,7c0.55,0,1-0.45,1-1V6 C31,5.45,30.55,5,30,5L30,5z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M28,30.5c-0.275,0-0.5-0.224-0.5-0.5V4c0-0.276,0.225-0.5,0.5-0.5h5c0.275,0,0.5,0.224,0.5,0.5 v26c0,0.276-0.225,0.5-0.5,0.5H28z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M33,4v26h-5V4H33 M33,3h-5c-0.55,0-1,0.45-1,1v26c0,0.55,0.45,1,1,1h5c0.55,0,1-0.45,1-1V4 C34,3.45,33.55,3,33,3L33,3z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cpath style='fill:%23FF3B30;' d='M4.5,20L4.5,20C4.225,20,4,19.775,4,19.5v-6C4,13.225,4.225,13,4.5,13h0C4.775,13,5,13.225,5,13.5 v6C5,19.775,4.775,20,4.5,20z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-announcement-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-657' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23C1A2A2;' d='M16,21.997l1,10c0,2.094-1.906,4-4,4l0,0c-2.094,0-4-1.906-4-4l3-14L16,21.997z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23A57F7E;' d='M13,33.997c-1.717,0-3.289-1.287-3.806-2.903L9,31.997c0,2.094,1.906,4,4,4s4-1.906,4-4 l-0.114-1.142C16.457,32.583,14.802,33.997,13,33.997z'/%3e %3c/g%3e %3cg%3e %3cpolygon style='fill:%23A57F7E;' points='16.386,25.854 16,21.997 12,17.997 10.688,24.12 '/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23EAD4D0;' d='M30,27.997l-23-7c0,0-1-0.359-1-1v-7c0-0.703,1-1,1-1l23-7c0.55,0,1,0.45,1,1v21 C31,27.547,30.55,27.997,30,27.997z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23EAD4D0;' d='M33,30.997h-5c-0.55,0-1-0.45-1-1v-26c0-0.55,0.45-1,1-1h5c0.55,0,1,0.45,1,1v26 C34,30.547,33.55,30.997,33,30.997z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFF1ED;' d='M33,28.997h-5c-0.55,0-1-0.45-1-1v-24c0-0.55,0.45-1,1-1h5c0.55,0,1,0.45,1,1v24 C34,28.547,33.55,28.997,33,28.997z'/%3e %3c/g%3e %3c/g%3e %3cpath style='fill:%23EAD4D0;' d='M4.5,19.997L4.5,19.997c-0.275,0-0.5-0.225-0.5-0.5v-6c0-0.275,0.225-0.5,0.5-0.5h0 c0.275,0,0.5,0.225,0.5,0.5v6C5,19.772,4.775,19.997,4.5,19.997z'/%3e %3cpath style='fill:%23FFF1ED;' d='M4.5,17.997L4.5,17.997c-0.275,0-0.5-0.225-0.5-0.5v-4c0-0.275,0.225-0.5,0.5-0.5h0 c0.275,0,0.5,0.225,0.5,0.5v4C5,17.772,4.775,17.997,4.5,17.997z'/%3e %3cg%3e %3cpath style='fill:%23FFF1ED;' d='M7,18.997l19,5.783V6.215L7,11.997c0,0-1,0.297-1,1v5C6,18.638,7,18.997,7,18.997z'/%3e %3c/g%3e %3crect x='5' y='13.997' style='fill:%23D5C2C0;' width='1' height='5'/%3e %3crect x='5' y='16.997' style='fill:%23C1ABA9;' width='1' height='2'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-announcement{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-657' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFD8D6;' d='M13,35.5c-1.814,0-3.469-1.637-3.5-3.449l2.796-13.047l3.225,3.224l0.982,9.822 C16.5,33.832,14.832,35.5,13,35.5z'/%3e %3cpath style='fill:%23767676;' d='M12.593,20.007l2.448,2.448L16,32.046C15.971,33.571,14.527,35,13,35 c-1.51,0-2.939-1.397-2.998-2.903L12.593,20.007 M12,18L9,32c0,2.094,1.906,4,4,4s4-1.906,4-4l-1-10L12,18L12,18z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7.146,20.521C6.86,20.416,6.5,20.16,6.5,20v-7c0-0.229,0.42-0.452,0.645-0.521l22.917-6.975 C30.309,5.534,30.5,5.745,30.5,6v21c0,0.255-0.191,0.466-0.438,0.496L7.146,20.521z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M30,6.045v20.909L7.325,20.054C7.211,20.008,7.075,19.929,7,19.868v-6.762 c0.069-0.052,0.195-0.118,0.291-0.149L30,6.045 M30,5L7,12c0,0-1,0.297-1,1v7c0,0.641,1,1,1,1l23,7c0.55,0,1-0.45,1-1V6 C31,5.45,30.55,5,30,5L30,5z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M28,30.5c-0.275,0-0.5-0.224-0.5-0.5V4c0-0.276,0.225-0.5,0.5-0.5h5c0.275,0,0.5,0.224,0.5,0.5 v26c0,0.276-0.225,0.5-0.5,0.5H28z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M33,4v26h-5V4H33 M33,3h-5c-0.55,0-1,0.45-1,1v26c0,0.55,0.45,1,1,1h5c0.55,0,1-0.45,1-1V4 C34,3.45,33.55,3,33,3L33,3z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cpath style='fill:%23767676;' d='M4.5,20L4.5,20C4.225,20,4,19.775,4,19.5v-6C4,13.225,4.225,13,4.5,13h0C4.775,13,5,13.225,5,13.5 v6C5,19.775,4.775,20,4.5,20z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-assignment-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V2c0-0.827,0.673-1.5,1.5-1.5h15.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M22.219,1l1.811,7.243l0.146,0.582l0.582,0.146L32,10.781V36c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1V2c0-0.551,0.449-1,1-1H22.219 M23,0H7C5.9,0,5,0.9,5,2v34c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V10l-8-2 L23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M23.996,10.5C23.171,10.5,22.5,9.827,22.5,9V0.5H23c0.133,0,0.259,0.052,0.354,0.146l8.999,9.001 C32.447,9.741,32.5,9.869,32.5,10v0.5H23.996z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M23,1l9,9h-8.004C23.447,10,23,9.551,23,9V1 M23,0h-1v9c0,1.1,0.898,2,1.996,2H33v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='10' y='15' style='fill:%23FF3B30;' width='18' height='1'/%3e %3crect x='10' y='19' style='fill:%23FF3B30;' width='12' height='1'/%3e %3crect x='10' y='23' style='fill:%23FF3B30;' width='18' height='1'/%3e %3crect x='10' y='31' style='fill:%23FF3B30;' width='18' height='1'/%3e %3crect x='10' y='27' style='fill:%23FF3B30;' width='12' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-assignment-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23D0ECFA;' d='M33,10v26c0,1.1-0.9,2-2,2H7c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h16l2,8L33,10z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E0F3FF;' d='M33,10v24c0,1.1-0.9,2-2,2H7c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h16l2,8L33,10z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23C6DCEA;' d='M33,11c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,1.105,23.265,1,23,1h-1v9 c0,1.1,0.898,2,1.996,2H33V11z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M33,10c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0h-1v9 c0,1.1,0.898,2,1.996,2H33V10z'/%3e %3c/g%3e %3crect x='10' y='15' style='fill:%23ACC5D6;' width='18' height='1'/%3e %3crect x='10' y='19' style='fill:%23ACC5D6;' width='12' height='1'/%3e %3crect x='10' y='23' style='fill:%23ACC5D6;' width='18' height='1'/%3e %3crect x='10' y='31' style='fill:%23ACC5D6;' width='18' height='1'/%3e %3crect x='10' y='27' style='fill:%23ACC5D6;' width='12' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-assignment{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V2c0-0.827,0.673-1.5,1.5-1.5h15.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cpath style='fill:%23767676;' d='M22.219,1l1.811,7.243l0.146,0.582l0.582,0.146L32,10.781V36c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1V2c0-0.551,0.449-1,1-1H22.219 M23,0H7C5.9,0,5,0.9,5,2v34c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V10l-8-2 L23,0L23,0z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E2E2E2;' d='M23.996,10.5C23.171,10.5,22.5,9.827,22.5,9V0.5H23c0.133,0,0.259,0.052,0.354,0.146l8.999,9.001 C32.447,9.741,32.5,9.869,32.5,10v0.5H23.996z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M23,1l9,9h-8.004C23.447,10,23,9.551,23,9V1 M23,0h-1v9c0,1.1,0.898,2,1.996,2H33v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='10' y='15' style='fill:%23C1C3C2;' width='18' height='1'/%3e %3crect x='10' y='19' style='fill:%23C1C3C2;' width='12' height='1'/%3e %3crect x='10' y='23' style='fill:%23C1C3C2;' width='18' height='1'/%3e %3crect x='10' y='31' style='fill:%23C1C3C2;' width='18' height='1'/%3e %3crect x='10' y='27' style='fill:%23C1C3C2;' width='12' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-audio-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-153' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M99.401,34v76h-76V34H99.401 M100.401,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L100.401,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,32.5c-0.827,0-1.5-0.673-1.5-1.5V7c0-0.827,0.673-1.5,1.5-1.5h24c0.827,0,1.5,0.673,1.5,1.5 v24c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M31,6c0.551,0,1,0.449,1,1v24c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V7 c0-0.551,0.449-1,1-1H31 M31,5H7C5.9,5,5,5.9,5,7v24c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V7C33,5.9,32.1,5,31,5L31,5z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3ccircle style='fill:%23FDEBEA;' cx='13.5' cy='25.5' r='3'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M13.5,23c1.378,0,2.5,1.122,2.5,2.5S14.878,28,13.5,28S11,26.878,11,25.5S12.122,23,13.5,23 M13.5,22c-1.933,0-3.5,1.567-3.5,3.5s1.567,3.5,3.5,3.5s3.5-1.567,3.5-3.5S15.433,22,13.5,22L13.5,22z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3ccircle style='fill:%23FDEBEA;' cx='24.5' cy='23.5' r='3'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M24.5,21c1.378,0,2.5,1.122,2.5,2.5S25.878,26,24.5,26S22,24.878,22,23.5S23.122,21,24.5,21 M24.5,20c-1.933,0-3.5,1.567-3.5,3.5s1.567,3.5,3.5,3.5s3.5-1.567,3.5-3.5S26.433,20,24.5,20L24.5,20z'/%3e %3c/g%3e %3c/g%3e %3crect x='16' y='12' style='fill:%23FF3B30;' width='1' height='13.594'/%3e %3crect x='27' y='11' style='fill:%23FF3B30;' width='1' height='12.5'/%3e %3cpolygon style='fill:%23FF3B30;' points='28,11 16,13 16,12 28,10 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-audio-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-153' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M99.401,34v76h-76V34H99.401 M100.401,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L100.401,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23BC15AD;' d='M31,33H7c-1.1,0-2-0.9-2-2V7c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v24C33,32.1,32.1,33,31,33z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23CB14AD;' d='M31,31H7c-1.1,0-2-0.9-2-2V7c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v22C33,30.1,32.1,31,31,31z'/%3e %3c/g%3e %3cpath style='fill:%23BC15AD;' d='M16,11v1v10.056C15.365,21.406,14.481,21,13.5,21c-1.933,0-3.5,1.567-3.5,3.5s1.567,3.5,3.5,3.5 c1.762,0,3.205-1.306,3.45-3H17V11.833l10-1.667v9.889C26.365,19.406,25.481,19,24.5,19c-1.933,0-3.5,1.567-3.5,3.5 s1.567,3.5,3.5,3.5c1.762,0,3.205-1.306,3.45-3H28V10V9L16,11z'/%3e %3cg%3e %3cg%3e %3ccircle style='fill:%23FFFFFF;' cx='13.5' cy='25.5' r='3'/%3e %3cpath style='fill:%23FFFFFF;' d='M13.5,23c1.378,0,2.5,1.122,2.5,2.5S14.878,28,13.5,28S11,26.878,11,25.5S12.122,23,13.5,23 M13.5,22c-1.933,0-3.5,1.567-3.5,3.5c0,1.933,1.567,3.5,3.5,3.5s3.5-1.567,3.5-3.5C17,23.567,15.433,22,13.5,22L13.5,22z'/%3e %3c/g%3e %3cg%3e %3ccircle style='fill:%23FFFFFF;' cx='24.5' cy='23.5' r='3'/%3e %3cpath style='fill:%23FFFFFF;' d='M24.5,21c1.378,0,2.5,1.122,2.5,2.5c0,1.378-1.122,2.5-2.5,2.5S22,24.878,22,23.5 C22,22.121,23.122,21,24.5,21 M24.5,20c-1.933,0-3.5,1.567-3.5,3.5c0,1.933,1.567,3.5,3.5,3.5s3.5-1.567,3.5-3.5 C28,21.567,26.433,20,24.5,20L24.5,20z'/%3e %3c/g%3e %3crect x='16' y='12' style='fill:%23FFFFFF;' width='1' height='14'/%3e %3crect x='27' y='11' style='fill:%23FFFFFF;' width='1' height='13'/%3e %3cpolygon style='fill:%23FFFFFF;' points='28,11 16,13 16,12 28,10 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-audio{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-153' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M99.401,34v76h-76V34H99.401 M100.401,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L100.401,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,32.5c-0.827,0-1.5-0.673-1.5-1.5V7c0-0.827,0.673-1.5,1.5-1.5h24c0.827,0,1.5,0.673,1.5,1.5 v24c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M31,6c0.551,0,1,0.449,1,1v24c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V7 c0-0.551,0.449-1,1-1H31 M31,5H7C5.9,5,5,5.9,5,7v24c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V7C33,5.9,32.1,5,31,5L31,5z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3ccircle style='fill:%23F5D0EF;' cx='13.5' cy='25.5' r='3'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M13.5,23c1.378,0,2.5,1.122,2.5,2.5S14.878,28,13.5,28S11,26.878,11,25.5S12.122,23,13.5,23 M13.5,22c-1.933,0-3.5,1.567-3.5,3.5s1.567,3.5,3.5,3.5s3.5-1.567,3.5-3.5S15.433,22,13.5,22L13.5,22z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3ccircle style='fill:%23F5D0EF;' cx='24.5' cy='23.5' r='3'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M24.5,21c1.378,0,2.5,1.122,2.5,2.5S25.878,26,24.5,26S22,24.878,22,23.5S23.122,21,24.5,21 M24.5,20c-1.933,0-3.5,1.567-3.5,3.5s1.567,3.5,3.5,3.5s3.5-1.567,3.5-3.5S26.433,20,24.5,20L24.5,20z'/%3e %3c/g%3e %3c/g%3e %3crect x='16' y='12' style='fill:%23767676;' width='1' height='13.594'/%3e %3crect x='27' y='11' style='fill:%23767676;' width='1' height='12.5'/%3e %3cpolygon style='fill:%23767676;' points='28,11 16,13 16,12 28,10 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-blog-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-279' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M76.684,34v76h-76V34H76.684 M77.684,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L77.684,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31.002,4H6.998C5.895,4,5,4.895,5,5.998v23.003C5,30.105,5.895,31,6.998,31H15l4,4l4-4h8.002 C32.105,31,33,30.105,33,29.002V5.998C33,4.895,32.105,4,31.002,4z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M15.207,30.5H6.999c-0.826,0-1.499-0.672-1.499-1.499V5.999C5.5,5.172,6.172,4.5,6.999,4.5 h24.003c0.826,0,1.499,0.672,1.499,1.499v23.003c0,0.826-0.672,1.499-1.499,1.499h-8.208L19,34.293L15.207,30.5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M31.002,5C31.552,5,32,5.448,32,5.998v23.003C32,29.552,31.552,30,31.002,30H23h-0.414 l-0.293,0.293L19,33.586l-3.293-3.293L15.414,30H15H6.998C6.448,30,6,29.552,6,29.002V5.998C6,5.448,6.448,5,6.998,5H31.002 M31.002,4H6.998C5.895,4,5,4.895,5,5.998v23.003C5,30.105,5.895,31,6.998,31H15l4,4l4-4h8.002C32.105,31,33,30.105,33,29.002 V5.998C33,4.895,32.105,4,31.002,4L31.002,4z'/%3e %3c/g%3e %3c/g%3e %3crect x='10' y='11' style='fill:%23FF3B30;' width='18' height='1'/%3e %3crect x='10' y='15' style='fill:%23FF3B30;' width='18' height='1'/%3e %3crect x='10' y='19' style='fill:%23FF3B30;' width='18' height='1'/%3e %3crect x='10' y='23' style='fill:%23FF3B30;' width='9' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-blog-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-279' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M76.684,34v76h-76V34H76.684 M77.684,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L77.684,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31.002,4H6.998C5.895,4,5,4.895,5,5.998v23.003C5,30.105,5.895,31,6.998,31H15l4,4l4-4h8.002 C32.105,31,33,30.105,33,29.002V5.998C33,4.895,32.105,4,31.002,4z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E97A14;' d='M31.002,4H6.998C5.895,4,5,4.895,5,5.998v23.003C5,30.105,5.895,31,6.998,31H15l4,4l4-4h8.002 C32.105,31,33,30.105,33,29.002V5.998C33,4.895,32.105,4,31.002,4z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FC9326;' d='M31,4H7C5.9,4,5,4.9,5,6v6.999v13.002V27c0,1.1,0.9,2,2,2h9l3,3l3-3h9c1.1,0,2-0.9,2-2v-0.998 V12.999V6C33,4.9,32.1,4,31,4z'/%3e %3c/g%3e %3crect x='10' y='11' style='fill:%23FFFFFF;' width='18' height='1'/%3e %3crect x='10' y='15' style='fill:%23FFFFFF;' width='18' height='1'/%3e %3crect x='10' y='19' style='fill:%23FFFFFF;' width='18' height='1'/%3e %3crect x='10' y='23' style='fill:%23FFFFFF;' width='9' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-blog{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-279' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M76.684,34v76h-76V34H76.684 M77.684,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L77.684,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31.002,4H6.998C5.895,4,5,4.895,5,5.998v23.003C5,30.105,5.895,31,6.998,31H15l4,4l4-4h8.002 C32.105,31,33,30.105,33,29.002V5.998C33,4.895,32.105,4,31.002,4z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M15.207,30.5H6.999c-0.826,0-1.499-0.672-1.499-1.499V5.999C5.5,5.172,6.172,4.5,6.999,4.5 h24.003c0.826,0,1.499,0.672,1.499,1.499v23.003c0,0.826-0.672,1.499-1.499,1.499h-8.208L19,34.293L15.207,30.5z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M31.002,5C31.552,5,32,5.448,32,5.998v23.003C32,29.552,31.552,30,31.002,30H23h-0.414 l-0.293,0.293L19,33.586l-3.293-3.293L15.414,30H15H6.998C6.448,30,6,29.552,6,29.002V5.998C6,5.448,6.448,5,6.998,5H31.002 M31.002,4H6.998C5.895,4,5,4.895,5,5.998v23.003C5,30.105,5.895,31,6.998,31H15l4,4l4-4h8.002C32.105,31,33,30.105,33,29.002 V5.998C33,4.895,32.105,4,31.002,4L31.002,4z'/%3e %3c/g%3e %3c/g%3e %3crect x='10' y='11' style='fill:%23C1C3C2;' width='18' height='1'/%3e %3crect x='10' y='15' style='fill:%23C1C3C2;' width='18' height='1'/%3e %3crect x='10' y='19' style='fill:%23C1C3C2;' width='18' height='1'/%3e %3crect x='10' y='23' style='fill:%23C1C3C2;' width='9' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-calculations-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-531' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M31.25,34v76h-76V34H31.25 M32.25,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L32.25,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M32,33H7c-1.1,0-2-0.9-2-2V6c0-1.1,0.9-2,2-2h25c1.1,0,2,0.9,2,2v25C34,32.1,33.1,33,32,33z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M32,33H7c-1.1,0-2-0.9-2-2V6c0-1.1,0.9-2,2-2h25c1.1,0,2,0.9,2,2v25C34,32.1,33.1,33,32,33z'/%3e %3c/g%3e %3crect x='9' y='11' style='fill:%23FF3B30;' width='7' height='1'/%3e %3crect x='23' y='11' style='fill:%23FF3B30;' width='7' height='1'/%3e %3cpath style='fill:%23FDEBEA;' d='M19.5,18.5v14.062h12.123c1.067,0,1.94-0.873,1.94-1.94V18.5H19.5z'/%3e %3crect x='23' y='24' style='fill:%23FF3B30;' width='7' height='1'/%3e %3crect x='23' y='26' style='fill:%23FF3B30;' width='7' height='1'/%3e %3crect x='19' y='5' style='fill:%23FF3B30;' width='1' height='27'/%3e %3crect x='6' y='18' style='fill:%23FF3B30;' width='27' height='1'/%3e %3crect x='12' y='8' style='fill:%23FF3B30;' width='1' height='7'/%3e %3crect x='9' y='25' transform='matrix(0.7071 0.7071 -0.7071 0.7071 21.6924 -1.3701)' style='fill:%23FF3B30;' width='7' height='1'/%3e %3crect x='12' y='22' transform='matrix(0.7071 0.7071 -0.7071 0.7071 21.6924 -1.3701)' style='fill:%23FF3B30;' width='1' height='7'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M32,5c0.551,0,1,0.449,1,1v25c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V6c0-0.551,0.449-1,1-1 H32 M32,4H7C5.9,4,5,4.9,5,6v25c0,1.1,0.9,2,2,2h25c1.1,0,2-0.9,2-2V6C34,4.9,33.1,4,32,4L32,4z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-calculations-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-531' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M31.25,34v76h-76V34H31.25 M32.25,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L32.25,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23E4E4E4;' d='M19,33h12c1.1,0,2-0.9,2-2V19H19V33z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19,31h12c1.1,0,2-0.9,2-2V19H19V31z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FF3A30;' d='M18,4H6C4.9,4,4,4.9,4,6v12h14V4z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23D3373C;' d='M4,19v12c0,1.1,0.9,2,2,2h12V19H4z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FF3A30;' d='M4,19v10c0,1.1,0.9,2,2,2h12V19H4z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FF3A30;' d='M31,4H19v14h14V6C33,4.9,32.1,4,31,4z'/%3e %3c/g%3e %3c/g%3e %3crect x='8' y='11' style='fill:%23FFFFFF;' width='7' height='1'/%3e %3crect x='22' y='11' style='fill:%23FFFFFF;' width='7' height='1'/%3e %3crect x='22' y='24' style='fill:%23FF3A30;' width='7' height='1'/%3e %3crect x='22' y='26' style='fill:%23FF3A30;' width='7' height='1'/%3e %3crect x='11' y='8' style='fill:%23FFFFFF;' width='1' height='7'/%3e %3crect x='8' y='25' transform='matrix(0.7071 0.7071 -0.7071 0.7071 21.3995 -0.663)' style='fill:%23FFFFFF;' width='7' height='1'/%3e %3crect x='11' y='22' transform='matrix(0.7071 0.7071 -0.7071 0.7071 21.3995 -0.663)' style='fill:%23FFFFFF;' width='1' height='7'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-calculations{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-531' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M31.25,34v76h-76V34H31.25 M32.25,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L32.25,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M32,33H7c-1.1,0-2-0.9-2-2V6c0-1.1,0.9-2,2-2h25c1.1,0,2,0.9,2,2v25C34,32.1,33.1,33,32,33z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M32,33H7c-1.1,0-2-0.9-2-2V6c0-1.1,0.9-2,2-2h25c1.1,0,2,0.9,2,2v25C34,32.1,33.1,33,32,33z'/%3e %3c/g%3e %3crect x='9' y='11' style='fill:%23767676;' width='7' height='1'/%3e %3crect x='23' y='11' style='fill:%23767676;' width='7' height='1'/%3e %3cpath style='fill:%23FFD8D6;' d='M19.5,18.5v14.062h12.123c1.067,0,1.94-0.873,1.94-1.94V18.5H19.5z'/%3e %3crect x='23' y='24' style='fill:%23767676;' width='7' height='1'/%3e %3crect x='23' y='26' style='fill:%23767676;' width='7' height='1'/%3e %3crect x='19' y='5' style='fill:%23767676;' width='1' height='27'/%3e %3crect x='6' y='18' style='fill:%23767676;' width='27' height='1'/%3e %3crect x='12' y='8' style='fill:%23767676;' width='1' height='7'/%3e %3crect x='9' y='25' transform='matrix(0.7071 0.7071 -0.7071 0.7071 21.6924 -1.3701)' style='fill:%23767676;' width='7' height='1'/%3e %3crect x='12' y='22' transform='matrix(0.7071 0.7071 -0.7071 0.7071 21.6924 -1.3701)' style='fill:%23767676;' width='1' height='7'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M32,5c0.551,0,1,0.449,1,1v25c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V6c0-0.551,0.449-1,1-1 H32 M32,4H7C5.9,4,5,4.9,5,6v25c0,1.1,0.9,2,2,2h25c1.1,0,2-0.9,2-2V6C34,4.9,33.1,4,32,4L32,4z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-calendar-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-594' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M8,29.5c-0.827,0-1.5-0.673-1.5-1.5V9c0-0.827,0.673-1.5,1.5-1.5h22c0.827,0,1.5,0.673,1.5,1.5 v19c0,0.827-0.673,1.5-1.5,1.5H8z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M30,8c0.551,0,1,0.449,1,1v19c0,0.551-0.449,1-1,1H8c-0.551,0-1-0.449-1-1V9 c0-0.551,0.449-1,1-1H30 M30,7H8C6.9,7,6,7.9,6,9v19c0,1.1,0.9,2,2,2h22c1.1,0,2-0.9,2-2V9C32,7.9,31.1,7,30,7L30,7z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M6,31.5c-0.827,0-1.5-0.673-1.5-1.5V11c0-0.827,0.673-1.5,1.5-1.5h26c0.827,0,1.5,0.673,1.5,1.5 v19c0,0.827-0.673,1.5-1.5,1.5H6z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M32,10c0.551,0,1,0.449,1,1v19c0,0.551-0.449,1-1,1H6c-0.551,0-1-0.449-1-1V11 c0-0.551,0.449-1,1-1H32 M32,9H6c-1.1,0-2,0.9-2,2v19c0,1.1,0.9,2,2,2h26c1.1,0,2-0.9,2-2V11C34,9.9,33.1,9,32,9L32,9z'/%3e %3c/g%3e %3c/g%3e %3crect x='11' y='6' style='fill:%23FF3B30;' width='1' height='5'/%3e %3crect x='26' y='6' style='fill:%23FF3B30;' width='1' height='5'/%3e %3crect x='5' y='16' style='fill:%23FF3B30;' width='28' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-calendar-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-594' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23CD2D28;' d='M30,29.997H8c-1.1,0-2-0.9-2-2v-19c0-1.1,0.9-2,2-2h22c1.1,0,2,0.9,2,2v19 C32,29.097,31.1,29.997,30,29.997z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E4E4E4;' d='M32,31.997H6c-1.1,0-2-0.9-2-2v-19c0-1.1,0.9-2,2-2h26c1.1,0,2,0.9,2,2v19 C34,31.097,33.1,31.997,32,31.997z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M32,29.997H6c-1.1,0-2-0.9-2-2v-17c0-1.1,0.9-2,2-2h26c1.1,0,2,0.9,2,2v17 C34,29.097,33.1,29.997,32,29.997z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FF3A30;' d='M4,16.997v-6c0-1.1,0.9-2,2-2h26c1.1,0,2,0.9,2,2v6H4z'/%3e %3c/g%3e %3crect x='11' y='5.997' style='fill:%23F7F7F7;' width='1' height='5'/%3e %3crect x='26' y='5.997' style='fill:%23F7F7F7;' width='1' height='5'/%3e %3crect x='10' y='6.997' style='opacity:0.2;fill:%23303030;' width='1' height='4'/%3e %3crect x='25' y='6.997' style='opacity:0.2;fill:%23303030;' width='1' height='4'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-calendar{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-594' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFD8D6;' d='M8,29.5c-0.827,0-1.5-0.673-1.5-1.5V9c0-0.827,0.673-1.5,1.5-1.5h22c0.827,0,1.5,0.673,1.5,1.5 v19c0,0.827-0.673,1.5-1.5,1.5H8z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M30,8c0.551,0,1,0.449,1,1v19c0,0.551-0.449,1-1,1H8c-0.551,0-1-0.449-1-1V9 c0-0.551,0.449-1,1-1H30 M30,7H8C6.9,7,6,7.9,6,9v19c0,1.1,0.9,2,2,2h22c1.1,0,2-0.9,2-2V9C32,7.9,31.1,7,30,7L30,7z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M6,31.5c-0.827,0-1.5-0.673-1.5-1.5V11c0-0.827,0.673-1.5,1.5-1.5h26c0.827,0,1.5,0.673,1.5,1.5 v19c0,0.827-0.673,1.5-1.5,1.5H6z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M32,10c0.551,0,1,0.449,1,1v19c0,0.551-0.449,1-1,1H6c-0.551,0-1-0.449-1-1V11 c0-0.551,0.449-1,1-1H32 M32,9H6c-1.1,0-2,0.9-2,2v19c0,1.1,0.9,2,2,2h26c1.1,0,2-0.9,2-2V11C34,9.9,33.1,9,32,9L32,9z'/%3e %3c/g%3e %3c/g%3e %3crect x='11' y='6' style='fill:%23767676;' width='1' height='5'/%3e %3crect x='26' y='6' style='fill:%23767676;' width='1' height='5'/%3e %3crect x='5' y='16' style='fill:%23767676;' width='28' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-comment-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' id='Icons' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23C56FD5;%7d .st1%7bfill:%23812D96;%7d .st2%7bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;%7d %3c/style%3e %3cg%3e %3cpolygon class='st0' points='5.2,12.5 0.5,12.5 0.5,0.5 15.5,0.5 15.5,12.5 10.8,12.5 8,15.3 '/%3e %3cpath class='st1' d='M15,1v11h-4h-0.4l-0.3,0.3L8,14.6l-2.3-2.3L5.4,12H5H1V1H15 M16,0H0v13h5l3,3l3-3h5V0L16,0z'/%3e %3c/g%3e %3cline class='st2' x1='3' y1='3.5' x2='13' y2='3.5'/%3e %3cline class='st2' x1='3' y1='6.5' x2='13' y2='6.5'/%3e %3cline class='st2' x1='3' y1='9.5' x2='9' y2='9.5'/%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-content-collection-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-776' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg style='display:none;'%3e %3cimage style='display:inline;overflow:visible;' width='349' height='335' id='eUpSOJ' xlink:href='D67E9568A5EF231F.jpg' transform='matrix(0.2485 0 0 0.2485 33.0209 10.5)'%3e %3c/image%3e %3c/g%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' d='M29.541,4.5c1.017,0,1.849,0.663,1.849,1.474l-0.016,24.995 c0,0.811-0.832,1.474-1.849,1.474L8.24,32.5c-1.017,0-1.849-0.663-1.849-1.474V5.974C6.391,5.163,7.223,4.5,8.24,4.5H29.541z'/%3e %3crect x='11.014' y='15.184' style='display:none;fill:%23C1C3C2;' width='15.72' height='0.737'/%3e %3crect x='11.014' y='18.132' style='display:none;fill:%23C1C3C2;' width='15.72' height='0.737'/%3e %3c/g%3e %3cpath style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' d='M33.184,37.5H4.598 c-1.214,0-2.207-0.923-2.207-2.052V26.5h10v3h13v-3h10v8.948C35.391,36.577,34.398,37.5,33.184,37.5z'/%3e %3cpath style='fill:%23FDEBEA;' d='M24.891,18c0-2.761-2.239-5-5-5v5H24.891z'/%3e %3cpath style='fill:none;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' d='M23.391,19.5c0,2.761-2.239,5-5,5 s-5-2.239-5-5c0-2.74,2.204-4.965,4.935-5c0.022,0,0.043,0,0.065,0v5H23.391z'/%3e %3crect x='9.891' style='fill:%23FF3B30;' width='18' height='1'/%3e %3crect x='7.891' y='2' style='fill:%23FF3B30;' width='22' height='1'/%3e %3cline style='fill:%23E2E2E2;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' x1='9.891' y1='8.5' x2='27.891' y2='8.5'/%3e %3cline style='fill:%23E2E2E2;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' x1='9.891' y1='10.5' x2='23.891' y2='10.5'/%3e %3cline style='fill:none;stroke:%23FF3B30;stroke-miterlimit:10;' x1='2.391' y1='26.5' x2='6.391' y2='22.5'/%3e %3cline style='fill:none;stroke:%23FF3B30;stroke-miterlimit:10;' x1='35.391' y1='26.5' x2='31.391' y2='22.5'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-content-collection-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-776' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg style='display:none;'%3e %3cimage style='display:inline;overflow:visible;' width='349' height='335' id='eUpSOJ' xlink:href='EF0E2A6896110E4E.jpg' transform='matrix(0.2485 0 0 0.2485 33.0209 10.5)'%3e %3c/image%3e %3c/g%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cg%3e %3cpolygon style='fill:%23333333;' points='2.391,26.5 6.391,22.5 31.391,22.5 35.391,26.5 '/%3e %3cpath style='fill:%23989898;' d='M31.183,23l3,3H3.598l3-3H31.183 M31.391,22h-25c-0.133,0-0.26,0.053-0.354,0.146l-4,4 c-0.143,0.143-0.186,0.358-0.108,0.545C2.006,26.878,2.188,27,2.391,27h33c0.202,0,0.385-0.122,0.462-0.309 c0.077-0.187,0.034-0.402-0.108-0.545l-4-4C31.65,22.053,31.523,22,31.391,22L31.391,22z'/%3e %3c/g%3e %3c/g%3e %3cpath style='fill:%23E1F3FF;' d='M29.541,4H8.24c-1.296,0-2.35,0.886-2.35,1.974v25.053C5.891,32.114,6.944,33,8.24,33h21.269 c1.296,0,2.35-0.886,2.35-1.973l0.032-25.054C31.891,4.886,30.837,4,29.541,4z'/%3e %3cpath style='opacity:0.5;fill:%23ACC5D6;' d='M24.891,18c0-2.761-2.239-5-5-5v5H24.891z'/%3e %3cpath style='fill:%23D0ECFA;stroke:%23ACC5D6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='M23.391,19.5 c0,2.761-2.239,5-5,5s-5-2.239-5-5c0-2.74,2.204-4.965,4.935-5c0.022,0,0.043,0,0.065,0v5H23.391z'/%3e %3cline style='fill:none;stroke:%23D0ECFA;stroke-linejoin:round;stroke-miterlimit:10;' x1='9.891' y1='0.5' x2='27.891' y2='0.5'/%3e %3cline style='fill:none;stroke:%23C6DCEA;stroke-linejoin:round;stroke-miterlimit:10;' x1='9.891' y1='1.5' x2='27.891' y2='1.5'/%3e %3cline style='fill:none;stroke:%23D0ECFA;stroke-linejoin:round;stroke-miterlimit:10;' x1='7.891' y1='2.5' x2='29.891' y2='2.5'/%3e %3cline style='fill:none;stroke:%23C6DCEA;stroke-linejoin:round;stroke-miterlimit:10;' x1='7.891' y1='3.5' x2='29.891' y2='3.5'/%3e %3cline style='fill:%23E2E2E2;stroke:%23ACC5D6;stroke-linejoin:round;stroke-miterlimit:10;' x1='9.891' y1='8.5' x2='27.891' y2='8.5'/%3e %3cline style='fill:%23E2E2E2;stroke:%23ACC5D6;stroke-linejoin:round;stroke-miterlimit:10;' x1='9.891' y1='10.5' x2='23.891' y2='10.5'/%3e %3cpath style='fill:%23D0ECFA;' d='M25.391,25c-0.276,0-0.5,0.224-0.5,0.5V28h-12v-2.5c0-0.276-0.224-0.5-0.5-0.5h-6.5v6.026 C5.891,32.114,6.944,33,8.24,33h21.269c1.296,0,2.35-0.886,2.35-1.973L31.866,25H25.391z'/%3e %3cpath style='fill:%23666666;' d='M35.391,26h-10c-0.276,0-0.5,0.224-0.5,0.5V29h-12v-2.5c0-0.276-0.224-0.5-0.5-0.5h-10 c-0.276,0-0.5,0.224-0.5,0.5v8.948C1.891,36.855,3.105,38,4.598,38h28.586c1.492,0,2.707-1.145,2.707-2.552V26.5 C35.891,26.224,35.667,26,35.391,26z'/%3e %3cpath style='fill:%23555555;' d='M33.184,36H4.598c-1.492,0-2.707-1.145-2.707-2.552v2C1.891,36.855,3.105,38,4.598,38h28.586 c1.492,0,2.707-1.145,2.707-2.552v-2C35.891,34.855,34.676,36,33.184,36z'/%3e %3cg%3e %3cpath style='fill:%23989898;' d='M12.891,27v-0.5c0-0.276-0.224-0.5-0.5-0.5h-10c-0.276,0-0.5,0.224-0.5,0.5V27H12.891z'/%3e %3crect x='12.891' y='29' style='fill:%23989898;' width='12' height='1'/%3e %3cpath style='fill:%23989898;' d='M24.891,27v-0.5c0-0.276,0.224-0.5,0.5-0.5h10c0.276,0,0.5,0.224,0.5,0.5V27H24.891z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-content-collection{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-776' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg style='display:none;'%3e %3cimage style='display:inline;overflow:visible;' width='349' height='335' id='eUpSOJ' xlink:href='EC0D33B8144F1622.jpg' transform='matrix(0.2485 0 0 0.2485 33.0209 10.5)'%3e %3c/image%3e %3c/g%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-miterlimit:10;' d='M29.541,4.5c1.017,0,1.849,0.663,1.849,1.474l-0.016,24.995 c0,0.811-0.832,1.474-1.849,1.474L8.24,32.5c-1.017,0-1.849-0.663-1.849-1.474V5.974C6.391,5.163,7.223,4.5,8.24,4.5H29.541z'/%3e %3crect x='11.014' y='15.184' style='display:none;fill:%23C1C3C2;' width='15.72' height='0.737'/%3e %3crect x='11.014' y='18.132' style='display:none;fill:%23C1C3C2;' width='15.72' height='0.737'/%3e %3c/g%3e %3cpath style='fill:%23E2E2E2;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' d='M33.184,37.5H4.598 c-1.214,0-2.207-0.923-2.207-2.052V26.5h10v3h13v-3h10v8.948C35.391,36.577,34.398,37.5,33.184,37.5z'/%3e %3cpath style='fill:%23E2E2E2;' d='M24.891,18c0-2.761-2.239-5-5-5v5H24.891z'/%3e %3cpath style='fill:none;stroke:%23C1C3C2;stroke-linejoin:round;stroke-miterlimit:10;' d='M23.391,19.5c0,2.761-2.239,5-5,5 s-5-2.239-5-5c0-2.74,2.204-4.965,4.935-5c0.022,0,0.043,0,0.065,0v5H23.391z'/%3e %3crect x='9.891' style='fill:%23767676;' width='18' height='1'/%3e %3crect x='7.891' y='2' style='fill:%23767676;' width='22' height='1'/%3e %3cline style='fill:%23E2E2E2;stroke:%23C1C3C2;stroke-linejoin:round;stroke-miterlimit:10;' x1='9.891' y1='8.5' x2='27.891' y2='8.5'/%3e %3cline style='fill:%23E2E2E2;stroke:%23C1C3C2;stroke-linejoin:round;stroke-miterlimit:10;' x1='9.891' y1='10.5' x2='23.891' y2='10.5'/%3e %3cline style='fill:none;stroke:%23767676;stroke-miterlimit:10;' x1='2.391' y1='26.5' x2='6.391' y2='22.5'/%3e %3cline style='fill:none;stroke:%23767676;stroke-miterlimit:10;' x1='35.391' y1='26.5' x2='31.391' y2='22.5'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-course-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M8,37.5c-1.93,0-3.5-1.57-3.5-3.5V4h29v30c0,1.93-1.57,3.5-3.5,3.5H8z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M33,4.5V34c0,1.654-1.346,3-3,3H8c-1.654,0-3-1.346-3-3V4.5H33 M34,3.5H4V34c0,2.2,1.8,4,4,4h22 c2.2,0,4-1.8,4-4V3.5L34,3.5z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7.5,6.5c-1.654,0-3-1.346-3-3s1.346-3,3-3h26v6H7.5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M33,1v5H7.5C6.121,6,5,4.878,5,3.5S6.121,1,7.5,1H33 M34,0H7.5C5.575,0,4,1.575,4,3.5 S5.575,7,7.5,7H34V0L34,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='33' y='1' style='fill:%23FFFFFF;' width='1' height='5'/%3e %3crect x='8' y='2' style='fill:%23FF3B30;' width='26' height='1'/%3e %3crect x='8' y='4' style='fill:%23FF3B30;' width='26' height='1'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M15,22.5c-0.827,0-1.5-0.673-1.5-1.5v-5c0-0.827,0.673-1.5,1.5-1.5h12c0.827,0,1.5,0.673,1.5,1.5 v5c0,0.827-0.673,1.5-1.5,1.5H15z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M27,15c0.55,0,1,0.45,1,1v5c0,0.55-0.45,1-1,1H15c-0.55,0-1-0.45-1-1v-5c0-0.55,0.45-1,1-1H27 M27,14H15c-1.103,0-2,0.897-2,2v5c0,1.103,0.897,2,2,2h12c1.103,0,2-0.897,2-2v-5C29,14.897,28.103,14,27,14L27,14z'/%3e %3c/g%3e %3c/g%3e %3crect x='8' y='7' style='fill:%23FF3B30;' width='1' height='30'/%3e %3cpath style='fill:%23FDEBEA;' d='M5,34V5.938C5.637,6.591,6.522,7,7.5,7H8v30C6.346,37,5,35.654,5,34z M9,37'/%3e %3crect x='17' y='29' style='fill:%23FF3B30;' width='7' height='1'/%3e %3crect x='19' y='32' style='fill:%23FF3B30;' width='3' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-course-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23C46FD4;' d='M4,3.5V34c0,2.2,1.8,4,4,4h22c2.2,0,4-1.8,4-4V3.5H4z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23975CA3;' d='M34,7H7.5C5.575,7,4,5.425,4,3.5v0C4,1.575,5.575,0,7.5,0H34V7z'/%3e %3c/g%3e %3cpath style='fill:%23975CA3;' d='M8,3.5H4V34c0,2.2,1.8,4,4,4V3.5z'/%3e %3cg%3e %3cpath style='fill:%23E1F3FF;' d='M4.164,4.5C4.599,5.938,5.925,7,7.5,7H34V2H7.5C5.925,2,4.599,3.062,4.164,4.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23D69AE1;' d='M33,1v5H7.5C6.121,6,5,4.878,5,3.5S6.121,1,7.5,1H33 M34,0H7.5C5.575,0,4,1.575,4,3.5 S5.575,7,7.5,7H34V0L34,0z'/%3e %3c/g%3e %3crect x='33' y='2' style='fill:%23E1F3FF;' width='1' height='4'/%3e %3crect x='8' y='2' style='fill:%23C6DCEA;' width='26' height='1'/%3e %3crect x='32' y='1' style='fill:%23975CA3;' width='2' height='1'/%3e %3crect x='8' y='4' style='fill:%23C6DCEA;' width='26' height='1'/%3e %3cg%3e %3cg%3e %3cpath style='fill:%23975CA3;' d='M27,14c0.55,0,1,0.45,1,1v5c0,0.55-0.45,1-1,1H15c-0.55,0-1-0.45-1-1v-5c0-0.55,0.45-1,1-1H27 M27,13H15c-1.103,0-2,0.897-2,2v5c0,1.103,0.897,2,2,2h12c1.103,0,2-0.897,2-2v-5C29,13.897,28.103,13,27,13L27,13z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23D69AE1;' d='M15,22.5c-0.827,0-1.5-0.673-1.5-1.5v-5c0-0.827,0.673-1.5,1.5-1.5h12c0.827,0,1.5,0.673,1.5,1.5 v5c0,0.827-0.673,1.5-1.5,1.5H15z'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M27,15c0.55,0,1,0.45,1,1v5c0,0.55-0.45,1-1,1H15c-0.55,0-1-0.45-1-1v-5c0-0.55,0.45-1,1-1H27 M27,14H15c-1.103,0-2,0.897-2,2v5c0,1.103,0.897,2,2,2h12c1.103,0,2-0.897,2-2v-5C29,14.897,28.103,14,27,14L27,14z'/%3e %3c/g%3e %3c/g%3e %3crect x='17' y='29' style='fill:%237B5081;' width='7' height='1'/%3e %3crect x='19' y='32' style='fill:%237B5081;' width='3' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-course-dynamic-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M8,37.5c-1.93,0-3.5-1.57-3.5-3.5V4h29v30c0,1.93-1.57,3.5-3.5,3.5H8z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M33,4.5V34c0,1.654-1.346,3-3,3H8c-1.654,0-3-1.346-3-3V4.5H33 M34,3.5H4V34c0,2.2,1.8,4,4,4h22 c2.2,0,4-1.8,4-4V3.5L34,3.5z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7.5,6.5c-1.654,0-3-1.346-3-3s1.346-3,3-3h26v6H7.5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M33,1v5H7.5C6.121,6,5,4.878,5,3.5S6.121,1,7.5,1H33 M34,0H7.5C5.575,0,4,1.575,4,3.5 S5.575,7,7.5,7H34V0L34,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='33' y='1' style='fill:%23FFFFFF;' width='1' height='5'/%3e %3crect x='8' y='2' style='fill:%23FF3B30;' width='26' height='1'/%3e %3crect x='8' y='4' style='fill:%23FF3B30;' width='26' height='1'/%3e %3crect x='8' y='7' style='fill:%23FF3B30;' width='1' height='30'/%3e %3cpath style='fill:%23FDEBEA;' d='M5,34V5.938C5.637,6.591,6.522,7,7.5,7H8v30C6.346,37,5,35.654,5,34z M9,37'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-course-dynamic-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23C46FD4;' d='M4,3.5V34c0,2.2,1.8,4,4,4h22c2.2,0,4-1.8,4-4V3.5H4z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23975CA3;' d='M34,7H7.5C5.575,7,4,5.425,4,3.5v0C4,1.575,5.575,0,7.5,0H34V7z'/%3e %3c/g%3e %3cpath style='fill:%23975CA3;' d='M8,3.5H4V34c0,2.2,1.8,4,4,4V3.5z'/%3e %3cg%3e %3cpath style='fill:%23E1F3FF;' d='M4.164,4.5C4.599,5.938,5.925,7,7.5,7H34V2H7.5C5.925,2,4.599,3.062,4.164,4.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23D69AE1;' d='M33,1v5H7.5C6.121,6,5,4.878,5,3.5S6.121,1,7.5,1H33 M34,0H7.5C5.575,0,4,1.575,4,3.5 S5.575,7,7.5,7H34V0L34,0z'/%3e %3c/g%3e %3crect x='33' y='2' style='fill:%23E1F3FF;' width='1' height='4'/%3e %3crect x='8' y='2' style='fill:%23C6DCEA;' width='26' height='1'/%3e %3crect x='32' y='1' style='fill:%23975CA3;' width='2' height='1'/%3e %3crect x='8' y='4' style='fill:%23C6DCEA;' width='26' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-course-dynamic{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M8,37.5c-1.93,0-3.5-1.57-3.5-3.5V4h29v30c0,1.93-1.57,3.5-3.5,3.5H8z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M33,4.5V34c0,1.654-1.346,3-3,3H8c-1.654,0-3-1.346-3-3V4.5H33 M34,3.5H4V34c0,2.2,1.8,4,4,4h22 c2.2,0,4-1.8,4-4V3.5L34,3.5z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7.5,6.5c-1.654,0-3-1.346-3-3s1.346-3,3-3h26v6H7.5z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M33,1v5H7.5C6.121,6,5,4.878,5,3.5S6.121,1,7.5,1H33 M34,0H7.5C5.575,0,4,1.575,4,3.5 S5.575,7,7.5,7H34V0L34,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='33' y='1' style='fill:%23FFFFFF;' width='1' height='5'/%3e %3crect x='8' y='2' style='fill:%23767676;' width='26' height='1'/%3e %3crect x='8' y='4' style='fill:%23767676;' width='26' height='1'/%3e %3crect x='8' y='7' style='fill:%23767676;' width='1' height='30'/%3e %3cpath style='fill:%23F5D0EF;' d='M5,34V5.938C5.637,6.591,6.522,7,7.5,7H8v30C6.346,37,5,35.654,5,34z M9,37'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-course{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M8,37.5c-1.93,0-3.5-1.57-3.5-3.5V4h29v30c0,1.93-1.57,3.5-3.5,3.5H8z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M33,4.5V34c0,1.654-1.346,3-3,3H8c-1.654,0-3-1.346-3-3V4.5H33 M34,3.5H4V34c0,2.2,1.8,4,4,4h22 c2.2,0,4-1.8,4-4V3.5L34,3.5z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7.5,6.5c-1.654,0-3-1.346-3-3s1.346-3,3-3h26v6H7.5z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M33,1v5H7.5C6.121,6,5,4.878,5,3.5S6.121,1,7.5,1H33 M34,0H7.5C5.575,0,4,1.575,4,3.5 S5.575,7,7.5,7H34V0L34,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='33' y='1' style='fill:%23FFFFFF;' width='1' height='5'/%3e %3crect x='8' y='2' style='fill:%23767676;' width='26' height='1'/%3e %3crect x='8' y='4' style='fill:%23767676;' width='26' height='1'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M15,22.5c-0.827,0-1.5-0.673-1.5-1.5v-5c0-0.827,0.673-1.5,1.5-1.5h12c0.827,0,1.5,0.673,1.5,1.5 v5c0,0.827-0.673,1.5-1.5,1.5H15z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M27,15c0.55,0,1,0.45,1,1v5c0,0.55-0.45,1-1,1H15c-0.55,0-1-0.45-1-1v-5c0-0.55,0.45-1,1-1H27 M27,14H15c-1.103,0-2,0.897-2,2v5c0,1.103,0.897,2,2,2h12c1.103,0,2-0.897,2-2v-5C29,14.897,28.103,14,27,14L27,14z'/%3e %3c/g%3e %3c/g%3e %3crect x='8' y='7' style='fill:%23767676;' width='1' height='30'/%3e %3cpath style='fill:%23F5D0EF;' d='M5,34V5.938C5.637,6.591,6.522,7,7.5,7H8v30C6.346,37,5,35.654,5,34z M9,37'/%3e %3crect x='17' y='29' style='fill:%23767676;' width='7' height='1'/%3e %3crect x='19' y='32' style='fill:%23767676;' width='3' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-custom-item-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' enable-background='new 0 0 38 38' xml:space='preserve'%3e %3cg%3e %3cpath fill='%23FFFFFF' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V2c0-0.827,0.673-1.5,1.5-1.5h15.609l1.905,7.621 C24.56,8.3,24.699,8.44,24.879,8.485l7.621,1.906V36c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath fill='%23FF3B30' d='M22.219,1l1.811,7.243c0.09,0.358,0.369,0.638,0.728,0.728L32,10.781V36c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1V2c0-0.551,0.449-1,1-1H22.219 M23,0H7C5.9,0,5,0.9,5,2v34c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V10l-8-2L23,0 L23,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath fill='%23FBE9E8' d='M23.996,10.5C23.171,10.5,22.5,9.827,22.5,9V0.5H23c0.132,0,0.26,0.053,0.354,0.146l9,9.002 C32.446,9.741,32.5,9.869,32.5,10v0.5H23.996z'/%3e %3cg%3e %3cpath fill='%23FF3B30' d='M23,1l9,9h-8.004C23.447,10,23,9.551,23,9V1 M23,0h-1v9c0,1.1,0.898,2,1.996,2H33v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3crect x='10' y='15' fill='%23FF3B30' width='1.983' height='0.992'/%3e %3crect x='14' y='15' fill='%23FF3B30' width='1.983' height='0.992'/%3e %3crect x='18' y='15' fill='%23FF3B30' width='1.983' height='0.992'/%3e %3crect x='22' y='15.008' fill='%23FF3B30' width='1.983' height='0.992'/%3e %3crect x='10' y='32.008' fill='%23FF3B30' width='1.983' height='0.992'/%3e %3crect x='14' y='32.008' fill='%23FF3B30' width='1.983' height='0.992'/%3e %3crect x='18' y='32.008' fill='%23FF3B30' width='1.983' height='0.992'/%3e %3crect x='22' y='32.008' fill='%23FF3B30' width='1.983' height='0.992'/%3e %3crect x='26.017' y='32.008' fill='%23FF3B30' width='1.983' height='0.992'/%3e %3crect x='10' y='15' fill='%23FF3B30' width='0.992' height='1.983'/%3e %3crect x='10.008' y='23' fill='%23FF3B30' width='0.992' height='1.983'/%3e %3crect x='10.008' y='27.017' fill='%23FF3B30' width='0.992' height='1.983'/%3e %3crect x='10' y='31.017' fill='%23FF3B30' width='0.992' height='1.983'/%3e %3crect x='27' y='23' fill='%23FF3B30' width='0.992' height='1.983'/%3e %3crect x='10.008' y='19.008' fill='%23FF3B30' width='0.992' height='1.983'/%3e %3crect x='27' y='19.008' fill='%23FF3B30' width='0.992' height='1.983'/%3e %3crect x='27' y='27' fill='%23FF3B30' width='0.992' height='1.983'/%3e %3crect x='27.008' y='31.017' fill='%23FF3B30' width='0.992' height='1.983'/%3e %3c/g%3e %3crect x='26' y='15' fill='%23FF3B30' width='2' height='1'/%3e %3crect x='27' y='15' fill='%23FF3B30' width='1' height='2'/%3e %3c/g%3e %3cline fill='%23FFFFFF' stroke='%23FF3B30' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' x1='19' y1='21.5' x2='19' y2='26.5'/%3e %3cline fill='%23FFFFFF' stroke='%23FF3B30' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' x1='21.5' y1='24' x2='16.5' y2='24'/%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-custom-item-c{background-image:url("data:image/svg+xml,%3csvg id='icon-large-custom-item-c' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38' enable-background='new 0 0 38 38'%3e%3cpath fill='%23CEEAF8' d='M33 10v26c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V2c0-1.1.9-2 2-2h16l2 8 8 2z'/%3e%3cpath fill='%23DEF1FF' d='M33 10v24c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V2c0-1.1.9-2 2-2h16l2 8 8 2z'/%3e%3cpath fill='%23AAC3D4' d='M33 11c0-.265-.105-.52-.293-.706l-9-9.003C23.52 1.106 23.265 1 23 1h-1v9c0 1.1.898 2 1.996 2H33v-1z' opacity='.5'/%3e%3cpath fill='%23fff' d='M33 10c0-.265-.105-.52-.293-.706l-9-9.003C23.52.106 23.265 0 23 0h-1v9c0 1.1.898 2 1.996 2H33v-1z'/%3e%3cg fill='%23AAC3D4'%3e%3cpath d='M10 15h1.983v.992H10zM14 15h1.983v.992H14zM18 15h1.983v.992H18zM22 15.008h1.983V16H22zM10 32.008h1.983V33H10zM14 32.008h1.983V33H14zM18 32.008h1.983V33H18zM22 32.008h1.983V33H22zM26.017 32.008H28V33h-1.983zM10 15h.992v1.983H10zM10.008 23H11v1.983h-.992zM10.008 27.017H11V29h-.992zM10 31.017h.992V33H10zM27 23h.992v1.983H27zM10.008 19.008H11v1.983h-.992zM27 19.008h.992v1.983H27zM27 27h.992v1.983H27zM27.008 31.017H28V33h-.992zM26 15h2v1h-2zM27 15h1v2h-1z'/%3e%3c/g%3e%3cpath stroke='%23AAC3D4' stroke-linecap='round' stroke-miterlimit='10' fill='none' d='M19 21.5v5M21.5 24h-5'/%3e%3c/svg%3e");background-repeat:no-repeat}.img-icon-custom-item{background-image:url("data:image/svg+xml,%3csvg id='icon-large-custom-item' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38' enable-background='new 0 0 38 38'%3e%3cpath fill='%23fff' d='M7 37.5c-.827 0-1.5-.673-1.5-1.5V2c0-.827.673-1.5 1.5-1.5h15.61l1.978 7.912 7.912 1.98V36c0 .827-.673 1.5-1.5 1.5H7z'/%3e%3cpath fill='%23767676' d='M22.22 1l1.81 7.243.146.582.582.146L32 10.78V36c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h15.22M23 0H7C5.9 0 5 .9 5 2v34c0 1.1.9 2 2 2h24c1.1 0 2-.9 2-2V10l-8-2-2-8z'/%3e%3cpath fill='%23E0E0E0' d='M23.996 10.5c-.825 0-1.496-.673-1.496-1.5V.5h.5c.132 0 .26.053.354.146l9 9.002c.092.093.146.22.146.352v.5h-8.504z'/%3e%3cpath fill='%23767676' d='M23 1l9 9h-8.004c-.55 0-.996-.45-.996-1V1m0-1h-1v9c0 1.1.898 2 1.996 2H33v-1c0-.265-.105-.52-.293-.706l-9-9.003C23.52.106 23.265 0 23 0z'/%3e%3cg fill='%23BEC0BF'%3e%3cpath d='M10 15h1.983v.992H10zM14 15h1.983v.992H14zM18 15h1.983v.992H18zM22 15.008h1.983V16H22zM10 32.008h1.983V33H10zM14 32.008h1.983V33H14zM18 32.008h1.983V33H18zM22 32.008h1.983V33H22zM26.017 32.008H28V33h-1.983zM10 15h.992v1.983H10zM10.008 23H11v1.983h-.992zM10.008 27.017H11V29h-.992zM10 31.017h.992V33H10zM27 23h.992v1.983H27zM10.008 19.008H11v1.983h-.992zM27 19.008h.992v1.983H27zM27 27h.992v1.983H27zM27.008 31.017H28V33h-.992zM26 15h2v1h-2zM27 15h1v2h-1z'/%3e%3c/g%3e%3cpath stroke='%23767676' stroke-linecap='round' stroke-miterlimit='10' fill='none' d='M19 21.5v5M21.5 24h-5'/%3e%3c/svg%3e");background-repeat:no-repeat}.img-icon-discussion-a{background-image:url(76198e88be2cf3fa2e3c62a23f63c6d4.svg);background-repeat:no-repeat}.img-icon-discussion-c{background-image:url(3568602bf4d2831a25decebb94885ca3.svg);background-repeat:no-repeat}.img-icon-discussion-c.svg{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-405' y='-0.814' style='display:inline;fill:%23272727;' width='1152.063' height='397.574'/%3e %3crect x='-405' y='-456' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cg%3e %3cpath style='fill:%23474747;' d='M53.967,37v76h-76V37H53.967 M54.967,36h-1h-76h-1v1v76v1h1h76h1v-1V37V36L54.967,36z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%2335C6CA;' d='M17.5,30c-2.337,0-4.635-0.607-6.66-1.759L4,30l2.056-6.343C4.71,21.512,4,19.041,4,16.499 C4,9.056,10.056,3,17.5,3C24.944,3,31,9.056,31,16.499C31,23.944,24.944,30,17.5,30z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%233DE2E2;' d='M17.5,3C13.524,3,9.955,4.738,7.482,7.482C9.876,5.326,13.032,4,16.5,4 C23.944,4,30,10.056,30,17.499c0,3.468-1.326,6.625-3.483,9.019C29.262,24.045,31,20.476,31,16.499C31,9.056,24.944,3,17.5,3z'/%3e %3c/g%3e %3cpath style='opacity:0.2;fill:%23303030;' d='M30.835,18.498C29.103,15.207,25.602,13,21.468,13C15.696,13,11,17.71,11,23.499 c0,2.051,0.556,3.941,1.511,5.541C14.091,29.67,15.784,30,17.5,30C24.263,30,29.864,24.996,30.835,18.498z'/%3e %3cpath style='fill:%234BEDD6;' d='M33.951,32.691l-1.332-4.099C33.489,27.006,34,25.038,34,23.234C34,17.495,29.374,13,23.468,13 C17.696,13,13,17.71,13,23.499C13,29.388,17.501,34,23.248,34c1.7,0,3.523-0.424,4.964-1.144l4.55,1.115l1.744,0.427 L33.951,32.691z M19.5,25c-0.828,0-1.5-0.672-1.5-1.5s0.672-1.5,1.5-1.5s1.5,0.672,1.5,1.5S20.328,25,19.5,25z M23.5,25 c-0.828,0-1.5-0.672-1.5-1.5s0.672-1.5,1.5-1.5s1.5,0.672,1.5,1.5S24.328,25,23.5,25z M27.5,25c-0.828,0-1.5-0.672-1.5-1.5 s0.672-1.5,1.5-1.5s1.5,0.672,1.5,1.5S28.328,25,27.5,25z'/%3e %3cpath style='fill:%234BFAE6;' d='M22.468,14C28.374,14,33,18.495,33,24.234c0,1.805-0.511,3.772-1.381,5.359l1.332,4.099 l0.115,0.355l1.44,0.353l-0.555-1.708l-1.332-4.099C33.489,27.006,34,25.038,34,23.234C34,17.495,29.374,13,23.468,13 c-3.132,0-5.939,1.393-7.859,3.587C17.448,14.981,19.843,14,22.468,14z'/%3e %3c/g%3e %3ccircle style='fill:%2334A8AB;' cx='23.5' cy='23.5' r='1.5'/%3e %3ccircle style='fill:%2334A8AB;' cx='19.5' cy='23.5' r='1.5'/%3e %3ccircle style='fill:%2334A8AB;' cx='27.5' cy='23.5' r='1.5'/%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-discussion{background-image:url(6989ef8deeb96495869943137e80deec.svg);background-repeat:no-repeat}.img-icon-document-2x-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V4c0-0.827,0.673-1.5,1.5-1.5h13.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M20.219,3l1.811,7.243l0.146,0.582l0.582,0.146L30,12.781V36c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1V4c0-0.551,0.449-1,1-1H20.219 M21,2H7C5.9,2,5,2.9,5,4v32c0,1.1,0.9,2,2,2h22c1.1,0,2-0.9,2-2V12l-8-2 L21,2L21,2z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M21.996,12.5c-0.825,0-1.496-0.673-1.496-1.5V2.5H21c0.133,0,0.259,0.052,0.354,0.146 l8.999,9.001C30.447,11.741,30.5,11.869,30.5,12v0.5H21.996z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M21,3l9,9h-8.004C21.447,12,21,11.551,21,11V3 M21,2h-1v9c0,1.1,0.898,2,1.996,2H31v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C21.519,2.105,21.265,2,21,2L21,2z'/%3e %3c/g%3e %3c/g%3e %3crect x='32' style='fill:%23FF3B30;' width='1' height='36'/%3e %3crect x='7.001' style='fill:%23FF3B30;' width='25.999' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-document-2x-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3crect x='7.001' y='0' style='fill:%23D0ECFA;' width='25.999' height='36'/%3e %3cg%3e %3cpath style='fill:%23D0ECFA;' d='M31,12v24c0,1.1-0.9,2-2,2H7c-1.1,0-2-0.9-2-2V4c0-1.1,0.9-2,2-2h14l2,8L31,12z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E0F3FF;' d='M31,12v22c0,1.1-0.9,2-2,2H7c-1.1,0-2-0.9-2-2V4c0-1.1,0.9-2,2-2h14l2,8L31,12z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23C6DCEA;' d='M31,13c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C21.519,3.105,21.265,3,21,3h-1v9 c0,1.1,0.898,2,1.996,2H31V13z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31,12c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C21.519,2.105,21.265,2,21,2h-1v9 c0,1.1,0.898,2,1.996,2H31V12z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23C6DCEA;' d='M21,2c0.265,0,0.519,0.105,0.706,0.292l9,9.003C30.895,11.481,31,11.735,31,12v1v23h1V13v-1 c0-0.527-0.214-1.042-0.588-1.414l-8.999-9.001C22.034,1.207,21.533,1,21,1l0,0h-1H7v1h13H21'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-document-2x{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V4c0-0.827,0.673-1.5,1.5-1.5h13.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M20.219,3l1.811,7.243l0.146,0.582l0.582,0.146L30,12.781V36c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1V4c0-0.551,0.449-1,1-1H20.219 M21,2H7C5.9,2,5,2.9,5,4v32c0,1.1,0.9,2,2,2h22c1.1,0,2-0.9,2-2V12l-8-2 L21,2L21,2z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E2E2E2;' d='M21.996,12.5c-0.825,0-1.496-0.673-1.496-1.5V2.5H21c0.133,0,0.259,0.052,0.354,0.146 l8.999,9.001C30.447,11.741,30.5,11.869,30.5,12v0.5H21.996z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M21,3l9,9h-8.004C21.447,12,21,11.551,21,11V3 M21,2h-1v9c0,1.1,0.898,2,1.996,2H31v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C21.519,2.105,21.265,2,21,2L21,2z'/%3e %3c/g%3e %3c/g%3e %3crect x='32' style='fill:%23767676;' width='1' height='36'/%3e %3crect x='7.001' style='fill:%23767676;' width='25.999' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-document-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 76 76' enable-background='new 0 0 76 76' xml:space='preserve'%3e %3cg id='Backgroud' display='none'%3e %3crect x='-589.5' y='-922.4' display='inline' fill='%23F3F3F3' width='1152.1' height='1932.6'/%3e %3cg display='inline'%3e %3cpath fill='%23DDDDDD' d='M76,0v76H0V0H76 M77-1h-1H0h-1v1v76v1h1h76h1v-1V0V-1L77-1z'/%3e %3c/g%3e %3c/g%3e %3cg id='Layer_1'%3e %3cg%3e %3cpath fill='%23FFFFFF' d='M13.3,5.7c-0.6,0-1,0.4-1,1v66.2c0,0.6,0.4,1,1,1h48c0.6,0,1-0.4,1-1V23.5c0-0.3-0.1-0.5-0.3-0.7L45.3,6 c-0.2-0.2-0.5-0.3-0.7-0.3H13.3z'/%3e %3cpath fill='%23FFECEB' d='M63.3,22.5v2H47.5c-1.7,0-3-1.4-3-3V5.6h2'/%3e %3cpath fill='none' stroke='%23FC3D39' stroke-width='2' stroke-miterlimit='10' d='M63.3,23.5v49.4c0,1.1-0.9,2-2,2h-48 c-1.1,0-2-0.9-2-2V6.7c0-1.1,0.9-2,2-2h31.3c0.5,0,1.1,0.2,1.4,0.6L62.7,22C63.1,22.4,63.3,22.9,63.3,23.5z'/%3e %3cpath fill='none' stroke='%23FC3D39' stroke-width='2' stroke-miterlimit='10' d='M63.3,23.5H47.5c-1.1,0-2-0.9-2-2V5.6'/%3e %3cpolyline fill='none' stroke='%23FC3D39' stroke-width='2' stroke-miterlimit='10' points='13.3,1.1 67.3,1.1 67.3,72.9 '/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-document-blank-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V2c0-0.827,0.673-1.5,1.5-1.5h15.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M22.219,1l1.811,7.243l0.146,0.582l0.582,0.146L32,10.781V36c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1V2c0-0.551,0.449-1,1-1H22.219 M23,0H7C5.9,0,5,0.9,5,2v34c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V10l-8-2 L23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M23.996,10.5C23.171,10.5,22.5,9.827,22.5,9V0.5H23c0.133,0,0.259,0.052,0.354,0.146l8.999,9.001 C32.447,9.741,32.5,9.869,32.5,10v0.5H23.996z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M23,1l9,9h-8.004C23.447,10,23,9.551,23,9V1 M23,0h-1v9c0,1.1,0.898,2,1.996,2H33v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-document-blank-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23D0ECFA;' d='M33,10v26c0,1.1-0.9,2-2,2H7c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h16l2,8L33,10z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E0F3FF;' d='M33,10v24c0,1.1-0.9,2-2,2H7c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h16l2,8L33,10z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23C6DCEA;' d='M33,11c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,1.105,23.265,1,23,1h-1v9 c0,1.1,0.898,2,1.996,2H33V11z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M33,10c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0h-1v9 c0,1.1,0.898,2,1.996,2H33V10z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-document-blank{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V2c0-0.827,0.673-1.5,1.5-1.5h15.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M22.219,1l1.811,7.243l0.146,0.582l0.582,0.146L32,10.781V36c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1V2c0-0.551,0.449-1,1-1H22.219 M23,0H7C5.9,0,5,0.9,5,2v34c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V10l-8-2 L23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E2E2E2;' d='M23.996,10.5C23.171,10.5,22.5,9.827,22.5,9V0.5H23c0.133,0,0.259,0.052,0.354,0.146l8.999,9.001 C32.447,9.741,32.5,9.869,32.5,10v0.5H23.996z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M23,1l9,9h-8.004C23.447,10,23,9.551,23,9V1 M23,0h-1v9c0,1.1,0.898,2,1.996,2H33v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-document-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 76 76' enable-background='new 0 0 76 76' xml:space='preserve'%3e %3cg id='Backgroud' display='none'%3e %3crect x='-589.5' y='-532.4' display='inline' fill='%23F3F3F3' width='1152.1' height='1932.6'/%3e %3crect x='-589.5' y='-37.8' display='inline' fill='%23272727' width='1152.1' height='397.6'/%3e %3cg display='inline'%3e %3cg%3e %3cpath fill='%23474747' d='M76,0v76H0V0H76 M77-1h-1H0h-1v1v76v1h1h76h1v-1V0V-1L77-1z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cg id='Layer_1'%3e %3cg%3e %3cg%3e %3cpolygon fill='%23D2EDFA' points='67,72.7 59.8,72.7 59.8,26.6 12,26.6 12,-0.1 67,-0.1 '/%3e %3c/g%3e %3cpath fill='%23E3E3E3' d='M62,22.6v2H46.1c-1.7,0-3-1.4-3-3V5.7h2'/%3e %3cpath fill='%23D2EDFA' d='M60,76H12c-1.7,0-3-1.3-3-3V6.9c0-1.7,1.3-3,3-3h31.3c0.8,0,1.6,0.3,2.1,0.9l16.7,16.7 c0.6,0.6,0.9,1.3,0.9,2.1V73C63,74.7,61.7,76,60,76z'/%3e %3cpath fill='%23E3F4FF' d='M60,72H12c-1.7,0-3-1.3-3-3V6.9c0-1.7,1.3-3,3-3h31.3c0.8,0,1.6,0.3,2.1,0.9l16.7,16.7 c0.6,0.6,0.9,1.3,0.9,2.1V69C63,70.7,61.7,72,60,72z'/%3e %3cpath opacity='0.5' fill='%23AEC6D6' d='M43.3,3.9c0.8,0,1.6,0.3,2.1,0.9l16.7,16.7c0.6,0.6,0.9,1.3,0.9,2.1v49.1h2V23.6 c0-1.3-0.5-2.6-1.5-3.6L46.8,3.3c-0.9-0.9-2.2-1.5-3.6-1.5H12v2H43.3z'/%3e %3cpath opacity='0.5' fill='%23AEC6D6' d='M63,25.6c0-0.8-0.3-3.6-0.9-4.1L45.4,4.7c-0.6-0.6-1.3-0.9-2.1-0.9h-0.2v19.7 c0,1.7,1.4,3,3,3H63V25.6z'/%3e %3cpath fill='%23FFFFFF' d='M63,23.6c0-0.8-0.3-1.6-0.9-2.1L45.4,4.7c-0.6-0.6-1.3-0.9-2.1-0.9h-0.2v17.7c0,1.7,1.4,3,3,3H63V23.6z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-document-multiple-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V6c0-0.827,0.673-1.5,1.5-1.5h11.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M18.219,5l1.811,7.243l0.146,0.582l0.582,0.146L28,14.781V36c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1V6c0-0.551,0.449-1,1-1H18.219 M19,4H7C5.9,4,5,4.9,5,6v30c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V14l-8-2 L19,4L19,4z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M19.996,14.5c-0.825,0-1.496-0.673-1.496-1.5V4.5H19c0.133,0,0.259,0.052,0.354,0.146 l8.999,9.001C28.447,13.741,28.5,13.869,28.5,14v0.5H19.996z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M19,5l9,9h-8.004C19.447,14,19,13.551,19,13V5 M19,4h-1v9c0,1.1,0.898,2,1.996,2H29v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C19.519,4.105,19.265,4,19,4L19,4z'/%3e %3c/g%3e %3c/g%3e %3crect x='32' style='fill:%23FF3B30;' width='1' height='35'/%3e %3crect x='30' y='2' style='fill:%23FF3B30;' width='1' height='34'/%3e %3crect x='8' style='fill:%23FF3B30;' width='25' height='1'/%3e %3crect x='7.001' y='2' style='fill:%23FF3B30;' width='23.999' height='1'/%3e %3crect x='11' y='32' style='fill:%23FF3B30;' width='12' height='1'/%3e %3crect x='11' y='29' style='fill:%23FF3B30;' width='12' height='1'/%3e %3crect x='11' y='26' style='fill:%23FF3B30;' width='12' height='1'/%3e %3crect x='11' y='23' style='fill:%23FF3B30;' width='12' height='1'/%3e %3crect x='11' y='20' style='fill:%23FF3B30;' width='12' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-document-multiple-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3crect x='9.083' y='0' style='fill:%23D0ECFA;' width='24' height='34'/%3e %3crect x='7.083' y='2' style='fill:%23D0ECFA;' width='24' height='34'/%3e %3cg%3e %3cpath style='fill:%23D0ECFA;' d='M29.083,14v22c0,1.1-0.9,2-2,2h-20c-1.1,0-2-0.9-2-2V6c0-1.1,0.9-2,2-2h12l2,8L29.083,14z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E0F3FF;' d='M29.083,14v20c0,1.1-0.9,2-2,2h-20c-1.1,0-2-0.9-2-2V6c0-1.1,0.9-2,2-2h12l2,8L29.083,14z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23C6DCEA;' d='M29.083,15c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C19.602,5.105,19.348,5,19.083,5h-1v9 c0,1.1,0.898,2,1.996,2h9.004V15z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M29.083,14c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C19.602,4.105,19.348,4,19.083,4h-1v9 c0,1.1,0.898,2,1.996,2h9.004V14z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23C6DCEA;' d='M19.083,4c0.265,0,0.519,0.105,0.706,0.292l9,9.003c0.188,0.187,0.293,0.441,0.293,0.706v1v21h1 V15v-1c0-0.527-0.214-1.042-0.588-1.414l-8.999-9.001C20.118,3.207,19.616,3,19.083,3l0,0h-1h-11v1h11H19.083'/%3e %3c/g%3e %3crect x='31.083' y='1' style='fill:%23C6DCEA;' width='1' height='33'/%3e %3crect x='9.083' y='1' style='fill:%23C6DCEA;' width='22' height='1'/%3e %3crect x='11.083' y='32' style='fill:%23ACC5D6;' width='12' height='1'/%3e %3crect x='11.083' y='29' style='fill:%23ACC5D6;' width='12' height='1'/%3e %3crect x='11.083' y='26' style='fill:%23ACC5D6;' width='12' height='1'/%3e %3crect x='11.083' y='23' style='fill:%23ACC5D6;' width='12' height='1'/%3e %3crect x='11.083' y='20' style='fill:%23ACC5D6;' width='12' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-document-multiple{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V6c0-0.827,0.673-1.5,1.5-1.5h11.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cpath style='fill:%23767676;' d='M18.219,5l1.811,7.243l0.146,0.582l0.582,0.146L28,14.781V36c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1V6c0-0.551,0.449-1,1-1H18.219 M19,4H7C5.9,4,5,4.9,5,6v30c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V14l-8-2 L19,4L19,4z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E2E2E2;' d='M19.996,14.5c-0.825,0-1.496-0.673-1.496-1.5V4.5H19c0.133,0,0.259,0.052,0.354,0.146 l8.999,9.001C28.447,13.741,28.5,13.869,28.5,14v0.5H19.996z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M19,5l9,9h-8.004C19.447,14,19,13.551,19,13V5 M19,4h-1v9c0,1.1,0.898,2,1.996,2H29v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C19.519,4.105,19.265,4,19,4L19,4z'/%3e %3c/g%3e %3c/g%3e %3crect x='32' style='fill:%23767676;' width='1' height='35'/%3e %3crect x='30' y='2' style='fill:%23767676;' width='1' height='34'/%3e %3crect x='8' style='fill:%23767676;' width='25' height='1'/%3e %3crect x='7.001' y='2' style='fill:%23767676;' width='23.999' height='1'/%3e %3crect x='11' y='32' style='fill:%23C1C3C2;' width='12' height='1'/%3e %3crect x='11' y='29' style='fill:%23C1C3C2;' width='12' height='1'/%3e %3crect x='11' y='26' style='fill:%23C1C3C2;' width='12' height='1'/%3e %3crect x='11' y='23' style='fill:%23C1C3C2;' width='12' height='1'/%3e %3crect x='11' y='20' style='fill:%23C1C3C2;' width='12' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-document-stack-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 76 76' enable-background='new 0 0 76 76' xml:space='preserve'%3e %3cg id='Backgroud' display='none'%3e %3crect x='-692.8' y='-922.4' display='inline' fill='%23F3F3F3' width='1152.1' height='1932.6'/%3e %3cg display='inline'%3e %3cpath fill='%23DDDDDD' d='M76,0v76H0V0H76 M77-1h-1H0h-1v1v76v1h1h76h1v-1V0V-1L77-1z'/%3e %3c/g%3e %3c/g%3e %3cg id='Layer_1'%3e %3cg%3e %3cpath fill='%23FFFFFF' d='M11.8,9.7c-0.6,0-1,0.4-1,1v62.2c0,0.6,0.4,1,1,1h44c0.6,0,1-0.4,1-1V27.5c0-0.3-0.1-0.5-0.3-0.7L39.8,10 c-0.2-0.2-0.5-0.3-0.7-0.3H11.8z'/%3e %3cpath fill='%23FFECEB' d='M57.8,26.5v2H41.9c-1.7,0-3-1.4-3-3V9.6h2'/%3e %3cpath fill='none' stroke='%23FC3D39' stroke-width='2' stroke-miterlimit='10' d='M57.8,27.5v45.4c0,1.1-0.9,2-2,2h-44 c-1.1,0-2-0.9-2-2V10.7c0-1.1,0.9-2,2-2h27.3c0.5,0,1.1,0.2,1.4,0.6L57.2,26C57.6,26.4,57.8,26.9,57.8,27.5z'/%3e %3cpath fill='none' stroke='%23FC3D39' stroke-width='2' stroke-miterlimit='10' d='M57.8,27.5H41.9c-1.1,0-2-0.9-2-2V9.6'/%3e %3cpolyline fill='none' stroke='%23FC3D39' stroke-width='2' stroke-miterlimit='10' points='11.8,5.1 61.8,5.1 61.8,72.9 '/%3e %3cpolyline fill='none' stroke='%23FC3D39' stroke-width='2' stroke-miterlimit='10' points='15.8,1.1 65.8,1.1 65.8,68.9 '/%3e %3cline fill='none' stroke='%23FC3D39' stroke-width='2' stroke-miterlimit='10' x1='20.1' y1='38.8' x2='47.5' y2='38.8'/%3e %3cline fill='none' stroke='%23FC3D39' stroke-width='2' stroke-miterlimit='10' x1='20.1' y1='45' x2='47.5' y2='45'/%3e %3cline fill='none' stroke='%23FC3D39' stroke-width='2' stroke-miterlimit='10' x1='20.1' y1='51.2' x2='47.5' y2='51.2'/%3e %3cline fill='none' stroke='%23FC3D39' stroke-width='2' stroke-miterlimit='10' x1='20.1' y1='63.5' x2='47.5' y2='63.6'/%3e %3cline fill='none' stroke='%23FC3D39' stroke-width='2' stroke-miterlimit='10' x1='20.1' y1='57.4' x2='47.5' y2='57.4'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-document-stack-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 76 76' enable-background='new 0 0 76 76' xml:space='preserve'%3e %3cg id='Backgroud' display='none'%3e %3crect x='-692.8' y='-532.4' display='inline' fill='%23F3F3F3' width='1152.1' height='1932.6'/%3e %3crect x='-692.8' y='-37.8' display='inline' fill='%23272727' width='1152.1' height='397.6'/%3e %3cg display='inline'%3e %3cg%3e %3cpath fill='%23474747' d='M76,0v76H0V0H76 M77-1h-1H0h-1v1v76v1h1h76h1v-1V0V-1L77-1z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cg id='Layer_1'%3e %3cg%3e %3cg%3e %3cpolygon fill='%23D2EDFA' points='67.2,68.7 62.1,68.7 62.1,5.8 16.2,5.8 16.2,0 67.2,0 '/%3e %3c/g%3e %3cg opacity='0.5'%3e %3cpolygon fill='%23AEC6D6' points='65.2,68.7 36.2,68.7 36.2,7.8 16.2,7.8 16.2,2 65.2,2 '/%3e %3c/g%3e %3cg%3e %3cpolygon fill='%23D2EDFA' points='63.2,72.7 34.2,72.7 34.2,9.8 12.2,9.8 12.2,4 63.2,4 '/%3e %3c/g%3e %3cpath fill='%23E3E3E3' d='M58.2,26.7v2H42.3c-1.7,0-3-1.4-3-3V9.8h2'/%3e %3cpath fill='%23D2EDFA' d='M56.2,76.1h-44c-1.7,0-3-1.3-3-3V10.9c0-1.7,1.3-3,3-3h27.3c0.8,0,1.6,0.3,2.1,0.9l16.7,16.7 c0.6,0.6,0.9,1.3,0.9,2.1v45.4C59.2,74.7,57.9,76.1,56.2,76.1z'/%3e %3cpath fill='%23E3F4FF' d='M56.2,72.1h-44c-1.7,0-3-1.3-3-3V10.9c0-1.7,1.3-3,3-3h27.3c0.8,0,1.6,0.3,2.1,0.9l16.7,16.7 c0.6,0.6,0.9,1.3,0.9,2.1v41.4C59.2,70.7,57.9,72.1,56.2,72.1z'/%3e %3cpath opacity='0.5' fill='%23AEC6D6' d='M39.5,7.9c0.8,0,1.6,0.3,2.1,0.9l16.7,16.7c0.6,0.6,0.9,1.3,0.9,2.1v45.1h2V27.7 c0-1.3-0.5-2.6-1.5-3.6L43,7.4c-0.9-0.9-2.2-1.5-3.6-1.5H12.2v2H39.5z'/%3e %3cpath opacity='0.5' fill='%23AEC6D6' d='M59.2,27.7c0-0.8-0.3-1.6-0.9-2.1L41.6,8.8c-0.6-0.6-1.3-0.9-2.1-0.9h-0.2v19.7 c0,1.7,1.4,3,3,3h16.9V27.7z'/%3e %3cpath fill='%23FFFFFF' d='M59.2,27.7c0-0.8-0.3-1.6-0.9-2.1L41.6,8.8c-0.6-0.6-1.3-0.9-2.1-0.9h-0.2v17.7c0,1.7,1.4,3,3,3h16.9V27.7 z'/%3e %3cline fill='none' stroke='%23AEC6D6' stroke-width='2' stroke-miterlimit='10' x1='20.5' y1='39' x2='47.9' y2='39'/%3e %3cline fill='none' stroke='%23AEC6D6' stroke-width='2' stroke-miterlimit='10' x1='20.5' y1='45.2' x2='47.9' y2='45.2'/%3e %3cline fill='none' stroke='%23AEC6D6' stroke-width='2' stroke-miterlimit='10' x1='20.5' y1='51.4' x2='47.9' y2='51.4'/%3e %3cline fill='none' stroke='%23AEC6D6' stroke-width='2' stroke-miterlimit='10' x1='20.5' y1='63.7' x2='47.9' y2='63.7'/%3e %3cline fill='none' stroke='%23AEC6D6' stroke-width='2' stroke-miterlimit='10' x1='20.5' y1='57.5' x2='47.9' y2='57.6'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-document-text-a{background-image:url(289bacec39a45ae335d9eadd9c65ec7c.svg);background-repeat:no-repeat}.img-icon-document-text-c{background-image:url(963958f32414e79128e113c10d7db3fa.svg);background-repeat:no-repeat}.img-icon-document-text{background-image:url(9124305abef20ce8618d7cb87829453a.svg);background-repeat:no-repeat}.img-icon-duplicate{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3e %3cg id='Icons'%3e %3cpath fill='none' stroke='%23000000' stroke-miterlimit='10' d='M20.5,4.955v17.037c0,0.818-0.663,1.481-1.481,1.481H1.981 c-0.818,0-1.481-0.663-1.481-1.481V4.955c0-0.818,0.663-1.481,1.481-1.481h17.037C19.837,3.473,20.5,4.136,20.5,4.955z'/%3e %3cpath fill='none' stroke='%23000000' stroke-miterlimit='10' d='M3.5,3.473V2.008c0-0.818,0.663-1.481,1.481-1.481h17.037 c0.818,0,1.481,0.663,1.481,1.481v17.037c0,0.818-0.663,1.481-1.481,1.481h-1.497'/%3e %3c/g%3e %3cg id='Labels'%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-enterprise-surveys-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-90' y='-128' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M59.117-25v76h-76v-76H59.117 M60.117-26h-1h-76h-1v1v76v1h1h76h1v-1v-76V-26L60.117-26z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M6,37.5c-0.827,0-1.5-0.673-1.5-1.5V6c0-0.827,0.673-1.5,1.5-1.5h24c0.827,0,1.5,0.673,1.5,1.5 v30c0,0.827-0.673,1.5-1.5,1.5H6z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M30,5c0.551,0,1,0.449,1,1v30c0,0.551-0.449,1-1,1H6c-0.551,0-1-0.449-1-1V6 c0-0.551,0.449-1,1-1H30 M30,4H6C4.9,4,4,4.9,4,6v30c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C32,4.9,31.1,4,30,4L30,4z'/%3e %3c/g%3e %3c/g%3e %3crect x='15' y='14' style='fill:%23FF3B30;' width='12' height='1'/%3e %3crect x='15' y='17' style='fill:%23FF3B30;' width='8' height='1'/%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M12,15v2h-2v-2H12 M13,14H9v4h4V14L13,14z'/%3e %3c/g%3e %3c/g%3e %3crect x='15' y='20' style='fill:%23FF3B30;' width='12' height='1'/%3e %3crect x='15' y='23' style='fill:%23FF3B30;' width='8' height='1'/%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M12,21v2h-2v-2H12 M13,20H9v4h4V20L13,20z'/%3e %3c/g%3e %3c/g%3e %3crect x='9' y='32' style='fill:%23FF3B30;' width='18' height='1'/%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M9.5,9.5V8c0-1.93,1.57-3.5,3.5-3.5h10c1.93,0,3.5,1.57,3.5,3.5v1.5H9.5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M23,5c1.654,0,3,1.346,3,3v1H10V8c0-1.654,1.346-3,3-3H23 M23,4H13c-2.209,0-4,1.791-4,4v2h18V8 C27,5.791,25.209,4,23,4L23,4z'/%3e %3c/g%3e %3c/g%3e %3ccircle style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' cx='18' cy='4.392' r='3'/%3e %3cg%3e %3cline style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' x1='9.5' y1='28' x2='12.5' y2='31'/%3e %3cline style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' x1='12.5' y1='28' x2='9.5' y2='31'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-enterprise-surveys-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-90' y='-128' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M59.117-25v76h-76v-76H59.117 M60.117-26h-1h-76h-1v1v76v1h1h76h1v-1v-76V-26L60.117-26z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23C3A15E;' d='M31,38H7c-1.1,0-2-0.9-2-2V6c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v30C33,37.1,32.1,38,31,38z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23A57D33;' d='M31,37H7c-1.1,0-2-0.9-2-2v1c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2v-1C33,36.1,32.1,37,31,37z'/%3e %3c/g%3e %3cg%3e %3crect x='7' y='7' style='fill:%23FFFFFF;' width='24' height='28'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E2E2E2;' d='M28,10V8c0-2.209-1.791-4-4-4H14c-2.209,0-4,1.791-4,4v2H28z'/%3e %3c/g%3e %3cg%3e %3ccircle style='fill:%23E2E2E2;' cx='19' cy='4.392' r='3'/%3e %3cpath style='fill:%23E2E2E2;' d='M19,7.893c-1.93,0-3.5-1.57-3.5-3.5s1.57-3.5,3.5-3.5s3.5,1.57,3.5,3.5S20.93,7.893,19,7.893z M19,1.893c-1.379,0-2.5,1.121-2.5,2.5s1.121,2.5,2.5,2.5s2.5-1.121,2.5-2.5S20.379,1.893,19,1.893z'/%3e %3c/g%3e %3ccircle style='fill:none;stroke:%23C1C3C3;stroke-miterlimit:10;' cx='19' cy='4' r='1.5'/%3e %3crect x='16' y='14' style='fill:%23C1C3C3;' width='12' height='1'/%3e %3crect x='16' y='17' style='fill:%23C1C3C3;' width='8' height='1'/%3e %3cg%3e %3crect x='10.5' y='14.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cpath style='fill:%23C1C3C3;' d='M13,15v2h-2v-2H13 M14,14h-4v4h4V14L14,14z'/%3e %3c/g%3e %3crect x='16' y='20' style='fill:%23C1C3C3;' width='12' height='1'/%3e %3crect x='16' y='23' style='fill:%23C1C3C3;' width='8' height='1'/%3e %3cg%3e %3crect x='10.5' y='20.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23C1C3C3;' d='M13,21v2h-2v-2H13 M14,20h-4v4h4V20L14,20z'/%3e %3c/g%3e %3c/g%3e %3crect x='10' y='32' style='fill:%23C1C3C3;' width='18' height='1'/%3e %3crect x='10' y='9' style='fill:%23C1C3C3;' width='18' height='1'/%3e %3cg%3e %3cline style='fill:%23FFFFFF;stroke:%23C1C3C3;stroke-miterlimit:10;' x1='10.5' y1='28' x2='13.5' y2='31'/%3e %3cline style='fill:%23FFFFFF;stroke:%23C1C3C3;stroke-miterlimit:10;' x1='13.5' y1='28' x2='10.5' y2='31'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-enterprise-surveys{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-90' y='-128' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M59.117-25v76h-76v-76H59.117 M60.117-26h-1h-76h-1v1v76v1h1h76h1v-1v-76V-26L60.117-26z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M6,37.5c-0.827,0-1.5-0.673-1.5-1.5V6c0-0.827,0.673-1.5,1.5-1.5h24c0.827,0,1.5,0.673,1.5,1.5 v30c0,0.827-0.673,1.5-1.5,1.5H6z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M30,5c0.551,0,1,0.449,1,1v30c0,0.551-0.449,1-1,1H6c-0.551,0-1-0.449-1-1V6 c0-0.551,0.449-1,1-1H30 M30,4H6C4.9,4,4,4.9,4,6v30c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C32,4.9,31.1,4,30,4L30,4z'/%3e %3c/g%3e %3c/g%3e %3crect x='15' y='14' style='fill:%23C1C3C2;' width='12' height='1'/%3e %3crect x='15' y='17' style='fill:%23C1C3C2;' width='8' height='1'/%3e %3cg%3e %3crect x='9.5' y='14.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23C0C2C1;' d='M12,15v2h-2v-2H12 M13,14H9v4h4V14L13,14z'/%3e %3c/g%3e %3c/g%3e %3crect x='15' y='20' style='fill:%23C1C3C2;' width='12' height='1'/%3e %3crect x='15' y='23' style='fill:%23C1C3C2;' width='8' height='1'/%3e %3cg%3e %3crect x='9.5' y='20.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23C0C2C1;' d='M12,21v2h-2v-2H12 M13,20H9v4h4V20L13,20z'/%3e %3c/g%3e %3c/g%3e %3crect x='9' y='32' style='fill:%23767675;' width='18' height='1'/%3e %3cg%3e %3cpath style='fill:%23E2E2E2;' d='M9.5,9.5V8c0-1.93,1.57-3.5,3.5-3.5h10c1.93,0,3.5,1.57,3.5,3.5v1.5H9.5z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M23,5c1.654,0,3,1.346,3,3v1H10V8c0-1.654,1.346-3,3-3H23 M23,4H13c-2.209,0-4,1.791-4,4v2h18V8 C27,5.791,25.209,4,23,4L23,4z'/%3e %3c/g%3e %3c/g%3e %3ccircle style='fill:%23E2E2E2;stroke:%23767676;stroke-miterlimit:10;' cx='18' cy='4.392' r='3'/%3e %3cg%3e %3cline style='fill:none;stroke:%23767675;stroke-miterlimit:10;' x1='9.5' y1='28' x2='12.5' y2='31'/%3e %3cline style='fill:none;stroke:%23767675;stroke-miterlimit:10;' x1='12.5' y1='28' x2='9.5' y2='31'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-exam-a{background-image:url("data:image/svg+xml,%3csvg id='icon-large-exam-a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38' enable-background='new 0 0 38 38'%3e%3cpath fill='%23fff' d='M7.074 37.5c-.868 0-1.574-.697-1.574-1.554V2.054C5.5 1.197 6.206.5 7.074.5h23.852c.868 0 1.574.697 1.574 1.554v33.892c0 .856-.706 1.554-1.574 1.554H7.074z'/%3e%3cpath fill='%23FF3B30' d='M30.926 1C31.518 1 32 1.473 32 2.054v33.892c0 .58-.482 1.054-1.074 1.054H7.074C6.482 37 6 36.527 6 35.946V2.054C6 1.474 6.482 1 7.074 1h23.852m0-1H7.074C5.93 0 5 .92 5 2.054v33.892C5 37.08 5.93 38 7.074 38h23.852C32.07 38 33 37.08 33 35.946V2.054C33 .92 32.07 0 30.926 0z'/%3e%3cpath fill='%23fff' stroke='%23FF3B30' stroke-linejoin='round' stroke-miterlimit='10' d='M18.508 11.5h3v3h-3z'/%3e%3cpath fill='%23FBE9E8' stroke='%23FBE9E8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M24.508 11.5h3v3h-3zM18.508 5.5h3v3h-3z'/%3e%3cpath fill='%23fff' stroke='%23FF3B30' stroke-linejoin='round' stroke-miterlimit='10' d='M24.508 5.5h3v3h-3z'/%3e%3cpath fill='%23FBE9E8' stroke='%23FBE9E8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M18.508 17.5h3v3h-3z'/%3e%3cpath fill='%23fff' stroke='%23FF3B30' stroke-linejoin='round' stroke-miterlimit='10' d='M24.508 17.5h3v3h-3z'/%3e%3cg fill='%23FF3B30'%3e%3cpath d='M10.008 24h1.983v.992H10.01zM14.008 24h1.983v.992H14.01zM18.008 24h1.983v.992H18.01zM22.008 24.008h1.983V25H22.01zM26.008 24h2v1h-2z'/%3e%3c/g%3e%3cpath fill='%23fff' stroke='%23FF3B30' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M10.508 5.5h5M10.508 8.5h3M10.508 11.5h5M10.508 14.5h3M10.508 17.5h5M10.508 20.5h3'/%3e%3cpath fill='%23fff' stroke='%23FF3B30' stroke-linejoin='round' stroke-miterlimit='10' d='M18.508 29.5h3v3h-3z'/%3e%3cpath fill='%23FBE9E8' stroke='%23FBE9E8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M24.508 29.5h3v3h-3z'/%3e%3cpath fill='%23fff' stroke='%23FF3B30' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M10.508 29.5h5M10.508 32.5h3'/%3e%3cpath stroke='%23CDCDCD' stroke-linecap='round' stroke-miterlimit='10' d='M7 22.5M11 25.5M7 25.5' fill='none'/%3e%3c/svg%3e");background-repeat:no-repeat}.img-icon-exam-c{background-image:url("data:image/svg+xml,%3csvg id='icon-large-exam-c' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38' enable-background='new 0 0 38 38'%3e%3cpath fill='%23fff' d='M30.926 38H7.074C5.93 38 5 37.08 5 35.946V2.054C5 .92 5.93 0 7.074 0h23.852C32.07 0 33 .92 33 2.054v33.892C33 37.08 32.07 38 30.926 38z'/%3e%3cpath fill='%23CEEAF8' d='M30.926 0H7.074C5.93 0 5 .92 5 2.054v33.892C5 37.08 5.93 38 7.074 38h23.852C32.07 38 33 37.08 33 35.946V2.054C33 .92 32.07 0 30.926 0z'/%3e%3cpath fill='%23DEF1FF' d='M30.926 0H7.074C5.93 0 5 .92 5 2.054v31.892C5 35.08 5.93 36 7.074 36h23.852C32.07 36 33 35.08 33 33.946V2.054C33 .92 32.07 0 30.926 0z'/%3e%3cpath stroke='%23AAC3D4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' fill='none' d='M18.508 11.5h3v3h-3z'/%3e%3cpath opacity='.5' fill='%23AAC3D4' stroke='%23AAC3D4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M24.508 11.5h3v3h-3zM18.508 5.5h3v3h-3z'/%3e%3cpath stroke='%23AAC3D4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' fill='none' d='M24.508 5.5h3v3h-3z'/%3e%3cpath opacity='.5' fill='%23AAC3D4' stroke='%23AAC3D4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M18.508 17.5h3v3h-3z'/%3e%3cpath stroke='%23AAC3D4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' fill='none' d='M24.508 17.5h3v3h-3z'/%3e%3cg fill='%23AAC3D4'%3e%3cpath d='M10.008 24h1.983v.992H10.01zM14.008 24h1.983v.992H14.01zM18.008 24h1.983v.992H18.01zM22.008 24.008h1.983V25H22.01zM26.008 24h2v1h-2z'/%3e%3c/g%3e%3cpath stroke='%23AAC3D4' stroke-linecap='round' stroke-miterlimit='10' fill='none' d='M10.508 5.5h5M10.508 8.5h3M10.508 11.5h5M10.508 14.5h3M10.508 17.5h5M10.508 20.5h3'/%3e%3cpath stroke='%23AAC3D4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' fill='none' d='M18.508 29.5h3v3h-3z'/%3e%3cpath opacity='.5' fill='%23AAC3D4' stroke='%23AAC3D4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M24.508 29.5h3v3h-3z'/%3e%3cpath stroke='%23AAC3D4' stroke-linecap='round' stroke-miterlimit='10' fill='none' d='M10.508 29.5h5M10.508 32.5h3'/%3e%3cpath stroke='%23CDCDCD' stroke-linecap='round' stroke-miterlimit='10' d='M7 22.5M11 25.5M7 25.5' fill='none'/%3e%3c/svg%3e");background-repeat:no-repeat}.img-icon-exam{background-image:url("data:image/svg+xml,%3csvg id='icon-large-exam' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38' enable-background='new 0 0 38 38'%3e%3cpath fill='%23fff' d='M7.074 37.5c-.868 0-1.574-.697-1.574-1.554V2.054C5.5 1.197 6.206.5 7.074.5h23.852c.868 0 1.574.697 1.574 1.554v33.892c0 .856-.706 1.554-1.574 1.554H7.074z'/%3e%3cpath fill='%23767676' d='M30.926 1C31.518 1 32 1.473 32 2.054v33.892c0 .58-.482 1.054-1.074 1.054H7.074C6.482 37 6 36.527 6 35.946V2.054C6 1.474 6.482 1 7.074 1h23.852m0-1H7.074C5.93 0 5 .92 5 2.054v33.892C5 37.08 5.93 38 7.074 38h23.852C32.07 38 33 37.08 33 35.946V2.054C33 .92 32.07 0 30.926 0z'/%3e%3cpath fill='%23fff' stroke='%23CDCDCD' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M18.508 11.5h3v3h-3z'/%3e%3cpath fill='%23E0E0E0' stroke='%23767676' stroke-linejoin='round' stroke-miterlimit='10' d='M24.508 11.5h3v3h-3zM18.508 5.5h3v3h-3z'/%3e%3cpath fill='%23fff' stroke='%23CDCDCD' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M24.508 5.5h3v3h-3z'/%3e%3cpath fill='%23E0E0E0' stroke='%23767676' stroke-linejoin='round' stroke-miterlimit='10' d='M18.508 17.5h3v3h-3z'/%3e%3cpath fill='%23fff' stroke='%23CDCDCD' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M24.508 17.5h3v3h-3z'/%3e%3cg fill='%23767676'%3e%3cpath d='M10.008 24h1.983v.992H10.01zM14.008 24h1.983v.992H14.01zM18.008 24h1.983v.992H18.01zM22.008 24.008h1.983V25H22.01zM26.008 24h2v1h-2z'/%3e%3c/g%3e%3cpath stroke='%23CDCDCD' stroke-linecap='round' stroke-miterlimit='10' fill='none' d='M10.508 5.5h5M10.508 8.5h3M10.508 11.5h5M10.508 14.5h3M10.508 17.5h5M10.508 20.5h3'/%3e%3cpath fill='%23fff' stroke='%23CDCDCD' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M18.508 29.5h3v3h-3z'/%3e%3cpath fill='%23E0E0E0' stroke='%23767676' stroke-linejoin='round' stroke-miterlimit='10' d='M24.508 29.5h3v3h-3z'/%3e%3cpath stroke='%23CDCDCD' stroke-linecap='round' stroke-miterlimit='10' fill='none' d='M10.508 29.5h5M10.508 32.5h3M7 22.5M11 25.5M7 25.5'/%3e%3c/svg%3e");background-repeat:no-repeat}.img-icon-folder-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M4.5,12.5V6c0-0.827,0.673-1.5,1.5-1.5h7.649c0.113,0,0.225,0.039,0.314,0.11l4.45,3.561 c0.267,0.212,0.6,0.329,0.939,0.329H32c0.827,0,1.5,0.673,1.5,1.5v2.5H4.5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M13.649,5L13.649,5L18.1,8.561C18.454,8.844,18.899,9,19.352,9H32c0.551,0,1,0.449,1,1v2H5V6 c0-0.551,0.449-1,1-1H13.649 M13.649,4H6C4.9,4,4,4.9,4,6v7h30v-3c0-1.1-0.9-2-2-2H19.352c-0.228,0-0.449-0.078-0.627-0.22 l-4.451-3.561C14.097,4.077,13.876,4,13.649,4L13.649,4z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M6,33.5c-0.827,0-1.5-0.673-1.5-1.5V12.5h29V32c0,0.827-0.673,1.5-1.5,1.5H6z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M33,13v19c0,0.551-0.449,1-1,1H6c-0.551,0-1-0.449-1-1V13H33 M34,12H4v20c0,1.1,0.9,2,2,2h26 c1.1,0,2-0.9,2-2V12L34,12z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-folder-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23166CAC;' d='M4,13V6c0-1.1,0.9-2,2-2h7.649c0.227,0,0.448,0.077,0.626,0.219l4.451,3.561 C18.903,7.922,19.124,8,19.352,8H32c1.1,0,2,0.9,2,2v3H4z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%230483FF;' d='M34,12v20c0,1.1-0.9,2-2,2H6c-1.1,0-2-0.9-2-2V12H34z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%230090FF;' d='M34,12v18c0,1.1-0.9,2-2,2H6c-1.1,0-2-0.9-2-2V12H34z'/%3e %3c/g%3e %3crect x='4' y='11' style='fill:%23095E94;' width='30' height='1'/%3e %3crect x='4' y='12' style='fill:%2325A5FB;' width='30' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-folder-c.svg{background-image:url(7094ad9af4a6d9cd53b19f58c8c0386b.svg);background-repeat:no-repeat}.img-icon-folder-open-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M4.5,12.5V6c0-0.827,0.673-1.5,1.5-1.5h7.649c0.113,0,0.225,0.039,0.314,0.11l4.45,3.561 c0.267,0.212,0.6,0.329,0.939,0.329H32c0.827,0,1.5,0.673,1.5,1.5v2.5H4.5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M13.649,5L13.649,5L18.1,8.561C18.454,8.844,18.899,9,19.352,9H32c0.551,0,1,0.449,1,1v2H5V6 c0-0.551,0.449-1,1-1H13.649 M13.649,4H6C4.9,4,4,4.9,4,6v7h30v-3c0-1.1-0.9-2-2-2H19.352c-0.228,0-0.449-0.078-0.627-0.22 l-4.451-3.561C14.097,4.077,13.876,4,13.649,4L13.649,4z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,33.5c-0.827,0-1.5-0.673-1.5-1.5L3.636,17.058c-0.018-0.143,0.025-0.281,0.12-0.39 C3.852,16.56,3.984,16.5,4.128,16.5h29.744c0.145,0,0.276,0.06,0.372,0.167c0.096,0.108,0.138,0.247,0.12,0.389l-1.86,14.881 C32.5,32.827,31.827,33.5,31,33.5H7z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M33.867,17l-1.86,14.876L32,31.938V32c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1v-0.062 l-0.008-0.062L4.129,17H33.867 M33.872,16H4.129c-0.599,0-1.063,0.525-0.989,1.12L5,32c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2 l1.86-14.881C34.934,16.525,34.471,16,33.872,16L33.872,16z'/%3e %3c/g%3e %3c/g%3e %3cpath style='fill:%23FF3B30;' d='M34.5,15h-31C3.225,15,3,14.775,3,14.5v0C3,14.225,3.225,14,3.5,14h31c0.275,0,0.5,0.225,0.5,0.5v0 C35,14.775,34.775,15,34.5,15z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-folder-open-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23166CAC;' d='M4,13V6c0-1.1,0.9-2,2-2h7.649c0.227,0,0.448,0.077,0.626,0.219l4.451,3.561 C18.903,7.922,19.124,8,19.352,8H32c1.1,0,2,0.9,2,2v3H4z'/%3e %3c/g%3e %3crect x='4' y='13' style='fill:%23095E94;' width='30' height='1'/%3e %3cg%3e %3cpath style='fill:%23C6DCEA;' d='M34.004,14c0.599,0,1.062,0.525,0.988,1.119L33.132,30c0,1.1-0.9,2-2,2h-24c-1.1,0-2-0.9-2-2 l-1.86-14.88C3.198,14.525,3.661,14,4.261,14H34.004z'/%3e %3c/g%3e %3cpath style='fill:%23FFFFFF;' d='M34.5,15h-31C3.225,15,3,14.775,3,14.5v0C3,14.225,3.225,14,3.5,14h31c0.275,0,0.5,0.225,0.5,0.5 v0C35,14.775,34.775,15,34.5,15z'/%3e %3cg%3e %3cpath style='fill:%230090FF;' d='M33.872,16c0.599,0,1.062,0.525,0.988,1.119L33,32c0,1.1-0.9,2-2,2H7c-1.1,0-2-0.9-2-2 L3.14,17.12C3.066,16.525,3.529,16,4.129,16H33.872z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%2325A5FB;' d='M4.259,18h29.483c0.434,0,0.79,0.283,0.925,0.666l0.193-1.547C34.934,16.525,34.471,16,33.872,16 H4.129c-0.599,0-1.063,0.525-0.989,1.12l0.193,1.546C3.468,18.283,3.825,18,4.259,18z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-folder-open-o{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3e %3cpath fill='none' stroke='%23FFFFFF' stroke-miterlimit='10' d='M22.784,7.5c0.43,0,0.764,0.299,0.71,0.681l-1.452,13.033 c0,0.707-0.647,1.286-1.438,1.286H3.355c-0.791,0-1.438-0.579-1.438-1.286L0.506,8.182C0.452,7.799,0.785,7.5,1.216,7.5H22.784z'/%3e %3cpath fill='none' stroke='%23FFFFFF' stroke-miterlimit='10' d='M1.511,7.462V2.5c0-0.791,0.308-1,1.099-1h5.544 c0.163,0,0.322,0.098,0.45,0.2l3.199,2.7c0.128,0.102,0.287,0.1,0.45,0.1H21.5c0.791,0,0.93,0.209,0.93,1v1.962'/%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-folder-open{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23D0E4FE;' d='M4.5,12.5V6c0-0.827,0.673-1.5,1.5-1.5h7.649c0.113,0,0.225,0.039,0.314,0.11l4.45,3.561 c0.267,0.212,0.6,0.329,0.939,0.329H32c0.827,0,1.5,0.673,1.5,1.5v2.5H4.5z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M13.649,5L13.649,5L18.1,8.561C18.454,8.844,18.899,9,19.352,9H32c0.551,0,1,0.449,1,1v2H5V6 c0-0.551,0.449-1,1-1H13.649 M13.649,4H6C4.9,4,4,4.9,4,6v7h30v-3c0-1.1-0.9-2-2-2H19.352c-0.228,0-0.449-0.078-0.627-0.22 l-4.451-3.561C14.097,4.077,13.876,4,13.649,4L13.649,4z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,33.5c-0.827,0-1.5-0.673-1.5-1.5L3.636,17.058c-0.018-0.143,0.025-0.281,0.12-0.39 C3.852,16.56,3.984,16.5,4.128,16.5h29.744c0.145,0,0.276,0.06,0.372,0.167c0.096,0.108,0.138,0.247,0.12,0.389l-1.86,14.881 C32.5,32.827,31.827,33.5,31,33.5H7z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M33.867,17l-1.86,14.876L32,31.938V32c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1v-0.062 l-0.008-0.062L4.129,17H33.867 M33.872,16H4.129c-0.599,0-1.063,0.525-0.989,1.12L5,32c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2 l1.86-14.881C34.934,16.525,34.471,16,33.872,16L33.872,16z'/%3e %3c/g%3e %3c/g%3e %3cpath style='fill:%23767676;' d='M34.5,15h-31C3.225,15,3,14.775,3,14.5v0C3,14.225,3.225,14,3.5,14h31c0.275,0,0.5,0.225,0.5,0.5v0 C35,14.775,34.775,15,34.5,15z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-folder{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23D0E4FE;' d='M4.5,12.5V6c0-0.827,0.673-1.5,1.5-1.5h7.649c0.113,0,0.225,0.039,0.314,0.11l4.45,3.561 c0.267,0.212,0.6,0.329,0.939,0.329H32c0.827,0,1.5,0.673,1.5,1.5v2.5H4.5z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M13.649,5L13.649,5L18.1,8.561C18.454,8.844,18.899,9,19.352,9H32c0.551,0,1,0.449,1,1v2H5V6 c0-0.551,0.449-1,1-1H13.649 M13.649,4H6C4.9,4,4,4.9,4,6v7h30v-3c0-1.1-0.9-2-2-2H19.352c-0.228,0-0.449-0.078-0.627-0.22 l-4.451-3.561C14.097,4.077,13.876,4,13.649,4L13.649,4z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M6,33.5c-0.827,0-1.5-0.673-1.5-1.5V12.5h29V32c0,0.827-0.673,1.5-1.5,1.5H6z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M33,13v19c0,0.551-0.449,1-1,1H6c-0.551,0-1-0.449-1-1V13H33 M34,12H4v20c0,1.1,0.9,2,2,2h26 c1.1,0,2-0.9,2-2V12L34,12z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-goals-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' d='M29.941,15.504L29.941,15.504c3.062,0,5.545-2.483,5.545-5.546 V7.422h-4.993'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' d='M7.017,15.504L7.017,15.504c-3.062,0-5.545-2.483-5.545-5.546 V7.422h5.006'/%3e %3cg id='Icons'%3e %3c/g%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' d='M20.317,14.543v12.285c0,3.826,2.15,6.927,4.803,6.927h0 H11.912h0c2.653,0,4.803-3.102,4.803-6.927V14.543H20.317z'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M11.209,37.5c-0.386,0-0.7-0.314-0.7-0.701v-2.599c0-0.386,0.314-0.701,0.7-0.701h14.599 c0.387,0,0.701,0.314,0.701,0.701v2.599c0,0.386-0.314,0.701-0.701,0.701H11.209z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M25.808,34c0.111,0,0.201,0.09,0.201,0.201v2.598c0,0.111-0.09,0.201-0.201,0.201H11.209 c-0.111,0-0.201-0.09-0.201-0.201v-2.598c0-0.111,0.09-0.201,0.201-0.201H25.808 M25.808,33H11.209 c-0.663,0-1.201,0.538-1.201,1.201v2.598c0,0.663,0.538,1.201,1.201,1.201h14.598c0.663,0,1.201-0.538,1.201-1.201v-2.598 C27.009,33.538,26.471,33,25.808,33L25.808,33z'/%3e %3c/g%3e %3c/g%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' d='M14.431,26.594c0,1.281,0.766,2.406,1.924,3.064l4.355-0.001 c1.158-0.659,1.924-1.784,1.924-3.064s-0.766-2.406-1.924-3.064l-4.355,0.001C15.196,24.188,14.431,25.313,14.431,26.594z'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' d='M31.479,4.496h-26c-0.552,0-1-0.448-1-1v-2 c0-0.552,0.448-1,1-1h26c0.552,0,1,0.448,1,1v2C32.479,4.048,32.032,4.496,31.479,4.496z'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' d='M30.476,4.496v7.6c0,6.62-5.365,11.987-11.984,11.987l0,0 c-6.618,0-11.984-5.367-11.984-11.987v-7.6H30.476z'/%3e %3cpolygon style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' points=' 18.492,7.949 19.883,10.912 22.992,11.387 20.742,13.693 21.273,16.949 18.492,15.412 15.711,16.949 16.242,13.693 13.992,11.387 17.101,10.912 '/%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-goals-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23FFC43F;' d='M29.969,16.006v-1c2.782,0,5.045-2.264,5.045-5.046V7.924h-4.493v-1h4.993 c0.276,0,0.5,0.224,0.5,0.5v2.536C36.014,13.293,33.302,16.006,29.969,16.006z'/%3e %3cpath style='fill:%23FFC43F;' d='M7.045,16.006C3.712,16.006,1,13.293,1,9.959V7.424c0-0.276,0.224-0.5,0.5-0.5h5.006v1H2v2.036 c0,2.783,2.263,5.046,5.045,5.046V16.006z'/%3e %3cpath style='fill:%23FFC43F;' d='M25.148,33.757L25.148,33.757l0-0.5c-2.372,0-4.303-2.883-4.303-6.428V14.044h-4.603v12.785 c0,3.544-1.931,6.428-4.303,6.428v0.5l0,0l0,0v0.5h13.208L25.148,33.757L25.148,33.757z'/%3e %3cpath style='fill:%23FFC43F;' d='M26.271,33.094C26.128,33.034,25.97,33,25.804,33l0,0H11.206l0,0 c-0.166,0-0.324,0.034-0.467,0.094c-0.431,0.182-0.733,0.609-0.733,1.106v2.598c0,0.497,0.302,0.924,0.733,1.106 C10.882,37.966,11.04,38,11.206,38l0,0h14.599l0,0c0.166,0,0.324-0.034,0.467-0.094c0.431-0.182,0.733-0.609,0.733-1.106v-2.598 C27.005,33.703,26.703,33.277,26.271,33.094z'/%3e %3cpath style='fill:%23FDB60E;' d='M16.25,23.031l-0.115,0.065c-1.085,0.617-1.814,1.574-2.069,2.652 c1.386,0.532,2.884,0.836,4.454,0.836c1.599,0,3.123-0.313,4.528-0.863c-0.261-1.068-0.987-2.014-2.063-2.626l-0.115-0.065 L16.25,23.031z'/%3e %3cpath style='fill:%23FFC43F;' d='M20.984,23.096l-0.115-0.065l-4.619,0.001l-0.115,0.065c-1.363,0.775-2.177,2.083-2.177,3.499 s0.813,2.724,2.177,3.499l0.115,0.065l4.619-0.001l0.115-0.065c1.363-0.775,2.177-2.083,2.177-3.499S22.348,23.871,20.984,23.096 z'/%3e %3cpath style='fill:%23FFC43F;' d='M20.984,23.096l-0.115-0.065l-4.619,0.001l-0.115,0.065c-1.363,0.775-2.177,2.083-2.177,3.499 s0.813,2.724,2.177,3.499l0.115,0.065l4.619-0.001l0.115-0.065c1.363-0.775,2.177-2.083,2.177-3.499S22.348,23.871,20.984,23.096 z'/%3e %3cpath style='fill:%23FDB60E;' d='M16.233,23.047l-0.115,0.065c-1.363,0.775-2.177,2.083-2.177,3.499s0.813,2.724,2.177,3.499 l0.115,0.065l1,0l-0.115-0.065c-1.363-0.775-2.177-2.083-2.177-3.499s0.813-2.724,2.177-3.499l0.115-0.065'/%3e %3cpath style='fill:%23FFC43F;' d='M6.035,3.998v8.1c0,6.886,5.601,12.487,12.484,12.487s12.483-5.602,12.483-12.487v-8.1H6.035z'/%3e %3cpath style='fill:%23FFD997;' d='M29.003,3.998v8.1c0,6.548-5.067,11.924-11.483,12.437c0.331,0.026,0.663,0.051,1,0.051 c6.884,0,12.483-5.602,12.483-12.487v-8.1H29.003z'/%3e %3cpath style='fill:%23FDB60E;' d='M8.035,12.098v-8.1h-2v8.1c0,6.886,5.601,12.487,12.484,12.487c0.337,0,0.669-0.024,1-0.051 C13.103,24.022,8.035,18.646,8.035,12.098z'/%3e %3cpolygon style='fill:%23FFD997;stroke:%23FDB60E;stroke-linejoin:round;stroke-miterlimit:10;' points='18.519,7.951 19.91,10.914 23.019,11.389 20.769,13.695 21.301,16.951 18.519,15.414 15.738,16.951 16.269,13.695 14.019,11.389 17.129,10.914 '/%3e %3cpath style='fill:%23FFC43F;' d='M31.507,0h-26c-0.827,0-1.5,0.673-1.5,1.5v2c0,0.827,0.673,1.5,1.5,1.5h26 c0.827,0,1.5-0.673,1.5-1.5v-2C33.007,0.673,32.334,0,31.507,0z'/%3e %3crect x='6.021' y='5.002' style='fill:%23FDB60E;' width='24.974' height='1.922'/%3e %3cpath style='fill:none;stroke:%23FFD997;stroke-linecap:round;stroke-miterlimit:10;' d='M21.05,25.446c0,0,1.531,1.156,0,2.469'/%3e %3cpath style='fill:%23FDB60E;' d='M15.301,30.83h6.484c-0.164-0.307-0.311-0.635-0.435-0.984h-5.614 C15.612,30.195,15.465,30.523,15.301,30.83z'/%3e %3c/g%3e %3cpath style='fill:%23FFD997;' d='M26.97,34c-0.07-0.407-0.333-0.749-0.703-0.906C26.123,33.034,25.965,33,25.799,33H11.201 c-0.166,0-0.324,0.034-0.467,0.094C10.363,33.251,10.1,33.593,10.03,34H26.97z'/%3e %3cpath style='fill:%23FDB60E;' d='M10.03,37c0.07,0.407,0.333,0.749,0.703,0.906C10.877,37.966,11.035,38,11.201,38h14.599 c0.166,0,0.324-0.034,0.467-0.094C26.637,37.749,26.9,37.407,26.97,37H10.03z'/%3e %3cpath style='fill:%23FFD997;' d='M32.915,1c-0.207-0.581-0.757-1-1.408-1h-26C4.856,0,4.306,0.419,4.099,1H32.915z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-goals{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' d='M29.941,15.504L29.941,15.504 c3.062,0,5.545-2.483,5.545-5.546V7.422h-4.993'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' d='M7.017,15.504L7.017,15.504 c-3.062,0-5.545-2.483-5.545-5.546V7.422h5.006'/%3e %3cg id='Icons'%3e %3c/g%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' d='M20.317,14.543v12.285 c0,3.826,2.15,6.927,4.803,6.927h0H11.912h0c2.653,0,4.803-3.102,4.803-6.927V14.543H20.317z'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M11.21,37.5c-0.387,0-0.701-0.314-0.701-0.701v-2.599c0-0.386,0.314-0.701,0.701-0.701h14.598 c0.387,0,0.701,0.314,0.701,0.701v2.599c0,0.386-0.314,0.701-0.701,0.701H11.21z'/%3e %3cpath style='fill:%23767676;' d='M25.808,34c0.111,0,0.201,0.09,0.201,0.201v2.598c0,0.111-0.09,0.201-0.201,0.201H11.209 c-0.111,0-0.201-0.09-0.201-0.201v-2.598c0-0.111,0.09-0.201,0.201-0.201H25.808 M25.808,33H11.209 c-0.663,0-1.201,0.538-1.201,1.201v2.598c0,0.663,0.538,1.201,1.201,1.201h14.598c0.663,0,1.201-0.538,1.201-1.201v-2.598 C27.009,33.538,26.471,33,25.808,33L25.808,33z'/%3e %3c/g%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' d='M14.431,26.594 c0,1.281,0.766,2.406,1.924,3.064l4.355-0.001c1.158-0.659,1.924-1.784,1.924-3.064s-0.766-2.406-1.924-3.064l-4.355,0.001 C15.196,24.188,14.431,25.313,14.431,26.594z'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' d='M31.479,4.496h-26c-0.552,0-1-0.448-1-1 v-2c0-0.552,0.448-1,1-1h26c0.552,0,1,0.448,1,1v2C32.479,4.048,32.032,4.496,31.479,4.496z'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' d='M30.476,4.496v7.6 c0,6.62-5.365,11.987-11.984,11.987l0,0c-6.618,0-11.984-5.367-11.984-11.987v-7.6H30.476z'/%3e %3cpolygon style='fill:%23FFF9CC;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' points='18.492,7.949 19.883,10.912 22.992,11.387 20.742,13.693 21.273,16.949 18.492,15.412 15.711,16.949 16.242,13.693 13.992,11.387 17.101,10.912 '/%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-grade-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-594' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M71.534,34v76h-76V34H71.534 M72.534,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L72.534,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M6,37.5c-0.827,0-1.5-0.673-1.5-1.5V2c0-0.827,0.673-1.5,1.5-1.5h14.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H6z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M20.219,1l1.811,7.243l0.146,0.582l0.582,0.146L30,10.781V36c0,0.551-0.449,1-1,1H6 c-0.551,0-1-0.449-1-1V2c0-0.551,0.449-1,1-1H20.219 M21,0H6C4.9,0,4,0.9,4,2v34c0,1.1,0.9,2,2,2h23c1.1,0,2-0.9,2-2V10l-8-2 L21,0L21,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M21.996,10.5C21.171,10.5,20.5,9.827,20.5,9V0.5H21c0.132,0,0.26,0.053,0.354,0.146l9,9.002 C30.446,9.741,30.5,9.869,30.5,10v0.5H21.996z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M21,1l9,9h-8.004C21.447,10,21,9.551,21,9V1 M21,0h-1v9c0,1.1,0.898,2,1.996,2H31v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C21.519,0.105,21.265,0,21,0L21,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M18.24,32.5c-0.161,0-0.32-0.087-0.415-0.228c-0.055-0.081-0.133-0.249-0.047-0.465L19.66,27.1 c0.026-0.063,0.063-0.12,0.11-0.167l9.754-9.754c0.284-0.284,0.661-0.44,1.062-0.44s0.778,0.156,1.062,0.44l1.41,1.41 c0.586,0.586,0.586,1.54,0,2.125l-9.752,9.752c-0.049,0.048-0.104,0.086-0.168,0.111l-4.708,1.883 C18.368,32.487,18.303,32.5,18.24,32.5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M30.587,17.239c0.268,0,0.52,0.104,0.709,0.294l1.41,1.41C32.896,19.133,33,19.385,33,19.652 c0,0.268-0.104,0.52-0.294,0.709l-9.753,9.753l-4.711,1.879l1.884-4.708l9.752-9.752 C30.067,17.344,30.319,17.239,30.587,17.239 M30.587,16.239c-0.513,0-1.025,0.196-1.416,0.587l-9.752,9.752 c-0.096,0.096-0.172,0.211-0.222,0.337l-1.883,4.708C17.037,32.313,17.573,33,18.24,33c0.123,0,0.25-0.023,0.378-0.074 l4.708-1.883c0.126-0.05,0.241-0.126,0.337-0.222l9.752-9.752c0.782-0.782,0.782-2.05,0-2.832l-1.41-1.41 C31.612,16.435,31.099,16.239,30.587,16.239L30.587,16.239z'/%3e %3c/g%3e %3c/g%3e %3crect x='27.233' y='19.506' transform='matrix(0.7071 0.7071 -0.7071 0.7071 23.0016 -15.5186)' style='fill:%23FF3B30;' width='6' height='1'/%3e %3crect x='19.748' y='27.991' transform='matrix(0.7071 0.7071 -0.7071 0.7071 26.5163 -7.0333)' style='fill:%23FF3B30;' width='4' height='1'/%3e %3c/g%3e %3crect x='9' y='15' style='fill:%23FF3B30;' width='17' height='1'/%3e %3crect x='9' y='19' style='fill:%23FF3B30;' width='10' height='1'/%3e %3crect x='9' y='23' style='fill:%23FF3B30;' width='6' height='1'/%3e %3crect x='9' y='31' style='fill:%23FF3B30;' width='6' height='1'/%3e %3crect x='9' y='27' style='fill:%23FF3B30;' width='6' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-grade-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-594' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M71.534,34v76h-76V34H71.534 M72.534,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L72.534,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23D0ECFA;' d='M31,10v26c0,1.1-0.9,2-2,2H6c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h15l2,8L31,10z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E0F3FF;' d='M31,10v24c0,1.1-0.9,2-2,2H6c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h15l2,8L31,10z'/%3e %3c/g%3e %3cg style='opacity:0.5;'%3e %3cpath style='fill:%23ACC5D6;' d='M31,11c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C21.519,1.105,21.265,1,21,1h-1v9 c0,1.1,0.898,2,1.996,2H31V11z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31,10c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C21.519,0.105,21.265,0,21,0h-1v9 c0,1.1,0.898,2,1.996,2H31V10z'/%3e %3c/g%3e %3crect x='9' y='15' style='fill:%23ACC5D6;' width='17' height='1'/%3e %3crect x='9' y='19' style='fill:%23ACC5D6;' width='10' height='1'/%3e %3crect x='9' y='23' style='fill:%23ACC5D6;' width='6' height='1'/%3e %3crect x='9' y='31' style='fill:%23ACC5D6;' width='6' height='1'/%3e %3crect x='9' y='27' style='fill:%23ACC5D6;' width='6' height='1'/%3e %3cg%3e %3cpath style='fill:%23FF9796;' d='M33.483,18.29l-1.44-1.44c-0.799-0.799-2.076-0.816-2.852-0.04l-1.403,1.403l4.332,4.332 l1.403-1.403C34.299,20.366,34.282,19.089,33.483,18.29z'/%3e %3cg%3e %3cg%3e %3cline style='fill:%23D0C6B8;' x1='18.205' y1='27.797' x2='18.205' y2='27.798'/%3e %3c/g%3e %3cline style='fill:%23D0C6B8;' x1='18.205' y1='27.797' x2='18.205' y2='27.798'/%3e %3crect x='27.001' y='19.402' transform='matrix(0.7071 0.7071 -0.7071 0.7071 23.143 -15.3266)' style='fill:%23CACACA;' width='6.142' height='1.74'/%3e %3crect x='27.452' y='18.312' transform='matrix(0.7071 0.7071 -0.7071 0.7071 22.0531 -14.8751)' style='fill:%23E4E1E7;' width='3.059' height='1.74'/%3e %3c/g%3e %3crect x='21.735' y='18.961' transform='matrix(0.7071 0.7071 -0.7071 0.7071 25.3239 -10.0606)' style='fill:%23EDBD00;' width='6.143' height='13.154'/%3e %3crect x='22.185' y='17.876' transform='matrix(0.7071 0.7071 -0.7071 0.7071 24.2381 -9.6108)' style='fill:%23FFD400;' width='3.072' height='13.154'/%3e %3cpath style='fill:%23EFD3AF;' d='M20.909,29.437c-1.199-1.199-2.508-1.832-2.926-1.416l-0.001,0l0,0l-0.289,4.615l4.629-0.271 h0.004C22.742,31.947,22.108,30.636,20.909,29.437z'/%3e %3cpath style='fill:%23333333;' d='M18.865,31.479c-0.435-0.435-0.911-0.665-1.063-0.514l0,0l0,0l-0.105,1.676l1.681-0.098h0.001 C19.531,32.391,19.301,31.915,18.865,31.479z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-grade-manual-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-716' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M52.817,34v76h-76V34H52.817 M53.817,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L53.817,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V2c0-0.827,0.673-1.5,1.5-1.5h15.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M22.219,1l1.811,7.243l0.146,0.582l0.582,0.146L32,10.781V36c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1V2c0-0.551,0.449-1,1-1H22.219 M23,0H7C5.9,0,5,0.9,5,2v34c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V10l-8-2 L23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M23.996,10.5C23.171,10.5,22.5,9.827,22.5,9V0.5H23c0.132,0,0.26,0.053,0.354,0.146l9,9.002 C32.446,9.741,32.5,9.869,32.5,10v0.5H23.996z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M23,1l9,9h-8.004C23.447,10,23,9.551,23,9V1 M23,0h-1v9c0,1.1,0.898,2,1.996,2H33v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3crect x='10' y='19' style='fill:%23FF3B30;' width='1.983' height='0.992'/%3e %3crect x='14' y='19' style='fill:%23FF3B30;' width='1.983' height='0.992'/%3e %3crect x='18' y='19' style='fill:%23FF3B30;' width='1.983' height='0.992'/%3e %3crect x='22' y='19.008' style='fill:%23FF3B30;' width='1.983' height='0.992'/%3e %3crect x='10' y='32.008' style='fill:%23FF3B30;' width='1.983' height='0.992'/%3e %3crect x='14' y='32.008' style='fill:%23FF3B30;' width='1.983' height='0.992'/%3e %3crect x='18' y='32.008' style='fill:%23FF3B30;' width='1.983' height='0.992'/%3e %3crect x='22' y='32.008' style='fill:%23FF3B30;' width='1.983' height='0.992'/%3e %3crect x='26.017' y='32.008' style='fill:%23FF3B30;' width='1.983' height='0.992'/%3e %3crect x='10' y='19' style='fill:%23FF3B30;' width='0.992' height='1.983'/%3e %3crect x='10.008' y='23' style='fill:%23FF3B30;' width='0.992' height='1.983'/%3e %3crect x='10.008' y='27.017' style='fill:%23FF3B30;' width='0.992' height='1.983'/%3e %3crect x='10' y='31.017' style='fill:%23FF3B30;' width='0.992' height='1.983'/%3e %3crect x='27' y='23' style='fill:%23FF3B30;' width='0.992' height='1.983'/%3e %3crect x='27' y='27' style='fill:%23FF3B30;' width='0.992' height='1.983'/%3e %3crect x='27.008' y='31.017' style='fill:%23FF3B30;' width='0.992' height='1.983'/%3e %3c/g%3e %3crect x='26' y='19' style='fill:%23FF3B30;' width='2' height='1'/%3e %3crect x='27' y='19' style='fill:%23FF3B30;' width='1' height='2'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-grade-manual-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-716' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M52.817,34v76h-76V34H52.817 M53.817,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L53.817,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23D0ECFA;' d='M33,10v26c0,1.1-0.9,2-2,2H7c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h16l2,8L33,10z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E0F3FF;' d='M33,10v24c0,1.1-0.9,2-2,2H7c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h16l2,8L33,10z'/%3e %3c/g%3e %3cg style='opacity:0.5;'%3e %3cpath style='fill:%23ACC5D6;' d='M33,11c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,1.105,23.265,1,23,1h-1v9 c0,1.1,0.898,2,1.996,2H33V11z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M33,10c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0h-1v9 c0,1.1,0.898,2,1.996,2H33V10z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3crect x='10' y='19' style='fill:%23ACC5D6;' width='1.983' height='0.992'/%3e %3crect x='14' y='19' style='fill:%23ACC5D6;' width='1.983' height='0.992'/%3e %3crect x='18' y='19' style='fill:%23ACC5D6;' width='1.983' height='0.992'/%3e %3crect x='22' y='19.008' style='fill:%23ACC5D6;' width='1.983' height='0.992'/%3e %3crect x='10' y='32.008' style='fill:%23ACC5D6;' width='1.983' height='0.992'/%3e %3crect x='14' y='32.008' style='fill:%23ACC5D6;' width='1.983' height='0.992'/%3e %3crect x='18' y='32.008' style='fill:%23ACC5D6;' width='1.983' height='0.992'/%3e %3crect x='22' y='32.008' style='fill:%23ACC5D6;' width='1.983' height='0.992'/%3e %3crect x='26.017' y='32.008' style='fill:%23ACC5D6;' width='1.983' height='0.992'/%3e %3crect x='10' y='19' style='fill:%23ACC5D6;' width='0.992' height='1.983'/%3e %3crect x='10.008' y='23' style='fill:%23ACC5D6;' width='0.992' height='1.983'/%3e %3crect x='10.008' y='27.017' style='fill:%23ACC5D6;' width='0.992' height='1.983'/%3e %3crect x='10' y='31.017' style='fill:%23ACC5D6;' width='0.992' height='1.983'/%3e %3crect x='27' y='23' style='fill:%23ACC5D6;' width='0.992' height='1.983'/%3e %3crect x='27' y='27' style='fill:%23ACC5D6;' width='0.992' height='1.983'/%3e %3crect x='27.008' y='31.017' style='fill:%23ACC5D6;' width='0.992' height='1.983'/%3e %3c/g%3e %3crect x='26' y='19' style='fill:%23ACC5D6;' width='2' height='1'/%3e %3crect x='27' y='19' style='fill:%23ACC5D6;' width='1' height='2'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-grade-manual{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-716' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M52.817,34v76h-76V34H52.817 M53.817,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L53.817,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V2c0-0.827,0.673-1.5,1.5-1.5h15.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M22.219,1l1.811,7.243l0.146,0.582l0.582,0.146L32,10.781V36c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1V2c0-0.551,0.449-1,1-1H22.219 M23,0H7C5.9,0,5,0.9,5,2v34c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V10l-8-2 L23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E2E2E2;' d='M23.996,10.5C23.171,10.5,22.5,9.827,22.5,9V0.5H23c0.132,0,0.26,0.053,0.354,0.146l9,9.002 C32.446,9.741,32.5,9.869,32.5,10v0.5H23.996z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M23,1l9,9h-8.004C23.447,10,23,9.551,23,9V1 M23,0h-1v9c0,1.1,0.898,2,1.996,2H33v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3crect x='10' y='19' style='fill:%23C0C2C1;' width='1.983' height='0.992'/%3e %3crect x='14' y='19' style='fill:%23C0C2C1;' width='1.983' height='0.992'/%3e %3crect x='18' y='19' style='fill:%23C0C2C1;' width='1.983' height='0.992'/%3e %3crect x='22' y='19.008' style='fill:%23C0C2C1;' width='1.983' height='0.992'/%3e %3crect x='10' y='32.008' style='fill:%23C0C2C1;' width='1.983' height='0.992'/%3e %3crect x='14' y='32.008' style='fill:%23C0C2C1;' width='1.983' height='0.992'/%3e %3crect x='18' y='32.008' style='fill:%23C0C2C1;' width='1.983' height='0.992'/%3e %3crect x='22' y='32.008' style='fill:%23C0C2C1;' width='1.983' height='0.992'/%3e %3crect x='26.017' y='32.008' style='fill:%23C0C2C1;' width='1.983' height='0.992'/%3e %3crect x='10' y='19' style='fill:%23C0C2C1;' width='0.992' height='1.983'/%3e %3crect x='10.008' y='23' style='fill:%23C0C2C1;' width='0.992' height='1.983'/%3e %3crect x='10.008' y='27.017' style='fill:%23C0C2C1;' width='0.992' height='1.983'/%3e %3crect x='10' y='31.017' style='fill:%23C0C2C1;' width='0.992' height='1.983'/%3e %3crect x='27' y='23' style='fill:%23C0C2C1;' width='0.992' height='1.983'/%3e %3crect x='27' y='27' style='fill:%23C0C2C1;' width='0.992' height='1.983'/%3e %3crect x='27.008' y='31.017' style='fill:%23C0C2C1;' width='0.992' height='1.983'/%3e %3c/g%3e %3crect x='26' y='19' style='fill:%23C0C2C1;' width='2' height='1'/%3e %3crect x='27' y='19' style='fill:%23C0C2C1;' width='1' height='2'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-grade-overall-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-716' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M8,37.5c-1.93,0-3.5-1.57-3.5-3.5V4h29v30c0,1.93-1.57,3.5-3.5,3.5H8z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M33,4.5V34c0,1.654-1.346,3-3,3H8c-1.654,0-3-1.346-3-3V4.5H33 M34,3.5H4V34c0,2.2,1.8,4,4,4h22 c2.2,0,4-1.8,4-4V3.5L34,3.5z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7.5,6.5c-1.654,0-3-1.346-3-3s1.346-3,3-3h26v6H7.5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M33,1v5H7.5C6.122,6,5,4.879,5,3.5S6.122,1,7.5,1H33 M34,0H7.5C5.575,0,4,1.575,4,3.5 S5.575,7,7.5,7H34V0L34,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='33' y='1' style='fill:%23FFFFFF;' width='1' height='5'/%3e %3crect x='8' y='2' style='fill:%23FF3B30;' width='26' height='1'/%3e %3crect x='8' y='4' style='fill:%23FF3B30;' width='26' height='1'/%3e %3crect x='8' y='7' style='fill:%23FF3B30;' width='1' height='30'/%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M28.8,32.5c-0.131,0-0.26-0.037-0.372-0.107L21,28.355l-7.455,4.054 C13.46,32.463,13.331,32.5,13.2,32.5c-0.386,0-0.7-0.314-0.7-0.7V6.5h17v25.3c0,0.193-0.076,0.373-0.216,0.505 C29.153,32.431,28.98,32.5,28.8,32.5L28.8,32.5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M29,7v24.8c0,0.117-0.096,0.2-0.2,0.2c-0.035,0-0.072-0.01-0.106-0.031L21,27.786l-7.694,4.184 C13.272,31.99,13.236,32,13.2,32c-0.104,0-0.2-0.083-0.2-0.2V7H29 M30,6h-1H13h-1v1v24.8c0,0.662,0.539,1.2,1.2,1.2 c0.21,0,0.416-0.055,0.599-0.161L21,28.924l7.201,3.916C28.383,32.945,28.589,33,28.8,33c0.662,0,1.2-0.538,1.2-1.2V7V6L30,6z' /%3e %3c/g%3e %3c/g%3e %3cpolygon style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' points=' 21.006,14 22.553,17.135 26.013,17.637 23.509,20.077 24.1,23.523 21.006,21.896 17.912,23.523 18.503,20.077 16,17.637 19.459,17.135 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-grade-overall-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-716' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23C46FD4;' d='M4,3.5V34c0,2.2,1.8,4,4,4h22c2.2,0,4-1.8,4-4V3.5H4z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23975CA3;' d='M34,7H7.5C5.575,7,4,5.425,4,3.5v0C4,1.575,5.575,0,7.5,0H34V7z'/%3e %3c/g%3e %3cpath style='fill:%23975CA3;' d='M8,3.5H4V34c0,2.2,1.8,4,4,4V3.5z'/%3e %3cg%3e %3cpath style='fill:%23E1F3FF;' d='M4.164,4.5C4.599,5.938,5.925,7,7.5,7H34V2H7.5C5.925,2,4.599,3.062,4.164,4.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23D69AE1;' d='M33,1v5H7.5C6.121,6,5,4.879,5,3.5S6.121,1,7.5,1H33 M34,0H7.5C5.575,0,4,1.575,4,3.5 C4,5.425,5.575,7,7.5,7H34V0L34,0z'/%3e %3c/g%3e %3crect x='33' y='2' style='fill:%23E1F3FF;' width='1' height='4'/%3e %3crect x='8' y='2' style='fill:%23C6DCEA;' width='26' height='1'/%3e %3crect x='32' y='1' style='fill:%23975CA3;' width='2' height='1'/%3e %3crect x='8' y='4' style='fill:%23C6DCEA;' width='26' height='1'/%3e %3crect x='10.022' y='4' style='fill:%23975CA3;' width='4.312' height='2'/%3e %3cpath style='fill:%237B5081;' d='M28.82,32.431h-1.026C27.913,32.245,28,32.036,28,31.8V8V7h-1h-7.01v22.462l6.211,3.377 c0.149,0.086,0.315,0.129,0.486,0.146v0.008h0.063C26.766,32.994,26.782,33,26.8,33c0.012,0,0.021-0.006,0.033-0.007h1.988 V32.431z M26.802,31.999L26.8,32l0,0L26.802,31.999z'/%3e %3cpath style='fill:%237B5081;' d='M12,7h-1v1v23.8c0,0.63,0.493,1.134,1.111,1.182v0.011h0.056c0.012,0,0.021,0.007,0.033,0.007 c0.017,0,0.034-0.006,0.051-0.007h1.018v-0.265h-0.266L20,28.924l0.014,0.008v-1.138V7H12z M12.201,32L12.201,32l-0.004-0.001 L12.201,32z M12.306,31.969c-0.004,0.003-0.009,0.002-0.014,0.004C12.297,31.971,12.302,31.972,12.306,31.969L20,27.786 L12.306,31.969z'/%3e %3cpath style='fill:%23985CA3;' d='M29,7H13h-1v1v23.8c0,0.662,0.539,1.2,1.2,1.2c0.21,0,0.417-0.055,0.599-0.161L21,28.924 l7.201,3.916C28.383,32.945,28.589,33,28.8,33c0.662,0,1.2-0.538,1.2-1.2V8V7H29z M13.055,31.929 c0.007,0.008,0.015,0.015,0.023,0.022C13.069,31.943,13.062,31.937,13.055,31.929z M13.197,31.999L13.201,32L13.2,32 L13.197,31.999z M21,27.786l-7.694,4.184c-0.004,0.003-0.009,0.002-0.014,0.004c0.005-0.002,0.009-0.001,0.014-0.004L21,27.786 l7.694,4.184c0.004,0.003,0.009,0.002,0.014,0.004c-0.004-0.002-0.009-0.001-0.014-0.004L21,27.786z M28.799,32l0.004-0.001 L28.799,32L28.799,32z M28.922,31.951c0.008-0.007,0.016-0.014,0.023-0.022C28.938,31.937,28.931,31.943,28.922,31.951z'/%3e %3cg%3e %3cpolygon style='fill:%23C46FD4;' points='21.006,14 22.553,17.135 26.013,17.637 23.509,20.077 24.1,23.523 21.006,21.896 17.912,23.523 18.503,20.077 16,17.637 19.459,17.135 '/%3e %3cpath style='fill:%23FFFFFF;' d='M24.101,24.022c-0.08,0-0.159-0.019-0.232-0.058l-2.862-1.505l-2.861,1.505 c-0.167,0.089-0.373,0.075-0.526-0.038c-0.154-0.111-0.231-0.301-0.199-0.489l0.547-3.186l-2.314-2.256 c-0.137-0.133-0.186-0.332-0.127-0.513c0.059-0.182,0.215-0.313,0.403-0.341l3.199-0.465l1.431-2.899 c0.168-0.34,0.729-0.34,0.896,0l1.432,2.899l3.199,0.465c0.188,0.027,0.345,0.159,0.403,0.341 c0.059,0.181,0.01,0.38-0.127,0.513l-2.314,2.256l0.547,3.186c0.032,0.188-0.045,0.378-0.199,0.489 C24.308,23.99,24.204,24.022,24.101,24.022z M21.006,21.396c0.08,0,0.16,0.02,0.232,0.058l2.198,1.155l-0.42-2.446 c-0.027-0.163,0.026-0.328,0.145-0.443l1.777-1.732l-2.457-0.356c-0.162-0.024-0.304-0.126-0.376-0.273l-1.1-2.227l-1.099,2.227 c-0.072,0.147-0.214,0.249-0.376,0.273l-2.457,0.356l1.777,1.732c0.118,0.115,0.172,0.28,0.145,0.443l-0.42,2.446l2.197-1.155 C20.846,21.415,20.926,21.396,21.006,21.396z'/%3e %3c/g%3e %3cpolygon style='fill:%23C46FD4;' points='29.984,7 12.022,7 10.022,4 27.984,4 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-grade-overall{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-716' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M8,37.5c-1.93,0-3.5-1.57-3.5-3.5V4h29v30c0,1.93-1.57,3.5-3.5,3.5H8z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M33,4.5V34c0,1.654-1.346,3-3,3H8c-1.654,0-3-1.346-3-3V4.5H33 M34,3.5H4V34c0,2.2,1.8,4,4,4h22 c2.2,0,4-1.8,4-4V3.5L34,3.5z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7.5,6.5c-1.654,0-3-1.346-3-3s1.346-3,3-3h26v6H7.5z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M33,1v5H7.5C6.122,6,5,4.879,5,3.5S6.122,1,7.5,1H33 M34,0H7.5C5.575,0,4,1.575,4,3.5 S5.575,7,7.5,7H34V0L34,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='33' y='1' style='fill:%23FFFFFF;' width='1' height='5'/%3e %3crect x='8' y='2' style='fill:%23767676;' width='26' height='1'/%3e %3crect x='8' y='4' style='fill:%23767676;' width='26' height='1'/%3e %3crect x='8' y='7' style='fill:%23767676;' width='1' height='30'/%3e %3cg%3e %3cpath style='fill:%23F5D0EF;' d='M28.8,32.5c-0.131,0-0.26-0.037-0.372-0.107L21,28.355l-7.455,4.054 C13.46,32.463,13.331,32.5,13.2,32.5c-0.386,0-0.7-0.314-0.7-0.7V6.5h17v25.3c0,0.193-0.076,0.373-0.216,0.505 C29.153,32.431,28.98,32.5,28.8,32.5L28.8,32.5z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M29,7v24.8c0,0.117-0.096,0.2-0.2,0.2c-0.035,0-0.072-0.01-0.106-0.031L21,27.786l-7.694,4.184 C13.272,31.99,13.236,32,13.2,32c-0.104,0-0.2-0.083-0.2-0.2V7H29 M30,6h-1H13h-1v1v24.8c0,0.662,0.539,1.2,1.2,1.2 c0.21,0,0.416-0.055,0.599-0.161L21,28.924l7.201,3.916C28.383,32.945,28.589,33,28.8,33c0.662,0,1.2-0.538,1.2-1.2V7V6L30,6z' /%3e %3c/g%3e %3c/g%3e %3cpolygon style='fill:%23FFFFFF;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' points='21.006,14 22.553,17.135 26.013,17.637 23.509,20.077 24.1,23.523 21.006,21.896 17.912,23.523 18.503,20.077 16,17.637 19.459,17.135 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-grade{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-594' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M71.534,34v76h-76V34H71.534 M72.534,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L72.534,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M6,37.5c-0.827,0-1.5-0.673-1.5-1.5V2c0-0.827,0.673-1.5,1.5-1.5h14.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H6z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M20.219,1l1.811,7.243l0.146,0.582l0.582,0.146L30,10.781V36c0,0.551-0.449,1-1,1H6 c-0.551,0-1-0.449-1-1V2c0-0.551,0.449-1,1-1H20.219 M21,0H6C4.9,0,4,0.9,4,2v34c0,1.1,0.9,2,2,2h23c1.1,0,2-0.9,2-2V10l-8-2 L21,0L21,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E2E2E2;' d='M21.996,10.5C21.171,10.5,20.5,9.827,20.5,9V0.5H21c0.132,0,0.26,0.053,0.354,0.146l9,9.002 C30.446,9.741,30.5,9.869,30.5,10v0.5H21.996z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M21,1l9,9h-8.004C21.447,10,21,9.551,21,9V1 M21,0h-1v9c0,1.1,0.898,2,1.996,2H31v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C21.519,0.105,21.265,0,21,0L21,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFF9CC;' d='M18.24,32.5c-0.161,0-0.32-0.087-0.415-0.228c-0.055-0.081-0.133-0.249-0.047-0.465L19.66,27.1 c0.026-0.063,0.063-0.12,0.11-0.167l9.754-9.754c0.284-0.284,0.661-0.44,1.062-0.44s0.778,0.156,1.062,0.44l1.41,1.41 c0.586,0.586,0.586,1.54,0,2.125l-9.752,9.752c-0.049,0.048-0.104,0.086-0.168,0.111l-4.708,1.883 C18.368,32.487,18.303,32.5,18.24,32.5z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M30.587,17.239c0.268,0,0.52,0.104,0.709,0.294l1.41,1.41C32.896,19.133,33,19.385,33,19.652 c0,0.268-0.104,0.52-0.294,0.709l-9.753,9.753l-4.711,1.879l1.884-4.708l9.752-9.752 C30.067,17.344,30.319,17.239,30.587,17.239 M30.587,16.239c-0.513,0-1.025,0.196-1.416,0.587l-9.752,9.752 c-0.096,0.096-0.172,0.211-0.222,0.337l-1.883,4.708C17.037,32.313,17.573,33,18.24,33c0.123,0,0.25-0.023,0.378-0.074 l4.708-1.883c0.126-0.05,0.241-0.126,0.337-0.222l9.752-9.752c0.782-0.782,0.782-2.05,0-2.832l-1.41-1.41 C31.612,16.435,31.099,16.239,30.587,16.239L30.587,16.239z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFD8D6;' d='M31.646,21.42l1.059-1.058c0.189-0.189,0.294-0.441,0.294-0.709c0-0.268-0.104-0.52-0.294-0.709 l-1.41-1.41c-0.189-0.189-0.441-0.294-0.709-0.294c-0.268,0-0.52,0.104-0.709,0.294l-1.058,1.058'/%3e %3c/g%3e %3crect x='27.233' y='19.506' transform='matrix(0.7071 0.7071 -0.7071 0.7071 23.0016 -15.5186)' style='fill:%23767676;' width='6' height='1'/%3e %3crect x='19.748' y='27.991' transform='matrix(0.7071 0.7071 -0.7071 0.7071 26.5163 -7.0333)' style='fill:%23767676;' width='4' height='1'/%3e %3c/g%3e %3crect x='9' y='15' style='fill:%23C1C3C2;' width='17' height='1'/%3e %3crect x='9' y='19' style='fill:%23C1C3C2;' width='10' height='1'/%3e %3crect x='9' y='23' style='fill:%23C1C3C2;' width='6' height='1'/%3e %3crect x='9' y='31' style='fill:%23C1C3C2;' width='6' height='1'/%3e %3crect x='9' y='27' style='fill:%23C1C3C2;' width='6' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-groups-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-594' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M71.534-24v76h-76v-76H71.534 M72.534-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L72.534-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cline style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' x1='30' y1='20.95' x2='26' y2='25.95'/%3e %3cline style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' x1='8' y1='20.95' x2='12' y2='25.95'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' d='M7,7.45c-3.59,0-6.5,3.264-6.5,7.29 c0,1.357,0.336,2.622,0.912,3.71h11.176c0.576-1.088,0.912-2.353,0.912-3.71C13.5,10.714,10.59,7.45,7,7.45z'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,11.45c-2.481,0-4.5-2.467-4.5-5.5s2.019-5.5,4.5-5.5s4.5,2.467,4.5,5.5S9.481,11.45,7,11.45z' /%3e %3cpath style='fill:%23FF3B30;' d='M7,0.95c2.206,0,4,2.243,4,5s-1.794,5-4,5s-4-2.243-4-5S4.794,0.95,7,0.95 M7-0.05 c-2.761,0-5,2.686-5,6s2.239,6,5,6s5-2.686,5-6S9.761-0.05,7-0.05L7-0.05z'/%3e %3c/g%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' d='M31,7.45c-3.59,0-6.5,3.264-6.5,7.29 c0,1.357,0.336,2.622,0.912,3.71h11.176c0.576-1.088,0.912-2.353,0.912-3.71C37.5,10.714,34.59,7.45,31,7.45z'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31,11.45c-2.481,0-4.5-2.467-4.5-5.5s2.019-5.5,4.5-5.5s4.5,2.467,4.5,5.5 S33.481,11.45,31,11.45z'/%3e %3cpath style='fill:%23FF3B30;' d='M31,0.95c2.206,0,4,2.243,4,5s-1.794,5-4,5s-4-2.243-4-5S28.794,0.95,31,0.95 M31-0.05 c-2.761,0-5,2.686-5,6s2.239,6,5,6s5-2.686,5-6S33.761-0.05,31-0.05L31-0.05z'/%3e %3c/g%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' d='M19,26.45c-3.59,0-6.5,3.264-6.5,7.29 c0,1.357,0.336,2.622,0.912,3.71h11.176c0.576-1.088,0.912-2.353,0.912-3.71C25.5,29.714,22.59,26.45,19,26.45z'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19,30.45c-2.481,0-4.5-2.467-4.5-5.5s2.019-5.5,4.5-5.5s4.5,2.467,4.5,5.5 S21.481,30.45,19,30.45z'/%3e %3cpath style='fill:%23FF3B30;' d='M19,19.95c2.206,0,4,2.243,4,5s-1.794,5-4,5s-4-2.243-4-5S16.794,19.95,19,19.95 M19,18.95 c-2.761,0-5,2.686-5,6s2.239,6,5,6s5-2.686,5-6S21.761,18.95,19,18.95L19,18.95z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-groups-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-594' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M71.534-24v76h-76v-76H71.534 M72.534-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L72.534-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23C46FD4;' d='M31,7.5c-3.59,0-6.5,3.264-6.5,7.29c0,1.357,0.336,2.622,0.912,3.71h11.176 c0.576-1.088,0.912-2.353,0.912-3.71C37.5,10.764,34.59,7.5,31,7.5z'/%3e %3cg%3e %3cpath style='fill:%23975CA3;' d='M25.721,18C25.248,17.01,25,15.906,25,14.79c0-3.692,2.619-6.699,5.864-6.782l0.009-1.001 C27.073,7.083,24,10.542,24,14.79c0,1.38,0.336,2.743,0.97,3.943L25.111,19h11.777l-0.609-1H25.721z'/%3e %3cpath style='fill:%23D69AE1;' d='M38,14.79C38,10.494,34.859,7,31,7c-0.043,0-0.084,0.006-0.127,0.007l-0.009,1.001 C30.91,8.007,30.954,8,31,8c3.309,0,6,3.046,6,6.79c0,1.116-0.248,2.22-0.721,3.21l0.609,1l0.142-0.267 C37.664,17.533,38,16.17,38,14.79z'/%3e %3c/g%3e %3cpath style='fill:%238A4D8C;' d='M25.388,10.156C26.489,11.588,28.146,12.5,30,12.5c1.656,0,3.155-0.727,4.24-1.902 c0.489-0.529,0.888-1.152,1.185-1.838C34.219,7.661,32.678,7,31,7c-0.043,0-0.084,0.006-0.127,0.007 C28.627,7.052,26.642,8.284,25.388,10.156z'/%3e %3cpath style='fill:%23C46FD4;' d='M31,11.5c-2.481,0-4.5-2.468-4.5-5.5s2.019-5.5,4.5-5.5s4.5,2.468,4.5,5.5S33.481,11.5,31,11.5z' /%3e %3cg%3e %3cpath style='fill:none;' d='M31,1c-1.137,0-2.159,0.603-2.888,1.558l5.765,6.901C34.569,8.559,35,7.343,35,6 C35,3.243,33.206,1,31,1z'/%3e %3cpath style='fill:%23D69AE1;' d='M31,1c2.206,0,4,2.243,4,5c0,1.343-0.431,2.559-1.123,3.458l0.657,0.786 C35.439,9.159,36,7.658,36,6c0-3.314-2.239-6-5-6c-1.386,0-2.64,0.677-3.545,1.77l0.658,0.787C28.841,1.603,29.863,1,31,1z'/%3e %3cpath style='fill:%23975CA3;' d='M31,12c1.38,0,2.629-0.671,3.534-1.755l-0.657-0.786C33.149,10.405,32.131,11,31,11 c-2.206,0-4-2.243-4-5c0-1.336,0.427-2.544,1.112-3.442L27.455,1.77C26.556,2.855,26,4.35,26,6C26,9.314,28.239,12,31,12z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%2339E179;' d='M19,26.5c-3.59,0-6.5,3.264-6.5,7.29c0,1.357,0.336,2.622,0.912,3.71h11.176 c0.576-1.088,0.912-2.353,0.912-3.71C25.5,29.764,22.59,26.5,19,26.5z'/%3e %3cg%3e %3cpath style='fill:%2327C962;' d='M13.721,37C13.248,36.01,13,34.906,13,33.79c0-3.692,2.619-6.699,5.864-6.782l0.009-1.001 C15.073,26.083,12,29.542,12,33.79c0,1.38,0.336,2.743,0.97,3.943L13.111,38h11.777l-0.609-1H13.721z'/%3e %3cpath style='fill:%23A2EDBD;' d='M26,33.79c0-4.296-3.141-7.79-7-7.79c-0.043,0-0.084,0.006-0.127,0.007l-0.009,1.001 C18.91,27.007,18.954,27,19,27c3.309,0,6,3.046,6,6.79c0,1.116-0.248,2.22-0.721,3.21l0.609,1l0.142-0.267 C25.664,36.533,26,35.17,26,33.79z'/%3e %3c/g%3e %3cpath style='fill:%230CA640;' d='M13.388,29.156C14.489,30.588,16.146,31.5,18,31.5c1.656,0,3.155-0.727,4.24-1.902 c0.489-0.529,0.888-1.152,1.185-1.838C22.219,26.661,20.678,26,19,26c-0.043,0-0.084,0.006-0.127,0.007 C16.627,26.052,14.642,27.284,13.388,29.156z'/%3e %3cpath style='fill:%2339E179;' d='M19,30.5c-2.481,0-4.5-2.468-4.5-5.5s2.019-5.5,4.5-5.5s4.5,2.468,4.5,5.5S21.481,30.5,19,30.5z' /%3e %3cg%3e %3cpath style='fill:%23A2EDBD;' d='M19,20c2.206,0,4,2.243,4,5c0,1.343-0.431,2.559-1.123,3.458l0.657,0.786 C23.439,28.159,24,26.658,24,25c0-3.314-2.239-6-5-6c-1.386,0-2.64,0.677-3.545,1.77l0.658,0.787 C16.841,20.603,17.863,20,19,20z'/%3e %3cpath style='fill:%2327C962;' d='M19,31c1.38,0,2.629-0.671,3.534-1.755l-0.657-0.786C21.149,29.405,20.131,30,19,30 c-2.206,0-4-2.243-4-5c0-1.336,0.427-2.544,1.112-3.442l-0.658-0.787C14.556,21.855,14,23.35,14,25C14,28.314,16.239,31,19,31z '/%3e %3c/g%3e %3c/g%3e %3cline style='fill:none;stroke:%23F0F0F0;stroke-linecap:round;stroke-miterlimit:10;' x1='30' y1='21' x2='26' y2='26'/%3e %3cline style='fill:none;stroke:%23F0F0F0;stroke-linecap:round;stroke-miterlimit:10;' x1='8' y1='21' x2='12' y2='26'/%3e %3cg%3e %3cpath style='fill:%2326D5FB;' d='M7,7.5c-3.59,0-6.5,3.264-6.5,7.29c0,1.357,0.336,2.622,0.912,3.71h11.176 c0.576-1.088,0.912-2.353,0.912-3.71C13.5,10.764,10.59,7.5,7,7.5z'/%3e %3cg%3e %3cpath style='fill:%2311B3D2;' d='M1.721,18C1.248,17.01,1,15.906,1,14.79c0-3.692,2.619-6.699,5.864-6.782l0.009-1.001 C3.073,7.083,0,10.542,0,14.79c0,1.38,0.336,2.743,0.97,3.943L1.111,19h11.777l-0.609-1H1.721z'/%3e %3cpath style='fill:%2388ECFD;' d='M14,14.79C14,10.494,10.859,7,7,7C6.957,7,6.916,7.006,6.873,7.007L6.864,8.008 C6.91,8.007,6.954,8,7,8c3.309,0,6,3.046,6,6.79c0,1.116-0.248,2.22-0.721,3.21l0.609,1l0.142-0.267 C13.664,17.533,14,16.17,14,14.79z'/%3e %3c/g%3e %3cpath style='fill:%230097B0;' d='M1.388,10.156C2.489,11.588,4.146,12.5,6,12.5c1.656,0,3.155-0.727,4.24-1.902 c0.489-0.529,0.888-1.152,1.185-1.838C10.219,7.661,8.678,7,7,7C6.957,7,6.916,7.006,6.873,7.007 C4.627,7.052,2.642,8.284,1.388,10.156z'/%3e %3cpath style='fill:%2326D5FB;' d='M7,11.5c-2.481,0-4.5-2.468-4.5-5.5S4.519,0.5,7,0.5s4.5,2.468,4.5,5.5S9.481,11.5,7,11.5z'/%3e %3cg%3e %3cpath style='fill:%2388ECFD;' d='M7,1c2.206,0,4,2.243,4,5c0,1.343-0.431,2.559-1.123,3.458l0.657,0.786 C11.439,9.159,12,7.658,12,6c0-3.314-2.239-6-5-6C5.614,0,4.36,0.677,3.455,1.77l0.658,0.787C4.841,1.603,5.863,1,7,1z'/%3e %3cpath style='fill:%2311B3D2;' d='M7,12c1.38,0,2.629-0.671,3.534-1.755L9.877,9.458C9.149,10.405,8.131,11,7,11 c-2.206,0-4-2.243-4-5c0-1.336,0.427-2.544,1.112-3.442L3.455,1.77C2.556,2.855,2,4.35,2,6C2,9.314,4.239,12,7,12z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-groups{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-594' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M71.534-24v76h-76v-76H71.534 M72.534-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L72.534-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cline style='fill:%23FFFFFF;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' x1='30' y1='20.95' x2='26' y2='25.95'/%3e %3cline style='fill:%23FFFFFF;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' x1='8' y1='20.95' x2='12' y2='25.95'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' d='M7,7.45c-3.59,0-6.5,3.264-6.5,7.29 c0,1.357,0.336,2.622,0.912,3.71h11.176c0.576-1.088,0.912-2.353,0.912-3.71C13.5,10.714,10.59,7.45,7,7.45z'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,11.45c-2.481,0-4.5-2.467-4.5-5.5s2.019-5.5,4.5-5.5s4.5,2.467,4.5,5.5S9.481,11.45,7,11.45z' /%3e %3cpath style='fill:%23767676;' d='M7,0.95c2.206,0,4,2.243,4,5s-1.794,5-4,5s-4-2.243-4-5S4.794,0.95,7,0.95 M7-0.05 c-2.761,0-5,2.686-5,6s2.239,6,5,6s5-2.686,5-6S9.761-0.05,7-0.05L7-0.05z'/%3e %3c/g%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' d='M31,7.45c-3.59,0-6.5,3.264-6.5,7.29 c0,1.357,0.336,2.622,0.912,3.71h11.176c0.576-1.088,0.912-2.353,0.912-3.71C37.5,10.714,34.59,7.45,31,7.45z'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31,11.45c-2.481,0-4.5-2.467-4.5-5.5s2.019-5.5,4.5-5.5s4.5,2.467,4.5,5.5 S33.481,11.45,31,11.45z'/%3e %3cpath style='fill:%23767676;' d='M31,0.95c2.206,0,4,2.243,4,5s-1.794,5-4,5s-4-2.243-4-5S28.794,0.95,31,0.95 M31-0.05 c-2.761,0-5,2.686-5,6s2.239,6,5,6s5-2.686,5-6S33.761-0.05,31-0.05L31-0.05z'/%3e %3c/g%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' d='M19,26.45c-3.59,0-6.5,3.264-6.5,7.29 c0,1.357,0.336,2.622,0.912,3.71h11.176c0.576-1.088,0.912-2.353,0.912-3.71C25.5,29.714,22.59,26.45,19,26.45z'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19,30.45c-2.481,0-4.5-2.467-4.5-5.5s2.019-5.5,4.5-5.5s4.5,2.467,4.5,5.5 S21.481,30.45,19,30.45z'/%3e %3cpath style='fill:%23767676;' d='M19,19.95c2.206,0,4,2.243,4,5s-1.794,5-4,5s-4-2.243-4-5S16.794,19.95,19,19.95 M19,18.95 c-2.761,0-5,2.686-5,6s2.239,6,5,6s5-2.686,5-6S21.761,18.95,19,18.95L19,18.95z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-help-a{background-image:url(934a2daa67c83c1f043e2bd6ce7f7394.svg);background-repeat:no-repeat}.img-icon-help-c{background-image:url(54b70ea13c4508178faabea7b66ad2e1.svg);background-repeat:no-repeat}.img-icon-help-call-a{background-image:url(54caa87b53d5276b4a4ca29e029e5a29.svg);background-repeat:no-repeat}.img-icon-help-call-c{background-image:url(39a3192a7ac4aac38490e2da32a03e0a.svg);background-repeat:no-repeat}.img-icon-help-call{background-image:url(37f44f9581fc7f0bae5ae9a9bee286c7.svg);background-repeat:no-repeat}.img-icon-help-doc-a{background-image:url(a6753002e7f63a702fdb8d8bd87d5436.svg);background-repeat:no-repeat}.img-icon-help-doc-c{background-image:url(3d39b9a7a7af56fbb1558d6da633330a.svg);background-repeat:no-repeat}.img-icon-help-doc{background-image:url(139a7ba5087d0d187dfe083ab753d00b.svg);background-repeat:no-repeat}.img-icon-help{background-image:url(a3ef430be328c28cfbe8b96daf34650d.svg);background-repeat:no-repeat}.img-icon-homework-a{background-image:url("data:image/svg+xml,%3csvg id='icon-large-homework-a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38' enable-background='new 0 0 38 38'%3e%3cpath fill='%23fff' stroke='%23FF3B30' stroke-linejoin='round' stroke-miterlimit='10' d='M22.5.5h-7c-.6 0-1 .4-1 1v4h2v-3h5v3h2v-4c0-.6-.4-1-1-1zM5.3 20.5h27.5c1 0 1.8.6 1.8 1.4v10.2c0 .8-.8 1.4-1.8 1.4H5.3c-1 0-1.8-.6-1.8-1.4V21.9c0-.8.8-1.4 1.8-1.4z'/%3e%3cpath stroke='%23CDCDCD' stroke-linecap='round' stroke-miterlimit='10' fill='none' d='M6.5 25.5h25'/%3e%3cpath fill='%23FBE9E8' d='M6.5 33.5v-20c0-4.4 3.6-8 8-8h9c4.4 0 8 3.6 8 8v20'/%3e%3cpath stroke='%23FF3B30' stroke-linejoin='round' stroke-miterlimit='10' d='M30.5 37.5h-23c-.6 0-1-.4-1-1v-23c0-4.4 3.6-8 8-8h9c4.4 0 8 3.6 8 8v23c0 .6-.4 1-1 1z' fill='none'/%3e%3cpath fill='%23fff' stroke='%23FF3B30' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M6.5 33.5h24.8'/%3e%3cpath fill='%23fff' stroke='%23767676' stroke-linejoin='round' stroke-miterlimit='10' d='M6.5 20.5h25'/%3e%3cpath fill='%23fff' stroke='%23FF3B30' stroke-linejoin='round' stroke-miterlimit='10' d='M15.323 13L19 9.323 22.677 13 19 16.677zM28.5 29.5h-19c-1.7 0-3-1.3-3-3v-6h25v6c0 1.7-1.4 3-3 3z'/%3e%3cpath fill='%23fff' stroke='%23FF3B30' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M13.5 31.5c.6 0 1-.4 1-1v-11h-2v11c0 .6.4 1 1 1zM24.5 31.5c.6 0 1-.4 1-1v-11h-2v11c0 .6.4 1 1 1zM17.5 13h3'/%3e%3c/svg%3e");background-repeat:no-repeat}.img-icon-homework-c{background-image:url("data:image/svg+xml,%3csvg id='icon-large-homework-c' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38' enable-background='new 0 0 38 38'%3e%3cpath fill='%23299B5F' d='M32.7 34H5.3C4 34 3 33.1 3 32.1V21.9c0-1 1-1.9 2.3-1.9h27.4c1.3 0 2.3.9 2.3 1.9V32c0 1.1-1 2-2.3 2z'/%3e%3cpath fill='%231F7447' d='M32.7 33H5.3C4 33 3 32.1 3 31.1v1c0 1 1 1.9 2.3 1.9h27.4c1.3 0 2.3-.9 2.3-1.9v-1c0 1-1 1.9-2.3 1.9z'/%3e%3cpath fill='%2327C762' d='M23.5 6h-2c-.3 0-.5-.2-.5-.5V3h-4v2.5c0 .3-.2.5-.5.5h-2c-.3 0-.5-.2-.5-.5v-4c0-.8.7-1.5 1.5-1.5h7c.8 0 1.5.7 1.5 1.5v4c0 .3-.2.5-.5.5z'/%3e%3cpath fill='%2339DF79' d='M22.5 0h-7c-.8 0-1.5.7-1.5 1.5v1c0-.8.7-1.5 1.5-1.5h7c.8 0 1.5.7 1.5 1.5v-1c0-.8-.7-1.5-1.5-1.5z'/%3e%3cpath stroke='%23CDCDCD' stroke-linecap='round' stroke-miterlimit='10' fill='none' d='M6.5 25.5h25'/%3e%3cpath fill='%2339DF79' d='M6 33V13.5C6 8.8 9.8 5 14.5 5h9c4.7 0 8.5 3.8 8.5 8.5V33'/%3e%3cpath fill='%2369E597' d='M23.5 5h-9C9.8 5 6 8.8 6 13.5v2C6 10.8 9.8 7 14.5 7h9c4.7 0 8.5 3.8 8.5 8.5v-2C32 8.8 28.2 5 23.5 5z'/%3e%3cpath fill='%23fff' stroke='%23767676' stroke-width='.938' stroke-miterlimit='10' d='M31.3 33.5M6.5 33.5'/%3e%3cpath fill='%23fff' d='M15.36 13.39l3.677-3.676 3.677 3.676-3.677 3.677z'/%3e%3cpath fill='%23C19F5E' d='M19 17.5c-.1 0-.3 0-.4-.1L15 13.7c-.1-.1-.1-.2-.1-.4s.1-.3.1-.4l3.7-3.7c.2-.2.5-.2.7 0L23 13c.2.2.2.5 0 .7l-3.7 3.7c0 .1-.2.1-.3.1z'/%3e%3cpath opacity='.5' fill='%23917747' d='M19 9.2c-.1 0-.3 0-.3.1L15 13c-.1.1-.1.2-.1.4s.1.3.1.4l3.7 3.7c.1.1.2.1.3.1V9.2z'/%3e%3cpath fill='%23fff' d='M28.5 29.5h-19c-1.7 0-3-1.3-3-3v-6h25v6c0 1.7-1.4 3-3 3z'/%3e%3cpath fill='%2327C762' d='M28.5 30h-19c-2 0-3.5-1.6-3.5-3.5V20h26v6.5c0 1.9-1.6 3.5-3.5 3.5z'/%3e%3cpath fill='%23299B5F' d='M28.5 29h-19c-2 0-3.5-1.6-3.5-3.5v1C6 28.4 7.5 30 9.5 30h19.1c1.9 0 3.5-1.6 3.5-3.5v-1c-.1 1.9-1.7 3.5-3.6 3.5z'/%3e%3cpath fill='%23C19F5E' d='M13.5 31.5c.6 0 1-.4 1-1v-10h-2v10c0 .6.4 1 1 1z'/%3e%3cpath fill='%23299B5F' d='M13.5 32c-.8 0-1.5-.7-1.5-1.5v-11c0-.3.2-.5.5-.5h1.9c.3 0 .5.2.5.5v11c.1.8-.6 1.5-1.4 1.5z'/%3e%3cpath fill='%23C19F5E' d='M24.5 31.5c.6 0 1-.4 1-1v-10h-2v10c0 .6.4 1 1 1z'/%3e%3cpath fill='%23299B5F' d='M24.5 32c-.8 0-1.5-.7-1.5-1.5v-11c0-.3.2-.5.5-.5h1.9c.3 0 .5.2.5.5v11c.1.8-.6 1.5-1.4 1.5z'/%3e%3cpath stroke='%23FBDF03' stroke-linecap='round' stroke-miterlimit='10' fill='none' d='M17.5 13.3h3'/%3e%3ccircle fill='%2327C762' cx='13.5' cy='21.5' r='.5'/%3e%3ccircle fill='%2327C762' cx='13.5' cy='24.5' r='.5'/%3e%3ccircle fill='%2327C762' cx='13.5' cy='27.5' r='.5'/%3e%3ccircle fill='%2327C762' cx='24.5' cy='21.5' r='.5'/%3e%3ccircle fill='%2327C762' cx='24.5' cy='24.5' r='.5'/%3e%3ccircle fill='%2327C762' cx='24.5' cy='27.5' r='.5'/%3e%3cpath fill='%23C19F5E' d='M6 36.5c0 .8.7 1.5 1.5 1.5h23.1c.8 0 1.5-.7 1.5-1.5V33H6v3.5z'/%3e%3cpath fill='%23917747' d='M30.5 36h-23c-.8 0-1.5-.7-1.5-1.5v2c0 .8.7 1.5 1.5 1.5h23.1c.8 0 1.5-.7 1.5-1.5v-2c-.1.8-.8 1.5-1.6 1.5z'/%3e%3cg fill='%23299B5F'%3e%3cpath d='M14 4h3v1h-3zM21 4h3v1h-3z'/%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat}.img-icon-homework{background-image:url("data:image/svg+xml,%3csvg id='icon-large-homework' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38' enable-background='new 0 0 38 38'%3e%3cpath stroke='%23767676' stroke-linejoin='round' stroke-miterlimit='10' d='M22.5.5h-7c-.6 0-1 .4-1 1v4h2v-3h5v3h2v-4c0-.6-.4-1-1-1z' fill='none'/%3e%3cpath stroke='%23767676' stroke-width='1.069' stroke-miterlimit='10' d='M5.3 20.5h27.5c1 0 1.8.6 1.8 1.4v10.2c0 .8-.8 1.4-1.8 1.4H5.3c-1 0-1.8-.6-1.8-1.4V21.9c0-.8.8-1.4 1.8-1.4z' fill='none'/%3e%3cpath stroke='%23CDCDCD' stroke-linecap='round' stroke-miterlimit='10' fill='none' d='M6.5 25.5h25'/%3e%3cpath fill='%23D7F9E4' d='M6.5 33.5v-20c0-4.4 3.6-8 8-8h9c4.4 0 8 3.6 8 8v20'/%3e%3cpath stroke='%23767676' stroke-width='.938' stroke-miterlimit='10' d='M30.5 37.5h-23c-.6 0-1-.4-1-1v-23c0-4.4 3.6-8 8-8h9c4.4 0 8 3.6 8 8v23c0 .6-.4 1-1 1z' fill='none'/%3e%3cpath fill='%23fff' stroke='%23767676' stroke-width='.938' stroke-miterlimit='10' d='M6.5 33.5h24.8'/%3e%3cpath fill='%23fff' stroke='%23767676' stroke-linejoin='round' stroke-miterlimit='10' d='M6.5 20.5h25'/%3e%3cpath fill='%23fff' stroke='%23767676' stroke-linejoin='round' stroke-miterlimit='10' d='M15.323 13L19 9.323 22.677 13 19 16.677z'/%3e%3cpath fill='%23fff' stroke='%23767676' stroke-width='.936' stroke-linejoin='round' stroke-miterlimit='10' d='M28.5 29.5h-19c-1.7 0-3-1.3-3-3v-6h25v6c0 1.7-1.4 3-3 3z'/%3e%3cpath fill='%23fff' stroke='%23CDCDCD' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M13.5 31.5c.6 0 1-.4 1-1v-11h-2v11c0 .6.4 1 1 1zM24.5 31.5c.6 0 1-.4 1-1v-11h-2v11c0 .6.4 1 1 1z'/%3e%3cpath stroke='%23CDCDCD' stroke-linecap='round' stroke-miterlimit='10' fill='none' d='M17.5 13h3'/%3e%3c/svg%3e");background-repeat:no-repeat}.img-icon-individual-chat-a{background-image:url(35b1aa14e6e7080b1ffd13fdaabd7d85.svg);background-repeat:no-repeat}.img-icon-individual-chat-c{background-image:url(71382a170d9473c4f2b4319361aa13d8.svg);background-repeat:no-repeat}.img-icon-individual-chat{background-image:url(eb5410a5dffecbf837b8fc4ccbefef71.svg);background-repeat:no-repeat}.img-icon-journal-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-342' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M13.684,34v76h-76V34H13.684 M14.684,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L14.684,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M33,4v32c0,1.105-0.895,2-2,2H8c-1.105,0-2-0.895-2-2V4H33z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M29,4v34h2c1.105,0,2-0.895,2-2V4H29z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M32,5v31c0,0.551-0.449,1-1,1H8c-0.551,0-1-0.449-1-1V5H32 M33,4H6v32c0,1.105,0.895,2,2,2h23 c1.105,0,2-0.895,2-2V4L33,4z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M9.5,6.5c-1.654,0-3-1.346-3-3s1.346-3,3-3h23v6H9.5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M32,1v5H9.5C8.121,6,7,4.879,7,3.5S8.121,1,9.5,1H32 M33,0H9.5C7.575,0,6,1.575,6,3.5 S7.575,7,9.5,7H33V0L33,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='32' y='1' style='fill:%23FFFFFF;' width='1' height='5'/%3e %3crect x='10' y='2' style='fill:%23FF3B30;' width='17' height='1'/%3e %3crect x='10' y='4' style='fill:%23FF3B30;' width='17' height='1'/%3e %3crect x='30' y='2' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='30' y='4' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='28' style='fill:%23FF3B30;' width='1' height='37'/%3e %3crect x='5' y='19' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='5' y='15' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='5' y='11' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='5' y='31' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='5' y='23' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='5' y='27' style='fill:%23FF3B30;' width='3' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-journal-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-342' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M13.684,34v76h-76V34H13.684 M14.684,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L14.684,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23C46FD4;' d='M33,36c0,1.105-0.895,2-2,2H8c-1.105,0-2-0.895-2-2V5c0-1.105,0.895-2,2-2h23c1.105,0,2,0.895,2,2 V36z'/%3e %3cpath style='fill:%23975CA3;' d='M29,3h2c1.105,0,2,0.895,2,2v31c0,1.105-0.895,2-2,2h-2'/%3e %3cg%3e %3cpath style='fill:%23975CA3;' d='M33,7H9.5C7.575,7,6,5.425,6,3.5v0C6,1.575,7.575,0,9.5,0H33V7z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E1F3FF;' d='M6.164,4.5C6.599,5.938,7.925,7,9.5,7H33V2H9.5C7.925,2,6.599,3.062,6.164,4.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23D69AE1;' d='M32,1v5H9.5C8.121,6,7,4.879,7,3.5S8.121,1,9.5,1H32 M33,0H9.5C7.575,0,6,1.575,6,3.5 S7.575,7,9.5,7H33V0L33,0z'/%3e %3c/g%3e %3crect x='32' y='2' style='fill:%23E1F3FF;' width='1' height='4'/%3e %3crect x='10' y='2' style='fill:%23C6DCEA;' width='23' height='1'/%3e %3crect x='31' y='1' style='fill:%23975CA3;' width='2' height='1'/%3e %3crect x='10' y='4' style='fill:%23C6DCEA;' width='23' height='1'/%3e %3crect x='5' y='19' style='fill:%23975CA3;' width='3' height='1'/%3e %3crect x='5' y='15' style='fill:%23975CA3;' width='3' height='1'/%3e %3crect x='5' y='11' style='fill:%23975CA3;' width='3' height='1'/%3e %3crect x='5' y='31' style='fill:%23975CA3;' width='3' height='1'/%3e %3crect x='5' y='23' style='fill:%23975CA3;' width='3' height='1'/%3e %3crect x='5' y='27' style='fill:%23975CA3;' width='3' height='1'/%3e %3crect x='5' y='19' style='fill:%23C46FD4;' width='1' height='1'/%3e %3crect x='5' y='15' style='fill:%23C46FD4;' width='1' height='1'/%3e %3crect x='5' y='11' style='fill:%23C46FD4;' width='1' height='1'/%3e %3crect x='5' y='31' style='fill:%23C46FD4;' width='1' height='1'/%3e %3crect x='5' y='23' style='fill:%23C46FD4;' width='1' height='1'/%3e %3crect x='5' y='27' style='fill:%23C46FD4;' width='1' height='1'/%3e %3crect x='28' y='0' style='fill:%237B5081;' width='1' height='38'/%3e %3crect x='27' y='0' style='opacity:0.1;' width='1' height='38'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-journal{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-342' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M13.684,34v76h-76V34H13.684 M14.684,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L14.684,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M33,4v32c0,1.105-0.895,2-2,2H8c-1.105,0-2-0.895-2-2V4H33z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23F5D0EF;' d='M29,4v34h2c1.105,0,2-0.895,2-2V4H29z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23767676;' d='M32,5v31c0,0.551-0.449,1-1,1H8c-0.551,0-1-0.449-1-1V5H32 M33,4H6v32c0,1.105,0.895,2,2,2h23 c1.105,0,2-0.895,2-2V4L33,4z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M9.5,6.5c-1.654,0-3-1.346-3-3s1.346-3,3-3h23v6H9.5z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M32,1v5H9.5C8.121,6,7,4.879,7,3.5S8.121,1,9.5,1H32 M33,0H9.5C7.575,0,6,1.575,6,3.5 S7.575,7,9.5,7H33V0L33,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='32' y='1' style='fill:%23FFFFFF;' width='1' height='5'/%3e %3crect x='10' y='2' style='fill:%23767676;' width='17' height='1'/%3e %3crect x='10' y='4' style='fill:%23767676;' width='17' height='1'/%3e %3crect x='30' y='2' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='30' y='4' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='28' style='fill:%23767676;' width='1' height='37'/%3e %3crect x='5' y='19' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='5' y='15' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='5' y='11' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='5' y='31' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='5' y='23' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='5' y='27' style='fill:%23767676;' width='3' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-kudos-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-405' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M53.967-24v76h-76v-76H53.967 M54.967-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L54.967-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M10.813,12.5c-0.233,0-0.433-0.159-0.485-0.387L7.51,1.101C7.479,0.963,7.514,0.808,7.609,0.688 C7.705,0.568,7.846,0.5,7.998,0.5h22.004c0.152,0,0.293,0.068,0.389,0.188c0.096,0.12,0.131,0.275,0.096,0.426l-2.812,10.988 c-0.055,0.24-0.255,0.399-0.488,0.399H10.813z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M29.999,1l-2.813,11L10.81,11.977L7.998,1H29.999 M30.002,0H7.998 C7.357,0,6.882,0.598,7.026,1.225l2.815,11C9.945,12.679,10.349,13,10.813,13h16.373c0.465,0,0.868-0.321,0.972-0.775l2.815-11 C31.118,0.598,30.643,0,30.002,0L30.002,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpolygon style='fill:%23FDEBEA;' points='15.429,12.5 13.583,0.5 24.417,0.5 22.571,12.5 '/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M23.834,1l-1.692,11h-6.284L14.166,1H23.834 M25,0H13l2,13h8L25,0L25,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M9,14.5c-0.276,0-0.5-0.224-0.5-0.5v-3c0-0.276,0.224-0.5,0.5-0.5h20c0.276,0,0.5,0.224,0.5,0.5 v3c0,0.276-0.224,0.5-0.5,0.5H9z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M29,11v3H9v-3H29 M29,10H9c-0.55,0-1,0.45-1,1v3c0,0.55,0.45,1,1,1h20c0.55,0,1-0.45,1-1v-3 C30,10.45,29.55,10,29,10L29,10z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19,37.5c-5.79,0-10.5-4.71-10.5-10.5S13.21,16.5,19,16.5S29.5,21.21,29.5,27 S24.79,37.5,19,37.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M19,17c5.523,0,10,4.477,10,10s-4.477,10-10,10S9,32.523,9,27S13.477,17,19,17 M19,16 c-6.065,0-11,4.935-11,11s4.935,11,11,11c6.065,0,11-4.935,11-11S25.065,16,19,16L19,16z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3ccircle style='fill:%23FFFFFF;' cx='19' cy='15' r='1.5'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M19,14c0.552,0,1,0.448,1,1s-0.448,1-1,1s-1-0.448-1-1S18.448,14,19,14 M19,13 c-1.103,0-2,0.897-2,2s0.897,2,2,2s2-0.897,2-2S20.103,13,19,13L19,13z'/%3e %3c/g%3e %3c/g%3e %3cpolygon style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' points='19,19.5 21.163,24.109 26,24.848 22.5,28.435 23.326,33.5 19,31.109 14.674,33.5 15.5,28.435 12,24.848 16.837,24.109 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-kudos-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-405' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M53.967-24v76h-76v-76H53.967 M54.967-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L54.967-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23C46FD4;' d='M10.813,12.5c-0.233,0-0.433-0.159-0.485-0.387L7.51,1.101C7.479,0.963,7.514,0.808,7.609,0.688 C7.705,0.568,7.846,0.5,7.998,0.5h22.004c0.152,0,0.293,0.068,0.389,0.188c0.096,0.12,0.131,0.275,0.096,0.426l-2.812,10.988 c-0.055,0.24-0.255,0.399-0.488,0.399H10.813z'/%3e %3cpath style='fill:%23C46FD4;' d='M29.999,1l-2.813,11L10.81,11.977L7.998,1H29.999 M30.002,0H7.998 C7.357,0,6.882,0.598,7.026,1.225l2.815,11C9.945,12.679,10.349,13,10.813,13h16.373c0.465,0,0.868-0.321,0.972-0.775l2.815-11 C31.118,0.598,30.643,0,30.002,0L30.002,0z'/%3e %3c/g%3e %3cg%3e %3cpolygon style='fill:%23975CA3;' points='23,13 15,13 13,0 25,0 '/%3e %3c/g%3e %3cpath style='opacity:0.5;fill:%237B5081;' d='M9.016,9l0.825,3.225C9.946,12.679,10.349,13,10.813,13h16.373 c0.465,0,0.868-0.321,0.972-0.775L28.984,9H9.016z'/%3e %3cpath style='fill:%23FFC43F;' d='M19,37.5c-5.79,0-10.5-4.71-10.5-10.5S13.21,16.5,19,16.5S29.5,21.21,29.5,27S24.79,37.5,19,37.5z '/%3e %3cpath style='fill:%23FFD997;' d='M11.929,19.929c3.905-3.905,10.237-3.905,14.142,0s3.905,10.237,0,14.142l0.707,0.707 c4.289-4.289,4.289-11.267,0-15.556s-11.267-4.289-15.556,0l0,0'/%3e %3cpath style='fill:%23FFD997;' d='M26.778,34.778c4.289-4.289,4.289-11.267,0-15.556s-11.267-4.289-15.556,0l0.707,0.707 c3.905-3.905,10.237-3.905,14.142,0s3.905,10.237,0,14.142L26.778,34.778z'/%3e %3cpolygon style='fill:%23FFD997;stroke:%23FDB60E;stroke-linejoin:round;stroke-miterlimit:10;' points='19,19.5 21.163,24.109 26,24.848 22.5,28.435 23.326,33.5 19,31.109 14.674,33.5 15.5,28.435 12,24.848 16.837,24.109 '/%3e %3cg style='opacity:0.5;'%3e %3cpath style='fill:%23F6CDFF;' d='M7.109,1.549C7.272,1.228,7.603,1,7.998,1h22.003c0.396,0,0.726,0.228,0.889,0.549l0.083-0.324 C31.118,0.598,30.643,0,30.002,0H7.998C7.357,0,6.882,0.598,7.026,1.225L7.109,1.549z'/%3e %3c/g%3e %3cpath style='fill:%23FFC43F;' d='M29,10H9c-0.55,0-1,0.45-1,1v3c0,0.55,0.45,1,1,1h20c0.55,0,1-0.45,1-1v-3 C30,10.45,29.55,10,29,10z'/%3e %3cpath style='fill:%23FFD997;' d='M29,10H9c-0.55,0-1,0.45-1,1v1c0-0.55,0.45-1,1-1h20c0.55,0,1,0.45,1,1v-1 C30,10.45,29.55,10,29,10z'/%3e %3cpath style='fill:%23FDB60E;' d='M29,14H9c-0.55,0-1-0.45-1-1v1c0,0.55,0.45,1,1,1h20c0.55,0,1-0.45,1-1v-1 C30,13.55,29.55,14,29,14z'/%3e %3ccircle style='fill:%23FFD997;' cx='19' cy='15' r='2'/%3e %3cpath style='fill:%23FFC43F;' d='M19,16c-0.929,0-1.705-0.64-1.929-1.5C17.029,14.661,17,14.826,17,15c0,1.103,0.897,2,2,2 s2-0.897,2-2c0-0.174-0.029-0.339-0.071-0.5C20.705,15.36,19.929,16,19,16z'/%3e %3cpath style='fill:%23FDB60E;' d='M11.222,19.227c-4.289,4.289-4.289,11.267,0,15.556s11.267,4.289,15.556,0l-0.707-0.707 c-3.905,3.905-10.237,3.905-14.142,0s-3.905-10.237,0-14.142L11.222,19.227z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-kudos{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-405' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M53.967-24v76h-76v-76H53.967 M54.967-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L54.967-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M10.813,12.5c-0.233,0-0.433-0.159-0.485-0.387L7.51,1.101C7.479,0.963,7.514,0.808,7.609,0.688 C7.705,0.568,7.846,0.5,7.998,0.5h22.004c0.152,0,0.293,0.068,0.389,0.188c0.096,0.12,0.131,0.275,0.096,0.426l-2.812,10.988 c-0.055,0.24-0.255,0.399-0.488,0.399H10.813z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M29.999,1l-2.813,11L10.81,11.977L7.998,1H29.999 M30.002,0H7.998 C7.357,0,6.882,0.598,7.026,1.225l2.815,11C9.945,12.679,10.349,13,10.813,13h16.373c0.465,0,0.868-0.321,0.972-0.775l2.815-11 C31.118,0.598,30.643,0,30.002,0L30.002,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpolygon style='fill:%23F5D0EF;' points='15.429,12.5 13.583,0.5 24.417,0.5 22.571,12.5 '/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M23.834,1l-1.692,11h-6.284L14.166,1H23.834 M25,0H13l2,13h8L25,0L25,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M9,14.5c-0.276,0-0.5-0.224-0.5-0.5v-3c0-0.276,0.224-0.5,0.5-0.5h20c0.276,0,0.5,0.224,0.5,0.5 v3c0,0.276-0.224,0.5-0.5,0.5H9z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M29,11v3H9v-3H29 M29,10H9c-0.55,0-1,0.45-1,1v3c0,0.55,0.45,1,1,1h20c0.55,0,1-0.45,1-1v-3 C30,10.45,29.55,10,29,10L29,10z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19,37.5c-5.79,0-10.5-4.71-10.5-10.5S13.21,16.5,19,16.5S29.5,21.21,29.5,27 S24.79,37.5,19,37.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23767676;' d='M19,17c5.523,0,10,4.477,10,10s-4.477,10-10,10S9,32.523,9,27S13.477,17,19,17 M19,16 c-6.065,0-11,4.935-11,11s4.935,11,11,11c6.065,0,11-4.935,11-11S25.065,16,19,16L19,16z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3ccircle style='fill:%23FFFFFF;' cx='19' cy='15' r='1.5'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23767676;' d='M19,14c0.552,0,1,0.448,1,1s-0.448,1-1,1s-1-0.448-1-1S18.448,14,19,14 M19,13 c-1.103,0-2,0.897-2,2s0.897,2,2,2s2-0.897,2-2S20.103,13,19,13L19,13z'/%3e %3c/g%3e %3c/g%3e %3cpolygon style='fill:%23FFF9CC;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' points='19,19.5 21.163,24.109 26,24.848 22.5,28.435 23.326,33.5 19,31.109 14.674,33.5 15.5,28.435 12,24.848 16.837,24.109 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-learning-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-90' y='-348' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M59.117-7v76h-76V-7H59.117 M60.117-8h-1h-76h-1v1v76v1h1h76h1v-1V-7V-8L60.117-8z'/%3e %3c/g%3e %3c/g%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19,30.5c-6.893,0-12.5-5.607-12.5-12.5S12.107,5.5,19,5.5S31.5,11.107,31.5,18 S25.893,30.5,19,30.5z'/%3e %3cpath style='fill:%23F83F40;' d='M19,6c6.627,0,12,5.373,12,12s-5.373,12-12,12c-6.627,0-12-5.373-12-12S12.373,6,19,6 M19,5 C11.832,5,6,10.832,6,18s5.832,13,13,13s13-5.832,13-13S26.168,5,19,5L19,5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23F83F40;' d='M19,9.55c0.267,0,0.534,0.15,0.636,0.45l1.458,4.551c0.091,0.267,0.344,0.448,0.631,0.45h4.608 c0.644,0.005,0.912,0.847,0.393,1.223l-3.707,2.687c-0.231,0.167-0.328,0.46-0.241,0.728l1.39,4.502 C24.317,24.6,23.944,25,23.527,25c-0.13,0-0.264-0.038-0.388-0.126l-3.749-2.63c-0.117-0.082-0.253-0.123-0.39-0.123 s-0.273,0.041-0.39,0.123l-3.749,2.63C14.737,24.962,14.603,25,14.473,25c-0.418,0-0.79-0.4-0.642-0.86l1.39-4.502 c0.086-0.268-0.01-0.561-0.241-0.728l-3.707-2.687c-0.518-0.376-0.251-1.218,0.393-1.223h4.608c0.287-0.002,0.54-0.183,0.631-0.45 L18.364,10C18.466,9.7,18.733,9.55,19,9.55 M19,8.55c-0.729,0-1.35,0.443-1.583,1.128l-1.385,4.322l-4.365,0 c-0.729,0.006-1.363,0.475-1.585,1.167c-0.222,0.693,0.021,1.442,0.605,1.865l3.508,2.542l-1.318,4.27 c-0.16,0.496-0.075,1.033,0.236,1.461C13.429,25.741,13.938,26,14.473,26c0.343,0,0.676-0.106,0.962-0.307L19,23.192l3.565,2.501 C22.851,25.894,23.184,26,23.527,26c0.536,0,1.044-0.259,1.361-0.694c0.311-0.428,0.396-0.964,0.232-1.472l-1.315-4.258 l3.508-2.542c0.584-0.423,0.827-1.173,0.605-1.865c-0.222-0.693-0.856-1.162-1.577-1.167l-4.373,0l-1.379-4.306 C20.35,8.993,19.729,8.55,19,8.55L19,8.55z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-learning-c{background-image:url(3909ebb0a807e7d95b2fd5d2cc808559.svg);background-repeat:no-repeat}.img-icon-learning{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-90' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M59.117-24v76h-76v-76H59.117 M60.117-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L60.117-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19,31.5c-6.893,0-12.5-5.607-12.5-12.5S12.107,6.5,19,6.5S31.5,12.107,31.5,19 S25.893,31.5,19,31.5z'/%3e %3cpath style='fill:%23C1C3C3;' d='M19,7c6.627,0,12,5.373,12,12s-5.373,12-12,12c-6.627,0-12-5.373-12-12S12.373,7,19,7 M19,6 C11.832,6,6,11.832,6,19s5.832,13,13,13s13-5.832,13-13S26.168,6,19,6L19,6z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23C1C3C3;' d='M19,10.55c0.267,0,0.534,0.15,0.636,0.45l1.458,4.551c0.091,0.267,0.344,0.448,0.631,0.45h4.608 c0.644,0.005,0.912,0.847,0.393,1.223l-3.707,2.687c-0.231,0.167-0.328,0.46-0.241,0.728l1.39,4.502 C24.317,25.6,23.944,26,23.527,26c-0.13,0-0.264-0.038-0.388-0.126l-3.749-2.63c-0.117-0.082-0.253-0.123-0.39-0.123 s-0.273,0.041-0.39,0.123l-3.749,2.63C14.737,25.962,14.603,26,14.473,26c-0.418,0-0.79-0.399-0.642-0.86l1.39-4.502 c0.086-0.268-0.01-0.561-0.241-0.728l-3.707-2.687c-0.518-0.376-0.251-1.218,0.393-1.223h4.608 c0.287-0.002,0.54-0.183,0.631-0.45L18.364,11C18.466,10.7,18.733,10.55,19,10.55 M19,9.55c-0.729,0-1.35,0.443-1.583,1.128 l-1.385,4.322l-4.365,0c-0.729,0.006-1.363,0.475-1.585,1.167c-0.222,0.693,0.021,1.442,0.605,1.865l3.508,2.542l-1.318,4.27 c-0.16,0.496-0.075,1.033,0.236,1.461C13.429,26.741,13.938,27,14.473,27c0.343,0,0.676-0.106,0.962-0.307L19,24.192l3.565,2.501 C22.851,26.894,23.184,27,23.527,27c0.536,0,1.044-0.26,1.361-0.694c0.311-0.428,0.396-0.964,0.232-1.472l-1.315-4.258 l3.508-2.542c0.584-0.423,0.827-1.173,0.605-1.865c-0.222-0.693-0.856-1.162-1.577-1.167l-4.373,0l-1.379-4.306 C20.35,9.993,19.729,9.55,19,9.55L19,9.55z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-link-a{background-image:url(5be220134788a5155d83c7b006459d58.svg);background-repeat:no-repeat}.img-icon-link-c{background-image:url(adc7a9cc8caffce5c4cdb3fc907952fd.svg);background-repeat:no-repeat}.img-icon-link{background-image:url(55b26bc828d54400bacf585ff47882be.svg);background-repeat:no-repeat}.img-icon-live-chat-a{background-image:url(e7f9584c9cfb38ff4496bc17af4ebaef.svg);background-repeat:no-repeat}.img-icon-live-chat-c{background-image:url(a5f98fdf8b912c822a8abfd751b15f72.svg);background-repeat:no-repeat}.img-icon-live-chat{background-image:url(10d2a70a7e3d8d314ff2593cbe9ad700.svg);background-repeat:no-repeat}.img-icon-live-presentation-a{background-image:url(f34d417c0c2371a25817184f01c55dff.svg);background-repeat:no-repeat}.img-icon-live-presentation-c{background-image:url(67d1f72ff6058fe20b9c5c9423a07beb.svg);background-repeat:no-repeat}.img-icon-live-presentation{background-image:url(0a7fac16d24166609495ed10a9039fed.svg);background-repeat:no-repeat}.img-icon-message-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-468' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M6,29.5c-0.827,0-1.5-0.673-1.5-1.5V10c0-0.827,0.673-1.5,1.5-1.5h26c0.827,0,1.5,0.673,1.5,1.5 v18c0,0.827-0.673,1.5-1.5,1.5H6z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M32,9c0.551,0,1,0.449,1,1v18c0,0.551-0.449,1-1,1H6c-0.551,0-1-0.449-1-1V10 c0-0.551,0.449-1,1-1H32 M32,8H6c-1.1,0-2,0.9-2,2v18c0,1.1,0.9,2,2,2h26c1.1,0,2-0.9,2-2V10C34,8.9,33.1,8,32,8L32,8z'/%3e %3c/g%3e %3c/g%3e %3cpolyline style='fill:none;stroke:%23FF3B30;stroke-miterlimit:10;' points='5,9 19,20 33,9 '/%3e %3cline style='fill:none;stroke:%23FF3B30;stroke-miterlimit:10;' x1='16' y1='18' x2='5' y2='29'/%3e %3cline style='fill:none;stroke:%23FF3B30;stroke-miterlimit:10;' x1='33' y1='29' x2='22' y2='18'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-message-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-468' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23F1EBD0;' d='M32,30H6c-1.1,0-2-0.9-2-2V10c0-1.1,0.9-2,2-2h26c1.1,0,2,0.9,2,2v18C34,29.1,33.1,30,32,30z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFBEC;' d='M32,28H6c-1.1,0-2-0.9-2-2V10c0-1.1,0.9-2,2-2h26c1.1,0,2,0.9,2,2v16C34,27.1,33.1,28,32,28z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E4DDB4;' d='M33.063,8.314L19,19.364L4.937,8.314C4.65,8.496,4.417,8.75,4.253,9.049l11.195,8.796 L4.284,29.009c0.173,0.292,0.415,0.534,0.707,0.707L16.24,18.467L19,20.636l2.76-2.169l11.249,11.249 c0.292-0.173,0.534-0.415,0.707-0.707L22.552,17.845l11.195-8.796C33.583,8.75,33.35,8.496,33.063,8.314z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-message{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-468' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M6,29.5c-0.827,0-1.5-0.673-1.5-1.5V10c0-0.827,0.673-1.5,1.5-1.5h26c0.827,0,1.5,0.673,1.5,1.5 v18c0,0.827-0.673,1.5-1.5,1.5H6z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M32,9c0.551,0,1,0.449,1,1v18c0,0.551-0.449,1-1,1H6c-0.551,0-1-0.449-1-1V10 c0-0.551,0.449-1,1-1H32 M32,8H6c-1.1,0-2,0.9-2,2v18c0,1.1,0.9,2,2,2h26c1.1,0,2-0.9,2-2V10C34,8.9,33.1,8,32,8L32,8z'/%3e %3c/g%3e %3c/g%3e %3cpolyline style='fill:none;stroke:%23767676;stroke-miterlimit:10;' points='5,9 19,20 33,9 '/%3e %3cline style='fill:none;stroke:%23767676;stroke-miterlimit:10;' x1='16' y1='18' x2='5' y2='29'/%3e %3cline style='fill:none;stroke:%23767676;stroke-miterlimit:10;' x1='33' y1='29' x2='22' y2='18'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-page-help-bubble-active{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 100 100' xml:space='preserve' id='svg3381' width='100' height='100'%3e%3cg id='BG__x2B__Labels' style='display:none' transform='translate(0,62)'%3e%3crect x='-405' y='-128' style='display:inline;fill:%23f2f2f2' width='1152.063' height='456.71399' id='rect3384' /%3e%3cg style='display:inline' id='g3386'%3e%3cpath style='fill:%23dddddd' d='m 53.967,-25 0,76 -76,0 0,-76 76,0 m 1,-1 -1,0 -76,0 -1,0 0,1 0,76 0,1 1,0 76,0 1,0 0,-1 0,-76 0,-1 0,0 z' id='path3388' /%3e%3c/g%3e%3c/g%3e%3cg id='Icons' transform='scale(2.6315789,2.6315789)' /%3e%3cpath id='path3392' d='m 49.999999,3.9473684 c -25.43421,0 -46.0526306,20.6052626 -46.0526306,46.0210516 0,9.007895 2.6289473,17.386842 7.1078946,24.48421 l -4.3947368,21.6 20.7552628,-6.002632 c 6.676316,3.76579 14.371052,5.936842 22.58421,5.936842 25.43421,0 46.052631,-20.605262 46.052631,-46.021051 C 96.05263,24.55 75.434209,3.9473684 49.999999,3.9473684 Z' style='fill:%23ffffff' /%3e%3cg id='g3394' transform='scale(2.6315789,2.6315789)'%3e%3cpath id='path3396' d='M 2.531,37.5 C 2.278,37.5 2.037,37.406 1.852,37.234 1.598,37 1.482,36.641 1.552,36.3 l 1.59,-7.82 C 1.413,25.603 0.5,22.325 0.5,18.988 0.5,8.793 8.799,0.5 19,0.5 c 10.201,0 18.5,8.293 18.5,18.488 0,10.195 -8.299,18.488 -18.5,18.488 -3.022,0 -6.026,-0.753 -8.701,-2.181 L 2.808,37.462 C 2.719,37.487 2.626,37.5 2.531,37.5 Z m 7.887,-4.281 c 0.171,0 0.341,0.044 0.49,0.128 2.469,1.392 5.267,2.128 8.092,2.128 9.098,0 16.5,-7.396 16.5,-16.488 C 35.5,9.895 28.098,2.5 19,2.5 9.902,2.5 2.5,9.896 2.5,18.988 c 0,3.097 0.88,6.13 2.546,8.771 0.138,0.219 0.186,0.479 0.134,0.733 l -1.339,6.588 6.3,-1.822 c 0.089,-0.026 0.182,-0.039 0.277,-0.039 z' style='fill:%23c56fd5' /%3e%3c/g%3e%3cg id='g3400' transform='scale(2.6315789,2.6315789)'%3e%3cg id='g3402'%3e%3cpath id='path3404' d='m 16.991,23.363 0,-0.812 c 0,-0.931 0.169,-1.706 0.508,-2.323 0.339,-0.617 0.931,-1.257 1.777,-1.917 1.007,-0.795 1.657,-1.414 1.949,-1.854 0.292,-0.44 0.438,-0.965 0.438,-1.574 0,-0.711 -0.237,-1.257 -0.711,-1.638 -0.474,-0.381 -1.155,-0.571 -2.044,-0.571 -0.804,0 -1.549,0.114 -2.234,0.343 -0.685,0.229 -1.354,0.503 -2.006,0.825 l -1.066,-2.234 c 1.718,-0.957 3.559,-1.435 5.522,-1.435 1.659,0 2.975,0.406 3.948,1.219 0.973,0.813 1.46,1.934 1.46,3.364 0,0.635 -0.093,1.2 -0.279,1.695 -0.186,0.495 -0.468,0.967 -0.844,1.416 -0.376,0.449 -1.026,1.033 -1.949,1.752 -0.787,0.618 -1.314,1.13 -1.581,1.536 -0.267,0.406 -0.4,0.952 -0.4,1.638 l 0,0.571 -2.488,0 z m -0.52,4.05 c 0,-1.278 0.622,-1.917 1.866,-1.917 0.609,0 1.075,0.167 1.396,0.501 0.321,0.334 0.482,0.806 0.482,1.416 0,0.601 -0.163,1.077 -0.489,1.428 -0.326,0.351 -0.789,0.527 -1.39,0.527 -0.601,0 -1.062,-0.171 -1.384,-0.514 -0.322,-0.343 -0.481,-0.823 -0.481,-1.441 z' style='fill:%23c56fd5' /%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat}.img-icon-page-help-bubble{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 100 100' xml:space='preserve' id='svg3336' width='100' height='100'%3e%3cg id='BG__x2B__Labels' style='display:none' transform='translate(0,62)'%3e%3crect x='-405' y='-128' style='display:inline;fill:%23f2f2f2' width='1152.063' height='456.71399' id='rect3339' /%3e%3cg style='display:inline' id='g3341'%3e%3cpath style='fill:%23dddddd' d='m 53.967,-25 0,76 -76,0 0,-76 76,0 m 1,-1 -1,0 -76,0 -1,0 0,1 0,76 0,1 1,0 76,0 1,0 0,-1 0,-76 0,-1 0,0 z' id='path3343'/%3e%3c/g%3e%3c/g%3e%3cg id='Content_Collection' transform='scale(2.6315789,2.6315789)'%3e%3cg id='Icons' /%3e%3cpath style='fill:%23ffffff' d='M 19,1.5 C 9.335,1.5 1.5,9.33 1.5,18.988 c 0,3.423 0.999,6.607 2.701,9.304 l -1.67,8.208 7.887,-2.281 c 2.537,1.431 5.461,2.256 8.582,2.256 9.665,0 17.5,-7.83 17.5,-17.488 C 36.5,9.329 28.665,1.5 19,1.5 Z' id='path3347' /%3e%3cg id='g3349'%3e%3cpath style='fill:%23333333' d='M 2.531,37.5 C 2.278,37.5 2.037,37.406 1.852,37.234 1.598,37 1.482,36.641 1.552,36.3 l 1.59,-7.82 C 1.413,25.603 0.5,22.325 0.5,18.988 0.5,8.793 8.799,0.5 19,0.5 c 10.201,0 18.5,8.293 18.5,18.488 0,10.195 -8.299,18.488 -18.5,18.488 -3.022,0 -6.026,-0.753 -8.701,-2.181 L 2.808,37.462 C 2.719,37.487 2.626,37.5 2.531,37.5 Z m 7.887,-4.281 c 0.171,0 0.341,0.044 0.49,0.128 2.469,1.392 5.267,2.128 8.092,2.128 9.098,0 16.5,-7.396 16.5,-16.488 C 35.5,9.895 28.098,2.5 19,2.5 9.902,2.5 2.5,9.896 2.5,18.988 c 0,3.097 0.88,6.13 2.546,8.771 0.138,0.219 0.186,0.479 0.134,0.733 l -1.339,6.588 6.3,-1.822 c 0.089,-0.026 0.182,-0.039 0.277,-0.039 z' id='path3351'/%3e%3c/g%3e%3cg id='g3355'%3e%3cpath style='fill:%23333333' d='m 16.991,23.363 0,-0.812 c 0,-0.931 0.169,-1.706 0.508,-2.323 0.339,-0.617 0.931,-1.257 1.777,-1.917 1.007,-0.795 1.657,-1.414 1.949,-1.854 0.292,-0.44 0.438,-0.965 0.438,-1.574 0,-0.711 -0.237,-1.257 -0.711,-1.638 -0.474,-0.381 -1.155,-0.571 -2.044,-0.571 -0.804,0 -1.549,0.114 -2.234,0.343 -0.685,0.229 -1.354,0.503 -2.006,0.825 l -1.066,-2.234 c 1.718,-0.957 3.559,-1.435 5.522,-1.435 1.659,0 2.975,0.406 3.948,1.219 0.973,0.813 1.46,1.934 1.46,3.364 0,0.635 -0.093,1.2 -0.279,1.695 -0.186,0.495 -0.468,0.967 -0.844,1.416 -0.376,0.449 -1.026,1.033 -1.949,1.752 -0.787,0.618 -1.314,1.13 -1.581,1.536 -0.267,0.406 -0.4,0.952 -0.4,1.638 l 0,0.571 -2.488,0 z m -0.52,4.05 c 0,-1.278 0.622,-1.917 1.866,-1.917 0.609,0 1.075,0.167 1.396,0.501 0.321,0.334 0.482,0.806 0.482,1.416 0,0.601 -0.163,1.077 -0.489,1.428 -0.326,0.351 -0.789,0.527 -1.39,0.527 -0.601,0 -1.062,-0.171 -1.384,-0.514 -0.322,-0.343 -0.481,-0.823 -0.481,-1.441 z' id='path3357' /%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat}.img-icon-participants-a{background-image:url(1e6bb23ef5ed89746a241beb2cb40eb3.svg);background-repeat:no-repeat}.img-icon-participants-c{background-image:url(d9e7b829ac016363df0ffbcdeb13378c.svg);background-repeat:no-repeat}.img-icon-participants{background-image:url(fa9cc3e78442ab36f9e3f6a4a0323ae9.svg);background-repeat:no-repeat}.img-icon-pdf-a{background-image:url(c8dc5b9a7dc31227dec5441cb14fbe31.svg);background-repeat:no-repeat}.img-icon-pdf-c{background-image:url(14c80131f08387dfc3059394696b86d5.svg);background-repeat:no-repeat}.img-icon-pdf{background-image:url(ad4113dd0ef7592f12765a6852837f20.svg);background-repeat:no-repeat}.img-icon-photo-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-90' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M59.117,34v76h-76V34H59.117 M60.117,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L60.117,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,32.5c-0.827,0-1.5-0.673-1.5-1.5V7c0-0.827,0.673-1.5,1.5-1.5h24c0.827,0,1.5,0.673,1.5,1.5 v24c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M31,6c0.551,0,1,0.449,1,1v24c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V7 c0-0.551,0.449-1,1-1H31 M31,5H7C5.9,5,5,5.9,5,7v24c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V7C33,5.9,32.1,5,31,5L31,5z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3ccircle style='fill:%23FFFFFF;' cx='23.5' cy='19.5' r='2'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M23.5,18c0.827,0,1.5,0.673,1.5,1.5S24.327,21,23.5,21S22,20.327,22,19.5S22.673,18,23.5,18 M23.5,17c-1.381,0-2.5,1.119-2.5,2.5s1.119,2.5,2.5,2.5s2.5-1.119,2.5-2.5S24.881,17,23.5,17L23.5,17z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M7,32.5c-0.827,0-1.5-0.673-1.5-1.5v-0.808l8.519-9.466l8.627,8.627 C22.744,29.451,22.872,29.5,23,29.5s0.256-0.049,0.354-0.146L28,24.707l4.5,4.5V31c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M14.038,21.452l8.255,8.255C22.488,29.902,22.744,30,23,30s0.512-0.098,0.707-0.293L28,25.414 l4,4V31c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1v-0.616L14.038,21.452 M14,20L5,30v1c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2 v-2l-5-5l-5,5L14,20L14,20z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-photo-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-90' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M59.117,34v76h-76V34H59.117 M60.117,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L60.117,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%2326D6FC;' d='M31,32.029H7c-1.1,0-2-0.9-2-2v-22c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v22 C33,31.129,32.1,32.029,31,32.029z'/%3e %3c/g%3e %3cg%3e %3ccircle style='fill:%23FFE200;' cx='23.5' cy='19.529' r='2'/%3e %3cg%3e %3cpath style='fill:%23FDFB6E;' d='M23.5,18.029c0.827,0,1.5,0.673,1.5,1.5s-0.673,1.5-1.5,1.5s-1.5-0.673-1.5-1.5 S22.673,18.029,23.5,18.029 M23.5,17.029c-1.381,0-2.5,1.119-2.5,2.5s1.119,2.5,2.5,2.5s2.5-1.119,2.5-2.5 S24.881,17.029,23.5,17.029L23.5,17.029z'/%3e %3c/g%3e %3c/g%3e %3cg style='opacity:0.2;'%3e %3cpath style='fill:%23303030;' d='M23,27.029l-9-9l-9,10v1c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2v-2l-5-5L23,27.029z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%2339E279;' d='M7,31.529c-0.766,0-1.4-0.578-1.489-1.32l8.508-9.454L23,29.736l5-5l4.5,4.5v0.793 c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%237DFB77;' d='M14.038,21.481l8.255,8.255L23,30.443l0.707-0.707L28,25.443l4,4v0.586c0,0.551-0.449,1-1,1H7 c-0.438,0-0.811-0.283-0.946-0.676L14.038,21.481 M14,20.029l-9,10c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2v-1l-5-5l-5,5L14,20.029 L14,20.029z'/%3e %3c/g%3e %3c/g%3e %3cpath style='fill:%23C3C3C3;' d='M5,30.029v1c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2v-1h-1v1c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1v-1H5z'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31,6.029c0.551,0,1,0.449,1,1v23c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1v-23 c0-0.551,0.449-1,1-1H31 M31,5.029H7c-1.1,0-2,0.9-2,2v23c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2v-23C33,5.929,32.1,5.029,31,5.029 L31,5.029z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-photo{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-90' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M59.117,34v76h-76V34H59.117 M60.117,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L60.117,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,32.5c-0.827,0-1.5-0.673-1.5-1.5V7c0-0.827,0.673-1.5,1.5-1.5h24c0.827,0,1.5,0.673,1.5,1.5 v24c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M31,6c0.551,0,1,0.449,1,1v24c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V7 c0-0.551,0.449-1,1-1H31 M31,5H7C5.9,5,5,5.9,5,7v24c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V7C33,5.9,32.1,5,31,5L31,5z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3ccircle style='fill:%23FFFFFF;' cx='23.5' cy='19.5' r='2'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M23.5,18c0.827,0,1.5,0.673,1.5,1.5S24.327,21,23.5,21S22,20.327,22,19.5S22.673,18,23.5,18 M23.5,17c-1.381,0-2.5,1.119-2.5,2.5s1.119,2.5,2.5,2.5s2.5-1.119,2.5-2.5S24.881,17,23.5,17L23.5,17z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23D7F9E4;' d='M7,32.5c-0.827,0-1.5-0.673-1.5-1.5v-0.808l8.519-9.466L23,29.707l5-5l4.5,4.5V31 c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M14.038,21.452l8.255,8.255L23,30.414l0.707-0.707L28,25.414l4,4V31c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1v-0.616L14.038,21.452 M14,20L5,30v1c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2v-2l-5-5l-5,5L14,20L14,20z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-portfolio-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-776' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M96.1,34v76h-76V34H96.1 M97.1,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L97.1,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg style='display:none;'%3e %3cimage style='display:inline;overflow:visible;' width='349' height='335' id='eUpSOJ' xlink:href='8FDFC9B7AB0D6E0D.jpg' transform='matrix(0.2485 0 0 0.2485 33.0209 -43.5)'%3e %3c/image%3e %3c/g%3e %3cpolygon style='display:none;fill:none;stroke:%23C2C4C4;stroke-miterlimit:10;' points='28.728,26.482 28.728,28.917 17.772,28.917 17.772,26.482 9.25,26.482 9.25,36.221 37.25,36.221 37.25,26.482 '/%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V2c0-0.827,0.673-1.5,1.5-1.5h24c0.827,0,1.5,0.673,1.5,1.5 v34c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M31,1c0.551,0,1,0.449,1,1v34c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V2 c0-0.551,0.449-1,1-1H31 M31,0H7C5.9,0,5,0.9,5,2v34c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V2C33,0.9,32.1,0,31,0L31,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='9.5' y='21.5' style='fill:none;stroke:%23FF3B30;stroke-miterlimit:10;' width='5' height='5'/%3e %3crect x='16.5' y='21.5' style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-miterlimit:10;' width='5' height='5'/%3e %3crect x='23.5' y='21.5' style='fill:none;stroke:%23FF3B30;stroke-miterlimit:10;' width='5' height='5'/%3e %3crect x='9.5' y='28.5' style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-miterlimit:10;' width='5' height='5'/%3e %3crect x='16.5' y='28.5' style='fill:none;stroke:%23FF3B30;stroke-miterlimit:10;' width='5' height='5'/%3e %3crect x='23.5' y='28.5' style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-miterlimit:10;' width='5' height='5'/%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M5.5,17.5V2c0-0.827,0.673-1.5,1.5-1.5h24c0.827,0,1.5,0.673,1.5,1.5v15.5H5.5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M31,1c0.551,0,1,0.449,1,1v15H6V2c0-0.551,0.449-1,1-1H31 M31,0H7C5.9,0,5,0.9,5,2v16h28V2 C33,0.9,32.1,0,31,0L31,0z'/%3e %3c/g%3e %3c/g%3e %3ccircle style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' cx='19.5' cy='6.5' r='3'/%3e %3crect x='9' y='12' style='fill:%23FF3B30;' width='20' height='1'/%3e %3crect x='14' y='14' style='fill:%23FF3B30;' width='10' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-portfolio-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-776' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M96.1,34v76h-76V34H96.1 M97.1,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L97.1,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg style='display:none;'%3e %3cimage style='display:inline;overflow:visible;' width='349' height='335' id='eUpSOJ' xlink:href='8D83B398DFF431E.jpg' transform='matrix(0.2485 0 0 0.2485 33.0209 -43.5)'%3e %3c/image%3e %3c/g%3e %3cpolygon style='display:none;fill:none;stroke:%23C2C4C4;stroke-miterlimit:10;' points='28.728,26.482 28.728,28.917 17.772,28.917 17.772,26.482 9.25,26.482 9.25,36.221 37.25,36.221 37.25,26.482 '/%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23EFEFEF;' d='M31,38H7c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v34C33,37.1,32.1,38,31,38z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E4E4E4;' d='M31,36H7c-1.1,0-2-0.9-2-2v2c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2v-2C33,35.1,32.1,36,31,36z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23C46FD4;' d='M14.5,21h-5C9.224,21,9,21.224,9,21.5v5C9,26.776,9.224,27,9.5,27h5c0.276,0,0.5-0.224,0.5-0.5 v-5C15,21.224,14.776,21,14.5,21z'/%3e %3cpath style='fill:%23FFD400;' d='M21.5,21h-5c-0.276,0-0.5,0.224-0.5,0.5v5c0,0.276,0.224,0.5,0.5,0.5h5 c0.276,0,0.5-0.224,0.5-0.5v-5C22,21.224,21.776,21,21.5,21z'/%3e %3cpath style='fill:%2344E07D;' d='M28.5,21h-5c-0.276,0-0.5,0.224-0.5,0.5v5c0,0.276,0.224,0.5,0.5,0.5h5 c0.276,0,0.5-0.224,0.5-0.5v-5C29,21.224,28.776,21,28.5,21z'/%3e %3cpath style='fill:%23FC9326;' d='M14.5,28h-5C9.224,28,9,28.224,9,28.5v5C9,33.776,9.224,34,9.5,34h5c0.276,0,0.5-0.224,0.5-0.5 v-5C15,28.224,14.776,28,14.5,28z'/%3e %3cpath style='fill:%230090FF;' d='M21.5,28h-5c-0.276,0-0.5,0.224-0.5,0.5v5c0,0.276,0.224,0.5,0.5,0.5h5 c0.276,0,0.5-0.224,0.5-0.5v-5C22,28.224,21.776,28,21.5,28z'/%3e %3cpath style='fill:%23FF3A30;' d='M28.5,28h-5c-0.276,0-0.5,0.224-0.5,0.5v5c0,0.276,0.224,0.5,0.5,0.5h5 c0.276,0,0.5-0.224,0.5-0.5v-5C29,28.224,28.776,28,28.5,28z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23666666;' d='M33,18V2c0-1.1-0.9-2-2-2H7C5.9,0,5,0.9,5,2v16H33z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23ACC5D6;' d='M19.5,10C17.57,10,16,8.43,16,6.5S17.57,3,19.5,3S23,4.57,23,6.5S21.43,10,19.5,10z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19.5,8.5C18.673,8.5,18,6.827,18,6s0.673-1.5,1.5-1.5C20.327,4.5,21,5.173,21,6 S20.327,8.5,19.5,8.5z'/%3e %3c/g%3e %3cpath style='fill:%23FFFFFF;' d='M19.5,10c0.997,0,1.893-0.424,2.531-1.096C21.499,8.064,20.566,7.5,19.5,7.5 s-1.999,0.564-2.531,1.404C17.607,9.576,18.503,10,19.5,10z'/%3e %3crect x='9' y='12' style='fill:%23EFEFEF;' width='20' height='1'/%3e %3crect x='14' y='14' style='fill:%23CCCCCC;' width='10' height='1'/%3e %3crect x='5' y='17' style='fill:%23555555;' width='28' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-portfolio{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-776' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M96.1,34v76h-76V34H96.1 M97.1,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L97.1,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg style='display:none;'%3e %3cimage style='display:inline;overflow:visible;' width='349' height='335' id='eUpSOJ' xlink:href='7CB65B98B6E50A7E.jpg' transform='matrix(0.2485 0 0 0.2485 33.0209 -43.5)'%3e %3c/image%3e %3c/g%3e %3cpolygon style='display:none;fill:none;stroke:%23C2C4C4;stroke-miterlimit:10;' points='28.728,26.482 28.728,28.917 17.772,28.917 17.772,26.482 9.25,26.482 9.25,36.221 37.25,36.221 37.25,26.482 '/%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V2c0-0.827,0.673-1.5,1.5-1.5h24c0.827,0,1.5,0.673,1.5,1.5 v34c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M31,1c0.551,0,1,0.449,1,1v34c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V2 c0-0.551,0.449-1,1-1H31 M31,0H7C5.9,0,5,0.9,5,2v34c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V2C33,0.9,32.1,0,31,0L31,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='9.5' y='21.5' style='fill:%23FFFFFF;stroke:%23C0C2C1;stroke-linejoin:round;stroke-miterlimit:10;' width='5' height='5'/%3e %3crect x='16.5' y='21.5' style='fill:%23FFF9CC;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' width='5' height='5'/%3e %3crect x='23.5' y='21.5' style='fill:%23FFFFFF;stroke:%23C0C2C1;stroke-linejoin:round;stroke-miterlimit:10;' width='5' height='5'/%3e %3crect x='9.5' y='28.5' style='fill:%23FFE0CC;stroke:%23767676;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' width='5' height='5'/%3e %3crect x='16.5' y='28.5' style='fill:%23FFFFFF;stroke:%23C0C2C1;stroke-linejoin:round;stroke-miterlimit:10;' width='5' height='5'/%3e %3crect x='23.5' y='28.5' style='fill:%23FFD8D6;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' width='5' height='5'/%3e %3cg%3e %3cpath style='fill:%23E2E2E2;' d='M5.5,17.5V2c0-0.827,0.673-1.5,1.5-1.5h24c0.827,0,1.5,0.673,1.5,1.5v15.5H5.5z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M31,1c0.551,0,1,0.449,1,1v15H6V2c0-0.551,0.449-1,1-1H31 M31,0H7C5.9,0,5,0.9,5,2v16h28V2 C33,0.9,32.1,0,31,0L31,0z'/%3e %3c/g%3e %3c/g%3e %3ccircle style='fill:%23E2E2E2;stroke:%23767676;stroke-miterlimit:10;' cx='19.5' cy='6.5' r='3'/%3e %3crect x='9' y='12' style='fill:%23C0C2C1;' width='20' height='1'/%3e %3crect x='14' y='14' style='fill:%23C0C2C1;' width='10' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-post-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpolygon style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' points='33.032,9.396 10.97,20.146 10.97,31.084 18.195,26.174 16.157,24.209 '/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' d='M16.157,24.203l7.853,7.573 c0.419,0.404,1.115,0.238,1.307-0.311l7.714-22.074L16.157,24.203z'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' d='M10.97,20.141l22.062-10.75 L5.659,14.266c-0.678,0.121-0.895,0.986-0.354,1.413L10.97,20.141z'/%3e %3c/g%3e %3cline style='fill:none;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' x1='10.97' y1='31.084' x2='16.157' y2='24.209'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-post-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23D0ECFA;' d='M33.432,8.811c-0.138-0.209-0.41-0.281-0.635-0.173l-22.062,10.75 c-0.172,0.084-0.281,0.258-0.281,0.45v10.938c0,0.185,0.103,0.355,0.266,0.442c0.074,0.039,0.154,0.058,0.234,0.058 c0.099,0,0.196-0.029,0.281-0.086l7.226-4.91c0.124-0.084,0.204-0.221,0.217-0.371s-0.043-0.298-0.151-0.402l-1.646-1.588 L33.346,9.464C33.534,9.299,33.571,9.02,33.432,8.811z'/%3e %3cpath style='fill:%23ACC5D6;' d='M15.413,23.884l-4.731,7.298c0.015,0.01,0.022,0.027,0.038,0.036 c0.074,0.039,0.154,0.058,0.234,0.058c0.099,0,0.196-0.029,0.281-0.086l7.205-4.896L15.413,23.884z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E1F3FF;' d='M33.492,8.928c-0.077-0.236-0.316-0.383-0.563-0.337L5.555,13.466 c-0.511,0.091-0.905,0.459-1.031,0.962s0.049,1.015,0.456,1.335l5.472,4.311l0.192,0.151c0.09,0.071,0.199,0.107,0.31,0.107 c0.074,0,0.149-0.017,0.219-0.05l22.062-10.75C33.459,9.423,33.569,9.165,33.492,8.928z'/%3e %3cpath style='fill:%23E1F3FF;' d='M33.295,8.668c-0.187-0.125-0.438-0.111-0.609,0.039l-2.799,2.457L16.936,22.532l0,0l-0.001,0 l-1.125,0.987c-0.01,0.009-0.015,0.022-0.024,0.032l-0.375,0.332l0.375,0.362c0.003,0.003,0.004,0.007,0.007,0.01l1.305,1.259 l6.547,6.314c0.244,0.235,0.563,0.364,0.899,0.364c0.553,0,1.047-0.35,1.228-0.87l7.714-22.074 C33.563,9.033,33.484,8.795,33.295,8.668z'/%3e %3c/g%3e %3c/g%3e %3cpolygon style='fill:%23D0ECFA;' points='10.452,20.074 29.824,11.219 10.454,21.243 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-post{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpolygon style='fill:%23E2E2E2;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' points='33.032,9.396 10.97,20.146 10.97,31.084 18.195,26.174 16.157,24.209 '/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' d='M16.157,24.203l7.853,7.573 c0.419,0.404,1.115,0.238,1.307-0.311l7.714-22.074L16.157,24.203z'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' d='M10.97,20.141l22.062-10.75 L5.659,14.266c-0.678,0.121-0.895,0.986-0.354,1.413L10.97,20.141z'/%3e %3c/g%3e %3cline style='fill:none;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' x1='10.97' y1='31.084' x2='16.157' y2='24.209'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-presentation-a{background-image:url(c0d6b23cf667a1b5a8137db0b17d1c32.svg);background-repeat:no-repeat}.img-icon-presentation-c{background-image:url(2c16e3e54b5befd6b7ff58d21833d992.svg);background-repeat:no-repeat}.img-icon-presentation{background-image:url(5e56d0294a86c17d0c3c129920f36d79.svg);background-repeat:no-repeat}.img-icon-presenter-a{background-image:url(da40d9b871824505d16c9649c9a5f408.svg);background-repeat:no-repeat}.img-icon-presenter-c{background-image:url(aa7b570189da96517ebc54ead51f2934.svg);background-repeat:no-repeat}.img-icon-presenter{background-image:url(5f9d20006615d010d7f16a19f2b17d1f.svg);background-repeat:no-repeat}.img-icon-quiz-a{background-image:url("data:image/svg+xml,%3csvg id='icon-large-quiz-a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38' enable-background='new 0 0 38 38'%3e%3cpath fill='%23fff' d='M7 37.5c-.827 0-1.5-.673-1.5-1.5V2c0-.827.673-1.5 1.5-1.5h15.61l1.904 7.62c.046.18.185.32.365.365l7.62 1.906V36c0 .827-.673 1.5-1.5 1.5H7z'/%3e%3cpath fill='%23FF3B30' d='M22.22 1l1.81 7.243c.09.358.37.638.728.728L32 10.78V36c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h15.22M23 0H7C5.9 0 5 .9 5 2v34c0 1.1.9 2 2 2h24c1.1 0 2-.9 2-2V10l-8-2-2-8z'/%3e%3cpath fill='%23FBE9E8' d='M23.996 10.5c-.825 0-1.496-.673-1.496-1.5V.5h.5c.132 0 .26.053.354.146l9 9.002c.092.093.146.22.146.352v.5h-8.504z'/%3e%3cpath fill='%23FF3B30' d='M23 1l9 9h-8.004c-.55 0-.996-.45-.996-1V1m0-1h-1v9c0 1.1.898 2 1.996 2H33v-1c0-.265-.105-.52-.293-.706l-9-9.003C23.52.106 23.265 0 23 0z'/%3e%3cpath fill='%23fff' stroke='%23FF3B30' stroke-linejoin='round' stroke-miterlimit='10' d='M10.5 14.5h7v7h-7z'/%3e%3cpath fill='%23FBE9E8' stroke='%23FF3B30' stroke-linejoin='round' stroke-miterlimit='10' d='M20.5 14.5h7v7h-7z'/%3e%3cpath fill='%23fff' stroke='%23FF3B30' stroke-linejoin='round' stroke-miterlimit='10' d='M10.5 25.5h7v7h-7zM20.5 25.5h7v7h-7z'/%3e%3cg fill='%23fff' stroke='%23FF3B30' stroke-linecap='round' stroke-miterlimit='10'%3e%3cpath d='M22.5 16.5l3 3M25.5 16.5l-3 3'/%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat}.img-icon-quiz-c{background-image:url("data:image/svg+xml,%3csvg id='icon-large-quiz-c' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38' enable-background='new 0 0 38 38'%3e%3cpath fill='%23CEEAF8' d='M23 0H7C5.9 0 5 .9 5 2v34c0 1.1.9 2 2 2h24c1.1 0 2-.9 2-2V10l-8-2-2-8z'/%3e%3cpath fill='%23DEF1FF' d='M23 0H7C5.9 0 5 .9 5 2v32c0 1.1.9 2 2 2h24c1.1 0 2-.9 2-2V10l-8-4-2-6z'/%3e%3cpath stroke='%23AAC3D4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' fill='none' d='M10.5 14.5h7v7h-7z'/%3e%3cpath fill='%23D7F9E4' d='M20.5 14.5h7v7h-7z'/%3e%3cpath fill='%2339E379' d='M27.5 22h-7c-.276 0-.5-.224-.5-.5v-7c0-.276.224-.5.5-.5h7c.276 0 .5.224.5.5v7c0 .276-.224.5-.5.5z'/%3e%3cpath stroke='%23AAC3D4' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' fill='none' d='M10.5 25.5h7v7h-7zM20.5 25.5h7v7h-7z'/%3e%3cg stroke='%23fff' stroke-width='1.014' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' fill='none'%3e%3cpath d='M22.5 16.5l3 3M25.5 16.5l-3 3'/%3e%3c/g%3e%3cpath fill='%23AAC3D4' d='M33 11c0-.265-.105-.52-.293-.706l-9-9.003C23.52 1.106 23.265 1 23 1h-1v9c0 1.1.898 2 1.996 2H33v-1z' opacity='.5'/%3e%3cpath fill='%23fff' d='M33 10c0-.265-.105-.52-.293-.706l-9-9.003C23.52.106 23.265 0 23 0h-1v9c0 1.1.898 2 1.996 2H33v-1z'/%3e%3c/svg%3e");background-repeat:no-repeat}.img-icon-quiz{background-image:url("data:image/svg+xml,%3csvg id='icon-large-quiz' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38' enable-background='new 0 0 38 38'%3e%3cpath fill='%23fff' d='M7 37.5c-.827 0-1.5-.673-1.5-1.5V2c0-.827.673-1.5 1.5-1.5h15.61l1.978 7.912 7.912 1.98V36c0 .827-.673 1.5-1.5 1.5H7z'/%3e%3cpath fill='%23767676' d='M22.22 1l1.81 7.243.146.582.582.146L32 10.78V36c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h15.22M23 0H7C5.9 0 5 .9 5 2v34c0 1.1.9 2 2 2h24c1.1 0 2-.9 2-2V10l-8-2-2-8z'/%3e%3cpath fill='%23E0E0E0' d='M23.996 10.5c-.825 0-1.496-.673-1.496-1.5V.5h.5c.132 0 .26.053.354.146l9 9.002c.092.093.146.22.146.352v.5h-8.504z'/%3e%3cpath fill='%23767676' d='M23 1l9 9h-8.004c-.55 0-.996-.45-.996-1V1m0-1h-1v9c0 1.1.898 2 1.996 2H33v-1c0-.265-.105-.52-.293-.706l-9-9.003C23.52.106 23.265 0 23 0z'/%3e%3cpath stroke='%23BEC0BF' stroke-linejoin='round' stroke-miterlimit='10' fill='none' d='M10.5 14.5h7v7h-7z'/%3e%3cpath fill='%23D7F9E4' stroke='%23BEC0BF' stroke-linejoin='round' stroke-miterlimit='10' d='M20.5 14.5h7v7h-7z'/%3e%3cpath stroke='%23BEC0BF' stroke-linejoin='round' stroke-miterlimit='10' fill='none' d='M10.5 25.5h7v7h-7zM20.5 25.5h7v7h-7z'/%3e%3cg stroke='%23767675' stroke-linecap='round' stroke-miterlimit='10' fill='none'%3e%3cpath d='M22.5 16.5l3 3M25.5 16.5l-3 3'/%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat}.img-icon-raise-hand-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-531' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M31.25-24v76h-76v-76H31.25 M32.25-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L32.25-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3crect x='9.5' y='12' style='fill:%23FFFFFF;' width='22.625' height='15.5'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' d='M30.5,18.471V3.921 c0-1.873-1.567-3.392-3.5-3.392l0,0c-1.933,0-3.5,1.518-3.5,3.392v14.492'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' d='M30.5,18.471V9.862c0-1.873,1.567-3.392,3.5-3.392l0,0 c1.933,0,3.5,1.518,3.5,3.392l0,16.816c0,4.598-4.474,10.792-8.952,10.792H11.242c-2.592,0-4.944-3.105-5.968-5.55L0.72,21.228 c-0.689-1.943,0.29-4.098,2.182-4.806l0.249-0.093c1.892-0.707,3.991,0.298,4.68,2.241L9.5,21.971'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' d='M23.5,18.471V3.921 c0-1.873-1.567-3.392-3.5-3.392l0,0c-1.933,0-3.5,1.518-3.5,3.392v14.492'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' d='M16.5,18.471V7.892 C16.5,6.018,14.933,4.5,13,4.5l0,0c-1.933,0-3.5,1.518-3.5,3.392v13.579'/%3e %3cpath style='fill:none;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' d='M9.5,21.971c0,0,8.208,1.833,9,7.5'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-raise-hand-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-531' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M31.25-24v76h-76v-76H31.25 M32.25-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L32.25-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23C46FD4;' d='M7.831,18.541c-0.689-1.943-2.788-2.948-4.68-2.241l-0.249,0.093 C1.011,17.1,0.032,19.255,0.72,21.198l4.554,10.693c1.023,2.445,3.376,5.55,5.968,5.55h17.306c4.477,0,8.952-6.194,8.952-10.792 l0-16.816c0-1.873-1.567-3.392-3.5-3.392c-1.933,0-3.5,1.518-3.5,3.392V3.892C30.5,2.018,28.933,0.5,27,0.5 c-1.933,0-3.5,1.518-3.5,3.392C23.5,2.018,21.933,0.5,20,0.5c-1.933,0-3.5,1.518-3.5,3.392v3.971c0-1.873-1.567-3.392-3.5-3.392 c-1.933,0-3.5,1.518-3.5,3.392v13.579'/%3e %3cpath style='fill:%23D69AE1;' d='M30,3.892v14.55c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5V3.892C31,1.746,29.206,0,27,0v1 C28.654,1,30,2.297,30,3.892z'/%3e %3cpath style='fill:%23D69AE1;' d='M23,3.892C23,2.297,21.654,1,20,1V0c2.206,0,4,1.746,4,3.892H23z'/%3e %3cpath style='fill:%23975CA3;' d='M23,3.892v14.491c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5V3.892C24,2.297,25.346,1,27,1V0 C24.794,0,23,1.746,23,3.892z'/%3e %3cg%3e %3cpath style='fill:%23975CA3;' d='M9,7.862v13.579c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5V7.862c0-1.595,1.346-2.892,3-2.892 v-1C10.794,3.971,9,5.717,9,7.862z'/%3e %3cpath style='fill:%23D69AE1;' d='M17,7.862c0-2.146-1.794-3.892-4-3.892v1c1.654,0,3,1.297,3,2.892H17z'/%3e %3c/g%3e %3cpath style='fill:%23975CA3;' d='M16,3.892v14.491c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5V3.892C17,2.297,18.346,1,20,1V0 C17.794,0,16,1.746,16,3.892z'/%3e %3cpath style='fill:none;stroke:%23D69AE1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='M9.5,21.94 c0,0,8.208,1.833,9,7.5'/%3e %3cg%3e %3cpath style='fill:%23975CA3;' d='M28.548,35.941H11.242c-2.43,0-4.624-2.136-5.508-4.246L1.192,21.031 c-0.599-1.688,0.247-3.559,1.885-4.17l0.13-0.049l-0.397-0.92l-0.083,0.031c-2.146,0.803-3.257,3.243-2.467,5.471l4.553,10.69 c1.181,2.82,3.695,5.856,6.429,5.856h17.306c2.203,0,4.377-1.381,6.088-3.335l-0.704-0.704 C32.399,35.678,30.469,35.941,28.548,35.941z'/%3e %3cpath style='fill:%23D69AE1;' d='M34,5.941v1c1.654,0,3,1.297,3,2.892v16.816c0,2.332-1.255,5.152-3.068,7.253l0.704,0.704 c2-2.285,3.364-5.355,3.364-7.957V9.833C38,7.687,36.206,5.941,34,5.941z'/%3e %3cpath style='fill:%23975CA3;' d='M30,9.833v8.608c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5V9.833c0-1.595,1.346-2.892,3-2.892 v-1C31.794,5.941,30,7.687,30,9.833z'/%3e %3cpath style='fill:%23D69AE1;' d='M3.326,16.769c0.775-0.291,1.617-0.257,2.371,0.095c0.779,0.364,1.37,1.019,1.685,1.898 l1.669,3.4c0.122,0.248,0.422,0.347,0.67,0.229c0.247-0.122,0.35-0.422,0.229-0.67l-1.646-3.347 c-0.383-1.081-1.158-1.938-2.183-2.417c-0.999-0.466-2.113-0.512-3.144-0.126l-0.166,0.062l0.397,0.92L3.326,16.769z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-raise-hand{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-531' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M31.25-24v76h-76v-76H31.25 M32.25-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L32.25-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3crect x='9.5' y='12' style='fill:%23FFFFFF;' width='22.625' height='15.5'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' d='M30.5,18.471V3.921 c0-1.873-1.567-3.392-3.5-3.392l0,0c-1.933,0-3.5,1.518-3.5,3.392v14.492'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' d='M30.5,18.471V9.862 c0-1.873,1.567-3.392,3.5-3.392l0,0c1.933,0,3.5,1.518,3.5,3.392l0,16.816c0,4.598-4.474,10.792-8.952,10.792H11.242 c-2.592,0-4.944-3.105-5.968-5.55L0.72,21.228c-0.689-1.943,0.29-4.098,2.182-4.806l0.249-0.093 c1.892-0.707,3.991,0.298,4.68,2.241L9.5,21.971'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' d='M23.5,18.471V3.921 c0-1.873-1.567-3.392-3.5-3.392l0,0c-1.933,0-3.5,1.518-3.5,3.392v14.492'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' d='M16.5,18.471V7.892 C16.5,6.018,14.933,4.5,13,4.5l0,0c-1.933,0-3.5,1.518-3.5,3.392v13.579'/%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' d='M9.5,21.971c0,0,8.208,1.833,9,7.5'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-record-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-657' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M8.534-24v76h-76v-76H8.534 M9.534-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L9.534-25z'/%3e %3c/g%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M111.817-24v76h-76v-76H111.817 M112.817-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L112.817-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' d='M36.042,13.14L28.55,18v-6.5 c0-0.552-0.448-1-1-1h-26c-0.552,0-1,0.448-1,1v19c0,0.552,0.448,1,1,1h26c0.552,0,1-0.448,1-1V24l7.492,4.86 c0.664,0.388,1.508-0.078,1.508-0.833V13.973C37.55,13.218,36.705,12.751,36.042,13.14z'/%3e %3cpolygon style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' points='34.55,14.107 28.55,18 28.55,24 34.55,27.892 '/%3e %3cpath style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' d='M0.55,21.521V30.5 c0,0.552,0.448,1,1,1h26c0.552,0,1-0.448,1-1v-8.979H0.55z'/%3e %3cline style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' x1='28.55' y1='18' x2='28.55' y2='24'/%3e %3cline style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' x1='34.55' y1='14' x2='34.55' y2='28'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M5.05,27.5c-0.275,0-0.5-0.224-0.5-0.5V15c0-0.276,0.225-0.5,0.5-0.5h18 c0.275,0,0.5,0.224,0.5,0.5v12c0,0.276-0.225,0.5-0.5,0.5H5.05z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M23.05,15v12h-18V15H23.05 M23.05,14h-18c-0.552,0-1,0.448-1,1v12c0,0.552,0.448,1,1,1h18 c0.552,0,1-0.448,1-1V15C24.05,14.448,23.602,14,23.05,14L23.05,14z'/%3e %3c/g%3e %3c/g%3e %3crect x='0.05' y='21.042' style='fill:%23FF3B30;' width='4' height='0.958'/%3e %3crect x='24.05' y='21.042' style='fill:%23FF3B30;' width='4' height='0.958'/%3e %3ccircle style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' cx='14.05' cy='21' r='3'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-record-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-657' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M8.534-24v76h-76v-76H8.534 M9.534-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L9.534-25z'/%3e %3c/g%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M111.817-24v76h-76v-76H111.817 M112.817-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L112.817-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23CDCCCC;stroke:%23CDCCCC;stroke-miterlimit:10;' d='M35.992,12.14L28.5,17v-6.5c0-0.552-0.448-1-1-1h-26 c-0.552,0-1,0.448-1,1v19c0,0.552,0.448,1,1,1h26c0.552,0,1-0.448,1-1V23l7.492,4.86c0.664,0.388,1.508-0.078,1.508-0.833V12.973 C37.5,12.218,36.655,11.751,35.992,12.14z'/%3e %3cg%3e %3cpath style='fill:%23E4E4E4;' d='M35.719,11.72L29,16.079v2l6.719-4.359C36.756,13.111,38,13.897,38,14.973v-2 C38,11.897,36.756,11.111,35.719,11.72z'/%3e %3cpath style='fill:%23E4E4E4;' d='M1.5,11h26c0.827,0,1.5,0.673,1.5,1.5v-2C29,9.673,28.327,9,27.5,9h-26C0.673,9,0,9.673,0,10.5v2 C0,11.673,0.673,11,1.5,11z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23AAAAAA;' d='M27.5,29h-26C0.673,29,0,28.327,0,27.5v2C0,30.327,0.673,31,1.5,31h26c0.827,0,1.5-0.673,1.5-1.5 v-2C29,28.327,28.327,29,27.5,29z'/%3e %3cpath style='fill:%23AAAAAA;' d='M36.502,26.499c-0.266,0-0.53-0.071-0.764-0.208L29,21.92v2l6.738,4.371 c0.233,0.137,0.498,0.208,0.764,0.208c0.386,0,0.754-0.145,1.035-0.407C37.836,27.813,38,27.435,38,27.026v-2 c0,0.408-0.164,0.787-0.463,1.065C37.256,26.354,36.888,26.499,36.502,26.499z'/%3e %3c/g%3e %3ccircle style='fill:%23FF3A30;' cx='15' cy='20' r='4'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-record-stop-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-716' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M52.817-24v76h-76v-76H52.817 M53.817-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L53.817-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' d='M35.992,12.14L28.5,17v-6.5 c0-0.552-0.448-1-1-1h-26c-0.552,0-1,0.448-1,1v19c0,0.552,0.448,1,1,1h26c0.552,0,1-0.448,1-1V23l7.492,4.86 c0.664,0.388,1.508-0.078,1.508-0.833V12.973C37.5,12.218,36.655,11.751,35.992,12.14z'/%3e %3cpath style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' d='M0.5,20.521V29.5 c0,0.552,0.448,1,1,1h26c0.552,0,1-0.448,1-1v-8.979H0.5z'/%3e %3cpolygon style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' points='34.5,13.107 28.5,17 28.5,23 34.5,26.892 '/%3e %3cline style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' x1='28.5' y1='17' x2='28.5' y2='23'/%3e %3cline style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' x1='34.5' y1='13' x2='34.5' y2='27'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M5,26.5c-0.275,0-0.5-0.224-0.5-0.5V14c0-0.276,0.225-0.5,0.5-0.5h18c0.275,0,0.5,0.224,0.5,0.5 v12c0,0.276-0.225,0.5-0.5,0.5H5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M23,14v12H5V14H23 M23,13H5c-0.552,0-1,0.448-1,1v12c0,0.552,0.448,1,1,1h18 c0.552,0,1-0.448,1-1V14C24,13.448,23.552,13,23,13L23,13z'/%3e %3c/g%3e %3c/g%3e %3crect x='0.5' y='20.042' style='fill:%23FF3B30;' width='3.5' height='0.958'/%3e %3crect x='24' y='20.042' style='fill:%23FF3B30;' width='4' height='0.958'/%3e %3c/g%3e %3cg%3e %3crect x='11.5' y='17.5' style='fill:%23FDEBEA;' width='5' height='5'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M16,18v4h-4v-4H16 M17,17h-6v6h6V17L17,17z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-record-stop-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-716' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M52.817-24v76h-76v-76H52.817 M53.817-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L53.817-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23CDCCCC;stroke:%23CDCCCC;stroke-miterlimit:10;' d='M35.992,12.14L28.5,17v-6.5c0-0.552-0.448-1-1-1h-26 c-0.552,0-1,0.448-1,1v19c0,0.552,0.448,1,1,1h26c0.552,0,1-0.448,1-1V23l7.492,4.86c0.664,0.388,1.508-0.078,1.508-0.833V12.973 C37.5,12.218,36.655,11.751,35.992,12.14z'/%3e %3crect x='11' y='16' style='fill:%23676767;' width='8' height='8'/%3e %3cg%3e %3cpath style='fill:%23E4E4E4;' d='M35.719,11.72L29,16.079v2l6.719-4.359C36.756,13.111,38,13.897,38,14.973v-2 C38,11.897,36.756,11.111,35.719,11.72z'/%3e %3cpath style='fill:%23E4E4E4;' d='M1.5,11h26c0.827,0,1.5,0.673,1.5,1.5v-2C29,9.673,28.327,9,27.5,9h-26C0.673,9,0,9.673,0,10.5v2 C0,11.673,0.673,11,1.5,11z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23AAAAAA;' d='M27.5,29h-26C0.673,29,0,28.327,0,27.5v2C0,30.327,0.673,31,1.5,31h26c0.827,0,1.5-0.673,1.5-1.5 v-2C29,28.327,28.327,29,27.5,29z'/%3e %3cpath style='fill:%23AAAAAA;' d='M36.502,26.499c-0.266,0-0.53-0.071-0.764-0.208L29,21.92v2l6.738,4.371 c0.233,0.137,0.498,0.208,0.764,0.208c0.386,0,0.754-0.145,1.035-0.407C37.836,27.813,38,27.435,38,27.026v-2 c0,0.408-0.164,0.787-0.463,1.065C37.256,26.354,36.888,26.499,36.502,26.499z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-record-stop{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-716' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M52.817-24v76h-76v-76H52.817 M53.817-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L53.817-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' d='M35.992,12.14L28.5,17v-6.5 c0-0.552-0.448-1-1-1h-26c-0.552,0-1,0.448-1,1v19c0,0.552,0.448,1,1,1h26c0.552,0,1-0.448,1-1V23l7.492,4.86 c0.664,0.388,1.508-0.078,1.508-0.833V12.973C37.5,12.218,36.655,11.751,35.992,12.14z'/%3e %3cpath style='fill:%23E2E2E2;stroke:%23767676;stroke-miterlimit:10;' d='M0.5,20.521V29.5c0,0.552,0.448,1,1,1h26 c0.552,0,1-0.448,1-1v-8.979H0.5z'/%3e %3cpolygon style='fill:%23E2E2E2;stroke:%23767676;stroke-miterlimit:10;' points='34.5,13.107 28.5,17 28.5,23 34.5,26.892 '/%3e %3cline style='fill:%23FFFFFF;stroke:%23767676;stroke-miterlimit:10;' x1='28.5' y1='17' x2='28.5' y2='23'/%3e %3cline style='fill:%23FFFFFF;stroke:%23767676;stroke-miterlimit:10;' x1='34.5' y1='13' x2='34.5' y2='27'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M5,26.5c-0.275,0-0.5-0.224-0.5-0.5V14c0-0.276,0.225-0.5,0.5-0.5h18c0.275,0,0.5,0.224,0.5,0.5 v12c0,0.276-0.225,0.5-0.5,0.5H5z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M23,14v12H5V14H23 M23,13H5c-0.552,0-1,0.448-1,1v12c0,0.552,0.448,1,1,1h18 c0.552,0,1-0.448,1-1V14C24,13.448,23.552,13,23,13L23,13z'/%3e %3c/g%3e %3c/g%3e %3crect x='0.5' y='20.042' style='fill:%23767676;' width='3.5' height='0.958'/%3e %3crect x='24' y='20.042' style='fill:%23767676;' width='4' height='0.958'/%3e %3c/g%3e %3cg%3e %3crect x='11.5' y='17.5' style='fill:%23E2E2E2;' width='5' height='5'/%3e %3cpath style='fill:%23767676;' d='M16,18v4h-4v-4H16 M17,17h-6v6h6V17L17,17z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-record{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-657' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M8.534-24v76h-76v-76H8.534 M9.534-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L9.534-25z'/%3e %3c/g%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M111.817-24v76h-76v-76H111.817 M112.817-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L112.817-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23FFFFFF;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' d='M36.042,13.14L28.55,18v-6.5 c0-0.552-0.448-1-1-1h-26c-0.552,0-1,0.448-1,1v19c0,0.552,0.448,1,1,1h26c0.552,0,1-0.448,1-1V24l7.492,4.86 c0.664,0.388,1.508-0.078,1.508-0.833V13.973C37.55,13.218,36.705,12.751,36.042,13.14z'/%3e %3cpath style='fill:%23E2E2E2;stroke:%23767676;stroke-miterlimit:10;' d='M0.55,21.521V30.5c0,0.552,0.448,1,1,1h26 c0.552,0,1-0.448,1-1v-8.979H0.55z'/%3e %3cpolygon style='fill:%23E2E2E2;stroke:%23767676;stroke-miterlimit:10;' points='34.55,14.107 28.55,18 28.55,24 34.55,27.892 '/%3e %3cline style='fill:%23FFFFFF;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' x1='28.55' y1='18' x2='28.55' y2='24'/%3e %3cline style='fill:%23FFFFFF;stroke:%23767676;stroke-miterlimit:10;' x1='34.55' y1='14' x2='34.55' y2='28'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M5.05,27.5c-0.275,0-0.5-0.224-0.5-0.5V15c0-0.276,0.225-0.5,0.5-0.5h18 c0.275,0,0.5,0.224,0.5,0.5v12c0,0.276-0.225,0.5-0.5,0.5H5.05z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M23.05,15v12h-18V15H23.05 M23.05,14h-18c-0.552,0-1,0.448-1,1v12c0,0.552,0.448,1,1,1h18 c0.552,0,1-0.448,1-1V15C24.05,14.448,23.602,14,23.05,14L23.05,14z'/%3e %3c/g%3e %3c/g%3e %3crect x='0.05' y='21.042' style='fill:%23767676;' width='4' height='0.958'/%3e %3crect x='24.05' y='21.042' style='fill:%23767676;' width='4' height='0.958'/%3e %3ccircle style='fill:%23FFD8D6;stroke:%23767676;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' cx='14.05' cy='21' r='3'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-reminder-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-531' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M8,26.5c-0.827,0-1.5-0.673-1.5-1.5V7c0-0.827,0.673-1.5,1.5-1.5h18c0.827,0,1.5,0.673,1.5,1.5 v18c0,0.827-0.673,1.5-1.5,1.5H8z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M26,6c0.551,0,1,0.449,1,1v18c0,0.551-0.449,1-1,1H8c-0.551,0-1-0.449-1-1V7 c0-0.551,0.449-1,1-1H26 M26,5H8C6.9,5,6,5.9,6,7v18c0,1.1,0.9,2,2,2h18c1.1,0,2-0.9,2-2V7C28,5.9,27.1,5,26,5L26,5z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M6,28.5c-0.827,0-1.5-0.673-1.5-1.5V9c0-0.827,0.673-1.5,1.5-1.5h22c0.827,0,1.5,0.673,1.5,1.5 v18c0,0.827-0.673,1.5-1.5,1.5H6z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M28,8c0.551,0,1,0.449,1,1v18c0,0.551-0.449,1-1,1H6c-0.551,0-1-0.449-1-1V9 c0-0.551,0.449-1,1-1H28 M28,7H6C4.9,7,4,7.9,4,9v18c0,1.1,0.9,2,2,2h22c1.1,0,2-0.9,2-2V9C30,7.9,29.1,7,28,7L28,7z'/%3e %3c/g%3e %3c/g%3e %3crect x='11' y='4' style='fill:%23FF3B30;' width='1' height='5'/%3e %3crect x='22' y='4' style='fill:%23FF3B30;' width='1' height='5'/%3e %3crect x='5' y='14' style='fill:%23FF3B30;' width='24' height='1'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M25.5,34.5c-4.411,0-8-3.589-8-8s3.589-8,8-8s8,3.589,8,8S29.911,34.5,25.5,34.5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M25.5,19c4.142,0,7.5,3.358,7.5,7.5S29.642,34,25.5,34S18,30.642,18,26.5S21.358,19,25.5,19 M25.5,18c-4.687,0-8.5,3.813-8.5,8.5s3.813,8.5,8.5,8.5s8.5-3.813,8.5-8.5S30.187,18,25.5,18L25.5,18z'/%3e %3c/g%3e %3c/g%3e %3crect x='25' y='21' style='fill:%23FF3B30;' width='1' height='6'/%3e %3crect x='25' y='26' style='fill:%23FF3B30;' width='4' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-reminder-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-531' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23CD2D28;' d='M26.004,26.997h-18c-1.1,0-2-0.9-2-2v-18c0-1.1,0.9-2,2-2h18c1.1,0,2,0.9,2,2v18 C28.004,26.097,27.104,26.997,26.004,26.997z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E4E4E4;' d='M28.004,28.997h-22c-1.1,0-2-0.9-2-2v-18c0-1.1,0.9-2,2-2h22c1.1,0,2,0.9,2,2v18 C30.004,28.097,29.104,28.997,28.004,28.997z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M28.004,26.997h-22c-1.1,0-2-0.9-2-2v-16c0-1.1,0.9-2,2-2h22c1.1,0,2,0.9,2,2v16 C30.004,26.097,29.104,26.997,28.004,26.997z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FF3A30;' d='M4.004,14.997v-6c0-1.1,0.9-2,2-2h22c1.1,0,2,0.9,2,2v6H4.004z'/%3e %3c/g%3e %3crect x='11.004' y='3.997' style='fill:%23F7F7F7;' width='1' height='5'/%3e %3crect x='22.004' y='3.997' style='fill:%23F7F7F7;' width='1' height='5'/%3e %3crect x='10.004' y='4.997' style='opacity:0.2;fill:%23303030;' width='1' height='4'/%3e %3crect x='21.004' y='4.997' style='opacity:0.2;fill:%23303030;' width='1' height='4'/%3e %3cpath style='opacity:0.2;fill:%23303030;' d='M30.004,21.028c-0.156-0.185-0.315-0.368-0.49-0.542 c-3.314-3.314-8.707-3.314-12.021,0c-2.299,2.299-3,5.598-2.109,8.51h12.619c1.1,0,2-0.9,2-2V21.028z'/%3e %3cpath style='fill:%23F7F7F7;' d='M25.504,34.497c-4.411,0-8-3.589-8-8s3.589-8,8-8s8,3.589,8,8S29.915,34.497,25.504,34.497z'/%3e %3cpath style='fill:%23E4E4E4;' d='M20.201,21.194c2.929-2.929,7.678-2.929,10.607,0s2.929,7.678,0,10.607s-7.678,2.929-10.607,0 S17.272,24.123,20.201,21.194 M19.494,20.487c-3.314,3.314-3.314,8.707,0,12.021s8.707,3.314,12.021,0s3.314-8.707,0-12.021 S22.808,17.173,19.494,20.487L19.494,20.487z'/%3e %3cpath style='fill:%23FFFFFF;' d='M20.201,21.194c2.929-2.929,7.678-2.929,10.607,0s2.929,7.678,0,10.607l0.707,0.707 c3.314-3.314,3.314-8.707,0-12.021s-8.707-3.314-12.021,0l0,0'/%3e %3crect x='25.004' y='20.997' style='fill:%23666666;' width='1' height='6'/%3e %3crect x='25.004' y='25.997' style='fill:%23666666;' width='4' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-reminder{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-531' y='-15' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFD8D6;' d='M8,26.5c-0.827,0-1.5-0.673-1.5-1.5V7c0-0.827,0.673-1.5,1.5-1.5h18c0.827,0,1.5,0.673,1.5,1.5 v18c0,0.827-0.673,1.5-1.5,1.5H8z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M26,6c0.551,0,1,0.449,1,1v18c0,0.551-0.449,1-1,1H8c-0.551,0-1-0.449-1-1V7 c0-0.551,0.449-1,1-1H26 M26,5H8C6.9,5,6,5.9,6,7v18c0,1.1,0.9,2,2,2h18c1.1,0,2-0.9,2-2V7C28,5.9,27.1,5,26,5L26,5z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M6,28.5c-0.827,0-1.5-0.673-1.5-1.5V9c0-0.827,0.673-1.5,1.5-1.5h22c0.827,0,1.5,0.673,1.5,1.5 v18c0,0.827-0.673,1.5-1.5,1.5H6z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M28,8c0.551,0,1,0.449,1,1v18c0,0.551-0.449,1-1,1H6c-0.551,0-1-0.449-1-1V9 c0-0.551,0.449-1,1-1H28 M28,7H6C4.9,7,4,7.9,4,9v18c0,1.1,0.9,2,2,2h22c1.1,0,2-0.9,2-2V9C30,7.9,29.1,7,28,7L28,7z'/%3e %3c/g%3e %3c/g%3e %3crect x='11' y='4' style='fill:%23767676;' width='1' height='5'/%3e %3crect x='22' y='4' style='fill:%23767676;' width='1' height='5'/%3e %3crect x='5' y='14' style='fill:%23767676;' width='24' height='1'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M25.5,34.5c-4.411,0-8-3.589-8-8s3.589-8,8-8s8,3.589,8,8S29.911,34.5,25.5,34.5z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M25.5,19c4.142,0,7.5,3.358,7.5,7.5S29.642,34,25.5,34S18,30.642,18,26.5S21.358,19,25.5,19 M25.5,18c-4.687,0-8.5,3.813-8.5,8.5s3.813,8.5,8.5,8.5s8.5-3.813,8.5-8.5S30.187,18,25.5,18L25.5,18z'/%3e %3c/g%3e %3c/g%3e %3crect x='25' y='21' style='fill:%23767676;' width='1' height='6'/%3e %3crect x='25' y='26' style='fill:%23767676;' width='4' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-retention-center-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-657' y='-68.82' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M8.534,34.18v76h-76v-76H8.534 M9.534,33.18h-1h-76h-1v1v76v1h1h76h1v-1v-76V33.18L9.534,33.18z'/%3e %3c/g%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M111.817,34.18v76h-76v-76H111.817 M112.817,33.18h-1h-76h-1v1v76v1h1h76h1v-1v-76V33.18 L112.817,33.18z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,32.68c-0.827,0-1.5-0.673-1.5-1.5v-24c0-0.827,0.673-1.5,1.5-1.5h24 c0.827,0,1.5,0.673,1.5,1.5v24c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M31,6.18c0.551,0,1,0.449,1,1v24c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1v-24 c0-0.551,0.449-1,1-1H31 M31,5.18H7c-1.1,0-2,0.9-2,2v24c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2v-24C33,6.08,32.1,5.18,31,5.18 L31,5.18z'/%3e %3c/g%3e %3c/g%3e %3crect x='14' y='6.18' style='fill:%23FDEBEA;' width='1' height='26'/%3e %3cpolyline style='fill:%23FDEBEA;' points='24,6.18 24,32.18 23,32.18 23,6.18 '/%3e %3crect x='6' y='14.18' style='fill:%23FDEBEA;' width='26' height='1'/%3e %3cpolyline style='fill:%23FDEBEA;' points='32,24.18 6,24.18 6,23.18 32,23.18 '/%3e %3cpolyline style='fill:none;stroke:%23FF3B30;stroke-miterlimit:10;' points='5.627,23.806 9.802,18.631 14.523,24.352 23.518,14.357 32.537,24.377 '/%3e %3ccircle style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' cx='14.5' cy='24.377' r='2.062'/%3e %3ccircle style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' cx='23.5' cy='14.357' r='2.062'/%3e %3ccircle style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' cx='9.781' cy='18.617' r='2.062'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-retention-center-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-657' y='-68.82' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M8.534,34.18v76h-76v-76H8.534 M9.534,33.18h-1h-76h-1v1v76v1h1h76h1v-1v-76V33.18L9.534,33.18z'/%3e %3c/g%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M111.817,34.18v76h-76v-76H111.817 M112.817,33.18h-1h-76h-1v1v76v1h1h76h1v-1v-76V33.18 L112.817,33.18z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23D0ECFA;' d='M31,33.18H7c-1.1,0-2-0.9-2-2v-24c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v24 C33,32.28,32.1,33.18,31,33.18z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E0F3FF;' d='M31,31.18H7c-1.1,0-2-0.9-2-2v-22c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v22 C33,30.28,32.1,31.18,31,31.18z'/%3e %3c/g%3e %3crect x='14' y='6.18' style='fill:%23D0ECFA;' width='1' height='26'/%3e %3cpolyline style='fill:%23D0ECFA;' points='24,6.18 24,32.18 23,32.18 23,6.18 '/%3e %3crect x='6' y='14.18' style='fill:%23D0ECFA;' width='26' height='1'/%3e %3cpolyline style='fill:%23D0ECFA;' points='32,24.18 6,24.18 6,23.18 32,23.18 '/%3e %3cg%3e %3cpolygon style='fill:%23157AFB;' points='33,24.126 23.518,13.61 14.54,23.586 9.797,17.839 5,23.81 5,25.406 9.807,19.423 14.507,25.118 23.518,15.104 33,25.619 '/%3e %3c/g%3e %3ccircle style='fill:%23FFFFFF;stroke:%23157AFB;stroke-linejoin:round;stroke-miterlimit:10;' cx='14.5' cy='24.377' r='2.062'/%3e %3ccircle style='fill:%23FFFFFF;stroke:%23157AFB;stroke-linejoin:round;stroke-miterlimit:10;' cx='23.5' cy='14.357' r='2.062'/%3e %3ccircle style='fill:%23FFFFFF;stroke:%23157AFB;stroke-linejoin:round;stroke-miterlimit:10;' cx='9.781' cy='18.617' r='2.062'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-retention-center{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-657' y='-68.82' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M8.534,34.18v76h-76v-76H8.534 M9.534,33.18h-1h-76h-1v1v76v1h1h76h1v-1v-76V33.18L9.534,33.18z'/%3e %3c/g%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M111.817,34.18v76h-76v-76H111.817 M112.817,33.18h-1h-76h-1v1v76v1h1h76h1v-1v-76V33.18 L112.817,33.18z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,32.68c-0.827,0-1.5-0.673-1.5-1.5v-24c0-0.827,0.673-1.5,1.5-1.5h24 c0.827,0,1.5,0.673,1.5,1.5v24c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M31,6.18c0.551,0,1,0.449,1,1v24c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1v-24 c0-0.551,0.449-1,1-1H31 M31,5.18H7c-1.1,0-2,0.9-2,2v24c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2v-24C33,6.08,32.1,5.18,31,5.18 L31,5.18z'/%3e %3c/g%3e %3c/g%3e %3crect x='14' y='6.18' style='fill:%23C1C3C2;' width='1' height='26'/%3e %3cpolyline style='fill:%23C1C3C2;' points='24,6.18 24,32.18 23,32.18 23,6.18 '/%3e %3crect x='6' y='14.18' style='fill:%23C1C3C2;' width='26' height='1'/%3e %3cpolyline style='fill:%23C1C3C2;' points='32,24.18 6,24.18 6,23.18 32,23.18 '/%3e %3cpolyline style='fill:none;stroke:%23767676;stroke-miterlimit:10;' points='5.627,23.806 9.802,18.631 14.523,24.352 23.518,14.357 32.537,24.377 '/%3e %3ccircle style='fill:%23FFD8D6;stroke:%23767676;stroke-miterlimit:10;' cx='14.5' cy='24.377' r='2.062'/%3e %3ccircle style='fill:%23D7F9E4;stroke:%23767676;stroke-miterlimit:10;' cx='23.5' cy='14.357' r='2.062'/%3e %3ccircle style='fill:%23D7F9E4;stroke:%23767676;stroke-miterlimit:10;' cx='9.781' cy='18.617' r='2.062'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-settings-a{background-image:url(da2698f194932f9dff894e9018c4c0d0.svg);background-repeat:no-repeat}.img-icon-settings-c{background-image:url(c7dff55535d8b5e1dd575b14730db049.svg);background-repeat:no-repeat}.img-icon-settings{background-image:url(e50675fed2cf58d1461ce15716c68433.svg);background-repeat:no-repeat}.img-icon-share-file-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-776' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M96.1-24v76h-76v-76H96.1 M97.1-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L97.1-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M24,10.447h-0.479h-4.169c-0.228,0-0.449-0.078-0.627-0.22l-4.451-3.561 c-0.178-0.142-0.398-0.219-0.626-0.219L6.414,6.455c-1.1,0-2,0.9-2,2L4.406,14.54H24V10.447z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M31.511,10.447h-3.928H27v4.093h6.511v-2.093C33.511,11.347,32.611,10.447,31.511,10.447z'/%3e %3c/g%3e %3c/g%3e %3cpath style='fill:none;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' d='M27.516,10.447h3.995c1.1,0,2,0.9,2,2v3 H4.406v-7c0-1.1,0.9-2,2-2h7.242c0.227,0,0.448,0.077,0.626,0.219l4.451,3.561c0.178,0.142,0.399,0.22,0.627,0.22h4.169'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M34.004,14.54c0.599,0,1.062,0.525,0.988,1.119l-2.02,18.853c0,1.1-0.9,2-2,2h-24 c-1.1,0-2-0.9-2-2L3.008,15.66c-0.074-0.595,0.389-1.12,0.989-1.12h19.545h1.924h2.076H34.004z'/%3e %3c/g%3e %3cpath style='fill:none;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' d='M27.469,14.54h6.535 c0.599,0,1.062,0.525,0.988,1.119l-2.02,18.853c0,1.1-0.9,2-2,2h-24c-1.1,0-2-0.9-2-2L3.008,15.66 c-0.074-0.595,0.389-1.12,0.989-1.12h19.545'/%3e %3cline style='fill:none;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' x1='25.466' y1='3.063' x2='25.466' y2='26.017'/%3e %3cpolyline style='fill:none;stroke:%23FF3B30;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' points=' 20.3,8.506 25.466,2.652 30.631,8.506 '/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-share-file-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-776' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M96.1-24v76h-76v-76H96.1 M97.1-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L97.1-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23166CAC;' d='M31.589,10H19.43c-0.113,0-0.225-0.039-0.313-0.11l-4.452-3.562C14.399,6.117,14.066,6,13.727,6 H6.485c-1.379,0-2.5,1.122-2.5,2.5V16h30.104v-3.5C34.089,11.122,32.968,10,31.589,10z M4.985,15v-0.407h20.094h1h7.011V15H4.985 z'/%3e %3cpath style='fill:%230090FF;' d='M34.083,15.888L34.076,15.9l-2.02,18.853l-0.006,0.053v0.053c0,0.551-0.448,1-1,1h-24 c-0.552,0-1-0.449-1-1v-0.052l-0.005-0.052l-1.97-18.868H23.62h1.924h2.076H34.083 M34.083,14.888H27.62h-2.076H23.62H4.075 c-0.599,0-1.063,0.525-0.989,1.12L5.051,34.86c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2l2.02-18.853 C35.145,15.413,34.681,14.888,34.083,14.888L34.083,14.888z'/%3e %3cpath style='fill:%2325A5FB;' d='M35.203,14.534c-0.283-0.321-0.692-0.506-1.121-0.506H4.075c-0.429,0-0.838,0.185-1.121,0.506 c-0.284,0.322-0.416,0.75-0.364,1.166L4.55,34.5c0,1.378,1.121,2.5,2.5,2.5h24c1.379,0,2.5-1.122,2.497-2.447l2.02-18.844 C35.619,15.283,35.488,14.855,35.203,14.534z'/%3e %3crect x='3.985' y='13' style='fill:%23095E94;' width='30.104' height='1'/%3e %3cpath style='fill:%230090FF;' d='M7.05,37h24c1.379,0,2.5-1.122,2.497-2.447l1.891-17.643c-0.061-0.135-0.134-0.264-0.234-0.377 c-0.283-0.321-0.692-0.506-1.121-0.506H4.075c-0.429,0-0.838,0.185-1.121,0.506c-0.102,0.115-0.176,0.246-0.237,0.383L4.55,34.5 C4.55,35.878,5.671,37,7.05,37z'/%3e %3cline style='opacity:0.5;fill:none;stroke:%23166CAC;stroke-linecap:round;stroke-miterlimit:10;' x1='24.59' y1='12.389' x2='22.826' y2='26.364'/%3e %3cpath style='fill:%23F0F0F0;' d='M31.038,8.19l-5.166-5.854c-0.189-0.215-0.561-0.215-0.75,0L19.957,8.19 c-0.183,0.207-0.163,0.523,0.044,0.706c0.208,0.182,0.523,0.164,0.706-0.044l4.29-4.862v22.042c0,0.276,0.224,0.5,0.5,0.5 s0.5-0.224,0.5-0.5V3.989l4.291,4.863c0.099,0.112,0.236,0.169,0.375,0.169c0.118,0,0.235-0.041,0.331-0.125 C31.201,8.713,31.221,8.397,31.038,8.19z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-share-file{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-776' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M96.1-24v76h-76v-76H96.1 M97.1-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L97.1-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23D0E4FE;' d='M24,10.447h-0.479h-4.169c-0.228,0-0.449-0.078-0.627-0.22l-4.451-3.561 c-0.178-0.142-0.398-0.219-0.626-0.219L6.414,6.455c-1.1,0-2,0.9-2,2L4.406,14.54H24V10.447z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23D0E4FE;' d='M31.511,10.447h-3.928H27v4.093h6.511v-2.093C33.511,11.347,32.611,10.447,31.511,10.447z'/%3e %3c/g%3e %3c/g%3e %3cpath style='fill:none;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' d='M27.516,10.447h3.995c1.1,0,2,0.9,2,2v3 H4.406v-7c0-1.1,0.9-2,2-2h7.242c0.227,0,0.448,0.077,0.626,0.219l4.451,3.561c0.178,0.142,0.399,0.22,0.627,0.22h4.169'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M34.004,14.54c0.599,0,1.062,0.525,0.988,1.119l-2.02,18.853c0,1.1-0.9,2-2,2h-24 c-1.1,0-2-0.9-2-2L3.008,15.66c-0.074-0.595,0.389-1.12,0.989-1.12h19.545h1.924h2.076H34.004z'/%3e %3c/g%3e %3cpath style='fill:none;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' d='M27.469,14.54h6.535 c0.599,0,1.062,0.525,0.988,1.119l-2.02,18.853c0,1.1-0.9,2-2,2h-24c-1.1,0-2-0.9-2-2L3.008,15.66 c-0.074-0.595,0.389-1.12,0.989-1.12h19.545'/%3e %3cline style='fill:none;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' x1='25.466' y1='3.063' x2='25.466' y2='26.017'/%3e %3cpolyline style='fill:none;stroke:%23767676;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' points=' 20.3,8.506 25.466,2.652 30.631,8.506 '/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-skill-advanced-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-341' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M14.684-24v76h-76v-76H14.684 M15.684-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L15.684-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M29.5,31.5c-0.294,0-0.564-0.125-0.76-0.351l-5.116-5.819l-2.5-2.876L29,15.325l8.158,7.397 c0.313,0.27,0.426,0.708,0.277,1.108c-0.148,0.399-0.52,0.658-0.946,0.658h-5.966l-0.009,6.001 C30.514,31.047,30.06,31.5,29.5,31.5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M29,16l7.822,7.093c0.357,0.308,0.139,0.895-0.333,0.895h-5.966 c-0.281,0-0.509,0.228-0.509,0.509v5.992c0,0.31-0.253,0.51-0.514,0.51c-0.137,0-0.275-0.055-0.381-0.178L24,25l-2.177-2.504 L29,16 M29.001,14.651l-0.672,0.608l-7.177,6.496l-0.727,0.658l0.643,0.74l2.177,2.504l5.123,5.827 C28.65,31.809,29.065,32,29.5,32c0.835,0,1.514-0.678,1.514-1.51v-5.501h5.475c0.637,0,1.193-0.386,1.415-0.983 c0.222-0.597,0.054-1.252-0.429-1.669l-7.804-7.077L29.001,14.651L29.001,14.651z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M8.5,31.5c-0.559,0-1.014-0.453-1.014-1.01v-5.992L1.51,24.488c-0.426,0-0.797-0.258-0.946-0.658 c-0.149-0.4-0.036-0.838,0.287-1.116L9,15.325l7.876,7.129l-2.498,2.874l-5.121,5.824C9.064,31.375,8.794,31.5,8.5,31.5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M9,16l7.177,6.496L14,25l-5.119,5.822C8.775,30.945,8.636,31,8.5,31 c-0.261,0-0.514-0.2-0.514-0.51v-5.992c0-0.281-0.228-0.509-0.509-0.509H1.51c-0.472,0-0.69-0.587-0.333-0.895L9,16 M8.999,14.651l-0.671,0.609l-7.822,7.093c-0.464,0.4-0.632,1.055-0.41,1.652c0.222,0.597,0.777,0.983,1.415,0.983h5.475v5.501 C6.986,31.323,7.665,32,8.5,32c0.436,0,0.851-0.191,1.138-0.524l5.113-5.815l2.181-2.508l0.643-0.74l-0.727-0.658l-7.177-6.496 L8.999,14.651L8.999,14.651z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M24.096,37.5c-0.266,0-0.518-0.105-0.709-0.296l-4.344-4.344l-4.357,4.344 c-0.192,0.191-0.444,0.297-0.709,0.297c-0.283,0-0.555-0.119-0.748-0.326c-0.19-0.205-0.284-0.475-0.263-0.759L13.86,18.5 l10.353,0l0.895,17.926c0.02,0.272-0.074,0.542-0.264,0.747C24.651,37.381,24.379,37.5,24.096,37.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M14.335,19l9.402,0l0.871,17.452C24.632,36.776,24.371,37,24.096,37 c-0.125,0-0.252-0.046-0.356-0.151l-4.344-4.344c-0.099-0.099-0.23-0.149-0.36-0.149c-0.13,0-0.261,0.05-0.36,0.149 l-4.344,4.344C14.228,36.954,14.101,37,13.976,37c-0.274,0-0.536-0.224-0.512-0.548L14.335,19 M13.384,18l-0.047,0.95 l-0.871,17.452c-0.03,0.401,0.111,0.804,0.397,1.112C13.149,37.823,13.555,38,13.976,38c0.4,0,0.777-0.157,1.063-0.443 l3.997-3.997l3.997,3.997C23.319,37.842,23.697,38,24.096,38c0.421,0,0.827-0.177,1.114-0.486 c0.286-0.308,0.427-0.712,0.396-1.136L24.736,18.95L24.689,18l-0.951,0l-9.402,0L13.384,18L13.384,18z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19.037,25.5c-6.893,0-12.5-5.607-12.5-12.5s5.607-12.5,12.5-12.5s12.5,5.607,12.5,12.5 S25.929,25.5,19.037,25.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M19.036,1c6.627,0,12,5.373,12,12c0,6.627-5.373,12-12,12s-12-5.373-12-12 C7.036,6.373,12.409,1,19.036,1 M19.036,0c-7.168,0-13,5.832-13,13c0,7.168,5.832,13,13,13c7.168,0,13-5.832,13-13 C32.036,5.832,26.205,0,19.036,0L19.036,0z'/%3e %3c/g%3e %3c/g%3e %3cpolygon style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' points='19.036,4.5 21.509,9.767 27.036,10.612 23.036,14.711 23.981,20.5 19.036,17.767 14.092,20.5 15.036,14.711 11.036,10.612 16.564,9.767 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-skill-advanced-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-341' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M14.684-24v76h-76v-76H14.684 M15.684-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L15.684-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%230097B0;' d='M29,17l7.822,7.093c0.357,0.308,0.139,0.895-0.333,0.895h-5.966 c-0.281,0-0.509,0.228-0.509,0.509v5.992c0,0.472-0.587,0.69-0.895,0.333L24,26l-2.177-2.504L29,17z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%230097B0;' d='M9,17l-7.822,7.093c-0.357,0.308-0.139,0.895,0.333,0.895h5.966c0.281,0,0.509,0.228,0.509,0.509 v5.992c0,0.472,0.587,0.69,0.895,0.333L14,26l2.177-2.504L9,17z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%230097B0;' d='M23.738,20l0.871,17.452c0.035,0.471-0.534,0.731-0.868,0.398l-4.344-4.344 c-0.199-0.199-0.521-0.199-0.72,0l-4.344,4.344c-0.334,0.334-0.903,0.073-0.868-0.398L14.335,20L23.738,20z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%2326D5FB;' d='M29,16l7.822,7.093c0.357,0.308,0.139,0.895-0.333,0.895h-5.966 c-0.281,0-0.509,0.228-0.509,0.509v5.992c0,0.472-0.587,0.69-0.895,0.333L24,25l-2.177-2.504L29,16z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%2326D5FB;' d='M9,16l-7.822,7.093c-0.357,0.308-0.139,0.895,0.333,0.895h5.966c0.281,0,0.509,0.228,0.509,0.509 v5.992c0,0.472,0.587,0.69,0.895,0.333L14,25l2.177-2.504L9,16z'/%3e %3c/g%3e %3cg style='opacity:0.25;'%3e %3cpath style='fill:%230097B0;' d='M9,16l-7.822,7.093c-0.357,0.308-0.139,0.895,0.333,0.895h5.966c0.281,0,0.509,0.228,0.509,0.509 v5.992c0,0.472,0.587,0.69,0.895,0.333L14,25l2.177-2.504L9,16z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%2326D5FB;' d='M23.738,19l0.871,17.452c0.035,0.471-0.534,0.731-0.868,0.398l-4.344-4.344 c-0.199-0.199-0.521-0.199-0.72,0l-4.344,4.344c-0.334,0.334-0.903,0.073-0.868-0.398L14.335,19L23.738,19z'/%3e %3c/g%3e %3c/g%3e %3cg style='opacity:0.25;'%3e %3cpath style='fill:%230097B0;' d='M19.036,19l-4.701,0l-0.871,17.452c-0.035,0.471,0.534,0.731,0.868,0.398l4.344-4.344 c0.099-0.099,0.23-0.149,0.36-0.149V19z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%230097B0;' d='M19.036,1c-7.168,0-13,5.832-13,13s5.832,13,13,13s13-5.832,13-13S26.205,1,19.036,1L19.036,1z' /%3e %3c/g%3e %3c/g%3e %3cg style='opacity:0.4;'%3e %3cpath style='fill:%230097B0;' d='M29,16l-5.178,4.687L23.737,19l-9.402,0l-0.087,1.75L9,16l-2.722,2.468 c0.698,3.616,2.902,6.693,5.928,8.572L14,25l0.038-0.044l-0.149,2.976C15.469,28.617,17.208,29,19.036,29 s3.567-0.383,5.147-1.067l-0.144-2.888l1.78,2.025c3.035-1.867,5.252-4.933,5.966-8.543L29,16z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%2326D5FB;' d='M19.036,1c-6.627,0-12,5.373-12,12c0,6.627,5.373,12,12,12s12-5.373,12-12 C31.036,6.373,25.664,1,19.036,1z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%2388ECFD;' d='M19.036,2c6.065,0,11,4.935,11,11s-4.935,11-11,11s-11-4.935-11-11S12.971,2,19.036,2 M19.036,0 c-7.168,0-13,5.832-13,13s5.832,13,13,13s13-5.832,13-13S26.205,0,19.036,0L19.036,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19.673,5l1.458,4.551c0.091,0.267,0.344,0.448,0.631,0.45h4.608 c0.644,0.005,0.912,0.847,0.393,1.223l-3.707,2.687c-0.231,0.167-0.328,0.46-0.241,0.728l1.39,4.502 c0.194,0.603-0.505,1.102-1.029,0.734l-3.749-2.63c-0.233-0.164-0.547-0.164-0.78,0l-3.749,2.63 c-0.524,0.368-1.224-0.131-1.029-0.734l1.39-4.502c0.086-0.268-0.01-0.561-0.241-0.728l-3.707-2.687 c-0.518-0.376-0.251-1.218,0.393-1.223h4.608c0.287-0.002,0.54-0.183,0.631-0.45L18.4,5C18.604,4.4,19.469,4.4,19.673,5z'/%3e %3c/g%3e %3cg style='opacity:0.25;'%3e %3cg%3e %3cpath style='fill:%230097B0;' d='M19.036,0L19.036,0c-7.168,0-13,5.832-13,13s5.832,13,13,13V0z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-skill-advanced{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-341' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M14.684-24v76h-76v-76H14.684 M15.684-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L15.684-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M29.5,31.5c-0.294,0-0.564-0.125-0.76-0.351l-5.116-5.819l-2.5-2.876L29,15.325l8.158,7.397 c0.313,0.27,0.426,0.708,0.277,1.108c-0.148,0.399-0.52,0.658-0.946,0.658h-5.966l-0.009,6.001 C30.514,31.047,30.06,31.5,29.5,31.5z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M29,16l7.822,7.093c0.357,0.308,0.139,0.895-0.333,0.895h-5.966 c-0.281,0-0.509,0.228-0.509,0.509v5.992c0,0.31-0.253,0.51-0.514,0.51c-0.137,0-0.275-0.055-0.381-0.178L24,25l-2.177-2.504 L29,16 M29.001,14.651l-0.672,0.608l-7.177,6.496l-0.727,0.658l0.643,0.74l2.177,2.504l5.123,5.827 C28.65,31.809,29.065,32,29.5,32c0.835,0,1.514-0.678,1.514-1.51v-5.501h5.475c0.637,0,1.193-0.386,1.415-0.983 c0.222-0.597,0.054-1.252-0.429-1.669l-7.804-7.077L29.001,14.651L29.001,14.651z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M8.5,31.5c-0.559,0-1.014-0.453-1.014-1.01v-5.992L1.51,24.488c-0.426,0-0.797-0.258-0.946-0.658 c-0.149-0.4-0.036-0.838,0.287-1.116L9,15.325l7.876,7.129l-2.498,2.874l-5.121,5.824C9.064,31.375,8.794,31.5,8.5,31.5z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M9,16l7.177,6.496L14,25l-5.119,5.822C8.775,30.945,8.636,31,8.5,31 c-0.261,0-0.514-0.2-0.514-0.51v-5.992c0-0.281-0.228-0.509-0.509-0.509H1.51c-0.472,0-0.69-0.587-0.333-0.895L9,16 M8.999,14.651l-0.671,0.609l-7.822,7.093c-0.464,0.4-0.632,1.055-0.41,1.652c0.222,0.597,0.777,0.983,1.415,0.983h5.475v5.501 C6.986,31.323,7.665,32,8.5,32c0.436,0,0.851-0.191,1.138-0.524l5.113-5.815l2.181-2.508l0.643-0.74l-0.727-0.658l-7.177-6.496 L8.999,14.651L8.999,14.651z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M24.096,37.5c-0.266,0-0.518-0.105-0.709-0.296l-4.344-4.344l-4.357,4.344 c-0.192,0.191-0.444,0.297-0.709,0.297c-0.283,0-0.555-0.119-0.748-0.326c-0.19-0.205-0.284-0.475-0.263-0.759L13.86,18.5 l10.353,0l0.895,17.926c0.02,0.272-0.074,0.542-0.264,0.747C24.651,37.381,24.379,37.5,24.096,37.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23767676;' d='M14.335,19l9.402,0l0.871,17.452C24.632,36.776,24.371,37,24.096,37 c-0.125,0-0.252-0.046-0.356-0.151l-4.344-4.344c-0.099-0.099-0.23-0.149-0.36-0.149c-0.13,0-0.261,0.05-0.36,0.149 l-4.344,4.344C14.228,36.954,14.101,37,13.976,37c-0.274,0-0.536-0.224-0.512-0.548L14.335,19 M13.384,18l-0.047,0.95 l-0.871,17.452c-0.03,0.401,0.111,0.804,0.397,1.112C13.149,37.823,13.555,38,13.976,38c0.4,0,0.777-0.157,1.063-0.443 l3.997-3.997l3.997,3.997C23.319,37.842,23.697,38,24.096,38c0.421,0,0.827-0.177,1.114-0.486 c0.286-0.308,0.427-0.712,0.396-1.136L24.736,18.95L24.689,18l-0.951,0l-9.402,0L13.384,18L13.384,18z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19.037,25.5c-6.893,0-12.5-5.607-12.5-12.5s5.607-12.5,12.5-12.5s12.5,5.607,12.5,12.5 S25.929,25.5,19.037,25.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23767676;' d='M19.036,1c6.627,0,12,5.373,12,12c0,6.627-5.373,12-12,12s-12-5.373-12-12 C7.036,6.373,12.409,1,19.036,1 M19.036,0c-7.168,0-13,5.832-13,13c0,7.168,5.832,13,13,13c7.168,0,13-5.832,13-13 C32.036,5.832,26.205,0,19.036,0L19.036,0z'/%3e %3c/g%3e %3c/g%3e %3cpolygon style='fill:%23D0E4FE;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' points='19.036,4.5 21.509,9.767 27.036,10.612 23.036,14.711 23.981,20.5 19.036,17.767 14.092,20.5 15.036,14.711 11.036,10.612 16.564,9.767 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-skill-familiar-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-214' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M38.401-24v76h-76v-76H38.401 M39.401-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L39.401-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M27.171,37.5c-0.342,0-0.668-0.13-0.918-0.366l-7.014-6.625 c-0.062-0.059-0.147-0.091-0.238-0.091s-0.176,0.032-0.238,0.091l-7.014,6.625c-0.25,0.236-0.576,0.366-0.918,0.366 c-0.381,0-0.745-0.157-0.999-0.432c-0.238-0.257-0.354-0.592-0.326-0.943l1.906-24.444c0.052-0.662,0.631-1.181,1.319-1.181 h12.543c0.688,0,1.267,0.519,1.319,1.181l1.906,24.444c0.027,0.351-0.088,0.686-0.326,0.943 C27.916,37.343,27.552,37.5,27.171,37.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M25.271,11c0.431,0,0.789,0.314,0.82,0.72l1.906,24.444C28.036,36.658,27.614,37,27.171,37 c-0.201,0-0.407-0.071-0.575-0.23l-7.014-6.625c-0.161-0.152-0.371-0.228-0.582-0.228s-0.421,0.076-0.582,0.228l-7.014,6.625 C11.236,36.929,11.031,37,10.829,37c-0.443,0-0.865-0.342-0.827-0.836l1.906-24.444c0.032-0.406,0.389-0.72,0.82-0.72H25.271 M25.271,10H12.729c-0.947,0-1.745,0.721-1.817,1.642L9.005,36.086c-0.038,0.492,0.124,0.961,0.458,1.322 C9.811,37.784,10.309,38,10.829,38c0.47,0,0.918-0.178,1.262-0.503L19,30.972l6.909,6.526C26.252,37.822,26.7,38,27.171,38 c0.52,0,1.018-0.216,1.366-0.592c0.334-0.361,0.496-0.83,0.458-1.322l-1.906-24.444C27.017,10.721,26.219,10,25.271,10 L25.271,10z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19,25.5c-6.893,0-12.5-5.607-12.5-12.5S12.107,0.5,19,0.5S31.5,6.107,31.5,13 S25.893,25.5,19,25.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M19,1c6.627,0,12,5.373,12,12s-5.373,12-12,12S7,19.627,7,13S12.373,1,19,1 M19,0 C11.832,0,6,5.832,6,13s5.832,13,13,13c7.168,0,13-5.832,13-13S26.168,0,19,0L19,0z'/%3e %3c/g%3e %3c/g%3e %3cpolygon style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' points='19,4.5 21.472,9.767 27,10.611 23,14.711 23.944,20.5 19,17.767 14.056,20.5 15,14.711 11,10.611 16.528,9.767 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-skill-familiar-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-214' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M38.401-24v76h-76v-76H38.401 M39.401-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L39.401-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23BA9F00;' d='M26.174,37.77l-6.624-6.625c-0.303-0.303-0.795-0.303-1.099,0l-6.624,6.625 c-0.509,0.509-1.377,0.112-1.324-0.606l1.8-24.444c0.03-0.406,0.368-0.72,0.775-0.72h11.846c0.407,0,0.745,0.314,0.775,0.72 l1.8,24.444C27.551,37.882,26.683,38.28,26.174,37.77z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FDE103;' d='M26.174,36.77l-6.624-6.625c-0.303-0.303-0.795-0.303-1.099,0l-6.624,6.625 c-0.509,0.509-1.377,0.112-1.324-0.606l1.8-24.444c0.03-0.406,0.368-0.72,0.775-0.72h11.846c0.407,0,0.745,0.314,0.775,0.72 l1.8,24.444C27.551,36.882,26.683,37.28,26.174,36.77z'/%3e %3c/g%3e %3c/g%3e %3cg style='opacity:0.25;'%3e %3cpath style='fill:%23BA9F00;' d='M13.077,11c-0.407,0-0.745,0.314-0.775,0.72l-1.8,24.444c-0.053,0.718,0.815,1.115,1.324,0.606 l6.624-6.625c0.152-0.152,0.35-0.228,0.549-0.228V11H13.077z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23BA9F00;' d='M19,1C11.832,1,6,6.832,6,14s5.832,13,13,13s13-5.832,13-13S26.168,1,19,1L19,1z'/%3e %3c/g%3e %3c/g%3e %3cg style='opacity:0.4;'%3e %3cpath style='fill:%23BA9F00;' d='M19,29c2.918,0,5.606-0.978,7.778-2.608l-1.08-14.672C25.668,11.314,25.33,11,24.923,11H13.077 c-0.407,0-0.745,0.314-0.775,0.72l-1.08,14.672C13.394,28.022,16.082,29,19,29z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FDE103;' d='M19,1C12.373,1,7,6.373,7,13c0,6.627,5.373,12,12,12s12-5.373,12-12C31,6.373,25.627,1,19,1z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FDE103;' d='M19,1C12.373,1,7,6.373,7,13c0,6.627,5.373,12,12,12s12-5.373,12-12C31,6.373,25.627,1,19,1z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FDEEA7;' d='M19,2c6.065,0,11,4.935,11,11s-4.935,11-11,11S8,19.065,8,13S12.935,2,19,2 M19,0 C11.832,0,6,5.832,6,13s5.832,13,13,13s13-5.832,13-13S26.168,0,19,0L19,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19.636,5l1.458,4.551c0.091,0.267,0.344,0.448,0.631,0.45h4.608 c0.644,0.005,0.912,0.847,0.393,1.223l-3.707,2.687c-0.231,0.167-0.328,0.46-0.241,0.728l1.39,4.502 c0.194,0.603-0.505,1.102-1.029,0.734l-3.749-2.63c-0.233-0.164-0.547-0.164-0.78,0l-3.749,2.63 c-0.524,0.368-1.224-0.131-1.029-0.734l1.39-4.502c0.086-0.268-0.01-0.561-0.241-0.728l-3.707-2.687 c-0.518-0.376-0.251-1.218,0.393-1.223h4.608c0.287-0.002,0.54-0.183,0.631-0.45L18.364,5C18.568,4.4,19.432,4.4,19.636,5z'/%3e %3c/g%3e %3cg style='opacity:0.25;'%3e %3cg%3e %3cpath style='fill:%23BA9F00;' d='M19,0L19,0C11.832,0,6,5.832,6,13s5.832,13,13,13V0z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-skill-familiar{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-214' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M38.401-24v76h-76v-76H38.401 M39.401-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L39.401-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M27.171,37.5c-0.342,0-0.668-0.13-0.918-0.366l-7.014-6.625 c-0.062-0.059-0.147-0.091-0.238-0.091s-0.176,0.032-0.238,0.091l-7.014,6.625c-0.25,0.236-0.576,0.366-0.918,0.366 c-0.381,0-0.745-0.157-0.999-0.432c-0.238-0.257-0.354-0.592-0.326-0.943l1.906-24.444c0.052-0.662,0.631-1.181,1.319-1.181 h12.543c0.688,0,1.267,0.519,1.319,1.181l1.906,24.444c0.027,0.351-0.088,0.686-0.326,0.943 C27.916,37.343,27.552,37.5,27.171,37.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23767676;' d='M25.271,11c0.431,0,0.789,0.314,0.82,0.72l1.906,24.444C28.036,36.658,27.614,37,27.171,37 c-0.201,0-0.407-0.071-0.575-0.23l-7.014-6.625c-0.161-0.152-0.371-0.228-0.582-0.228s-0.421,0.076-0.582,0.228l-7.014,6.625 C11.236,36.929,11.031,37,10.829,37c-0.443,0-0.865-0.342-0.827-0.836l1.906-24.444c0.032-0.406,0.389-0.72,0.82-0.72H25.271 M25.271,10H12.729c-0.947,0-1.745,0.721-1.817,1.642L9.005,36.086c-0.038,0.492,0.124,0.961,0.458,1.322 C9.811,37.784,10.309,38,10.829,38c0.47,0,0.918-0.178,1.262-0.503L19,30.972l6.909,6.526C26.252,37.822,26.7,38,27.171,38 c0.52,0,1.018-0.216,1.366-0.592c0.334-0.361,0.496-0.83,0.458-1.322l-1.906-24.444C27.017,10.721,26.219,10,25.271,10 L25.271,10z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19,25.5c-6.893,0-12.5-5.607-12.5-12.5S12.107,0.5,19,0.5S31.5,6.107,31.5,13 S25.893,25.5,19,25.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23767676;' d='M19,1c6.627,0,12,5.373,12,12s-5.373,12-12,12S7,19.627,7,13S12.373,1,19,1 M19,0 C11.832,0,6,5.832,6,13s5.832,13,13,13c7.168,0,13-5.832,13-13S26.168,0,19,0L19,0z'/%3e %3c/g%3e %3c/g%3e %3cpolygon style='fill:%23FFF9CC;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' points='19,4.5 21.472,9.767 27,10.611 23,14.711 23.944,20.5 19,17.767 14.056,20.5 15,14.711 11,10.611 16.528,9.767 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-skill-good-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-278' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M77.684-24v76h-76v-76H77.684 M78.684-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L78.684-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M27.453,37.357c-0.294,0-0.564-0.125-0.76-0.351L16.659,23.302l-3.285-0.76l11.643-6.288 L37.1,26.57c0.325,0.28,0.437,0.718,0.289,1.118s-0.52,0.658-0.946,0.658h-7.966l-0.009,8.001 C28.467,36.904,28.012,37.357,27.453,37.357z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M24.952,16.857L36.775,26.95c0.357,0.308,0.139,0.895-0.333,0.895h-7.966 c-0.281,0-0.509,0.228-0.509,0.509v7.992c0,0.31-0.253,0.51-0.514,0.51c-0.137,0-0.275-0.055-0.381-0.178L16.952,22.857 l-2.177-0.504L24.952,16.857 M25.08,15.652l-0.603,0.326L14.3,21.473l-2.328,1.257l2.578,0.597l1.815,0.42l9.9,13.523 l0.024,0.032l0.026,0.03c0.288,0.333,0.702,0.524,1.138,0.524c0.835,0,1.514-0.678,1.514-1.51v-7.502h7.475 c0.637,0,1.193-0.386,1.415-0.983c0.222-0.597,0.054-1.252-0.429-1.669L25.602,16.097L25.08,15.652L25.08,15.652z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M10.452,37.357c-0.559,0-1.014-0.454-1.014-1.011v-7.992l-7.975-0.009 c-0.426,0-0.798-0.258-0.946-0.658S0.48,26.85,0.803,26.572l12.085-10.318l11.643,6.288l-3.285,0.76l-10.01,13.673 C11.017,37.232,10.747,37.357,10.452,37.357L10.452,37.357z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M12.952,16.857l10.177,5.496l-2.177,0.504L10.833,36.68c-0.106,0.123-0.245,0.178-0.381,0.178 c-0.261,0-0.514-0.2-0.514-0.51v-7.992c0-0.281-0.228-0.509-0.509-0.509H1.463c-0.472,0-0.69-0.587-0.333-0.895L12.952,16.857 M12.824,15.652l-0.521,0.445L0.481,26.19c-0.487,0.42-0.655,1.075-0.433,1.672c0.222,0.597,0.777,0.983,1.415,0.983h7.475 v7.502c0,0.833,0.679,1.51,1.514,1.51c0.436,0,0.851-0.191,1.138-0.524l0.026-0.03l0.024-0.032l9.9-13.523l1.815-0.42 l2.578-0.597l-2.328-1.257l-10.177-5.496L12.824,15.652L12.824,15.652z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M18.952,26.357c-6.893,0-12.5-5.607-12.5-12.5s5.607-12.5,12.5-12.5s12.5,5.607,12.5,12.5 S25.845,26.357,18.952,26.357z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M18.952,1.857c6.627,0,12,5.373,12,12c0,6.627-5.373,12-12,12s-12-5.373-12-12 C6.952,7.23,12.325,1.857,18.952,1.857 M18.952,0.857c-7.168,0-13,5.832-13,13c0,7.168,5.832,13,13,13c7.168,0,13-5.832,13-13 C31.952,6.689,26.121,0.857,18.952,0.857L18.952,0.857z'/%3e %3c/g%3e %3c/g%3e %3cpolygon style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' points='18.952,5.357 21.424,10.624 26.952,11.469 22.952,15.568 23.897,21.357 18.952,18.624 14.008,21.357 14.952,15.568 10.952,11.469 16.48,10.624 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-skill-good-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-278' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M77.684-24v76h-76v-76H77.684 M78.684-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L78.684-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3crect x='0' y='26.5' style='fill:%230BA640;' width='0.812' height='0.953'/%3e %3crect x='35.188' y='26.5' style='fill:%230BA640;' width='0.812' height='0.953'/%3e %3cg%3e %3cpath style='fill:%230BA640;' d='M24,17l11.822,10.093c0.357,0.308,0.139,0.895-0.333,0.895h-7.966 c-0.281,0-0.509,0.228-0.509,0.509v7.992c0,0.472-0.587,0.69-0.895,0.333L16,23l-2.177-0.504L24,17z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%230BA640;' d='M12,17L0.178,27.093c-0.357,0.308-0.139,0.895,0.333,0.895h7.966 c0.281,0,0.509,0.228,0.509,0.509v7.992c0,0.472,0.587,0.69,0.895,0.333L20,23l2.177-0.504L12,17z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%2339E179;' d='M24,16l11.822,10.093c0.357,0.308,0.139,0.895-0.333,0.895h-7.966 c-0.281,0-0.509,0.228-0.509,0.509v7.992c0,0.472-0.587,0.69-0.895,0.333L16,22l-2.177-0.504L24,16z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%2339E179;' d='M12,16L0.178,26.093c-0.357,0.308-0.139,0.895,0.333,0.895h7.966 c0.281,0,0.509,0.228,0.509,0.509v7.992c0,0.472,0.587,0.69,0.895,0.333L20,22l2.177-0.504L12,16z'/%3e %3c/g%3e %3cg style='opacity:0.1;'%3e %3cpath style='fill:%23231F20;' d='M12,16L0.178,26.093c-0.357,0.308-0.139,0.895,0.333,0.895h7.966 c0.281,0,0.509,0.228,0.509,0.509v7.992c0,0.472,0.587,0.69,0.895,0.333L20,22l2.177-0.504L12,16z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%230BA640;' d='M18,1C10.832,1,5,6.832,5,14s5.832,13,13,13s13-5.832,13-13S25.168,1,18,1L18,1z'/%3e %3c/g%3e %3c/g%3e %3cg style='opacity:0.4;'%3e %3cpath style='fill:%230BA640;' d='M29.961,21.089L24,16l-6,3.24L12,16l-5.961,5.089c1.618,3.787,4.986,6.647,9.08,7.578L18,24.732 l2.881,3.935C24.975,27.736,28.343,24.876,29.961,21.089z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%2339E179;' d='M18,1C11.373,1,6,6.373,6,13c0,6.627,5.373,12,12,12s12-5.373,12-12C30,6.373,24.627,1,18,1z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23A2EDBD;' d='M18,2c6.065,0,11,4.935,11,11s-4.935,11-11,11S7,19.065,7,13S11.935,2,18,2 M18,0 C10.832,0,5,5.832,5,13s5.832,13,13,13s13-5.832,13-13S25.168,0,18,0L18,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M18.636,5l1.458,4.551c0.091,0.267,0.344,0.448,0.631,0.45h4.608 c0.644,0.005,0.912,0.847,0.393,1.223l-3.707,2.687c-0.231,0.167-0.328,0.46-0.241,0.728l1.39,4.502 c0.194,0.603-0.505,1.102-1.029,0.734l-3.749-2.63c-0.233-0.164-0.547-0.164-0.78,0l-3.749,2.63 c-0.524,0.368-1.224-0.131-1.029-0.734l1.39-4.502c0.086-0.268-0.01-0.561-0.241-0.728l-3.707-2.687 c-0.518-0.376-0.251-1.218,0.393-1.223h4.608c0.287-0.002,0.54-0.183,0.631-0.45L17.364,5C17.568,4.4,18.432,4.4,18.636,5z'/%3e %3c/g%3e %3cg style='opacity:0.1;'%3e %3cg%3e %3cpath style='fill:%23231F20;' d='M18,0L18,0C10.832,0,5,5.832,5,13s5.832,13,13,13V0z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-skill-good{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-278' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M77.684-24v76h-76v-76H77.684 M78.684-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L78.684-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M27.453,37.357c-0.294,0-0.564-0.125-0.76-0.351L16.659,23.302l-3.285-0.76l11.643-6.288 L37.1,26.57c0.325,0.28,0.437,0.718,0.289,1.118s-0.52,0.658-0.946,0.658h-7.966l-0.009,8.001 C28.467,36.904,28.012,37.357,27.453,37.357z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M24.952,16.857L36.775,26.95c0.357,0.308,0.139,0.895-0.333,0.895h-7.966 c-0.281,0-0.509,0.228-0.509,0.509v7.992c0,0.31-0.253,0.51-0.514,0.51c-0.137,0-0.275-0.055-0.381-0.178L16.952,22.857 l-2.177-0.504L24.952,16.857 M25.08,15.652l-0.603,0.326L14.3,21.473l-2.328,1.257l2.578,0.597l1.815,0.42l9.9,13.523 l0.024,0.032l0.026,0.03c0.288,0.333,0.702,0.524,1.138,0.524c0.835,0,1.514-0.678,1.514-1.51v-7.502h7.475 c0.637,0,1.193-0.386,1.415-0.983c0.222-0.597,0.054-1.252-0.429-1.669L25.602,16.097L25.08,15.652L25.08,15.652z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M10.452,37.357c-0.559,0-1.014-0.454-1.014-1.011v-7.992l-7.975-0.009 c-0.426,0-0.798-0.258-0.946-0.658S0.48,26.85,0.803,26.572l12.085-10.318l11.643,6.288l-3.285,0.76l-10.01,13.673 C11.017,37.232,10.747,37.357,10.452,37.357L10.452,37.357z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M12.952,16.857l10.177,5.496l-2.177,0.504L10.833,36.68c-0.106,0.123-0.245,0.178-0.381,0.178 c-0.261,0-0.514-0.2-0.514-0.51v-7.992c0-0.281-0.228-0.509-0.509-0.509H1.463c-0.472,0-0.69-0.587-0.333-0.895L12.952,16.857 M12.824,15.652l-0.521,0.445L0.481,26.19c-0.487,0.42-0.655,1.075-0.433,1.672c0.222,0.597,0.777,0.983,1.415,0.983h7.475 v7.502c0,0.833,0.679,1.51,1.514,1.51c0.436,0,0.851-0.191,1.138-0.524l0.026-0.03l0.024-0.032l9.9-13.523l1.815-0.42 l2.578-0.597l-2.328-1.257l-10.177-5.496L12.824,15.652L12.824,15.652z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M18.952,26.357c-6.893,0-12.5-5.607-12.5-12.5s5.607-12.5,12.5-12.5s12.5,5.607,12.5,12.5 S25.845,26.357,18.952,26.357z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23767676;' d='M18.952,1.857c6.627,0,12,5.373,12,12c0,6.627-5.373,12-12,12s-12-5.373-12-12 C6.952,7.23,12.325,1.857,18.952,1.857 M18.952,0.857c-7.168,0-13,5.832-13,13c0,7.168,5.832,13,13,13c7.168,0,13-5.832,13-13 C31.952,6.689,26.121,0.857,18.952,0.857L18.952,0.857z'/%3e %3c/g%3e %3c/g%3e %3cpolygon style='fill:%23D7F9E4;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' points='18.952,5.357 21.424,10.624 26.952,11.469 22.952,15.568 23.897,21.357 18.952,18.624 14.008,21.357 14.952,15.568 10.952,11.469 16.48,10.624 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-skill-learning-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-154' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M98.401-24v76h-76v-76H98.401 M99.401-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L99.401-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19,31.5c-6.893,0-12.5-5.607-12.5-12.5S12.107,6.5,19,6.5S31.5,12.107,31.5,19 S25.893,31.5,19,31.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M19,7c6.627,0,12,5.373,12,12s-5.373,12-12,12c-6.627,0-12-5.373-12-12S12.373,7,19,7 M19,6 C11.832,6,6,11.832,6,19s5.832,13,13,13s13-5.832,13-13S26.168,6,19,6L19,6z'/%3e %3c/g%3e %3c/g%3e %3cpolygon style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' points='19,10.5 21.472,15.767 27,16.611 23,20.711 23.944,26.5 19,23.767 14.056,26.5 15,20.711 11,16.611 16.528,15.767 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-skill-learning-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-154' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M98.401-24v76h-76v-76H98.401 M99.401-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L99.401-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23B56400;' d='M19,7C11.832,7,6,12.832,6,20s5.832,13,13,13s13-5.832,13-13S26.168,7,19,7L19,7z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FD9400;' d='M19,31.5c-6.893,0-12.5-5.607-12.5-12.5S12.107,6.5,19,6.5S31.5,12.107,31.5,19 S25.893,31.5,19,31.5z'/%3e %3cpath style='fill:%23FD9400;' d='M19,7c6.627,0,12,5.373,12,12s-5.373,12-12,12c-6.627,0-12-5.373-12-12S12.373,7,19,7 M19,6 C11.832,6,6,11.832,6,19s5.832,13,13,13s13-5.832,13-13S26.168,6,19,6L19,6z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FDC37F;' d='M19,8c6.065,0,11,4.935,11,11s-4.935,11-11,11S8,25.065,8,19S12.935,8,19,8 M19,6 C11.832,6,6,11.832,6,19s5.832,13,13,13s13-5.832,13-13S26.168,6,19,6L19,6z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19.636,11l1.458,4.551c0.091,0.267,0.344,0.448,0.631,0.45h4.608 c0.644,0.005,0.912,0.847,0.393,1.223l-3.707,2.687c-0.231,0.167-0.328,0.46-0.241,0.728l1.39,4.502 c0.194,0.603-0.505,1.102-1.029,0.734l-3.749-2.63c-0.233-0.164-0.547-0.164-0.78,0l-3.749,2.63 c-0.524,0.368-1.224-0.131-1.029-0.734l1.39-4.502c0.086-0.268-0.01-0.561-0.241-0.728l-3.707-2.687 c-0.518-0.376-0.251-1.218,0.393-1.223h4.608c0.287-0.002,0.54-0.183,0.631-0.45L18.364,11C18.568,10.4,19.432,10.4,19.636,11z' /%3e %3c/g%3e %3cg style='opacity:0.25;'%3e %3cg%3e %3cpath style='fill:%23B56400;' d='M19,6L19,6C11.832,6,6,11.832,6,19s5.832,13,13,13V6z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-skill-learning{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-154' y='-127' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M98.401-24v76h-76v-76H98.401 M99.401-25h-1h-76h-1v1v76v1h1h76h1v-1v-76V-25L99.401-25z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M19,31.5c-6.893,0-12.5-5.607-12.5-12.5S12.107,6.5,19,6.5S31.5,12.107,31.5,19 S25.893,31.5,19,31.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23767676;' d='M19,7c6.627,0,12,5.373,12,12s-5.373,12-12,12c-6.627,0-12-5.373-12-12S12.373,7,19,7 M19,6 C11.832,6,6,11.832,6,19s5.832,13,13,13s13-5.832,13-13S26.168,6,19,6L19,6z'/%3e %3c/g%3e %3c/g%3e %3cpolygon style='fill:%23FFE0CC;stroke:%23767676;stroke-linejoin:round;stroke-miterlimit:10;' points='19,10.5 21.472,15.767 27,16.611 23,20.711 23.944,26.5 19,23.767 14.056,26.5 15,20.711 11,16.611 16.528,15.767 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-spreadsheet-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V2c0-0.827,0.673-1.5,1.5-1.5h15.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M22.219,1l1.811,7.243l0.146,0.582l0.582,0.146L32,10.781V36c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1V2c0-0.551,0.449-1,1-1H22.219 M23,0H7C5.9,0,5,0.9,5,2v34c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V10l-8-2 L23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M23.996,10.5C23.171,10.5,22.5,9.827,22.5,9V0.5H23c0.132,0,0.26,0.053,0.354,0.146l9,9.002 C32.446,9.741,32.5,9.869,32.5,10v0.5H23.996z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M23,1l9,9h-8.004C23.447,10,23,9.551,23,9V1 M23,0h-1v9c0,1.1,0.898,2,1.996,2H33v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='10.542' y='19.266' style='fill:%23FDEBEA;' width='16.979' height='11.901'/%3e %3crect x='10' y='15' style='fill:%23FF3B30;' width='18' height='1'/%3e %3crect x='10' y='19.5' style='fill:%23FF3B30;' width='1' height='12.5'/%3e %3crect x='14' y='19' style='fill:%23FF3B30;' width='1' height='13'/%3e %3crect x='18' y='19' style='fill:%23FF3B30;' width='1' height='13'/%3e %3crect x='27' y='19.5' style='fill:%23FF3B30;' width='1' height='12.5'/%3e %3crect x='10' y='31' style='fill:%23FF3B30;' width='18' height='1'/%3e %3crect x='10' y='19' style='fill:%23FF3B30;' width='18' height='1'/%3e %3crect x='10' y='23' style='fill:%23FF3B30;' width='18' height='1'/%3e %3crect x='10' y='27' style='fill:%23FF3B30;' width='18' height='1'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-spreadsheet-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%2337D07E;' d='M33,10v26c0,1.1-0.9,2-2,2H7c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h16l2,8L33,10z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%2344E07D;' d='M33,10v24c0,1.1-0.9,2-2,2H7c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h16l2,8L33,10z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%2341D07E;' d='M33,11c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,1.105,23.265,1,23,1h-1v9 c0,1.1,0.898,2,1.996,2H33V11z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23A1EFBD;' d='M33,10c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0h-1v9 c0,1.1,0.898,2,1.996,2H33V10z'/%3e %3c/g%3e %3crect x='10' y='15' style='fill:%23FFFFFF;' width='18' height='1'/%3e %3crect x='10.353' y='19.463' style='fill:%2388EEAF;' width='17.108' height='11.967'/%3e %3crect x='10' y='19' style='fill:%23FFFFFF;' width='1' height='13'/%3e %3crect x='14' y='19' style='fill:%23FFFFFF;' width='1' height='13'/%3e %3crect x='18' y='19' style='fill:%23FFFFFF;' width='1' height='13'/%3e %3crect x='27' y='19' style='fill:%23FFFFFF;' width='1' height='13'/%3e %3crect x='10' y='31' style='fill:%23FFFFFF;' width='18' height='1'/%3e %3crect x='10' y='19' style='fill:%23FFFFFF;' width='18' height='1'/%3e %3crect x='10' y='23' style='fill:%23FFFFFF;' width='18' height='1'/%3e %3crect x='10' y='27' style='fill:%23FFFFFF;' width='18' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-spreadsheet{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V2c0-0.827,0.673-1.5,1.5-1.5h15.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M22.219,1l1.811,7.243l0.146,0.582l0.582,0.146L32,10.781V36c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1V2c0-0.551,0.449-1,1-1H22.219 M23,0H7C5.9,0,5,0.9,5,2v34c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V10l-8-2 L23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23D7F9E4;' d='M23.996,10.5C23.171,10.5,22.5,9.827,22.5,9V0.5H23c0.132,0,0.26,0.053,0.354,0.146l9,9.002 C32.446,9.741,32.5,9.869,32.5,10v0.5H23.996z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M23,1l9,9h-8.004C23.447,10,23,9.551,23,9V1 M23,0h-1v9c0,1.1,0.898,2,1.996,2H33v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='10' y='15' style='fill:%23C1C3C2;' width='18' height='1'/%3e %3crect x='10' y='19.5' style='fill:%23767676;' width='1' height='12.5'/%3e %3crect x='11' y='19' style='fill:%23D7F9E4;' width='16' height='11.901'/%3e %3crect x='14' y='19' style='fill:%23767676;' width='1' height='13'/%3e %3crect x='18' y='19' style='fill:%23767676;' width='1' height='13'/%3e %3crect x='27' y='19.5' style='fill:%23767676;' width='1' height='12.5'/%3e %3crect x='10' y='31' style='fill:%23767676;' width='18' height='1'/%3e %3crect x='10' y='19' style='fill:%23767676;' width='18' height='1'/%3e %3crect x='10' y='23' style='fill:%23767676;' width='18' height='1'/%3e %3crect x='10' y='27' style='fill:%23767676;' width='18' height='1'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-support-ticket-a{background-image:url(dff7b21a57f9ae02e258caf4d1b1017a.svg);background-repeat:no-repeat}.img-icon-support-ticket-c{background-image:url(31e1d00b126ea0c7fa041aa02618da38.svg);background-repeat:no-repeat}.img-icon-support-ticket{background-image:url(aece95b4fa8eb429edffaaa6d40d9562.svg);background-repeat:no-repeat}.img-icon-survey-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-468' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M94.25,34v76h-76V34H94.25 M95.25,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L95.25,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31,37H7c-1.1,0-2-0.9-2-2V5c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v30C33,36.1,32.1,37,31,37z'/%3e %3c/g%3e %3crect x='12' y='8' style='fill:%23C1C3C2;' width='14' height='1'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M31,4c0.551,0,1,0.449,1,1v30c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V5c0-0.551,0.449-1,1-1 H31 M31,3H7C5.9,3,5,3.9,5,5v30c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V5C33,3.9,32.1,3,31,3L31,3z'/%3e %3c/g%3e %3crect x='16' y='14' style='fill:%23FF3B30;' width='12' height='1'/%3e %3crect x='16' y='17' style='fill:%23FF3B30;' width='8' height='1'/%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M13,15v2h-2v-2H13 M14,14h-4v4h4V14L14,14z'/%3e %3c/g%3e %3c/g%3e %3crect x='16' y='20' style='fill:%23FF3B30;' width='12' height='1'/%3e %3crect x='16' y='23' style='fill:%23FF3B30;' width='8' height='1'/%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M13,21v2h-2v-2H13 M14,20h-4v4h4V20L14,20z'/%3e %3c/g%3e %3c/g%3e %3crect x='16' y='26' style='fill:%23FF3B30;' width='12' height='1'/%3e %3crect x='16' y='29' style='fill:%23FF3B30;' width='8' height='1'/%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M13,27v2h-2v-2H13 M14,26h-4v4h4V26L14,26z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M10.5,8.5V7c0-1.93,1.57-3.5,3.5-3.5h10c1.93,0,3.5,1.57,3.5,3.5v1.5H10.5z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M24,4c1.654,0,3,1.346,3,3v1H11V7c0-1.654,1.346-3,3-3H24 M24,3H14c-2.209,0-4,1.791-4,4v2h18V7 C28,4.791,26.209,3,24,3L24,3z'/%3e %3c/g%3e %3c/g%3e %3ccircle style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-miterlimit:10;' cx='19' cy='3.5' r='3'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-survey-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-468' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M94.25,34v76h-76V34H94.25 M95.25,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L95.25,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23C3A15E;' d='M31,37H7c-1.1,0-2-0.9-2-2V5c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v30C33,36.1,32.1,37,31,37z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23A57D33;' d='M31,36H7c-1.1,0-2-0.9-2-2v1c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2v-1C33,35.1,32.1,36,31,36z'/%3e %3c/g%3e %3cg%3e %3crect x='7' y='6' style='fill:%23FFFFFF;' width='24' height='28'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E2E2E2;' d='M28,9V7c0-2.209-1.791-4-4-4H14c-2.209,0-4,1.791-4,4v2H28z'/%3e %3c/g%3e %3cg%3e %3ccircle style='fill:%23E2E2E2;' cx='19' cy='3.392' r='3'/%3e %3cpath style='fill:%23E2E2E2;' d='M19,6.893c-1.93,0-3.5-1.57-3.5-3.5s1.57-3.5,3.5-3.5s3.5,1.57,3.5,3.5S20.93,6.893,19,6.893z M19,0.893c-1.379,0-2.5,1.121-2.5,2.5s1.121,2.5,2.5,2.5s2.5-1.121,2.5-2.5S20.379,0.893,19,0.893z'/%3e %3c/g%3e %3ccircle style='fill:none;stroke:%23C1C3C3;stroke-miterlimit:10;' cx='19' cy='3' r='1.5'/%3e %3crect x='10' y='8' style='fill:%23C1C3C3;' width='18' height='1'/%3e %3crect x='16' y='14' style='fill:%23C1C3C3;' width='12' height='1'/%3e %3crect x='16' y='17' style='fill:%23C1C3C3;' width='8' height='1'/%3e %3cg%3e %3crect x='10.5' y='14.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cpath style='fill:%23C1C3C3;' d='M13,15v2h-2v-2H13 M14,14h-4v4h4V14L14,14z'/%3e %3c/g%3e %3crect x='16' y='20' style='fill:%23C1C3C3;' width='12' height='1'/%3e %3crect x='16' y='23' style='fill:%23C1C3C3;' width='8' height='1'/%3e %3cg%3e %3crect x='10.5' y='20.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23C1C3C3;' d='M13,21v2h-2v-2H13 M14,20h-4v4h4V20L14,20z'/%3e %3c/g%3e %3c/g%3e %3crect x='16' y='26' style='fill:%23C1C3C3;' width='12' height='1'/%3e %3crect x='16' y='29' style='fill:%23C1C3C3;' width='8' height='1'/%3e %3cg%3e %3crect x='10.5' y='26.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cpath style='fill:%23C1C3C3;' d='M13,27v2h-2v-2H13 M14,26h-4v4h4V26L14,26z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-survey-enterprise-a{background-image:url(703c8d179ff6e922232bb31a4b3c5d80.svg);background-repeat:no-repeat}.img-icon-survey-enterprise-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-836' y='-54.814' style='display:inline;fill:%23272727;' width='1152.063' height='397.574'/%3e %3cg style='display:inline;'%3e %3cg%3e %3cpath style='fill:%23474747;' d='M36.1-17v76h-76v-76H36.1 M37.1-18h-1h-76h-1v1v76v1h1h76h1v-1v-76V-18L37.1-18z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23C3A163;' d='M31,38H7c-1.1,0-2-0.9-2-2V6c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v30C33,37.1,32.1,38,31,38z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23A57C3A;' d='M31,37H7c-1.1,0-2-0.9-2-2v1c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2v-1C33,36.1,32.1,37,31,37z'/%3e %3c/g%3e %3cg%3e %3crect x='7' y='7' style='fill:%23FFFFFF;' width='24' height='28'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E3E3E3;' d='M28,10V8c0-2.209-1.791-4-4-4H14c-2.209,0-4,1.791-4,4v2H28z'/%3e %3c/g%3e %3cg%3e %3ccircle style='fill:%23E3E3E3;' cx='19' cy='4.392' r='3'/%3e %3cpath style='fill:%23E3E3E3;' d='M19,7.893c-1.93,0-3.5-1.57-3.5-3.5s1.57-3.5,3.5-3.5s3.5,1.57,3.5,3.5S20.93,7.893,19,7.893z M19,1.893c-1.379,0-2.5,1.121-2.5,2.5s1.121,2.5,2.5,2.5s2.5-1.121,2.5-2.5S20.379,1.893,19,1.893z'/%3e %3c/g%3e %3ccircle style='fill:none;stroke:%23C2C4C4;stroke-miterlimit:10;' cx='19' cy='4' r='1.5'/%3e %3crect x='16' y='14' style='fill:%23C2C4C4;' width='12' height='1'/%3e %3crect x='16' y='17' style='fill:%23C2C4C4;' width='8' height='1'/%3e %3cg%3e %3crect x='10.5' y='14.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cpath style='fill:%23C2C4C4;' d='M13,15v2h-2v-2H13 M14,14h-4v4h4V14L14,14z'/%3e %3c/g%3e %3crect x='16' y='20' style='fill:%23C2C4C4;' width='12' height='1'/%3e %3crect x='16' y='23' style='fill:%23C2C4C4;' width='8' height='1'/%3e %3cg%3e %3crect x='10.5' y='20.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23C2C4C4;' d='M13,21v2h-2v-2H13 M14,20h-4v4h4V20L14,20z'/%3e %3c/g%3e %3c/g%3e %3crect x='10' y='32' style='fill:%23C2C4C4;' width='18' height='1'/%3e %3crect x='10' y='9' style='fill:%23C2C4C4;' width='18' height='1'/%3e %3cg%3e %3cline style='fill:%23FFFFFF;stroke:%23C2C4C4;stroke-miterlimit:10;' x1='10.5' y1='28' x2='13.5' y2='31'/%3e %3cline style='fill:%23FFFFFF;stroke:%23C2C4C4;stroke-miterlimit:10;' x1='13.5' y1='28' x2='10.5' y2='31'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-survey-enterprise{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-836' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M36.1,34v76h-76V34H36.1 M37.1,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L37.1,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg style='display:none;'%3e %3cimage style='display:inline;overflow:visible;' width='349' height='335' id='eUpSOJ' xlink:href='3FF4B162822FA82F.jpg' transform='matrix(0.2485 0 0 0.2485 -26.9791 -43.5)'%3e %3c/image%3e %3c/g%3e %3cg id='Icons'%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V6c0-0.827,0.673-1.5,1.5-1.5h24c0.827,0,1.5,0.673,1.5,1.5v30 c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cpath style='fill:%23C2C4C4;' d='M31,5c0.551,0,1,0.449,1,1v30c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V6c0-0.551,0.449-1,1-1 H31 M31,4H7C5.9,4,5,4.9,5,6v30c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C33,4.9,32.1,4,31,4L31,4z'/%3e %3c/g%3e %3crect x='16' y='14' style='fill:%23C2C4C4;' width='12' height='1'/%3e %3crect x='16' y='17' style='fill:%23C2C4C4;' width='8' height='1'/%3e %3cg%3e %3crect x='10.5' y='14.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cpath style='fill:%23C2C4C4;' d='M13,15v2h-2v-2H13 M14,14h-4v4h4V14L14,14z'/%3e %3c/g%3e %3crect x='16' y='20' style='fill:%23C2C4C4;' width='12' height='1'/%3e %3crect x='16' y='23' style='fill:%23C2C4C4;' width='8' height='1'/%3e %3cg%3e %3crect x='10.5' y='20.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23C2C4C4;' d='M13,21v2h-2v-2H13 M14,20h-4v4h4V20L14,20z'/%3e %3c/g%3e %3c/g%3e %3crect x='10' y='32' style='fill:%23C2C4C4;' width='18' height='1'/%3e %3cg%3e %3cpath style='fill:%23E3E3E3;' d='M10.5,9.5V8c0-1.93,1.57-3.5,3.5-3.5h10c1.93,0,3.5,1.57,3.5,3.5v1.5H10.5z'/%3e %3cpath style='fill:%23C2C4C4;' d='M24,5c1.654,0,3,1.346,3,3v1H11V8c0-1.654,1.346-3,3-3H24 M24,4H14c-2.209,0-4,1.791-4,4v2h18V8 C28,5.791,26.209,4,24,4L24,4z'/%3e %3c/g%3e %3ccircle style='fill:%23E3E3E3;stroke:%23C2C4C4;stroke-miterlimit:10;' cx='19' cy='4.392' r='3'/%3e %3cg%3e %3cline style='fill:%23FFFFFF;stroke:%23C2C4C4;stroke-miterlimit:10;' x1='10.5' y1='28' x2='13.5' y2='31'/%3e %3cline style='fill:%23FFFFFF;stroke:%23C2C4C4;stroke-miterlimit:10;' x1='13.5' y1='28' x2='10.5' y2='31'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-survey{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-468' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M94.25,34v76h-76V34H94.25 M95.25,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L95.25,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31,37H7c-1.1,0-2-0.9-2-2V5c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v30C33,36.1,32.1,37,31,37z'/%3e %3c/g%3e %3crect x='12' y='8' style='fill:%23C1C3C2;' width='14' height='1'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M31,4c0.551,0,1,0.449,1,1v30c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V5c0-0.551,0.449-1,1-1 H31 M31,3H7C5.9,3,5,3.9,5,5v30c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V5C33,3.9,32.1,3,31,3L31,3z'/%3e %3c/g%3e %3crect x='16' y='14' style='fill:%23C1C3C2;' width='12' height='1'/%3e %3crect x='16' y='17' style='fill:%23C1C3C2;' width='8' height='1'/%3e %3cg%3e %3crect x='10.5' y='14.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cpath style='fill:%23767676;' d='M13,15v2h-2v-2H13 M14,14h-4v4h4V14L14,14z'/%3e %3c/g%3e %3crect x='16' y='20' style='fill:%23C1C3C2;' width='12' height='1'/%3e %3crect x='16' y='23' style='fill:%23C1C3C2;' width='8' height='1'/%3e %3cg%3e %3crect x='10.5' y='20.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M13,21v2h-2v-2H13 M14,20h-4v4h4V20L14,20z'/%3e %3c/g%3e %3c/g%3e %3crect x='16' y='26' style='fill:%23C1C3C2;' width='12' height='1'/%3e %3crect x='16' y='29' style='fill:%23C1C3C2;' width='8' height='1'/%3e %3cg%3e %3crect x='10.5' y='26.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cpath style='fill:%23767676;' d='M13,27v2h-2v-2H13 M14,26h-4v4h4V26L14,26z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E2E2E2;' d='M10.5,8.5V7c0-1.93,1.57-3.5,3.5-3.5h10c1.93,0,3.5,1.57,3.5,3.5v1.5H10.5z'/%3e %3cpath style='fill:%23767676;' d='M24,4c1.654,0,3,1.346,3,3v1H11V7c0-1.654,1.346-3,3-3H24 M24,3H14c-2.209,0-4,1.791-4,4v2h18V7 C28,4.791,26.209,3,24,3L24,3z'/%3e %3c/g%3e %3ccircle style='fill:%23E2E2E2;stroke:%23767676;stroke-miterlimit:10;' cx='19' cy='3.5' r='3'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-telemetry-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-657' y='-68.82' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M8.534,34.18v76h-76v-76H8.534 M9.534,33.18h-1h-76h-1v1v76v1h1h76h1v-1v-76V33.18L9.534,33.18z'/%3e %3c/g%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M111.817,34.18v76h-76v-76H111.817 M112.817,33.18h-1h-76h-1v1v76v1h1h76h1v-1v-76V33.18 L112.817,33.18z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,32.68c-0.827,0-1.5-0.673-1.5-1.5v-24c0-0.827,0.673-1.5,1.5-1.5h24 c0.827,0,1.5,0.673,1.5,1.5v24c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M31,6.18c0.551,0,1,0.449,1,1v24c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1v-24 c0-0.551,0.449-1,1-1H31 M31,5.18H7c-1.1,0-2,0.9-2,2v24c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2v-24C33,6.08,32.1,5.18,31,5.18 L31,5.18z'/%3e %3c/g%3e %3c/g%3e %3crect x='14' y='6.18' style='fill:%23FDEBEA;' width='1' height='26'/%3e %3cpolyline style='fill:%23FDEBEA;' points='24,6.18 24,32.18 23,32.18 23,6.18 '/%3e %3crect x='6' y='14.18' style='fill:%23FDEBEA;' width='26' height='1'/%3e %3cpolyline style='fill:%23FDEBEA;' points='32,24.18 6,24.18 6,23.18 32,23.18 '/%3e %3cpolyline style='fill:none;stroke:%23FF3B30;stroke-miterlimit:10;' points='5.627,23.806 9.802,18.631 14.523,24.352 23.518,14.357 32.537,24.377 '/%3e %3ccircle style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' cx='14.5' cy='24.377' r='2.062'/%3e %3ccircle style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' cx='23.5' cy='14.357' r='2.062'/%3e %3ccircle style='fill:%23FFFFFF;stroke:%23FF3B30;stroke-miterlimit:10;' cx='9.781' cy='18.617' r='2.062'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-telemetry-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-657' y='-68.82' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M8.534,34.18v76h-76v-76H8.534 M9.534,33.18h-1h-76h-1v1v76v1h1h76h1v-1v-76V33.18L9.534,33.18z'/%3e %3c/g%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M111.817,34.18v76h-76v-76H111.817 M112.817,33.18h-1h-76h-1v1v76v1h1h76h1v-1v-76V33.18 L112.817,33.18z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23D0ECFA;' d='M31,33.18H7c-1.1,0-2-0.9-2-2v-24c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v24 C33,32.28,32.1,33.18,31,33.18z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E0F3FF;' d='M31,31.18H7c-1.1,0-2-0.9-2-2v-22c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v22 C33,30.28,32.1,31.18,31,31.18z'/%3e %3c/g%3e %3crect x='14' y='6.18' style='fill:%23D0ECFA;' width='1' height='26'/%3e %3cpolyline style='fill:%23D0ECFA;' points='24,6.18 24,32.18 23,32.18 23,6.18 '/%3e %3crect x='6' y='14.18' style='fill:%23D0ECFA;' width='26' height='1'/%3e %3cpolyline style='fill:%23D0ECFA;' points='32,24.18 6,24.18 6,23.18 32,23.18 '/%3e %3cg%3e %3cpolygon style='fill:%23157AFB;' points='33,24.126 23.518,13.61 14.54,23.586 9.797,17.839 5,23.81 5,25.406 9.807,19.423 14.507,25.118 23.518,15.104 33,25.619 '/%3e %3c/g%3e %3ccircle style='fill:%23FFFFFF;stroke:%23157AFB;stroke-linejoin:round;stroke-miterlimit:10;' cx='14.5' cy='24.377' r='2.062'/%3e %3ccircle style='fill:%23FFFFFF;stroke:%23157AFB;stroke-linejoin:round;stroke-miterlimit:10;' cx='23.5' cy='14.357' r='2.062'/%3e %3ccircle style='fill:%23FFFFFF;stroke:%23157AFB;stroke-linejoin:round;stroke-miterlimit:10;' cx='9.781' cy='18.617' r='2.062'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-telemetry{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-657' y='-68.82' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M8.534,34.18v76h-76v-76H8.534 M9.534,33.18h-1h-76h-1v1v76v1h1h76h1v-1v-76V33.18L9.534,33.18z'/%3e %3c/g%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M111.817,34.18v76h-76v-76H111.817 M112.817,33.18h-1h-76h-1v1v76v1h1h76h1v-1v-76V33.18 L112.817,33.18z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,32.68c-0.827,0-1.5-0.673-1.5-1.5v-24c0-0.827,0.673-1.5,1.5-1.5h24 c0.827,0,1.5,0.673,1.5,1.5v24c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M31,6.18c0.551,0,1,0.449,1,1v24c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1v-24 c0-0.551,0.449-1,1-1H31 M31,5.18H7c-1.1,0-2,0.9-2,2v24c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2v-24C33,6.08,32.1,5.18,31,5.18 L31,5.18z'/%3e %3c/g%3e %3c/g%3e %3crect x='14' y='6.18' style='fill:%23C1C3C2;' width='1' height='26'/%3e %3cpolyline style='fill:%23C1C3C2;' points='24,6.18 24,32.18 23,32.18 23,6.18 '/%3e %3crect x='6' y='14.18' style='fill:%23C1C3C2;' width='26' height='1'/%3e %3cpolyline style='fill:%23C1C3C2;' points='32,24.18 6,24.18 6,23.18 32,23.18 '/%3e %3cpolyline style='fill:none;stroke:%23767676;stroke-miterlimit:10;' points='5.627,23.806 9.802,18.631 14.523,24.352 23.518,14.357 32.537,24.377 '/%3e %3ccircle style='fill:%23FFD8D6;stroke:%23767676;stroke-miterlimit:10;' cx='14.5' cy='24.377' r='2.062'/%3e %3ccircle style='fill:%23D7F9E4;stroke:%23767676;stroke-miterlimit:10;' cx='23.5' cy='14.357' r='2.062'/%3e %3ccircle style='fill:%23D7F9E4;stroke:%23767676;stroke-miterlimit:10;' cx='9.781' cy='18.617' r='2.062'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-test-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V2c0-0.827,0.673-1.5,1.5-1.5h15.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M22.219,1l1.811,7.243l0.146,0.582l0.582,0.146L32,10.781V36c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1V2c0-0.551,0.449-1,1-1H22.219 M23,0H7C5.9,0,5,0.9,5,2v34c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V10l-8-2 L23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M23.996,10.5C23.171,10.5,22.5,9.827,22.5,9V0.5H23c0.132,0,0.26,0.053,0.354,0.146l9,9.002 C32.446,9.741,32.5,9.869,32.5,10v0.5H23.996z'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M23,1l9,9h-8.004C23.447,10,23,9.551,23,9V1 M23,0h-1v9c0,1.1,0.898,2,1.996,2H33v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='20' y='16' style='fill:%23FF3B30;' width='8' height='1'/%3e %3crect x='20' y='19' style='fill:%23FF3B30;' width='4' height='1'/%3e %3cg%3e %3crect x='10' y='16' style='fill:%23FDEBEA;' width='4' height='4'/%3e %3c/g%3e %3cg%3e %3crect x='15.5' y='16.5' style='fill:%23FDEBEA;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M18,17v2h-2v-2H18 M19,16h-4v4h4V16L19,16z'/%3e %3c/g%3e %3c/g%3e %3crect x='20' y='22' style='fill:%23FF3B30;' width='8' height='1'/%3e %3crect x='20' y='25' style='fill:%23FF3B30;' width='4' height='1'/%3e %3cg%3e %3crect x='15' y='22' style='fill:%23FDEBEA;' width='4' height='4'/%3e %3c/g%3e %3cg%3e %3crect x='10.5' y='22.5' style='fill:%23FDEBEA;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M13,23v2h-2v-2H13 M14,22h-4v4h4V22L14,22z'/%3e %3c/g%3e %3c/g%3e %3crect x='20' y='28' style='fill:%23FF3B30;' width='8' height='1'/%3e %3crect x='20' y='31' style='fill:%23FF3B30;' width='4' height='1'/%3e %3cg%3e %3crect x='10' y='28' style='fill:%23FDEBEA;' width='4' height='4'/%3e %3c/g%3e %3cg%3e %3crect x='15.5' y='28.5' style='fill:%23FDEBEA;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M18,29v2h-2v-2H18 M19,28h-4v4h4V28L19,28z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-test-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23D0ECFA;' d='M33,10v26c0,1.1-0.9,2-2,2H7c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h16l2,8L33,10z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E1F3FF;' d='M33,10v24c0,1.1-0.9,2-2,2H7c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h16l2,8L33,10z'/%3e %3c/g%3e %3cg style='opacity:0.5;'%3e %3cpath style='fill:%23ACC5D6;' d='M33,11c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,1.105,23.265,1,23,1h-1v9 c0,1.1,0.898,2,1.996,2H33V11z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M33,10c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0h-1v9 c0,1.1,0.898,2,1.996,2H33V10z'/%3e %3c/g%3e %3crect x='20' y='16' style='fill:%23ACC5D6;' width='8' height='1'/%3e %3crect x='20' y='19' style='fill:%23ACC5D6;' width='4' height='1'/%3e %3cg%3e %3cg%3e %3cpath style='fill:%23ACC5D6;' d='M13,17v2h-2v-2H13 M14,16h-4v4h4V16L14,16z'/%3e %3c/g%3e %3c/g%3e %3cg style='opacity:0.5;'%3e %3crect x='15' y='16' style='fill:%23ACC5D6;' width='4' height='4'/%3e %3c/g%3e %3crect x='20' y='22' style='fill:%23ACC5D6;' width='8' height='1'/%3e %3crect x='20' y='25' style='fill:%23ACC5D6;' width='4' height='1'/%3e %3cg%3e %3cg%3e %3cpath style='fill:%23ACC5D6;' d='M18,23v2h-2v-2H18 M19,22h-4v4h4V22L19,22z'/%3e %3c/g%3e %3c/g%3e %3cg style='opacity:0.5;'%3e %3crect x='10' y='22' style='fill:%23ACC5D6;' width='4' height='4'/%3e %3c/g%3e %3crect x='20' y='28' style='fill:%23ACC5D6;' width='8' height='1'/%3e %3crect x='20' y='31' style='fill:%23ACC5D6;' width='4' height='1'/%3e %3cg%3e %3cg%3e %3cpath style='fill:%23ACC5D6;' d='M13,29v2h-2v-2H13 M14,28h-4v4h4V28L14,28z'/%3e %3c/g%3e %3c/g%3e %3cg style='opacity:0.5;'%3e %3crect x='15' y='28' style='fill:%23ACC5D6;' width='4' height='4'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-test{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M7,37.5c-0.827,0-1.5-0.673-1.5-1.5V2c0-0.827,0.673-1.5,1.5-1.5h15.609l1.979,7.912l7.912,1.979 V36c0,0.827-0.673,1.5-1.5,1.5H7z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M22.219,1l1.811,7.243l0.146,0.582l0.582,0.146L32,10.781V36c0,0.551-0.449,1-1,1H7 c-0.551,0-1-0.449-1-1V2c0-0.551,0.449-1,1-1H22.219 M23,0H7C5.9,0,5,0.9,5,2v34c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V10l-8-2 L23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E2E2E2;' d='M23.996,10.5C23.171,10.5,22.5,9.827,22.5,9V0.5H23c0.132,0,0.26,0.053,0.354,0.146l9,9.002 C32.446,9.741,32.5,9.869,32.5,10v0.5H23.996z'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M23,1l9,9h-8.004C23.447,10,23,9.551,23,9V1 M23,0h-1v9c0,1.1,0.898,2,1.996,2H33v-1 c0-0.265-0.105-0.519-0.293-0.706l-9-9.003C23.519,0.105,23.265,0,23,0L23,0z'/%3e %3c/g%3e %3c/g%3e %3crect x='20' y='16' style='fill:%23C1C3C2;' width='8' height='1'/%3e %3crect x='20' y='19' style='fill:%23C1C3C2;' width='4' height='1'/%3e %3cg%3e %3crect x='10.5' y='16.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23C0C2C1;' d='M13,17v2h-2v-2H13 M14,16h-4v4h4V16L14,16z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3crect x='15.5' y='16.5' style='fill:%23E2E2E2;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M18,17v2h-2v-2H18 M19,16h-4v4h4V16L19,16z'/%3e %3c/g%3e %3c/g%3e %3crect x='20' y='22' style='fill:%23C1C3C2;' width='8' height='1'/%3e %3crect x='20' y='25' style='fill:%23C1C3C2;' width='4' height='1'/%3e %3cg%3e %3crect x='15.5' y='22.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23C0C2C1;' d='M18,23v2h-2v-2H18 M19,22h-4v4h4V22L19,22z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3crect x='10.5' y='22.5' style='fill:%23E2E2E2;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M13,23v2h-2v-2H13 M14,22h-4v4h4V22L14,22z'/%3e %3c/g%3e %3c/g%3e %3crect x='20' y='28' style='fill:%23C1C3C2;' width='8' height='1'/%3e %3crect x='20' y='31' style='fill:%23C1C3C2;' width='4' height='1'/%3e %3cg%3e %3crect x='10.5' y='28.5' style='fill:%23FFFFFF;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23C0C2C1;' d='M13,29v2h-2v-2H13 M14,28h-4v4h4V28L14,28z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3crect x='15.5' y='28.5' style='fill:%23E2E2E2;' width='3' height='3'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M18,29v2h-2v-2H18 M19,28h-4v4h4V28L19,28z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-video-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-216' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M36.401,34v76h-76V34H36.401 M37.401,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L37.401,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31,32H7c-1.1,0-2-0.9-2-2V7c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v23C33,31.1,32.1,32,31,32z'/%3e %3c/g%3e %3cpath style='fill:%23FDEBEA;' d='M10,32H7c-1.1,0-2-0.9-2-2V7c0-1.1,0.9-2,2-2h3V32z'/%3e %3cpath style='fill:%23FDEBEA;' d='M28,32h3c1.1,0,2-0.9,2-2V7c0-1.1-0.9-2-2-2h-3V32z'/%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FDEBEA;' d='M17,22.5c-0.079,0-0.158-0.019-0.231-0.057C16.604,22.357,16.5,22.187,16.5,22v-7 c0-0.187,0.104-0.357,0.269-0.443C16.842,14.519,16.921,14.5,17,14.5c0.101,0,0.201,0.03,0.287,0.09l5,3.5 c0.134,0.094,0.213,0.247,0.213,0.41s-0.08,0.316-0.213,0.41l-5,3.5C17.201,22.47,17.101,22.5,17,22.5z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M17,15l5,3.5L17,22V15 M17,14c-0.158,0-0.316,0.037-0.462,0.113C16.207,14.285,16,14.627,16,15 v7c0,0.373,0.207,0.715,0.538,0.887C16.683,22.963,16.842,23,17,23c0.202,0,0.402-0.061,0.574-0.181l5-3.5 C22.841,19.132,23,18.826,23,18.5s-0.159-0.632-0.427-0.819l-5-3.5C17.402,14.061,17.201,14,17,14L17,14z'/%3e %3c/g%3e %3c/g%3e %3crect x='9' y='6' style='fill:%23FF3B30;' width='1' height='25'/%3e %3crect x='28' y='6' style='fill:%23FF3B30;' width='1' height='25'/%3e %3crect x='6' y='10' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='6' y='14' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='6' y='22' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='6' y='26' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='6' y='18' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='29' y='10' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='29' y='14' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='29' y='22' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='29' y='26' style='fill:%23FF3B30;' width='3' height='1'/%3e %3crect x='29' y='18' style='fill:%23FF3B30;' width='3' height='1'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M31,6c0.551,0,1,0.449,1,1v23c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V7c0-0.551,0.449-1,1-1 H31 M31,5H7C5.9,5,5,5.9,5,7v23c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V7C33,5.9,32.1,5,31,5L31,5z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-video-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-216' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M36.401,34v76h-76V34H36.401 M37.401,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L37.401,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%234B6DFF;' d='M31,32H7c-1.1,0-2-0.9-2-2V7c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v23C33,31.1,32.1,32,31,32z'/%3e %3c/g%3e %3cpath style='fill:%23333333;' d='M10,32H7c-1.1,0-2-0.9-2-2V7c0-1.1,0.9-2,2-2h3V32z'/%3e %3cpath style='fill:%23333333;' d='M28,32h3c1.1,0,2-0.9,2-2V7c0-1.1-0.9-2-2-2h-3V32z'/%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M17,22.5c-0.079,0-0.158-0.019-0.231-0.057C16.604,22.357,16.5,22.187,16.5,22v-7 c0-0.187,0.104-0.357,0.269-0.443C16.842,14.519,16.921,14.5,17,14.5c0.101,0,0.201,0.03,0.287,0.09l5,3.5 c0.134,0.094,0.213,0.247,0.213,0.41s-0.08,0.316-0.213,0.41l-5,3.5C17.201,22.47,17.101,22.5,17,22.5z'/%3e %3cpath style='fill:%23FFFFFF;' d='M17,15l5,3.5L17,22V15 M17,14c-0.158,0-0.316,0.037-0.462,0.113C16.207,14.285,16,14.627,16,15v7 c0,0.373,0.207,0.715,0.538,0.887C16.683,22.963,16.842,23,17,23c0.202,0,0.402-0.061,0.574-0.181l5-3.5 C22.841,19.132,23,18.826,23,18.5s-0.159-0.632-0.427-0.819l-5-3.5C17.402,14.061,17.201,14,17,14L17,14z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23666666;' d='M31,7c0.551,0,1,0.449,1,1v22c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V8c0-0.551,0.449-1,1-1 H31 M31,6H7C5.9,6,5,6.9,5,8v22c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V8C33,6.9,32.1,6,31,6L31,6z'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23C3C3C3;' d='M31,6c0.551,0,1,0.449,1,1v22c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V7c0-0.551,0.449-1,1-1 H31 M31,5H7C5.9,5,5,5.9,5,7v22c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V7C33,5.9,32.1,5,31,5L31,5z'/%3e %3c/g%3e %3crect x='9' y='6' style='fill:%23C1C3C3;' width='1' height='25'/%3e %3crect x='28' y='6' style='fill:%23C1C3C3;' width='1' height='25'/%3e %3crect x='6' y='10' style='fill:%23C1C3C3;' width='3' height='1'/%3e %3crect x='6' y='14' style='fill:%23C1C3C3;' width='3' height='1'/%3e %3crect x='6' y='22' style='fill:%23C1C3C3;' width='3' height='1'/%3e %3crect x='6' y='26' style='fill:%23C1C3C3;' width='3' height='1'/%3e %3crect x='6' y='18' style='fill:%23C1C3C3;' width='3' height='1'/%3e %3crect x='29' y='10' style='fill:%23C1C3C3;' width='3' height='1'/%3e %3crect x='29' y='14' style='fill:%23C1C3C3;' width='3' height='1'/%3e %3crect x='29' y='22' style='fill:%23C1C3C3;' width='3' height='1'/%3e %3crect x='29' y='26' style='fill:%23C1C3C3;' width='3' height='1'/%3e %3crect x='29' y='18' style='fill:%23C1C3C3;' width='3' height='1'/%3e %3crect x='6' y='11' style='fill:%23666666;' width='3' height='1'/%3e %3crect x='6' y='15' style='fill:%23666666;' width='3' height='1'/%3e %3crect x='6' y='23' style='fill:%23666666;' width='3' height='1'/%3e %3crect x='6' y='27' style='fill:%23666666;' width='3' height='1'/%3e %3crect x='6' y='19' style='fill:%23666666;' width='3' height='1'/%3e %3crect x='29' y='11' style='fill:%23666666;' width='3' height='1'/%3e %3crect x='29' y='15' style='fill:%23666666;' width='3' height='1'/%3e %3crect x='29' y='23' style='fill:%23666666;' width='3' height='1'/%3e %3crect x='29' y='27' style='fill:%23666666;' width='3' height='1'/%3e %3crect x='29' y='19' style='fill:%23666666;' width='3' height='1'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-video{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-216' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M36.401,34v76h-76V34H36.401 M37.401,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L37.401,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31,32H7c-1.1,0-2-0.9-2-2V7c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v23C33,31.1,32.1,32,31,32z'/%3e %3c/g%3e %3cpath style='fill:%23D0E4FE;' d='M10,32H7c-1.1,0-2-0.9-2-2V7c0-1.1,0.9-2,2-2h3V32z'/%3e %3cpath style='fill:%23D0E4FE;' d='M28,32h3c1.1,0,2-0.9,2-2V7c0-1.1-0.9-2-2-2h-3V32z'/%3e %3cg%3e %3cpath style='fill:%23D0E4FE;' d='M17,22.5c-0.079,0-0.158-0.019-0.231-0.057C16.604,22.357,16.5,22.187,16.5,22v-7 c0-0.187,0.104-0.357,0.269-0.443C16.842,14.519,16.921,14.5,17,14.5c0.101,0,0.201,0.03,0.287,0.09l5,3.5 c0.134,0.094,0.213,0.247,0.213,0.41s-0.08,0.316-0.213,0.41l-5,3.5C17.201,22.47,17.101,22.5,17,22.5z'/%3e %3cpath style='fill:%23767676;' d='M17,15l5,3.5L17,22V15 M17,14c-0.158,0-0.316,0.037-0.462,0.113C16.207,14.285,16,14.627,16,15v7 c0,0.373,0.207,0.715,0.538,0.887C16.683,22.963,16.842,23,17,23c0.202,0,0.402-0.061,0.574-0.181l5-3.5 C22.841,19.132,23,18.826,23,18.5s-0.159-0.632-0.427-0.819l-5-3.5C17.402,14.061,17.201,14,17,14L17,14z'/%3e %3c/g%3e %3crect x='9' y='6' style='fill:%23767676;' width='1' height='25'/%3e %3crect x='28' y='6' style='fill:%23767676;' width='1' height='25'/%3e %3crect x='6' y='10' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='6' y='14' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='6' y='22' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='6' y='26' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='6' y='18' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='29' y='10' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='29' y='14' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='29' y='22' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='29' y='26' style='fill:%23767676;' width='3' height='1'/%3e %3crect x='29' y='18' style='fill:%23767676;' width='3' height='1'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M31,6c0.551,0,1,0.449,1,1v23c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V7c0-0.551,0.449-1,1-1 H31 M31,5H7C5.9,5,5,5.9,5,7v23c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V7C33,5.9,32.1,5,31,5L31,5z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-whiteboard-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-341' y='-193' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M14.684,28v76h-76V28H14.684 M15.684,27h-1h-76h-1v1v76v1h1h76h1v-1V28V27L15.684,27z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31.305,22.033l2.311-2.311c0.255-0.255,0.669-0.255,0.924,0l2.773,2.773 c0.255,0.255,0.255,0.669,0,0.924l-2.307,2.315L31.305,22.033z'/%3e %3cpath style='fill:%23FFFFFF;' d='M22.332,31.22l-1.825,4.512c-0.132,0.484,0.312,0.928,0.796,0.796l4.455-1.825'/%3e %3cpath style='fill:none;stroke:%23FF3B30;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='M26.221,34.513 c-0.255,0.255-0.669,0.255-0.924,0l-2.773-2.773c-0.255-0.255-0.255-0.669,0-0.924l11.093-11.093 c0.255-0.255,0.669-0.255,0.924,0l2.773,2.773c0.255,0.255,0.255,0.669,0,0.924L26.221,34.513z'/%3e %3cline style='fill:%23FFFFFF;' x1='31.305' y1='22.033' x2='35.007' y2='25.735'/%3e %3c/g%3e %3crect x='0.543' y='1.448' style='fill:%23FFFFFF;' width='34.914' height='23.237'/%3e %3cpolygon style='fill:%23FDEBEA;' points='25.661,27.541 0.495,27.541 0.495,24.541 28.661,24.541 '/%3e %3cg%3e %3cpath style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' d='M31.305,22.033l2.311-2.311 c0.255-0.255,0.669-0.255,0.924,0l2.773,2.773c0.255,0.255,0.255,0.669,0,0.924l-2.307,2.315L31.305,22.033z'/%3e %3cpath style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' d='M22.332,31.22l-1.825,4.512 c-0.132,0.484,0.312,0.928,0.796,0.796l4.455-1.825'/%3e %3cpath style='fill:none;stroke:%23FF3B30;stroke-miterlimit:10;' d='M26.221,34.513c-0.255,0.255-0.669,0.255-0.924,0l-2.773-2.773 c-0.255-0.255-0.255-0.669,0-0.924l11.093-11.093c0.255-0.255,0.669-0.255,0.924,0l2.773,2.773c0.255,0.255,0.255,0.669,0,0.924 L26.221,34.513z'/%3e %3cline style='fill:none;stroke:%23FF3B30;stroke-miterlimit:10;' x1='31.305' y1='22.033' x2='35.007' y2='25.735'/%3e %3c/g%3e %3cpolyline style='fill:none;stroke:%23FF3B30;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' points=' 25.759,27.541 0.495,27.541 0.495,1.541 35.495,1.541 35.495,20.676 '/%3e %3cline style='fill:none;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' x1='0.495' y1='24.541' x2='28.797' y2='24.541'/%3e %3cline style='fill:none;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' x1='18.995' y1='8.541' x2='29.995' y2='8.541'/%3e %3cline style='fill:none;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' x1='18.995' y1='11.541' x2='26.995' y2='11.541'/%3e %3cline style='fill:none;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' x1='18.995' y1='14.541' x2='28.995' y2='14.541'/%3e %3cline style='fill:none;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' x1='18.995' y1='17.541' x2='21.995' y2='17.541'/%3e %3cline style='fill:none;stroke:%23FF3B30;stroke-linecap:round;stroke-miterlimit:10;' x1='24.995' y1='17.541' x2='27.995' y2='17.541'/%3e %3cpath style='fill:%23FDEBEA;stroke:%23FF3B30;stroke-linejoin:round;stroke-miterlimit:10;' d='M10.495,12.541v-3.95 c-0.166-0.019-0.329-0.05-0.5-0.05c-2.485,0-4.5,2.015-4.5,4.5s2.015,4.5,4.5,4.5s4.5-2.015,4.5-4.5 c0-0.171-0.032-0.334-0.05-0.5H10.495z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-whiteboard-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-341' y='-193' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M14.684,28v76h-76V28H14.684 M15.684,27h-1h-76h-1v1v76v1h1h76h1v-1V28V27L15.684,27z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cpolyline style='fill:%23FFFFFF;stroke:%23CDCCCC;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' points=' 25.764,27.249 0.5,27.249 0.5,1.249 35.5,1.249 35.5,20.383 '/%3e %3cpolygon style='fill:%23E3E2E1;' points='25.667,27.249 0,27.249 0,24.249 28.667,24.249 '/%3e %3cg%3e %3crect x='0' y='23.749' style='fill:%23CDCCCC;' width='28.802' height='1'/%3e %3c/g%3e %3cline style='fill:none;stroke:%23676767;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' x1='19' y1='8.249' x2='30' y2='8.249'/%3e %3cline style='fill:none;stroke:%23676767;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' x1='19' y1='11.249' x2='27' y2='11.249'/%3e %3cline style='fill:none;stroke:%23676767;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' x1='19' y1='14.249' x2='29' y2='14.249'/%3e %3cline style='fill:none;stroke:%23676767;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' x1='19' y1='17.249' x2='22' y2='17.249'/%3e %3cline style='fill:none;stroke:%23676767;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' x1='25' y1='17.249' x2='28' y2='17.249'/%3e %3cpath style='fill:none;stroke:%23AF73AF;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='M10.5,12.249v-3.95 c-0.166-0.019-0.329-0.05-0.5-0.05c-2.485,0-4.5,2.015-4.5,4.5s2.015,4.5,4.5,4.5s4.5-2.015,4.5-4.5 c0-0.171-0.032-0.334-0.05-0.5H10.5z'/%3e %3cpath style='fill:%23A5A5A5;' d='M0,26.749v0.5c0,0.276,0.224,0.5,0.5,0.5H27c0.156,0,0.304-0.073,0.398-0.197l0.38-0.5 c0.039-0.052,0.051-0.242,0.068-0.303H0z'/%3e %3cpath style='opacity:0.2;fill:%23333333;' d='M34.286,20.462L32.9,19.077c-0.436-0.438-1.198-0.437-1.632-0.001l-2.311,2.311 l-6.362,6.362h3.169c0.104,0,0.204-0.032,0.288-0.092l9.048-6.38L34.286,20.462z'/%3e %3cg%3e %3crect x='26.11' y='20.668' transform='matrix(0.7071 0.7071 -0.7071 0.7071 27.1089 -11.6908)' style='fill:%23FFFFFF;' width='3.112' height='12.42'/%3e %3cpath style='fill:%23B074B0;' d='M36.286,20.462L34.9,19.077c-0.436-0.438-1.198-0.437-1.632-0.001l-2.311,2.311l2.201,2.201 L36.286,20.462z'/%3e %3cpath style='fill:%23F0F0F0;' d='M24.373,32.367l-2.198-2.199l-0.001,0.001c-0.162,0.163-0.244,0.365-0.289,0.575l-0.012-0.005 l-1.111,2.755l1.254,1.228L24.373,32.367z'/%3e %3cpath style='fill:%23B074B0;' d='M21.126,36.751c0.031,0,0.066-0.012,0.098-0.014h-0.17C21.079,36.739,21.1,36.752,21.126,36.751z '/%3e %3cpath style='fill:%23B074B0;' d='M20.762,33.495l-0.731,1.813c-0.109,0.4,0,0.813,0.291,1.108l1.694-1.693L20.762,33.495z'/%3e %3crect x='28.307' y='22.869' transform='matrix(-0.7071 -0.7071 0.7071 -0.7071 30.4256 70.7607)' style='fill:%23E4E4E4;' width='3.121' height='12.42'/%3e %3cpath style='fill:%239D609E;' d='M35.362,25.791l2.31-2.31c0.204-0.203,0.313-0.472,0.328-0.757v-0.118 c-0.015-0.285-0.124-0.554-0.327-0.756l-1.387-1.387l-3.128,3.126L35.362,25.791z'/%3e %3cpath style='fill:%23CDCCCC;' d='M22.016,34.723l1.27,1.244l2.668-1.093l0,0c0.234-0.04,0.455-0.129,0.627-0.3v0l-2.207-2.207 L22.016,34.723z'/%3e %3cpath style='fill:%239D609E;' d='M23.286,35.967l-1.27-1.244l-1.694,1.693c0.002,0.002,0.003,0.004,0.005,0.006 c0.195,0.195,0.448,0.299,0.728,0.315h0.17c0.09-0.007,0.181-0.012,0.275-0.039L23.286,35.967z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-whiteboard{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-341' y='-193' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M14.684,28v76h-76V28H14.684 M15.684,27h-1h-76h-1v1v76v1h1h76h1v-1V28V27L15.684,27z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31.305,22.033l2.311-2.311c0.255-0.255,0.669-0.255,0.924,0l2.773,2.773 c0.255,0.255,0.255,0.669,0,0.924l-2.307,2.315L31.305,22.033z'/%3e %3cpath style='fill:%23FFFFFF;' d='M22.332,31.22l-1.825,4.512c-0.132,0.484,0.312,0.928,0.796,0.796l4.455-1.825'/%3e %3cpath style='fill:%23FFFFFF;' d='M26.221,34.513c-0.255,0.255-0.669,0.255-0.924,0l-2.773-2.773c-0.255-0.255-0.255-0.669,0-0.924 l11.093-11.093c0.255-0.255,0.669-0.255,0.924,0l2.773,2.773c0.255,0.255,0.255,0.669,0,0.924L26.221,34.513z'/%3e %3cline style='fill:%23FFFFFF;' x1='31.305' y1='22.033' x2='35.007' y2='25.735'/%3e %3c/g%3e %3crect x='0.543' y='1.448' style='fill:%23FFFFFF;' width='34.914' height='23.237'/%3e %3cpolygon style='fill:%23E3E2E1;' points='25.661,27.541 0.495,27.541 0.495,24.541 28.661,24.541 '/%3e %3cg%3e %3cpath style='fill:%23F5D0EF;' d='M31.305,22.033l2.311-2.311c0.255-0.255,0.669-0.255,0.924,0l2.773,2.773 c0.255,0.255,0.255,0.669,0,0.924l-2.307,2.315L31.305,22.033z'/%3e %3cpath style='fill:%23F5D0EF;stroke:%23767676;stroke-miterlimit:10;' d='M22.332,31.22l-1.825,4.512 c-0.132,0.484,0.312,0.928,0.796,0.796l4.455-1.825'/%3e %3cpath style='fill:none;stroke:%23767676;stroke-miterlimit:10;' d='M26.221,34.513c-0.255,0.255-0.669,0.255-0.924,0l-2.773-2.773 c-0.255-0.255-0.255-0.669,0-0.924l11.093-11.093c0.255-0.255,0.669-0.255,0.924,0l2.773,2.773c0.255,0.255,0.255,0.669,0,0.924 L26.221,34.513z'/%3e %3cline style='fill:none;stroke:%23767676;stroke-miterlimit:10;' x1='31.305' y1='22.033' x2='35.007' y2='25.735'/%3e %3c/g%3e %3cpolyline style='fill:none;stroke:%23767676;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' points=' 25.759,27.541 0.495,27.541 0.495,1.541 35.495,1.541 35.495,20.676 '/%3e %3cline style='fill:none;stroke:%23767676;stroke-linecap:round;stroke-miterlimit:10;' x1='0.495' y1='24.541' x2='28.797' y2='24.541'/%3e %3cline style='fill:none;stroke:%23C1C2C2;stroke-linecap:round;stroke-miterlimit:10;' x1='18.995' y1='8.541' x2='29.995' y2='8.541'/%3e %3cline style='fill:none;stroke:%23C1C2C2;stroke-linecap:round;stroke-miterlimit:10;' x1='18.995' y1='11.541' x2='26.995' y2='11.541'/%3e %3cline style='fill:none;stroke:%23C1C2C2;stroke-linecap:round;stroke-miterlimit:10;' x1='18.995' y1='14.541' x2='28.995' y2='14.541'/%3e %3cline style='fill:none;stroke:%23C1C2C2;stroke-linecap:round;stroke-miterlimit:10;' x1='18.995' y1='17.541' x2='21.995' y2='17.541'/%3e %3cline style='fill:none;stroke:%23C1C2C2;stroke-linecap:round;stroke-miterlimit:10;' x1='24.995' y1='17.541' x2='27.995' y2='17.541'/%3e %3cpath style='fill:%23F5D0EF;stroke:%23767676;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' d='M10.495,12.541 v-3.95c-0.166-0.019-0.329-0.05-0.5-0.05c-2.485,0-4.5,2.015-4.5,4.5s2.015,4.5,4.5,4.5s4.5-2.015,4.5-4.5 c0-0.171-0.032-0.334-0.05-0.5H10.495z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-wiki-a{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-405' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M53.967,34v76h-76V34H53.967 M54.967,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L54.967,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31,33H7c-1.1,0-2-0.9-2-2V8c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v23C33,32.1,32.1,33,31,33z'/%3e %3c/g%3e %3cpath style='fill:%23FDEBEA;' d='M5,13V8c0-1.1,0.933-2,2.074-2h23.852C32.067,6,33,6.9,33,8v5H5z'/%3e %3crect x='6' y='13' style='fill:%23FF3B30;' width='26' height='1'/%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M31,7c0.551,0,1,0.449,1,1v23c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V8c0-0.551,0.449-1,1-1 H31 M31,6H7C5.9,6,5,6.9,5,8v23c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V8C33,6.9,32.1,6,31,6L31,6z'/%3e %3c/g%3e %3ccircle style='fill:%23FF3B30;' cx='9' cy='10' r='1'/%3e %3ccircle style='fill:%23FF3B30;' cx='13' cy='10' r='1'/%3e %3ccircle style='fill:%23FF3B30;' cx='17' cy='10' r='1'/%3e %3crect x='8' y='25' style='fill:%23FF3B30;' width='10' height='1'/%3e %3crect x='8' y='28' style='fill:%23FF3B30;' width='10' height='1'/%3e %3crect x='20' y='25' style='fill:%23FF3B30;' width='10' height='1'/%3e %3crect x='20' y='28' style='fill:%23FF3B30;' width='10' height='1'/%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M17,17v5H9v-5H17 M18,16H8v7h10V16L18,16z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FF3B30;' d='M29,17v5h-8v-5H29 M30,16H20v7h10V16L30,16z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-wiki-c{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-405' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M53.967,34v76h-76V34H53.967 M54.967,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L54.967,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23D0ECFA;' d='M33,8v23c0,1.1-0.9,2-2,2H7c-1.1,0-2-0.9-2-2V8'/%3e %3c/g%3e %3cg%3e %3cpath style='fill:%23E0F3FF;' d='M33,13v16c0,1.1-0.9,2-2,2H7c-1.1,0-2-0.9-2-2V13'/%3e %3c/g%3e %3cpath style='fill:%23666666;' d='M5,13V8c0-1.1,0.933-2,2.074-2h23.852C32.067,6,33,6.9,33,8v5H5z'/%3e %3crect x='5' y='13' style='fill:%23D0ECFA;' width='28' height='1'/%3e %3ccircle style='fill:%23FD9C9A;' cx='9' cy='10' r='1'/%3e %3ccircle style='fill:%23FFFF00;' cx='13' cy='10' r='1'/%3e %3ccircle style='fill:%23A1EFBD;' cx='17' cy='10' r='1'/%3e %3crect x='8' y='25' style='fill:%23ACC5D6;' width='10' height='1'/%3e %3crect x='8' y='28' style='fill:%23ACC5D6;' width='10' height='1'/%3e %3crect x='20' y='25' style='fill:%23ACC5D6;' width='10' height='1'/%3e %3crect x='20' y='28' style='fill:%23ACC5D6;' width='10' height='1'/%3e %3cg%3e %3crect x='8' y='16' style='fill:%23B2CCDB;' width='10' height='7'/%3e %3c/g%3e %3cg%3e %3cpolyline style='fill:%23ACC5D6;' points='18,23 8,23 8,16 '/%3e %3c/g%3e %3cg%3e %3crect x='20' y='16' style='fill:%23B2CCDB;' width='10' height='7'/%3e %3c/g%3e %3cg%3e %3cpolyline style='fill:%23ACC5D6;' points='30,23 20,23 20,16 '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-wiki{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e %3cg id='BG__x2B__Labels' style='display:none;'%3e %3crect x='-405' y='-69' style='display:inline;fill:%23F2F2F2;' width='1152.063' height='456.714'/%3e %3cg style='display:inline;'%3e %3cpath style='fill:%23DDDDDD;' d='M53.967,34v76h-76V34H53.967 M54.967,33h-1h-76h-1v1v76v1h1h76h1v-1V34V33L54.967,33z'/%3e %3c/g%3e %3c/g%3e %3cg id='Content_Collection'%3e %3cg id='Icons'%3e %3cg%3e %3cg%3e %3cpath style='fill:%23FFFFFF;' d='M31,33H7c-1.1,0-2-0.9-2-2V8c0-1.1,0.9-2,2-2h24c1.1,0,2,0.9,2,2v23C33,32.1,32.1,33,31,33z'/%3e %3c/g%3e %3cpath style='fill:%23E2E2E2;' d='M5,13V8c0-1.1,0.933-2,2.074-2h23.852C32.067,6,33,6.9,33,8v5H5z'/%3e %3crect x='6' y='13' style='fill:%23767676;' width='26' height='1'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M31,7c0.551,0,1,0.449,1,1v23c0,0.551-0.449,1-1,1H7c-0.551,0-1-0.449-1-1V8c0-0.551,0.449-1,1-1 H31 M31,6H7C5.9,6,5,6.9,5,8v23c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V8C33,6.9,32.1,6,31,6L31,6z'/%3e %3c/g%3e %3ccircle style='fill:%23767676;' cx='9' cy='10' r='1'/%3e %3ccircle style='fill:%23767676;' cx='13' cy='10' r='1'/%3e %3ccircle style='fill:%23767676;' cx='17' cy='10' r='1'/%3e %3crect x='8' y='25' style='fill:%23C1C3C2;' width='10' height='1'/%3e %3crect x='8' y='28' style='fill:%23C1C3C2;' width='10' height='1'/%3e %3crect x='20' y='25' style='fill:%23C1C3C2;' width='10' height='1'/%3e %3crect x='20' y='28' style='fill:%23C1C3C2;' width='10' height='1'/%3e %3cg%3e %3crect x='8.5' y='16.5' style='fill:%23FFFFFF;' width='9' height='6'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M17,17v5H9v-5H17 M18,16H8v7h10V16L18,16z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3crect x='20.5' y='16.5' style='fill:%23FFFFFF;' width='9' height='6'/%3e %3cg%3e %3cpath style='fill:%23767676;' d='M29,17v5h-8v-5H29 M30,16H20v7h10V16L30,16z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat}.img-icon-zip-a{background-image:url(b19c4dad10d1fc29442b55b4393d8440.svg);background-repeat:no-repeat}.img-icon-zip-c{background-image:url(01019455f54991fbf5eedf173161fb25.svg);background-repeat:no-repeat}.img-icon-zip{background-image:url(e9c96c123fd9212dec92dede7ba2c89b.svg);background-repeat:no-repeat}
.course-group-set-layer .item-row{width:calc(100% - 1.875rem);overflow:hidden;position:relative;padding:0;height:100%}.course-group-set-layer .item-row .columns{margin-top:1.25rem;display:inline-block}.course-group-set-layer .item-row .columns:last-child{padding-left:0;padding-right:0}@media only screen and (min-width:64em){.course-group-set-layer .item-row .columns:last-child{padding-left:0.9375rem;padding-right:0.9375rem}}.course-group-set-layer .item-row.is-new{background-color:rgb(246.4590322581,233.7948387097,248.8151612903);transition:background-color 0ms}.course-group-set-layer .item-row:not(.is-new){transition:background-color 1000ms}.course-group-set-layer .item-row .list-item-body{display:block;font-weight:normal;margin-top:0.3125rem;white-space:nowrap;overflow:hidden;text-align:justify;text-decoration:underline;line-height:1rem;color:#2075a3}@media only screen and (min-width:40em){.course-group-set-layer .item-row .list-item-body{max-width:7.8125rem;text-overflow:ellipsis}}.course-group-set-layer .item-row .list-item-body:hover{cursor:pointer}.course-group-set-layer .item-row .list-item-body:disabled{text-decoration:none;color:#8c8c8c}.course-group-set-layer .item-row .list-item-body:disabled:hover{cursor:default}.course-group-set-layer .item-row .list-item-student-count{font-weight:normal}@media only screen and (min-width:40em){.course-group-set-layer .item-row .group-set-first-column{height:5rem}}.course-group-set-layer .item-row .group-set-other-column{height:100%}@media only screen and (min-width:40em){.course-group-set-layer .item-row .group-set-other-column{height:5rem}}.course-group-set-layer .item-row .send-message-cell{display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.2);height:100%}@media only screen and (min-width:64em){.course-group-set-layer .item-row .send-message-cell{justify-content:center}}.course-group-set-layer .item-row .group-member-count{display:flex;align-items:center}@media only screen and (max-width: 39.9375em){.course-group-set-layer .item-row .group-member-count.group-cell-content{display:none}}@media only screen and (min-width:40em){.course-group-set-layer .item-row .group-member-count:not(.group-cell-content){display:none}}@media only screen and (max-width: 39.9375em){.course-group-set-layer .item-row .group-member-count{min-width:1.875rem}}.course-group-set-layer .item-row .sub-column{height:3rem}@supports(-moz-appearance: none){.course-group-set-layer .item-row .sub-column{height:100%}}.course-group-set-layer .item-row .group-cell-content{border-bottom:1px solid rgba(0,0,0,.2);height:100%}@media only screen and (max-width: 39.9375em){.course-group-set-layer .item-row .group-cell-content{height:initial}}.course-group-set-layer .item-row .group-cell-content .list-item-member-count{color:var(--palette-text-secondary, #666666)}.course-group-set-layer .item-row.last-child .group-cell-content{border-bottom:none}.course-group-set-layer .item-row .group-set-cell{align-items:center}.course-group-set-layer .item-row .group-set-cell{border-bottom:1px solid rgba(0,0,0,.2)}.course-group-set-layer .item-row.expand .group-set-cell{border-bottom:1px solid rgba(0,0,0,.2)}.course-group-set-layer .item-row.raised .group-set-cell{border-top:1px solid rgba(0,0,0,.2)}.course-group-set-layer .item-row .header-column{min-width:13.125rem}.course-group-set-layer .item-row .header-column .group-workspace-header{padding:0.625rem 0;padding-left:0.625rem;display:flex;align-items:center}@media only screen and (min-width:40em){.course-group-set-layer .item-row .header-column .group-workspace-header{padding:1rem 0;padding-left:1rem}}.course-group-set-layer .item-row .header-column .group-workspace-header .icon{align-self:baseline}@media only screen and (min-width:40em){.course-group-set-layer .item-row .header-column .group-workspace-header .icon{align-self:center}}.course-group-set-layer .item-row .header-column .group-workspace-header .icon .element-image{box-shadow:none;margin:0;position:relative;top:0}.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail{overflow:hidden;display:flex;flex:1;flex-direction:column;padding-left:0.625rem}@media only screen and (min-width:40em){.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail{padding-left:1.875rem}}.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .group-set-visibility{display:flex}.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail,.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail-row{align-items:center}@media only screen and (min-width:40em){.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail,.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail-row{display:inline-flex}}.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail .list-item-title,.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail-row .list-item-title{margin-right:0.9375rem;display:inline-block;font-weight:bold;overflow:hidden;text-decoration:none;color:var(--palette-text-primary, #262626);max-width:95%}.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail .list-item-title-link,.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail-row .list-item-title-link{text-decoration:none;color:var(--palette-text-primary, #262626)}.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail .list-item-title-link:hover,.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail-row .list-item-title-link:hover{text-decoration:underline}.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail .group-count,.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail-row .group-count{color:var(--palette-text-secondary, #666666);white-space:nowrap;display:block}@media only screen and (min-width:40em){.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail .group-count,.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail-row .group-count{display:inline-block}}.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail .title-count-separator,.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail-row .title-count-separator{display:none}@media only screen and (min-width:40em){.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail .title-count-separator,.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail-row .title-count-separator{display:inline-block;margin-right:0.9375rem}}@media only screen and (max-width: 39.9375em){.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail{width:30vh}.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail .title-detail-row{width:26vh}}.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail:not(.sub-name) .list-item-title:hover{text-decoration:underline}.course-group-set-layer .item-row .header-column .group-workspace-header .click-message-detail.sub-name .list-item-title:hover{text-decoration:none}.course-group-set-layer .item-row .header-column.sub-column{padding-left:calc(4.25rem - 1.5625rem)}@media only screen and (min-width:40em){.course-group-set-layer .item-row .header-column.sub-column{padding-left:4.25rem}}@media only screen and (min-width:40em){.course-group-set-layer .item-row .header-column:focus{outline:2px solid #0076d0 !important;outline-offset:-0.125rem}}.course-group-set-layer .item-row.sub-row{display:none;background-color:var(--palette-background-b2, #f8f8f8)}.course-group-set-layer .item-row.sub-row.first-group{border-top:4px solid #e5e5e5}.course-group-set-layer .item-row.sub-row.last-group{border-bottom:4px solid #e5e5e5}.course-group-set-layer .item-row.sub-row.expand{display:table-row}@media only screen and (min-width:40em){.course-group-set-layer .item-row .count-column:focus,.course-group-set-layer .item-row .send-message-column:focus{outline:2px solid #0076d0 !important;outline-offset:-0.125rem}}@media only screen and (max-width: 39.9375em){.course-group-set-layer .item-row .count-column,.course-group-set-layer .item-row .send-message-column{max-width:2.25rem}}.course-group-set-layer .item-row .count-column .member-count,.course-group-set-layer .item-row .send-message-column .member-count{text-align:left;align-items:center}@media only screen and (min-width:40em){.course-group-set-layer .item-row .count-column .member-count,.course-group-set-layer .item-row .send-message-column .member-count{padding-left:0.625rem}}.course-group-set-layer .item-row .count-column .member-count .list-item-student-count,.course-group-set-layer .item-row .send-message-column .member-count .list-item-student-count{display:none}@media only screen and (min-width:40em){.course-group-set-layer .item-row .count-column .member-count .list-item-student-count,.course-group-set-layer .item-row .send-message-column .member-count .list-item-student-count{display:inline-flex;align-items:center}}.course-group-set-layer .item-row .controls-column .info-menu-and-chevron{vertical-align:middle;text-align:center;display:flex;justify-content:flex-end}@media only screen and (max-width: 39.9375em){.course-group-set-layer .item-row .controls-column .info-menu-and-chevron{margin-left:auto;margin-right:1.5rem;flex-flow:wrap;width:5rem}.course-group-set-layer .item-row .controls-column .info-menu-and-chevron.vertical-menu{width:1.5rem}}.course-group-set-layer .item-row .controls-column .info-menu-and-chevron .chevron{width:2.25rem}@media only screen and (min-width:40em){.course-group-set-layer .item-row .controls-column .info-menu-and-chevron .chevron{display:inline-block;border-left:1px solid rgba(0,0,0,.2)}}.course-group-set-layer .item-row.is-new{background-color:rgb(246.4590322581,233.7948387097,248.8151612903);transition:background-color 0ms}.course-group-set-layer .item-row:not(.is-new){transition:background-color 1000ms}.course-group-set-layer .isLoading{padding-left:calc(4.25rem - 1.5625rem)}@media only screen and (min-width:40em){.course-group-set-layer .isLoading{padding-left:4.25rem}}
.group-set-sort-row .sort-list-arrow-up:hover,.group-set-sort-row .sort-list-arrow-down:hover{cursor:pointer}
.page-group-set .group-empty-state{margin:2.5rem auto;width:100%;text-align:center}.page-group-set .group-empty-state img{max-width:12.5rem;max-height:12.5rem;margin:0.625rem auto}.page-group-set .group-empty-state .group-empty-state-main{font-family:"Open Sans",sans-serif;font-weight:600;font-size:1.125rem;margin-top:1.625rem;margin-bottom:0.5rem}.page-group-set .group-empty-state .group-empty-state-caption{font-size:0.875rem;margin-bottom:0}
.course-group-set-layer ul{list-style:none !important;margin-left:0 !important}.course-group-set-layer .hide{display:none !important}.course-group-set-layer .course-groups-header{margin:0 -0.9375rem;padding:0.3125rem 0.9375rem;position:relative;z-index:2;background-color:var(--palette-background-b2, #f8f8f8);border-bottom:1px solid var(--palette-border-main, #cdcdcd);display:flex;height:2.5rem;align-items:center}@media only screen and (min-width:64em){.course-group-set-layer .course-groups-header{margin:0 -2.5rem;padding:1.875rem 3.125rem}}@media only screen and (max-width: 39.9375em),only screen and (min-width:40em)and (max-width:63.9375em){.course-group-set-layer .course-groups-header{margin:0 -1.5625rem;padding:1.5625rem 1.875rem}}.course-group-set-layer .course-groups-header .create-button,.course-group-set-layer .course-groups-header .import-button{display:none;margin:0 0.5rem;line-height:2.5rem}@media only screen and (min-width:40em){.course-group-set-layer .course-groups-header .create-button,.course-group-set-layer .course-groups-header .import-button{display:inline}}.course-group-set-layer .course-groups-header .course-groups-sub-title{font-size:1.125rem;font-weight:700;margin-top:0.625rem}.course-group-set-layer .course-groups-header .manage-groups-buttons{padding:0;margin-left:auto;display:flex}.course-group-set-layer .course-groups-header .create-group-set,.course-group-set-layer .course-groups-header .import-group-set{padding-bottom:0.3125rem;text-align:right;border:none;background-color:rgba(0,0,0,0);display:flex;align-items:center}.course-group-set-layer .course-groups-header .import-group-set{padding-right:0.625rem}.course-group-set-layer .group-set-list-mobile{position:relative;margin-top:-1.875rem;padding:0}.course-group-set-layer .panel-content{padding-top:0}.course-group-set-layer .panel-content .hide{display:none}.course-group-set-layer .panel-content .tabular-list-container{margin-top:2.5rem}@media only screen and (min-width:64em){.course-group-set-layer .panel-content .tabular-list-container{margin-top:0}}.course-group-set-layer .panel-content .tabular-list-container .sortable-table{width:100%;table-layout:fixed}.course-group-set-layer .panel-content .tabular-list-container .sortable-table .list-item-columns{width:calc(100% - 1.875rem);overflow:hidden;position:relative;padding:0;border-width:1px;border-bottom:1px solid var(--palette-border-main, #cdcdcd);height:100%}.course-group-set-layer .panel-content .tabular-list-container .sortable-table .list-item-columns .columns{margin-top:1.25rem;display:inline-block}.course-group-set-layer .panel-content .tabular-list-container .sortable-table tbody{display:table;width:100%}@media only screen and (min-width:40em){.course-group-set-layer .panel-content .tabular-list-container .sortable-table tbody{display:table-row-group;width:auto}}.course-group-set-layer .panel-content .group-set-sort-header{display:none}@media only screen and (min-width:40em){.course-group-set-layer .panel-content .group-set-sort-header{display:table-header-group}}.course-group-set-layer .panel-content .group-set-sort-header .group-set-sort-row .sort{font-weight:bold;padding:0.9375rem 0.625rem}.course-group-set-layer .panel-content .group-set-sort-header .group-set-sort-row .column-title{width:60%}@media only screen and (min-width:40em){.course-group-set-layer .panel-content .group-set-sort-header .group-set-sort-row .column-title{width:77%}}.course-group-set-layer .panel-content .group-set-sort-header .group-set-sort-row .column-title:focus{outline:2px solid #0076d0 !important;outline-offset:-0.125rem}.course-group-set-layer .panel-content .group-set-sort-header .group-set-sort-row .column-student-count{width:0%;float:none !important;border-bottom:1px solid var(--palette-border-main, #cdcdcd)}@media only screen and (min-width:40em){.course-group-set-layer .panel-content .group-set-sort-header .group-set-sort-row .column-student-count{width:11.5%}}.course-group-set-layer .panel-content .group-set-sort-header .group-set-sort-row .column-student-count:focus{outline:2px solid #0076d0 !important;outline-offset:-0.125rem}.course-group-set-layer .panel-content .group-set-sort-header .group-set-sort-row .column-group-set-controls{width:40%}@media only screen and (min-width:40em){.course-group-set-layer .panel-content .group-set-sort-header .group-set-sort-row .column-group-set-controls{width:11.5%}}.course-group-set-layer .panel-content .row .collapse{position:relative}.course-group-set-layer .panel-content .spinner{position:fixed}.course-group-set-layer .panel-content .message-banner{margin:2.5rem -1.875rem 0 -1.875rem}@media only screen and (min-width:64em){.course-group-set-layer .panel-content .message-banner{margin-top:0}}
.course-group-self-enroll-layer .joined-icon,.course-group-self-enroll-layer .join-icon{color:var(--palette-success-main, #007d2c)}.course-group-self-enroll-layer .table-group-row:not(.last-child) .count-column{position:relative}.course-group-self-enroll-layer .table-group-row:not(.last-child) .count-column:after{content:"";position:absolute;border-bottom:1px solid rgba(0,0,0,.2);bottom:0;left:0;right:0}.course-group-self-enroll-layer .table-group-row:not(.last-child) .groups-icon-column{position:relative}.course-group-self-enroll-layer .table-group-row:not(.last-child) .groups-icon-column:after{content:"";position:absolute;border-bottom:1px solid rgba(0,0,0,.2);bottom:0;left:2.75rem;right:0}.course-group-self-enroll-layer .flexbox-group-row{padding-left:2.1875rem}.course-group-self-enroll-layer .flexbox-group-row:not(.last-child){position:relative}.course-group-self-enroll-layer .flexbox-group-row:not(.last-child):after{content:"";position:absolute;border-bottom:1px solid rgba(0,0,0,.2);bottom:0;left:2.5rem;right:0}.content-group-self-enroll-layer .table-group-row .count-column{position:relative}.content-group-self-enroll-layer .table-group-row .count-column:after{content:"";position:absolute;border-bottom:1px solid rgba(0,0,0,.2);bottom:0;left:0;right:0}.content-group-self-enroll-layer .table-group-row .groups-icon-column{position:relative}.content-group-self-enroll-layer .table-group-row .groups-icon-column:after{content:"";position:absolute;border-bottom:1px solid rgba(0,0,0,.2);bottom:0;left:0;right:0}.content-group-self-enroll-layer .flexbox-group-row{border-bottom:1px solid rgba(0,0,0,.2)}.table-group-row .groups-icon-column,.table-group-row .count-column{padding:0.625rem 0 0.625rem 0.625rem}@media only screen and (min-width:40em){.table-group-row .groups-icon-column,.table-group-row .count-column{padding:1rem 0 1rem 1rem}}.table-group-row .groups-icon-column .title-description-wrapper{padding-left:0.5rem}.table-group-row .groups-icon-column .group-title{font-weight:600}.table-group-row .groups-icon-column .group-title-link{text-decoration:none;color:var(--palette-text-primary, #262626)}.table-group-row .groups-icon-column .group-title-link:hover{text-decoration:underline}.table-group-row .groups-icon-column .title-column-data-wrapper{display:flex}.table-group-row .groups-icon-column .title-column-data-wrapper .icon-wrapper{display:flex;flex-direction:column-reverse;max-height:1.9375rem}.table-group-row .count-column{padding:0.625rem 0}@media only screen and (min-width:40em){.table-group-row .count-column{padding:0}}.table-group-row .count-column .member-count-and-menu{align-items:center;text-align:right}@media only screen and (min-width:40em){.table-group-row .count-column .member-count-and-menu{display:flex;text-align:inherit}}.table-group-row .count-column .count-column-data-wrapper{display:flex;flex-direction:column;justify-content:space-between;padding-right:1rem;color:var(--palette-text-secondary, #666666)}@media only screen and (min-width:40em){.table-group-row .count-column .count-column-data-wrapper{flex-direction:inherit;padding-right:0}}.table-group-row .count-column .count-column-data-wrapper .join-column{padding:0.5rem 0;text-align:center}@media only screen and (min-width:40em){.table-group-row .count-column .count-column-data-wrapper .join-column{padding:0.5rem 1rem}}.table-group-row .count-column .count-column-data-wrapper .join-column.read-only{text-align:right}.table-group-row .count-column .count-column-data-wrapper .join-column.enrollment-move button{text-align:right}@media only screen and (min-width:40em){.table-group-row .count-column .count-column-data-wrapper .enrollment-joined{display:flex}}.table-group-row .count-column .count-column-data-wrapper .enrollment-joined .joined-icon{padding-top:0.25rem}.table-group-row .bb-editor-root .ql-editor{min-height:auto;padding:0.5rem 0 0 0;max-height:none}.table-group-row .bb-editor-root .ql-editor p{font-size:0.875rem}.table-group-row .bb-editor-root .ql-container.is-disabled{opacity:1}.table-group-row .group-members-disabled{color:var(--palette-text-hint, #767676)}.table-group-row .join-icon-text{padding-left:0.375rem}.table-group-row .inline{display:inline-block;vertical-align:top}.table-group-row .no-border{border:0 !important}.table-group-row .self-enroll-dialog .ms-Dialog-title{width:calc(100% - 2.25rem)}.flexbox-group-row{flex-direction:column;flex:1 1 auto;display:flex;vertical-align:middle;padding:0.5rem 0}.flexbox-group-row .groups-icon{width:1.5625rem;height:1.5625rem}.flexbox-group-row .description-data{flex:1 1 100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media only screen and (min-width:40em){.flexbox-group-row .description-data{flex-direction:column}}.flexbox-group-row .description-data.wrapped-description{min-height:3.125rem}.flexbox-group-row .description-data .group-members{width:60%}.flexbox-group-row .bb-editor-root .ql-editor{min-height:auto;padding:0.5rem 0 0 0;max-height:none}.flexbox-group-row .bb-editor-root .ql-editor p{font-size:0.875rem}.flexbox-group-row .bb-editor-root .ql-container.is-disabled{opacity:1}.flexbox-group-row .groups-icon{flex:0 0 2.25rem;max-height:3.25rem;padding-top:0.375rem;vertical-align:middle}.flexbox-group-row .description-column{flex:1 1 auto;display:flex}.flexbox-group-row .description-column .group-title{font-weight:600}.flexbox-group-row .description-column .group-title-link{text-decoration:none;color:var(--palette-text-primary, #262626)}.flexbox-group-row .description-column .group-title-link:hover{text-decoration:underline}.flexbox-group-row .action-cell{height:100%}.flexbox-group-row .action-cell .join-column,.flexbox-group-row .action-cell .message-group{display:flex;margin:0.5rem 0.5rem;align-items:baseline}.flexbox-group-row .join-column{justify-content:flex-end;flex-direction:row;display:block;margin:0}@media only screen and (min-width:40em){.flexbox-group-row .join-column{margin:auto}}.flexbox-group-row .join-column.enrollment-join button{width:100%}.flexbox-group-row .join-column.read-only{font-style:italic}.flexbox-group-row .join-column .join-success-container{display:flex;margin:auto 0}.flexbox-group-row .join-column .join-icon{flex:0 0 1rem}.flexbox-group-row .join-column .join-icon-text{flex:1 1 auto;line-height:1rem;text-align:left;padding-left:0.375rem}.self-enroll-group-row .action-cell,.flexbox-group-row .action-cell{display:flex;margin-left:auto;padding:0.5rem}.self-enroll-group-row .action-cell .join-column,.self-enroll-group-row .action-cell .message-group,.flexbox-group-row .action-cell .join-column,.flexbox-group-row .action-cell .message-group{align-items:center}.self-enroll-group-row .message-group,.flexbox-group-row .message-group{display:flex;margin:0 1rem}
.content-group-self-enroll-layer .panel-content{padding:1.5rem;top:4.8125rem;width:100%}.content-group-self-enroll-layer .panel-content.enrollment-expires{top:6.1875rem}@media only screen and (min-width:40em){.content-group-self-enroll-layer .panel-content.enrollment-expires{top:8.1875rem}}@media only screen and (min-width:64em){.content-group-self-enroll-layer .panel-content.enrollment-expires{top:0}}@media only screen and (min-width:40em){.content-group-self-enroll-layer .panel-content{padding-top:0;top:6.8125rem}}@media only screen and (min-width:64em){.content-group-self-enroll-layer .panel-content{top:0;padding-left:0;padding-right:0}}.content-group-self-enroll-layer .tabular-list-container{margin:0;width:100%}.content-group-self-enroll-layer .table-content{table-layout:fixed;width:100%}.content-group-self-enroll-layer #col-icon{width:2.1875rem}.content-group-self-enroll-layer #col-name{padding-left:0.3125rem}.content-group-self-enroll-layer #col-count{text-align:left}.content-group-self-enroll-layer #col-join{width:20%}.content-group-self-enroll-layer .list-item-column-header{border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.content-group-self-enroll-layer .column-title{font-weight:600;padding:0.5rem 0;text-align:left;white-space:normal}.content-group-self-enroll-layer .guidance-wrapper{padding:0.75rem 0;padding-left:1rem;padding-right:0;background-color:var(--palette-background-b2, #f8f8f8);border-bottom:1px solid var(--palette-border-main, #cdcdcd)}@media only screen and (min-width:40em){.content-group-self-enroll-layer .guidance-wrapper{padding-left:1.5rem}}@media only screen and (min-width:64em){.content-group-self-enroll-layer .guidance-wrapper{width:calc(100% + 3.75rem);left:-1.875rem;padding-left:1.875rem}}.content-group-self-enroll-layer .guidance-wrapper .guidance-title{font-size:1.125rem;font-weight:700;margin:0}.content-group-self-enroll-layer .guidance-wrapper .enrollment-warning{color:var(--palette-error-main, #c23e37);font-weight:600}.flex-content{display:flex;flex-direction:column;margin:0}.flex-content #table-header-row{display:flex;border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.flex-content #table-header-row .description-header{flex:1 1 auto}
.group-set-row{flex-direction:row;flex:1 1 auto;border-bottom:1px solid var(--palette-border-main, #cdcdcd);border-top:1px solid var(--palette-border-main, #cdcdcd);vertical-align:middle;position:relative;display:flex}.group-set-row:not(.expand){border-bottom:none}.group-set-row .group-set-icon-container{display:flex;max-height:4.125rem;justify-content:center;flex-direction:column}.group-set-row .group-set-icon-container .group-set-icon{width:3.125rem;padding:0.5rem 0.25rem;flex:0 0 auto}.group-set-row .bb-editor-root .ql-editor{min-height:auto;padding:0.5rem 0 0 0;max-height:none}.group-set-row .bb-editor-root .ql-editor p{font-size:0.875rem}.group-set-row .bb-editor-root .ql-container.is-disabled{opacity:1}.group-set-row .description-column{flex:1 1 auto}.group-set-row .description-column .group-title{font-weight:600}.group-set-row .group-column{padding-bottom:0.5rem;padding-top:0.5rem}.group-set-row .item-expand{position:absolute;top:0.5rem;right:0}.group-set-row .group-set-header{padding:0.5rem 0;display:flex;flex-direction:column;justify-content:center}.group-set-row .group-set-header>*{flex:0 0 auto}.group-set-row .group-set-title{font-size:.875rem;font-weight:600}.group-set-row .group-set-row-data{display:flex;justify-content:center;flex:1 1 auto;padding-right:2.25rem}
.group-set-list-container{display:flex;flex-direction:column;width:100%;border-bottom:1px solid rgba(0,0,0,.2)}.group-set-list-container .group-set-list{margin:0}.group-set-list-container .group-set-list .group-set-container{display:flex;flex-direction:column;flex:1 1 auto;width:100%;list-style:none}.group-set-list-container .group-set-list .group-set-container .group-set-row{margin:0}.group-set-list-container .group-set-list .flexbox-group-row{display:none}.group-set-list-container .group-set-list .flexbox-group-row.expand{display:block}.group-set-list-container .group-set-list .list-header{position:relative;flex-direction:row;flex:1 1 auto;display:flex}.group-set-list-container .group-set-list .list-header .description-header{flex:1 1 auto}
.course-group-self-enroll-layer .course-group-set-table{table-layout:fixed;width:100%;border-bottom:1px solid rgba(0,0,0,.2)}.course-group-self-enroll-layer .course-group-set-table .column-title{width:70%;padding-left:0.5rem}.course-group-self-enroll-layer .course-group-set-table .column-student-count{padding:0.5rem 0;text-align:left;width:30%}
.course-group-set-table .title-column-data-wrapper{padding-left:2.75rem}.course-group-set-table .group-set-item{border-bottom:1px solid rgba(0,0,0,.2);border-top:1px solid rgba(0,0,0,.2)}.course-group-set-table .group-set-item .group-workspace-header{display:flex;flex-direction:row;padding-left:0.5rem}.course-group-set-table .group-set-item .group-workspace-header .icon{display:flex;flex:0 0 3.125rem;flex-direction:column;height:4.25rem;max-height:4.25rem;justify-content:center}.course-group-set-table .group-set-item .group-workspace-header .group-set-header{display:flex;flex-direction:column;padding-top:0.5rem;padding-bottom:0.5rem;padding-right:0.5rem;justify-content:center}.course-group-set-table .group-set-item .group-workspace-header .group-set-title{font-size:1.125rem;font-weight:700}.course-group-set-table .group-set-item .group-workspace-header .group-set-description-text .bb-editor-root .ql-editor{min-height:auto;padding:0.5rem 0 0 0;max-height:none}.course-group-set-table .group-set-item .group-workspace-header .group-set-description-text .bb-editor-root .ql-editor p{font-size:0.875rem}.course-group-set-table .group-set-item .group-workspace-header .group-set-description-text .bb-editor-root .ql-container.is-disabled{opacity:1}.course-group-set-table .group-set-item .count-column{vertical-align:middle;position:relative}.course-group-set-table .group-set-item .count-column .count-column-data-wrapper{min-height:4.25rem;display:flex}.course-group-set-table .group-set-item .count-column .count-column-data-wrapper .member-count{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}.course-group-set-table .group-set-item .count-column .count-column-data-wrapper .member-count .list-item-member-count{flex:0 0 auto}.course-group-set-table .group-set-item .count-column .count-column-data-wrapper .item-expand{position:absolute;top:1rem;right:0}.course-group-set-table .self-enroll-group-row{display:none;background-color:var(--palette-background-b2, #f8f8f8)}.course-group-set-table .self-enroll-group-row.first-group{border-top:4px solid #e5e5e5}.course-group-set-table .self-enroll-group-row.last-group{border-bottom:4px solid #e5e5e5}.course-group-set-table .self-enroll-group-row.expand{display:table-row}
.course-group-self-enroll-layer .panel-content{padding-top:0;top:6rem}@media only screen and (min-width:40em){.course-group-self-enroll-layer .panel-content{top:6.5rem}}@media only screen and (min-width:64em){.course-group-self-enroll-layer .panel-content{top:0}}.course-group-self-enroll-layer .panel-content .spinner-container{top:calc(50% - 1.5625rem);right:calc(50% - 1.5625rem);position:fixed}.course-group-self-enroll-layer .column-title{font-weight:600;padding:0.5rem 0;text-align:left;white-space:nowrap}.course-group-self-enroll-layer .course-groups-header{padding:0.75rem 0;padding-left:1.875rem;position:relative;width:calc(100% + 3.75rem);left:-1.875rem;background-color:var(--palette-background-b2, #f8f8f8);border-bottom:1px solid var(--palette-border-main, #cdcdcd);display:flex;align-items:center}.course-group-self-enroll-layer .course-groups-header .course-groups-sub-title{font-size:1.125rem;font-weight:700;margin:0}.course-group-self-enroll-layer .course-groups-header .enrollment-warning{color:var(--palette-error-main, #c23e37);font-weight:600}
body .reveal-modal{z-index:2001}body .reveal-modal-bg{z-index:2000}.reveal-modal{display:flex;flex-direction:column;padding:0;outline:none;overflow:auto;right:0;max-width:calc(100% - 1.5rem);max-height:calc(100% - 1.5rem);min-width:0;min-height:0;margin:0 auto;top:0.75rem}@media only screen and (min-width:40em){.reveal-modal{top:1.875rem}}@media only screen and (max-width: 39.9375em){.reveal-modal img{height:6.875rem}}.reveal-modal.notification{width:28.125rem}.reveal-modal.notification.tiny{width:18.75rem}.reveal-modal .close-reveal-modal{position:relative;margin-top:0.625rem;margin-right:0.625rem;margin-left:auto}.reveal-modal.open{display:flex;position:fixed;visibility:visible}.reveal-modal.tiny{max-width:28.125rem}.reveal-modal.tall{min-height:32.5rem}.reveal-modal__header{display:flex}.reveal-modal h1.reveal-modal__title,.reveal-modal h2.reveal-modal__title,.reveal-modal h3.reveal-modal__title,.reveal-modal h4.reveal-modal__title,.reveal-modal h5.reveal-modal__title,.reveal-modal h6.reveal-modal__title{flex:1;font-family:"Open Sans",sans-serif;font-size:1.5rem;margin:1rem;margin-right:0;margin-top:0.6875rem;line-height:1.4}.reveal-modal__contents{flex-grow:1;margin:0 1rem 1rem;min-height:7.75rem}.reveal-modal__contents p{margin-bottom:1.5rem}.reveal-modal__contents p .bottom-line-text{display:block;margin-top:0.875rem;position:absolute}.reveal-modal__contents pre{text-align:left;white-space:pre-wrap;font-size:.75rem}.reveal-modal__footer{margin-top:0}.reveal-modal__footer-content{display:flex;flex-wrap:wrap;justify-content:flex-end}.reveal-modal__footer-content--gray{padding:0.75rem;background-color:var(--palette-background-b2, #f8f8f8);border-top:1px solid var(--palette-border-main, #cdcdcd)}.reveal-modal__footer-help-link-container{display:flex;flex-grow:1;align-items:center}.reveal-modal__footer-help-link-container a{margin:0.25rem}.reveal-modal__footer-buttons{display:flex;flex-wrap:wrap}.reveal-modal__footer-button-container{min-width:5.5rem;flex-grow:1}.reveal-modal__footer-button-container button,.reveal-modal__footer-button-container .button{width:calc(100% - 0.5rem);margin:0.25rem;white-space:nowrap}.reveal-modal__dismiss{width:100%;background-color:var(--palette-background-b2, #f8f8f8);text-align:right}.reveal-modal__dismiss button{margin:0 0.125rem 0.375rem}.reveal-modal__divider{position:relative;display:block;color:var(--palette-text-hint, #767676);margin:0.875rem 0 0.5625rem;text-align:center;overflow:hidden;margin:0 1rem;height:0.125rem}.reveal-modal__divider:before{content:"";background:#e5e5e5;height:0.0625rem;position:absolute;top:50%;width:100%;left:0}.reveal-modal__divider-text{position:relative;display:inline-block;background-color:var(--palette-background-b2, #f8f8f8);padding:0 0.75rem}.hide-x-button button.close-reveal-modal{display:none}.reveal-modal.fade{transition:all .3s ease-out;transform:translate(0, -25%);opacity:0}.reveal-modal.in{transform:translate(0, 0);opacity:1}.reveal-modal-bg.fade{opacity:0}.reveal-modal-bg.in{opacity:.5}.reveal-modal-bg.in.dark{background-color:#000;opacity:.8}
.course-banner-integration-container{display:block;width:100%;background:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff);max-height:3.875rem;overflow-y:hidden;overflow-x:hidden}@media only screen and (max-width: 39.9375em){.course-banner-integration-container{max-height:7.5rem}}@media only screen and (max-width: 39.9375em),only screen and (min-width:40em)and (max-width:63.9375em){.course-banner-integration-container{border-bottom:1px solid var(--palette-border-main, #cdcdcd)}}.course-banner-integration-container.no-integration-content{display:none}
.create-new-bar{display:block;padding:0.75rem 0;width:100%;position:relative;height:2rem}.create-new-bar:before{content:"";width:100%;border-bottom:1px dashed var(--palette-secondary-main, #cdcdcd);position:absolute;top:calc(50% - 0.0625rem);left:0;transition:border-color 250ms linear}.create-new-bar .ms-Button-flexContainer{height:100%}.create-new-bar .inline-add-icon{color:var(--palette-secondary-main, #cdcdcd);border-radius:50%;background-color:var(--palette-common-white, #ffffff);transition:transform 150ms,color 250ms linear,opacity 250ms linear;transform:rotate(0deg);opacity:0;overflow:visible}.touch .create-new-bar:before{border-bottom:1px solid var(--palette-secondary-main, #cdcdcd)}.touch .create-new-bar .inline-add-icon{opacity:1}.create-new-bar.-hidden{pointer-events:none;visibility:hidden}.create-new-bar.-hidden .inline-add-icon{opacity:0}.create-new-bar.-blank .inline-add-icon{color:var(--palette-text-secondary, #666666);opacity:1}.create-new-bar.-open .inline-add-icon{transform:rotate(45deg);transition:transform 150ms linear;opacity:1}.create-new-bar.-hide-dashed-background:before{border-bottom:0}.create-new-bar.-focused:before{border-bottom:2px solid var(--palette-brandAlt-main, #c56fd5)}.create-new-bar.-focused .inline-add-icon{opacity:1}
.assessment-canvas-react .svg-image{display:inline-block;line-height:1;stroke-width:1.1;stroke:rgba(0,0,0,0);vector-effect:non-scaling-stroke;vertical-align:inherit}
.module-section {
  position: relative; }
  .module-section.is-dragging, .module-section.is-keyboard-moving {
    background-color: #fbf4fc;
    border-radius: 2px;
    border: dashed 2px rgba(197, 111, 213, 0.5); }
    .module-section.is-dragging .item-container, .module-section.is-keyboard-moving .item-container {
      opacity: .5; }
  .module-section.is-keyboard-moving.should-on-focus .item-container {
    opacity: 1; }
  .module-section .drop-up-half, .module-section .drop-down-half {
    display: none;
    position: absolute;
    height: 50%;
    width: 100%; }
    .module-section .drop-up-half.show, .module-section .drop-down-half.show {
      display: block;
      z-index: 1000; }
  .module-section .drop-up-half {
    top: 0; }
  .module-section .drop-down-half {
    top: 50%; }
  .module-section .insert-placeholder {
    position: relative;
    transition: all .3s ease;
    height: 0;
    background-color: rgba(197, 111, 213, 0.25); }
    .module-section .insert-placeholder.show {
      height: 20px; }
      .module-section .insert-placeholder.show ~ .drop-down-half.show {
        top: calc(50% - 10px);
        height: calc(50% + 30px); }
        .module-section .insert-placeholder.show ~ .drop-down-half.show ~ .drop-up-half {
          height: calc(50% - 10px); }
  .module-section .drag-preview-item {
    position: fixed;
    display: none;
    background: white;
    z-index: 999;
    border-radius: 2px;
    border: 1px solid #c56fd5;
    box-shadow: 0 0 0 4px rgba(197, 111, 213, 0.1);
    padding: 20px;
    font-size: 1.2rem;
    box-sizing: border-box; }
    .module-section .drag-preview-item.show {
      display: block; }
  .module-section .key-insert-placeholder {
    box-sizing: border-box;
    width: 100%;
    background: white;
    border-radius: 2px;
    border: 1px solid #c56fd5;
    box-shadow: 0 0 0 4px rgba(197, 111, 213, 0.1);
    padding: 20px;
    font-size: 1.2rem;
    display: none; }
    .module-section .key-insert-placeholder.show {
      display: block; }

.dnd-drag-placeholder {
  width: 50px;
  height: 50px;
  position: fixed;
  opacity: 0;
  z-index: -1; }

.assessment-canvas-react .base-question,.question-picker-results-list .base-question{display:flex}.assessment-canvas-react .base-question__content,.question-picker-results-list .base-question__content{flex:1;max-width:100%}.assessment-canvas-react .base-question .question-controls,.question-picker-results-list .base-question .question-controls{margin-left:0.25rem}.assessment-canvas-react .base-question .question-text,.question-picker-results-list .base-question .question-text{margin-top:0.3125rem}.assessment-canvas-react .base-question__instructions,.question-picker-results-list .base-question__instructions{font-size:.875rem;font-style:italic;color:var(--palette-text-secondary, #666666);line-height:1.6;overflow:hidden}.assessment-canvas-react .base-question__instructions--hidden,.question-picker-results-list .base-question__instructions--hidden{max-height:0;padding-bottom:0;transition:max-height 250ms cubic-bezier(0.55, 0, 0.1, 1),padding-bottom 250ms cubic-bezier(0.55, 0, 0.1, 1)}.assessment-canvas-react .base-question__instructions--visible,.question-picker-results-list .base-question__instructions--visible{max-height:62.5rem;padding-bottom:1rem;transition:max-height 250ms cubic-bezier(0.55, 0, 0.1, 1),padding-bottom 250ms cubic-bezier(0.55, 0, 0.1, 1)}.assessment-canvas-react .base-question .read-only .bb-editor-root .ql-editor,.question-picker-results-list .base-question .read-only .bb-editor-root .ql-editor{padding-left:0}.assessment-canvas-react .base-question .bb-editor-container.is-read-only .bb-editor,.question-picker-results-list .base-question .bb-editor-container.is-read-only .bb-editor{max-height:none}.assessment-canvas-react .base-question--read .question-controls,.question-picker-results-list .base-question--read .question-controls{float:right}.assessment-canvas-react .base-question--read .question-text,.assessment-canvas-react .base-question--read .base-question__file-content,.assessment-canvas-react .base-question--read .question-header,.assessment-canvas-react .base-question--read .base-question__instructions,.question-picker-results-list .base-question--read .question-text,.question-picker-results-list .base-question--read .base-question__file-content,.question-picker-results-list .base-question--read .question-header,.question-picker-results-list .base-question--read .base-question__instructions{width:calc(100% - 2.625rem);float:left}.assessment-canvas-react .base-question .bb-notification-caution,.question-picker-results-list .base-question .bb-notification-caution{margin-bottom:0.5rem}.assessment-canvas-react .question-group-selector .question-header,.question-picker-results-list .question-group-selector .question-header{width:100%}
.assessment-canvas-react .bb-editor-wrapper.read-only .bb-editor-root .ql-container,.question-picker-results-list .bb-editor-wrapper.read-only .bb-editor-root .ql-container,.question-bank-edit-list .bb-editor-wrapper.read-only .bb-editor-root .ql-container{background-color:rgba(0,0,0,0);border:none;opacity:1}
.download-submissions-content-table__heading{border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.download-submissions-content-table__row{align-content:stretch}.download-submissions-content-table__row:hover{background-color:var(--palette-background-b3, #f0f0f0)}.download-submissions-content-table__row.-no-divider{border-bottom:0}.download-submissions-content-table__row.-header{box-shadow:0 4px rgba(0,0,0,.04);border-bottom:1px solid var(--palette-border-main, #cdcdcd)}@media only screen and (min-width:40em){.download-submissions-content-table__row.-header{position:sticky;top:0;background:var(--palette-background-b1, #ffffff);z-index:100}}.download-submissions-content-table__row.-header:hover{background-color:var(--palette-background-b1, #ffffff)}.download-submissions-content-table__cell,.download-submissions-content-table__cell--title,.download-submissions-content-table__cell--icon,.download-submissions-content-table__cell--header{text-align:left;font-size:.875rem;padding:0.625rem;border-bottom:1px solid var(--palette-border-main, #cdcdcd);-webkit-user-select:none;-moz-user-select:none;user-select:none}.download-submissions-content-table__cell__checkbox{margin-top:0;padding-left:0.625rem}.download-submissions-content-table__cell.-padder,.-padder.download-submissions-content-table__cell--title,.-padder.download-submissions-content-table__cell--icon,.-padder.download-submissions-content-table__cell--header{flex:1 1 auto;margin-right:1.875rem}.download-submissions-content-table__cell.-padder-cell,.-padder-cell.download-submissions-content-table__cell--title,.-padder-cell.download-submissions-content-table__cell--icon,.-padder-cell.download-submissions-content-table__cell--header{width:100%}.download-submissions-content-table__cell.-fixed-checkbox,.-fixed-checkbox.download-submissions-content-table__cell--title,.-fixed-checkbox.download-submissions-content-table__cell--icon,.-fixed-checkbox.download-submissions-content-table__cell--header{flex:0 0 auto;border-bottom:0}@media only screen and (min-width:64em){.download-submissions-content-table__cell.-fixed-checkbox,.-fixed-checkbox.download-submissions-content-table__cell--title,.-fixed-checkbox.download-submissions-content-table__cell--icon,.-fixed-checkbox.download-submissions-content-table__cell--header{padding-left:1.875rem}}.download-submissions-content-table__cell.-column-name,.-column-name.download-submissions-content-table__cell--title,.-column-name.download-submissions-content-table__cell--icon,.-column-name.download-submissions-content-table__cell--header{min-width:13.125rem;max-width:38.125rem;width:auto}@media only screen and (min-width:64em){.download-submissions-content-table__cell.-column-name,.-column-name.download-submissions-content-table__cell--title,.-column-name.download-submissions-content-table__cell--icon,.-column-name.download-submissions-content-table__cell--header{min-width:31.25rem;max-width:50rem}}.download-submissions-content-table__cell.-column-date,.-column-date.download-submissions-content-table__cell--title,.-column-date.download-submissions-content-table__cell--icon,.-column-date.download-submissions-content-table__cell--header{display:none}@media only screen and (min-width:40em){.download-submissions-content-table__cell.-column-date,.-column-date.download-submissions-content-table__cell--title,.-column-date.download-submissions-content-table__cell--icon,.-column-date.download-submissions-content-table__cell--header{display:table-cell}}.download-submissions-content-table__cell__data-wrapper{display:flex;position:relative;height:100%;align-items:center}.download-submissions-content-table__cell__data-wrapper__data{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.download-submissions-content-table__cell__data-wrapper--icon{margin-left:0.625rem;display:flex;align-items:center;color:var(--palette-brand-main, #a234b5)}.download-submissions-content-table__cell__data-wrapper--arrow-container{width:0.875rem;margin-left:0.625rem;display:flex;flex-direction:column;align-items:center}.download-submissions-content-table__cell__data-wrapper--arrow-container svg{stroke-width:0}.download-submissions-content-table__cell--header{font-weight:600;border-bottom:1px solid var(--palette-border-main, #cdcdcd);padding:1rem 0.625rem;position:sticky;top:0;z-index:100;background:var(--palette-background-b1, #ffffff)}.download-submissions-content-table__cell--header:hover{cursor:pointer;text-decoration:underline}.download-submissions-content-table__cell--icon{width:3.125rem}.download-submissions-content-table__cell--title{font-weight:600}.download-submissions-content-table__table{width:100%}.download-submissions-content-table__table__spinner{position:absolute;margin:auto;width:100%;top:50%}.download-submissions-content-table .-hidden{position:absolute;left:-625rem;top:auto;width:0.0625rem;height:0.0625rem;overflow:hidden}.download-submissions-content-table__error_message{font-size:1.5rem;color:#ff3b30;margin:0.625rem}
.download-submissions-panel{position:absolute;top:0;left:0;right:0;bottom:0}.download-submissions-panel.panel-wrap{padding:0}.download-submissions-panel__content__header{padding:0.625rem 0.75rem}.download-submissions-panel__content{display:flex;flex-direction:column;align-items:stretch;height:100vh;overflow-y:auto}.download-submissions-panel__content__table{flex:1 1 auto;overflow-x:hidden;border-top:1px solid #e5e5e5}.download-submissions-panel__content .ms-Panel-header{box-shadow:none}.download-submissions-panel__header{flex:0 1 auto}.download-submissions-panel__help-link-button{text-decoration:underline;color:var(--palette-link-active, #2075a3)}.download-submissions-panel__footer{flex:0 1 auto;padding-bottom:0}@supports(-webkit-overflow-scrolling: touch){.download-submissions-panel__footer{padding-bottom:7.8125rem}@media only screen and (min-width:40em){.download-submissions-panel__footer{padding-bottom:1.5625rem}}}@media only screen and (min-width:64em){.download-submissions-panel .ms-Panel-titles-container{position:relative;left:1.5625rem}.download-submissions-panel__content__header{padding-top:0;padding-left:1.5625rem;padding-right:1.5625rem}.download-submissions-panel .ms-Panel-footer{padding-left:1.5625rem;padding-right:1.5625rem}}
.question-header__tooltip-popper{z-index:1000001 !important}.assessment-canvas-react .question-header,.question-picker-results-list .question-header,.question-bank-edit-list .question-header{display:flex;align-items:center;margin-bottom:0.75rem;position:relative}.assessment-canvas-react .question-header__column,.question-picker-results-list .question-header__column,.question-bank-edit-list .question-header__column{display:flex;width:100%;align-items:center}.assessment-canvas-react .question-header__first-column,.question-picker-results-list .question-header__first-column,.question-bank-edit-list .question-header__first-column{padding-bottom:0.625rem}.assessment-canvas-react .question-header__secondary-column .question-header__full-credit-label,.question-picker-results-list .question-header__secondary-column .question-header__full-credit-label,.question-bank-edit-list .question-header__secondary-column .question-header__full-credit-label{flex:1}.assessment-canvas-react .question-header__secondary-column .question-header__pill,.question-picker-results-list .question-header__secondary-column .question-header__pill,.question-bank-edit-list .question-header__secondary-column .question-header__pill{margin-right:-2.25rem}.assessment-canvas-react .question-header__secondary-edition-column,.question-picker-results-list .question-header__secondary-edition-column,.question-bank-edit-list .question-header__secondary-edition-column{flex-direction:column;margin-left:0.25rem;align-items:flex-start}@media only screen and (max-width: 39.9375em){.assessment-canvas-react .question-header,.question-picker-results-list .question-header,.question-bank-edit-list .question-header{flex-flow:row wrap}.assessment-canvas-react .question-header__regrading.question-header__edit .question-header__title_guidance,.question-picker-results-list .question-header__regrading.question-header__edit .question-header__title_guidance,.question-bank-edit-list .question-header__regrading.question-header__edit .question-header__title_guidance{flex:unset;width:calc(100% - 2.375rem)}.assessment-canvas-react .question-header__regrading.question-header__edit .question-header__full-credit,.question-picker-results-list .question-header__regrading.question-header__edit .question-header__full-credit,.question-bank-edit-list .question-header__regrading.question-header__edit .question-header__full-credit{flex:1;padding:0.625rem 0}}.assessment-canvas-react .question-header__title-container,.question-picker-results-list .question-header__title-container,.question-bank-edit-list .question-header__title-container{flex:1;display:flex;align-items:center;white-space:nowrap}.assessment-canvas-react .question-header__title,.question-picker-results-list .question-header__title,.question-bank-edit-list .question-header__title{font-family:"Open Sans",sans-serif;font-weight:600;font-size:1.125rem;margin:0;flex:none}.assessment-canvas-react .question-header__title_guidance,.question-picker-results-list .question-header__title_guidance,.question-bank-edit-list .question-header__title_guidance{display:flex;align-items:center}.assessment-canvas-react .question-header__pool-indicator,.question-picker-results-list .question-header__pool-indicator,.question-bank-edit-list .question-header__pool-indicator{font-size:0.625rem;color:#fff;background-color:var(--palette-background-b9, #262626);font-weight:700;height:1.125rem;border-radius:18px;padding:0 0.4375rem;display:flex;align-items:center;margin-left:0.375rem}.assessment-canvas-react .question-header__goal-icon-button,.question-picker-results-list .question-header__goal-icon-button,.question-bank-edit-list .question-header__goal-icon-button{height:1.875rem}.assessment-canvas-react .question-header__pill,.question-picker-results-list .question-header__pill,.question-bank-edit-list .question-header__pill{display:flex;height:1.875rem;border-radius:30px;background-color:var(--palette-background-b1, #ffffff);border:solid 1px #262626;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;padding:0 1rem;box-sizing:border-box;cursor:default}.assessment-canvas-react .question-header__pill--clickable,.question-picker-results-list .question-header__pill--clickable,.question-bank-edit-list .question-header__pill--clickable{cursor:pointer}.assessment-canvas-react .question-header__full-credit,.question-picker-results-list .question-header__full-credit,.question-bank-edit-list .question-header__full-credit{margin-left:unset}@media only screen and (min-width:40em){.assessment-canvas-react .question-header__full-credit,.question-picker-results-list .question-header__full-credit,.question-bank-edit-list .question-header__full-credit{margin-left:2.25rem}}.assessment-canvas-react .question-header__full-credit-label,.question-picker-results-list .question-header__full-credit-label,.question-bank-edit-list .question-header__full-credit-label{font-size:.875rem;margin-right:0.625rem;color:var(--palette-text-secondary, #666666)}.assessment-canvas-react .question-header__points,.question-picker-results-list .question-header__points,.question-bank-edit-list .question-header__points{font-size:.875rem;display:flex;align-items:center}.assessment-canvas-react .question-header__points-input-label,.question-picker-results-list .question-header__points-input-label,.question-bank-edit-list .question-header__points-input-label{line-height:2.375rem;font-weight:600}
.calculated-formula-question__step-button{display:flex;justify-content:flex-end}
.calculated-formula-question__step-1__formula-editor--error .wrs_editor .wrs_formulaDisplay{border-color:var(--palette-error-main, #c23e37);box-shadow:inset 0 0 0 4px rgba(255,59,48,.1)}.calculated-formula-question__step-1__formula-editor .wrs_editor .wrs_formulaDisplay{border-radius:2px;min-height:7.1875rem !important;height:7.1875rem !important}.calculated-formula-question__step-1__question-text-heading{margin:0.125rem 0 0.875rem}.calculated-formula-question__step-1__question-formula-heading{margin:0.75rem 0 0.875rem}.calculated-formula-question__step-1__formula-error{font-style:italic;color:var(--palette-error-main, #c23e37)}.calculated-formula-question__step-1__question-field-instructions{font-size:.875rem;font-style:italic;color:var(--palette-text-secondary, #666666);line-height:1.6}.calculated-formula-question__step-1__formula-editor-container .wrs_editor{min-height:13.375rem;display:flex;flex-direction:column;justify-content:flex-end}.calculated-formula-question__step-1 .display-formula-checkbox{padding-left:0.5625rem}
.calculated-formula-question__step-2__variable-range-table__title{font-weight:600;margin-bottom:0.75rem;font-size:.875rem}.calculated-formula-question__step-2__variable-range-table__no-variables{color:var(--palette-text-hint, #767676);font-style:italic}.calculated-formula-question__step-2__variable-range-table__header,.calculated-formula-question__step-2__variable-range-table__cell{vertical-align:top}.calculated-formula-question__step-2__variable-range-table__header{text-align:left}.calculated-formula-question__step-2__variable-range-table__header--column{font-size:.625rem;padding:0 0.375rem 0.125rem}.calculated-formula-question__step-2__variable-range-table__header--row{padding:0.8125rem 0.375rem;padding-left:0}.calculated-formula-question__step-2__variable-range-table__header:first-child{padding-left:0}.calculated-formula-question__step-2__variable-range-table__header:last-child{padding-right:0}.calculated-formula-question__step-2__variable-range-table__cell{width:30%;padding:0.375rem}@media only screen and (min-width:40em){.calculated-formula-question__step-2__variable-range-table__cell{width:auto}}.calculated-formula-question__step-2__variable-range-table__cell:last-child{padding-right:0}.calculated-formula-question__step-2__variable-range-table__cell .localized-number-input{flex-wrap:wrap}.calculated-formula-question__step-2__variable-range-table__cell .localized-number-input label{flex-basis:100%}.calculated-formula-question__step-2__variable-range-table__row:last-child .calculated-formula-question__step-2__variable-range-table__header,.calculated-formula-question__step-2__variable-range-table__row:last-child .calculated-formula-question__step-2__variable-range-table__cell{padding-bottom:0}.calculated-formula-question__step-2__variable-range-table__input{margin-bottom:0}@media only screen and (min-width:40em){.calculated-formula-question__step-2__variable-range-table__input{width:5.625rem}}
.calculated-formula-question__step-2__answer-units__fieldset.calculated-formula-question__step-2__answer-units__fieldset{margin-bottom:1rem}.calculated-formula-question__step-2__answer-units__fieldset .answer-units-required-checkbox{padding-left:0.25rem}.calculated-formula-question__step-2__answer-units__fields-container{margin-left:1.75rem}.calculated-formula-question__step-2__answer-units__units-container{margin-top:0.5rem;display:flex}.calculated-formula-question__step-2__answer-units__units-input{margin-right:0.75rem;margin-bottom:0}.calculated-formula-question__step-2__answer-units__units-input .ms-TextField-inputWrapper{width:10.4375rem}.calculated-formula-question__step-2__answer-units__units-input-instructions{margin-top:0.5rem;font-style:italic;font-size:.75rem;margin-bottom:1rem}.calculated-formula-question__step-2__answer-units__points-percentage-input.localized-number-input{flex-wrap:wrap;margin-left:0}.calculated-formula-question__step-2__answer-units__points-percentage-input.localized-number-input.has-error{flex-wrap:wrap}.calculated-formula-question__step-2__answer-units__points-percentage-input.localized-number-input.has-error label{flex-basis:100%}.calculated-formula-question__step-2__answer-units__points-percentage-input.localized-number-input div{margin-left:0;width:3.75rem}.calculated-formula-question__step-2__answer-units__points-percentage-input.localized-number-input label{flex-basis:100%;font-weight:normal}
.calculated-formula-question__step-2__rounding-inputs_dropdown{margin-right:0.75rem}.calculated-formula-question__step-2 .localized-number-input{display:flex;flex-direction:row;align-items:center}.calculated-formula-question__step-2 .localized-number-input div{margin-right:0.5rem}.calculated-formula-question__step-2 .localized-number-input.has-error{flex-wrap:wrap}.calculated-formula-question__step-2 .localized-number-input.has-error div{margin-top:2.4375rem}.calculated-formula-question__step-2 .localized-number-input.has-error p{flex-basis:100%}@media only screen and (min-width:40em){.calculated-formula-question__step-2 .localized-number-input.has-error{flex-wrap:nowrap}.calculated-formula-question__step-2 .localized-number-input.has-error div{margin-top:0}.calculated-formula-question__step-2 .localized-number-input.has-error label{flex-basis:100%}.calculated-formula-question__step-2 .localized-number-input.has-error p{flex-basis:auto;margin:0}}.calculated-formula-question__step-2 .display-settings-checkbox{padding-left:0.25rem;margin-top:0.625rem}.calculated-formula-question__step-2__answer-format{margin-bottom:0.875rem}.calculated-formula-question__step-2__answer-format legend{font-weight:600}.calculated-formula-question__step-2__answer-format .ms-ChoiceFieldGroup{display:flex}.calculated-formula-question__step-2__answer-format .ms-ChoiceField+.ms-ChoiceField{margin-left:1rem}.calculated-formula-question__step-2__rounding-fieldset{border:none;margin:0;padding:0}.calculated-formula-question__step-2__rounding-inputs{display:flex}.calculated-formula-question__step-2__rounding-inputs .ms-Dropdown-title{min-width:10.5rem}.calculated-formula-question__step-2__rounding-inputs__text-field{display:flex;align-items:flex-end}.calculated-formula-question__step-2__rounding-inputs__text-field .localized-number-input div{margin-left:0.75rem;width:3.75rem}.calculated-formula-question__step-2__rounding-inputs__text-field .localized-number-input.has-error p{margin-left:0.75rem}@media only screen and (min-width:40em){.calculated-formula-question__step-2__rounding-inputs__text-field .localized-number-input.has-error p{margin-left:0}}.calculated-formula-question__step-2__rounding-inputs__text-field .ms-TextField{margin-left:0.75rem;margin-bottom:0;display:flex;flex-wrap:wrap;align-items:center}@media only screen and (min-width:40em){.calculated-formula-question__step-2__rounding-inputs__text-field .ms-TextField{flex-wrap:nowrap}}.calculated-formula-question__step-2__rounding-inputs__text-field .ms-TextField-wrapper{width:3.75rem;margin-right:0.5rem;flex-shrink:0}.calculated-formula-question__step-2__rounding-inputs__text-field .ms-TextField-errorMessage{padding:0.5rem 0 0 0}@media only screen and (min-width:40em){.calculated-formula-question__step-2__rounding-inputs__text-field .ms-TextField-errorMessage{padding:0}}.calculated-formula-question__step-2__rounding-inputs__text-field .ms-Label{font-weight:600}.calculated-formula-question__step-2__rounding-inputs__text-field--has-error .ms-TextField{padding:0;margin-top:2.4375rem}@media only screen and (min-width:40em){.calculated-formula-question__step-2__rounding-inputs__text-field--has-error .ms-TextField{margin-top:0}}.calculated-formula-question__step-2__variable-answer-sets-input.localized-number-input{margin-top:1rem;flex-wrap:wrap;margin-left:0}.calculated-formula-question__step-2__variable-answer-sets-input.localized-number-input.has-error{flex-wrap:wrap}.calculated-formula-question__step-2__variable-answer-sets-input.localized-number-input.has-error label{flex-basis:100%}.calculated-formula-question__step-2__variable-answer-sets-input.localized-number-input.has-error div{margin-top:0}.calculated-formula-question__step-2__variable-answer-sets-input.localized-number-input div{margin-left:0;width:3.75rem}.calculated-formula-question__step-2__variable-answer-sets-input.localized-number-input label{flex-basis:100%}.calculated-formula-question__step-2__fieldset{margin:0;padding:0;border:0}.calculated-formula-question__step-2__fieldset__legend{font-weight:600;font-size:.875rem;margin:0;padding:0}
.calculated-formula-question__step-3__variable-value-table{position:relative;display:block;overflow-x:auto;white-space:nowrap;border:1px solid var(--palette-border-main, #cdcdcd);border-bottom:none}@media only screen and (min-width:40em){.calculated-formula-question__step-3__variable-value-table{border-bottom:1px solid var(--palette-border-main, #cdcdcd);max-height:18.75rem}}.calculated-formula-question__step-3__variable-value-table__header,.calculated-formula-question__step-3__variable-value-table__cell{padding:0.3125rem 0 0 0}.calculated-formula-question__step-3__variable-value-table__header{text-align:left;font-weight:600}.calculated-formula-question__step-3__variable-value-table__header--column{padding:0.75rem 0.375rem;position:sticky;top:0;z-index:1000;background-color:#fff;box-shadow:0px 5px 0px rgba(0, 0, 0, 0.04),0px 1px 0px var(--palette-border-main, #cdcdcd)}.calculated-formula-question__step-3__variable-value-table__header--column--result{position:sticky;right:0;background-color:var(--palette-background-b1, #ffffff);z-index:1000;top:0;padding:0.75rem 0.6875rem;min-width:8.75rem;box-shadow:0px 5px 0px rgba(0, 0, 0, 0.04),0px 1px 0px var(--palette-border-main, #cdcdcd),-5px 0px 0px rgba(0, 0, 0, 0.04),-1px 0px 0px var(--palette-border-main, #cdcdcd)}.calculated-formula-question__step-3__variable-value-table__header--column--result--contents{display:flex;flex-direction:column}.calculated-formula-question__step-3__variable-value-table__header--column--result--contents--info{font-weight:400}.calculated-formula-question__step-3__variable-value-table__header--row{padding-left:0.75rem;padding-right:0.9375rem;width:2.375rem}.calculated-formula-question__step-3__variable-value-table__header:last-child{padding-right:0}.calculated-formula-question__step-3__variable-value-table__cell{width:5.625rem;padding-top:0.5625rem;padding-bottom:0.3125rem;padding-right:0.75rem}.calculated-formula-question__step-3__variable-value-table__cell--result{position:sticky;right:0;background-color:var(--palette-background-b1, #ffffff);padding-left:0.6875rem;padding-right:0.6875rem;min-width:8.75rem;box-shadow:-5px 0px 0px rgba(0, 0, 0, 0.04),-1px 0px 0px var(--palette-border-main, #cdcdcd)}@media only screen and (min-width:40em){.calculated-formula-question__step-3__variable-value-table__cell{width:auto}}.calculated-formula-question__step-3__variable-value-table__cell:last-child{padding-right:0}.calculated-formula-question__step-3__variable-value-table__row--data{border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.calculated-formula-question__step-3__variable-value-table__row--header{border:none}.calculated-formula-question__step-3__variable-value-table__row:last-child .calculated-formula-question__step-3__variable-value-table__header,.calculated-formula-question__step-3__variable-value-table__row:last-child .calculated-formula-question__step-3__variable-value-table__cell{padding-bottom:0}.calculated-formula-question__step-3__variable-value-table__input{margin-bottom:0;width:5.625rem}.calculated-formula-question__step-3__variable-value-table__input .ms-TextField-field{font-size:1rem}@media only screen and (min-width:40em){.calculated-formula-question__step-3__variable-value-table__input .ms-TextField-field{font-size:inherit}}.calculated-formula-question__step-3__variable-value-table__input .ms-TextField-errorMessage{display:none}.calculated-formula-question__step-3__variable-value-table__result-flex-wrapper{display:flex;align-items:center;justify-content:space-between;padding-top:0.5rem;padding-bottom:0.5rem}.calculated-formula-question__step-3__variable-value-table__result--error{color:var(--palette-error-main, #c23e37);font-style:italic;font-size:.75rem;white-space:normal;max-width:5.75rem}
.calculated-formula-question__step-3__preview-question{padding:0.75rem;background-color:var(--palette-background-b2, #f8f8f8);margin-bottom:1rem}.calculated-formula-question__step-3__preview-question .ql-editor{padding:0 0 0.75rem !important;min-height:0}.calculated-formula-question__step-3__formula-image{margin-top:0.375rem}.calculated-formula-question__step-3__answerSetsPanel .ms-Panel-closeButton{display:none}.calculated-formula-question__step-3__answer{margin-top:0.5rem}.calculated-formula-question__step-3__table-buttons{display:flex;margin:0 -0.25rem 0.75rem;flex-shrink:0}@media only screen and (min-width:40em){.calculated-formula-question__step-3__table-buttons{display:block;width:auto;margin:0 -0.25rem 1rem}}.calculated-formula-question__step-3__table-buttons .ms-Button,.calculated-formula-question__step-3__table-buttons .MuiButton-root{flex:1;margin:0 0.25rem}.calculated-formula-question__step-3__calculate-button-label{margin-left:0.5rem}.calculated-formula-question__step-3__calculate-button-label--loading{font-style:italic;font-weight:600}.calculated-formula-question__step-3__table-wrapper{display:flex;flex-direction:column;overflow:hidden;margin:0.75rem 0.75rem 0 0.75rem}@media only screen and (min-width:40em){.calculated-formula-question__step-3__table-wrapper{display:block;margin:0}}.calculated-formula-question__step-3__formula-error{color:var(--palette-error-main, #c23e37)}
.calculated-formula-question-edit label[required]:before{color:var(--palette-error-main, #c23e37);content:"*";margin-right:0.25rem}
.calculated-formula-question-read .answer-tolerance-checkbox{padding-left:0.25rem}.calculated-formula-question-read__answer-settings-toggle-button{border-bottom:1px solid var(--palette-border-main, #cdcdcd);padding:0.75rem 0;width:100%;display:flex;justify-content:space-between}.calculated-formula-question-read__answer-settings-section{margin-top:0.75rem}.calculated-formula-question-read__precision-scoring-display-info{margin-left:1.5rem}.calculated-formula-question-read__precision-scoring-display-info--partial-credit-points-percent{padding-left:1.25rem}.calculated-formula-question-read__variables-range{display:table}.calculated-formula-question-read__variables-range--row{display:table-row}.calculated-formula-question-read__variables-range--row span{display:table-cell;padding:0 0.625rem}.calculated-formula-question-read__variables-range--row span:first-child{padding-left:0}.calculated-formula-question-read .bb-editor-container.is-read-only .bb-editor{max-height:none}.calculated-formula-question-read .calculated-formula-question-read__automated-feedback{margin-top:0.375rem}.calculated-formula-question-read .calculated-formula-question-read__formula-image{display:block;clear:both}
.assessment-canvas-react .drag-button{cursor:pointer;display:flex;align-items:center;justify-content:center}.assessment-canvas-react .drag-button:hover svg,.assessment-canvas-react .drag-button:active svg,.assessment-canvas-react .drag-button:focus svg{color:var(--palette-text-primary, #262626)}.assessment-canvas-react .drag-button svg{color:var(--palette-text-secondary, #666666)}
.assessment-canvas-react .question-controls,.question-picker-results-list .question-controls{display:flex;text-align:center}.assessment-canvas-react .question-controls__actions,.question-picker-results-list .question-controls__actions{display:flex;flex-direction:column;align-items:center}.assessment-canvas-react .question-controls__actions button,.question-picker-results-list .question-controls__actions button{height:2rem}.assessment-canvas-react .question-controls__dnd,.question-picker-results-list .question-controls__dnd{opacity:0;width:100%;cursor:pointer;height:2rem;transition:opacity 200ms linear;flex-direction:column;display:none}@media only screen and (min-width:64em){.assessment-canvas-react .question-controls__dnd,.question-picker-results-list .question-controls__dnd{display:flex}}body:not(.hide-focus-outline) .assessment-canvas-react .question-controls__dnd:focus,.assessment-canvas-react .question-controls__dnd:hover,body:not(.hide-focus-outline) .question-picker-results-list .question-controls__dnd:focus,.question-picker-results-list .question-controls__dnd:hover{opacity:1}.assessment-canvas-react .question-controls__score-indicator,.question-picker-results-list .question-controls__score-indicator{margin:0.375rem 0}.assessment-canvas-react .question-controls__menu-icon button,.question-picker-results-list .question-controls__menu-icon button{transition:color 200ms linear}
.assessment-canvas-react .question-container__buttons,.question-picker-results-list .question-container__buttons,.question-bank-edit-list .question-container__buttons{display:flex;justify-content:flex-end;margin-top:0.625rem}.assessment-canvas-react .question-container__buttons button+button,.question-picker-results-list .question-container__buttons button+button,.question-bank-edit-list .question-container__buttons button+button{margin-left:0.625rem}.assessment-canvas-react .question-container:hover .question-controls__dnd,.question-picker-results-list .question-container:hover .question-controls__dnd,.question-bank-edit-list .question-container:hover .question-controls__dnd{opacity:1}.assessment-canvas-react .question-container .bb-editor-root .bb-editor-container.ql-container,.question-picker-results-list .question-container .bb-editor-root .bb-editor-container.ql-container,.question-bank-edit-list .question-container .bb-editor-root .bb-editor-container.ql-container{margin-bottom:0}.assessment-canvas-react .question-container .bb-editor-root .bb-editor-container.ql-container.is-read-only .ql-editor,.question-picker-results-list .question-container .bb-editor-root .bb-editor-container.ql-container.is-read-only .ql-editor,.question-bank-edit-list .question-container .bb-editor-root .bb-editor-container.ql-container.is-read-only .ql-editor{padding-top:0.625rem;padding-bottom:0.625rem}.assessment-canvas-react .question-container .fimb-answer-value,.assessment-canvas-react .question-container .blank-answer-value,.question-picker-results-list .question-container .fimb-answer-value,.question-picker-results-list .question-container .blank-answer-value,.question-bank-edit-list .question-container .fimb-answer-value,.question-bank-edit-list .question-container .blank-answer-value{font-weight:700;border-block-end:0.125rem solid var(--palette-brandAlt-main, #c56fd5)}
.question-preview__question-text .bb-editor-root .bb-editor-container{border:none}.question-preview__question-text .bb-editor-root .bb-editor-container .bb-editor{padding:0;min-height:0}
.assessment-canvas-react .essay__info,.question-picker-results-list .essay__info,.question-bank-edit-list .essay__info{border:solid 1px var(--palette-border-main, #cdcdcd);background-color:var(--palette-background-b2, #f8f8f8);border-radius:2px;padding:0.5rem 0.625rem;min-height:1.25rem;color:var(--palette-text-secondary, #666666);margin-top:0.375rem;cursor:default}.assessment-canvas-react .essay--read .bb-editor-root .ql-editor,.question-picker-results-list .essay--read .bb-editor-root .ql-editor,.question-bank-edit-list .essay--read .bb-editor-root .ql-editor{min-height:0}
.assessment-canvas-react .question-instructions,.question-picker-results-list .question-instructions,.question-bank-edit-list .question-instructions{font-size:.875rem;font-style:italic;color:var(--palette-text-secondary, #666666);line-height:1.6;overflow:hidden}.assessment-canvas-react .question-instructions--hidden,.question-picker-results-list .question-instructions--hidden,.question-bank-edit-list .question-instructions--hidden{max-height:0;padding-bottom:0;transition:max-height 250ms cubic-bezier(0.55, 0, 0.1, 1),padding-bottom 250ms cubic-bezier(0.55, 0, 0.1, 1)}.assessment-canvas-react .question-instructions--visible,.question-picker-results-list .question-instructions--visible,.question-bank-edit-list .question-instructions--visible{max-height:62.5rem;padding-bottom:1rem;transition:max-height 250ms cubic-bezier(0.55, 0, 0.1, 1),padding-bottom 250ms cubic-bezier(0.55, 0, 0.1, 1)}
.assessment-canvas-react .fimb-question-answer-input--edit,.question-picker-results-list .fimb-question-answer-input--edit,.question-bank-edit-list .fimb-question-answer-input--edit{margin-bottom:0.9375rem}.assessment-canvas-react .fimb-question-answer-input--read,.question-picker-results-list .fimb-question-answer-input--read,.question-bank-edit-list .fimb-question-answer-input--read{display:flex}.assessment-canvas-react .fimb-question-answer-input__label,.question-picker-results-list .fimb-question-answer-input__label,.question-bank-edit-list .fimb-question-answer-input__label{display:flex;align-items:center;height:2.25rem;margin-right:0.625rem;font-weight:700}.assessment-canvas-react .fimb-question-answer-input__input-wrapper,.question-picker-results-list .fimb-question-answer-input__input-wrapper,.question-bank-edit-list .fimb-question-answer-input__input-wrapper{flex:1}.assessment-canvas-react .fimb-question-answer-input .text-field,.question-picker-results-list .fimb-question-answer-input .text-field,.question-bank-edit-list .fimb-question-answer-input .text-field{inline-size:100%}.assessment-canvas-react .fimb-question-answer-input__answer,.question-picker-results-list .fimb-question-answer-input__answer,.question-bank-edit-list .fimb-question-answer-input__answer{min-height:2.25rem;border-radius:2px;background-color:var(--palette-background-b2, #f8f8f8);border:1px solid var(--palette-border-main, #cdcdcd);width:100%;padding:0.4375rem 0.625rem;display:flex;align-items:center;font-size:.875rem;color:var(--palette-text-secondary, #666666);text-align:left;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.assessment-canvas-react .fimb-question-answer-input__description,.question-picker-results-list .fimb-question-answer-input__description,.question-bank-edit-list .fimb-question-answer-input__description{font-style:italic;color:var(--palette-text-secondary, #666666);font-size:.875rem;margin-top:0.75rem;font-weight:400}
.test-pattern__section-wrapper{display:flex}.test-pattern__section-wrapper--first{margin-bottom:0.625rem}.test-pattern__text-field{flex:1;margin-right:0.625rem}.test-pattern__text-field .text-field-component{inline-size:100%}.test-pattern__text-field .text-field-component .input-text-field-border-fix{margin-block-end:auto;border:none}.test-pattern__text-field .text-field-component .input-text-field-border-fix:focus{box-shadow:none;background:none}.test-pattern__button{margin-top:1.875rem}.test-pattern .check-icon-color{color:var(--palette-success-main, #007d2c)}
.assessment-canvas-react .fimb-question-answer,.question-picker-results-list .fimb-question-answer,.question-bank-edit-list .fimb-question-answer{padding:0.5rem 0}.assessment-canvas-react .fimb-question-answer--edit,.question-picker-results-list .fimb-question-answer--edit,.question-bank-edit-list .fimb-question-answer--edit{border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.assessment-canvas-react .fimb-question-answer:first-child,.question-picker-results-list .fimb-question-answer:first-child,.question-bank-edit-list .fimb-question-answer:first-child{padding-top:0}.assessment-canvas-react .fimb-question-answer:last-child,.question-picker-results-list .fimb-question-answer:last-child,.question-bank-edit-list .fimb-question-answer:last-child{border-bottom:none;padding-bottom:0}.assessment-canvas-react .fimb-question-answer__match-selector,.question-picker-results-list .fimb-question-answer__match-selector,.question-bank-edit-list .fimb-question-answer__match-selector{display:inline-block;margin-right:0.9375rem}@media only screen and (max-width: 39.9375em){.assessment-canvas-react .fimb-question-answer__match-selector .ms-Dropdown-container,.question-picker-results-list .fimb-question-answer__match-selector .ms-Dropdown-container,.question-bank-edit-list .fimb-question-answer__match-selector .ms-Dropdown-container{display:block}.assessment-canvas-react .fimb-question-answer__match-selector .ms-Dropdown-container .ms-Dropdown-title,.question-picker-results-list .fimb-question-answer__match-selector .ms-Dropdown-container .ms-Dropdown-title,.question-bank-edit-list .fimb-question-answer__match-selector .ms-Dropdown-container .ms-Dropdown-title{width:auto}}.assessment-canvas-react .fimb-question-answer__match-selector .ms-Dropdown-container.is-disabled .ms-Dropdown-title,.question-picker-results-list .fimb-question-answer__match-selector .ms-Dropdown-container.is-disabled .ms-Dropdown-title,.question-bank-edit-list .fimb-question-answer__match-selector .ms-Dropdown-container.is-disabled .ms-Dropdown-title{background-color:var(--palette-background-b2, #f8f8f8);border-color:var(--palette-border-main, #cdcdcd)}.assessment-canvas-react .fimb-question-answer__match-selector .ms-Dropdown-container .ms-Dropdown-title,.question-picker-results-list .fimb-question-answer__match-selector .ms-Dropdown-container .ms-Dropdown-title,.question-bank-edit-list .fimb-question-answer__match-selector .ms-Dropdown-container .ms-Dropdown-title{width:13.75rem}.assessment-canvas-react .fimb-question-answer__checkbox,.question-picker-results-list .fimb-question-answer__checkbox,.question-bank-edit-list .fimb-question-answer__checkbox{padding-left:0.5rem;display:inline-block;margin-right:0.9375rem}.assessment-canvas-react .fimb-question-answer__checkbox.is-disabled,.question-picker-results-list .fimb-question-answer__checkbox.is-disabled,.question-bank-edit-list .fimb-question-answer__checkbox.is-disabled{background-color:var(--palette-background-b2, #f8f8f8);border-color:var(--palette-border-main, #cdcdcd)}
.assessment-canvas-react .fimb-question--edit .bb-editor-wrapper.read-only,.question-picker-results-list .fimb-question--edit .bb-editor-wrapper.read-only,.question-bank-edit-list .fimb-question--edit .bb-editor-wrapper.read-only{border:1px solid var(--palette-border-main, #cdcdcd);padding:0 0.9375rem}.assessment-canvas-react .fimb-question--edit .bb-editor-wrapper .bb-editor-root .bb-editor-container.ql-container,.question-picker-results-list .fimb-question--edit .bb-editor-wrapper .bb-editor-root .bb-editor-container.ql-container,.question-bank-edit-list .fimb-question--edit .bb-editor-wrapper .bb-editor-root .bb-editor-container.ql-container{margin-bottom:0}.assessment-canvas-react .fimb-question--edit .bb-editor-wrapper .bb-editor-root .bb-editor-container.ql-container.is-active,.question-picker-results-list .fimb-question--edit .bb-editor-wrapper .bb-editor-root .bb-editor-container.ql-container.is-active,.question-bank-edit-list .fimb-question--edit .bb-editor-wrapper .bb-editor-root .bb-editor-container.ql-container.is-active{border-radius:2px 2px 0 0}@media only screen and (max-width: 39.9375em){.assessment-canvas-react .fimb-question--edit .bb-notification.bb-notification-failure,.question-picker-results-list .fimb-question--edit .bb-notification.bb-notification-failure,.question-bank-edit-list .fimb-question--edit .bb-notification.bb-notification-failure{height:5.375rem}.assessment-canvas-react .fimb-question--edit .bb-notification.bb-notification-failure .bb-notification-message,.question-picker-results-list .fimb-question--edit .bb-notification.bb-notification-failure .bb-notification-message,.question-bank-edit-list .fimb-question--edit .bb-notification.bb-notification-failure .bb-notification-message{padding:0 0.625rem}}.assessment-canvas-react .fimb-question .bb-editor-wrapper.read-only,.question-picker-results-list .fimb-question .bb-editor-wrapper.read-only,.question-bank-edit-list .fimb-question .bb-editor-wrapper.read-only{margin-bottom:0}.assessment-canvas-react .fimb-question__answers-container--edit,.question-picker-results-list .fimb-question__answers-container--edit,.question-bank-edit-list .fimb-question__answers-container--edit{background-color:var(--palette-background-b2, #f8f8f8);border-right:1px solid var(--palette-border-main, #cdcdcd);border-left:1px solid var(--palette-border-main, #cdcdcd);border-bottom:1px solid var(--palette-border-main, #cdcdcd);padding:0.9375rem}.assessment-canvas-react .fimb-question__mode-changer,.question-picker-results-list .fimb-question__mode-changer,.question-bank-edit-list .fimb-question__mode-changer{background-color:var(--palette-background-b2, #f8f8f8);border-right:1px solid var(--palette-border-main, #cdcdcd);border-left:1px solid var(--palette-border-main, #cdcdcd);border-bottom:1px solid var(--palette-border-main, #cdcdcd);padding:0.9375rem;border-radius:0 0 2px 2px;display:grid;grid-template-columns:auto auto}.assessment-canvas-react .fimb-question__link-previous,.question-picker-results-list .fimb-question__link-previous,.question-bank-edit-list .fimb-question__link-previous{justify-self:start}.assessment-canvas-react .fimb-question__link-next,.question-picker-results-list .fimb-question__link-next,.question-bank-edit-list .fimb-question__link-next{justify-self:end;grid-column:2}.assessment-canvas-react .fimb-question__invalid-format-container,.question-picker-results-list .fimb-question__invalid-format-container,.question-bank-edit-list .fimb-question__invalid-format-container{color:var(--palette-error-main, #c23e37);justify-self:start;display:flex;align-items:center;justify-content:center}@media only screen and (min-width:40em){.assessment-canvas-react .fimb-question__invalid-format-container,.question-picker-results-list .fimb-question__invalid-format-container,.question-bank-edit-list .fimb-question__invalid-format-container{margin-inline-start:0}}.assessment-canvas-react .fimb-question__invalid-format-icon,.question-picker-results-list .fimb-question__invalid-format-icon,.question-bank-edit-list .fimb-question__invalid-format-icon{font-size:1rem;margin-inline-end:0.25rem}.assessment-canvas-react .fimb-question__automated-feedback,.question-picker-results-list .fimb-question__automated-feedback,.question-bank-edit-list .fimb-question__automated-feedback{margin-top:2.25rem}
.assessment-canvas-react .scoring-options__wrapper,.question-picker-results-list .scoring-options__wrapper{background-color:var(--palette-background-b2, #f8f8f8);border-right:1px solid var(--palette-border-main, #cdcdcd);border-left:1px solid var(--palette-border-main, #cdcdcd);border-bottom:1px solid var(--palette-border-main, #cdcdcd);border-radius:0 0 2px 2px}.assessment-canvas-react .scoring-options__text,.question-picker-results-list .scoring-options__text{font-size:.875rem;color:var(--palette-text-hint, #767676);padding-top:0.625rem}.assessment-canvas-react .scoring-options__selector,.question-picker-results-list .scoring-options__selector{padding:0.875rem 0.9375rem 0.25rem}
.prompt-answer-pair{position:relative}@media only screen and (min-width:40em){.prompt-answer-pair{position:static;display:flex;align-items:flex-start}}.prompt-answer-wrapper{padding-bottom:1.25rem}@media only screen and (min-width:40em){.prompt-answer-wrapper{display:flex;width:100%;padding-bottom:0.625rem}}.notice{margin-top:0.25rem}.notice__text{color:#666}.base-matching-question-container{display:flex}.base-matching-question-centered{display:flex;justify-content:center;align-items:center}.base-matching-question-centered-top{display:flex;align-items:flex-start}.base-matching-question-row-reversed{justify-content:flex-end}.base-matching-question-no-overflow{min-width:0}.full-flex-width{flex:1 1}.index-text{font-weight:400;margin-top:0.5rem}.field-required:before{color:var(--palette-error-main, #c23e37);content:"*";margin-right:0.25rem}
.assessment-canvas-react .editonly-matching-distractor,.question-picker-results-list .editonly-matching-distractor,.question-bank-edit-list .editonly-matching-distractor{width:100%;display:grid;grid-template-columns:1.25rem 1fr;gap:0.5rem;grid-auto-rows:min-content}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-matching-distractor,.question-picker-results-list .editonly-matching-distractor,.question-bank-edit-list .editonly-matching-distractor{padding-right:0}}.assessment-canvas-react .editonly-matching-distractor__answer,.question-picker-results-list .editonly-matching-distractor__answer,.question-bank-edit-list .editonly-matching-distractor__answer{flex:1}.assessment-canvas-react .editonly-matching-distractor__delete,.question-picker-results-list .editonly-matching-distractor__delete,.question-bank-edit-list .editonly-matching-distractor__delete{width:2.375rem}.assessment-canvas-react .editonly-matching-distractor__answer,.question-picker-results-list .editonly-matching-distractor__answer,.question-bank-edit-list .editonly-matching-distractor__answer{display:flex}.assessment-canvas-react .editonly-matching-distractor__text,.question-picker-results-list .editonly-matching-distractor__text,.question-bank-edit-list .editonly-matching-distractor__text{flex:1}.assessment-canvas-react .editonly-matching-distractor .bb-editor-root .ql-editor,.question-picker-results-list .editonly-matching-distractor .bb-editor-root .ql-editor,.question-bank-edit-list .editonly-matching-distractor .bb-editor-root .ql-editor{min-height:0;line-height:1.6;padding:0.5rem 0.9375rem}
.editonly-matching-answer .bb-editor-root .ql-editor{min-height:0;line-height:1.6;padding:0.5rem 0.75rem}
.assessment-canvas-react .editonly-matching-prompt-reused-answer,.question-picker-results-list .editonly-matching-prompt-reused-answer,.question-bank-edit-list .editonly-matching-prompt-reused-answer{min-height:2.5rem;width:100%}.assessment-canvas-react .editonly-matching-prompt-reused-answer__wrapper,.question-picker-results-list .editonly-matching-prompt-reused-answer__wrapper,.question-bank-edit-list .editonly-matching-prompt-reused-answer__wrapper{background:var(--palette-background-b3, #f0f0f0);border:1px solid var(--palette-border-main, #cdcdcd);border-radius:2px;padding:0 0.25rem 0 0.75rem;display:flex;gap:0.25rem;align-items:center}.assessment-canvas-react .editonly-matching-prompt-reused-answer__wrapper .bb-editor-wrapper,.question-picker-results-list .editonly-matching-prompt-reused-answer__wrapper .bb-editor-wrapper,.question-bank-edit-list .editonly-matching-prompt-reused-answer__wrapper .bb-editor-wrapper{flex:1;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.assessment-canvas-react .editonly-matching-prompt-reused-answer__wrapper .bb-editor-root .bb-editor-container.ql-container.is-read-only .ql-editor,.question-picker-results-list .editonly-matching-prompt-reused-answer__wrapper .bb-editor-root .bb-editor-container.ql-container.is-read-only .ql-editor,.question-bank-edit-list .editonly-matching-prompt-reused-answer__wrapper .bb-editor-root .bb-editor-container.ql-container.is-read-only .ql-editor{padding:0.5rem 0}.assessment-canvas-react .editonly-matching-prompt-reused-answer__label,.question-picker-results-list .editonly-matching-prompt-reused-answer__label,.question-bank-edit-list .editonly-matching-prompt-reused-answer__label{color:#666;background-color:var(--palette-background-b2, #f8f8f8);padding-top:0.25rem}
.assessment-canvas-react .title-text,.question-picker-results-list .title-text,.question-bank-edit-list .title-text{font-weight:600}.assessment-canvas-react .editonly-pair,.assessment-canvas-react .editonly-pair__with-partial-credit,.question-picker-results-list .editonly-pair,.question-picker-results-list .editonly-pair__with-partial-credit,.question-bank-edit-list .editonly-pair,.question-bank-edit-list .editonly-pair__with-partial-credit{display:grid;grid-template-columns:1fr;row-gap:0.5rem}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-pair,.assessment-canvas-react .editonly-pair__with-partial-credit,.question-picker-results-list .editonly-pair,.question-picker-results-list .editonly-pair__with-partial-credit,.question-bank-edit-list .editonly-pair,.question-bank-edit-list .editonly-pair__with-partial-credit{-moz-column-gap:0.5rem;column-gap:0.5rem;grid-template-columns:2fr 3fr}}.assessment-canvas-react .editonly-pair__prompt-element,.assessment-canvas-react .editonly-pair__answer-element,.assessment-canvas-react .editonly-pair__partial-credit-element,.assessment-canvas-react .editonly-pair__with-partial-credit__prompt-element,.assessment-canvas-react .editonly-pair__with-partial-credit__answer-element,.assessment-canvas-react .editonly-pair__with-partial-credit__partial-credit-element,.question-picker-results-list .editonly-pair__prompt-element,.question-picker-results-list .editonly-pair__answer-element,.question-picker-results-list .editonly-pair__partial-credit-element,.question-picker-results-list .editonly-pair__with-partial-credit__prompt-element,.question-picker-results-list .editonly-pair__with-partial-credit__answer-element,.question-picker-results-list .editonly-pair__with-partial-credit__partial-credit-element,.question-bank-edit-list .editonly-pair__prompt-element,.question-bank-edit-list .editonly-pair__answer-element,.question-bank-edit-list .editonly-pair__partial-credit-element,.question-bank-edit-list .editonly-pair__with-partial-credit__prompt-element,.question-bank-edit-list .editonly-pair__with-partial-credit__answer-element,.question-bank-edit-list .editonly-pair__with-partial-credit__partial-credit-element{display:grid;grid-template-columns:1.25rem 1fr;gap:0.5rem;grid-template-rows:min-content min-content}.assessment-canvas-react .editonly-pair__prompt-element .bb-editor-root .ql-editor,.assessment-canvas-react .editonly-pair__answer-element .bb-editor-root .ql-editor,.assessment-canvas-react .editonly-pair__partial-credit-element .bb-editor-root .ql-editor,.assessment-canvas-react .editonly-pair__with-partial-credit__prompt-element .bb-editor-root .ql-editor,.assessment-canvas-react .editonly-pair__with-partial-credit__answer-element .bb-editor-root .ql-editor,.assessment-canvas-react .editonly-pair__with-partial-credit__partial-credit-element .bb-editor-root .ql-editor,.question-picker-results-list .editonly-pair__prompt-element .bb-editor-root .ql-editor,.question-picker-results-list .editonly-pair__answer-element .bb-editor-root .ql-editor,.question-picker-results-list .editonly-pair__partial-credit-element .bb-editor-root .ql-editor,.question-picker-results-list .editonly-pair__with-partial-credit__prompt-element .bb-editor-root .ql-editor,.question-picker-results-list .editonly-pair__with-partial-credit__answer-element .bb-editor-root .ql-editor,.question-picker-results-list .editonly-pair__with-partial-credit__partial-credit-element .bb-editor-root .ql-editor,.question-bank-edit-list .editonly-pair__prompt-element .bb-editor-root .ql-editor,.question-bank-edit-list .editonly-pair__answer-element .bb-editor-root .ql-editor,.question-bank-edit-list .editonly-pair__partial-credit-element .bb-editor-root .ql-editor,.question-bank-edit-list .editonly-pair__with-partial-credit__prompt-element .bb-editor-root .ql-editor,.question-bank-edit-list .editonly-pair__with-partial-credit__answer-element .bb-editor-root .ql-editor,.question-bank-edit-list .editonly-pair__with-partial-credit__partial-credit-element .bb-editor-root .ql-editor{min-height:0;line-height:1.6;padding:0.5rem 0.9375rem}.assessment-canvas-react .editonly-pair__prompt-element,.assessment-canvas-react .editonly-pair__with-partial-credit__prompt-element,.question-picker-results-list .editonly-pair__prompt-element,.question-picker-results-list .editonly-pair__with-partial-credit__prompt-element,.question-bank-edit-list .editonly-pair__prompt-element,.question-bank-edit-list .editonly-pair__with-partial-credit__prompt-element{grid-area:prompt;grid-template-areas:". headers" "position text"}.assessment-canvas-react .editonly-pair__prompt-element-headers,.assessment-canvas-react .editonly-pair__with-partial-credit__prompt-element-headers,.question-picker-results-list .editonly-pair__prompt-element-headers,.question-picker-results-list .editonly-pair__with-partial-credit__prompt-element-headers,.question-bank-edit-list .editonly-pair__prompt-element-headers,.question-bank-edit-list .editonly-pair__with-partial-credit__prompt-element-headers{grid-area:headers}.assessment-canvas-react .editonly-pair__prompt-element-index,.assessment-canvas-react .editonly-pair__with-partial-credit__prompt-element-index,.question-picker-results-list .editonly-pair__prompt-element-index,.question-picker-results-list .editonly-pair__with-partial-credit__prompt-element-index,.question-bank-edit-list .editonly-pair__prompt-element-index,.question-bank-edit-list .editonly-pair__with-partial-credit__prompt-element-index{grid-area:position}.assessment-canvas-react .editonly-pair__prompt-element-text,.assessment-canvas-react .editonly-pair__with-partial-credit__prompt-element-text,.question-picker-results-list .editonly-pair__prompt-element-text,.question-picker-results-list .editonly-pair__with-partial-credit__prompt-element-text,.question-bank-edit-list .editonly-pair__prompt-element-text,.question-bank-edit-list .editonly-pair__with-partial-credit__prompt-element-text{grid-area:text}.assessment-canvas-react .editonly-pair__prompt-element-text .bb-editor-root .ql-editor,.assessment-canvas-react .editonly-pair__with-partial-credit__prompt-element-text .bb-editor-root .ql-editor,.question-picker-results-list .editonly-pair__prompt-element-text .bb-editor-root .ql-editor,.question-picker-results-list .editonly-pair__with-partial-credit__prompt-element-text .bb-editor-root .ql-editor,.question-bank-edit-list .editonly-pair__prompt-element-text .bb-editor-root .ql-editor,.question-bank-edit-list .editonly-pair__with-partial-credit__prompt-element-text .bb-editor-root .ql-editor{min-height:0;line-height:1.6;padding:0.5rem 0.9375rem}.assessment-canvas-react .editonly-pair__answer-element,.assessment-canvas-react .editonly-pair__with-partial-credit__answer-element,.question-picker-results-list .editonly-pair__answer-element,.question-picker-results-list .editonly-pair__with-partial-credit__answer-element,.question-bank-edit-list .editonly-pair__answer-element,.question-bank-edit-list .editonly-pair__with-partial-credit__answer-element{grid-area:answer;grid-template-areas:". headers" ". text"}.assessment-canvas-react .editonly-pair__answer-element-headers,.assessment-canvas-react .editonly-pair__with-partial-credit__answer-element-headers,.question-picker-results-list .editonly-pair__answer-element-headers,.question-picker-results-list .editonly-pair__with-partial-credit__answer-element-headers,.question-bank-edit-list .editonly-pair__answer-element-headers,.question-bank-edit-list .editonly-pair__with-partial-credit__answer-element-headers{grid-area:headers}.assessment-canvas-react .editonly-pair__answer-element-text,.assessment-canvas-react .editonly-pair__with-partial-credit__answer-element-text,.question-picker-results-list .editonly-pair__answer-element-text,.question-picker-results-list .editonly-pair__with-partial-credit__answer-element-text,.question-bank-edit-list .editonly-pair__answer-element-text,.question-bank-edit-list .editonly-pair__with-partial-credit__answer-element-text{grid-area:text}.assessment-canvas-react .editonly-pair__answer-element-text .bb-editor-root .ql-editor,.assessment-canvas-react .editonly-pair__with-partial-credit__answer-element-text .bb-editor-root .ql-editor,.question-picker-results-list .editonly-pair__answer-element-text .bb-editor-root .ql-editor,.question-picker-results-list .editonly-pair__with-partial-credit__answer-element-text .bb-editor-root .ql-editor,.question-bank-edit-list .editonly-pair__answer-element-text .bb-editor-root .ql-editor,.question-bank-edit-list .editonly-pair__with-partial-credit__answer-element-text .bb-editor-root .ql-editor{min-height:0;line-height:1.6;padding:0.5rem 0.9375rem}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-pair__answer-element,.assessment-canvas-react .editonly-pair__with-partial-credit__answer-element,.question-picker-results-list .editonly-pair__answer-element,.question-picker-results-list .editonly-pair__with-partial-credit__answer-element,.question-bank-edit-list .editonly-pair__answer-element,.question-bank-edit-list .editonly-pair__with-partial-credit__answer-element{grid-template-columns:1fr;grid-template-areas:"headers" "text"}}.assessment-canvas-react .editonly-pair__partial-credit-element,.assessment-canvas-react .editonly-pair__with-partial-credit__partial-credit-element,.question-picker-results-list .editonly-pair__partial-credit-element,.question-picker-results-list .editonly-pair__with-partial-credit__partial-credit-element,.question-bank-edit-list .editonly-pair__partial-credit-element,.question-bank-edit-list .editonly-pair__with-partial-credit__partial-credit-element{grid-area:partial;grid-template-rows:min-content;grid-template-areas:". inputs"}.assessment-canvas-react .editonly-pair__partial-credit-element-inputs,.assessment-canvas-react .editonly-pair__with-partial-credit__partial-credit-element-inputs,.question-picker-results-list .editonly-pair__partial-credit-element-inputs,.question-picker-results-list .editonly-pair__with-partial-credit__partial-credit-element-inputs,.question-bank-edit-list .editonly-pair__partial-credit-element-inputs,.question-bank-edit-list .editonly-pair__with-partial-credit__partial-credit-element-inputs{grid-area:inputs}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-pair__partial-credit-element,.assessment-canvas-react .editonly-pair__with-partial-credit__partial-credit-element,.question-picker-results-list .editonly-pair__partial-credit-element,.question-picker-results-list .editonly-pair__with-partial-credit__partial-credit-element,.question-bank-edit-list .editonly-pair__partial-credit-element,.question-bank-edit-list .editonly-pair__with-partial-credit__partial-credit-element{grid-template-columns:1fr}}.assessment-canvas-react .editonly-pair__partial-credit-pair,.assessment-canvas-react .editonly-pair__with-partial-credit__partial-credit-pair,.question-picker-results-list .editonly-pair__partial-credit-pair,.question-picker-results-list .editonly-pair__with-partial-credit__partial-credit-pair,.question-bank-edit-list .editonly-pair__partial-credit-pair,.question-bank-edit-list .editonly-pair__with-partial-credit__partial-credit-pair{display:grid;row-gap:0.5rem;flex:1 1}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-pair__partial-credit-pair,.assessment-canvas-react .editonly-pair__with-partial-credit__partial-credit-pair,.question-picker-results-list .editonly-pair__partial-credit-pair,.question-picker-results-list .editonly-pair__with-partial-credit__partial-credit-pair,.question-bank-edit-list .editonly-pair__partial-credit-pair,.question-bank-edit-list .editonly-pair__with-partial-credit__partial-credit-pair{flex:initial;grid-template-columns:1fr}}.assessment-canvas-react .editonly-pair__partial-credit-pair-container,.assessment-canvas-react .editonly-pair__with-partial-credit__partial-credit-pair-container,.question-picker-results-list .editonly-pair__partial-credit-pair-container,.question-picker-results-list .editonly-pair__with-partial-credit__partial-credit-pair-container,.question-bank-edit-list .editonly-pair__partial-credit-pair-container,.question-bank-edit-list .editonly-pair__with-partial-credit__partial-credit-pair-container{-moz-column-gap:0.5rem;column-gap:0.5rem}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-pair__partial-credit-pair-container,.assessment-canvas-react .editonly-pair__with-partial-credit__partial-credit-pair-container,.question-picker-results-list .editonly-pair__partial-credit-pair-container,.question-picker-results-list .editonly-pair__with-partial-credit__partial-credit-pair-container,.question-bank-edit-list .editonly-pair__partial-credit-pair-container,.question-bank-edit-list .editonly-pair__with-partial-credit__partial-credit-pair-container{margin-right:4.75rem}}.assessment-canvas-react .editonly-pair__partial-credit-item,.assessment-canvas-react .editonly-pair__with-partial-credit__partial-credit-item,.question-picker-results-list .editonly-pair__partial-credit-item,.question-picker-results-list .editonly-pair__with-partial-credit__partial-credit-item,.question-bank-edit-list .editonly-pair__partial-credit-item,.question-bank-edit-list .editonly-pair__with-partial-credit__partial-credit-item{flex:1 1}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-pair__partial-credit-item,.assessment-canvas-react .editonly-pair__with-partial-credit__partial-credit-item,.question-picker-results-list .editonly-pair__partial-credit-item,.question-picker-results-list .editonly-pair__with-partial-credit__partial-credit-item,.question-bank-edit-list .editonly-pair__partial-credit-item,.question-bank-edit-list .editonly-pair__with-partial-credit__partial-credit-item{flex:initial;min-width:5.625rem}}.assessment-canvas-react .editonly-pair__one-grid-row,.assessment-canvas-react .editonly-pair__with-partial-credit__one-grid-row,.question-picker-results-list .editonly-pair__one-grid-row,.question-picker-results-list .editonly-pair__with-partial-credit__one-grid-row,.question-bank-edit-list .editonly-pair__one-grid-row,.question-bank-edit-list .editonly-pair__with-partial-credit__one-grid-row{grid-template-rows:min-content;row-gap:initial}.assessment-canvas-react .editonly-pair__no-reusable-and-delete,.assessment-canvas-react .editonly-pair__with-partial-credit__no-reusable-and-delete,.question-picker-results-list .editonly-pair__no-reusable-and-delete,.question-picker-results-list .editonly-pair__with-partial-credit__no-reusable-and-delete,.question-bank-edit-list .editonly-pair__no-reusable-and-delete,.question-bank-edit-list .editonly-pair__with-partial-credit__no-reusable-and-delete{margin-right:0}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-pair__input-container,.assessment-canvas-react .editonly-pair__with-partial-credit__input-container,.question-picker-results-list .editonly-pair__input-container,.question-picker-results-list .editonly-pair__with-partial-credit__input-container,.question-bank-edit-list .editonly-pair__input-container,.question-bank-edit-list .editonly-pair__with-partial-credit__input-container{flex:initial;width:5.625rem}}.assessment-canvas-react .editonly-pair__one-grid-row,.assessment-canvas-react .editonly-pair__with-partial-credit__one-grid-row,.question-picker-results-list .editonly-pair__one-grid-row,.question-picker-results-list .editonly-pair__with-partial-credit__one-grid-row,.question-bank-edit-list .editonly-pair__one-grid-row,.question-bank-edit-list .editonly-pair__with-partial-credit__one-grid-row{grid-template-rows:min-content;row-gap:initial}.assessment-canvas-react .editonly-pair__no-reusable-and-delete,.assessment-canvas-react .editonly-pair__with-partial-credit__no-reusable-and-delete,.question-picker-results-list .editonly-pair__no-reusable-and-delete,.question-picker-results-list .editonly-pair__with-partial-credit__no-reusable-and-delete,.question-bank-edit-list .editonly-pair__no-reusable-and-delete,.question-bank-edit-list .editonly-pair__with-partial-credit__no-reusable-and-delete{margin-right:0}.assessment-canvas-react .editonly-pair,.question-picker-results-list .editonly-pair,.question-bank-edit-list .editonly-pair{grid-template-rows:min-content min-content;grid-template-areas:"prompt" "answer"}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-pair,.question-picker-results-list .editonly-pair,.question-bank-edit-list .editonly-pair{grid-template-areas:"prompt answer";row-gap:initial;grid-template-rows:min-content;grid-template-columns:2fr 3fr}}.assessment-canvas-react .editonly-pair__with-partial-credit,.question-picker-results-list .editonly-pair__with-partial-credit,.question-bank-edit-list .editonly-pair__with-partial-credit{grid-template-areas:"prompt" "answer" "partial";grid-template-rows:min-content min-content}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-pair__with-partial-credit,.question-picker-results-list .editonly-pair__with-partial-credit,.question-bank-edit-list .editonly-pair__with-partial-credit{grid-template-areas:"prompt answer" "partial partial"}}.assessment-canvas-react .editonly-pair,.question-picker-results-list .editonly-pair,.question-bank-edit-list .editonly-pair{grid-template-rows:min-content min-content;grid-template-areas:"prompt" "answer"}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-pair,.question-picker-results-list .editonly-pair,.question-bank-edit-list .editonly-pair{grid-template-areas:"prompt answer";row-gap:initial;grid-template-rows:min-content;grid-template-columns:2fr 3fr}}.assessment-canvas-react .editonly-pair__with-partial-credit,.question-picker-results-list .editonly-pair__with-partial-credit,.question-bank-edit-list .editonly-pair__with-partial-credit{grid-template-areas:"prompt" "answer" "partial";grid-template-rows:min-content min-content}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-pair__with-partial-credit,.question-picker-results-list .editonly-pair__with-partial-credit,.question-bank-edit-list .editonly-pair__with-partial-credit{grid-template-areas:"prompt answer" "partial partial"}}.assessment-canvas-react .keyboard-tooltip-container .keyboard-tooltip,.question-picker-results-list .keyboard-tooltip-container .keyboard-tooltip,.question-bank-edit-list .keyboard-tooltip-container .keyboard-tooltip{bottom:auto;top:100%}
.assessment-canvas-react .editonly-matching__container,.question-picker-results-list .editonly-matching__container,.question-bank-edit-list .editonly-matching__container{padding:1rem;margin-top:0.5rem;background-color:var(--palette-background-b2, #f8f8f8);border:1px solid var(--palette-border-main, #cdcdcd);border-radius:0 0 2px 2px}.assessment-canvas-react .editonly-matching__element-container,.question-picker-results-list .editonly-matching__element-container,.question-bank-edit-list .editonly-matching__element-container{display:flex;flex-direction:column;margin:0 0 2.0625rem 0}.assessment-canvas-react .editonly-matching__element-container li.editonly-pair:not(:last-child),.assessment-canvas-react .editonly-matching__element-container li.editonly-pair__with-partial-credit:not(:last-child),.question-picker-results-list .editonly-matching__element-container li.editonly-pair:not(:last-child),.question-picker-results-list .editonly-matching__element-container li.editonly-pair__with-partial-credit:not(:last-child),.question-bank-edit-list .editonly-matching__element-container li.editonly-pair:not(:last-child),.question-bank-edit-list .editonly-matching__element-container li.editonly-pair__with-partial-credit:not(:last-child){margin-bottom:2.0625rem}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-matching__element-container,.question-picker-results-list .editonly-matching__element-container,.question-bank-edit-list .editonly-matching__element-container{margin:0 0 1.25rem 0}.assessment-canvas-react .editonly-matching__element-container li.editonly-pair:not(:last-child),.assessment-canvas-react .editonly-matching__element-container li.editonly-pair__with-partial-credit:not(:last-child),.question-picker-results-list .editonly-matching__element-container li.editonly-pair:not(:last-child),.question-picker-results-list .editonly-matching__element-container li.editonly-pair__with-partial-credit:not(:last-child),.question-bank-edit-list .editonly-matching__element-container li.editonly-pair:not(:last-child),.question-bank-edit-list .editonly-matching__element-container li.editonly-pair__with-partial-credit:not(:last-child){margin-bottom:1.25rem}}.assessment-canvas-react .editonly-matching__list-item,.question-picker-results-list .editonly-matching__list-item,.question-bank-edit-list .editonly-matching__list-item{margin-bottom:1.25rem}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-matching__list-item,.question-picker-results-list .editonly-matching__list-item,.question-bank-edit-list .editonly-matching__list-item{margin-bottom:0.625rem}}.assessment-canvas-react .editonly-matching__list-item:last-child,.question-picker-results-list .editonly-matching__list-item:last-child,.question-bank-edit-list .editonly-matching__list-item:last-child{margin-bottom:0}.assessment-canvas-react .editonly-matching__list-item:last-child .editonly-matching-prompt-answer-pair__prompt-answer-wrapper,.question-picker-results-list .editonly-matching__list-item:last-child .editonly-matching-prompt-answer-pair__prompt-answer-wrapper,.question-bank-edit-list .editonly-matching__list-item:last-child .editonly-matching-prompt-answer-pair__prompt-answer-wrapper{border-bottom:none}.assessment-canvas-react .editonly-matching__actions-container,.question-picker-results-list .editonly-matching__actions-container,.question-bank-edit-list .editonly-matching__actions-container{display:grid;grid-template-columns:1fr;margin-left:1.75rem;padding-bottom:1rem;width:100%}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-matching__actions-container,.question-picker-results-list .editonly-matching__actions-container,.question-bank-edit-list .editonly-matching__actions-container{grid-template-columns:2fr 3fr;-moz-column-gap:0.5rem;column-gap:0.5rem;justify-content:space-between;padding-bottom:1.25rem;margin-left:0}}.assessment-canvas-react .editonly-matching__add-pair,.question-picker-results-list .editonly-matching__add-pair,.question-bank-edit-list .editonly-matching__add-pair{font-weight:600}.assessment-canvas-react .editonly-matching__add-pair-container,.question-picker-results-list .editonly-matching__add-pair-container,.question-bank-edit-list .editonly-matching__add-pair-container{display:flex;align-items:flex-start}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-matching__add-pair-container,.question-picker-results-list .editonly-matching__add-pair-container,.question-bank-edit-list .editonly-matching__add-pair-container{margin-left:1.75rem}}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-matching__action,.question-picker-results-list .editonly-matching__action,.question-bank-edit-list .editonly-matching__action{width:calc(50% - 0.625rem)}}.assessment-canvas-react .editonly-matching__distractors,.question-picker-results-list .editonly-matching__distractors,.question-bank-edit-list .editonly-matching__distractors{display:grid;grid-template-columns:1fr;grid-template-areas:"distractors"}.assessment-canvas-react .editonly-matching__distractors-area,.question-picker-results-list .editonly-matching__distractors-area,.question-bank-edit-list .editonly-matching__distractors-area{grid-area:distractors}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-matching__distractors,.question-picker-results-list .editonly-matching__distractors,.question-bank-edit-list .editonly-matching__distractors{grid-template-areas:". distractors";grid-template-columns:2fr 3fr;gap:0.5rem}}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-matching__distractors-list,.question-picker-results-list .editonly-matching__distractors-list,.question-bank-edit-list .editonly-matching__distractors-list{display:flex;flex-direction:column}}.assessment-canvas-react .editonly-matching__distractors-list-label,.question-picker-results-list .editonly-matching__distractors-list-label,.question-bank-edit-list .editonly-matching__distractors-list-label{margin:0 0 1.25rem 1.75rem}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-matching__distractors-list-label,.question-picker-results-list .editonly-matching__distractors-list-label,.question-bank-edit-list .editonly-matching__distractors-list-label{margin-left:0}}.assessment-canvas-react .editonly-matching__distractors-list-items,.question-picker-results-list .editonly-matching__distractors-list-items,.question-bank-edit-list .editonly-matching__distractors-list-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;row-gap:1.25rem}.assessment-canvas-react .editonly-matching__distractors-list-items-item,.question-picker-results-list .editonly-matching__distractors-list-items-item,.question-bank-edit-list .editonly-matching__distractors-list-items-item{margin-top:0.625rem}.assessment-canvas-react .editonly-matching__distractors-list-items-item:first-child,.question-picker-results-list .editonly-matching__distractors-list-items-item:first-child,.question-bank-edit-list .editonly-matching__distractors-list-items-item:first-child{margin-top:0}.assessment-canvas-react .editonly-matching__distractor-actions,.question-picker-results-list .editonly-matching__distractor-actions,.question-bank-edit-list .editonly-matching__distractor-actions{margin:0.625rem 0 0 1.75rem}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-matching__distractor-actions-with-no-distractors,.question-picker-results-list .editonly-matching__distractor-actions-with-no-distractors,.question-bank-edit-list .editonly-matching__distractor-actions-with-no-distractors{margin-left:0}}.assessment-canvas-react .editonly-matching__add-distractor,.question-picker-results-list .editonly-matching__add-distractor,.question-bank-edit-list .editonly-matching__add-distractor{font-weight:600}.assessment-canvas-react .editonly-matching__pairs,.question-picker-results-list .editonly-matching__pairs,.question-bank-edit-list .editonly-matching__pairs{padding:1.25rem 0.625rem}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-matching__pairs,.question-picker-results-list .editonly-matching__pairs,.question-bank-edit-list .editonly-matching__pairs{padding:0 2.5rem 0 3.125rem}}.assessment-canvas-react .editonly-matching .bb-editor-container.is-read-only .bb-editor,.question-picker-results-list .editonly-matching .bb-editor-container.is-read-only .bb-editor,.question-bank-edit-list .editonly-matching .bb-editor-container.is-read-only .bb-editor{max-height:none}.assessment-canvas-react .editonly-matching .rounded-editor .bb-editor-root .ql-container,.question-picker-results-list .editonly-matching .rounded-editor .bb-editor-root .ql-container,.question-bank-edit-list .editonly-matching .rounded-editor .bb-editor-root .ql-container{border-radius:2px}.assessment-canvas-react .editonly-matching .bb-editor-root .ql-container,.question-picker-results-list .editonly-matching .bb-editor-root .ql-container,.question-bank-edit-list .editonly-matching .bb-editor-root .ql-container{border-radius:0}.assessment-canvas-react .editonly-matching__partial-credit-options,.question-picker-results-list .editonly-matching__partial-credit-options,.question-bank-edit-list .editonly-matching__partial-credit-options{margin:0.75rem 0}.assessment-canvas-react .editonly-matching__question-legend,.question-picker-results-list .editonly-matching__question-legend,.question-bank-edit-list .editonly-matching__question-legend{margin:1rem 0 0.75rem}.assessment-canvas-react .editonly-matching__instructions-legend,.question-picker-results-list .editonly-matching__instructions-legend,.question-bank-edit-list .editonly-matching__instructions-legend{margin:1rem 0 0.25rem}.assessment-canvas-react .editonly-matching__invalid-sum-partial-credit,.question-picker-results-list .editonly-matching__invalid-sum-partial-credit,.question-bank-edit-list .editonly-matching__invalid-sum-partial-credit{font-size:.875rem}.assessment-canvas-react .editonly-matching__invalid-sum-partial-credit-container,.question-picker-results-list .editonly-matching__invalid-sum-partial-credit-container,.question-bank-edit-list .editonly-matching__invalid-sum-partial-credit-container{display:flex;color:var(--palette-error-main, #c23e37);align-items:center;margin-top:1.25rem}@media only screen and (min-width:40em){.assessment-canvas-react .editonly-matching__invalid-sum-partial-credit-container,.question-picker-results-list .editonly-matching__invalid-sum-partial-credit-container,.question-bank-edit-list .editonly-matching__invalid-sum-partial-credit-container{justify-content:flex-end}}.assessment-canvas-react .editonly-matching__invalid-sum-partial-credit-icon-container,.question-picker-results-list .editonly-matching__invalid-sum-partial-credit-icon-container,.question-bank-edit-list .editonly-matching__invalid-sum-partial-credit-icon-container{display:flex;justify-content:center;align-items:center;position:relative;top:0.0625rem;margin-right:0.25rem}.assessment-canvas-react .separator,.question-picker-results-list .separator,.question-bank-edit-list .separator{display:none}@media only screen and (min-width:40em){.assessment-canvas-react .separator,.question-picker-results-list .separator,.question-bank-edit-list .separator{display:block;border-top:1px solid var(--palette-border-main, #cdcdcd)}}
.assessment-canvas-react .readonly-matching-prompt-reused-answer,.question-picker-results-list .readonly-matching-prompt-reused-answer,.question-bank-edit-list .readonly-matching-prompt-reused-answer{min-height:2.5rem;width:100%}.assessment-canvas-react .readonly-matching-prompt-reused-answer__wrapper,.question-picker-results-list .readonly-matching-prompt-reused-answer__wrapper,.question-bank-edit-list .readonly-matching-prompt-reused-answer__wrapper{background-color:var(--palette-background-b4, #e5e5e5);border:1px solid #e5e5e5;border-radius:2px;padding:0 0.75rem;display:flex;gap:0.75rem;align-items:center}.assessment-canvas-react .readonly-matching-prompt-reused-answer__wrapper .bb-editor-wrapper,.question-picker-results-list .readonly-matching-prompt-reused-answer__wrapper .bb-editor-wrapper,.question-bank-edit-list .readonly-matching-prompt-reused-answer__wrapper .bb-editor-wrapper{flex:1;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.assessment-canvas-react .readonly-matching-prompt-reused-answer__icon,.question-picker-results-list .readonly-matching-prompt-reused-answer__icon,.question-bank-edit-list .readonly-matching-prompt-reused-answer__icon{color:#666}.assessment-canvas-react .readonly-matching-prompt-reused-answer__label,.question-picker-results-list .readonly-matching-prompt-reused-answer__label,.question-bank-edit-list .readonly-matching-prompt-reused-answer__label{color:#666;padding-top:0.25rem}
.readonly-matching-answer{width:100%}.readonly-matching-answer .bb-editor-root .ql-editor{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;min-height:0;line-height:1.6;padding:0.5rem 0.75rem}.readonly-matching-answer--no-reused{padding:0 0.75rem;border-radius:2px;display:flex;align-items:center;background-color:var(--palette-background-b4, #e5e5e5)}.readonly-matching-answer--no-reused .bb-editor-wrapper.read-only .bb-editor-root .ql-editor div:nth-last-child(2)+p:nth-last-child(1)>br:only-child{display:none}.readonly-matching-answer--no-reused .readonly-matching-answer__text{flex:1;min-width:0}
.assessment-canvas-react .prompt-answer-pair,.question-picker-results-list .prompt-answer-pair,.question-bank-edit-list .prompt-answer-pair{display:flex;flex-direction:column;gap:0.5rem}.assessment-canvas-react .readonly-matching-prompt-answer-pair__element,.question-picker-results-list .readonly-matching-prompt-answer-pair__element,.question-bank-edit-list .readonly-matching-prompt-answer-pair__element{width:100%}.assessment-canvas-react .readonly-matching-prompt-answer-pair__element .bb-editor-root .ql-editor,.question-picker-results-list .readonly-matching-prompt-answer-pair__element .bb-editor-root .ql-editor,.question-bank-edit-list .readonly-matching-prompt-answer-pair__element .bb-editor-root .ql-editor{min-height:0;line-height:1.6;padding:0.5rem 0.9375rem}.assessment-canvas-react .readonly-matching-prompt-answer-pair .prompt-answer-wrapper,.question-picker-results-list .readonly-matching-prompt-answer-pair .prompt-answer-wrapper,.question-bank-edit-list .readonly-matching-prompt-answer-pair .prompt-answer-wrapper{padding-bottom:0;gap:0.75rem}@media only screen and (min-width:40em){.assessment-canvas-react .readonly-matching-prompt-answer-pair .prompt-answer-wrapper .prompt-wrapper,.question-picker-results-list .readonly-matching-prompt-answer-pair .prompt-answer-wrapper .prompt-wrapper,.question-bank-edit-list .readonly-matching-prompt-answer-pair .prompt-answer-wrapper .prompt-wrapper{width:40%}}@media only screen and (min-width:40em){.assessment-canvas-react .readonly-matching-prompt-answer-pair .prompt-answer-wrapper .answer-wrapper,.question-picker-results-list .readonly-matching-prompt-answer-pair .prompt-answer-wrapper .answer-wrapper,.question-bank-edit-list .readonly-matching-prompt-answer-pair .prompt-answer-wrapper .answer-wrapper{width:60%}}.assessment-canvas-react .readonly-matching-prompt-answer-pair__element-index,.question-picker-results-list .readonly-matching-prompt-answer-pair__element-index,.question-bank-edit-list .readonly-matching-prompt-answer-pair__element-index{display:flex;align-items:center;justify-content:center;height:1.5rem;width:1.5rem;flex-shrink:0;font-weight:700;border:2px solid var(--palette-text-primary, #262626);border-radius:12px;margin-top:0.5625rem}.assessment-canvas-react .readonly-matching-prompt-answer-pair__element-prompt,.question-picker-results-list .readonly-matching-prompt-answer-pair__element-prompt,.question-bank-edit-list .readonly-matching-prompt-answer-pair__element-prompt{display:flex;gap:0.625rem;padding:0 0.625rem;border-radius:2px;background-color:var(--palette-background-b4, #e5e5e5)}.assessment-canvas-react .readonly-matching-prompt-answer-pair__element-prompt .bb-editor-wrapper.read-only .bb-editor-root .ql-editor div:nth-last-child(2)+p:nth-last-child(1)>br:only-child,.question-picker-results-list .readonly-matching-prompt-answer-pair__element-prompt .bb-editor-wrapper.read-only .bb-editor-root .ql-editor div:nth-last-child(2)+p:nth-last-child(1)>br:only-child,.question-bank-edit-list .readonly-matching-prompt-answer-pair__element-prompt .bb-editor-wrapper.read-only .bb-editor-root .ql-editor div:nth-last-child(2)+p:nth-last-child(1)>br:only-child{display:none}@media only screen and (min-width:40em){.assessment-canvas-react .readonly-matching-prompt-answer-pair__element-prompt,.question-picker-results-list .readonly-matching-prompt-answer-pair__element-prompt,.question-bank-edit-list .readonly-matching-prompt-answer-pair__element-prompt{margin-right:0.75rem}}.assessment-canvas-react .readonly-matching-prompt-answer-pair__element-answer-label,.assessment-canvas-react .readonly-matching-prompt-answer-pair__element-prompt-label,.question-picker-results-list .readonly-matching-prompt-answer-pair__element-answer-label,.question-picker-results-list .readonly-matching-prompt-answer-pair__element-prompt-label,.question-bank-edit-list .readonly-matching-prompt-answer-pair__element-answer-label,.question-bank-edit-list .readonly-matching-prompt-answer-pair__element-prompt-label{margin:0.5rem 0 0.25rem 0}@media only screen and (min-width:40em){.assessment-canvas-react .readonly-matching-prompt-answer-pair__element-answer-label,.assessment-canvas-react .readonly-matching-prompt-answer-pair__element-prompt-label,.question-picker-results-list .readonly-matching-prompt-answer-pair__element-answer-label,.question-picker-results-list .readonly-matching-prompt-answer-pair__element-prompt-label,.question-bank-edit-list .readonly-matching-prompt-answer-pair__element-answer-label,.question-bank-edit-list .readonly-matching-prompt-answer-pair__element-prompt-label{margin-top:0}}.assessment-canvas-react .readonly-matching-prompt-answer-pair__text,.question-picker-results-list .readonly-matching-prompt-answer-pair__text,.question-bank-edit-list .readonly-matching-prompt-answer-pair__text{min-width:0}.assessment-canvas-react .readonly-matching-prompt-answer-pair .partial-and-negative-credit-wrapper,.question-picker-results-list .readonly-matching-prompt-answer-pair .partial-and-negative-credit-wrapper,.question-bank-edit-list .readonly-matching-prompt-answer-pair .partial-and-negative-credit-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:0.25rem}@media only screen and (min-width:40em){.assessment-canvas-react .readonly-matching-prompt-answer-pair .partial-and-negative-credit-wrapper,.question-picker-results-list .readonly-matching-prompt-answer-pair .partial-and-negative-credit-wrapper,.question-bank-edit-list .readonly-matching-prompt-answer-pair .partial-and-negative-credit-wrapper{flex-direction:row;justify-content:flex-end;gap:1.25rem}}.assessment-canvas-react .keyboard-tooltip-container .keyboard-tooltip,.question-picker-results-list .keyboard-tooltip-container .keyboard-tooltip,.question-bank-edit-list .keyboard-tooltip-container .keyboard-tooltip{bottom:auto;top:100%}
.assessment-canvas-react .readonly-matching-distractor,.question-picker-results-list .readonly-matching-distractor,.question-bank-edit-list .readonly-matching-distractor{display:flex;align-items:flex-start}.assessment-canvas-react .readonly-matching-distractor__element-index,.question-picker-results-list .readonly-matching-distractor__element-index,.question-bank-edit-list .readonly-matching-distractor__element-index{display:flex;align-items:center;justify-content:center;height:1.5rem;width:1.5rem;flex-shrink:0;font-weight:700;border:2px solid var(--palette-text-primary, #262626);border-radius:12px;margin-top:0.5625rem}.assessment-canvas-react .readonly-matching-distractor__answer,.question-picker-results-list .readonly-matching-distractor__answer,.question-bank-edit-list .readonly-matching-distractor__answer{width:100%;display:flex;gap:0.625rem;padding:0 0.625rem;border-radius:2px;min-height:2.5rem;background-color:var(--palette-background-b4, #e5e5e5)}.assessment-canvas-react .readonly-matching-distractor__text,.question-picker-results-list .readonly-matching-distractor__text,.question-bank-edit-list .readonly-matching-distractor__text{flex:1;min-width:0}
.assessment-canvas-react .readonly-matching__column-titles-container,.question-picker-results-list .readonly-matching__column-titles-container,.question-bank-edit-list .readonly-matching__column-titles-container{padding:0.625rem 0;font-weight:600}@media only screen and (min-width:40em){.assessment-canvas-react .readonly-matching__column-titles-container,.question-picker-results-list .readonly-matching__column-titles-container,.question-bank-edit-list .readonly-matching__column-titles-container{display:flex;justify-content:space-between;gap:0.75rem}}@media only screen and (min-width:40em){.assessment-canvas-react .readonly-matching__column-prompts-title,.question-picker-results-list .readonly-matching__column-prompts-title,.question-bank-edit-list .readonly-matching__column-prompts-title{width:40%}}@media only screen and (min-width:40em){.assessment-canvas-react .readonly-matching__column-answers-title,.question-picker-results-list .readonly-matching__column-answers-title,.question-bank-edit-list .readonly-matching__column-answers-title{width:60%}}.assessment-canvas-react .readonly-matching__list,.question-picker-results-list .readonly-matching__list,.question-bank-edit-list .readonly-matching__list{list-style:none;padding:0;margin:0}.assessment-canvas-react .readonly-matching__list-item,.question-picker-results-list .readonly-matching__list-item,.question-bank-edit-list .readonly-matching__list-item{margin-bottom:1.5rem}@media only screen and (min-width:40em){.assessment-canvas-react .readonly-matching__list-item,.question-picker-results-list .readonly-matching__list-item,.question-bank-edit-list .readonly-matching__list-item{margin-bottom:1rem}}.assessment-canvas-react .readonly-matching__list-item:last-child,.question-picker-results-list .readonly-matching__list-item:last-child,.question-bank-edit-list .readonly-matching__list-item:last-child{margin-bottom:0}.assessment-canvas-react .readonly-matching__list-item:last-child .matching-prompt-answer-pair__prompt-answer-wrapper,.question-picker-results-list .readonly-matching__list-item:last-child .matching-prompt-answer-pair__prompt-answer-wrapper,.question-bank-edit-list .readonly-matching__list-item:last-child .matching-prompt-answer-pair__prompt-answer-wrapper{border-bottom:none}.assessment-canvas-react .readonly-matching__distractors,.question-picker-results-list .readonly-matching__distractors,.question-bank-edit-list .readonly-matching__distractors{padding:1rem 0 0}@media only screen and (min-width:40em){.assessment-canvas-react .readonly-matching__distractors,.question-picker-results-list .readonly-matching__distractors,.question-bank-edit-list .readonly-matching__distractors{padding-left:0.75rem}}@media only screen and (min-width:40em){.assessment-canvas-react .readonly-matching__distractors-list,.question-picker-results-list .readonly-matching__distractors-list,.question-bank-edit-list .readonly-matching__distractors-list{display:flex;flex-direction:column;align-items:flex-end}}.assessment-canvas-react .readonly-matching__distractors-list-label,.question-picker-results-list .readonly-matching__distractors-list-label,.question-bank-edit-list .readonly-matching__distractors-list-label{font-weight:600;margin-bottom:1.25rem}@media only screen and (min-width:40em){.assessment-canvas-react .readonly-matching__distractors-list-label,.question-picker-results-list .readonly-matching__distractors-list-label,.question-bank-edit-list .readonly-matching__distractors-list-label{width:60%}}@media only screen and (min-width:40em){.assessment-canvas-react .readonly-matching__distractors-list-items,.question-picker-results-list .readonly-matching__distractors-list-items,.question-bank-edit-list .readonly-matching__distractors-list-items{width:60%}}.assessment-canvas-react .readonly-matching__distractors-list-items-item,.question-picker-results-list .readonly-matching__distractors-list-items-item,.question-bank-edit-list .readonly-matching__distractors-list-items-item{margin-top:1.125rem}.assessment-canvas-react .readonly-matching__distractors-list-items-item:first-child,.question-picker-results-list .readonly-matching__distractors-list-items-item:first-child,.question-bank-edit-list .readonly-matching__distractors-list-items-item:first-child{margin-top:0}.assessment-canvas-react .readonly-matching .bb-editor-container.is-read-only .bb-editor,.question-picker-results-list .readonly-matching .bb-editor-container.is-read-only .bb-editor,.question-bank-edit-list .readonly-matching .bb-editor-container.is-read-only .bb-editor{max-height:none}.assessment-canvas-react .readonly-matching .bb-editor-root .ql-editor,.question-picker-results-list .readonly-matching .bb-editor-root .ql-editor,.question-bank-edit-list .readonly-matching .bb-editor-root .ql-editor{min-height:0;padding-left:0}
.assessment-canvas-react .multiple-answer-li,.question-picker-results-list .multiple-answer-li,.question-bank-edit-list .multiple-answer-li{flex:1;min-width:0}.assessment-canvas-react .multiple-answer-li__answer,.question-picker-results-list .multiple-answer-li__answer,.question-bank-edit-list .multiple-answer-li__answer{display:flex;justify-content:flex-end}.assessment-canvas-react .multiple-answer-li__answer .question-multiple-answer-checkbox,.question-picker-results-list .multiple-answer-li__answer .question-multiple-answer-checkbox,.question-bank-edit-list .multiple-answer-li__answer .question-multiple-answer-checkbox{height:2.375rem;margin:0;display:flex;align-items:center}.assessment-canvas-react .multiple-answer-li__answer.partial-and-negative-credit,.question-picker-results-list .multiple-answer-li__answer.partial-and-negative-credit,.question-bank-edit-list .multiple-answer-li__answer.partial-and-negative-credit{display:grid;grid-template-columns:auto auto 1fr;grid-row-gap:0.5rem;grid-template-areas:"checkbox text text" ". percentage actions"}@media only screen and (min-width:40em){.assessment-canvas-react .multiple-answer-li__answer.partial-and-negative-credit,.question-picker-results-list .multiple-answer-li__answer.partial-and-negative-credit,.question-bank-edit-list .multiple-answer-li__answer.partial-and-negative-credit{display:flex}}.assessment-canvas-react .multiple-answer-li__answer.partial-and-negative-credit .question-multiple-answer-checkbox,.question-picker-results-list .multiple-answer-li__answer.partial-and-negative-credit .question-multiple-answer-checkbox,.question-bank-edit-list .multiple-answer-li__answer.partial-and-negative-credit .question-multiple-answer-checkbox{grid-area:checkbox}.assessment-canvas-react .multiple-answer-li__answer.partial-and-negative-credit .multiple-answer-li__text,.question-picker-results-list .multiple-answer-li__answer.partial-and-negative-credit .multiple-answer-li__text,.question-bank-edit-list .multiple-answer-li__answer.partial-and-negative-credit .multiple-answer-li__text{grid-area:text}.assessment-canvas-react .multiple-answer-li__answer.partial-and-negative-credit .multiple-answer-li__percentage,.question-picker-results-list .multiple-answer-li__answer.partial-and-negative-credit .multiple-answer-li__percentage,.question-bank-edit-list .multiple-answer-li__answer.partial-and-negative-credit .multiple-answer-li__percentage{grid-area:percentage}.assessment-canvas-react .multiple-answer-li__answer.partial-and-negative-credit .multiple-answer-li__actions,.question-picker-results-list .multiple-answer-li__answer.partial-and-negative-credit .multiple-answer-li__actions,.question-bank-edit-list .multiple-answer-li__answer.partial-and-negative-credit .multiple-answer-li__actions{grid-area:actions}.assessment-canvas-react .multiple-answer-li__answer.partial-and-negative-credit .multiple-answer-li__actions>div.drag-button,.assessment-canvas-react .multiple-answer-li__answer.partial-and-negative-credit .multiple-answer-li__actions>button,.question-picker-results-list .multiple-answer-li__answer.partial-and-negative-credit .multiple-answer-li__actions>div.drag-button,.question-picker-results-list .multiple-answer-li__answer.partial-and-negative-credit .multiple-answer-li__actions>button,.question-bank-edit-list .multiple-answer-li__answer.partial-and-negative-credit .multiple-answer-li__actions>div.drag-button,.question-bank-edit-list .multiple-answer-li__answer.partial-and-negative-credit .multiple-answer-li__actions>button{display:inline-flex}.assessment-canvas-react .multiple-answer-li__answer.is-knowledge-check,.question-picker-results-list .multiple-answer-li__answer.is-knowledge-check,.question-bank-edit-list .multiple-answer-li__answer.is-knowledge-check{flex-direction:column-reverse;align-items:flex-start}.assessment-canvas-react .multiple-answer-li__answer.is-knowledge-check .answer-feedback-container,.question-picker-results-list .multiple-answer-li__answer.is-knowledge-check .answer-feedback-container,.question-bank-edit-list .multiple-answer-li__answer.is-knowledge-check .answer-feedback-container{flex-direction:column-reverse}.assessment-canvas-react .multiple-answer-li__answer.is-knowledge-check .multiple-answer-li__correct,.question-picker-results-list .multiple-answer-li__answer.is-knowledge-check .multiple-answer-li__correct,.question-bank-edit-list .multiple-answer-li__answer.is-knowledge-check .multiple-answer-li__correct{padding-inline-start:unset;padding-block-end:0.5rem}.assessment-canvas-react .multiple-answer-li__answer.is-knowledge-check .multiple-answer-li__percentageLabel,.question-picker-results-list .multiple-answer-li__answer.is-knowledge-check .multiple-answer-li__percentageLabel,.question-bank-edit-list .multiple-answer-li__answer.is-knowledge-check .multiple-answer-li__percentageLabel{background:inherit;justify-content:unset}.assessment-canvas-react .multiple-answer-li__answer.is-knowledge-check .bb-editor-container.ql-container.is-read-only .ql-editor,.question-picker-results-list .multiple-answer-li__answer.is-knowledge-check .bb-editor-container.ql-container.is-read-only .ql-editor,.question-bank-edit-list .multiple-answer-li__answer.is-knowledge-check .bb-editor-container.ql-container.is-read-only .ql-editor{padding-block-start:0}.assessment-canvas-react .multiple-answer-li__answer.is-knowledge-check .correct-answer-text-container,.question-picker-results-list .multiple-answer-li__answer.is-knowledge-check .correct-answer-text-container,.question-bank-edit-list .multiple-answer-li__answer.is-knowledge-check .correct-answer-text-container{display:none;color:var(--palette-success-main, #007d2c)}.assessment-canvas-react .multiple-answer-li__answer.is-knowledge-check .correct-text-container,.question-picker-results-list .multiple-answer-li__answer.is-knowledge-check .correct-text-container,.question-bank-edit-list .multiple-answer-li__answer.is-knowledge-check .correct-text-container{display:inline;color:var(--palette-success-main, #007d2c)}@container (inline-size > 220px){.assessment-canvas-react .multiple-answer-li__answer.is-knowledge-check .correct-answer-text-container,.question-picker-results-list .multiple-answer-li__answer.is-knowledge-check .correct-answer-text-container,.question-bank-edit-list .multiple-answer-li__answer.is-knowledge-check .correct-answer-text-container{display:inline}.assessment-canvas-react .multiple-answer-li__answer.is-knowledge-check .correct-text-container,.question-picker-results-list .multiple-answer-li__answer.is-knowledge-check .correct-text-container,.question-bank-edit-list .multiple-answer-li__answer.is-knowledge-check .correct-text-container{display:none}}.assessment-canvas-react .multiple-answer-li__answer .answer-feedback-container,.question-picker-results-list .multiple-answer-li__answer .answer-feedback-container,.question-bank-edit-list .multiple-answer-li__answer .answer-feedback-container{display:flex}.assessment-canvas-react .multiple-answer-li__text,.question-picker-results-list .multiple-answer-li__text,.question-bank-edit-list .multiple-answer-li__text{flex:1;min-width:0;padding-right:0.625rem}.assessment-canvas-react .multiple-answer-li__text.-is-clickable,.question-picker-results-list .multiple-answer-li__text.-is-clickable,.question-bank-edit-list .multiple-answer-li__text.-is-clickable{cursor:pointer}.assessment-canvas-react .multiple-answer-li__correct,.question-picker-results-list .multiple-answer-li__correct,.question-bank-edit-list .multiple-answer-li__correct{display:flex;align-items:center;padding:0 0.625rem 0 1.25rem;cursor:default}@media only screen and (max-width: 39.9375em){.assessment-canvas-react .multiple-answer-li__correct.partial-and-negative-credit,.question-picker-results-list .multiple-answer-li__correct.partial-and-negative-credit,.question-bank-edit-list .multiple-answer-li__correct.partial-and-negative-credit{display:none}}.assessment-canvas-react .multiple-answer-li__percentage,.question-picker-results-list .multiple-answer-li__percentage,.question-bank-edit-list .multiple-answer-li__percentage{margin:0 0.5rem}.assessment-canvas-react .multiple-answer-li__delete:not(:disabled),.question-picker-results-list .multiple-answer-li__delete:not(:disabled),.question-bank-edit-list .multiple-answer-li__delete:not(:disabled){color:var(--palette-text-secondary, #666666)}.assessment-canvas-react .multiple-answer-li__delete:hover,.question-picker-results-list .multiple-answer-li__delete:hover,.question-bank-edit-list .multiple-answer-li__delete:hover{cursor:pointer;color:var(--palette-text-primary, #262626)}.assessment-canvas-react .multiple-answer-li__dnd,.question-picker-results-list .multiple-answer-li__dnd,.question-bank-edit-list .multiple-answer-li__dnd{height:2.375rem;width:2.375rem;display:inline-flex;align-items:center;justify-content:center;color:var(--palette-text-secondary, #666666)}.assessment-canvas-react .multiple-answer-li__dnd:hover,.question-picker-results-list .multiple-answer-li__dnd:hover,.question-bank-edit-list .multiple-answer-li__dnd:hover{cursor:pointer;color:var(--palette-text-primary, #262626)}.assessment-canvas-react .multiple-answer-li__actions,.question-picker-results-list .multiple-answer-li__actions,.question-bank-edit-list .multiple-answer-li__actions{display:flex;align-items:flex-start}@media only screen and (max-width: 39.9375em){.assessment-canvas-react .multiple-answer-li--editor-focused,.question-picker-results-list .multiple-answer-li--editor-focused,.question-bank-edit-list .multiple-answer-li--editor-focused{display:none}}.assessment-canvas-react .multiple-answer__optionsHeader,.question-picker-results-list .multiple-answer__optionsHeader,.question-bank-edit-list .multiple-answer__optionsHeader{display:block}.assessment-canvas-react .multiple-answer__header,.question-picker-results-list .multiple-answer__header,.question-bank-edit-list .multiple-answer__header{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 5.375rem 0 3.375rem}.assessment-canvas-react .multiple-answer__header.without-correct-answer-selection,.question-picker-results-list .multiple-answer__header.without-correct-answer-selection,.question-bank-edit-list .multiple-answer__header.without-correct-answer-selection{padding-left:1.5rem}.assessment-canvas-react .multiple-answer__header.hasSubmissions,.question-picker-results-list .multiple-answer__header.hasSubmissions,.question-bank-edit-list .multiple-answer__header.hasSubmissions{padding-right:0.625rem}.assessment-canvas-react .multiple-answer__header.hasSubmissions .multiple-answer__header-percentages,.question-picker-results-list .multiple-answer__header.hasSubmissions .multiple-answer__header-percentages,.question-bank-edit-list .multiple-answer__header.hasSubmissions .multiple-answer__header-percentages{display:inline;width:6.375rem;text-align:center}.assessment-canvas-react .multiple-answer__header .multiple-answer__header-percentages,.question-picker-results-list .multiple-answer__header .multiple-answer__header-percentages,.question-bank-edit-list .multiple-answer__header .multiple-answer__header-percentages{display:none}@media only screen and (min-width:40em){.assessment-canvas-react .multiple-answer__header .multiple-answer__header-percentages,.question-picker-results-list .multiple-answer__header .multiple-answer__header-percentages,.question-bank-edit-list .multiple-answer__header .multiple-answer__header-percentages{display:inline;width:6.375rem;text-align:center}}.multiple-answer-li__percentageLabel{background:var(--palette-common-white, #ffffff);width:5rem;display:flex;justify-content:center;align-items:center}.selectable-question__question-wrapper .multiple-answer-li__percentageLabel,.multi-state-question-results__question-wrapper .multiple-answer-li__percentageLabel{background:var(--palette-background-b2, #f8f8f8)}@media print{.multiple-answer-li__percentageLabel{display:none}}.multiple-answer-li__percentageLabel__answer-success{color:var(--palette-success-main, #007d2c)}.multiple-answer-li__percentageLabel__answer-fail{color:var(--palette-error-main, #c23e37)}
.assessment-canvas-react .multiple-answer,.question-picker-results-list .multiple-answer,.question-bank-edit-list .multiple-answer{--answer-percentage-gradient-direction: to right;--default-answer-percentage-gradient-direction: to right}.assessment-canvas-react .multiple-answer__list,.question-picker-results-list .multiple-answer__list,.question-bank-edit-list .multiple-answer__list{counter-reset:uppercase-counter;padding:0;margin:0}.assessment-canvas-react .multiple-answer__list>li,.question-picker-results-list .multiple-answer__list>li,.question-bank-edit-list .multiple-answer__list>li{position:relative;display:flex;align-items:center;list-style-position:inside;background-color:var(--palette-background-b4, #e5e5e5);color:var(--palette-text-primary, #262626);padding-left:0.625rem;border-radius:2px;min-height:2.5rem}@media print{.assessment-canvas-react .multiple-answer__list>li,.question-picker-results-list .multiple-answer__list>li,.question-bank-edit-list .multiple-answer__list>li{border:1px solid}}.assessment-canvas-react .multiple-answer__list>li:before,.question-picker-results-list .multiple-answer__list>li:before,.question-bank-edit-list .multiple-answer__list>li:before{content:counter(uppercase-counter, upper-latin) " ";counter-increment:uppercase-counter;display:flex;height:1.5rem;width:1.5rem;min-width:1.5rem;box-sizing:border-box;margin-right:0.625rem;font-weight:700;border:2px solid var(--palette-text-primary, #262626);border-radius:100%;align-items:center;justify-content:center;flex-shrink:0}.assessment-canvas-react .multiple-answer__list>li+li,.assessment-canvas-react .multiple-answer__list>li+span+li,.question-picker-results-list .multiple-answer__list>li+li,.question-picker-results-list .multiple-answer__list>li+span+li,.question-bank-edit-list .multiple-answer__list>li+li,.question-bank-edit-list .multiple-answer__list>li+span+li{margin-top:0.625rem}.assessment-canvas-react .multiple-answer__dnd-item,.question-picker-results-list .multiple-answer__dnd-item,.question-bank-edit-list .multiple-answer__dnd-item{display:flex}.assessment-canvas-react .multiple-answer__dnd-item>div,.question-picker-results-list .multiple-answer__dnd-item>div,.question-bank-edit-list .multiple-answer__dnd-item>div{flex:1}.assessment-canvas-react .multiple-answer__preview,.question-picker-results-list .multiple-answer__preview,.question-bank-edit-list .multiple-answer__preview{max-height:4.375rem;overflow:hidden;font-size:.875rem;padding:0.3125rem;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.assessment-canvas-react .multiple-answer__preview p,.question-picker-results-list .multiple-answer__preview p,.question-bank-edit-list .multiple-answer__preview p{margin:0}.assessment-canvas-react .multiple-answer--read .bb-editor-root .ql-editor,.question-picker-results-list .multiple-answer--read .bb-editor-root .ql-editor,.question-bank-edit-list .multiple-answer--read .bb-editor-root .ql-editor{min-height:0;padding-left:0}.assessment-canvas-react .multiple-answer--read .bb-editor-wrapper.read-only .bb-editor-root .ql-container,.question-picker-results-list .multiple-answer--read .bb-editor-wrapper.read-only .bb-editor-root .ql-container,.question-bank-edit-list .multiple-answer--read .bb-editor-wrapper.read-only .bb-editor-root .ql-container{background-color:rgba(0,0,0,0);top:0}.assessment-canvas-react .multiple-answer--read bb-editor-root .bb-editor-container.ql-container.is-read-only *,.question-picker-results-list .multiple-answer--read bb-editor-root .bb-editor-container.ql-container.is-read-only *,.question-bank-edit-list .multiple-answer--read bb-editor-root .bb-editor-container.ql-container.is-read-only *{line-height:1.6}.assessment-canvas-react .multiple-answer--edit .multiple-answer__container,.question-picker-results-list .multiple-answer--edit .multiple-answer__container,.question-bank-edit-list .multiple-answer--edit .multiple-answer__container{background-color:var(--palette-background-b2, #f8f8f8);border:1px solid var(--palette-border-main, #cdcdcd);border-radius:0 0 2px 2px;margin-top:0.75rem}.assessment-canvas-react .multiple-answer--edit .multiple-answer__container.-cannot-add-more .multiple-answer__list,.question-picker-results-list .multiple-answer--edit .multiple-answer__container.-cannot-add-more .multiple-answer__list,.question-bank-edit-list .multiple-answer--edit .multiple-answer__container.-cannot-add-more .multiple-answer__list{padding-bottom:0.625rem}.assessment-canvas-react .multiple-answer--edit .multiple-answer__list,.question-picker-results-list .multiple-answer--edit .multiple-answer__list,.question-bank-edit-list .multiple-answer--edit .multiple-answer__list{padding:0.625rem 0.5rem 0 0.9375rem}.assessment-canvas-react .multiple-answer--edit .multiple-answer__list>li,.question-picker-results-list .multiple-answer--edit .multiple-answer__list>li,.question-bank-edit-list .multiple-answer--edit .multiple-answer__list>li{padding:0.3125rem 0;margin-bottom:0;background:rgba(0,0,0,0)}.assessment-canvas-react .multiple-answer--edit .multiple-answer__list>li:before,.question-picker-results-list .multiple-answer--edit .multiple-answer__list>li:before,.question-bank-edit-list .multiple-answer--edit .multiple-answer__list>li:before{content:none}.assessment-canvas-react .multiple-answer--edit .multiple-answer__list .bb-editor-root .ql-editor,.question-picker-results-list .multiple-answer--edit .multiple-answer__list .bb-editor-root .ql-editor,.question-bank-edit-list .multiple-answer--edit .multiple-answer__list .bb-editor-root .ql-editor{min-height:0;line-height:1.6;padding:0.5rem 0.9375rem}.assessment-canvas-react .multiple-answer--edit .multiple-answer-li__text,.question-picker-results-list .multiple-answer--edit .multiple-answer-li__text,.question-bank-edit-list .multiple-answer--edit .multiple-answer-li__text{margin-left:0.5rem;margin-right:0.375rem}.assessment-canvas-react .multiple-answer--edit .bb-editor-wrapper.read-only .bb-editor-root .ql-container,.question-picker-results-list .multiple-answer--edit .bb-editor-wrapper.read-only .bb-editor-root .ql-container,.question-bank-edit-list .multiple-answer--edit .bb-editor-wrapper.read-only .bb-editor-root .ql-container{border:1px solid var(--palette-border-main, #cdcdcd)}.assessment-canvas-react .multiple-answer--edit .bb-editor-root .ql-container,.question-picker-results-list .multiple-answer--edit .bb-editor-root .ql-container,.question-bank-edit-list .multiple-answer--edit .bb-editor-root .ql-container{border-radius:0}.assessment-canvas-react .multiple-answer--edit .multiple-answer__questionTextLabel,.question-picker-results-list .multiple-answer--edit .multiple-answer__questionTextLabel,.question-bank-edit-list .multiple-answer--edit .multiple-answer__questionTextLabel{display:block;margin-bottom:0.75rem}.assessment-canvas-react .multiple-answer--edit .multiple-answer__questionTextLabel.linkedQuestionNotification,.question-picker-results-list .multiple-answer--edit .multiple-answer__questionTextLabel.linkedQuestionNotification,.question-bank-edit-list .multiple-answer--edit .multiple-answer__questionTextLabel.linkedQuestionNotification{margin-top:0.75rem}.assessment-canvas-react .multiple-answer--edit .multiple-answer__optionsLabel,.question-picker-results-list .multiple-answer--edit .multiple-answer__optionsLabel,.question-bank-edit-list .multiple-answer--edit .multiple-answer__optionsLabel{display:block;margin:0.75rem 0 0.25rem}.assessment-canvas-react .multiple-answer--edit .multiple-answer__questionTextLabel:before,.assessment-canvas-react .multiple-answer--edit .multiple-answer__optionsLabel:before,.question-picker-results-list .multiple-answer--edit .multiple-answer__questionTextLabel:before,.question-picker-results-list .multiple-answer--edit .multiple-answer__optionsLabel:before,.question-bank-edit-list .multiple-answer--edit .multiple-answer__questionTextLabel:before,.question-bank-edit-list .multiple-answer--edit .multiple-answer__optionsLabel:before{color:var(--palette-error-main, #c23e37);content:"*";margin-right:0.25rem}.assessment-canvas-react .multiple-answer .multiple-answer__add-choice,.question-picker-results-list .multiple-answer .multiple-answer__add-choice,.question-bank-edit-list .multiple-answer .multiple-answer__add-choice{margin:0.75rem 0 0.75rem 3.375rem}.assessment-canvas-react .multiple-answer .multiple-answer__add-choice.without-correct-answer-selection,.question-picker-results-list .multiple-answer .multiple-answer__add-choice.without-correct-answer-selection,.question-bank-edit-list .multiple-answer .multiple-answer__add-choice.without-correct-answer-selection{margin-left:1.5rem}.assessment-canvas-react .multiple-answer__add-choice-container,.question-picker-results-list .multiple-answer__add-choice-container,.question-bank-edit-list .multiple-answer__add-choice-container{flex-shrink:0}.assessment-canvas-react .multiple-answer__options-container,.question-picker-results-list .multiple-answer__options-container,.question-bank-edit-list .multiple-answer__options-container{display:flex;flex-direction:column}@media only screen and (min-width:40em){.assessment-canvas-react .multiple-answer__options-container,.question-picker-results-list .multiple-answer__options-container,.question-bank-edit-list .multiple-answer__options-container{flex-direction:row;justify-content:space-between;align-items:center}}@media only screen and (min-width:40em){.assessment-canvas-react .multiple-answer--with-no-space-between,.question-picker-results-list .multiple-answer--with-no-space-between,.question-bank-edit-list .multiple-answer--with-no-space-between{justify-content:flex-end}}.assessment-canvas-react .multiple-answer__invalid-sum-partial-credit,.question-picker-results-list .multiple-answer__invalid-sum-partial-credit,.question-bank-edit-list .multiple-answer__invalid-sum-partial-credit{font-size:.875rem;flex:1 1;margin-right:1.25rem}.assessment-canvas-react .multiple-answer__invalid-sum-partial-credit-container,.question-picker-results-list .multiple-answer__invalid-sum-partial-credit-container,.question-bank-edit-list .multiple-answer__invalid-sum-partial-credit-container{color:var(--palette-error-main, #c23e37);display:flex;padding:0.5rem 0;justify-content:center;align-items:center;margin-left:0.9375rem}@media only screen and (min-width:40em){.assessment-canvas-react .multiple-answer__invalid-sum-partial-credit-container,.question-picker-results-list .multiple-answer__invalid-sum-partial-credit-container,.question-bank-edit-list .multiple-answer__invalid-sum-partial-credit-container{margin-left:0}}.assessment-canvas-react .multiple-answer__invalid-sum-partial-credit-icon-container,.question-picker-results-list .multiple-answer__invalid-sum-partial-credit-icon-container,.question-bank-edit-list .multiple-answer__invalid-sum-partial-credit-icon-container{margin-left:0.5rem;display:flex;justify-content:center;align-items:center;position:relative;top:0.0625rem;margin-right:0.25rem}.assessment-canvas-react .multiple-answer__invalid-sum-partial-credit-icon,.question-picker-results-list .multiple-answer__invalid-sum-partial-credit-icon,.question-bank-edit-list .multiple-answer__invalid-sum-partial-credit-icon{font-size:1rem}.assessment-canvas-react .multiple-answer :dir(rtl),.question-picker-results-list .multiple-answer :dir(rtl),.question-bank-edit-list .multiple-answer :dir(rtl){--answer-percentage-gradient-direction: to left}
.assessment-canvas-react .presentation-only__file-content,.question-picker-results-list .presentation-only__file-content,.question-bank-edit-list .presentation-only__file-content{cursor:default}.assessment-canvas-react .presentation-only__file-content__widget-wrapper,.question-picker-results-list .presentation-only__file-content__widget-wrapper,.question-bank-edit-list .presentation-only__file-content__widget-wrapper{display:none}@media only screen and (min-width:40em){.assessment-canvas-react .presentation-only__file-content__widget-wrapper,.question-picker-results-list .presentation-only__file-content__widget-wrapper,.question-bank-edit-list .presentation-only__file-content__widget-wrapper{display:flex}}.assessment-canvas-react .presentation-only__file-content__widget-wrapper__score-indicator>[data-ally-scoreindicator=circle],.assessment-canvas-react .presentation-only__file-content__widget-wrapper__score-indicator>[data-ally-scoreindicator=circle]>.ally-scoreindicator-container,.question-picker-results-list .presentation-only__file-content__widget-wrapper__score-indicator>[data-ally-scoreindicator=circle],.question-picker-results-list .presentation-only__file-content__widget-wrapper__score-indicator>[data-ally-scoreindicator=circle]>.ally-scoreindicator-container,.question-bank-edit-list .presentation-only__file-content__widget-wrapper__score-indicator>[data-ally-scoreindicator=circle],.question-bank-edit-list .presentation-only__file-content__widget-wrapper__score-indicator>[data-ally-scoreindicator=circle]>.ally-scoreindicator-container{height:100%}
.assessment-canvas-react .question-block__content{background-color:var(--palette-background-b2, #f8f8f8);padding:1rem 1.25rem;display:flex}.assessment-canvas-react .question-block__content-description-wrapper{margin-left:0.75rem}.assessment-canvas-react .question-block__content-description{font-weight:600}.assessment-canvas-react .question-block__icon{margin-top:0.1875rem}.assessment-canvas-react .question-block--edit .question-block__content{flex-direction:column;align-items:stretch}@media only screen and (min-width:64em){.assessment-canvas-react .question-block--edit .question-block__content{margin-right:0}}.assessment-canvas-react .question-block--edit .question-block__editables-details{display:flex}.assessment-canvas-react .question-block--edit .question-block__editables-divider{width:100%;border-bottom:1px dashed var(--palette-border-main, #cdcdcd);margin:1rem 0}.assessment-canvas-react .question-block--edit .question-block__display-questions-wrapper{display:block}.assessment-canvas-react .question-block--edit .question-block__display-questions-label{font-weight:600;padding:0 0 0.625rem}.assessment-canvas-react .question-block--edit .question-block__display-questions-input-wrapper{margin-bottom:0}.assessment-canvas-react .question-block--edit .question-block__display-questions-input-wrapper .ms-TextField-wrapper{max-width:9.0625rem}
.assessment-canvas-react .true-false__list,.question-picker-results-list .true-false__list,.question-bank-edit-list .true-false__list{padding:0;margin:0.375rem 0 0}.assessment-canvas-react .true-false__li,.question-picker-results-list .true-false__li,.question-bank-edit-list .true-false__li{position:relative;display:flex;align-items:center;list-style-position:inside;background-color:var(--palette-background-b4, #e5e5e5);color:var(--palette-text-primary, #262626);padding:0 0.625rem;border-radius:2px;overflow:hidden;min-height:2.5rem}.assessment-canvas-react .true-false__li+.true-false__li,.question-picker-results-list .true-false__li+.true-false__li,.question-bank-edit-list .true-false__li+.true-false__li{margin-top:0.625rem}.assessment-canvas-react .true-false__text,.question-picker-results-list .true-false__text,.question-bank-edit-list .true-false__text{flex:1}.assessment-canvas-react .true-false__correct,.question-picker-results-list .true-false__correct,.question-bank-edit-list .true-false__correct{display:flex;align-items:center;margin-left:auto;font-style:italic;font-size:.75rem;padding-left:1.25rem;color:var(--palette-text-secondary, #666666)}.assessment-canvas-react .true-false__options,.question-picker-results-list .true-false__options,.question-bank-edit-list .true-false__options{border-radius:0 0 2px 2px;background-color:var(--palette-background-b2, #f8f8f8);border:solid 1px var(--palette-border-main, #cdcdcd);border-top:0;padding:0.625rem 0.9375rem 0.4375rem}.assessment-canvas-react .true-false__options .ms-ChoiceField,.question-picker-results-list .true-false__options .ms-ChoiceField,.question-bank-edit-list .true-false__options .ms-ChoiceField{margin-bottom:0.3125rem}.assessment-canvas-react .true-false__options-radio-group,.question-picker-results-list .true-false__options-radio-group,.question-bank-edit-list .true-false__options-radio-group{padding-left:0.4375rem}.assessment-canvas-react .true-false .read-only .bb-editor-root .ql-editor,.question-picker-results-list .true-false .read-only .bb-editor-root .ql-editor,.question-bank-edit-list .true-false .read-only .bb-editor-root .ql-editor{min-height:0}.assessment-canvas-react .true-false .bb-editor-root .ql-container,.question-picker-results-list .true-false .bb-editor-root .ql-container,.question-bank-edit-list .true-false .bb-editor-root .ql-container{border-radius:0}.assessment-canvas-react .true-false__automated-feedback-read,.question-picker-results-list .true-false__automated-feedback-read,.question-bank-edit-list .true-false__automated-feedback-read{margin-top:1.125rem}
.assessment-canvas-react .module-section .key-insert-placeholder,.assessment-canvas-react .module-section .drag-preview-item{padding:0}.assessment-canvas-react .key-insert-placeholder.show,.assessment-canvas-react .insert-placeholder.show{margin:0.9375rem 0 0}.assessment-canvas-react .key-insert-placeholder.show.first-insert-placeholder,.assessment-canvas-react .insert-placeholder.show.first-insert-placeholder{margin:0 0 0.9375rem}.assessment-canvas-react .first-insert-placeholder+.key-insert-placeholder.show{margin:0 0 0.9375rem}.assessment-canvas-react .dnd-question-preview{max-height:5rem;overflow:hidden;font-size:.875rem}.assessment-canvas-react .dnd-question-preview__file img{max-height:5rem;max-width:100%;margin:0}.assessment-canvas-react .dnd-question-preview__question{padding:0.3125rem;height:4.375rem;display:flex}.assessment-canvas-react .dnd-question-preview__question-text{padding-right:0.9375rem}.assessment-canvas-react .dnd-question-preview__question-header{flex:1}.assessment-canvas-react .dnd-question-preview__question-header-inner{display:flex;align-items:center;margin-bottom:0.75rem}.assessment-canvas-react .dnd-question-preview__controls{color:var(--palette-secondary-main, #cdcdcd);padding:0.5625rem 0.6875rem}.assessment-canvas-react .dnd-question-preview__pill{display:flex;height:1.875rem;border-radius:30px;background-color:var(--palette-background-b1, #ffffff);border:solid 1px #262626;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;padding:0 1rem;margin-bottom:0.0625rem;box-sizing:border-box}.assessment-canvas-react .dnd-question-preview .dnd-question-preview__title{flex:1;font-weight:600;font-size:1.125rem;margin:0}
.assessment-canvas-react .module-section{min-width:0}.assessment-canvas-react .module-section:focus{outline:none}.assessment-canvas-react .module-section.is-dragging,.assessment-canvas-react .module-section.is-keyboard-moving{padding:0.3125rem}.assessment-canvas-react .question-notification-wrapper{position:relative;z-index:1;padding-bottom:1.25rem}
.assessment-canvas-react .divider-text-container{display:block;text-align:center;overflow:hidden}.assessment-canvas-react .divider-text-container>span{color:var(--palette-text-secondary, #666666);font-style:italic;position:relative;display:inline-block}.assessment-canvas-react .divider-text-container>span:before,.assessment-canvas-react .divider-text-container>span:after{content:"";position:absolute;top:50%;width:100%;height:0.0625rem;background:var(--palette-background-b4, #e5e5e5)}.assessment-canvas-react .divider-text-container>span:before{right:100%;margin-right:0.5rem}.assessment-canvas-react .divider-text-container>span:after{left:100%;margin-left:0.5rem}
.assessment-canvas-react .assessment-subheader{margin-top:0.75rem;border-top:1px solid var(--palette-border-main, #cdcdcd);padding-top:0.75rem}
.ms-Layer.question-pool-layer-wrapper{z-index:1349}[class*=isOpen-] .bb-offcanvas-panel~.bb-offcanvas-panel+.bb-offcanvas-overlay.bb-offcanvas-overlay.bb-offcanvas-overlay.bb-offcanvas-overlay{z-index:1350}[class*=isOpen-] .bb-offcanvas-panel~.bb-offcanvas-panel~.bb-offcanvas-panel.goal-alignment-summary{z-index:1350}[class*=isOpen-] .bb-offcanvas-panel~.bb-offcanvas-panel~.bb-offcanvas-panel~.bb-offcanvas-panel[data-base-state-name*=question-goal-alignment]{z-index:1351}.question-pool-panel__content-scroll-wrapper{width:100%}.question-pool-panel__content{width:100%;overflow:auto;height:100%}.question-pool-panel__top-bar{height:3.375rem;padding:0 1rem;background-color:var(--palette-background-b2, #f8f8f8);box-shadow:0 1px 0 0 var(--palette-border-main, #cdcdcd);display:flex;justify-content:space-between;align-items:center}@media only screen and (min-width:64em){.question-pool-panel__top-bar{padding:0 1.875rem}}.question-pool-panel__question-count{font-weight:600}.question-pool-panel__add-button-container{display:flex;align-items:center;padding:0;margin:0;background:rgba(0,0,0,0);border:none}.question-pool-panel__add-button-label{font-size:.875rem;font-weight:400;color:var(--palette-text-primary, #262626);padding-right:0.625rem}.question-pool-panel__load-more-button{position:absolute;top:0;clip:rect(0, 0, 0, 0);padding:0;border:0;height:0.0625rem;width:0.0625rem;overflow:hidden}
.question-pool-question-header__title-row{display:flex}.question-pool-question-header__question-source{margin-bottom:0.75rem}.question-pool-question-header .question-header{flex:1;margin-bottom:0}
.question-pool-question{width:100%;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.question-pool-question:last-child{border-bottom:none}.question-pool-question .base-question--read .base-question__header{width:100%}
.question-pool-question-list{max-width:50rem;width:100%;margin-left:auto;margin-right:auto;margin-top:1.9375rem;padding:0 1rem}.question-pool-question-list .question-pool-ref{height:0.0625rem;width:0.0625rem}
.question-pools-empty-state{display:flex;flex-direction:column;align-items:center;max-width:18.75rem;margin:1.875rem auto 0 auto}.question-pools-empty-state__image{display:inline-block;line-height:1;vector-effect:non-scaling-stroke;vertical-align:inherit;width:12.5rem;margin-bottom:1.625rem}.question-pools-empty-state__title{font-size:1.125rem;font-weight:600;margin-top:0;margin-bottom:0.6875rem}.question-pools-empty-state__message{max-width:18.75rem;text-align:center;margin-bottom:1.75rem}.question-pools-empty-state__button{width:12.5rem}
.assessment-canvas-react{display:flex;flex-direction:column;align-items:center;position:relative}.assessment-canvas-react .assessment-canvas-react__heading{margin-top:0.1875rem;margin-bottom:0;font-size:1.125rem;font-weight:600;display:flex;max-width:100%;justify-content:space-between}.assessment-canvas-react .assessment-canvas-react__heading .assessment-tools{display:flex;gap:0.625rem}.assessment-canvas-react__question-spacer{height:1.5625rem;width:100%}.assessment-canvas-react--blank{margin-bottom:1rem}.assessment-canvas-react--blank__title{font-family:"Open Sans",sans-serif;font-size:1.125em;font-weight:600}.assessment-canvas-react--blank__image{display:inline-block;line-height:1;vector-effect:non-scaling-stroke;vertical-align:inherit;width:12.5rem}.assessment-canvas-react__question-list{width:100%}.assessment-canvas-react__student-submission-switch{width:100%;padding-top:0.625rem}.assessment-canvas-react__student-submission-switch__container{display:flex;flex-direction:row}.assessment-canvas-react__student-submission-switch__label{font-weight:600}.assessment-canvas-react__student-submission-switch__note{font-style:italic;font-weight:normal;padding-left:2.75rem;padding-top:0.5rem;color:var(--palette-text-primary, #262626)}@media only screen and (min-width:40em){.assessment-canvas-react__student-submission-switch__note{padding-top:0}}.assessment-canvas-react__student-submission{width:100%}.assessment-canvas-react__student-submission__additional-content{padding-top:1rem;font-weight:600;font-size:1.125rem}.assessment-canvas-react__student-submission__student-submission-info{border:solid 1px var(--palette-border-main, #cdcdcd);background-color:var(--palette-background-b2, #f8f8f8);border-radius:2px;padding:0.5rem 0.625rem;color:var(--palette-text-secondary, #666666);margin-top:1rem;cursor:default;height:5rem}.assessment-canvas-react .switch-root{height:1.375rem;margin-right:0}.assessment-canvas-react__questions-overlay{position:absolute;width:100%;height:100%;opacity:.8;background-color:var(--palette-background-b1, #ffffff)}.assessment-canvas-react .page-break{padding-bottom:1.25rem}.assessment-canvas-react .page-break .divider{position:relative}.assessment-canvas-react .page-break .divider::before{content:"";position:absolute;left:0;right:0;border-top:2px solid var(--palette-common-black, #000000)}.assessment-canvas-react .page-break .contents{height:2.375rem;display:flex;align-items:center;padding-top:0.625rem}#assessment-canvas-add-content-menu .new-page-break{border-top:2px solid var(--palette-border-main, #cdcdcd)}
.filter-panel__container{height:100%;width:18rem;padding-top:1.125rem;padding-bottom:1.25rem;padding-left:1rem;padding-right:1rem}@media only screen and (min-width:40em){.filter-panel__container{padding-left:1.5rem;padding-right:1.5rem}}@media only screen and (min-width:64em){.filter-panel__container{padding-left:1.875rem;padding-right:1.875rem}}@media only screen and (min-width:40em){.filter-panel__container{padding-right:1.875rem}}.filter-panel__header{margin-bottom:1rem}.filter-panel__block-header{display:flex;justify-content:space-between}.filter-panel__block-toggle{width:auto;height:auto;transition:transform 200ms}.filter-panel__block-toggle--close{transform:rotate(-180deg)}.filter-panel__title-wrapper{display:flex;align-items:center}.filter-panel__clear-all{padding-top:0.3125rem}.filter-panel__title.filter-panel__title{font-family:"Open Sans",sans-serif;font-weight:600;margin:0;flex:1;font-size:1.125rem}.filter-panel__title:focus{outline:none}.filter-panel__block{border-top:1px solid var(--palette-border-main, #cdcdcd);padding:1rem 0 1.125rem 0;display:inline-block;width:100%}.filter-panel__block:last-child{border-bottom:1px solid var(--palette-border-main, #cdcdcd)}@media only screen and (max-width: 39.9375em){.filter-panel__block:last-child{margin-bottom:2.5rem}}.filter-panel__block-title.filter-panel__block-title{font-family:"Open Sans",sans-serif;font-size:.875rem;font-weight:700;margin:0}.filter-panel__group{padding:0;margin-top:0.75rem;margin-left:0.75rem;border:none}.filter-panel__group-title.filter-panel__group-title{font-family:"Open Sans",sans-serif;font-size:.875rem;font-weight:600}.filter-panel__item{margin-top:0.5rem}.filter-panel__item:first-child{margin-top:0}.filter-panel__item label{cursor:pointer}.filter-panel__item-checkbox{margin-top:0;padding-left:0.5rem}.filter-panel__keyword-picker label{cursor:text}
.items-empty-state{display:flex;flex-direction:column;align-items:center;max-width:33rem;margin:1.875rem auto 0 auto}.items-empty-state *{font-family:"Open Sans",sans-serif}.items-empty-state__image{display:inline-block;line-height:1;vector-effect:non-scaling-stroke;vertical-align:inherit;width:12.5rem;margin-bottom:1.625rem}.items-empty-state__title{text-align:center;font-size:1.125rem;font-weight:600;margin-top:0;margin-bottom:0.6875rem}.items-empty-state__message{text-align:center;margin-bottom:1.75rem;max-width:29.5rem}.items-empty-state__button{width:12.5rem}
.filter-list{height:100%;width:100%;overflow:hidden}.filter-list__header{padding-left:1rem;padding-right:1rem;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1;box-shadow:0 5px 0 0 rgba(38,38,38,.05),0 1px 0 0 var(--palette-border-main, #cdcdcd)}@media only screen and (min-width:40em){.filter-list__header{padding-left:1.5rem;padding-right:1.5rem}}@media only screen and (min-width:64em){.filter-list__header{padding-left:1.875rem;padding-right:1.875rem}}@media only screen and (max-width: 39.9375em){.filter-list__header{flex-direction:column;padding:0}}.filter-list__header:before{top:-0.3125rem}.filter-list__header:after{bottom:0}.filter-list__header.showWarningBannertrue{height:9.0625rem;justify-content:center}@media only screen and (min-width:40em){.filter-list__header.showWarningBannertrue{justify-content:space-between;height:5.625rem}}@media only screen and (min-width:64em){.filter-list__header.showWarningBannertrue{height:4.125rem}}.filter-list__criteria{overflow:auto;box-shadow:5px 0 0 0 rgba(38,38,38,.05)}.filter-list__filter-button{border:none;font-size:.875rem;height:1.75rem;padding:0 0.4375rem;min-width:5.9375rem;border-radius:2px;display:inline-flex;align-items:center;margin:1rem 1rem 1rem 0;margin-right:1rem;cursor:pointer}.filter-list__filter-button--on{background-color:var(--palette-background-b9, #262626);border:1px solid #262626;color:var(--palette-primary-contrastText, #ffffff)}.filter-list__filter-button--on .count{color:var(--palette-brandAlt-main, #c56fd5)}.filter-list__filter-button--off{background-color:var(--palette-background-b1, #ffffff);border:1px solid var(--palette-border-main, #cdcdcd);color:var(--palette-text-primary, #262626)}.filter-list__filter-button--off .count{color:var(--palette-brand-main, #a234b5)}.filter-list__filter-icon{display:inline;margin-right:0.5rem}.filter-list__button-and-results{display:flex;align-items:center;margin-right:0.5rem}@media only screen and (min-width:64em){.filter-list__button-and-results{margin-right:5rem}}.filter-list__edit-banner{flex-grow:1}.filter-list__filter-results{font-weight:600;font-size:1.125rem;white-space:nowrap}.filter-list__content{display:flex;height:calc(100% - 3.75rem)}.filter-list__content.withWarningBannertrue{height:calc(100% - 9.0625rem)}@media only screen and (min-width:40em)and (max-width:63.9375em){.filter-list__content.withWarningBannertrue{height:calc(100% - 5.625rem)}}@media only screen and (min-width:64em){.filter-list__content.withWarningBannertrue{height:calc(100% - 4.125rem)}}.filter-list__items-container{flex:1 1 auto;overflow-y:auto}.filter-list__items{padding-left:1rem;padding-right:1rem;flex:1;overflow:auto;position:relative;height:100%}@media only screen and (min-width:40em){.filter-list__items{padding-left:1.5rem;padding-right:1.5rem}}@media only screen and (min-width:64em){.filter-list__items{padding-left:1.875rem;padding-right:1.875rem}}.filter-list__overlay{background:hsla(0,0%,100%,.8);z-index:1;top:0.3125rem;left:0.3125rem}.filter-list__spinner{top:calc(50% - 1.25rem);left:calc(50% - 1.25rem);position:absolute}.filter-list--on .filter-list__criteria{min-width:18.125rem;flex:0 0 auto}@media only screen and (max-width: 39.9375em){.filter-list--on .filter-list__criteria,.filter-list--on .filter-panel__container{width:100%}.filter-list--on .filter-list__items-container{display:none}}
.selectable-question{display:flex;padding-top:0.5rem;padding-bottom:1.25rem;margin-bottom:0.0625rem;position:relative}.selectable-question:after{content:"";position:absolute;right:0;bottom:-0.0625rem;width:calc(100% - 3.125rem);border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.selectable-question--expanded{background-color:var(--palette-background-b2, #f8f8f8)}.selectable-question__question-wrapper.selectable-question__question-wrapper{flex:1;margin-inline-start:0.25rem;overflow-wrap:anywhere}.selectable-question__question-wrapper.selectable-question__question-wrapper .base-question__header{width:100%}.selectable-question__question-wrapper.selectable-question__question-wrapper .question-header__title{margin-top:0;word-break:break-word}.selectable-question__question-wrapper.selectable-question__question-wrapper .base-question__controls{display:none}.selectable-question__question-wrapper.selectable-question__question-wrapper .base-question__question-text{margin-top:0;width:100%}.selectable-question__question-wrapper.selectable-question__question-wrapper .base-question__question-text .bb-editor{padding:0}.selectable-question__question-toggle{height:1.875rem;transition:transform 150ms linear}.selectable-question__question-toggle--expanded{transform:rotate(180deg)}
.question-picker-results-list{padding-bottom:1.25rem}.question-picker-results-list__heading-group{align-items:center;display:flex;border-bottom:2px solid var(--palette-border-main, #cdcdcd);padding:1.25rem 0 0 0}.question-picker-results-list__heading-text.question-picker-results-list__heading-text{font-family:"Open Sans",sans-serif;font-weight:700;font-size:1.125rem;margin-top:1rem;margin-bottom:1rem;margin-left:0.625rem}.question-picker-results-list__heading-text:focus{outline:none}.question-picker-results-list__select-deselect-all{padding-top:1.875rem;padding-bottom:0.3125rem}.question-picker-results-list__spinner{padding-top:1.25rem;padding-bottom:1.25rem;position:relative}.question-picker-results-list .ql-editor p{overflow-wrap:anywhere}
.question-reuse-sources-empty-state{display:flex;flex-direction:column;align-items:center;max-width:18.75rem;margin:1.875rem auto 0 auto}.question-reuse-sources-empty-state__image{display:inline-block;line-height:1;vector-effect:non-scaling-stroke;vertical-align:inherit;width:12.5rem;margin-bottom:1.625rem}.question-reuse-sources-empty-state__title{font-size:1.125rem;font-weight:600;margin-top:0;margin-bottom:0.6875rem}.question-reuse-sources-empty-state__message{max-width:18.75rem;text-align:center;margin-bottom:1.75rem}.question-reuse-sources-empty-state__button{width:12.5rem}
.question-picker-panel__content{width:100%}.question-picker-panel__body{align-items:center;display:flex;height:100%;justify-content:center;overflow-x:hidden}.question-picker-panel__footer-icon{margin-right:0.625rem}.question-picker-panel__footer-text{flex:1;font-weight:600;font-size:1.125rem}.question-picker-panel__footer-content{align-items:center;display:flex}.question-picker-panel__spinner{top:calc(50% - 1.25rem);left:calc(50% - 1.25rem);position:absolute}.question-picker-panel .offscreen-button{width:0.0625rem;height:0.0625rem;margin:-0.0625rem;padding:0;overflow:hidden;border:0}.question-picker-panel .ms-Panel-header{box-shadow:0 1px 0 0 var(--palette-border-main, #cdcdcd) !important}
.empty-assessment-panel{display:flex;flex-direction:column;align-items:center;position:relative}
.readonly-question-component-react .readonly-question-header{display:flex;align-items:center;margin-bottom:0.75rem}.readonly-question-component-react .readonly-question-header__content{display:flex;align-items:center;width:100%}@media only screen and (min-width:64em){.readonly-question-component-react .readonly-question-header__content{width:70%}}.readonly-question-component-react .readonly-question-header__title-container{flex:1}.readonly-question-component-react .readonly-question-header__title{display:inline-block;font-family:"Open Sans",sans-serif;font-weight:600;font-size:1.125rem;margin:0}.readonly-question-component-react .readonly-question-header__title-alert{color:var(--palette-error-main, #c23e37);font-weight:600;padding-left:0.4375rem}.readonly-question-component-react .readonly-question-header__pill{display:flex;height:1.875rem;border-radius:30px;color:#666;background-color:#e5e5e5;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;padding:0 0.75rem;box-sizing:border-box;cursor:default}
.readonly-question-component-react__question-text{margin-top:0.3125rem;width:100%}@media only screen and (min-width:64em){.readonly-question-component-react__question-text{width:70%}}.readonly-question-component-react .read-only .bb-editor-root .ql-editor{padding-left:0;min-height:0;padding-top:0.625rem;padding-bottom:0.625rem}.readonly-question-component-react .bb-editor-container.is-read-only .bb-editor{max-height:none}@media only screen and (min-width:64em){.readonly-question-component-react .automated-question-feedback-read{width:70%}}
.import-status-banner{word-break:break-word;overflow-wrap:anywhere}.import-status-banner__processingProgressIcon{margin:0.4375rem 0}
.panel-footer.notification{transition:max-height 500ms cubic-bezier(0.55, 0, 0.1, 1);box-shadow:none;background-color:rgba(0,0,0,0);border:none;width:auto;height:auto;overflow:hidden;padding:0;z-index:2000;max-height:0;position:fixed;bottom:0;pointer-events:none}@media only screen and (min-width:40em){.panel-footer.notification{height:5.625rem;text-align:center}.touch .panel-footer.notification.infinite-scroll{height:7.5rem}}.panel-footer.notification.is-active{max-height:31.25rem}.panel-footer.notification .close-notification{color:var(--palette-primary-contrastText, #ffffff);position:absolute;top:0;right:0;font-weight:300;font-size:1.5rem;line-height:0;padding:1.25rem 0.625rem 0 0}@media only screen and (min-width:40em){.panel-footer.notification .close-notification{display:none}}.panel-footer.notification .notification-container{width:auto;background-color:var(--palette-background-b9, #262626);box-shadow:none !important;float:initial;padding:1.25rem 2.5rem 1.25rem 0.625rem}@media print{.panel-footer.notification .notification-container{display:none}}@media only screen and (max-width: 39.9375em){.panel-footer.notification .notification-container{width:100%;display:flex;align-items:center;justify-content:center}}@media only screen and (min-width:40em){.panel-footer.notification .notification-container{background-color:var(--palette-background-b2, #f8f8f8);border-radius:5000px;box-shadow:inset 0 0 0 1px rgb(198.4,198.4,198.4) !important;display:inline-flex;height:3.125rem;max-width:80%;padding:0.3125rem;padding-right:1.25rem;padding-bottom:0}}.panel-footer.notification .notification-container .progress-indicator,.panel-footer.notification .notification-container .progress-status{display:block;float:left;margin:0}@media only screen and (max-width: 39.9375em){.panel-footer.notification .notification-container .progress-indicator,.panel-footer.notification .notification-container .progress-status{color:var(--palette-primary-contrastText, #ffffff)}}.panel-footer.notification .notification-container .progress-indicator{width:3.4375rem;margin-right:0.3125rem;margin-top:-0.0625rem}.panel-footer.notification .notification-container .progress-status{width:100%}@media only screen and (max-width: 39.9375em){.panel-footer.notification .notification-container .progress-status{width:auto;max-width:calc(100% - 2.625rem);line-height:1.3125rem;overflow:initial !important;text-overflow:initial;white-space:initial !important}}.panel-footer.notification .notification-container.success i{color:#39e379}.panel-footer.notification .notification-container{pointer-events:auto;cursor:pointer}
@keyframes xloader2-waiting{0%{transform:rotate(0)}100%{transform:rotate(-360deg)}}.xloader2{display:inline-block}.xloader2[keyframe=start-20]:after{animation:3000ms linear infinite xloader2-waiting}.xloader2:after{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center center}.xloader2[keyframe=success-01]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAADuUlEQVRoge2aQXLaSBSG/9dkBRtuELFkcNWIJaNUWTmBmRvgAwz0DQafwIILmJwgzglCqqxhCVOFwtLMCQYWVrxJv1kgyW0jG8mRQM7425imG/X7q1uv33ttQk64Xe8EgAkATGwDAIFWYMwAAAKfLKcxy3JOyvJhIa70OmBcPDWGwasSlX5vOfVxVvOKrB50D8XmriEEqiql7CynfZPlwyIEjaDQBuEtGF+2+gnHm3G4zGX+/xVTeV09tA272OkApvK66rM/BWAAWFqDRi13q57Jkw4gEPIZGyEAYEzkws7bKB1Xep2r3vzfq978fNfYR8VoQiLPxMx/Z+lKE8G4IFCVQNLtzp2nhj4q5oZvPuKBkIqo2NlZmZh19Imo50qv89jAWDFXf3yVBLLDdiik6dRWGRqZDIKtN5n53JVe7Dm2JcaVnkmC9f25PpgQAJbTmIFwGrYJVGXm2Pdne2UU2nqTiDqHEhJiOY0RmAeRTSA7brtti9FOZWb+8JvzSyFO6bKo9MH4J2wz8/nDs29LTLCsTUHi/bvhUWcPdiai6dRWEOiHbQJVffj3d9HerfpB3K43jmI7wqnlNEZhXz6BZo6URbntK19CYKkLeeWVfeN2vZO/5Nf27pHFRQCA2507IFwy80e36/UPbNOzCc4Z0mOdnfl7UdmIIbzVvsu0/LNPNmL45R2ecYThzPKQRmRFTATAhS9cAJt0OkgFZiUqnbac+jJcmbsQn+j4INalhdEL0mlbKdUB7raZ/tKbRS8rBfZFXpcEzYBAjBBirA++xW2h3fM3fLP1NkETs/eKyw+ilNIjlXXLqS8BPTljnAV/vxRZ3FReV0E4ib5gjMOPkTezho0+cJfJFRUffptAd++0lubnc6WRJ4ye1lrrCdqLEjORCwN67Mg80vtflJiWU19q9z1rIUr3yrUvsgZwi1uzyE7qlZ+aRHlMcFdzAcasLMqDQ9eeHyORN/OVPwLQBqHvsz/d9+1ZUpJ6Mz2KNhSrz1e9uVOhylmWq+RKzyRFxyToWTd0ibaZKz0TCpcPagVg8IqYHGvYOEs7sc5ELgzF6k8AHc2yZtp/R0mc+0/lddVXN30Q9WK6Z9ag0Uwz8UQuDFZ8wsQdxFSEBIn3aVcndSFjIhf2d/XdIaJfH0xeC0PxHb83FCv9Bnsb5oE1PJJpbUsdzrSc+vjd8MgE4TS6/GEeJBECAEGKa8T1MfMHQaL2HCFABvczE7kwkgoJxtvBymxgfGKmcalEl2meUxhc6ZlFde+v5MF/fYNymN5HNQ4AAAAASUVORK5CYII=")}.xloader2[keyframe=success-02]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAADqklEQVRoge2av28TSRTHv2+MTsJplpbmnOIkEhPhSBSX+ArfX3C+4uosDRXYw1+Q8BewvqNCJ8X8BWf+AnxS1m6QNghvXDoRKB0QI2HSeB7F7tpexya7ZuwYaT+N583OjzeeX+/NDEEzjuwYX/rnd0CcY7ABgvcLgEBnIDzOW9lD3fV65WvElq4Jxv5l6QSJ1S1r7Vhn3QAgtJbG2I2STEEZWuv1uaa1NOYXICoPZZwAOPaCfEwgA8BhvjKfYaadpmwXmrJduGo9lo6DUmvHLrl/RE2vd85o5KDUqhJRFYSaXXYvXVSAS+ZMU7YzSqkdAp1t/71e0aNmNAiUGRFNu+wiX8ne+1aeqT3jyI6hWL0EYY+JLVu6phYtoyJQHYsx7VLL+naWKXzmz/8ByAQy92kuy+k08la2CkK4J4jKDXlUnJZnYmPsUssiUCGQmfn1Sup6VZOekclb2SoR/QmgG8QpVvtN2c5MSn+hMbZ0c6G9AuimRKq4aa2eadc2AtvWeg0EGcgEMvrcn7ggXGgMMz8JRRAK8zA94pC3slUwXgQygSbuZaHGNORRcWx4PZ+XURiXtEibvkUBAFBQF0ZKqDGs2BwRuytiRWJJ2LRWz4QQBTAeCxK/T/qTw/uMQA0Mb8dlWJuVq5kn0/CH+17kDLZ0c7Z0c/NSKCEhIWG+OLJjOLKzUGNSNwLwTlV63PvY454zzYhbRsa3EAGE7LGMUspctFKz4B9rOXbZ5YOHRxLwG+OfmvxYKAz8GiIuAMOeeX1FKs0O4ecR6RAY9szABmNwZrFazcwFkyuwmutBBBHdWZQ2szI+8UnQsGcgvFNHn9yyr2jcH/pcgHdaCviNERD10Y/LvqIFEx4AwDgJfBsBeH5CaBEgRD5FXDSO7Bij+jG4HoQHniaReDaSZ2n9mXOchzdKIWqDcBAwbvC/YH4HAGBe6OllHLastfpgFDH+37bWaxMT8l+cajxobyxSuVlwZMdIvOGEhISEEO6e+9M8yz8otXbssrsf94Jr5kcNr+6fpgHg7rObvVnLGMeWbs5/FDHYQ/KVbGQdv/uFRlO2M9S/9uHXf3759D1lKFa7AMzxb3Fec2h5btJ49PY6uFskpJpx7nIa8qjIzLuYZAsyToQQ5pa1Vo9anta3M40H7Q0Fev/b01unl6X1h5Qz8SNzJS1W9uLe1ml9brL9dO1N1LQCwlBQo1FdZq6RICtfuT3TBZfWnomLdxVOOQhU00jXrureNCEhBl8BfnhgUK7kFegAAAAASUVORK5CYII=")}.xloader2[keyframe=success-03]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAC5klEQVRoge2aT24aMRTGv8+0UkS6oDeYLlMilSxTKpWeIMoJQraVEnyDwAk6yQWAGyQnCFFDWcIiE5Yk6gFKFkAqFb8uIGj4F4YwhEGa38rY8+z36dnG/wifqepGrGVaewQtEJZALIJ3iiq3a2/d+d2emzd+VFLRdasr3QzBVFvaCZKDMqKX7krXAvDNj/am4YuYrnSrBGPPfiR470dbz7GwmLJ2EhBMFiK4AtAEUKPi+aJtzYKzP5lN+djJgjiB4EqE54xIKWnHay+pq6obsba0833vcvPU44sYP7k+vimQPAAAgTQjjOzv2lslL7ZqqZ69APa6ZT/NmBFz+ev4NuPFNnBiomozC8GFO08o9vXRrZ5lG7hu9sT10a2mkh9DmcRh0o4XptlMFFPVjVjbtDNCSSmq08/2x6XPRJOo6HrKiLl055Hcn+bPxG7WNq0siCzBlBGTX4ajXti1t0ogDt15IiPRcjEmpqydBMjBgKPwwV8X5yNpxwsjgqb++Y5HRjAUCaVU2jfPXkjSjhdI7otIEURq2ndDY6asnfSQGJHT5Nn2zFkkKAxHRpBxpe+jajP7yv4sxEBMRddTABKussKO/aE5ZhFgBmKMMUPdKaqi9uu7sxjKlRrM3SJSXLeojFHWTtrLsiEkZD4Cu9CcRVU3Yh3TOTAwzS9n20UggFsAr7RMyxaKTbLwNM7XVgxBa5CmxIA1FjOJUEwgIL6OZq2lmKpuTDynW0sxj3h0L4ihlCoBayrGGJNy/97ARg3w6ax5pQjud057i+K1jIxSqgDBPYCHIGzrF6aqG7FpE0FISEhISGAI7La5f52RB2B5PSYO5AqgrJ10/17GAgCQe17sArU26z+OyENGTvpFLiZbDBOIblbRdcuIOQGQHisU5JJn8ayXelYuxvnuvPvzVn5PeOHxQDI9zxXkysdM51/nL4WjVyu5KKPWvHepK48MAPw8uvmkFGsiUoyoSHbZr59CQkJ6/AdFXAeKsJ8XRQAAAABJRU5ErkJggg==")}.xloader2[keyframe=success-04]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACr0lEQVRoge2aTU7bQBTH/29ctSJdkEW3ldwlHxVhUyklVal6gXACyKY7wOkF4AStAxdIegFyA0DCRKpaiao1WaBKob0AbNigzL+LmNZuPhwSB9nIv02kN5438898vfGzIGIcy81Rc0EgJsFWYWe+FnUb/ZAonDiWmwOxSbAokKy/jFrKhd1ZO4p2wngwTuWjjR+rIrINwgQA6fHfiDDbZZwQI4vxRqPar5zkNwAnhjL6PtPD3x4AiEj5pT1bv22fRhajoLIaOmAjWVNK1acwdbBYeXZxG3/UtETE9PzsOZtuPSOZ0qI9vJ+x1oyz4W4DWCal/tiYqt6m4Z6+BFt+G8ELQ4yVvD1zMIyPSDaAqDhaP7VEcRvAdKBAUFqy56ph9WMlBgAaVtPUWlcheB0oGEJQ7MTc4I3SR79NiXozaMqpifdqRAq7szYEJb9Na708qE5sxQDAkj1XFZEVEOcgDjMqM/Dw7Zpm3n6/RTBriFHK2zOtifU2YrrPmc7BZQoEWmsbQPHOezUigWnmWO4a0AlNPE7usjPjElwzDBxal2FzNG4EppmhHy60cf1KlH5LoDnOiZ6Sck+JbTgTxrF1WiS5SrBVqMyXgZhHAIMguQegKBCrYTWXgQSL8UN0rub3Q4xmDki2mMv/DckVw3+hFkETSLIY301UIC0gyWJ6kEgxDatpBgwKrc7P/eAESKiYvD3TgqAE4tx7a5Ooe1dKSkpKSjKJ/bW5YTVNTb0FABnJlAe9/horQTtpHMvNtdnev8lgX+HqEOifR41tOONYbo7kvj8Vz7YMzFzHUszxxulmlxCyFvY9QezWzOf3359et9Uvv41krbAzvxZWN3Yj8+LD898kvv41kJVhhAAx3QBE8AnEE6XUWr4yXNo8tpytnz368u7ndPiTKSkpKR5/AAVY7xKWYHr1AAAAAElFTkSuQmCC")}.xloader2[keyframe=success-05]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAChElEQVRoge2ZP1LbQBTGvyelAHsy+AhOSWAmSknMTMQJMEVm0pmUaZzlBIETILhATJkmcAPMjBWnAjJjxSXmBmlQaLxfChDYjh0k4YCU2V8lvd198z7tv7crYIqcqLOSrwJnmj6TINNw4teDVQiqANavTacFKay89J79nIb/uDy5T+NWvVODwANQGilyLnHpAGje5cNXgUPyUCA9Edl65T0/SBtPKjGteqcmIpsAymMrEOcQ9GI50/BEpATAIbnf+tBp2mJvLXnzzaRxJR5mbdV1NfXhHwXEOcADWNKoeAuncf216p2GiNTGFDUKUthIMlQT9wzB0ojhHBY2KzsLjaS+AKBoFVWowx4ECsDcQNF6yND1VbAW9+OkWgD8escDxIGFRsVLJ2KUE3VWCnWoxoiCiKzFmUtTWc2mSVt1y33dPxCRFzdG4qiyu+De1db6l4GlYcmb7y3vLjogd26tjD0HM4uvAqetuu5jx2EwDDC0mvkqcEB8BICCFN49dG51X4Y2zescqQQAF/1fRwC8R4kqJTdLM9/QtoC3Am4DOBabueqVv0IwcxvqXeQuYODm2LAtEHcw1clcBhALjapAXACgporMuRRDyu18FryOHnMpxrZlKFeL7h1yKWYGM0Ni2L8acrkUM7qZi1wdGHMpZhJGTFbJrRiS36Nny7KaQI7FFK2iC3JHRNbS3LEZDAaDwZCU3Byb26pbpubqrDW7N+kK7F6/AR+Kr+pHVVPvQ4ALXlQBrIyrl/l0xleBo6k/Re/R2X8cmRbTVt0yiP3oYhIAqGVjUv3MzpmBv9C3Qsi95d3F9UltMtsz7OOpUL6Q+AYyBPjZsufeP3ZcBoPBYDD8F/wGzkTetuZ9DtsAAAAASUVORK5CYII=")}.xloader2[keyframe=success-06]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACEElEQVRoge2YQU7bQBSG/zcryKI1N3AWXdBkkeyAsKAnaHoC0gMUzxFyAVSbXqC5AT1BgoST7lwkTCqxSI6QIDWsMo8FduW4aeuYFGr0vo3nPWve/L800rwZ4BlBDy0Q6JF1a24PAWBTbXbqbnmSZZ6vwxoYDhhjpVRn190eP1RLbjMDPbSNMYdMrAlkRelxw6uUs8z3nXAEwE6kThUpb9fd7uXVpPJM6h9dOXOeByC0E0aQEvc3tlJx07DpnjuXXV+HtTy6VjLj67DmO2HAxG7KBJj5gojeZV6YVJOZL9J5Ah2AEZw7lx8DPbKWzf0dmbfZQA/tOc+DtAkwzpRS7bzbw9dhDYZbIGoBeLlYmnv7XvVN1lqrmDkwbLqJ1JSIWnvu69OsNf5EoEfWzPxog8hJ5hteJbPGzNtsAxvfwDgDAGbulKhkr8sIANTd8qRxUtUg1KN1piC8X1d9QRAE4Z8z0EM7nft5IDGY+vr7DtjsNbzK8aMqW4GBHtrR4W0zc2f/pNqK/y09Xb9+uH6x8+nVzWMJXIV0J1Ki0lZ87VjaAfyvRoCoE0kww6wZj3NdAZ6SulueLHTbBsU1AwAE9BLB23hYTDNK9ZJxfJkrphnQwjuDgrLuv8VknAwMjA0U1MwvLznm/u2hkGYAAIwv0WiqlPr8lFLWQl9fNZe1NYIgCIIgCIIgCIIgCIIgPFPuAJuxuHyn3+3uAAAAAElFTkSuQmCC")}.xloader2[keyframe=success-07]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAABsUlEQVRoge3WPU7jUBAH8P+MKRANcAJcIaFQuEXWSjkCnGBDC1ryuEG4gcMFgBMsnIAg4bWoAsWTJRrYLbcKTRqUNxR8oxhsQ2Qsza+ceW8842c9GahAbGwwibo0iaLvidu2DyAQyIBAPRE59Ng7WYmWrj9bu/QwiUn9kYzaJDRg5oM8zSQmbTpxxxnpfSbe+cxQhYfpm6u5oRu2Qeg8BQVH4W5jNc/+eMteg7CQlRdIj4i2w6hxXrQ3LrI4NjYYyrD/apB7c3lrzPBMQERrEOlC8PdtnkBNCH4X6et5b06xsS0I9t7GReTAY69T9vNITOqP3KhDRD9fhG/CbiP3C3qUa5i4bfcAtF7GROTCY8+sREu9og8dJzGp75xrAWgyc6dM3Q+HiY0NIOi/Cop0w91lU/Rhk5b3ZAYAZh92rIdRY3+CPZU2lWcREwfOuRYYh2VuGaVUNRKT+qe/7I+sfKE/gG/AJ5KNqpv4MvGWvczK1e1kIJA/WbnaDUNM0dlmulh1H18m6xKo3ckAgOeJGxev5zAs/8bFaznM/O30/6p7UEoppZRSSimllFJKKaW+vTtbmI1qZVknjgAAAABJRU5ErkJggg==")}.xloader2[keyframe=success-08]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAABMElEQVRoge3UMU4CQRQG4P9tJAEKwxGwlC3UxsRAsUfgABZbWcp4Elc4ALGwFk6gMaw0JFqAlFwBGhIL5tlYuAnZZTGDxPxftTuZN+/9O8kCOzK6GhVc9/BcNwCA2EzCz2Jp8BTOii777CQMLKoQnBcOl48u20jegjczqyztsiWQeckr3Z9FR/OsmqGZVld21RORE1U8NNr+5XbjpssV5tV8NK3arkAqAABFv972m3nOGJppYFVt/a72kqduEwebbhy0xreqaiT/ZSZcRMfPvzogxUZh4takCyBMLCr6Za8crtv/VzI/87ogauWm0alFrobaVurNxNfjCMkgCwiCRqf27nSqLWX8muX0x8sCgqAe+XsZBMgIoyq978e9D0JERERERERERERERERERET/yxcTK1INnxf4AgAAAABJRU5ErkJggg==")}.xloader2[keyframe=success-09]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAA4UlEQVRoge3SsW3DMBCF4XeEB9AebtS7sEbRAlE0QjYIN3A2yAhOw7RKAAspPUMKq8y5EqAAlmMIkKPi/yrywOI9HCUAs0l1m78/fG3/O8eYcOvD9Nju5Go8/Lyl6hDnDDXV6q8HTX3MTn56lVT0Mx+cl+RqmaY+Zp13e5Plg/G3BSvnjTXN1W/Wefcs6VcRmYpNXH/MG2ua0TKpap8klf3d3T+DhXypRSTJLg1T3eZyNYPRojfSu7iZoJAN72ZWLr2INLIZSUrVIbpUWLC4ieuXO2YCAAAAAAAAAAAAAOCOzsGQO5bS0DrnAAAAAElFTkSuQmCC")}.xloader2[keyframe=success-10]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAA5UlEQVRoge3UvQ3CMBQE4HspQ0FGgDoN1DSMwCJIHiVskE0QEhIl0EAJ2SAUSYcfDQpVHAmDxc99lS27uNOzDBAR/QLpurCeH4yI9uMoXoyzYRki1LOcZbbmlFRanQSSKLTsSW/4yYUi12FtayOQBABEZf/JRYCOMhCYZhlJ9vY0nlqf2cYcp1bt8r69TBZpEijT01onY+111mxU8xBhfDmemYwetyR/fxR/7WUETZlJlu6CpPHk+gD6wVK8iPs3+zJ/UkZRBMzxEq7JnKEooFhtzHEQKhARERERERERERERERF9jxs0MjJ8QlDNewAAAABJRU5ErkJggg==")}.xloader2[keyframe=success-11]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAABt0lEQVRoge3XT07CQBgF8Dd1g7CAI8AWSAxbILHegBtYDyD0CHgCKxeg3gBPICYCS2UBLI03wA3L+dzYUhPaQseORb/fajppk/cy/TMFGGPs35h0F/1pd9n77RxxRNwJM3tlSpKPAECgcfuufpF+rGSMuBOklK43FiSeUk2jKHJlnq+XtjDoFgBAeG8NamUdoZKKXBlhUH87FnbqaRSFlpnayw6AIgAQ0bzpVEfaUiUUWoYkWdsDw9WQRVn4bSZgesPCyamrIYuyqGem6A0aTmWtIYuynWVm9sr0DwiZfh0HxX5njsnOMjnkXr0xCTrTF0fNzjLBZ0RAlF7st5K+SMmF32aEB2+4waajJY2i8DIG/I8kEV1qSaMotEwe+RGADwAQEOa3N1xGhZZpOJU1CI53LEkO9URKLvLVnDfyDr5WB0B50ltkulBkmYZTWQshrMCUNbEXVsjpvy72o9l0qiMQbvwJwjCrhWJ/mz2T7mIMgfPAlVctp+amESqpvbczrUHNJKJ7fyKDK3TQ3qw9qFvBQiTJ/PFECg7eaHqFiGheMAqZ/5Xey7Hs1xhjjDHGGGOMMfb3fAKdRn2yKLdT4wAAAABJRU5ErkJggg==")}.xloader2[keyframe=success-12]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACLklEQVRoge3Wv2sTYRgH8O9zdUih0nNxiiVzIxicgqka9Q+wnVwEkz9AyZitJ0K5rUdcxKXnJG4FURyEpiVioFCv4I9FcVDsJE1R6lXSezroe2TwEnN3eYn4fKZ735fjvl+O970DhBBCCCGEEP8Rilp4WXtXDoLgIgCUGvnb+iLFdyxqIeBgrafqP1HGiFpg5m11/ar20dQTJ5nIMgA8deHDL2jIklh0GTbCMkFwOK8lTUKRZWiCm+qaCTe0pEkoskzJyXtgrAMAgcwXtTcVbali6rdnQAY54YCxOO4HQd8y55zZ1Z5TLbfP+ysaMsXWtwwAkEEVAHu/h/Otm29rI02UwMAyJSfvcUCWGpPBy+O6fwaWAYC5u7MOMz8IJxgr951n9shSxRT5b/YnrVuvXSIKj+knF7a2nl7+cMU7YXXSjza8v3ozylzjdOVgovtQjU9+nT47+f1grbhTz6WeLIah3ozy6M5Gi4hK9649x4/MT4DR6Rp0aTO75A2+e3RilQGA663G+fczXx4T0bSaY+JqO2u7qSSLIXYZACju1HPoYpVAZ9QcM7vtGbuaPNrwEpUBgMKuZU5+810QXVVzDG76U5kF3QdD4jJK8VPdItBiz5TXJarq3EeplQGA4ud6BQGccB8xOky80D5lN9N8TpShjuZB2lnbPTSMMjP/+v0hmACc/nelJ9UyALCZXfL845kcg7eZec+fypTTfoZ2hV3LHJePqRBCCCGEEIkcAV/DqdE6iS5GAAAAAElFTkSuQmCC")}.xloader2[keyframe=success-13]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACYUlEQVRoge3WsWsTYRgG8Oe9ao1Ji+muIZmkCjUVghcdTMFBXNS/wCvo4KA9J5NM2drxnBQcjE6CQ1NchQSxtojQVIidajUJFCcTSNsY670O5atpIWly6cXB97fdd1zyPNy93x0ghBBCCCGEEEKI/wG1O7lkrvk37c0p0mj5onUm069QTrUss2CuBG22swCCDK74yBcat0KVPmbrmtbqRNQa/crMVQAgkH+DN2b7F8uZlmUAgDQyAKhCsXf3Ppv9COVU25kBgHmzYIDxTB1rpE1ErdGcq6kcOrAMAMzfL2RAuA4ADK4Q0cQl62ze3Wjda/uYKV7NazDzMrAzP8ycnTcLYXejda+jMuNWqOLTfLHmQvWjjY+Pnry+1ukf6evxoF6Mr0WLiRtOwx6kozLA30K/YdcAwNMYHPhy6vsrvRSPdfQD25QmoiAIs9FywpWNpOMywE6ht+dXbm8NNvDy6nt8GFv1Eih7ofRwqt110XLCJOAyADBzlQfYlRdwRxvAfnffPB1bOr36gkDn1Bozp+vDngf5kdSeF6u+Hg/SL1oCwQ8ATDy5eHIm3VPqFrq6M8rjK3c+1Yc8MWY8V2tEZByv/cxGysm9G8M2MqoImOfcKgI4LAMA+ZFUZTEwbTDxZNNy+IjNWTXkeimeUnePmatbwx6jt7jtOXrM9ouUk+EB284R0YndRYYFgtl0fHMhMO3qx+qhlAGA8I+U31Or55rnaBfz3EJgxrUtWTm0MopeTKSJcKtp6dvW0LHw/o3BDY5nphU1R+qLm8FGP4q4KlJOhvVSPPWvcwghhBBCCNGzP8Sb0O2WhgmUAAAAAElFTkSuQmCC")}.xloader2[keyframe=success-14]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACL0lEQVRoge2YQW7TQBSG/xeCMFKQ3GUlF8EJ8KbC3rlHyAnIDciOSTcxmyY7zAkoNygnKKwSKYuYE9BgS10mVRekAvpYtHYmhRKNPa67mG/lefJ7M0+Zz54YMBgMBoPBYDAYbsFLROglIiiSS5rXUgovEQGBjq+HR6OdQVslv1HBmsoQrS55pprc1LmSMvhprwvGCwBg5rPlEytUrXEvfhl3Htq4RD8PNNCNt8KFap170Yx1fhGBYAMAA1/GzvCwSJ3at9mV9HiVjX8TdYvWqr0ZrEv/fuIM4qKFam1Gh/QytTmjS3qZ2prRJb1MLdtMp/QydTmTS8/gt2Wkl7nzZmTpAcyWLSv6b4IChZ3xEhF6p+KZSs5f0nN56WUKNeMnIiJQn37SVOW4flP60dPBUZH5b0O5GXce2szoAAAINoGOXyZvXm/K8xIREK2kR5M7qnNvQrmZeCtc4CFcBn9dFWlE3nfxYUPqmvTj7eGJ6tybKLTNxtvDk2XLCpjxMYsRUcdPelN3Hto37/fTXpdAlUgvU/qf5vXT6V0eYCx+NWhv4hzEwNW2fHx+8S1zBYy2blcySp8ARs4gYvAeM58BAAh2k3nqpaIDVC+9jLZvALvpvvuALw+l7QQGfyZQkI+b/LwKVzK0nc0mzkG8bFkBmD9lsbVGKpJeppKvM14iQgL1pdDsR+uRq/MF+S8qOTWPd4YhGO3cI81v+lrYTfddPxGVPIYNBoPBYDAYDIY74w/BZtxi9Woj8gAAAABJRU5ErkJggg==")}.xloader2[keyframe=success-15]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACSklEQVRoge2YQW7TQBSG/xcikUpBhGWlBHqEbBDOzpyAcINwgpYVEzZ4RbzDnCDpDcoJGlaxxKLJDao4Upe0UhdGEX0swGLi2iTjzMSRmG/5PPM8LzNf/GzAYrFYLBaLpXQ683636FzSuZBtcSLhEegDg8eo4k146F+qzN+bYpwrcURLugChkcQY7MX12ufpE+96kxwVc8tTg5YI5EIAgEDewW3sbZqjqn1VBXAi4QL0Kh1n5pv4Uc3bNM9e7AyBRpnxCnmbHjFgD3bGiYQH4Fk6zuBZ2PQDlVyl7oxzJY6I6Tjn8olqvlKLyZIeAJhxGrb8sWq+0opxIuGC8qR/qLwrQInF6JJeppQ/AJ3Sy+x8Z3RLL7PzYnRLL1O4GGchespzDEgvU6iYTiQCYho6czFsf/fu/cp5mJB+Nb8izkL0iGkohaZc5dfr2vWkvU/HGTwLW35bdR1ZKO3M88X7Nt3Rp1S4TUu6+N0sZmNSehmlYh7w3ShLXhAaBDp/Eb3LXLBJ6WXUnKmiy+BZfrJKkPbItPSr91cgPPQv43rNZcZp3hgi6h3c/jhPCjIt/UrOohM7i/4JGGl//sK4ZvAZEfXuX9InvUzh58ykOQgY/JKZbzIHEBpZhfxB6/FK2KoDCFv++Gel4v7LozS6pZfZup351vw4jes1F8xf1o01Ib2M1k9NeQ9G6W5vJ81B4a54Hdq/m3Xm/S6DR0T0WI6bkl5Ge9c8eTo4y/HI2PFKMPIKkHjEwFfArPQ7pROJQKWztlgsFovFYvmP+QUdqfjXMrhB5gAAAABJRU5ErkJggg==")}.xloader2[keyframe=success-16]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACV0lEQVRoge2YQW7aQBSG/4ci1ZGImi4rQeoblE3UYeeeoLlByQmSrmpn5W4Ku9ITACdIegKyi6UuAidIhZFYphFdGCXNy6IxGlygjBnXVJ1vgzwz7/F+j3/PkwGDwWAwGAyG3BEj104bSxrrWBsRug6Bugz2o6L1uffM/64SX8iqsDQQqP3461vj6LI68A5U4jdGjAhdH8CL+JqIbBBOVQRtxGMmRq5Nt3QJwq48zuB+UG5UVs2zETtDt2gmhTxyrJIndzEidB0QvUmOM6MTlBvnKrlyFxObXoaZb6KdJ0q7AuQsJmn6GCqQr/paBnJ8AegyvUxuO6PL9DK5iNFpeplcxOg0vcxfF6Pb9DKpxaTpbsXItYnpKDnO4P5Fqd5MW0tMKjHVgXdAd3T1Knz/W2HLyML0M/lVA/aHJ5Wte+7GRTFzO9qx3v3pEYnb++Q4MzrBXr2mWsc8lHamcu3vbjG35LtLRLXtH5Nu5dqfd8enZGV6GSUx1njSBDDvQKtsjydX+8OTuYddlqafyacaIAZemwhvF80z8WFQarSn6zM46Reh/AII9uo1Jj5cNE9MLTFwW9PrjE0/899pA0XoOmCcEdHTBUt6YHwA4TQ5odP0Mms1mmLk2rjDGYFerhrzy/SWrdMrMWt1AMHzxreoaDnM6Kwao9v0M7l1JaoOvWMwPi1bk4XpZbT1ZhelepPBr5n5Zsky7aaX0dpoBuXG+c9CwWFwPzm3bnu/Ctq75q+lj72oaDlg/hKP6T7pc0GErl8NPa4OvX9bSIzqJ1aDwWAwGAyG/5gHTJj1yxvyYccAAAAASUVORK5CYII=")}.xloader2[keyframe=success-17]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACSklEQVRoge2YMW4TQRSG/2cc4UggmTLSOpgTsBSRJp05AeIEmBMQunGqpcHbYU7gzQnMDezOK1E4OQFR1pJLJwqFkYMfBQqM1rvCs57JBmm+ct6+p3ma92nGBhwOh8PhcDj+a6jsDaiImWzSDQ3A+DDe737Rza/Y2FRRaIkeAB+EgUjkUMxkUyvfzrb0EYlsEWiYXucqP4v3wvNNatybkyFQlF5jxsmmjQD3pBmRyADAU3WNma8Wjx8e6dQpvRkxk01iepdepwoFp0+CS51aVXPbKgYt0QOhrq4x+Cz2wp5urVKbEYlsAfQqI6Q1XreUOma50jfCUZF6pTVjSnqVUpoxKb1KKc6YlF7lzpsxLb3KnY+ZaelVCp3MwfTYf7BaDX5WKq+/eh9PN83Ll7629akABU7Gnwf1KnOfiJpV5omYyvYmebakV9FuZvd6EQHw/2yGqS8uZP9feXnSj73uVtKraDUjprINWpeXiNqHSWfiz4N6Zl4iW1l5MCC9ilYzsRdGTPw2J+zvXv/4djA99tMBm9KraI9Z7IXRDdELZr5aCxLq1RUPVY9s3PR5FP6l6c+Deu37YkSg55kfMHq8w59pSZO0KyC8N+nK37JbIi46ERHeZAYZl5k3fSNcG0UTbH1pxvvddq5H6RP5jfHxusXICyD2wojBLzM9UrAhvYqx50zcCEfYgc/gs6y4LelVjL7N4r3wfPGo1mLGSTpm8qbPw9r/ZofTzhEYnwC70qtYezWPvW5P8cjqeN0ZeU8ch8PhcDgcDscavwB5rvcixgWSzwAAAABJRU5ErkJggg==")}.xloader2[keyframe=success-18]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACQElEQVRoge2XQW7aQBSG/+ek0kQKqrOsBBE3iDeRnFXpDdoTlN7A2Zls6lXMLnCC0hvkBpBVLGVDT5A0sZSlg4hUWxW8LlqqwRA1Y8aBSvPteE/zPKPn73kADAaDwWAwGAw6cW9bPfferxdZS5r3shJHccsD4wwAGByku6I73AsenrveKm9rajhJYGOKz7PfBArEYzpQqbExhxHjrAOCPRckdFRqbMRr5t75DQL15RgDF1EtbKjU2ZTOLHRgQuSpFtnWs5fi/JH+YD7K3atqOFSttdbO5KUHAGYe/dgVQZF6az3MUukteCrjWGZtA0CX9DLr7IwW6WXWMgB0Si/z4p3RLb3Mix9Gt/QyhQaAkwS2GKdnaUUcq2yiDOllCnVGjLMOETV3xtn1YXziKCzVLr2M8mGO4pZHhI8AAIK9PeW+G/vNZ60DLZH+dCXpZZReM/fer+MnhkT0eiHJ6Fzuh8fL1jlJYO+Ms2vZFWYepRVR1+HKDKXORG/aNxPLagD4vpAkeO6d33eSwM6nypR+fgsFcJLAFo/ZOQFv8zlmvplY1ofZ61O29DKFBsBwL3iIamGDGV/zOSKq5zwqVfq5Z69awI39JjF9eSJ9DuD9fIi7l7X2Zh4GAA7jE2drOh0sHQwSZUgvo+UGcFU9HaYVUWfwt388Tbv0Mtr/Ari3rd7f75BEWdLLaL+bRfthk4k/5eNlSS9TykUzqrZ7DH7HzKPfEb1f+qco7dYc1doDvILDwIWO673BYDAYDAaD4f/iF3Rl8T+Uk8tSAAAAAElFTkSuQmCC")}.xloader2[keyframe=success-19]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACM0lEQVRoge2YQW7aQBSG/0eR6khEMstKWMoN6i6QzKo+Aj1BxQnq7AybuJviXckNyAmSG9CsYimL+gZpi6UuIQpSQCW8buJ0TCHI9rhG1Xy7GfuNZ3jziTcDKBQKhUKhUChkYv10j7LGksR55MacePrB3eIGhC9c5ePglf8tTXyloHllQrtbDEDQAbTpF321xq6dJr5azLTSY41dm4D3cZvBNK9pYZox9ikzg0SrAiese9M0A+xFZlpR1wHjddxm4DJo+MO045SeGXPi6VjhROx7IHKyjFV6ZgTpH+HT60Y/lSsxpS7mL+mZb+eHmpd1vLK3WW7pRUrLjCzpRUrJjEzpRUrJjEzpRf75YmRLL5J5m+WobqVKnxwqA82oZ9KSbqyxe7L77T+0oq5DIKnSi6Q+AghlerznL+5rLzu7ft0NcVgSvblufMrtSkzqzGizuZOUF+2D2WLUjHrms3EbpZe3ECDDYgLD9xj8ca3brK541PrRbW+KscauTZSU/r4mR3qRTM4Ehu+B8Y6Zb586CToI51s8Kkx6kVzH5mbUM1/waihKDQDMPJwfasdh3Zs+/tN/fnoGXAZG387z3W3kvgMwJ56uzRYXBLxdexQuiTrVFY+KlF5E2oVGa+wOAPrw/Ft8emX4ucuWbUirza4M32HiTsIjgaKkF5FaaAYNf/hQqdgAvm/4UiHSixRyb7buUZHSixRyBAjr3jQw+jYzzgA55f1esKsyUCgUCoVCoVD8n/wGU73sgpCDFaAAAAAASUVORK5CYII=")}.xloader2[keyframe=success-20]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACM0lEQVRoge2YQW7aQBSG/0eR6khEMstKWMoN6i6QzKo+Aj1BxQnq7AybuJviXckNyAmSG9CsYimL+gZpi6UuIQpSQCW8buJ0TCHI9rhG1Xy7GfuNZ3jziTcDKBQKhUKhUChkYv10j7LGksR55MacePrB3eIGhC9c5ePglf8tTXyloHllQrtbDEDQAbTpF321xq6dJr5azLTSY41dm4D3cZvBNK9pYZox9ikzg0SrAiese9M0A+xFZlpR1wHjddxm4DJo+MO045SeGXPi6VjhROx7IHKyjFV6ZgTpH+HT60Y/lSsxpS7mL+mZb+eHmpd1vLK3WW7pRUrLjCzpRUrJjEzpRUrJjEzpRf75YmRLL5J5m+WobqVKnxwqA82oZ9KSbqyxe7L77T+0oq5DIKnSi6Q+AghlerznL+5rLzu7ft0NcVgSvblufMrtSkzqzGizuZOUF+2D2WLUjHrms3EbpZe3ECDDYgLD9xj8ca3brK541PrRbW+KscauTZSU/r4mR3qRTM4Ehu+B8Y6Zb586CToI51s8Kkx6kVzH5mbUM1/waihKDQDMPJwfasdh3Zs+/tN/fnoGXAZG387z3W3kvgMwJ56uzRYXBLxdexQuiTrVFY+KlF5E2oVGa+wOAPrw/Ft8emX4ucuWbUirza4M32HiTsIjgaKkF5FaaAYNf/hQqdgAvm/4UiHSixRyb7buUZHSixRyBAjr3jQw+jYzzgA55f1esKsyUCgUCoVCoVD8n/wGU73sgpCDFaAAAAAASUVORK5CYII=")}.xloader2[keyframe=error-01]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAADwUlEQVRoge2aTXLiRhTH/681CyI25ASRd7HxgiwJVFkXSA05wcgHsN05gfE2G8vMAYxPEHKCwVXWsISpikZLmBuYSkFmQ78sEB/iw1bb4sNV+q3Ur1vS+9Pd4vXrJmyIz2fBiaKRRSBr3m4K8+YX9+BxE++kJB/WkoGtWN0CsNa1YfBjlrIHmxAkknyYYnWNJ4QAAIFy3/G9kOR7J7xL9GmM/pq+7oPRwVhop3hz2Ez0vSGJijGFWRmqoWSmR8OgTgaZzqbmx5vDk36hJQMrbvtE50ySPJx9lWC0FauuJ30nzj3Pivl8Fpx40t/IhH0KIq5MC4zbOIKeFONd+G0WqglGuyUD+9UeasBMjajheUFrxXgX/i2AaY8opezXuadH+eORC8JpxDgWtHaUrBQT/gLOnKlvCtNNwEctSm6+vkpQW3Zzq9oviWnJwGLm64iRYO/qE1ty83UwruZMhSEPr1e1XRIzUqMqgWbKCaclN99J3s34lGr5KjN/mTM5q4ZbRExLBjYRfZgaGPclN1/fmJcaGMKoAOhPygJiaahFxCilZKRSCGdTzulSdA97gkQFjHswroruckgUCWeYqUnE78fXfFe8Oextx9V4hALsdfVLYeHD2VcJAFnjh3oaV6WkpKTsAgJmWRUG97KU/f2tfpLfAcCIR38RKEcga6iGEkB1p17FoCUDO/S7R0RXv7pHDQGM0z+7dk6XkRo5od8FViyBSWzG+LZLx17CQqa0CcwCzd7EyuD5RvsL4WTRFIrhzqwNWVty58Uspp9IUAcIxTCL3qwGJ+uWpfuCQjQfQaBHIBRjGNFMyGD0n7Mtx16EQmWu1J+sbQQwXvjMfwQiOas9hIln84XHkx+IrDR51jsrJte+0JKBHfkrEWjMLicXwpilkhj323JOlwwyHUxyAYxvJsypmMhKsyUDW0FZJszGPoc0nvQLPCK7/PFo67m8lJSUlD1kG3GbJ/2Cd+5f6u7YaR1q8M79KgiXAHrMXC3Xju+0vHyGtuzmBjy4JJAExgcgyjfHP8a9X0/Mhc/zZQY3DTJWJrF1aMtubqAG74moioVDEYLEQdGNl/PW7Znmmritx8zVrMj+rRM5eNIvMPMHAM6qpTsr+kPnX15r65wzxm/hLlZ/ocoiovqQh5/izqlwh+4TgeSSEMa9IHGgG65oiSn/+fO/pVq+KkgUmHnVfClonIuxFkUw8xcQTku1vB13aM3zqlNNbdnNhakpB4SfmPmuXDt24t7/cP5Ph4gsZm6QIHfX241TdnHwIeWt8D/f94NPWfUPigAAAABJRU5ErkJggg==")}.xloader2[keyframe=error-02]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAADCUlEQVRoge2aQW7aQBSG/zfpJmRRKnVfV12lRAqVuomIFHKC5AYlm+5Cp+oBoCeIobtuQk7Q5ASAFMomEkQKQV1USW8AC9jZfxcB14QCJtgJlvytPDNv3rxfnrHneSwIgLpuG7TwCsIkwbhAOqtq9eSd+boTxHhDnvnhpKFv4n27vwPBPoC0TduA+tdOED329gHs+jHeJHwR02e/DEFymo1QXvsx1jQWFlPTrSQ4WQjJS4F0oFBadKxZiB9OatnWKQR7ALokT0VJRUFVtsz12wf6ywFATMUK86wzX8QAd3coZSaaC/vJtvIQ5AbFJgQHXv2q2Sbe8EMIABA0XMUkyXJdt9Ne+vomxi9EiUny0ilD4jbtck23MjP7BhrZAxk86kuDdQgAINgRkd1pM2CimPPs1QeBGFA482sKzcv54bUWxaNheZag/06z88NrLSIlCPIgfgQV7Cy2v701QRaGZYHEQRxPsh8TU9dtA8rOuape+BzjXKSKG5rkiatq4jttTIxF61gg8WGZtuT9DW9+tosbGZAFEFUIDibZjayZum6nbdplp4KopoqJdHBh+svInbFouadXVymVedxwFsMRU9dtQyBpp4UsPXQ78lQ4Yizbyo80qBXz0aNZEGfXLJBbp5aobhXCdVcAl5iYipk9u2cAwJpa008WUUTEcvHzsL1T0y1nR7B0KYBXatlWnsqugGgM04PQigGQdq5sGEC4xYwRiVkGKNy8XxdaMe40ZUgoxdz/WiNKmkBIxVgWR7JNQYjFiNA9xbrDVCWUYqBw6lwLwr8pruu2Uddt46njiIiIiIiYylKezwB37xGb9hHBtIh8TpmJ0qw+S7kDqOlW0qLVALA/OMbIzewEn/4D8IvBidknEHlxTxrij5f+SyGmoW/iPbu312c/D7nL5x2Is5iKZbz4WQoxffbLIjJ+iER8TRUTea9+AlkzF19+vfRqO0i0RoUQVSVqdx4hQIBPs4uPv5+///6m68X2PHvVFJFNkpcrakVvmeuVoOIKnIa+ibu/TEZELDF/Ae4lGVO7q8a1AAAAAElFTkSuQmCC")}.xloader2[keyframe=error-03]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACq0lEQVRoge2avXLaQBDH/3siKUyjNwguHZgBlw4UzhOYVClNXgDfI4g6jUKVmRSBJ0jewPaMNZSCGRhKnCotnonUcZsiCIsPY8kg+5TRrzp20N7+dXvfIiSAI0cVVlw2hHF9Yh/dJlHHJmgfTlw5MT3lnYHQAFAhkLmogOjDO/vtz33U8xi5XR525KgCxoXHXp3oXkAYVlwBoLeYnhwXFCsXAOiBBmbmAQmKJMSVE9Nn/zv+OWxV7WI/bky7tExhzcL4BaAjhLg6sY+u4jjzlGcTUX3up+40R1a1XWzF8bFTn7lpDjtEdM7MXUMYnbgCNvlaMfdB+BS1lfYyAOwDV05MX/kdEM7CdgZPieh9FEHaiAnoyfGpUqoDwpvAFlWQdmKAxVBvr6adIHG4bd4SiUf2BI7tw2mtXWowczdsV0o1tj2npZiAWrvUACMY0e4gts9Xa2k274gXTGzmKd86tg+niUQaA1dOzChxrM0zPntfQfSRQPCVRwBkIhHGIOoLXUszBn6HyhuXKLqy3mdmuc9B0RCG9ZzBJILTHH5zmkP7peOIy8a1GRmvrNde7s9zB5Pxv6LlciYKPTkuKKXOSdAg2MlqvQLYxoxnLggWM/9w5KgCpFjM0jkDqACkWAyAu6AwP2dIsRjG2t4mvWKWSXfLMHE59OsWSLGY8AAA0BRIsZhNpFJMMK8ECCGugJSKqdrFPpi/AAAzd3c5r8vIyMjIyIiK9tvmxeUvgFq71N32X63FzO85LzFf4j92c63tcmZVCHC/o3wILcU4clTx2XcRFsI8OBAHW09ZtUqz4DoFBCtsZ+ZBXuRPH7sN2Omjhn3js38JwnIqMa7zIl9/0v3MS9GT41PFalVIq9ouWlF9aJVmN81hn4jKYFxDQD7lKw2tWN1FZmRkJMdfi6ENv7yNv34AAAAASUVORK5CYII=")}.xloader2[keyframe=error-04]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACXklEQVRoge2ZwW7TQBCG/9kgIRIJ/AjusWokzI2okeI8QR+B9AFKthL3pm/g9AVIzxzoiWtTgZsDhzRS3VyQwpFjkKgPSJnhQA1pUjdxEogN+52s2Z3R/Lvr9ewa+IegVQTp6L4tLDtCUhOIDaBVbhb3VxE7CUuJ6ei+O5LRAYHcyTZFqlryNtuzYnT1wAolfA1gqEgdlrzNz4vm82ARp0gEC7sUPx5zJRVy2AJhBwBYuObXg9aiolRSB18HDguf3jUbEJyBsKtIbSwxwjUWHpy/vKondUw8MwSyBXLbKDhUSrVKzQVGUynNzBYIlVshSTy/Hrh5yu8+8zaG8+WWkK4eWCGHJyBUROQ4p3KNZdZ5REf3XWZuTImCDImouu1tXcyKsZLdbJV0dN9l4RMATyKbQNrlZrE6yzfxO/OnKXmb7TzlbQjOIhsJfZ3HN3UzM46vg5qMyCrkHrXmfW8MBsMKeL93+XTdOSQldmt+/HD06W8mYpgg1d+ZOLp6YF3L9QEAh4j2o1IndRXAPIQcagJpArlgNCJ7JsWMIyS/CtNMilFKtaNnAlm+Dhwgo2IwfYrNrpip8xPDBjIqJg4jJq1kWczv06f6uSEsdG+WCgguGB4gF9vNYmvd6RgMBoPBkCrO9/qV+9ozcQfg68CB4C0AW0SOy0fF2l39Ul+bdfXAioQAABG9iOubajE3P29PcSMEACDSjOuf2mU2JsSJbCLSKx8VnTifVM5MR/fdUMIuJoQUVMG9zy91R4Deq17h23eugPARgitALpXgw/MvW+/oDY3WnZ/BYDAY/l9+AB0M4acS4ZImAAAAAElFTkSuQmCC")}.xloader2[keyframe=error-05]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAB+0lEQVRoge2YQW7aQBSGv5l2FRbxEeiSkgVZJq5U9wTlBqEXCHODNCeIoQdoc4P2BE0lEEtTCcTS7g3CApMNM10YEAKptROa1NH7Vs9v5r15v2ckvzE8I9Q+kvTNuKEW+vD0U+1H3pjIxF5q0zYw9Lv1b/uo40FieuejM6WUARoADnfzpnP0Lk9svz2OVnFAguOL1vr6JKwl963nXmIGZhJYZz8D1e0xv1PPlbPfHt8Ch9t+hwsrqnJ5HL66LVqXLjI5MrHXa4+urLPf2RUyxblO7mQKA0x33crM3CzunY/OitSWxeZkYCbVhVtECuVtDU1xhAf6ICz6NiMTeylpE0sLxdudCc51/O6RyZuviJhguSMbi3Hpd+sf8+b4E30zbmAJt0XlPbZQ7JglLI+Fc+4niuN9CQHww/rQ79YDFB9w/Fquc72v/DtEJvYGZhL8swU26Jtx4++zBEEQniN76Zofk8jEXurSK4drKqc6m9+6Qr3Z/8Addw2gpVAeiovIxOv2qnRiyDqRNXPmwcounZiTsJas2h0Aa21zZZdODGSXwPWD4v3KLKUYpdXN2kZ5AzOpQknFaHSy5apm/nKSbD5YbBVKKmbnp4ct985kF8SMKZqvAC+fsJ4HUdGVYLaYt/QLktPw9fCp6xEEQRAEQRAEQRAEQRAE4RH4DTCLrCQ6IS0qAAAAAElFTkSuQmCC")}.xloader2[keyframe=error-06]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAABX0lEQVRoge3Tv07CUBQG8O9cXSgxwclVNlEGSBwkNHF2Y3MUNwdMu+iMb1DLA4hPoG6OkgC6GEIE1ElWN1hKGNrjZNQ60D9Gojm/8fR+935nKPCP0G8/2DL6ZwDKDL5RrC49Utf66drzT9wdeZmO+ZKaeJM9D94oqZJXeSs9mpVpmf0cGB3/fIHV5paduY/a5Z2KEmqbg5LDToeJLSKqO55TD5LToA0BjP1zl9yjKD38Qi/TNHoVZr4AsPppnAqSzVvpkSKVA+OEmbsfX2j3znhYCdvFL/QyxLTzZcBoQMEMmi9YmWHR3qjqdjankbYMwj4zd11QJWyXb93CHG4ePy3R1H0FkAAwZo+qem3dilsCAG7NXrFgZVtx7lgMdXrqHQBIgNHQlFbK12b/9EHFXQQIuQyBDWY+1+1sOe7Dc9U+fNxum4PSvHsIIYQQQgghhBBCCCGEEEIIIYQQQvw5b7xebS/+SkdDAAAAAElFTkSuQmCC")}.xloader2[keyframe=error-07]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAABSUlEQVRoge3WP07DMBQG8O85TJ1yBBihC4z8GYrEAbhBWRkoPkJvQBAXgJlDUKFGjGFoYcwJkGCot/QxIFcVA5Jji2b4ftNLFEfvk23ZQKQX+75d2TqP/U8KJmZwaecXjTaVWy7GifqJIm0HTq/erBi98c9GzOlhsTtJ0lVLrWZmOprdrwcBgKbR/TQttbcVOqAczccQDNdefUEwOLnbe03YVytBy6yydb7QRS2Qnw2v+IDB2XHR33gQIHCZuaWzqyAARHDZlSBA6J4RWF+q4vnotv+YvKMIYWEUq1kQ4Cl5N5GizpmuiQijnTj114WGmfhCBcOuXGO8oDA90yt8LZDcLZ396/v/FhTmoNj5VNUH/6yi112aneA9k5ls7GuB5A7uPGlHEVpdNMvRrFBgkJnMbvpyGa1LS4uIiIiIiIiIiIiIiIiIfvsGeu5W1CmDl9wAAAAASUVORK5CYII=")}.xloader2[keyframe=error-08]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAB5ElEQVRoge3XPW7bMBQH8P8TOtlDfQRljFWgypgog3uDHEE5QAP2BHVvwKYHqHuCpidwhqgeraGKR6M3cBZu4cvQSFAD1AU/Ymd4v0kkQOL/QPPDQAQLtUpjzBMqCZ2gumimlu26Uk0ZIU8Q8h24VOuRYTMHkAMAgzdDGh4c6YNNtHSOvFamUk3eLwQACEQGJo0VzIfzyjyuyBJA2nUyfgySQbnPVQGAV64DjDUz0F+FfCous2nETN6cVmahVqllu+46XlAhgOOesdaWvebdIBnouHHCuP7Mug0PRn30eb975Knge+YlcS2m7r4Ir+NGCedUDCVU95r5Qq0mceOEcSrmRI+vwPjdtu/5/mP8SP7c90yCaftJoMnN+1sVM1AIr7fZzcWvmoje9mY5L3Q2ixXKl9dpRgmVAO66DsbXn+r2LFImb96v5ko1ORjXwJ9TjcEbInpX6KzePvL5eN8zhc5qIirbNoFGzDyvVJNvGfasgi7NEz2+AuG8bRNoBMb3pVqPwqO5C34BFDqbsaUPva7UsJnvo6Aoz5nTL2PNzN96Xe2ft52K9jY7vXxTPi1o1y8E79PsXx7voDSh5OxYH17Hnn8b53+a/zNMhhMDkx7rw70d0UIIIYQQQgghhBBCCCF26gGbvJQpNWwrvQAAAABJRU5ErkJggg==")}.xloader2[keyframe=error-09]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAB5ElEQVRoge2YwXHTQBSGvxdzMgdUAlTAyy2jHHAJoYLIFQAdpAPUgZ0SqCC+4PFx04HpwBzgZi0H1pHkcECr3RXM7HfTP6O375//6XnHkMlkMplMJpP577GlVlP3cI74vGRLrRBWwIYfvBdjDoH78mKwGVuqIjwAxW8BAyxla0zg3gZzMfiNhgPw7elZUIQHW6oG7MsLrzEDsNe6Bm77IkvZmvW4lvwZnoxDvpoK+NQXWdlr/TyyJ2+8kznhtlqN8KoVWcvWLMfWHspoM+CWAmymNuQ9Zl1kawwNCjy2IpUtdRWi/l/3EbKYVS14yQZ424rplkJQM+AMzdmfjVwSQ0HGrIu7DSywfG9FVvZKF6HPenZ2rMJ/WAoHjlzKzuxjnRk8mRPuevOxIxXMiLoQopkBcN9J94d1YUu9i3ZerMJdbKkbhHetwGWMi2nUZJ5oqHoLgTjjlsSM7Mwe4a4V0BjjlmTMTjwbtyNvQm63NGN24nzcZp20ApDUjEuh7ki39kpfh6qfNhmAn9S9dC6oQpVObsZdd9atwAerWoSonT4ZgKY3agXz3k3Bm0nMuG/nvhXCpDNNMgDH3iYrmHMztuRkZmRn9li+dKTRZl6MLTCKhpoZByz1v/AnYiaTyWQymczE/AKjY5AT6sUjuwAAAABJRU5ErkJggg==")}.xloader2[keyframe=error-10]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACZ0lEQVRoge2Yv3ISQRjAf3vaSAqxsqWwsmFLhHEknSWZsQ95AqMvoL4BPkHwARypbYJFiJWzOI6tSZcSnQH/TMJnwQEbvAtwt0sK99dwt3e33/ebb+dj7yAQCAQCgUAgE1LVLano0nXnofJOIBVd5waH8WmLIa+UMYO882YhyvqgPNAN0bpIxL41vM8W36Smdx3ktjaZKiNV3URxgGD4db7LrZvPgUWBLkN2NlmltWUWlhUIhhHbFCgBLRSPrNu76shs509zNdZeZuqj6QJv5gNoChwy4kT1TB14Zt1el6o+yJvkyrllfVBquo29tOIKKWMGs2U4ZcyOOjadPImuQuYGoI5Mk4QKidZF1TNthNfWtRd5klw5p7wTLKnQAMVtAIbc8d0MMldmylUVArqz8QKNvLGWkVsG0oW4GL+3xuouYl2FExlIEYqieWcTTlzFSsOZDCQK3XM5/zKcykCC0BQZ/3Yd65/YviaWmm4j7M4iXPCDP+cP1acvn33F9CYDINXyGUrdnZwAwld+UvPVop0vs8uox8ilaPettu0czzI0Z7Wf/2pfQn5l7P8WkbfWuBchbzLxa3Q5Pu2rXv8J6TsFJ/isTGl2JAxg6dYnN/5kIhI7lk8hbzKqZ0zqNU9CvrvZBEV5MVEfQn5lhA/xUZEtmouXXQv5lmlZx0+TbnEp5FVGHZsOwunkhFLax40EoX6WLY/XvRlMPhYS8W4+QFv1zF7ivZNX8Knc2niXAeuj4WyADiP2XG84N9LN4q8182ooGhR46TrOZlozlpDwHeGUkXuZjSMVXZKq1tedRyAQCAQC/zV/AcMm71nDM+wBAAAAAElFTkSuQmCC")}.xloader2[keyframe=error-11]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACyElEQVRoge2YMXbTQBCGv5HhvbykwAfgPZSGekqjFJgTkBtg11ScIKakSnKCOCfAOYFNEScdmxPEnICkIFAQDYUVS3ZsbMmr98xDX6UdaXf214xGuwsVFRUVFRUVm4dFqmWO/6TMwR+wSHsIbzFGwG5ZfoKyBp5hHBEhNNV6WU4Ki7FINUfauMnVFqWlWiExFmkLoQ+crPimUzG1DRJjr3Qf4QSoIyjbHC7vlBFjbE6ayYXrYZylBloWaeevnYyb3DMrQLFv5o4WcDVpCwcWacvLjNagkBhx7oZ79jFuUyOHCwtCQFhodjkpXM3k0o2AZsZUR+gvKAhh5npU1Ocy1vrPyNA5jHbGVGd7rqA0YvGGigGQoetiHKcG9JEgyUTmV6ayeUZ8DWR72gXepQYc0OaOETt8T2y3MnSbU5oXIeeuBZymBhShz5a1M7aeL3/z8Lo2eyQI6gR8mrSMgU9/s3hfaE4JMgB5OrkZ/2NiIBH0O34/FpNgQJD5pkqgvC1ALXhJwLjExIzFCB3b0741NCzDpbdqlsUa2qRGf2KI7QeB7GQeuSGmLRfOa0HwHhlTrRNwkho45qc8x/iSeaxOwGfb0+Ur7hx4j4xF2kE4SJpXcu50wb3EyIiYtly6wbq+vYox1To7XEOyZ7nnzewkraFNAnoIz6Y70yPmQ7LmK4TfNNumw4MQ42ze25ZLN+COcCbtQNinxrVFelD0nMDfcqahITWuJ4Z7dpe95WTXeoTwYvoGI4SOnLvTBV3n4i8yAa1M63SVdJEL15OhCzE+zuyNQqCblPHm6lPwR2tyZRzl6ShD1yFGmV4KATTzbOy8pJlFqghfk+ZUBcs91rhAdBBeY3yToQtX7evnRFMyO05bb2WcFI2mRdrKexDi63g2jYT52XzJ0HXz9vHzzVgmrz2JKYKvyHQxBgjhOj+9ioqKioqKior/nD8gy+lqZZpy0QAAAABJRU5ErkJggg==")}.xloader2[keyframe=error-12]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAChUlEQVRoge2XO1IbQRCGv4ZMDqwLuEo3oMlgVWWWExifwCJzZvkEtkNHhhN4OQH4BMKuYk1GcwI/ToACVE6gHaweKyFc7O6oXFTNF2laMz39T+/0zEAkEolEIpFI5NHjiaqrtv93HGXW6gzyRHsIF7QYNBHkiaon+jnUokjlALY0ZZ3BzIAxYlfMrir5UW3T4gKhg2Pc8lLO7WfVeMpUzoyc2ylwNDOgtTLUIkPojH0If6i0GMuo9ZnJmfVoIMi72kd4UTQY4vSqZnYZtcRAfUGeqALvSuPeS25WN44ytcVATUFCBhT/O1/kzA6axFCmkRioJsgTPQA2igZDRvSazj8XSyhH3tUMeDUzzFe5O1Xwht1xMQlGMDFwvyCAaRku7IeSWz/k3BBYDNwjyP2cNXk9bv9ihIaoXosEFwMLgm6Z35nOZqjqtUjjArCMaVG4ZX65bvzjqoTAijIzwZON34g8KxoUFUxIH1VmYHLKl4QUsz1FGHiivVXMuZo9k6giXMwMfEN4vtDtQM7sbch5g2fGt7SDlM4TOJLcdnD2F7r2PdHjkG+ioGJctc0ax0yuK3DJNX0AyS3D2cQZTgcIe7QYjO9rjQmbmRYnCEVgzpAb9srnieRmjOgAl9MxgiIMfEvTptMHE+NdzRB2igZDIF322BKzK65JKd/noM06A9/WN01iCFIAlpz6+5Jb9oBxfeDTvJFMclvcXw+isZi6Qqbdt3UPIUN4WvJR6yne6DNrKgRAvtsJkLK4j57wo+o+qi3Gu2rMCzmsKmSC5GZck+J8LZkrl+z6mXFOS7/3m17pxexKcktxDsc+P4R+7/wTT/Q0REm943cFPiORSCQSiUQikdr8BS58Ecdin7+GAAAAAElFTkSuQmCC")}.xloader2[keyframe=error-13]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACG0lEQVRoge2XTW4aMRSAPw9VpaYbjsAFqr4lgUUmN6DbbsIJKm6Q5ARFvUDJqsv0BjSL0izNCRJuUCqVRVV4XWT4myRoPGM3RPInscCDef549uMZIpFIJBKJRCLPHj2UjorUn3odmyRlJmlLuiRccsBwn4SM6wRtSkqN4XoAy4xjY+1PrysrgXNmzLX9BlysB5B9yZBzZpZoWwbAyXrg6TNUWgb8CWlTUhJOMDSAdPVgznG2EwpRqgAsMd9tlwpbTtvS05bcUGOIocumSAkqyUA5IW1Kqi25AT5m2ch9gCuUKxKcMlxpm23FL7DlVKTOa06BXm76GKXPjK9Vzpw3GdgtpCJ1DhhikI0pY+b0XM7FLrzKwCNCfxcfeJF82hJRzs3InvmM7V0GckIKGOZALXs/BVIzstZ33CAykAlpJrSMovwCjkKIgIdq9ihKH9U/Wz+X6oQZt6FCBpHJyvJnEvMSzQYXQGLehGx9vMs8ULWmLPiyihSwl/Mqc09kedh/2Pf8h+bUm4y2RB74H1lVraqtTxG8yOihdDC5jCx4l69aoYWqdc13F7VTNhtEZQJ0dpXfUNeHwjIqUueVeUuiDUBQ0tyWAhjzm7TIokIIFZfJX5e3HjIBzszIDlyC+xaqdmaUKco5M8RVBPyfIZfMNEjoAxa9e5lre1sm6L3v9pShYL2ZKzmhiyxrzxdtyyCTikQikUgkEolE9od/fUINJ6UaDA0AAAAASUVORK5CYII=")}.xloader2[keyframe=error-14]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACLklEQVRoge2YPXbaQBCAv4XOFCE34AiTjica6jTxEeQbcAPkXMBHEFQpkyqt3UR25+UEyRFM4XQwKZB4KAislVbOz9uvXEmz82m0+2YFgUAgEAgEAoF/GhUZaiSPGkn8p3M5xLg+oCJDLrjFILsBrkxmF74Ta0LP+YkBd3sRAEPqu0I6lmmTmO6ViSTGkB5faFchFRky4ANKgmEEwDNvjbVPdWM4V8ZkdoFydXyheYU0koQB34HFXgTggkun3JpMnifQukI6lik90pJAOZY1mX1XNyf3NZPTpkL5bpjS57ZSRFkDS6iIfy4nl5srE3OskEYiQFraRMos2ZCYB/vDNZfWMlBfKL/vBhhWhGksUeBFBl4WOnkdVmyYmQd71zYHbzJwQkiB7fYr/d77ikeW5puNfc3vVQbOVOjoRq5NZhOfc3uXgQMhPTFDRy1Q4635HPm2/QnYfWYFCmx13lUv121loCxTzNhRZV5nzRRCpjTmXcjrZ6YTmVWIrFGdH722DrptbzI6kQVwUx5kDUzN/eqj7+a0ivbtzFhG9Ph81J4UIpm1+6GOjg8FrSqjE5nR57GOCHRzfCiHaUA+8fxE675iw+W5HqurCtWWyU+CcyCmulEEWPLMrM7psAshp8poJE8Y3lQksEaJzb394hjPq5DrmilPsJO45icjVxHwv4aayRxKZDZx+enwOyeFXgMdy7STuJHEOhHViejf9nOxERpJ/F+IBAKBQCAQCAT4BfynFyDQud2DAAAAAElFTkSuQmCC")}.xloader2[keyframe=error-15]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACdUlEQVRoge2YTXLTMBSAv5fAJh1mcgPKBeAtE3eT3iDcwD0ADJyAcgJ+LlA4QRgu0HZBYId6AobhAu0w6Qbqx6ImbWMlsRx5YEDfLrYsvS9Plp4MiUQikUgkEv8nNtSxqfb/dBzX6TR5yDLN6TChx2EbQpapNnlOGgyUIxxcXcBxzq44d9okgIW+FThA2GbGvdA+gzJjQx3fEAEQNEaGLNN9hM8ICvTpLYxTg6DMmGqfLY6AB9WbzTJU9jkBRpWbF+zKJ3dUt6+gzIhzp8wYASfVm+EZsqGO2eILPpHL6J6ExBe8AMQSskxf0mECVNsaZ8BTmbpxUGwhjW+M13DKmWqfHoflu+HjBCOXqXOhMTWWmQcWILRWxHglUxc0ta6zkQzUF1opYpxh5PLRvdsklo1loIbQz+Ixtzqvl2TkhBmjGPtUFBlYIWQAViDiW2zeygeXx4ohmgx4hGzlKFFFoGFttowby3bx+6K3aXQRiCwDpdCP4hHChbeB2XdmYZthXaLLWKbK7c57hK43KyJ32qq2o8pYpopwiH9XvyJScbpINBkb6GipCPatkqUWhKLIWKY53aUZ2WMm94lUnK5i83KmxwuE3N+APZm6N/O2kY8PizQvNAe6TYfJijprLjK/1LJQs28AQx3TnZ8KPQ2qIhD/PFTtIoDyn30GS/aJy3PIaF353laGasuU74dDuOtvwDHnjOsG0YZQ7WlWduwv0Y3nMnVBlW8bUy7snTlnH+Pr/LdxRsFDmbr9oH5K1ggFL07hHzSKchk2jinQjQ9UfqFoZ5y12EBH0ftU7duOOttR97d99m2Eqfb/CZFEIpFIJBKJZvwC+809UU5JtRkAAAAASUVORK5CYII=")}.xloader2[keyframe=error-16]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAABzElEQVRoge2YQVLCQBAAeznihQf4iD3DRV8i/MAfaPkCfkD8gT+AC/Ho+gcfoBeu6wGMUmQTZjKrZdX2hars7kyamoQZoFAoFAqFQuFPid5PovcT7fmROunUv8Spn2sTt8VkzJoxa62QUyd1+P0FFq4OlSZ5R8zAjmsXwrskjkjmJGmzoBfqiCkWkpXZBZuTpACOlabkkiL7mJ4xt5J4MpnIMrkmFOoU2fPo6nAvuT35MzP1cxyr9Ib+kjtLZBvm0nsTy8AwoVwioJQBnVBOERggAzKh3CIwUAbOE2LHU24RMJCBHqEIxPjGyF0mjpuIgJEMJIRibxYzke40Co6EflmkO5WSww/nqie6uQgou+YuXB0qXNwmRSIQ2VjnhQwyceYrcLP2xcOnspfrw/aZmfkKuGlfbMloMD78xO5tJhX5XjMTMimzHpEPYrxLfm2GJTdYplcErtzz6wORRTKIkdCw3uwckTqE5pLB+NCFvmsWijRLGYV084xSpNmSSUg+aQ4UabZmEJL9O2Mk0hwxFrLpABQicGh9ut5yQoaXmVLkKGb7+JC3zJo8X0IGIk3M4/HBtM05J/kyTn1qDNbGnOdoQAuFQqFQKBT+CZ8TUR/8Xmo+YAAAAABJRU5ErkJggg==")}.xloader2[keyframe=error-17]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAABzklEQVRoge2YTU7DMBBGn7lAOYq3hE16ACRuAJyAmyBuQG8CUqUIsTKchC5YIRgW6U8oTlKPJ0gIv1WVxN/4KU46DhQKhUKhUCj8T6Tyt1J5b5p56hdS+TvteKctClwArwhz14SgnUAkE4SFa8JVakayzLeiLdlCkUyVUJKMVP4Wx3XklFooKrLhg7l7DA+HZh0l1l4grCLHj3Hcpz5DgyLCVYoIaJZZO+EHHLPI6YPv0KhIExapc9O9ADKFphABpQzohaYSgQwZSBeaUgQyZeBwoalFwEAGDhBCluDO4oNtRMBIBgaEZKCKoQgDZVT8EPpFEQZKqdkKwew3RSC9AxjFNSEgctN7gcg7kN2YRmtbB0rlL3G0bfz+MpNtVbNuu4v1M7MT2R5cV9mJbDAXMltmURFoJ/8pn9vfO1TN6RAmMr0iLc98SA123XYf2TKjIm/U7ullCdSW24cYub3ZuEgIr53rTbYPfeR0zUkinXGTCWn3MyqRzvhJhDQ7zSyRTo65UOoHDRORTp6pkNX/TLIIrFufvrecpK8ai2WmEtnL3O+2V0A96TLrFN8IZYt0MjfdNihE8oqf+HPx/tg0s/Le+vt1oVAoFAqFwh/iC0Y9Pzr6Cz36AAAAAElFTkSuQmCC")}.xloader2[keyframe=error-18]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAB8UlEQVRoge2YTVIUMRSAvzS60QVzAovyAryl9Aa8AUcYD+BxXLlAT4DlBZiNrMMNuAGDVTMuLIiLxjDQP0xeXqiyzLdMOu/lS9JdrwOVSqVSqVQq/yfhQI6DyMw0Zivz0MpcO77RJqXhlFecWQmFVuY4TnCcaIWcOmlswLPmvfN+qZnAYMwu7gd37r+kxEmSCQdyTMNpv0MvNCjSxbxmzV5KzLRj9osFcNFrd4jmyE2KwFHq4qQfM5EZr1kA+wOT2HqHnhQ59z51bskykC9UQgSUMqAXKiUCGTKQLlRSBDJlYHuh0iJgIANbCN3cfuZF82mgz0wEjGRgQiiMZDEWYSSNmp7QM4owkiqLKBTYHxH5CRxai4Cy0JzCeb/k9+1HHDeER50BCCxZc2mdFwrIhFaEl813YKdr+NsRM76xrLY3sX1nWhEcZ8D9RDd3ZzObQbX9GLOdGRSBTsCFq96yKYvTKUxkRkU6vrJybzGstsfIrwCeEHE//Bzsqu0p8mqzLUXi84WF9FVzokgcV1BI9z+jFInjCwlpLjSyRGKcAkJpFxpGIjGesVD6pzkMLkCyCNyVPiuOGP5sJ58a3TGDBY7duyaVyIOY/R26YPUMtzPwQOhbrkiMeS+ERiQv+TvZM48pMitRgFYqlUqlUqn8I/wB/a5EoUjINMwAAAAASUVORK5CYII=")}.xloader2[keyframe=error-19]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAB2UlEQVRoge3YMU7DMBTG8b9BXWApN+gN8IhaBrgBCzPlBhwFTkA4AicoSys23JWJG8ACCxKPoSHQJinYeUZCvG9q48Svv9iKXgoWi8VisVgs/zOy5wfqcw69l6H3qddvpBZlkzsZ+svUwo1zOiY4Jqkgl1wU+osDFG4WTlOKt84JTwiHbhZCzDxRKyN7frBSFBzjLivUAKH8fB47VxTG3YYH4Lo+kAZqgQDMeeEodr7obQYgI18AJ/WBn2+5tZBnDlwIT7G/KwkD3UA5INABA2mgXBDoiIE4UE4IKGDgZ6DcEFDCwHoQcJEbAooYaAEJAK84eiunq0JAGQMrIGmtog5pLqMQGfkCKUG/BIHERvPbPHOGyGMNIsAr9zkgkAEj3vfZYsKG26m2WTUI9DjW7La/RvcB8AFxfLbwUlZ5Y/nWKXTbq1FbmUYIlLdLprVKHbvtpqhgWiEAwqmbzveBq9qYMqh7O/MdZBaK6qtCt70u3RrNCEh1OCMo/RUgAVINZwKlvZx1gFSnZQDF/6GhAKlOVwZFYTQh1WWKoPhHs2u4AYkQADcNY5of29G7Jm2bbXMD7C4OpEOW5l1eoasSmT/ifV9GPsjQqxaUkS9KlMVisVgsFovlj+cd4N0bR4u5lTUAAAAASUVORK5CYII=")}.xloader2[keyframe=error-20]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAABtElEQVRoge2YPVICQRBG3xBiwgE8xMSQ6EmEG3gDLU/gDcAbeANIwNDxDh5AE9M2gNoq9w+mp6dM+iUUszv98XYW6FlwHMdxHMdxrJAYZxLjTDt/og6dx3eZx6U2uK8mU7ZM2WqFgjo0EI8DrMIhbTThIzUTP9yGlL5y6uSvzBW7JhQgsC5ZoY7IsWZkyn1urXwZ4bkzphTqFTnyEg7pMbde9m0GIPO4JLDuHrj8lhsV2ael5nOpZKBMqIYIFMiATqiWCBTKQJ5QTREwkIHLhGqLgJEMjAvxw2ttETCUgQEhAUQ+mYTr1ummImAsAy0hGUwxF+mPMeD0B7oeSKgiAspG8xzhkDYE2XdEBBB2NTKhkows4gbC4u/g6bWwlxvD/juziBvg7u9gT5pBt93GdGUGRL4ReehctgorZCYzKAI34e3jCWHVmWQsZNMBjIkcUmqGDLrtMcp7swtFmkMVhcq65kyR5pRKQvr9jFKkObWCkG6nWSjSTDEWyn86YyTSTDUU0jzQ2LXeq0Xg1Pr0/WxramkmNVezUKS3JlTpDs6Gyzy2N1sWNZeWNR3HcRzHcZz/4RfH3hGJW+S40AAAAABJRU5ErkJggg==")}.xloader2[keyframe=start-01]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAAUUlEQVRoge3OMQ2AQBAEwIPgBgmIwgJYwBEFEuhxct+9gOcTQjJT7RabbAQAAADAzwwto2u9s5aMfTnmrdehN6amVcZZ8xhPpy8AAAAAAPC5AuQyCKgvJmP2AAAAAElFTkSuQmCC")}.xloader2[keyframe=start-02]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAAZklEQVRoge3OoRHCQBRF0fczKYA+EOARdMQMnaQpfEQKoYIsDUTBzmLOsdfcBAAAAAC6qNdjW1rlchirnrflvI6e+tac1LWS+1GcMp1GD/1i+vdAT3PS1rQ6jHvt78E/AAAAAEBnH+qyDE1XDY+0AAAAAElFTkSuQmCC")}.xloader2[keyframe=start-03]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAAXklEQVRoge3QsQlCURBE0Vn55QiaG9iRWIrYk/kX7Gft4blgck4+cJkEAAAAAEbU6/Z5dOW0NO68L8/jfTpq1ZbUuZLr4r5Ga350+HfApC3pPb16cO+jNQAAAADAuC/DggwcODLNOwAAAABJRU5ErkJggg==")}.xloader2[keyframe=start-04]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAAZElEQVRoge3NoRHCUBRFwfsyKYA+EOARdMQMnaQpfASFUEF+ZBSOZ5jdAs5JAAAAAOAn6vV4L6NyaZ1UPW/Lee18JMmc1LWSe+dkynTq7B+fPzInY82o1slW26d1AAAAAAB8tQNyCwxNqCFSfQAAAABJRU5ErkJggg==")}.xloader2[keyframe=start-05]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAAZklEQVRoge3OMRHCUBBF0V0mYlIggYIiPuIAA1GBIxosJNQRkkVE/sxnmHME3PciAAAAAKCJfD/WpfKYOv/Yb8/rfDYyRNaYkfcGh06orUXl0iLyK4ao/FQer84/9s77AAAAAPC3vgMgD8SRdRKSAAAAAElFTkSuQmCC")}.xloader2[keyframe=start-06]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAABP0lEQVRoge3VMU4CURAG4P9/rIklpZ2UgoXbGYIFhb0HsIALiGvtJTYh9usBTDwCJhBaCgRjxQEsJLH1jQUsWbXQKIG85P+qeTPN/MlmBxARERERWYNhMq0Mk2klf0db3OXP+heThM5a3nxsZrcA2kCgYUhLAOwvHjjL+25bC/2P3ecVwfIgeWwDgYZxrpR+ahgugUDD1NPqDIaHQisGAg2z9Fqo50DYYeJVZRgBgYbpd8YZuPybLfSAAMP0O+OMZKvQmjvnMiCQOzNMpk3zdmSL+1Ipzki262l1BgDRoDO5NvrTLez4I4JlALE3D/D73DyvGt3a6uZEoB0QbG5uxbWYg0hOurWs2AziM8uZ2RuAOzqmjfRw9HUewfhk9L3Nr/ZLhj2Cu0Z72XkvnR/fVJ+3vZKIiIiIiIiIiEhIPgANJlTlBqHiQwAAAABJRU5ErkJggg==")}.xloader2[keyframe=start-07]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAB/ElEQVRoge2XMW4TQRSG/39Iw7rxBRB2GbsgqRA4xd4AF0iUdo9I1jfIDVhkUbM3CJwAR4pxGSPZWKJxwQVsiXUVz6NAC+MNdizA8o70vmrn333S+zSzs7OAouwc7ruBdQyiSWjFtgIGneO4Otumxuy6qb/FWpsAaKeSTj9FX5rb1BRSpn86PgfxEAAIlkXkon82fndXXSFlaDgEMM/F7auz0cfraFpeV1dImadx7X3AoALBBzcnGKaSXqyrK+wGkNGPxm0IVpaYWHZOurU4/2zhZYDbQgKZlViq5ne5Qi6zPI24nkDkTTYmWE5temtmvJABgMCUzuFsCiRbg2gSus94I3McV2cgIjezYl+7u5s3MkC23HDpREcLWfx6l7ySAQAYRFj9BjWz5eadTCOuD0m23Wxpl23AQxng50dVRD5nY5ItwFMZACDQy2feygA8yq6yWfJS5jqaloXyyImGgKcyC7tICP4+PYvxU+bqdJSAeOZE89K9+wkAHOynpe0ZRJNQlhDLZYVkE8DKX6ehaWYHzo0y/Vej52Lwcoe93okVG8IA/MMBXyw7T7qHvWy8UUYMHhAM/3uH/84cRHTSrSVu6N07A8EliLAR15P8rY0zQ4tvYqS3q762gcKKCG5o8P3gxrx4/Pbw6z77URRFURRFURRFURRFURTf+AFHRaNDxbiuyQAAAABJRU5ErkJggg==")}.xloader2[keyframe=start-08]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACD0lEQVRoge2XQW7TQBSG/zdigZpFvWQHXQZ3YZaRK2FuwA1IJLakwwkwJ2DSHgD3BHAEIjHqskFi6DLhBkGiEZvM66Id1QwhaeJWsaX5Vn5vJqP36T2NY6AGnMlxdCrPn1Q9R9xBLZWZYfbSsh3rQ/OpihTdYU0bo/tmAsLjUqrYoZ23z9TedJ1ztt6ZU3meeSIA0L3gi7Hum3frnLV1mY5qfwGhx8zfynkCRSDk+tB8vO1ZtRgzh5amC4YCsOstFekg7q36fa1kgKubbWZnEgR/xFYK1U7Gcd0lf8SWCtVWBlhfaOsXwDJSFRcg+IV3df+7WrS/1p1xLOwQoZequPg71RC+vvkhSfAHFzN4SkQvUhWPXK7WY1bm4PipYuYTFxMo8rvVGBkAaImW9F6uie6b3AWNGTOHliYB46ycEyT2Oqo9aVRnACBV8QiM9+Xc3M5zoGFj5kiP4hyMny4moldAQ2Wu4M9+psEylLgndyk0V4bw/OaRJkBDZcrX8TUjoIEyWpqu93nwSwhRAMCD7ZR0O7Q0Cc3FLgAw2YyJMzCy8h62lHeO2xOgwktTS5Mw3/xXuhcYCRFFS9aH6VGcuXDjzgiIyMJmKzfeE8x80hItWc7VeswWwhhCQB4M9kf+0sYyFnYKxrBaZcth4BFZPGSB32D8IYHX6SD+RyIQCAQCgUAgEAgEAoFAIBAI/J9LpQmxaFg7dzgAAAAASUVORK5CYII=")}.xloader2[keyframe=start-09]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAACZElEQVRoge2YsWsUQRSHvzcqClckiEUqjYVgvEMiIiTegWtro2ITsDBgOuVua5sEa5G7BFIpmCoIKtqJlYFbYmUukjUKYs5/QCJ4BIvdZxHXbM4zOb2c2cX5qt3fvHn7frzZYXaFLuMV/QmE8S1CnhKGL/aYfd5Q5fibTp5lOpm8Q1zCmOmAYNEr+ate8e3I3yZKgpk4PYjOVov+p1eldyf/dLJ0o6LfMe8u9wP9AEGggyLqIFxsGayoiDw/Wzlxod38/9RMKxbcld6GNu6gjIhIpkXIh3wle6ydXLtuJk616E8K3ER+qastQ4kyA/D6xscja2ZtBsO5pqFtDSXOTES1tHRPkOtN8mcj5vRweaDeak7SdrOfFCq5MUXvN8kHQw3ez7vLTqs5ie1MRKsOKfpNRIby5Wwtrie2MxHrHWIc3dAE2Y/ybMFd6Y3HJt4MQKGSva2YW6oalw83wsaTuJD4ZRanWlx6JMiVeNVGzPnh8sBLSElnIjImMwZaj2tBGM5G16kyc6p8dBUjlze9P0JfteQXIGVmAPLlbA3Vh5vEUO9CCs0A5KdyG58JCoicgZSaAUB5DICA/NgQ0msGDkUXqroIaTYjGwdRQeqQUjNe0Z9okmqQQjOe6482/SD5Yox5ALB3d0pqD8/1ByUwPQAqoaOiDooTj9FQJoan1j8JunKc8Vx/VFWvdZxIGRSR3i3G5/KTWSe67U5nQvpFxNk2rgNUdSZjMm5cS/Qya4kyh8EtVHK15qHumDHUCZnrNI1Cn4QcUMNXVBcLk7mrO1GexWKxWCwWi8VisVgsFovF8j/xHdUctu7AVu+pAAAAAElFTkSuQmCC")}.xloader2[keyframe=start-10]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAADIUlEQVRoge2Yv09TURTHv+eCP9Ka2NHJ4KKBklgnKSXhGf8AuzmYaB1cTKTXuDlomXQw4VHjTNmc/BGdXISEB2Ml+sCNujkYQxNtoknv1wGKj/6AV6CVmvuZ3j33nNvzffeee2+f4ABYvLM6TjEOBGkAibBxBNcFMgcj7/pU38eR6XML+8lD9hpY1GuxiqlkKdQCie0niRoEvvUruTMyNfR8L/Fti+mEiHpIfj0iR29dnD77tp24tsQsTqxkjZjcDiLKIOag8EpBlTZtpaQ7WAIAT/sJBRUDAGOMQzAtIudb/iD5OaKiyQvumfUw+YUSU9RrsQorMwDSzQWwACWFlBv/EGa8+rF/8ucTUK6K4EQTl+8QXA4z9q5iPO0nQLwEMFDXVQbhRlTEDfvmdmPp7spjY8w9QPq39/C3iLo66g692il+RzGe9jMgZho6iMmDFBFksyYLEF5pSE9wM+XGC61iW4pZ0quOoXlfZy4rUemkOzi3j3xDsZD1H4CcFAkvqKmYJb06UGW1GCx0kst9qi9dK+Zu4GVXboN81pBlC0FNxSxkP70XiFNrk1weyw+HPgwPEk/7GRrOBGeIwC8RjNRvCqpZcFAIiC9RFXXq/bpFyo0XRMlN8K9NgGMgXhf12rYjokEMDDLbHJTKdKLQ2yHlxgsCdZ9k0Hy6wsqLoKFBTCofd2jkLoAyydluFHsYRvODjwC8AbYJurSoV7bOvsaZATD2dMiNSGQgqqK6wzm2RVRFrwNSqrVJgoZbtbzni+a/wtN+AgZFEQE3Z0mJOpN0B0tNZ+Yws7mDTTKw3KqmmgNaLLPDTiofz4H4UmuLyA2gR8VswIZ7Wg+Lka3CJ7kM9LIYwfjfx40drifFeBN+rs70AehBMZ72MxA8DJjKSqkCAPQ3DzkceNpPSFWdBACKcSh0QDhBHxrJJZ9u3OS7fmh62k+QnArlTCREdvhoQsyn8nGn1uz6zCiomIFxdnXcBZKz9detQ73MmkLMQ0GPTQ83fODouhgDsw5iPowvgVNicJwKP7DxB/Fap/OzWCwWi8VisVgsFovFYrFY/jf+AGQ1MaizHHh6AAAAAElFTkSuQmCC")}.xloader2[keyframe=start-11]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAE7UlEQVRogdWaPWwjRRTH/+85RbIuzggKOpwCoWRTOBVKbJFNQUF17gGdI46Gwt7rqIivob21T6I6lFyPdE6HaM4+xQmisSNlkwbJPmqEEglbEdLOo4jt2w9/O/HHr7KfZ2bf329n5s0H4Y4om3YMCg+FxCBQFEC0T/GqQK5YuCAsJQ1a/QY3kS1rrT6JDzRJ5VPzMuqIkyFQEv2d74sAfxPwAUDHTPT1uKLGEnNqXkaVqH0AqXHqD4IEv6yw9u2mtXo1Ur1RClfMWqSpmhkhMQkU6VHsGoKqQOoEqgMAGHWoTuRiACIg7Ax43H8E+mk7t/5kWP+GFlM27RgEBy1nvAjeAlIg5uK2tV4Yts0T8yIpShkAfQXC+8FmBYzQr9u5tS+GaW8oMSfmRVKJOghEQ/AWjGzc0g+HaWfQM0TJi26iSPDHdl7/dFAbA8WU0/Y+CFmf+RoCS2PNGvW9Hvi8zMV3gPwI4IHvpz/jOf3jfnX7iiln7AP4OrmInIU4lJx0GO1HxaxFGqr5OxE+8Twb+CuR0z/qVa+nmLJpp1p9xN3akcZa6q6j0YvjtP0bET73mXtGqKuYVmeveIyCp/G8nr0TL0fgOHP+gkDfeFwRepPIrwdGQ/YbKmYtIiKvvZXl5SyEAEAit/FYID+7bUTy2XHG/sFfNiCmIY1X7lFLRM4S+Y3UvXg6JIncxmMRvHHbCPR92bQ904RHzKl5aRDIcJmuwxx2f58Ziby+A8g/EIBAAGTF36c9Yhxx9t3fiWhqnX0YQljaBXAukLYpVk7b2faXzgBwal4aStS7viIoxfO6MR03h6fb4MTEq1vWWr0TGSXqmacAc3ZK/o1E3NKrEDx12xzlZIHWa3ZqXkbhzrkEpS1rrTg1D0ckntezt/ngLUT0CGiJcRxJugsTkzVd98ZBAgktAwCRGG7jClaK03FoEqjzJonIGQBwxaxFQHjYKSM4mqcRrCeu9VB73cQ3uPFMPCJUnK5Xo+MejltUgS4ZQChE1Wk4NC5l006B4J4Pr5n5EACWlFLGZNsa90fZtGPk8AMAEFKGkBgQGO4yoii79fx2ObLkb2AZyzONTDltF4VEAECUxMCqkyeS/18XlBLP1zsj7xIgEfdKYOadn7ATcLoLIvIyzGHTbQtEZu4RlMAwE7mNwBu0BJAnEhWzFplpdASldx/xISksC+Nf3C5FvuxXNRCZ1lBdvHsvh2OS5JaZuXh3rsyWwDzjOBLc5FsQ2D8U+/O0RYI3rdUrCI46FneetmAwEMzHTsyLZNfScw4DQChEnrWBUmohxXSm2nLaroPQ2fpk4t15Xm12g12fsu4f/Ds1i4AnCSqn7aJ70bNo0fHMM/4dGUecVxWz1uuEbO7wiNmy1oru3IhAkaY0Xy+KoEAGoLGWBHDtMsWa0nzmLzePBMRsWqtXIBjwCkq1Dp7mmtEOm4CCRtrezBdwPeh/DJi2s77NAwCoaqTtzqOgwGvmJp7Xs6LIfw4fa0ijdpw+f3SPfo3F0EfnInKI4AlwlYmfzMtcNOqlhiKCggCgICKFMIdnuhs68nWThmpY7V33HhTa101YQvWV0PLZtASOtf3Xuo5lDXH/pcM0UqO+A0Av4pZejed1A4Q9z8Juxowlpk3c0g/jeT2pkfYeCHvto4VZcS+7zK2TuKiCiravZjHz4X1eUQGA/wFpdOjja9+uZAAAAABJRU5ErkJggg==")}.xloader2[keyframe=start-12]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAEbklEQVRoge2aT1LjRhTGv/eUBfEsxjeIswRTFWfJmCo0J4hzgogDDHROEHMChHMAzAnGOQGmajRe2lSN8NKeG8DCnmzULwtLTOsPIBsZi6r8Vu6nbtX7rO6n7vcE/E85oU07YOIp34HggIlP9tzt6bLjyyXm2J8AqAGAQNw39ObkV/fn27zjeV2OLYunfAehEAAgkJrJbPJZ3bTy3qM0Ygh0C8HXhK0qIh+9I/+vfPcoEUM1qc71XIGgALxNXO42z+qHj40vlZiIgRrXtNZdEA4Sl0YVqrx/aB09KMY78tsApNmpnxTo51J8OvrSJaI/EuYHBWWKGaixrUVfhs1ehSqHy0SVIgnD9blpE0h//2z3fbJvKgAM1aSqRZuDW7Pgm1O8m/louvUuCLG1QiD704cbleybEjPXszaMEAnB1f7fO27xbuYnUxDLqaf8hmmLiRmosQ2iY8N0x8zO+tzMT9OtdyGIrV8ROTXbMTGBBLF4Lpraq2wr1kWzU2+LyHXUJpA9UGM7at+LGaixTaD7C2WYXllYbMXWivkA7sUEOnDMTszcXrdjq7DnbvchuIraBLKjtcPA4iVlxnMRud5zt/sv7mlOiCk2Y0SLAkIxQSCtxzqXjXfuTs/cx0UPghcNsc3OTbfefUnnVkEk/ocP1NhmABCS73sgYz6WGcuikdnWWtvsKb9BoKph77+sW6uRsaZtZrApBMyc7FRezFlEeMtaa3tz3hRKI7U328LWKKtnOZGYrykxm9rqrwbFfGWB1DbkSeEwgaabdqIoUtPM3IW+NpiYXtGCfxymxCLS0LUN+fJsfgAwNQ2ixQbQ3YAvS9Ps1NsA2lGb99ztqXl6A+G3l3erGBYBQLgbGQhUXSa/WyYWRwBL+qZRa/16xTTd+ih52BmocW1jXj3BQ76x8attXggkOE92LgNhkvLSO/Y/DtUkvuOPfoR5qe9PJ5HGKQtzmZ9ikaRszWQ2MROBsR1AMuGnRZ8n1W+SMJnvRG0CEYPv35MxMck0DoDaXOaXKAGe8h0Q4kUngjKTlKm9Wfh07gxTwzv2N7p+sioBEDlLJl4ySxqe8hsQDBPmJytX6yBbCP5pduqp10dmTbPp1kfJrDsAJyuCrBPv2D9P1WZELipccbL6P1oG9I78dmqeAiMm/n2dCfWhmlTDqOWYdhG52O/sOpmDkKOm+enDjSKOlw4EcguB2u/sXqzo74OEVbtTALHay1NCgJwF2s/qpiUiXaQrwCMm/rOIvPRAjWuhiPRWinCYJ8uau9rsKb8BjR4IPyWvCaQPQddi62qZ6ReWyg9AaCExpULuQFB508VLlc6HalKd6ZmbUQE2GUHQE8iUxZoCwI/W1vW34N9fAEBTUCNQDYQGsp5ChOAKDNV067lPwit9B/BInf75CL4Sk3rn7vSWHfqsjxoGamxrrVURBzoRuSYm9zkViEK+0BiqSXWOeQsaLRBspANFNoIrEepZFvWKCPVr+dwkPG/UgEWpIbJHSXkNfbvMWsjLf8E14Q+bV2IMAAAAAElFTkSuQmCC")}.xloader2[keyframe=start-13]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAES0lEQVRogdVaTVIiSxD+svotJtrFcIR26U/E4BI1wn4nGG7wmAOM1pzg8U5g4xxA5gTiCaaJGGQJRIgs0RvgAnbW9xZ0YzciQjcK/UUYQZZZ1fl1ZWVXZZZgRWjpfm5kRicQFAk6AnHn6RP0AbSF4iulOgVv5z6tDZKmc0v3c0Mz/CoiRQDFlLa0Ifh25O21kw7wV9KOTd1zhxxeiUgu6RhTyNuw79MMkJjMJ3xqjzCaObMkOwIZAPDHsgxEGCWdh8AF8Pm5E64PKtuDpPYAKcgceNuDxultFSJnoTGk+JYltUJlMf9v6p5DMG+MKYoS/zW9lu7nDry3iaZaM03dc4wxJVvZ3iIPS4LGWfcSQN4W++/Uz2jobn41ZiV49ln3snHWZfB39Za+mjuY7pZAtIK386Fo6p4LoBRpKv75fqfn9XnVzRq6myf5WzCJVtWjyt631FYugeBlxl/kOHxXZ+nPnJmW7udAXEWIAMT2Cu1cCEfeXhXEf7FG4rKhu6VZ+jPJDDm8AuBM+pMdW9lpP4qJcHSxVyb5K9ZIXN7ouxf2vCDTOL31prYij5ayiu8VrRbB8cV+aZqQobmcDk4xMk3dcybfjVBBVHEV+6a0OL7YL4G4DmWB5EieR3ViZJ7MUzkq08iPgrfjv6eRy8BWdolkJ5QF4gZRD0CETFP3XBH5Z9KTeDj+uet9lKGL4MDbHljKioXnJz79G/5WsxqD/5Tf27gkKHg7Poh6KAvEDdeOAsZrJbboifprsXwTIEpiHkNDDQRkDIwb01aofpBdiXDo7dZAPIRyuDzGbmbiBysbdu1DrUsAMj47Td1zx2QEX5+1UF/nN2VRWJbETqTGGFdFQxsAkLLxswIEgSAO98UOYJrxRiMS1SD4rIyZWvzZRf7FzGzSF38B+FFBAVxVdmXtUICs7Vi8asw9Nm86CDpROdNkBOJE5UyTiYJkJ9tkBCcRqZ0qCbhO3Oi7IslJLo1GfmR2Zowxsc2xZUk7s2REJOpijwVvx88kmWBz7EwayCqQ0WhmaGJZTqUsD8ggmSDf7EwaiHqYCssUmZbu56BMLPGilCqHvxMXm9aBIYdT+W9WCpXnXX5myARlFTfS9GirrXJUJxNu1jjtlhGv1UBEStO5io3fASxTo9loMoFrlaJtJH8dX+yXZulvJJmW7udGHJ1jCSLABpJp6p5raM4BxE7AbxEBUpJp6G7ehn2/iqRhU/ecgMTLCt2cOmZcLQUaZ90Wxm+wRrK2pbaulyEWvTyEKZcK8AiBXjSJn5hM4A6/p9sJ+kLxCd4rWvcAcPhzp37zvXcCAEaeHIE4EOQx7/IQUYeCXuZiUGIyf05vq7Hi1KpAPIgSfejtLp0mTrwD2FJbeoSRT0MtIl+SjhOCZEeUeEeV5HWhlUSzlu7nRhgVYVCMVRTeAlEnpWZZUlv75bnX0NQ9B8E2PZrLVkr5AGBgBmkuyb2G/wFs6tFGyeNmhQAAAABJRU5ErkJggg==")}.xloader2[keyframe=start-14]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAEsklEQVRoge2aQXLaWBCG/37KIiUWoxsMXjqkauSlh6ka+QRmTmBxAfvNCUxOEOE5QPAJYp/AuCoyS3BVZJbCN4AFOBtezwKwJSHJCBSEq/LtaElP/es1T63uR8iBjuyXWfGxIlUjkJXh0gGDr4josupUepv6QZtcfCcfasx8DsDc1BEGDwG0SlT6dODsDdcZYy0xHdkvT3n6JeMsrASDh8Tk6EJvZhWVSUxX+saYx+cEkineXDNTW9OoBwDv8b534OwNu9I3fuCHCQAKqsyKLQJZIPyeMNKAiP790/lwlbuYrvSNCU9uEBdSjFsItHToV1mfpis9E4ptENkAfos5pVVtVuqrjLWSGFd6JjPfEMgI2pn5XhOaPHT226uMk0ZX+sZETSQIEhFRDG6XqPTPaw/qVTEJQkasqPHXfx+c9VxPpiP7ZaWUA8Jx5FAPhHraqpcqpiP7lmJ1EzGPQLDyWErTcKVng/ElaGPwkIiOku6dKCZuRuZhVTt09ge5eZ3C/GFeIRx2A530g7iQE3GDdKVvxAkpiZK1LSEAcOjst0GwmPk+YC7PF6IllsQsVq04Ieu+zDah6lR6JMgGMAqYTffUa0TPXRIzVmMH4eV3VJSQBVWn0gPBChkJ5670Qq+JkBhXeiYRnQRMIxAKFbKg6lR6YHwKGSMLREgMM38OnUyQP3vVykL1otKI/H9C4fYs5k4+hDJeZr6vOpXWNpzMwvz/8wwTn3WlbwABMfPs9xlNaMn5V4FEw41Axnj6ZANzMR3ZLyP4p2dc55Gi/Cx0oYcyDxJ8AszFTKdcCx+k1tY8W4MDZ2/IzJcBk9mRfUsAL8oWZEm7i0ITWiv4e6qmtogLse26tR6Hzn4bjMdnA+FYACiHzhLY+Vl5gWe+Mh6JcfkuelhADLbt0roIoTkKqlVtzt6F75RS1mZljeKIJr1LudkuL8mvIRhcLtqJvBAEGhTtRF7Efpy9VZbEdGTfKsCPXBBCiHbQoKDKxbiyOQLAIGhgxVYhnuSAOHT2B6EPnuV61ZthlmgC7YWBQMadfKglXrHDzBaARcrPeARzk0A786m8FtFKxy9+sQVc6ZmLqsdbITb5DxTNBzrpR7tQBAQA98z7CgA66fU4n5bExFT/e7sgaN4M/grMWhuCRD1aq4hNNAkUFGlOeHJTZMi50jMVq+dSbLSD92JPuBiMNsJ9kUJmKLZzx7iuXlSWXuyxMxOouofaCGMe+9t8H92dPpyB0Y22V3Sh23Hnp379x81QUrzmybxH9BmAHTk0EiTMpIbXSg3amJADg9saafW8O2nfTr+fEFED0RIY41YXei0tzFeqy3Slb4zVuE1Ef4THn+2mEEJcbiqqI/vWlKfnsbs+mJvVi4+vFvKzbWpQk1bKJ0KPmFos+DZLT+fb6fcTEOyErSsjIrJXDenMFbOO7FtKqVbKNpHFpp4eMbUB9IQQ90kz5555Q8TszGDmS01ojSwzvnb5zz31GnG7KRLuUk9qXM3HeekNMW6FEI116ncb1zJd6dlQqKV9oQoSR0nOdWS/rFj5m4hYkFthtit94wlPFitlAWSC8PfiWLVZSb1PV/pG0enSq3Rk33KlZ2/rfv8D6J5Blg3h5OgAAAAASUVORK5CYII=")}.xloader2[keyframe=start-15]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAE40lEQVRoge1aS3LaWBQ995FBNwyaHbQydEhVu4duUhVlBU2vIGQBgZcVmKzAwr0A4xWYrCC4ygpDcJVlhpAVtD2AjPRODyzIkwTmIxuTqpwR76One3Tv+50LsAPo6oHT08Ni1nFURiNcXwfVrEaEDE/GHA/9WnCYhZRs8lBXD9yQ4aFAXACjcrP0fFMDfB3sg+hNywRvQOhXxy9P1x1rLTI9PSxOODkCUE2M8q7slVrrvhwALmpXLRF5O6dppES9O/D2OquOtXKYdfXAHXM8RJIIABq6q46TRE7lGiA+ArhNNDmG5vM6YbySZ3wdVEGcpBqIc6VUY52vtwg9PSxOzLgBkfqc5la5WXq3bIylZC7qV0cC0bFK4isUGpuG1n3o6oFjjPEg+DvRtJTQvWT8enCCZFgR53mVr/zpPb/ZxNhVsWAu9fOSf7Po3QvJXLy/1qJ4ZNeRPH11/LKa3dTVsCC8FxKauwD4OqimiBj5sE0iAFD2Si0IkqG1P+b4bF7/lGe6euCEDHsCmW1e2/ZIEvM8RCMfXv37wrPrUp4JGZ7YREB8ekoiwHwPieKRr4N9uy5GxtdBNdrVAQAkL/MqX31MQ1dF2Su1ov3oOxLemoVZTw+LY46HtleUqDcPsYc8JC5qV30R+WNWYZ0+Zp4Zh9+qyXmya0QAQJRU7TLJo+nhVH3vRHvnvS2oQnyj3BGUvVIfZHNaFkhxgkkFiMh09cAF4Ew7kGw/9qaYBUrlYqsYiDoQkQlNWLXbREm8847hwNsbkbSvCPtdPXAUAIjI62ktycuyV+pv3cI1oZRq2+UwZEV19cCBFWICdLZr1mb4y3sRIyNCVxGMbTyiVGerVmUBcT77KXz9jMa4kO+nGoHsfIhZ6IBwCHZESUf8WtCBYDpnbsvNUmaV5KmgAPZn7iJ+JK/8xE/8REZspGjuCvx6cAJiJFSdX3O/XP6wZCJ19b9pmeRpJuH8KfEN39xYBVX/hyVjjKnY5VxO2s+eypjMsBRPkpcHzb3RXM9EJ+mdRSS8WAqSagEJdaanh0W/HpwZmmFSxtkpEId2MZeTNmCRsVIWFeBOKNiqgSvi4v21RvyKf3rg7Y0Ai8yBt9cB8XVaFojr14LG9sxcjq4eOFAm7hWVa0x/x8IsKeNAcLhL4WZozuJzhc2pV4AEmTsZJ60aPkQmOCui9Mrsw5K8LB+/jMlhqdWsfFxqkLy0qvYnnKSzZltEFO5Vuy4VRViQ0og62jnGSvRlto4vtes6JL56RZJs6iK58Gz2RV9XSMbyIAQ7BSn8sw2BcGFmm2wmw2uK+9OAtaCR+irACIJ/HlNb6+qBY2jOYM0RYHmeaHmCdk46EAAIegUpfHxIL91lnCd1CnVs1bp74cfycalx3/MrXQG6euAamjaA3xJNI5KNgip8ykrqonb1FgIvRQK4hUCvktle+T4TpbRbliyVRJtkex1i0ZhvIajC2tVnuEvRV1YN6bUvZ1HYNZD2UsIOdgRyA6IvkBsqnieNijz+ec7jtyC8vMp763h80z8CLfNSGsR5+bjkJqv9WjCC4PdZN/K0oAp6k7Dd6D4THSHcrh44BsaFQWXOPypiIDha0NQCoEm2cyrXOGjuLeq3FA+mAfT08C6DZeAA2CfoxHKPC1ajnh4WH2pFfHRBw0qZjOxD4WPgfw8kV52B7vw0AAAAAElFTkSuQmCC")}.xloader2[keyframe=start-16]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAEu0lEQVRoge1aQXLaSBR9v/FmxCLcYMTSJlWBJcFVISeIfALjAwx0bsDcoO05gDUnMD6BSZVlluAqFJbgEwQWkBX9Z2FBWlhgyWDAU3kr+vPV9Z+6+/fv1yJsGV7Vb4DwJWh2iMllwd9KKtdZt29at4OkuK11fxAoE/HXgJnraZG+Lqjs8CV9b5WMJ/08GO1VPgweEpOyhHWelFQiMm3Zz0z0pAaAShe5epJnzT5+4mdZa+0QkQPgXZTfS0jFJhO81UsAeQYPU5QqFNXhIO7zy3AnvzsBsdMlEZ6VVM6N01csMp70KwERE43See4kzvNx0JI9W2tdAUEiGC1mvj++eJ+P24d4zmEJkREY98nCXY2iOhyULnJ1iywbjL8BjFIiJYMY8l7N73vSX0ls5ci0ZK+sWd+YNma+T4mUs4kptgpt2c8UVHboST/PzDcEyjB4SESfl6XxpWTMTmY2Zv73+OJ95RViXwqv6jdB+GSYBhZZhaikEDnNWrJnRxC5T4u0fIV4V8ISlsPM5pS2Jzy5ifKNJKNZX0UQKb90M1sHBZUdkqAKgJFhzntVv77o+2SaedWuAlFtbmA8WMLK74KIicgNl1Aw109oZFqyVw4RefRwdk0EAEoq1wmy3C8sZNkQGQ1twxhO1vR1EwXgplC6yNUX1k/ek35l1ngyzYLNyw0eLr92gEmxON0YPExTOltQ2eGTBBBsXmVLWM52w4yHx+nG57M2gTITTBxgRQWwD+tkGYRIqZCBUQN2cJ7ZFG6rXTdUnBIKz9Zm+wohRGPeYDwQyN5VLBuBV+2q54rP3/iNDYM86edZ8wcQ8sQ0eunZfh9wwJpdIvoAACB0ANR3GtEaEADM2utNZwZBoIFpeMupTpCgUFUsIKLUxjcBQaBQDRYcA94EPOnn7/7qzfWBAwAD04E1lwG4W43qhWDNEkKfejUfDG6KojocmAceIvq0qoN9ghkrMWUFABDQNHzsluzZW44rMVqyVwZg/7Jw45GMEE3TUevp1iWlpJjqaSVkEOTOzzNe1R+A8CcQPopuN8R4aMt+Zszj/kwOm2nS5nnGnf0gUGaiJ3s7OhM9rocurFi4gHFstoQVOooyca0t+3u350TIYaN06g8XMMgUVHb4RCjgyaL6v1O0ZT+jWYdiYk312XIIHZstka4jLIM6QdbYCwQv154bGNfH/xzNZ1SITEFlh0RUMW1Tnl7tQ70WvFRT/hpZwqqYPk8EjY/qqAHG9axNoAwYV7teP0V12AThbB4XUWUx20aqM5awKlHXCLsmVFI5V5D4DMLZR3XUWPx/qW7Wkj1bs+4gfBvcESROXvvWzIihXFSHzbj+K0XAQNdtwiD03FXcJtCW/VkmdYjoJGoUorBSBCypXAeEMowMF6yhtqm+bxK31e7pmMd9BItds76Mm4CeVTSjCAFB+b1BeFX/y22te0NErrm7EyjDUyrH6SO21tyW/cxYj5uB+DGyyLLXrd2CS+BTAjkIVcBzjIioEneaJf7cZKzHigSpddbMnfzuaNaXSz4IegTzuSXS9SQvbCe3ACs/CGJ8E0LUk2SxGXZ2peHV/CFmWZLxAHADgtx1RvxgU8ElBrMLAEKkGsXz5KPwv8d/3Ycr5WR1F8UAAAAASUVORK5CYII=")}.xloader2[keyframe=start-17]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAADsklEQVRoge2aTXLiRhTH/6+VzdiLKCcIXlK4asSS4CrLJwg3GOYCVs8JzJzAMjkAcIIhJwiusswSUmWZJfgEgQXEG/plAbLbwnyIkWwl0W/Xr1vd76/XavUXIWF6cmj+PX/8CAC//Ja/TrItSqJST/pVMBrr8hk8JqKzslvox9muiLOyAGa+3JRPIBMKbtztJiKGQFsjzuBR3O3+EHeFACBIWPM5V4jYFEJ0AjuDTVZsQWB0SIftJNrOSCM7jWY3zt0lAIuIvsQ9Am3DO/cvmNgmolbZLTQ3ld0qxnP8BoDqMtkvXxWK3+/ibnjSt8DoPRkInzcJ2jiahYSAmRP5L+0Mo+FJv7oue62Y5UPPDzIeSNDaipKg7Bb6YHzVbcx86Unfeq38q2+6Kwc5xWqomSYg2G/9vQTcnN81ieiTZuof0MFZ0T0a6+Vejcyc5y+mIoJE5b2EAMBJ/bgaipA1U9NauNxKZG7lfYWZvwVpZm6d1I+riXgZEe/c74Bw+mQgFPWXvBIZVlzVkpNDcSgT9TACQoiqng7PAVe7mUANwATAhIiq4X75npTc/IiZW0GamI70/JW52TJsZk8OzTQJCTCEUVNK2SD8vHzxGRkZGf8x3ncW/J305NCcqumvhjCuS25+9K8Wc+Pc/UUgk8Fjg4zi00/Tk75Fik4/iA+tNP4sw3TlwFasTGC5dQXkBLAIFxgNJnanPB1urCXFCAB4xKMFwAIWKrtyYL+nU3syCiaaI92qoHJv7kpEwj6W3PxCTMnNj0IlXxRMI6zYfk7gAdCXAAx9h95GyiGiUy3ZBzQxL/Z+9dVcCunKQQ547j3M1AE0MYYwmvoDt/K+8iaexYBhUBvQxJTcfCfoewCglEqtmJKbHwkSZ8zcAqEYfPOhlSa3AXIAgEC5t3UxGiU33wHQ0W0v9gCEMFwwHpj5TxIU+2FQRkZGRmKkdnF2K+8ripUDRvOkftza/sQeYrpykFNKfRJCXC/H+ljpyaE549kl9LOh0Ab5OiIfnStWf4CQU6xw49x14jzn7MqBPeNZA9hv1h45Mp7jjwH8GDI3wWiX64Xf93GiKwf2nOcXBLJDWRMQ5LaD2YDoYhb3YlysClrciQG1QbjaNVqe438DsDIPXM5CqlGivtcA0JNDc6ZmEoSL1/IZPD65Ov5pl7o8x+eQaQKGW64XalH92uvuTNE9GpfrhZogcbQ8L5no+bvcnXlCP95jfD2gg9w+QhbtxsStvK8opSoEykGguWs/z/g/8A8e+3INhSvDIwAAAABJRU5ErkJggg==")}.xloader2[keyframe=start-18]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAADsElEQVRoge1aTVLbSBT+XpOVvBjfYMzSMVURS0epGs8NNCcYcYDYzQmAE9B2DmDPCZI5QZQqBEtMFYIl5AZ4YbGi3ywsnJatRJaQQdT4W7lfP3W/r3/fe23CmnH68foPs/z+U/PbuvqishsMeuGQwQ0CdX6iMnb6rd2y+wVKJnPy8UqS4OMsPUFiu62at2X2DQCizMaIuL6C2mQdRADgTZmNWcJSUz1tEKgOYAwAQgjf1Gmrpp/y6QaLKP0AKAvn8qYecTQEYBPR/nv19kvWN6XumTIxfbj3ALgAGsz8OZChl/VNJpmgGx4EvfDzubxZZXOXhq0tGicEjGEWoV+SCbqXCoRDAG6ko9ET7cuFtmr6YO4nhBmEfkomkKEHol555uWHM9iRrGk/IZwRstP0U8kEMrSZE5ffBAKHpVmZAx8+vVUg7JkyZv6atuxTyTDzcXxXAACIyHNUa5ym+xxwVGtkEiJQfaqnalFv6Wg+k9cdzfrrXMDcdwY7cm2W5kDQDX0QfjiuhF1zkJdmRrMeGsWJJWqHa7UwB4QQh0ZxsrhaEmTO5HUHQGMuYKhdtX23PvPyoa2aPhH9BcYREXmL9Yu+2S2ACYDfmPmiJmpL6/KlEXsCqd5A+p7RumMJq1KzssEGG5SPysYzqyDohUMAHoCR02/tvVoyi56KIPFnZYOzItiQqSrm7sypvHKZ+YDBfo1qR6/x9p+T0ayHBKoTyI4QXQAYvZxZ2dBad8yzuK2a/nyZmcEYNKeGpdWCkT1lfAfMPcP4kZ0nSmTuqwkyB3yWPTUEvvHbfu7UUl7EgdoEjO+P+Yk3RqWvWR88liNELiq8b+KcdWLAxULlZF7DeNE0UxEk7xmGGVnaZ/K68azWPBEJMpawFIzZ0Vp7z23QU5Ags6u275h5Hl+ToBfLlRXB0mNTTdTk9OF+vLVFX9b1wrXB/w2VDs4eE/gEurXI2s9yfkt9oC0TgQw9MIYUj/f04f4CwC+TkpWMZ4JueADGMFsziULLLH48PY5b6Jf13BHI0I5JJLx2Zv7nw2DHy/q+EJmT7uWIiP6edwb2iUk5g9a/RdozBsdLsXDPUa3RKu0U2jME3CXL1AGhc9K7vCOQT0w+C/626oxFOpKgBSIzb9jNM+uF9owz2JHx4+nElMcBnsvECozzU3nlrtLekqfBOLKEZeddvk86ms/lTT3SkQTggfD7kkKOV7dAhjY0XCHEqKjnUdo9M3sKeXAZ6BDRO2CWmHv1/5WpepT6KvAfCZ1q9j2Cc3IAAAAASUVORK5CYII=")}.xloader2[keyframe=start-19]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAD70lEQVRogeWaT1LjRhTGv9dk4RKLkBOMvARTFbFkTBWaEww5QcwBMJ0TjHOCyMwBYE4w4QSIqpG9xKmK0HLMDexFKrNxf1lYNpJsgwyyR678VupWq/t96j/q10+CFdM5i44BQLbwcOjt9lfZlhRVUVdHNg3fU+gQtAXiZssoUe8OvV2/qDaz/FBURYbmBgIbAGTBOzLGuAD8otrMooqopKsjGxgLeQpR0iuivYX1F1XRl+bfPRH5GcAQRA+AT8pga2ssYJXDa0JhYook0KED4jPBvoj8VvdquXq0kGFWOAYtALZAXJI3HX1/kuexcooBpj0hkB2Sn4Nm+OG5h0opxlKWB+I6lSloBefh5VPPPTlnOvr+BAZv3l7stQuwcWm+nN1rUfwjlSk4rXu1q3nlF4oJdNgAMX4TZLt+sa8LtDM38WLgA/hxkiciv7z19v7Mlp07zLo6ssnkGxGneDPzUfdqPQhcAMNJnqG5jL9tKeaKGXF0KZCdSVqUeCuwMzd1r9ajkdYkHdtmZ8vNiAl02Ejtq8j2vC5dN0cf9zySf8XJYQWVmW/PbM8QHxLXD5babq3KwGU5uth3lKh3SpRz4FUH2fupBaCrI9fQ3CTuLlw5ykiqZ4wxyRVruElCgOwwG68aY8ir9ZryerJixj1D3JZprvwvKaULkJd4l/Iegt/rXq1XmNu8buJtziUAkHQB/FTKXXMeFNTjDgWy09WRvbFi5rDRYvrZjI0VU0FlZjuzsWK+4duMW7KxYuaREtM5i44DHX43R2wZDIydTFdQ6U3FdHXkUhkfxF3QDFvrNm5ZFFR/miBuD7zqYCrGGNOa3hT8uk7DXsKht+tDcADBaf2i5gKJ7UzQDFuQR8dMiaquOgRRNCpxlXKNRyPmOkUsE1Mxda/WA/EwSYti6YdalszSzGTvOF0dues05rWkxMQO2fR8asTRs+e7ZSIl5sCrDkBMz8gE4m7KdweYswOwlOUh0TsczcYmy8qMmAOvOlCiTkDcQnB69HHvu55mLkPp3eakRxmf4y2MopV6oxno0CF5A8AB4NDwyUhEacVMhKQO8IEZHyZJKcV0mvfnIO6SQkh+ei5GVKo509WRHYdT3GQ+yU9HF/uN555/1VFTHGNsEPRBXG2r7et5p/N5GXGU6g0AANk+yhm1e3HPxKvMXapdcCAQH0RPqPxlf/4JzsMBHsN9QyXqZJmfIV48ZyxY/UTwB8A0onUCQYvK+Ibma3Ae3i2oYhaBC+IaZNsSy172r45XzZk7/XXnn9G/DRFqCN4sKrfqv5kmFLYABDp0YNgAxIHgOHFraIllv2Yu5WVlq1mgQyc+Qu1vmsdaCv4DdMpyvytlzCcAAAAASUVORK5CYII=")}.xloader2[keyframe=start-20]:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAAsSAAALEgHS3X78AAAD1UlEQVRogd2aT3LiRhTGv9fJYiIW0Q0iloy8wEtbU2XnBOEGxgcY6DnBkBOMIAcwc4KBE0RUWWaJUmWZJfgE41mMazb0y8KykPhPGgHKr4oqd6vV/T53v+6nJwEZ4suwfPd+eJHlGEloVx315dCaqMkFEV0CKEe/F5ibTutE7mqsZWiL6cuhpVh9QdL4BThNe2f/uGUI3Q4matLAGiFgdHXH2YSfM+jzGxgegIAEBQweO0072PRmX4ZVZr4iJs9p2X9uM7D21A/kyHxWzy/+INBx3M0NX8Rt/f4rgcyoGIBwvWmfma/jbfFr4RiE31KVjMYms6TtMztHoALgW6qO0PDr4c36W48Mx7UDgwwLzM2ZS9V1go5umSXxZViONpNf48oVZ9bSmRnIkenLcPWWmzGOawcgXCK57IjqfTm8XNR+oZi+HFrf+fsIjMHt+4fMT+5VOK4dCBKVTdouFDPhyc3r9kjEG3WUJWduyQPhGoweGN0zt+QtajfnM3fyocLMX+KKPcVVu2BuZpj507SAR0MUGvs0SIeUGF+GVQBW4mrj1C0+7dek/056ZhSm/sF4dFy7vWd7tIjFDOTIBOGP6SXuHMIgHWIxz3hO71qC2vs2Zlt8GZaTZ6GY/iHGcStGTzf6zZo7+VABYwDGwK+FDSAh5swteYLE76zogyGMg58t62ClLuNC5B6ph7PoMPL2aJMGlNxly8ARRs2bIoTwkmVfhuXcigEwThYEhJlbMQrKnK3LrRgB8f8Rs4jcilFQszHjOLdiHNcOWNEHMHogXJ+5pfGhbdopqYczvxY2mPhCkGieu29zF2jGYqIE+Oi1LEgU8zZ1sc/M7ttKqererdEkFuO4dgDGY3yFcHUQizRI7WbM5CaK1p18OProOUlKTOGnX9rJciq5kQNSYk7d4tNMjteKkhy5YO7QNEShkfQdZv40kKO5OOgYmRNz6hafSFCc9COQ+QM/Dppz9mVYvq3ff/XrIa/y44XhzLn7tsPMnwEAjO4bvDlYPsCXYZmZ/35NF7PipdnVpbHZu9ZJVZAoOi27cqhEYF8OraSQCG9Z+6N9PzM7IwDAzJ/ftU6qy+45yqg5euOcnhFGd5UQIJtX51r4MqyCcUPJRcPoGcKorrt3J2Jua/dXAFAQha62fykug6ZC1i2tJNo+49fCBggf48HBnmDRAVMAAOd/lXrb9Bd9V9AGYEKgvU3yfhdiPBDWf7n08nFCW3e8VehvAAIyFW0vg1HXHmutKZo4rh04LdsC4TR+Jl8AM/+jO9Y6Mjtn+nJoAbAYbDLYNGB08vQW7uD8C9nDetuMNuc4AAAAAElFTkSuQmCC")}
@keyframes delayHide{0%{opacity:1}50.001%{opacity:1}100%{opacity:0}}@keyframes delayShow{0%{opacity:0}50.001%{opacity:0}100%{opacity:1}}.cloudstorageintegration-modal{z-index:9999 !important}.progress-circle{display:inline-block;position:relative;text-align:center;height:2.5rem;width:2.5rem;line-height:2.5rem;font-size:2.5rem}.progress-circle .progress-circle-svg{height:2.5rem;width:2.5rem}.progress-circle .progress-icon{line-height:2.5rem}.progress-circle .progress-circle-svg path{stroke:rgb(237.6,211.8,242.4);stroke-width:16;transition:stroke 300ms}.progress-circle .progress-circle-svg .bar{stroke:var(--palette-brandAlt-main, #c56fd5)}.progress-circle .progress-icon{position:absolute;font-size:.5em;top:0;left:0;width:100%}.progress-circle .progress-value{position:absolute;color:rgb(81.4,81.4,81.4);font-size:0.75rem;font-weight:600;top:0;left:0;width:100%}.progress-circle.processing .progress-circle-svg{animation:progress-rotate 4s linear 0s infinite}.progress-circle.processing .progress-circle-svg .back{stroke:rgba(0,0,0,0)}.progress-circle.processing .progress-circle-svg .bar{stroke-linecap:round;stroke-dasharray:2.8125rem}.progress-circle.loading .progress-circle-svg .bar{stroke-linecap:round}.progress-circle.error-state .progress-circle-svg path{stroke:#ff3b30}.progress-circle.error-state .progress-icon{position:absolute;color:#ff3b30}@keyframes progress-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.file-upload{position:relative}.file-upload .drag{border-color:var(--palette-primary-contrastText, #ffffff);border-width:medium}.file-upload .items{display:flex;justify-content:space-between;width:100%}.file-upload .item{white-space:nowrap}.file-upload .fileList{text-align:left}.peek .upload-list .progress-status{max-width:calc(100% - 6.125rem)}.full .upload-list .progress-status{max-width:calc(100% - 13.375rem)}.upload-list{list-style-type:none}.upload-list .file-container{min-height:3.625rem;background-color:var(--palette-background-b2, #f8f8f8)}.upload-list .file-container .file-meta-container{display:flex;align-items:center;margin:0;padding:0}.upload-list .file-container .file-meta-container:before,.upload-list .file-container .file-meta-container:after{content:" ";display:table}.upload-list .file-container .file-meta-container:after{clear:both}.upload-list .file-container .file-meta-container>.file-meta{height:2.6875rem;flex:1;position:relative;overflow:hidden}.upload-list .file-container .file-meta-container>.file-meta:before,.upload-list .file-container .file-meta-container>.file-meta:after{content:" ";display:table}.upload-list .file-container .file-meta-container>.file-meta:after{clear:both}.upload-list .file-container .file-meta-container>.file-meta.complete:not(.prevent-fade) .element-image{animation:delayShow 1s linear forwards;transition:padding 1s linear forwards}.upload-list .file-container .file-meta-container>.file-meta.complete .element-image{top:0;opacity:1}.upload-list .file-container .file-meta-container>.file-meta.complete .progress-circle{opacity:0}.upload-list .file-container .file-meta-container>.file-meta.complete .progress-status{font-weight:600;font-style:normal;padding-left:0}.upload-list .file-container .file-meta-container>.file-meta .element-image{position:absolute;height:2.5rem;left:0.625rem;opacity:0;width:2.5rem}.upload-list .file-container .file-meta-container>.file-meta>*{float:left}.upload-list .file-container .file-meta-container>.file-meta>button{float:right;font-size:1.375rem;margin-right:0.625rem}.upload-list .file-container .file-meta-container>.file-meta>button:first-of-type{margin-right:0}.upload-list .file-container .file-meta-container>.file-meta .processing-spinner,.upload-list .file-container .file-meta-container>.file-meta .progress-circle,.upload-list .file-container .file-meta-container>.file-meta .processing-spinner{height:2.6875rem;margin-left:0.625rem}.upload-list .file-container .file-meta-container>.file-meta>.progress-status{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important;line-height:2.5rem;padding-left:0.625rem}.upload-list .file-container .file-meta-container>.file-meta>p,.upload-list .file-container .file-meta-container>.file-meta>button{margin-bottom:0}.upload-list .file-container .file-meta-container .file-container-controls{display:flex;align-items:center}.upload-list .file-container .file-meta-container .file-container-controls>button{margin-bottom:0;padding:0 0.9375rem}.upload-list .file-container:not(.inline-file) .file-meta-container{min-height:3.625rem}.upload-list .file-container>.file-preview{display:block}.reveal-modal.progress-indicator-modal{padding-bottom:0}.reveal-modal.progress-indicator-modal .upload-list .file-container .content-item-controls{display:none}.reveal-modal.progress-indicator-modal .progress-status{max-width:calc(100% - 6.125rem)}.notification bb-svg-icon{vertical-align:middle;margin-right:0.625rem}.max-size-warning-modal .warning-message{margin-bottom:1rem}.max-size-warning-modal .files-content{max-height:25rem;overflow-y:auto}.max-size-warning-modal .files-info-list{margin-bottom:1rem}.max-size-warning-modal .file-info{margin-bottom:0.3125rem;font-weight:600}.max-size-warning-modal .alternate-storage-info{margin-bottom:0.3125rem;margin-top:1rem}
.announcement-item-row{width:calc(100% - 1.875rem);overflow:hidden;position:relative;padding:0;border-bottom:1px solid var(--palette-border-main, #cdcdcd);height:100%}.announcement-item-row .columns{margin-top:1.25rem;display:inline-block}.announcement-item-row .columns:last-child{padding-left:0;padding-right:0}@media only screen and (min-width:64em){.announcement-item-row .columns:last-child{padding-left:0.9375rem;padding-right:0.9375rem}}.announcement-item-row .list-item-date-sent{display:inline;font-weight:700}@media only screen and (min-width:40em){.announcement-item-row .list-item-date-sent{font-weight:400}}.announcement-item-row .announcement-status-column{padding-left:0;text-align:center}.announcement-item-row .announcement-status-column button{min-width:2.5rem;padding:0 0.5rem}@media only screen and (min-width:40em){.announcement-item-row .announcement-status-column button{padding:0 1rem}}@media only screen and (min-width:40em){.announcement-item-row .announcement-status-column{padding-left:0.625rem;text-align:inherit}}.announcement-item-row.is-new{background-color:rgb(246.4590322581,233.7948387097,248.8151612903);transition:background-color 0ms}.announcement-item-row.is-read{background-color:var(--palette-background-b2, #f8f8f8)}.announcement-item-row:hover{background-color:var(--palette-background-b3, #f0f0f0)}.announcement-item-row:not(.is-new){transition:background-color 1000ms}.announcement-item-row .large-title-1{width:63%}.announcement-item-row .small-title-1{width:66%}.announcement-item-row .large-1{width:60%}.announcement-item-row .large-2{width:20%}.announcement-item-row .three-lines{max-height:3rem}.announcement-item-row .one-line{max-height:1.125rem}.announcement-item-row .list-item-title{max-width:15.625rem;display:inline-block;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;color:var(--palette-text-primary, #262626)}.announcement-item-row .list-item-title.entitled{padding-right:0.625rem;max-width:80%}@media only screen and (min-width:40em){.announcement-item-row .list-item-title{max-width:95%}}.announcement-item-row .list-item-title:hover{text-decoration:underline}.announcement-item-row .list-item-body{margin-top:0;max-width:95%;display:block;font-weight:normal;white-space:nowrap;overflow:hidden;text-align:justify;text-overflow:ellipsis;text-decoration:none;line-height:1.125rem;color:var(--palette-text-primary, #262626)}@media only screen and (min-width:40em){.announcement-item-row .list-item-body{margin-top:0.3125rem}}.announcement-item-row .list-item-status{display:inline-block;margin-right:0.3125rem}@media only screen and (min-width:40em){.announcement-item-row .list-item-status{font-weight:700;text-align:inherit;display:block;margin-right:0;padding-left:inherit}}.announcement-item-row .list-item-view-count{font-weight:normal}.announcement-item-row .item-status-info{font-size:.75rem;margin-top:0.625rem;margin-left:0.625rem}@media only screen and (min-width:40em){.announcement-item-row .item-status-info{font-size:.875rem;margin-top:0;margin-left:0}}.announcement-item-row .announcement-header-column{width:100%;max-width:12.5rem;display:flex}@media only screen and (min-width:40em){.announcement-item-row .announcement-header-column{width:unset;max-width:unset}}.announcement-item-row .announcement-header-column .announcement-checkbox-status{padding:1.5625rem 0}.announcement-item-row .announcement-header-column .announcement-header{width:100%;padding:0.625rem 0;flex-direction:column;display:flex}@media only screen and (min-width:40em){.announcement-item-row .announcement-header-column .announcement-header{padding:0.9375rem 0;align-items:center;flex-direction:row}}.announcement-item-row .announcement-header-column .announcement-header .element-image{box-shadow:none;margin:0;position:relative;top:0}@media only screen and (max-width: 39.9375em){.announcement-item-row .announcement-header-column .announcement-header .announcement-icon{display:none}}.announcement-item-row .announcement-header-column .announcement-header .is-restricted .element-image::before{content:"";display:block;position:absolute;top:1rem;width:3.125rem;height:0.0625rem;background:#a4a4a4;box-shadow:0 0 0 2px #fff}[dir=rtl] .announcement-item-row .announcement-header-column .announcement-header .is-restricted .element-image::before,[dir=ltr] .announcement-item-row .announcement-header-column .announcement-header .is-restricted .element-image::before{left:-0.5rem;transform:rotate(-45deg)}.announcement-item-row .announcement-header-column .announcement-header .click-message-detail{overflow:hidden;display:flex;flex:1;flex-direction:column;padding-left:0.625rem}.announcement-item-row .announcement-header-column .announcement-header .click-message-detail .announcement-title-detail{align-items:center;display:inline-flex}.announcement-item-row .announcement-header-column .announcement-header .click-message-detail .announcement-title-detail .draft-status{position:relative;top:0;text-align:center;background:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff);font-size:.625rem;font-weight:700;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;padding:0.5625rem;white-space:nowrap}.announcement-item-row .announcement-header-column .announcement-header .click-message-detail .announcement-title-detail .draft-status:hover{cursor:default;text-decoration:none}.announcement-item-row .announcement-viewers-column{display:table-cell;vertical-align:top}@media only screen and (min-width:40em){.announcement-item-row .announcement-viewers-column{padding-left:0.625rem;vertical-align:middle}}.announcement-item-row .announcement-viewers-column .announcement-viewers{display:flex;flex-direction:column;align-items:end;gap:1rem;padding-inline-end:0.75rem}@media only screen and (min-width:40em){.announcement-item-row .announcement-viewers-column .announcement-viewers{text-align:center;flex-direction:row;align-items:center}}@media only screen and (min-width:40em){.announcement-item-row .announcement-viewers-column .announcement-viewers .list-item-view-count{display:inline-flex;align-items:center}}@media only screen and (min-width:40em){.announcement-item-row .announcement-viewers-column .announcement-viewers .announcement-item-action-menu{margin-left:auto}}
.search-input-wrap{position:relative}.search-input-wrap input{border-width:1px;margin-bottom:0.25rem;padding:0.5625rem 5.625rem;padding-left:2.75rem !important}.search-input-wrap .search-icon{color:var(--palette-text-primary, #262626);position:absolute;top:0.8125rem;left:1.25rem}.search-input-wrap .search-controls{position:absolute;right:0.0625rem;top:0;padding-right:0.75rem;margin-bottom:0;color:var(--palette-text-hint, #767676)}.search-input-wrap .search-controls:hover{color:var(--palette-text-primary, #262626)}
.announcement-sort-row button{display:flex;align-items:center}.announcement-sort-row button .sort-description{display:inline-block;max-width:10rem;text-align:left}@media only screen and (min-width:120em){.announcement-sort-row button .sort-description{max-width:15.625rem}}.announcement-sort-row button .sort-list-arrow-up:hover,.announcement-sort-row button .sort-list-arrow-down:hover{cursor:pointer}
.course-announcement-layer ul{list-style:none !important;margin-left:0 !important}.course-announcement-layer .hide{display:none !important}.course-announcement-layer .guidance-wrapper{display:flex;align-items:center;background-color:var(--palette-background-b2, #f8f8f8);border-bottom:1px solid var(--palette-border-main, #cdcdcd);padding-right:0;padding-left:0.9375rem;height:2.625rem;z-index:2}@media only screen and (min-width:40em){.course-announcement-layer .guidance-wrapper{padding-right:0.625rem}}@media only screen and (min-width:64em){.course-announcement-layer .guidance-wrapper{padding:0 1.875rem;margin:0 -1.875rem;height:4.375rem}}.course-announcement-layer .guidance-wrapper span{flex:1;margin:0 0.125rem;line-height:2.5rem}.course-announcement-layer .guidance-wrapper .create-announcement{text-align:right;border:none;background-color:rgba(0,0,0,0)}.course-announcement-layer .guidance-wrapper .highlightable-button{color:var(--palette-text-hint, #767676)}.course-announcement-layer .guidance-wrapper .highlightable-button:hover{background:rgba(0,0,0,0);color:#000}.course-announcement-layer #search-button{margin-right:0}@media only screen and (min-width:40em){.course-announcement-layer #search-button{margin-right:0.625rem}}.course-announcement-layer .hints-header{padding:1.875rem}.course-announcement-layer .list-announcement-content{padding:0 1rem;margin-top:0}.course-announcement-layer .list-announcement-content .hide{display:none}.course-announcement-layer .list-announcement-content .-with-seach-bar{margin-top:0}.course-announcement-layer .list-announcement-content .tabular-list-container .sortable-table{width:100%;table-layout:fixed}.course-announcement-layer .list-announcement-content .tabular-list-container .sortable-table .list-item-columns{width:calc(100% - 1.875rem);overflow:hidden;position:relative;padding:0;border-width:1px;border-bottom:1px solid var(--palette-border-main, #cdcdcd);height:100%}.course-announcement-layer .list-announcement-content .tabular-list-container .sortable-table .list-item-columns .columns{margin-top:1.25rem;display:inline-block}.course-announcement-layer .list-announcement-content .tabular-list-container .sortable-table tbody{display:table;width:calc(100% - 1.25rem);margin-right:0.625rem;margin-left:0.625rem}@media only screen and (min-width:40em){.course-announcement-layer .list-announcement-content .tabular-list-container .sortable-table tbody{display:table-row-group;width:auto;margin-right:0;margin-left:0}}.course-announcement-layer .list-announcement-content .announcement-sort-header{display:none}@media only screen and (min-width:40em){.course-announcement-layer .list-announcement-content .announcement-sort-header{display:table-header-group}}.course-announcement-layer .list-announcement-content .announcement-sort-header .announcement-sort-row .sort{font-weight:bold;padding:0.9375rem 0.625rem}.course-announcement-layer .list-announcement-content .announcement-sort-header .announcement-sort-row .column-title{width:60%}@media only screen and (min-width:40em)and (max-width:63.9375em){.course-announcement-layer .list-announcement-content .announcement-sort-header .announcement-sort-row .column-title{width:50%}}.course-announcement-layer .list-announcement-content .announcement-sort-header .announcement-sort-row .column-date,.course-announcement-layer .list-announcement-content .announcement-sort-header .announcement-sort-row .column-status{width:19%}.course-announcement-layer .list-announcement-content .announcement-sort-header .announcement-sort-row .column-viewers{width:15%;float:none !important}@media only screen and (min-width:40em)and (max-width:63.9375em){.course-announcement-layer .list-announcement-content .announcement-sort-header .announcement-sort-row .column-viewers{width:20%}}.course-announcement-layer .list-announcement-content #announcement-search{transition:all .25s linear;clear:both;width:calc(100% + 1.875rem);overflow:hidden;padding:1rem 0.75rem;position:relative;left:-0.9375rem;right:-0.9375rem;border-bottom:1px solid var(--palette-border-main, #cdcdcd);background-color:var(--palette-background-b2, #f8f8f8);max-width:none}@media only screen and (min-width:40em){.course-announcement-layer .list-announcement-content #announcement-search{width:calc(100% + 3.75rem);left:-1.875rem;right:-1.875rem;margin-bottom:1rem;padding:1rem 1.875rem}}@media only screen and (min-width:64em){.course-announcement-layer .list-announcement-content #announcement-search{margin-top:0.0625rem}}.course-announcement-layer .list-announcement-content .row .collapse{position:relative}.course-announcement-layer .list-announcement-content .spinner{position:absolute}.course-announcement-layer .no-result-section{margin-top:10rem}.course-announcement-layer .no-result-message .icon{margin-right:0.5rem}
.date-picker .ms-Callout{z-index:10000;width:14rem}.date-picker .error-message{color:#ff3b30;font-style:italic}.date-picker .error-message>*{display:inline-block}.date-picker .btn-date{top:0}
.announcement-detail-panel .bb-offcanvas.contained{overflow:hidden}.announcement-detail-panel .bb-offcanvas.bb-offcanvas-open .bb-close-overlay{bottom:0;opacity:1;transition:opacity 300ms cubic-bezier(0.55, 0, 0.1, 1),bottom 0 0}.announcement-detail-panel .bb-offcanvas-inner{position:relative;transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1),padding-right 300ms cubic-bezier(0.55, 0, 0.1, 1),padding-left 300ms cubic-bezier(0.55, 0, 0.1, 1)}.announcement-detail-panel .bb-offcanvas-inner:before,.announcement-detail-panel .bb-offcanvas-inner:after{content:" ";display:table}.announcement-detail-panel .bb-offcanvas-inner:after{clear:both}.push-left .announcement-detail-panel .bb-offcanvas-inner{transform:translate(26.25rem, 0)}.push-right .announcement-detail-panel .bb-offcanvas-inner{transform:translate(-26.25rem, 0)}@media only screen and (min-width:40em){.fit-right .announcement-detail-panel .bb-offcanvas-inner{padding-right:26.25rem}}@media only screen and (min-width:40em){.fit-left .announcement-detail-panel .bb-offcanvas-inner{padding-left:26.25rem}}.announcement-detail-panel .bb-close-overlay{background-color:hsla(0,0%,100%,.4);position:absolute;top:0;left:0;right:0;bottom:100%;opacity:0;z-index:10;transition:opacity 300ms cubic-bezier(0.55, 0, 0.1, 1),bottom 0 300ms cubic-bezier(0.55, 0, 0.1, 1)}.announcement-detail-panel .bb-offcanvas-panel{position:fixed;display:none;width:100%;top:0;bottom:0;outline:none}@media only screen and (min-width:40em){.announcement-detail-panel .bb-offcanvas-panel{max-width:26.25rem}}.announcement-detail-panel .bb-offcanvas-panel.bb-offcanvas-left{left:0}.announcement-detail-panel .bb-offcanvas-panel.bb-offcanvas-right{right:0}@media only screen and (min-width:40em){.announcement-detail-panel .bb-offcanvas-panel.full{max-width:100%}}@media only screen and (min-width:40em){.announcement-detail-panel .bb-offcanvas-panel.full .bb-offcanvas-panel-wrap{max-width:100%}}.announcement-detail-panel .bb-offcanvas-panel.with-banner .side-panel-content{position:relative;height:100%}.announcement-detail-panel .bb-offcanvas-panel.with-banner .side-panel-banner{width:100%}.announcement-detail-panel .bb-offcanvas-panel.with-banner .bb-close-offset{position:absolute}.announcement-detail-panel .bb-offcanvas-panel-wrap{position:absolute;top:0;bottom:0;width:100%;background-color:var(--palette-background-default, #fff);box-shadow:0 5px 0 5px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.1);outline:10px solid hsla(0,0%,100%,0);transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1),outline-color 300ms,right 300ms cubic-bezier(0.55, 0, 0.1, 1),left 300ms cubic-bezier(0.55, 0, 0.1, 1),max-width 300ms cubic-bezier(0.55, 0, 0.1, 1);-webkit-transition:-webkit-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms, right 300ms cubic-bezier(0.55, 0, 0.1, 1), left 300ms cubic-bezier(0.55, 0, 0.1, 1), max-width 300ms cubic-bezier(0.55, 0, 0.1, 1);-moz-transition:-moz-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms, right 300ms cubic-bezier(0.55, 0, 0.1, 1), left 300ms cubic-bezier(0.55, 0, 0.1, 1), max-width 300ms cubic-bezier(0.55, 0, 0.1, 1);-ms-transition:-ms-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms, right 300ms cubic-bezier(0.55, 0, 0.1, 1), left 300ms cubic-bezier(0.55, 0, 0.1, 1), max-width 300ms cubic-bezier(0.55, 0, 0.1, 1);-o-transition:-o-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms, right 300ms cubic-bezier(0.55, 0, 0.1, 1), left 300ms cubic-bezier(0.55, 0, 0.1, 1), max-width 300ms cubic-bezier(0.55, 0, 0.1, 1)}@media only screen and (min-width:40em){.announcement-detail-panel .bb-offcanvas-panel-wrap{max-width:26.25rem}}@media(prefers-reduced-motion: reduce){.announcement-detail-panel .bb-offcanvas-panel-wrap{transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1),outline-color 300ms;-webkit-transition:-webkit-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms;-moz-transition:-moz-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms;-ms-transition:-ms-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms;-o-transition:-o-transform 300ms cubic-bezier(0.55, 0, 0.1, 1), outline-color 300ms}}.contained .announcement-detail-panel .bb-offcanvas-panel-wrap{position:absolute}.bb-offcanvas-left .announcement-detail-panel .bb-offcanvas-panel-wrap{left:-100%}.bb-offcanvas-right .announcement-detail-panel .bb-offcanvas-panel-wrap{right:-100%}.announcement-detail-panel .bb-offcanvas-panel-wrap .side-panel-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto;padding:1.875rem}.announcement-detail-panel .bb-offcanvas-panel-wrap .bb-close{position:absolute;z-index:2;left:2.5rem;top:.3125rem;color:rgb(124.8,124.8,124.8);font-size:1.625rem;font-weight:600;line-height:1;padding:.125rem .5rem;text-decoration:none}.announcement-detail-panel .bb-offcanvas-panel-wrap .bb-close:hover{color:var(--palette-text-primary, #262626)}.bb-offcanvas-left.active>.announcement-detail-panel .bb-offcanvas-panel-wrap{left:0}.bb-offcanvas-right.active>.announcement-detail-panel .bb-offcanvas-panel-wrap{right:0}.announcement-detail-panel .contained.bb-offcanvas-open.push-left .bb-offcanvas-panel-wrap{outline-color:rgba(238,238,238,0);transform:translate(-100%, 0)}.announcement-detail-panel .contained.bb-offcanvas-open.push-right .bb-offcanvas-panel-wrap{outline-color:rgba(238,238,238,0);transform:translate(100%, 0)}.announcement-detail-panel .contained .bb-offcanvas-panel{position:absolute;z-index:1}.announcement-detail-panel .bb-offcanvas-panel{z-index:1015}.announcement-detail-panel .bb-offcanvas-panel~.bb-offcanvas-panel{z-index:1115}.announcement-detail-panel .bb-offcanvas-panel~.bb-offcanvas-panel~.bb-offcanvas-panel{z-index:1215}.announcement-detail-panel .bb-offcanvas-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1010}.announcement-detail-panel .bb-offcanvas-overlay:not(.hidden)~.bb-offcanvas-overlay:not(.hidden){z-index:1110}.announcement-detail-panel .bb-offcanvas-overlay:not(.hidden)~.bb-offcanvas-overlay:not(.hidden)~.bb-offcanvas-overlay:not(.hidden){z-index:1210}.announcement-detail-panel .bb-offcanvas-overlay:not(.hidden)~.bb-offcanvas-overlay:not(.hidden)~.bb-offcanvas-overlay:not(.hidden)~.bb-offcanvas-overlay:not(.hidden){z-index:1310}.announcement-detail-panel .panel-container{padding:0.625rem}.announcement-detail-panel .panel-container.-has-footer{max-width:62.5rem;margin:auto;padding-top:0.625rem}@media only screen and (min-width:64em){.announcement-detail-panel .panel-container.-has-footer{padding-top:inherit;margin-bottom:1.25rem}}@media only screen and (min-width:40em){.announcement-detail-panel .panel-container{width:100%;height:auto;overflow-y:visible;padding:1.875rem}}.announcement-detail-panel .panel-container .ms-Label{margin-bottom:0}.announcement-detail-panel .panel-container .ms-Checkbox{margin-top:1.25rem}.announcement-detail-panel .panel-container .announcement-checkbox{padding-left:0.5rem;margin-top:0.625rem}.announcement-detail-panel .panel-container .title-text-field-border-fix{border:0;margin:0}.announcement-detail-panel .panel-container .title-text-field{inline-size:100%}.announcement-detail-panel .panel-title{max-width:calc(100% - 3.0625rem) !important;margin-right:2.375rem !important}.announcement-detail-panel .panel-screen-size{max-block-size:calc(100% - 4.375rem)}.announcement-detail-panel .panel-footer{position:absolute;left:0;right:0;width:100%;bottom:0;height:4.375rem;display:flex;padding:0.9375rem;z-index:2;background-color:var(--palette-background-b2, #f8f8f8);border-top:1px solid var(--palette-border-main, #cdcdcd)}@media only screen and (min-width:40em){.announcement-detail-panel .panel-footer{padding:0.9375rem 1.875rem}}.announcement-detail-panel .panel-footer .place-holder{flex:1}.announcement-detail-panel .panel-footer button{text-align:center;height:2.375rem;margin-right:0.625rem}@media only screen and (min-width:40em){.announcement-detail-panel .panel-footer button{width:11rem}}@media only screen and (max-width: 39.9375em){.announcement-detail-panel .panel-footer button{width:calc(50% - 0.3125rem)}}.announcement-detail-panel .panel-footer button:last-child{margin-right:0}.announcement-detail-panel .panel-footer button.disabled{opacity:1;cursor:not-allowed;background-color:var(--palette-text-hint, #767676);color:var(--palette-common-white, #ffffff);border-color:rgba(0,0,0,0)}.announcement-detail-panel .panel-content__field{margin-bottom:0.5rem}.announcement-detail-panel .panel-content__field .label-required{font-weight:bold;margin-top:0.5rem;padding:0.25rem 0}.announcement-detail-panel .panel-content__field .label-required::before{content:"* ";color:#ff3b30}.announcement-detail-panel .panel-content__message.-invalid .bb-editor-container{border-color:#ff3b30;border-top:1px solid #ff3b30;box-shadow:inset 0 0 0 4px rgba(255,59,48,.1)}.announcement-detail-panel .panel-content__message .ql-editor{min-height:18.75rem}.announcement-detail-panel .information-message{padding-left:1.75rem;margin-bottom:0;font-size:.75rem;color:var(--palette-text-secondary, #666666)}.announcement-detail-panel .error-message{display:inline-flex;align-items:center;color:var(--palette-error-main, #c23e37);font-size:.75rem}.announcement-detail-panel .error-message>*{margin-right:0.3125rem}.announcement-detail-panel h1{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.announcement-detail-panel .body-text .ql-editor{padding:0;max-height:100%}
.announcement-list{margin:0;list-style:none}.announcement-list .announcement-card{display:flex;align-items:center;border-block-end:0.0625rem solid #e5e5e5}.announcement-list .announcement-card+.announcement-card{margin-block-start:0;padding-block-start:0.25rem}.announcement-list .announcement-card .announcement-details{display:flex;flex-direction:column;line-height:1.125rem;padding:0 0.5rem;align-items:flex-start;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.announcement-list .announcement-card .announcement-details .announcement-title{color:var(--palette-text-primary, #262626);font-weight:600;text-decoration:none;line-height:normal;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.announcement-list .announcement-card .announcement-details:hover .announcement-title,.announcement-list .announcement-card .announcement-details:focus .announcement-title{text-decoration:underline}.announcement-list .announcement-card .announcement-details .announcement-sent-date{font-weight:normal}.announcement-list .announcement-card .announcement-details .body-text{overflow-x:hidden;overflow-y:auto}.announcement-list .announcement-card .announcement-details .message-entries{margin-block-end:0.5rem;max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.announcement-list .announcement-card .announcement-details .message-entries p{display:contents;margin-block-end:0}.announcement-list .announcement-card.is-read{background-color:var(--palette-background-b2, #f8f8f8)}.announcement-list .announcement-card.row-interaction:hover{background-color:var(--palette-background-b3, #f0f0f0)}
.ms-Dialog-footer .uef-link{font-size:.875rem}
[bb-click-to-invoke-child].child-is-invokable{cursor:pointer}
.conversion-status-bar{background-color:var(--palette-background-b2, #f8f8f8);z-index:300;border-top:2px solid var(--palette-border-main, #cdcdcd);display:flex;align-items:stretch;justify-content:center;transition:all 200ms cubic-bezier(0.55, 0, 0.1, 1);opacity:1}@media only screen and (max-width: 39.9375em),only screen and (min-width:40em)and (max-width:63.9375em){.conversion-status-bar{padding:0.9375rem;flex-direction:column}}@media only screen and (min-width:64em){.conversion-status-bar{padding:0.9375rem 1.875rem;flex-direction:row}}.conversion-status-bar.below{display:inherit;height:0;padding-top:0;padding-bottom:0;border:0;opacity:.7}.conversion-status-bar .conversion-prompt-container{flex:1 1 auto;padding-right:1.875rem}@media only screen and (max-width: 39.9375em){.conversion-status-bar .conversion-prompt-container{display:none}}.conversion-status-bar .conversion-prompt-container .conversion-prompt-title{font-weight:600;font-size:1.125rem}.conversion-status-bar .conversion-prompt-container .conversion-prompt-details{font-size:.875rem;line-height:1.125rem}.conversion-status-bar .conversion-button-container{flex:0 0 auto;display:flex;justify-content:space-around}@media only screen and (max-width: 39.9375em){.conversion-status-bar .conversion-button-container{align-items:stretch;flex-direction:column}}@media only screen and (min-width:40em){.conversion-status-bar .conversion-button-container{align-items:center;flex-direction:row}}@media only screen and (min-width:40em)and (max-width:63.9375em){.conversion-status-bar .conversion-button-container{padding-top:0.625rem}}.conversion-status-bar .conversion-button-container .conversion-button{flex:0 0 auto;margin:0}@media only screen and (max-width: 39.9375em){.conversion-status-bar .conversion-button-container .conversion-return-button{margin-bottom:0.625rem}}@media only screen and (min-width:64em){.conversion-status-bar .conversion-button-container .conversion-return-button{display:none}}.conversion-status-bar .conversion-button-container .conversion-return-classic{color:var(--palette-text-primary, #262626)}@media only screen and (min-width:64em){.conversion-status-bar .conversion-button-container .conversion-return-classic{padding-right:1.25rem}}
.hide-focus-outline button:focus,.hide-focus-outline .button:focus,.hide-focus-outline [tabindex]:focus{outline:none !important}.hide-focus-outline a:not(.button):focus{box-shadow:inherit !important;outline:none !important}.hide-focus-outline div:not([contenteditable=true]):focus,.hide-focus-outline span:not([contenteditable=true]):focus{outline:none !important}
.square-toggle{display:flex;position:relative;height:1.75rem;width:3.5rem;border-radius:2px;background-color:var(--palette-background-b1, #ffffff);box-shadow:inset 0 0 0 1px var(--palette-border-main, #cdcdcd)}.square-toggle a{position:absolute;top:0;left:0;height:1.75rem;width:1.75rem;background-color:var(--palette-background-b9, #262626);border-radius:3px 0 0 3px;padding:0;transform:translateX(0);transition:transform 300ms cubic-bezier(0.55, 0, 0.1, 1)}.square-toggle input{height:1.75rem;width:1.75rem;position:absolute;top:0;left:0;opacity:0}.square-toggle input:nth-of-type(2){left:1.75rem}body:not(.hide-focus-outline) .square-toggle input:focus+label{box-shadow:0 0 0 2px var(--palette-focus-main, #006dc7)}.square-toggle label{display:inline-block;height:1.75rem;width:1.75rem;margin:0;padding:0.5rem;background-color:rgba(0,0,0,0) !important;box-shadow:none;z-index:1;color:var(--palette-text-secondary, #666666)}.square-toggle label:hover,.square-toggle label:focus{color:var(--palette-text-primary, #262626)}.square-toggle label bb-svg-icon,.square-toggle label bb-svg-icon svg{height:0.75rem;width:0.75rem;align-items:center;vertical-align:top}.square-toggle input[type=radio]+label:before,.square-toggle input[type=radio]+label:after{opacity:0 !important;left:0 !important}.square-toggle input[checked=checked]+label{color:var(--palette-primary-contrastText, #ffffff)}.square-toggle input[checked=checked]+label:hover,.square-toggle input[checked=checked]+label:focus{color:var(--palette-primary-contrastText, #ffffff)}.square-toggle input[checked=checked]+label+a{border-radius:0 3px 3px 0;transform:translateX(1.75rem)}.square-toggle input[type=radio]+label{padding-left:0.5rem}
span.enhanced-tooltip.tooltip-unpadded{padding:0}span.enhanced-tooltip.tooltip-dark-theme{background-color:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff)}span.enhanced-tooltip ul.complex-tooltip-list li.complex-tooltip-list__bullet{list-style-type:none;padding:0;margin:0}
span.enhanced-tooltip{position:absolute;z-index:9999;background-color:#fff;border-radius:2px;box-shadow:0 0 0 4px rgba(51,51,51,.075);padding:0.5rem;border:1px solid #e5e5e5;word-wrap:break-word;color:var(--palette-text-secondary, #666666)}span.enhanced-tooltip.tooltip-center-content{text-align:center}span.enhanced-tooltip.tooltip-max-width{max-width:18.125rem}span.enhanced-tooltip.tooltip-dark-theme{background-color:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff)}span.enhanced-tooltip.tooltip-dark-theme span.enhanced-tooltip-pip{background-color:var(--palette-background-b9, #262626);border-color:rgba(0,0,0,0) #262626 #262626 rgba(0,0,0,0)}.tooltip-always-underline{text-decoration:underline !important}span.enhanced-tooltip[aria-hidden=true]{display:none}span.enhanced-tooltip[aria-hidden=false]{display:inline-block}span.enhanced-tooltip-pip{display:inline-block;position:absolute;background-color:#fff;border-radius:2px;height:0.9375rem;width:0.9375rem;border:solid 1px;border-color:rgba(0,0,0,0) #e5e5e5 #e5e5e5 rgba(0,0,0,0);box-shadow:3px 3px 0 0 #ededed}span.enhanced-tooltip-pip.top-left{bottom:-0.5rem;transform:rotate(45deg)}[dir=rtl] span.enhanced-tooltip-pip.top-left,[dir=ltr] span.enhanced-tooltip-pip.top-left{left:calc(100% - 1.75rem)}span.enhanced-tooltip-pip.top-center{bottom:-0.5rem;transform:rotate(45deg)}[dir=rtl] span.enhanced-tooltip-pip.top-center,[dir=ltr] span.enhanced-tooltip-pip.top-center{left:calc(50% - 0.5rem)}span.enhanced-tooltip-pip.top-right{bottom:-0.5rem;transform:rotate(45deg)}[dir=rtl] span.enhanced-tooltip-pip.top-right,[dir=ltr] span.enhanced-tooltip-pip.top-right{left:0.75rem}span.enhanced-tooltip-pip.bottom-left{top:-0.5rem;transform:rotate(-135deg)}[dir=rtl] span.enhanced-tooltip-pip.bottom-left,[dir=ltr] span.enhanced-tooltip-pip.bottom-left{left:calc(100% - 1.75rem)}span.enhanced-tooltip-pip.bottom-center{top:-0.5rem;transform:rotate(-135deg)}[dir=rtl] span.enhanced-tooltip-pip.bottom-center,[dir=ltr] span.enhanced-tooltip-pip.bottom-center{left:calc(50% - 0.5rem)}span.enhanced-tooltip-pip.bottom-right{top:-0.5rem;transform:rotate(-135deg)}[dir=rtl] span.enhanced-tooltip-pip.bottom-right,[dir=ltr] span.enhanced-tooltip-pip.bottom-right{left:0.75rem}span.enhanced-tooltip-pip.right-center{top:calc(50% - 0.5rem);transform:rotate(135deg)}[dir=rtl] span.enhanced-tooltip-pip.right-center,[dir=ltr] span.enhanced-tooltip-pip.right-center{left:-0.5rem}[dir=rtl] span.enhanced-tooltip-pip.right-center{transform:rotate(45deg)}span.enhanced-tooltip-pip.right-top{top:calc(100% - 1.75rem);transform:rotate(135deg)}[dir=rtl] span.enhanced-tooltip-pip.right-top,[dir=ltr] span.enhanced-tooltip-pip.right-top{left:-0.5rem}[dir=rtl] span.enhanced-tooltip-pip.right-top{transform:rotate(45deg)}span.enhanced-tooltip-pip.right-bottom{top:0.75rem;transform:rotate(135deg)}[dir=rtl] span.enhanced-tooltip-pip.right-bottom,[dir=ltr] span.enhanced-tooltip-pip.right-bottom{left:-0.5rem}[dir=rtl] span.enhanced-tooltip-pip.right-bottom{transform:rotate(45deg)}span.enhanced-tooltip-pip.left-center{top:calc(50% - 0.5rem);transform:rotate(-45deg)}[dir=rtl] span.enhanced-tooltip-pip.left-center,[dir=ltr] span.enhanced-tooltip-pip.left-center{left:calc(100% - 0.5rem)}[dir=rtl] span.enhanced-tooltip-pip.left-center{transform:rotate(-135deg)}span.enhanced-tooltip-pip.left-top{top:calc(100% - 1.75rem);transform:rotate(-45deg)}[dir=rtl] span.enhanced-tooltip-pip.left-top,[dir=ltr] span.enhanced-tooltip-pip.left-top{left:calc(100% - 0.5rem)}[dir=rtl] span.enhanced-tooltip-pip.left-top{transform:rotate(-135deg)}span.enhanced-tooltip-pip.left-bottom{top:0.75rem;transform:rotate(-45deg)}[dir=rtl] span.enhanced-tooltip-pip.left-bottom,[dir=ltr] span.enhanced-tooltip-pip.left-bottom{left:calc(100% - 0.5rem)}[dir=rtl] span.enhanced-tooltip-pip.left-bottom{transform:rotate(-135deg)}ul.complex-tooltip-list{margin:0;list-style-type:none}ul.complex-tooltip-list li{white-space:nowrap}
.bb-table,.fs-table.bb-table{-webkit-transform:translateZ(0);font-family:"Open Sans",sans-serif;font-size:0.875rem;width:100%;border:0;border-bottom:solid 1px var(--palette-border-main, #cdcdcd)}.bb-table thead,.fs-table.bb-table thead{background-color:var(--palette-background-b1, #ffffff)}.bb-table td,.fs-table.bb-table td{max-width:0}.bb-table caption,.fs-table.bb-table caption{display:none}.bb-table .table-headings,.fs-table.bb-table .table-headings{border-top:1px solid var(--palette-border-main, #cdcdcd);border-bottom:1px solid var(--palette-border-main, #cdcdcd)}.bb-table .table-headings .table-heading,.fs-table.bb-table .table-headings .table-heading{padding-top:0.625rem;padding-bottom:0.625rem;vertical-align:bottom;font-weight:600;padding-right:1.25rem;padding-left:0.625rem;white-space:nowrap}.bb-table .table-headings .table-heading:last-child,.fs-table.bb-table .table-headings .table-heading:last-child{padding-right:1.875rem}.bb-table .table-headings .table-heading.sortable-header,.fs-table.bb-table .table-headings .table-heading.sortable-header{cursor:pointer;white-space:nowrap}.bb-table .table-headings .table-heading.sortable-header button,.fs-table.bb-table .table-headings .table-heading.sortable-header button{display:flex;align-items:center;text-decoration:none;color:var(--palette-text-primary, #262626) !important;font-weight:600;text-align:left}.bb-table .table-headings .table-heading.sortable-header .sort-control,.fs-table.bb-table .table-headings .table-heading.sortable-header .sort-control{margin-left:0.5rem}.bb-table .table-row,.fs-table.bb-table .table-row{background-color:var(--palette-background-b1, #ffffff)}.bb-table .table-row.clickable:hover,.fs-table.bb-table .table-row.clickable:hover{background-color:var(--palette-background-b2, #f8f8f8);cursor:pointer}.bb-table .table-row .table-cell,.fs-table.bb-table .table-row .table-cell{padding-top:1rem;padding-bottom:1rem;border-bottom:solid 1px var(--palette-border-main, #cdcdcd);padding-right:1.25rem}.bb-table .table-row .table-cell:last-child,.fs-table.bb-table .table-row .table-cell:last-child{padding-right:0.625rem}
button.load-more-items{position:fixed;top:0}
.show-accommodations:before,.show-exceptions:before,bb-username:before{content:" ";width:0;background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' enable-background='new 0 0 10 10' xml:space='preserve'%3e %3cpolygon fill='%23C36FD3' stroke='%23822798' stroke-linejoin='round' stroke-miterlimit='10' points='8.5,9.5 5,6.5 1.5,9.5 1.5,0.5 8.5,0.5 '/%3e %3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.9;margin-right:.2em;padding:0 .45em}.show-exceptions:before,bb-username:before{display:none}.show-accommodations.show-exceptions::before{display:inline-block}bb-username .bb-ui-username{display:inline-block;width:100%}bb-username{display:block}bb-username .username-accommodation-content .username-has-accommodation{display:none}.element-details bb-username .bb-ui-username{display:inline}.element-details bb-username .bb-ui-username .username__wrapper{width:100%}.element-details bb-username .bb-ui-username .username__wrapper bdi{display:block;max-width:calc(100% - 1rem)}.element-details bb-username .username-accommodation-content .username-has-accommodation{display:none}.assessment-exception bb-username,.name-and-groups bb-username,.student-info bb-username,.slider-name bb-username{display:flex}
body.dragging,body.dragging *{cursor:move !important}.key-drag-placeholder{border:.0625rem dashed #c575d2;height:4.6875rem;background-color:#fefcfe;transition:all 200ms ease}.key-drag-placeholder-text{text-align:center;font-size:1.5625rem;font-weight:100;color:#888;width:100%;position:relative;top:.8125rem}.dragged{transform:scale(1.2);box-shadow:0 0 10px rgba(0,0,0,.5);position:absolute;z-index:2000}[bb-sortable] .placeholder{position:relative;opacity:.5;border:1px dashed #262626}[bb-sortable] .placeholder::before{position:absolute}
.dropdown-directive select{cursor:context-menu;position:absolute;opacity:0;top:0;bottom:0}.dropdown-directive select .default-option{display:none}.f-dropdown{left:auto;right:auto;max-height:inherit}.f-dropdown.drop-left,.f-dropdown.drop-right{left:auto;right:auto}.f-dropdown .group-header{border-top:1px solid var(--palette-border-main, #cdcdcd);font-size:80%;cursor:default}.f-dropdown .group-header-li:focus,.f-dropdown .group-header-li:hover,.f-dropdown .list-header:focus,.f-dropdown .list-header:hover{background-color:rgba(0,0,0,0)}.f-dropdown .group-header-li a:active,.f-dropdown .list-header a:active{color:var(--palette-text-primary, #262626)}.f-dropdown.force-above{bottom:0.625rem}
.bb-feature-toggle-hide{display:none !important}
.uef--button--classless {
  border: 1px solid black;
  padding: 2px 4px;
}

.integration-notification-light{background:var(--palette-background-b1, #ffffff);color:var(--palette-text-primary, #262626)}.integration-notification-dark{background:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff)}
.integration-panel{display:flex;align-items:stretch;justify-content:stretch;width:100%;height:100%}.integration-panel .integration-panel-contents{flex:1 1 auto}.integration-panel .integration-panel-contents iframe{border:0}
form .ng-invalid-override,ng-form .ng-invalid-override{border:0}form .spaced .ng-invalid~[bb-validation-messages],form .spaced input,form .spaced textarea,ng-form .spaced .ng-invalid~[bb-validation-messages],ng-form .spaced input,ng-form .spaced textarea{margin-bottom:0}form input~[bb-validation-messages] .form-element-warnings,form textarea~[bb-validation-messages] .form-element-warnings,ng-form input~[bb-validation-messages] .form-element-warnings,ng-form textarea~[bb-validation-messages] .form-element-warnings{display:none}form input:focus~[bb-validation-messages] .form-element-warnings,form textarea:focus~[bb-validation-messages] .form-element-warnings,ng-form input:focus~[bb-validation-messages] .form-element-warnings,ng-form textarea:focus~[bb-validation-messages] .form-element-warnings{display:block}form [bb-validation-messages] bb-svg-icon,ng-form [bb-validation-messages] bb-svg-icon{vertical-align:middle}form [bb-validation-messages] bb-svg-icon .svg-icon,ng-form [bb-validation-messages] bb-svg-icon .svg-icon{height:1rem;width:1rem;margin-bottom:0.125rem}form .form-element-onsubmit-errors,form .form-element-errors,form .form-element-warnings,form .form-element-immediate-errors,ng-form .form-element-onsubmit-errors,ng-form .form-element-errors,ng-form .form-element-warnings,ng-form .form-element-immediate-errors{font-size:0.875rem;font-style:normal;padding:0;color:var(--palette-error-main, #c23e37);background-color:var(--palette-background-b1, #ffffff)}form .form-element-onsubmit-errors>div:not(.sr-only),form .form-element-errors>div:not(.sr-only),form .form-element-warnings>div:not(.sr-only),form .form-element-immediate-errors>div:not(.sr-only),ng-form .form-element-onsubmit-errors>div:not(.sr-only),ng-form .form-element-errors>div:not(.sr-only),ng-form .form-element-warnings>div:not(.sr-only),ng-form .form-element-immediate-errors>div:not(.sr-only){position:relative;display:inline}form .form-element-onsubmit-errors:not(.sr-only),form .form-element-errors:not(.sr-only),form .form-element-warnings:not(.sr-only),form .form-element-immediate-errors:not(.sr-only),ng-form .form-element-onsubmit-errors:not(.sr-only),ng-form .form-element-errors:not(.sr-only),ng-form .form-element-warnings:not(.sr-only),ng-form .form-element-immediate-errors:not(.sr-only){margin-bottom:0.5rem}form .input-block .form-element-onsubmit-errors,form .input-block .form-element-errors,form .input-block .form-element-warnings,ng-form .input-block .form-element-onsubmit-errors,ng-form .input-block .form-element-errors,ng-form .input-block .form-element-warnings{text-align:left;padding-left:0}form input+* .form-element-onsubmit-errors,form input+* .form-element-errors,form input+* .form-element-warnings,ng-form input+* .form-element-onsubmit-errors,ng-form input+* .form-element-errors,ng-form input+* .form-element-warnings{margin-top:0}form .form-element-warnings,form .form-element-immediate-errors,ng-form .form-element-warnings,ng-form .form-element-immediate-errors{background-color:rgba(0,0,0,0)}form .form-element-warnings output,form .form-element-immediate-errors output,ng-form .form-element-warnings output,ng-form .form-element-immediate-errors output{font-weight:600}
.group-attempt-access-control-dialog .queue{height:2.625rem;margin:1.5rem auto;overflow:hidden}.group-attempt-access-control-dialog .user-tile{float:left;position:relative;height:2.625rem}.group-attempt-access-control-dialog .user-tile>div{position:relative;width:100%}.group-attempt-access-control-dialog .user-tile bb-user-avatar,.group-attempt-access-control-dialog .user-tile bb-avatar{position:absolute;top:0;bottom:0;left:0;width:2.5rem}.group-attempt-access-control-dialog .user-tile bb-username{line-height:2.625rem;text-align:left;padding-left:3.125rem;display:block;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important}.group-attempt-access-control-dialog .queuer{display:none}.group-attempt-access-control-dialog .queuer.queuer-0{display:block}.group-attempt-access-control-dialog.notifying .owner{display:none}.group-attempt-access-control-dialog.notifying .secondary:after{display:none}.group-attempt-access-control-dialog.requesting .queuer{display:none}.group-attempt-access-control-dialog.declined .queuer{display:none}.group-attempt-access-control-dialog.declined .secondary:after{display:none}.group-attempt-access-control-dialog .secondary{position:relative}.group-attempt-access-control-dialog .secondary:after{animation:rotate-spinner 750ms linear infinite;content:"";display:block;position:absolute;left:-2.25rem;top:0.375rem;width:1.625rem;height:1.625rem;border-radius:100%;border-right:3px solid #c56fd5;border-top:3px solid #c56fd5;border-left:3px solid rgba(197,111,213,.5);border-bottom:3px solid rgba(197,111,213,.5)}@media only screen and (max-width: 39.9375em){.group-attempt-access-control-dialog .secondary:after{display:none}}.group-attempt-activities-observe .group-assignment-members .member.is-owner .draw,.group-attempt-activities-observe .group-assessment-members .member.is-owner .draw{display:block;line-height:3.375rem;font-size:1.2em;width:1.5rem;text-align:right;border-bottom:1px solid #e5e5e5}.group-attempt-activities-observe .label-button-group-control{display:none}.group-attempt-activities-observe.group-attempt-has-owner .label-button-group-control{display:inline}.group-attempt-activities-observe.group-attempt-has-owner .label-button-attempt{display:none}
.page-base-calendar #page-header .page-title-wrapper{width:auto}.page-base-calendar .dropdown-menu{height:auto;margin-left:-0.75rem !important;min-width:12.5rem}@media only screen and (max-width: 39.9375em){.page-base-calendar .dropdown-menu{min-width:12.5rem !important;left:1.25rem !important}}@media only screen and (min-width:90em){.page-base-calendar .dropdown-menu:before{left:10.9375rem !important}.page-base-calendar .dropdown-menu:after{left:10.875rem !important}}@media only screen and (max-width: 39.9375em){.page-base-calendar .page-help-wrapper .help-toggle-wrap.collapse{top:-0.75rem}}@media only screen and (min-width:40em)and (max-width:63.9375em){.page-base-calendar .page-help-wrapper .help-toggle-wrap.collapse{top:-0.5625rem}}.page-base-calendar .ftue-btn-container{position:relative;display:inline-block !important}.page-base-calendar .ftue-btn-container .guidance-element-overlay{margin-top:0.625rem;right:-0.6875rem}.page-base-calendar .ftue-btn-container>button{vertical-align:baseline !important}.page-base-calendar .header-right button{font-size:0}.calendar-settings-panel .panel-content .calendar-settings-group{margin-bottom:1.5rem;margin-left:1.5rem}.calendar-settings-panel .panel-content .calendar-settings-group div{margin-bottom:0.25rem}.calendar-settings-panel .panel-content .calendar-settings-group input[type=checkbox]{position:absolute}.calendar-settings-panel .panel-content .calendar-settings-group label{margin-top:0.1875rem;word-wrap:break-word;width:17.5rem}.calendar-settings-panel .panel-content .calendar-settings-group label span{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block}.calendar-settings-panel .panel-content .sending-layer{position:relative}.calendar-settings-panel .panel-content .sending-layer:before{content:"";height:100%;width:100%;position:absolute;z-index:3;background-color:var(--palette-background-b1, #ffffff);opacity:.4}
/*!
 *
 * #### These styles are based off "vendor/bootstrap-datepicker/main/datepicker3.css"
 * #### They were changed to reflect to bb-foundation and use sass
 *
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */.datepicker{max-width:15rem;position:absolute;padding:0.25rem;border-radius:2px;direction:ltr}.datepicker.datepicker-inline{width:13.75rem}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker.datepicker-dropdown{top:0;left:0}.datepicker.datepicker-dropdown:before{content:"";display:inline-block;border-left:7px solid rgba(0,0,0,0);border-right:7px solid rgba(0,0,0,0);border-bottom:7px solid var(--palette-border-main, #cdcdcd);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker.datepicker-dropdown:after{content:"";display:inline-block;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker.datepicker-dropdown.datepicker-orient-left:before{left:0.375rem}.datepicker.datepicker-dropdown.datepicker-orient-left:after{left:0.4375rem}.datepicker.datepicker-dropdown.datepicker-orient-right:before{right:0.375rem}.datepicker.datepicker-dropdown.datepicker-orient-right:after{right:0.4375rem}.datepicker.datepicker-dropdown.datepicker-orient-top:before{bottom:-0.4375rem;border-bottom:0;border-top:7px solid #262626;border-top-color:rgba(0,0,0,.15)}.datepicker.datepicker-dropdown.datepicker-orient-top:after{bottom:-0.375rem;border-bottom:0;border-top:6px solid #fff}.datepicker.datepicker-dropdown.datepicker-orient-bottom:before{top:-0.4375rem}.datepicker.datepicker-dropdown.datepicker-orient-bottom:after{top:-0.375rem}.datepicker>div{display:none}.datepicker.days div.datepicker-days{display:block}.datepicker.months div.datepicker-months{display:block}.datepicker.years div.datepicker-years{display:block}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:1.875rem;height:1.875rem;border-radius:2px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:rgba(0,0,0,0)}.datepicker table{border:0}.datepicker table tr td.day:hover,.datepicker table tr td.day.focused{background:var(--palette-background-b2, #f8f8f8);cursor:pointer}.datepicker table tr td.old,.datepicker table tr td.new{color:var(--palette-text-secondary, #666666)}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:none;color:#e5e5e5;cursor:default}.datepicker table tr td.today{color:var(--palette-common-black, #000000);font-weight:600}.datepicker table tr td.today:hover,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover:hover .datepicker table tr td.today:focus,.datepicker table tr td.today:hover:focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover:focus,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active{border:2px solid var(--palette-common-black, #000000);color:var(--palette-common-white, #ffffff);background-color:var(--palette-common-black, #000000)}.datepicker table tr td.today.active:hover{color:var(--palette-primary-contrastText, #ffffff)}.datepicker table tr td.range,.datepicker table tr td.range:hover,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover{background:var(--palette-background-b2, #f8f8f8);border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover{color:#000;background-color:rgb(253,215.5,153.5);border-color:#fbb034;border-radius:0}.datepicker table tr td.selected,.datepicker table tr td.selected:hover,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover{color:var(--palette-primary-contrastText, #ffffff);background-color:var(--palette-secondary-main, #cdcdcd);border-color:var(--palette-border-main, #cdcdcd);text-shadow:0 -0.0625rem 0 rgba(0,0,0,.25)}.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover{color:var(--palette-common-white, #ffffff);border:2px solid var(--palette-common-black, #000000);background-color:var(--palette-brand-main, #a234b5);font-weight:600}.datepicker table tr td span{display:block;width:23%;height:3.375rem;line-height:3.375rem;float:left;margin:1%;cursor:pointer;border-radius:2px}.datepicker table tr td span:hover{background:var(--palette-background-b2, #f8f8f8)}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:none;color:#e5e5e5;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover{color:var(--palette-primary-contrastText, #ffffff);background-color:#1874a4;border-color:rgb(19.2,92.8,131.2);text-shadow:0 -0.0625rem 0 rgba(0,0,0,.25)}.datepicker table tr td span.old,.datepicker table tr td span.new{color:#e5e5e5}.datepicker th.datepicker-switch{width:9.0625rem}.datepicker thead tr:nth-child(2) th,.datepicker tfoot tr th{cursor:pointer}.datepicker thead tr:nth-child(2) th:hover,.datepicker tfoot tr th:hover{background:var(--palette-background-b2, #f8f8f8)}.datepicker .cw{font-size:0.625rem;width:0.75rem;padding:0;padding-right:0.125rem;padding-left:0.3125rem;vertical-align:middle}.datepicker thead tr:first-child th.cw{cursor:default;background-color:rgba(0,0,0,0)}.datepicker.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;display:none;min-width:10rem;list-style:none;background-color:var(--palette-background-b1, #ffffff);border:1px solid rgba(0,0,0,.2);border-radius:2px;box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:0.125rem;*border-bottom-width:0.125rem;color:var(--palette-text-primary, #262626);font-size:0.8125rem;line-height:1.428571429}.datepicker.dropdown-menu th,.datepicker.dropdown-menu td{padding:0.25rem 0.3125rem}.datepicker tr:nth-of-type(even){background-color:rgba(0,0,0,0)}.datepicker thead tr:nth-of-type(even){background-color:var(--palette-background-b1, #ffffff)}
.more-options{background-color:var(--palette-background-b3, #f0f0f0);display:flex;margin:0 -0.9375rem}@media only screen and (min-width:40em){.more-options{display:none}}.right-menu{margin-left:auto}.ms-TeachingBubble-content .ftue-action{border-color:#fff;margin-top:1.25rem;display:flex}
.hide-add-button .add-element:not(.force-show-add-button){visibility:hidden}.hide-add-button .add-element:not(.force-show-add-button) .button-add-content{display:none !important}.course .add-element .button-add-content{min-height:0}.button-add-content bb-svg-icon .svg-icon{background-color:var(--palette-common-white, #ffffff);border-radius:50%}.element-list-add-menu li,.element-list-add-menu button{text-align:center}@media large-up{.element-list-add-menu li,.element-list-add-menu button{text-align:left}}
.cloud-upload-add-button bb-file-upload button .import-action-header i.add-content-cloud-upload-icon{font-size:1.5rem;padding-right:0.9375rem}.cloud-upload-add-button.add-element:before{content:none}
bb-svg-icon{display:inline-flex;vertical-align:inherit}[dir=rtl] .svg-icon-directive.directional-icon use,[dir=ltr] [dir=rtl] .svg-icon-directive.directional-icon use{transform:scaleX(-1);transform-origin:center}[dir=ltr] .svg-icon-directive.directional-icon use,[dir=rtl] [dir=ltr] .svg-icon-directive.directional-icon use{transform:none}svg.svg-icon{display:inline-block;vertical-align:inherit;stroke-width:1.1;vector-effect:non-scaling-stroke}svg.svg-icon.default{stroke:currentColor}svg.svg-icon.inline-icon{height:1em;width:1em}svg.svg-icon.small-icon{width:1rem;height:1rem}svg.svg-icon.medium-icon{width:1.5rem;height:1.5rem}svg.svg-icon.large-icon{width:2.375rem;height:2.375rem}svg.svg-icon.active{stroke:currentColor;color:var(--palette-brand-main, #a234b5)}svg.svg-icon.alert{stroke:currentColor;color:var(--palette-error-main, #c23e37)}svg.svg-icon.success{stroke:currentColor;color:var(--palette-success-main, #007d2c)}svg.svg-icon.warning{stroke:currentColor;color:#ff9600}button svg.svg-icon,a svg.svg-icon{pointer-events:none}.has-icon-states .svg-icon.color{display:none}.has-icon-states.active .svg-icon.default,.has-icon-states.active .svg-icon.shaded{display:none}.has-icon-states.active .svg-icon.color{display:inline-block}button.svg-icon-button{padding:0;margin:0}button.svg-icon-button.small{width:1.5rem;height:1.5rem;padding:0.25rem}button.svg-icon-button.medium{width:2.25rem;height:2.25rem;padding:0.375rem}button.svg-icon-button.large{width:3.375rem;height:3.375rem;padding:0.5rem}
.grader-column .dots{min-height:2.3125rem}@media only screen and (max-width: 39.9375em){.grader-column .grader-column-item{min-height:4.875rem}}.grader-column .grader-column-item .gradebook-overall-grade-title{display:flex;align-items:center}.grader-column .grader-column-item .visibility-icon{display:inline-flex;margin-right:0.25rem}@media only screen and (max-width: 39.9375em){.grader-column .overflow-menu-button{padding-top:0.75rem}}.grader-column .grade-status-container{display:flex;flex-direction:column}@media only screen and (min-width:40em){.grader-column .grade-status-container{flex-direction:row;align-items:center;justify-content:flex-end}}@media only screen and (min-width:40em){.grader-column .grade-status-container .grade-status .post{margin-left:1.25rem}}.grader-column .course-only-grade-status-container{display:flex;flex-direction:column}.grader-column .course-only-grade-status-container .grade-status,.grader-column .course-only-grade-status-container .grade-progress{padding:0}@media only screen and (min-width:40em){.grader-column .course-only-grade-status-container{padding:0;flex-direction:row;align-items:center}.grader-column .course-only-grade-status-container .grade-status,.grader-column .course-only-grade-status-container .grade-progress{padding:0 0.9375rem}}.grader-column .drag-drop-button{position:absolute;inset-block-start:0.5rem;inset-inline-end:2rem;transition:background-color 250ms cubic-bezier(0.55, 0, 0.1, 1),color 250ms cubic-bezier(0.55, 0, 0.1, 1)}@media only screen and (min-width:40em){.grader-column .drag-drop-button{position:relative;inset-block-start:auto;inset-inline-end:auto}}.grader-column .element-card a,.grader-column .element-card .element-image,.grader-column .grade-progress a,.grader-column .grade-progress .element-image{cursor:auto;text-decoration:none}.grader-column .element-card a.submission-nav-link,.grader-column .element-card .element-image.submission-nav-link,.grader-column .grade-progress a.submission-nav-link,.grader-column .grade-progress .element-image.submission-nav-link{cursor:pointer;max-width:-moz-fit-content;max-width:fit-content}.grader-column .element-card a.submission-nav-link:hover,.grader-column .element-card a.submission-nav-link:focus,.grader-column .element-card .element-image.submission-nav-link:hover,.grader-column .element-card .element-image.submission-nav-link:focus,.grader-column .grade-progress a.submission-nav-link:hover,.grader-column .grade-progress a.submission-nav-link:focus,.grader-column .grade-progress .element-image.submission-nav-link:hover,.grader-column .grade-progress .element-image.submission-nav-link:focus{text-decoration:underline}.grader-column .grade-progress-icon{margin-right:0.1875rem}.grade-list .item-inline-size{flex:1;padding-inline:1rem;min-inline-size:100%}@media only screen and (min-width:40em){.grade-list .item-inline-size{flex:0 1 30%;min-inline-size:30%}}@media only screen and (min-width:64em){.grade-list .item-inline-size{flex:0 1 34%;min-inline-size:34%}}.grade-list .category-inline-size{min-inline-size:100%}@media only screen and (min-width:40em){.grade-list .category-inline-size{flex:0 1 15%;min-inline-size:15%}}.grade-list .action-column{text-align:end}@media only screen and (min-width:40em){.grade-list .action-column{min-inline-size:5%}}@media only screen and (min-width:64em){.grade-list .action-column{min-inline-size:3%}}.grade-list .gradable-item-interactive-cell-size{min-height:1.875rem;align-items:center;display:flex}@media only screen and (min-width:40em){.tabular-row>.tabular-cell:not(:first-child){padding-inline-start:0.5rem}}@media only screen and (min-width:40em){.tabular-row .last-row-item .overflow-menu-button{position:relative;inset-inline-end:0.75rem;padding-inline-start:0}}
.content-item-icon{position:relative}.content-item-icon__status{position:absolute;bottom:-0.1875rem;left:-0.1875rem}.content-item-icon__status bb-svg-icon[icon=complete]{background-color:var(--palette-common-white, #ffffff);border-radius:50%;color:var(--palette-success-main, #007d2c)}.content-item-icon__status bb-svg-icon[icon=started]{background-color:var(--palette-common-white, #ffffff);border-radius:50%;color:var(--palette-success-main, #007d2c)}.content-item-icon__status bb-svg-icon[icon=lock-circle]{background-color:var(--palette-common-white, #ffffff);border-radius:50%}.content-item-icon__status svg{margin:0.0625rem}
.content-visibility-selector .visibility-label{display:flex !important;align-items:center;line-height:1.4}.content-visibility-selector .visibility-label bb-svg-icon{margin-right:0.5rem}.content-visibility-selector .f-dropdown{min-width:13rem;padding-bottom:0.25rem}.content-visibility-selector .f-dropdown .visibility-label{align-items:flex-start}.content-visibility-selector .f-dropdown .visibility-label bb-svg-icon{margin-top:0.0625rem}.content-visibility-selector .f-dropdown .restricted-visibility-option{cursor:default}.content-visibility-selector .f-dropdown .restricted-visibility-option a{pointer-events:none;color:var(--palette-text-hint, #767676)}

.drag-element.drag-element-original,.drag-element.drag-element-movable{max-height:5rem;overflow:hidden}.tests .drag-element.drag-element-original,.tests .drag-element.drag-element-movable{margin-bottom:1.5rem}.assignment .drag-element.drag-element-original,.assignment .drag-element.drag-element-movable{margin-top:0.75rem;margin-bottom:0.75rem}.drag-element.drag-element-original bb-content-visibility-selector,.drag-element.drag-element-original .point-value,.drag-element.drag-element-original bb-overflow-menu,.drag-element.drag-element-original .drag-drop-button,.drag-element.drag-element-movable bb-content-visibility-selector,.drag-element.drag-element-movable .point-value,.drag-element.drag-element-movable bb-overflow-menu,.drag-element.drag-element-movable .drag-drop-button{position:absolute;width:0.0625rem;height:0.0625rem;margin:-0.0625rem;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.drag-element.drag-element-original .file-viewer-img-container,.drag-element.drag-element-movable .file-viewer-img-container{text-align:left !important}.drag-element.drag-element-original .file-viewer-img-container a,.drag-element.drag-element-movable .file-viewer-img-container a{padding:0;margin:0}.drag-element.drag-element-original .file-viewer-img-container img,.drag-element.drag-element-original .file-viewer-img-container video,.drag-element.drag-element-movable .file-viewer-img-container img,.drag-element.drag-element-movable .file-viewer-img-container video{padding:0;max-height:5rem}.drag-element.drag-element-original .file-viewer-img-container audio,.drag-element.drag-element-movable .file-viewer-img-container audio{display:none}.drag-element.drag-element-original .file-container:not(.inline-file) .file-preview,.drag-element.drag-element-movable .file-container:not(.inline-file) .file-preview{display:none}.drag-element.drag-element-original .file-container-panel,.drag-element.drag-element-movable .file-container-panel{padding:0}.drag-element.drag-element-original .assessment-question .question-header,.drag-element.drag-element-original .assessment-question .text-input-wrapper,.drag-element.drag-element-movable .assessment-question .question-header,.drag-element.drag-element-movable .assessment-question .text-input-wrapper{padding:0 0.25rem}.drag-element.drag-element-original .assessment-question .question-type-notification,.drag-element.drag-element-movable .assessment-question .question-type-notification{display:none}.create-document .drag-element.drag-element-original .text-input-wrapper:not(.text-editor-focus),.create-document .drag-element.drag-element-movable .text-input-wrapper:not(.text-editor-focus){margin-right:0}.drag-element.drag-element-original .assessment-question .question-header.has-question-title,.drag-element.drag-element-movable .assessment-question .question-header.has-question-title{margin-bottom:0}.drag-element.drag-element-original .assessment-question .question-header .question-label,.drag-element.drag-element-movable .assessment-question .question-header .question-label{line-height:1.5rem}.drag-element.drag-element-original .assessment-question .multiple-answers-instructions,.drag-element.drag-element-movable .assessment-question .multiple-answers-instructions{opacity:0}.drag-element.drag-element-original bb-add-content-button,.drag-element.drag-element-movable bb-add-content-button{display:none}body:not(.hide-focus-outline) .drag-element.drag-element-original>div,body:not(.hide-focus-outline) .drag-element.drag-element-movable>div{overflow:hidden}body:not(.hide-focus-outline) .drag-element.drag-element-original button,body:not(.hide-focus-outline) .drag-element.drag-element-movable button{outline:none}body:not(.hide-focus-outline) .drag-element.drag-element-original .drag-element-row,body:not(.hide-focus-outline) .drag-element.drag-element-movable .drag-element-row{padding:1rem 0}.drag-element.drag-element-original .base-content-item .content-item-description,.drag-element.drag-element-movable .base-content-item .content-item-description{display:none}body.bb-is-dragging:not(.hide-focus-outline) .course-outline .drag-element .add-element{z-index:-1}.drag-element.drag-element-original{opacity:.7;border:2px dashed #e2b7ea;background-color:rgb(249.2,240.6,250.8);border-radius:4px;padding:0 !important}.drag-element.drag-element-original .file-container-panel{padding:0}.drag-element.drag-element-original .file-container-panel .file-container{background-color:rgb(249.2,240.6,250.8)}.drag-element.drag-element-original .add-element::before{top:0.125rem}.drag-element.drag-element-movable{background-color:var(--palette-background-b1, #ffffff);margin-left:0.25rem;cursor:pointer;width:calc(100% - 0.5rem);padding-top:0 !important;z-index:101;box-shadow:0 0 0 2px var(--palette-focus-main, #006dc7)}.drag-element.drag-element-movable.mouse-touch-drag{position:absolute !important;border:1px solid var(--palette-brandAlt-main, #c56fd5);box-shadow:0 0 0 4px rgba(197,111,213,.1);border-radius:2px}.drag-element.drag-element-movable.on-folder{left:3.75rem;position:absolute;width:calc(100% - 4.25rem)}.drag-element.drag-element-movable.on-nested-folder{left:6.25rem;position:absolute;width:calc(100% - 6.75rem)}body:not(.hide-focus-outline) .drag-element.dz-drag-hover{opacity:1;box-shadow:0 0 0 2px var(--palette-focus-main, #006dc7);border-radius:0;background-color:var(--palette-background-b1, #ffffff)}body:not(.hide-focus-outline) .drag-element.dz-drag-hover .file-container-panel .file-container{background-color:var(--palette-background-b1, #ffffff)}.question-list ol:not(.multiple-answer-answers) li.drag-element-original{margin-bottom:1.875rem}.multiple-answer-answers li.drag-element-original,.multiple-answer-answers li.drag-element-movable{padding:0.625rem !important;margin:0 -0.625rem 0.625rem !important}.multiple-answer-answers li.drag-element-original .text-editor-toolbar,.multiple-answer-answers li.drag-element-movable .text-editor-toolbar{display:none}.multiple-answer-answers li.drag-element-original button,.multiple-answer-answers li.drag-element-movable button{position:absolute;width:0.0625rem;height:0.0625rem;margin:-0.0625rem;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.multiple-answer-answers li.drag-element-movable{background-color:var(--palette-background-b2, #f8f8f8);width:calc(100% - 0.9375rem)}body:not(.hide-focus-outline) .multiple-answer-answers li.drag-element-movable{width:calc(100% + 1.25rem)}.presentation-question-authoring bb-bbml-editor[mode=SingleText] .drag-element.drag-element-original,.presentation-question-authoring bb-bbml-editor[mode=SingleText] .drag-element.drag-element-movable{padding:0.25rem 0 0 0.25rem !important}.presentation-question-authoring bb-bbml-editor[mode=SingleText] .drag-element.drag-element-original .text-input-wrapper:not(.text-editor-focus),.presentation-question-authoring bb-bbml-editor[mode=SingleText] .drag-element.drag-element-movable .text-input-wrapper:not(.text-editor-focus){margin-right:0}.bbml-editor .drag-element.drag-element-original{margin:0.875rem 0}.bbml-editor .drag-element.drag-element-original .editor-element span{background-color:rgba(0,0,0,0) !important}body:not(.hide-focus-outline) .bbml-editor .drag-element.drag-element-original,body:not(.hide-focus-outline) .bbml-editor .drag-element.drag-element-movable{margin:0.75rem 0;width:100%}@media only screen and (min-width:64em){.freeform-response .bbml-editor li.drag-element-movable{width:calc(100% - 2.1875rem)}}body.bb-is-dragging .bbml-editor bb-add-content-button .add-element,body.bb-is-dragging .doc-add-media-container bb-add-content-button .add-element{display:none !important;transition:none}body.bb-is-dragging .tests bb-add-content-button .add-element{visibility:hidden;transition:none}body.bb-is-dragging .tests .element-list-add-menu{display:none}body.bb-is-dragging .content-outline bb-add-content-button .add-element .button{display:none !important;transition:none}body.bb-is-dragging .content-outline .element-list-add-menu{display:none}body.bb-is-dragging .content-item-row,body.bb-is-dragging .folder .folder-row-container .content-item-row{padding-right:1.25rem}body.bb-is-dragging .base-content-item .item-controls,body.bb-is-dragging .list-tree-toggle,body.bb-is-dragging .hover-menu,body.bb-is-dragging .file-container .js-file-controls,body.bb-is-dragging .overflow-menu-button,body.bb-is-dragging .overflow-menu-button [icon=menu],body.bb-is-dragging .drag-drop-button,body.bb-is-dragging .drag-drop-button [icon=move-item-up-down]{position:absolute;width:0.0625rem;height:0.0625rem;margin:-0.0625rem;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}[sortable-parent]{position:relative}
.bb-foundation-offcanvas>*{display:none}
.group-student-self-enroll-directive .is-important{color:var(--palette-error-main, #c23e37)}.group-student-self-enroll-directive .self-enroll-date,.group-student-self-enroll-directive .self-enroll-link{line-height:1.5rem}.group-student-self-enroll-directive .self-enroll-date{font-weight:700}
.overflow-menu-button{position:relative;display:inline-flex;min-width:0;color:var(--palette-text-secondary, #666666);background-color:rgba(0,0,0,0);box-shadow:none;z-index:1;margin:0;border-radius:0;padding:1rem;height:3rem;width:3rem;transform:none}.overflow-menu-button .svg-icon{height:1rem;width:1rem;position:relative}.overflow-menu-button:hover,.overflow-menu-button:focus,.overflow-menu-button:active{color:var(--palette-text-primary, #262626)}body:not(.hide-focus-outline) .overflow-menu-button:focus{outline:none}body:not(.hide-focus-outline) .overflow-menu-button:focus bb-svg-icon{outline:.125rem solid #006dc7}.touch .overflow-menu-button{color:var(--palette-text-secondary, #666666) !important}.overflow-menu-button.open{color:var(--palette-text-primary, #262626) !important}.overflow-menu-button[disabled],.overflow-menu-button[disabled]:hover,.overflow-menu-button[disabled]:focus{background-color:rgba(0,0,0,0);box-shadow:none;color:var(--palette-text-secondary, #666666)}@media only screen and (max-width: 39.9375em),only screen and (min-width:40em)and (max-width:63.9375em){.overflow-menu-button{color:var(--palette-text-secondary, #666666)}}.hide-focus-outline button.overflow-menu-button:focus:not(:hover){background-color:rgba(0,0,0,0);box-shadow:none;color:var(--palette-text-secondary, #666666)}div.f-dropdown.f-dropdown-overflow-menu{z-index:100;min-width:17.5rem;margin-top:2.5rem;margin-left:2rem;margin-right:2rem}div.f-dropdown.f-dropdown-overflow-menu.drop-right{margin-right:1rem}div.f-dropdown.f-dropdown-overflow-menu.miss-left{margin-left:0;margin-right:0}div.f-dropdown.f-dropdown-overflow-menu.align-top{margin-top:0 !important}@media only screen and (max-width: 39.9375em){div.f-dropdown.f-dropdown-overflow-menu{margin-top:-0.5rem;margin-left:0;position:absolute;width:auto !important;left:1rem !important;right:1rem !important}}@media only screen and (min-width:40em){div.f-dropdown.f-dropdown-overflow-menu{max-width:17.5rem !important}}div.f-dropdown.f-dropdown-overflow-menu ul{list-style-type:none;margin:0;padding:0.25rem 0}@media only screen and (max-width: 39.9375em){div.f-dropdown.f-dropdown-overflow-menu ul{padding:0}}div.f-dropdown.f-dropdown-overflow-menu ul.with-option-text li a>span{font-weight:600}div.f-dropdown.f-dropdown-overflow-menu ul li{position:relative}div.f-dropdown.f-dropdown-overflow-menu ul li.disable{cursor:not-allowed}div.f-dropdown.f-dropdown-overflow-menu ul li.disable a{color:#767676;pointer-events:none}div.f-dropdown.f-dropdown-overflow-menu ul li a{display:flex;padding:0.5rem 0.625rem;text-decoration:none !important}@media only screen and (max-width: 39.9375em){div.f-dropdown.f-dropdown-overflow-menu ul li a{padding:1rem 0.9375rem}}div.f-dropdown.f-dropdown-overflow-menu ul li a .overflow-menu-icon{display:flex;align-items:center;height:1.3125rem}div.f-dropdown.f-dropdown-overflow-menu ul li a img,div.f-dropdown.f-dropdown-overflow-menu ul li a svg{height:1rem;width:1rem;display:inline-block;vertical-align:middle}div.f-dropdown.f-dropdown-overflow-menu ul li a>span{display:inline-block;margin-left:0.625rem}@media only screen and (max-width: 39.9375em){div.f-dropdown.f-dropdown-overflow-menu ul li a>span{margin-left:0.75rem}}body:not(.hide-focus-outline) div.f-dropdown.f-dropdown-overflow-menu ul li a:focus{background-color:var(--palette-background-b3, #f0f0f0)}div.f-dropdown.f-dropdown-overflow-menu ul li a.disable{color:var(--palette-text-hint, #767676)}div.f-dropdown.f-dropdown-overflow-menu ul li a.disable:active{color:var(--palette-text-hint, #767676)}div.f-dropdown.f-dropdown-overflow-menu ul li .option-text{color:var(--palette-text-secondary, #666666);padding:0 0 0 1.6875rem;margin:0;line-height:1.125rem}@media only screen and (max-width: 39.9375em){div.f-dropdown.f-dropdown-overflow-menu ul li .option-text{padding:0 0 0 2rem}}div.f-dropdown.f-dropdown-overflow-menu ul li:hover,div.f-dropdown.f-dropdown-overflow-menu ul li:focus{background-color:var(--palette-background-b3, #f0f0f0)}div.f-dropdown.f-dropdown-overflow-menu ul li:active{background-color:var(--palette-background-b9, #262626)}div.f-dropdown.f-dropdown-overflow-menu ul li:active .option-text{color:var(--palette-primary-contrastText, #ffffff)}@media only screen and (max-width: 39.9375em){div.f-dropdown.f-dropdown-overflow-menu ul li:not(:last-child):after{content:" ";position:absolute;top:0;bottom:0;left:0;right:0;border-bottom:1px solid var(--palette-border-main, #cdcdcd);margin-left:2.9375rem;z-index:-1}div.f-dropdown.f-dropdown-overflow-menu ul li:active:not(:last-child):after{border-color:var(--palette-text-primary, #262626)}}div.f-dropdown.f-dropdown-overflow-menu .menu-icon-confirmation{display:none;padding:0.625rem}@media only screen and (max-width: 39.9375em){div.f-dropdown.f-dropdown-overflow-menu .menu-icon-confirmation{padding:0.9375rem}}div.f-dropdown.f-dropdown-overflow-menu .menu-icon-confirmation h1{font-family:"Open Sans",sans-serif;font-size:.875rem;font-weight:700;margin-top:0}div.f-dropdown.f-dropdown-overflow-menu .menu-icon-confirmation .menu-icon-confirmation-footer{text-align:right}div.f-dropdown.f-dropdown-overflow-menu .menu-icon-confirmation .menu-icon-confirmation-footer button{margin-bottom:0.25rem;padding-left:1.125rem;padding-right:1.125rem}div.f-dropdown.f-dropdown-overflow-menu .menu-icon-confirmation .menu-icon-confirmation-footer button:not(:first-child){margin-left:0.5rem}div.f-dropdown.f-dropdown-overflow-menu .menu-icon-confirmation .choice input{position:absolute}div.f-dropdown.f-dropdown-overflow-menu .menu-icon-confirmation .choice label{color:var(--palette-text-hint, #767676);margin-top:0.5rem;margin-bottom:0;padding-left:1.875rem}div.f-dropdown.f-dropdown-overflow-menu .menu-icon-confirmation .choice label:before,div.f-dropdown.f-dropdown-overflow-menu .menu-icon-confirmation .choice label:after{left:0}div.f-dropdown.f-dropdown-overflow-menu .menu-icon-confirmation .choice hr{margin-top:0.9375rem}div.f-dropdown.f-dropdown-overflow-menu .menu-icon-confirmation-single-mode{display:block !important}
.submission-card{margin-top:0.75rem;line-height:1.6;border-radius:2px}.submission-card.is-late .panel .info{color:#ff3b30}.submission-card.inline{border:none;margin:0}.submission-card.inline div.info,.submission-card.inline div.grade-container{display:inline-block}.submission-card.inline .panel{border:none;background:rgba(0,0,0,0);padding:0;margin:0}.submission-card .panel{display:flex;align-items:center;border:1px solid var(--palette-secondary-main, #cdcdcd);border-radius:2px;margin-top:0;padding:0.75rem;background:#f5f5f5;text-decoration:none;color:var(--palette-text-primary, #262626);width:100%}.submission-card .panel.grade-posted .info .grade-sent{margin-right:0;margin-top:-0.625rem;opacity:1;width:1.25rem;vertical-align:middle}@media only screen and (min-width:40em){.submission-card .panel{padding:1rem 0.5rem}}.peek .assessment .submission-card .panel.clickable-panel{transition:background-color 300ms cubic-bezier(0.55, 0, 0.1, 1);cursor:pointer}.peek .assessment .submission-card .panel.clickable-panel:hover{background-color:var(--palette-primary-contrastText, #ffffff)}.submission-card .panel .submission-card__icon{display:none}@media only screen and (min-width:40em){.submission-card .panel .submission-card__icon{display:block;width:2.375rem;height:2.375rem;margin-right:0.5rem}}.submission-card .panel .info{color:inherit;padding-right:0.5rem;width:calc(100% - 5.125rem)}@media only screen and (min-width:40em){.submission-card .panel .info{width:calc(100% - 8.25rem)}}@media only screen and (min-width:40em){.submission-card .panel .info.completed{width:calc(100% - 8.875rem)}}@media only screen and (min-width:40em){.submission-card .panel .info.completed.rubric-icon-spacing{min-width:calc(100% - 10.625rem)}}.submission-card .panel .info .name{font-weight:700;color:inherit;display:block}.submission-card .panel .info .grade-sent{transition:all 300ms cubic-bezier(0.55, 0, 0.1, 1);position:relative;top:0.25rem;display:inline-block;margin-right:-0.1875rem;margin-top:-0.625rem;overflow:hidden;opacity:0;width:0}.submission-card .panel .info .grade-sent i{font-size:1.125rem;width:1.25rem;height:1.25rem}.submission-card .panel .info .detail{color:inherit;display:block}.submission-card .panel .info .detail .inline{display:inline}.submission-card .panel .info .detail .test-status{color:inherit;display:block}.submission-card .panel .info .icon-circle-check-filled{color:#39e379}.submission-card .panel .grade-container{margin-right:0.125rem;margin-left:auto}.submission-card .panel .right-off-canvas-overlay-toggle{margin-left:auto;padding:0;width:1.5rem;min-width:1.5rem}.submission-card .panel .right-off-canvas-overlay-toggle i{line-height:2.125rem;margin-right:0}.submission-card .panel:after{clear:both;content:"";display:block}.submission-card .panel.grading-submission-panel .info{width:calc(100% - 7.5rem)}@media only screen and (min-width:40em){.submission-card .panel.grading-submission-panel .info{width:calc(100% - 13.25rem)}}.submission-card .panel.grading-submission-panel .info-switch{width:100%}.submission-card .panel.grading-submission-panel .wrapping-input-style{display:inline-flex;max-width:9.375rem}.submission-card .panel-opposite-direction.offline-student-grade-align{margin-left:auto}.submission-card .grade-pill-container,.submission-card .grade-input-wrapper{flex-direction:column}.submission-card .override-indicator{margin-left:0;padding-top:0.125rem}@media only screen and (min-width:40em){.submission-card .override-indicator{padding-top:0.25rem}}.submissions a.expand-panel{text-decoration:none}.submissions a.expand-panel:focus{display:block}.submissions a.expand-panel:focus .submission-card .panel{background:none}body:not(.hide-focus-outline) .submissions a.expand-panel:focus .submission-card .panel{border-color:rgba(0,0,0,0)}
.grade-color div.wrapping-input-style,.grade-color button.wrapping-input-style,.grade-color a.wrapping-input-style{text-decoration:none;max-width:9.375rem}.grade-color div.wrapping-input-style.cursor-pointer,.grade-color button.wrapping-input-style.cursor-pointer,.grade-color a.wrapping-input-style.cursor-pointer{cursor:pointer}.grade-color div.wrapping-input-style a,.grade-color button.wrapping-input-style a,.grade-color a.wrapping-input-style a{text-decoration:none;line-height:1.875rem}.grade-color div.wrapping-input-style span:first-child,.grade-color button.wrapping-input-style span:first-child,.grade-color a.wrapping-input-style span:first-child{display:inline-flex}.grade-color div.wrapping-input-style span:first-child bb-svg-icon,.grade-color button.wrapping-input-style span:first-child bb-svg-icon,.grade-color a.wrapping-input-style span:first-child bb-svg-icon{align-items:center;margin-right:0.5rem}
.discussion-insights{padding:0}.discussion-insights.panel-content{position:relative;top:0}@media only screen and (min-width:40em){.discussion-insights .telemetry-gradable-submissions-activity{margin-right:0.9375rem}}@media only screen and (max-width: 39.9375em){.discussion-insights .telemetry-gradable-submissions-activity{margin-bottom:1.25rem}}.discussion-insights .insights{padding-bottom:1.875rem}.discussion-insights .insights .gradable-statistics{margin-bottom:1.125rem}.discussion-insights h2,.discussion-insights h3,.discussion-insights .discussion-insights-heading{font-family:"Open Sans",sans-serif;font-weight:600;color:#000;white-space:nowrap}.discussion-insights h2{padding:0.375rem 0}.discussion-insights .participation-chart-container{height:5.3125rem;width:100%;max-width:120rem;background-color:var(--palette-background-b1, #ffffff);margin:0 auto 1.25rem;padding:1.375rem 0.9375rem}@media only screen and (max-width: 39.9375em){.discussion-insights .participation-chart-container{height:6.625rem}}.discussion-insights .participation-chart-container .bar-chart .participated{height:1.25rem;background-color:#26d7fd;float:left}.discussion-insights .participation-chart-container .bar-chart .opened{height:1.25rem;background-color:rgb(211.6,247,254.6);float:left}.discussion-insights .participation-chart-container .bar-chart .unopened{height:1.25rem;background-color:var(--palette-background-b2, #f8f8f8);float:left}.discussion-insights .participation-chart-container .legend{padding-top:0.25rem}.discussion-insights .participation-chart-container .legend .participatedCaption{float:left}@media only screen and (max-width: 39.9375em){.discussion-insights .participation-chart-container .legend .participatedCaption{float:none}}.discussion-insights .participation-chart-container .legend .openedCaption{float:right}@media only screen and (max-width: 39.9375em){.discussion-insights .participation-chart-container .legend .openedCaption{float:none}}.discussion-insights .comment-message{font-family:"Open Sans",sans-serif;font-weight:600;width:calc(100% - 3rem)}.discussion-insights .comment-message::before{content:open-quote}.discussion-insights .comment-message::after{content:close-quote}.discussion-insights .comment-avatar .avatar{vertical-align:top}.discussion-insights .top-comment-row:hover .comment-message,.discussion-insights .top-participants-row:hover .discussion-insights-heading{text-decoration:underline}.discussion-insights .top-participants-row:hover .not-graded{cursor:default}.discussion-insights .top-participants-row:hover .not-graded .discussion-insights-heading,.discussion-insights .top-participants-row:hover .not-graded .byline{text-decoration:none}.discussion-insights .top-participants-row.tabular-row.not-graded:hover{background-color:rgba(0,0,0,0);cursor:default}.discussion-insights .top-comment-row .element-image.avatar,.discussion-insights .top-participants-row .element-image.avatar{display:inline-block}.discussion-insights .avatar .avatar-single.image-avatar:hover,.discussion-insights .element-image.avatar .avatar-single.image-avatar:hover,.discussion-insights .avatar .avatar-single .initials:hover{cursor:pointer}.discussion-insights .not-graded .avatar .avatar-single.image-avatar:hover,.discussion-insights .not-graded .element-image.avatar .avatar-single.image-avatar:hover,.discussion-insights .not-graded .avatar .avatar-single .initials:hover{cursor:default}.discussion-insights .summary-box{margin-bottom:1.25rem}.discussion-insights .stat-title{font-size:.875rem;font-family:"Open Sans",sans-serif;font-weight:600;line-height:normal;padding-top:0}.discussion-insights .large-non-participants-title{margin-bottom:1.4375rem}.discussion-insights .student-list-box,.discussion-insights .non-participant-box,.discussion-insights .participation-over-time-chart{background-color:var(--palette-background-b1, #ffffff);margin-bottom:1.25rem;overflow:hidden}.discussion-insights .student-list-box .stat-title,.discussion-insights .non-participant-box .stat-title,.discussion-insights .participation-over-time-chart .stat-title{display:inline-block;max-width:18.75rem}.discussion-insights .student-list-box div.f-dropdown.f-dropdown-overflow-menu,.discussion-insights .non-participant-box div.f-dropdown.f-dropdown-overflow-menu,.discussion-insights .participation-over-time-chart div.f-dropdown.f-dropdown-overflow-menu{margin-left:1.5rem}.discussion-insights .student-list-box .overflow-menu-button,.discussion-insights .non-participant-box .overflow-menu-button,.discussion-insights .participation-over-time-chart .overflow-menu-button{padding:0;height:auto;width:auto}.discussion-insights .student-list-box .summary-line,.discussion-insights .non-participant-box .summary-line,.discussion-insights .participation-over-time-chart .summary-line{font-size:.75rem;font-style:italic;color:var(--palette-text-secondary, #666666)}.discussion-insights .student-list-box .anonymous-participants,.discussion-insights .non-participant-box .anonymous-participants,.discussion-insights .participation-over-time-chart .anonymous-participants{font-weight:400}.discussion-insights .student-list-box .messageAllButton,.discussion-insights .non-participant-box .messageAllButton,.discussion-insights .participation-over-time-chart .messageAllButton{display:block;margin:1.25rem auto;width:100%}.discussion-insights .participation-over-time-chart{padding:0.9375rem}.discussion-insights .non-participant-groups .ddm-nonparticipant-options{margin-right:0}.discussion-insights .group-nonparticipants{border:solid 1px #e5e5e5;background-color:var(--palette-background-b3, #f0f0f0);padding:0.625rem;margin-bottom:0.875rem}.discussion-insights .group-nonparticipants .group-heading a{color:var(--palette-text-primary, #262626);font-weight:600}.discussion-insights .group-nonparticipants .nonparticipant-in-group-container{display:flex;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap;margin:0.3125rem 0}@media only screen and (min-width:64em){.discussion-insights .group-nonparticipants .nonparticipant-in-group-container.space-evenly{justify-content:space-between;margin-right:0}.discussion-insights .group-nonparticipants .nonparticipant-in-group-container.set-margin .nonparticipant-in-group{margin-right:0.625rem}}@media only screen and (max-width: 39.9375em),only screen and (min-width:40em)and (max-width:63.9375em){.discussion-insights .group-nonparticipants .nonparticipant-in-group-container{justify-content:space-between;margin-right:0}}.discussion-insights .group-nonparticipants .nonparticipant-in-group-container .nonparticipant-in-group{border:solid 1px #e5e5e5;background-color:var(--palette-background-b2, #f8f8f8);padding:0.625rem;height:2.875rem;width:calc(25% - 0.46875rem);overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important}.discussion-insights .group-nonparticipants .nonparticipant-in-group-container .nonparticipant-in-group .nonparticipant-in-group-avatar{vertical-align:top}.discussion-insights .group-nonparticipants .nonparticipant-in-group-container .nonparticipant-in-group a{color:var(--palette-text-primary, #262626);font-size:.875rem;text-decoration:none;vertical-align:top}.discussion-insights .group-nonparticipants .nonparticipant-in-group-container .nonparticipant-in-group .element-image.avatar{display:inline-block;height:1.5rem;width:1.5rem;margin-right:0.3125rem;margin-top:0}.discussion-insights .group-nonparticipants .nonparticipant-in-group-container .nonparticipant-in-group .element-image.avatar::before{display:none}.discussion-insights .group-nonparticipants .nonparticipant-in-group-container .nonparticipant-in-group .element-image.avatar .initials{font-size:.75rem;line-height:1.375rem}@media only screen and (min-width:40em)and (max-width:63.9375em){.discussion-insights .group-nonparticipants .nonparticipant-in-group-container .nonparticipant-in-group{margin:0.3125rem 0 0;width:calc(50% - 0.15625rem)}}@media only screen and (max-width: 39.9375em){.discussion-insights .group-nonparticipants .nonparticipant-in-group-container .nonparticipant-in-group{margin:0.3125rem 0 0;width:100%}}.discussion-insights .group-nonparticipants .count-link{text-align:right;font-size:0.75rem;height:1.375rem}.discussion-insights .student-list-box{padding:0.9375rem}.discussion-insights .non-participant-box{padding:0.9375rem}.discussion-insights .top-comments.student-list-box{margin-right:1.25rem}.discussion-insights .summary-box{width:initial}.discussion-insights .top-participant-icon{color:var(--palette-text-secondary, #666666);margin-right:0.3125rem}.discussion-insights .non-participant-list{margin:0;max-height:15.625rem;overflow:hidden}.discussion-insights .non-participant-list .non-participant-cell{border:2px solid var(--palette-background-b1, #ffffff)}.discussion-insights .non-participant-list .non-participant-cell.show-focus-outline{border:2px solid var(--palette-focus-main, #006dc7) !important}.discussion-insights .top-participant-info{display:inline-block;padding:0 0 0 1.25rem;width:calc(100% - 3rem)}@media only screen and (max-width: 39.9375em){.discussion-insights .top-participant-info{padding:0 0 0 0.9375rem}}.discussion-insights .top-participant-avatar{float:left;margin-top:1rem}.discussion-insights .discussion-link,.discussion-insights .grading-panel-link{text-decoration:none;width:97%}.discussion-insights .comment-info,.discussion-insights .tabular-row>*:not(:first-child){display:block;padding:1rem 0 1rem 1.25rem;float:left;width:calc(100% - 3rem)}.discussion-insights .ddm-nonparticipant-options{margin-right:1.25rem}.discussion-insights .non-participant{float:left;text-align:center;list-style-type:none;width:6.5rem;margin:0.125rem 1.25rem 1.25rem 0.125rem}.discussion-insights .non-participant .stacked bdi,.discussion-insights .non-participant .stacked-other-name{font-weight:600;color:#000;display:block;text-overflow:ellipsis;overflow:hidden;max-height:1.3125rem;white-space:nowrap;margin-right:0.125rem}.discussion-insights .non-participant.child-is-invokable .non-participant-cell{padding:0.3125rem 0}.discussion-insights .non-participant.child-is-invokable .non-participant-cell:hover{text-decoration:underline;background-color:var(--palette-background-b3, #f0f0f0)}.discussion-insights .non-participant-count{padding-top:0.625rem;margin-right:0}.discussion-insights .non-participant-avatar{margin-bottom:0.625rem;display:block}.discussion-insights .non-participant-avatar .avatar{margin:0 auto}.discussion-insights .byline{vertical-align:middle;color:var(--palette-text-secondary, #666666);margin-right:0.5rem}.discussion-insights .non-participant .byline{margin-right:0}.discussion-insights .tabular-list-container .tabular-row{flex-direction:row;height:4.9375rem}.discussion-insights .tabular-list-container .tabular-row.last::before{border-top:none}@media only screen and (max-width: 39.9375em){.discussion-insights .tabular-list-container{width:auto;margin:0}}@media only screen and (min-width:64em){.discussion-insights .large-per-row-4 li:nth-child(2){border-left:solid 1px #e5e5e5}.discussion-insights .large-per-row-4 li:nth-child(3){border-left:solid 1px #e5e5e5}.discussion-insights .large-per-row-4 li:nth-child(4){border-left:solid 1px #e5e5e5}}@media only screen and (min-width:40em){.discussion-insights .equal-height{display:flex;justify-content:space-between}.discussion-insights div.f-dropdown.f-dropdown-overflow-menu{top:-0.3125rem !important}}
.bb-statistics .statistics-list{display:flex;flex-direction:row;flex-wrap:wrap;list-style-type:none;margin:0}@media only screen and (max-width: 39.9375em){.bb-statistics .statistics-list.small-per-row-1 li{flex:1 1 100%;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.small-per-row-2 li{flex:1 1 50%}.bb-statistics .statistics-list.small-per-row-2 li:nth-child(even){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.small-per-row-2 li:nth-child(n+3){border-top:solid 1px #e5e5e5}}@media only screen and (min-width:40em)and (max-width:63.9375em){.bb-statistics .statistics-list li{flex:1 1 50%;-ms-flex:1 1 49%}.bb-statistics .statistics-list li:nth-child(even){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list li:nth-child(n+3){border-top:solid 1px #e5e5e5}}@media only screen and (min-width:64em){.bb-statistics .statistics-list.large-per-row-2 li{flex:1 1 50%}.bb-statistics .statistics-list.large-per-row-3 li{flex:1 1 33%}.bb-statistics .statistics-list.large-per-row-4 li{flex:1 1 25%}.bb-statistics .statistics-list.large-per-row-2.total-items-2 li:nth-child(2),.bb-statistics .statistics-list.large-per-row-3.total-items-2 li:nth-child(2){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-3 li:nth-child(2),.bb-statistics .statistics-list.large-per-row-3.total-items-3 li:nth-child(3){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-4 li:nth-child(2){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-4 li:nth-child(3){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-4 li:nth-child(4){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-5 li:nth-child(2){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-5 li:nth-child(3){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-5 li:nth-child(4){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-5 li:nth-child(5){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-6 li:nth-child(2){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-6 li:nth-child(3){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-6 li:nth-child(4){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-6 li:nth-child(5){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-6 li:nth-child(6){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-7 li:nth-child(2){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-7 li:nth-child(3){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-7 li:nth-child(4){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-7 li:nth-child(5){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-7 li:nth-child(6){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-7 li:nth-child(7){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-8 li:nth-child(2){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-8 li:nth-child(3){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-8 li:nth-child(4){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-8 li:nth-child(5){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-8 li:nth-child(6){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-8 li:nth-child(7){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-8 li:nth-child(8){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-9 li:nth-child(2){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-9 li:nth-child(3){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-9 li:nth-child(4){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-9 li:nth-child(5){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-9 li:nth-child(6){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-9 li:nth-child(7){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-9 li:nth-child(8){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-9 li:nth-child(9){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-10 li:nth-child(2){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-10 li:nth-child(3){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-10 li:nth-child(4){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-10 li:nth-child(5){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-10 li:nth-child(6){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-10 li:nth-child(7){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-10 li:nth-child(8){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-10 li:nth-child(9){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-3.total-items-10 li:nth-child(10){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-4 li:nth-child(2){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-4 li:nth-child(3){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-4 li:nth-child(4){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-5 li:nth-child(2){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-5 li:nth-child(3){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-5 li:nth-child(4){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-5 li:nth-child(5){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-6 li:nth-child(2){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-6 li:nth-child(3){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-6 li:nth-child(4){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-6 li:nth-child(5){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-6 li:nth-child(6){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-7 li:nth-child(2){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-7 li:nth-child(3){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-7 li:nth-child(4){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-7 li:nth-child(5){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-7 li:nth-child(6){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-7 li:nth-child(7){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-8 li:nth-child(2){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-8 li:nth-child(3){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-8 li:nth-child(4){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-8 li:nth-child(5){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-8 li:nth-child(6){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-8 li:nth-child(7){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-8 li:nth-child(8){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-9 li:nth-child(2){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-9 li:nth-child(3){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-9 li:nth-child(4){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-9 li:nth-child(5){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-9 li:nth-child(6){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-9 li:nth-child(7){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-9 li:nth-child(8){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-9 li:nth-child(9){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-10 li:nth-child(2){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-10 li:nth-child(3){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-10 li:nth-child(4){border-left:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-10 li:nth-child(5){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-10 li:nth-child(6){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-10 li:nth-child(7){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-10 li:nth-child(8){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-10 li:nth-child(9){border-top:solid 1px #e5e5e5}.bb-statistics .statistics-list.large-per-row-4.total-items-10 li:nth-child(10){border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5}}.bb-statistics .statistics-list li{padding:0;background-color:var(--palette-background-b1, #ffffff)}.bb-statistics .statistics-list li .statistics-item-container{display:flex;flex-direction:column;justify-content:space-between;border:0}.bb-statistics .statistics-list li .statistics-item-container.full-height{height:100%}.bb-statistics .statistics-list li .statistics-item-container:not(.no-default-padding){padding:0.625rem 0.625rem 0.4375rem 1.125rem}@media only screen and (max-width: 39.9375em){.bb-statistics .statistics-list li .statistics-item-container:not(.no-default-padding){padding:0.625rem 0.625rem 0.625rem 1rem}}.bb-statistics .statistics-list li .statistics-item-container .stat-title{font-size:.875rem;font-weight:600;line-height:1.2;padding-top:0.4375rem}.bb-statistics .statistics-list li .statistics-item-container .stat-data{font-size:1.875rem;font-weight:300;max-height:3.125rem}@media only screen and (max-width: 39.9375em){.bb-statistics .statistics-list li .statistics-item-container .stat-data{font-size:1.125rem}}.bb-statistics .statistics-list li .statistics-item-container .stat-sub-text{font-size:.75rem;color:var(--palette-text-hint, #767676)}.bb-statistics .statistics-list li .statistics-item-container .simple-statistic-contents.empty-stat .stat-data{color:var(--palette-text-secondary, #666666);font-style:italic}.bb-statistics .statistics-list li .statistics-item-container .simple-statistic-contents.negative-stat .stat-data{color:var(--palette-error-main, #c23e37)}.bb-statistics .statistics-list li .statistics-item-container .complex-statistic-contents .empty-stat{color:var(--palette-text-secondary, #666666);font-style:italic}.bb-statistics .statistics-list li .statistics-item-container .complex-statistic-contents .negative-stat{color:var(--palette-error-main, #c23e37)}.bb-statistics .statistics-list li:first-child{border-top:0}
img[bb-image-grayscale=true]{filter:grayscale(100%)}
@media only screen and (max-width: 39.9375em),only screen and (min-width:40em)and (max-width:63.9375em){.telemetry-panel .telemetry-large-up{display:none !important}}@media only screen and (max-width: 39.9375em){.telemetry-panel .telemetry-medium-up{display:none !important}}@media only screen and (min-width:40em){.telemetry-panel .telemetry-small-only{display:none !important}}.telemetry-panel .slider-control{position:relative;height:2.375rem;margin-bottom:0.9375rem}body:not(.hide-focus-outline) .telemetry-panel .slider-control{display:block !important}.telemetry-panel .slider-control .slider{background-color:var(--palette-secondary-main, #cdcdcd);border:solid 1px var(--palette-border-main, #cdcdcd);position:absolute;top:0;right:0;left:0;height:2.375rem;margin-left:5rem;margin-right:5rem;padding-left:1.25rem;padding-right:1.25rem;padding-top:0.875rem;padding-bottom:0.9375rem}.telemetry-panel .slider-control .slider .range-slider{border:solid 1px var(--palette-border-main, #cdcdcd);background-color:var(--palette-background-b2, #f8f8f8)}.telemetry-panel .slider-control button.prev{box-shadow:none;background-color:var(--palette-secondary-main, #cdcdcd);z-index:2;border-top:solid 1px var(--palette-border-main, #cdcdcd);border-bottom:solid 1px var(--palette-border-main, #cdcdcd);border-left:solid 1px var(--palette-border-main, #cdcdcd);position:absolute;top:0;margin:0;left:0;height:2.375rem;width:5rem;border-radius:5px 0 0 5px}.telemetry-panel .slider-control button.prev:hover{background-color:var(--palette-background-b2, #f8f8f8);box-shadow:none}.telemetry-panel .slider-control button.next{box-shadow:none;background-color:var(--palette-secondary-main, #cdcdcd);z-index:2;border-top:solid 1px var(--palette-border-main, #cdcdcd);border-bottom:solid 1px var(--palette-border-main, #cdcdcd);border-right:solid 1px var(--palette-border-main, #cdcdcd);position:absolute;top:0;margin:0;right:0;height:2.375rem;width:5rem;border-radius:0 5px 5px 0}.telemetry-panel .slider-control button.next:hover{background-color:var(--palette-background-b2, #f8f8f8);box-shadow:none}.telemetry-panel .highcharts-tooltip>span{background-color:var(--palette-background-b1, #ffffff);z-index:1000;padding:0.5rem;font-family:"Open Sans",sans-serif !important}.telemetry-panel .content.raw-data-table{padding:0}.telemetry-panel .avatar-container{margin:0.375rem 0.75rem 0.375rem;margin-left:0;margin-right:0.75rem}.telemetry-panel .element-card-list li{padding-bottom:0.375rem}.telemetry-panel .panel-footer{background:hsla(0,0%,100%,.9);border-top:0}@media only screen and (min-width:40em)and (max-width:63.9375em){.telemetry-panel .time-series-instance .button-group.chart-toggle{margin-top:1.25rem}}.telemetry-panel .peek button.expand{margin-top:3.75rem}.telemetry-panel .student-low-performance .telemetry-table-legend{margin-top:0 !important}.telemetry-panel .telemetry-tooltip{text-align:left;font-size:.875rem}.telemetry-panel .telemetry-tooltip .telemetry-tooltip-student-name{margin-bottom:0.125rem;margin-right:0.5rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;max-height:3.625rem;white-space:normal}.telemetry-panel .telemetry-tooltip .chart-details-button{padding:0.3125rem 0.625rem 0.4375rem;font-size:.875rem;margin-top:0.3125rem;display:block;margin-bottom:0}.telemetry-panel .telemetry-tooltip .chart-details-button:hover{background-color:var(--palette-secondary-main, #cdcdcd);box-shadow:none;color:var(--palette-primary-contrastText, #ffffff)}.telemetry-panel .guidance-element-overlay{text-transform:none;z-index:1100}.telemetry-panel .guidance-element-overlay.pop-over{bottom:50%}@media only screen and (min-width:40em){.telemetry-panel .student-activity-grade{margin:1.25rem 0}}.telemetry-panel .student-activity-grade .chart-container{margin-top:1.25rem}@media only screen and (min-width:40em){.peek .telemetry-panel.panel-wrap.course-color-1{border-top:5px solid #c473d4}.peek .telemetry-panel.panel-wrap.course-color-2{border-top:5px solid #2fd9fc}.peek .telemetry-panel.panel-wrap.course-color-3{border-top:5px solid #ffe12b}.peek .telemetry-panel.panel-wrap.course-color-4{border-top:5px solid #ff6417}.peek .telemetry-panel.panel-wrap.course-color-5{border-top:5px solid #89f3db}.peek .telemetry-panel.panel-wrap.course-color-6{border-top:5px solid #fe5b91}.peek .telemetry-panel.panel-wrap.course-color-7{border-top:5px solid #85f472}.peek .telemetry-panel.panel-wrap.course-color-8{border-top:5px solid #22c7cc}.peek .telemetry-panel.panel-wrap.course-color-9{border-top:5px solid #ca22ad}.peek .telemetry-panel.panel-wrap.course-color-10{border-top:5px solid #157afb}}@media only screen and (min-width:40em){.peek .telemetry-panel .panel-header .panel-title{margin-bottom:0.9375rem}.peek .telemetry-panel .panel-header::after{content:"";height:0.0625rem;border-bottom:solid 1px #e5e5e5}.peek .telemetry-panel .panel-content::before{padding-top:1.5rem}}.peek .telemetry-table-legend{float:left !important}.peek .telemetry-table-legend .legend-entry:first-of-type{margin-left:0}.peek h2.peek-chart-title,.peek h2.offer-help-title{font-size:.875rem;font-weight:600}.peek p.offer-help-description{float:right}.peek h2.offer-help-title{margin-bottom:0.625rem}.peek .button-group.chart-toggle{position:relative;float:right;margin:0 !important;top:-2.5rem}@media only screen and (max-width: 39.9375em){.peek .button-group.chart-toggle{top:-3.4375rem}}@media only screen{.peek .student-high-performance .button-group.chart-toggle{top:-1.25rem}}@media only screen and (max-width: 39.9375em){.peek .request-study-help{padding:3.4375rem 1.875rem 0}}.time-series .student-menu-container{display:none}.time-series .subheader{font-weight:400;color:var(--palette-primary-contrastText, #ffffff);margin-left:0}@media only screen and (min-width:40em){.time-series .subheader{margin-bottom:0.9375rem;font-size:1.5rem}}@media only screen and (max-width: 39.9375em){.time-series h2.chart-title{display:none}.time-series .time-series-instance.telemetry-shown{display:block !important}.time-series .time-series-instance.telemetry-hidden{display:none !important}.time-series .time-series-label{display:none}.time-series .time-series-dropdown{position:absolute;top:-0.1875rem;z-index:9001;font-size:1.125rem;text-align:center;display:block;width:100%;left:0;color:var(--palette-text-primary, #262626);text-decoration:none;padding:0.9375rem 0;border-top:1px solid var(--palette-secondary-main, #cdcdcd);border-bottom:1px solid var(--palette-secondary-main, #cdcdcd);box-shadow:0 5px 0 var(--palette-border-main, #cdcdcd);font-weight:300;font-family:"Open Sans",sans-serif;margin-bottom:1.875rem;background-color:var(--palette-text-primary, #262626);float:left}.time-series .time-series-dropdown:before,.time-series .time-series-dropdown:after{content:" ";display:table}.time-series .time-series-dropdown:after{clear:both}.time-series .time-series-dropdown i{font-size:.75rem}}@media only screen and (min-width:40em){.time-series .show-activity-time-series,.time-series .show-grade-time-series{display:none}}@media only screen and (max-width: 39.9375em){li.course-tool-tab-container .show-settings-panel{display:none}}@media only screen and (min-width:40em)and (max-width:63.9375em){li.course-tool-tab-container .show-settings-panel{display:none}}@media only screen and (min-width:64em){li.course-tool-tab-container .show-settings-panel{position:absolute;top:-4.6875rem;right:0;display:inline-block}}@media only screen and (min-width:64em){.full .side-panel-content .telemetry-panel.panel-wrap{padding:0}.full .side-panel-content .telemetry-panel.panel-wrap .panel-header{box-shadow:0 5px 0 0 #f0f0f0;margin:0}.full .side-panel-content .telemetry-panel.panel-wrap .panel-content{padding:1.5rem 1.875rem 1.875rem}.full .side-panel-content .telemetry-panel.panel-wrap .panel-content .telemetry-no-padding{padding:0}}

.bb-offcanvas-panel.peek .panel-header.panel-header-directive.persistent-white-header{margin:-1rem -1.875rem 0}@media only screen and (min-width:40em){.bb-offcanvas-panel.peek .panel-header.panel-header-directive.persistent-white-header{margin-top:-1.875rem}}.bb-offcanvas-panel.full .panel-header.panel-header-directive.persistent-white-header{margin:-1rem -1.875rem 0}@media only screen and (min-width:40em){.bb-offcanvas-panel.full .panel-header.panel-header-directive.persistent-white-header{margin-top:-1.5rem}}@media only screen and (min-width:64em){.bb-offcanvas-panel.full .panel-header.panel-header-directive.persistent-white-header{margin-top:-1.875rem}}.panel-header.panel-header-directive.persistent-white-header .ally-icons .ally-icon{width:auto;margin:0;z-index:1;width:3rem;height:auto;order:2}.panel-header.panel-header-directive.persistent-white-header .ally-icons .ally-icon>span,.panel-header.panel-header-directive.persistent-white-header .ally-icons .ally-icon>button{margin:1rem}.panel-header.panel-header-directive.persistent-white-header .ally-icons .small-ally-icon{display:none}@media only screen and (max-width: 39.9375em){.panel-header.panel-header-directive.persistent-white-header .ally-icons .small-ally-icon{display:inline-block}.panel-header.panel-header-directive.persistent-white-header .ally-icons .medium-ally-icon{display:none}}.panel-header.panel-header-directive .item-visibility{display:flex}
.bb-placeholder{position:relative}.bb-placeholder__text{position:absolute;-webkit-user-select:none;user-select:none;pointer-events:none}
.grade-grid-reborn-message .validation-message-wrapper .validation-message::before{font-family:"bb-icons";font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.f-dropdown li a.react-component-menu-item{padding:0.125rem}.grade-grid-search-box{width:18.125rem;right:0.75rem;top:0.375rem;margin-left:0.9375rem}.grade-grid-search-box.group-filters{left:4.5rem;right:0;top:unset}.grade-grid-search-box .typeahead-search-autocomplete{max-height:17.8125rem;overflow-y:auto !important;overflow:hidden;box-shadow:none !important}.grade-grid-search-box .typeahead-search-entry{min-height:2.375rem;border-bottom:.5px solid #e5e5e5}.grade-grid-search-box .typeahead-search-entry:hover,.grade-grid-search-box .typeahead-search-entry:focus{text-decoration:none !important}.grade-grid-search-box .typeahead-user-avatar{display:inline-block;padding-top:0.125rem;padding-right:0.125rem}.grade-grid-search-box .typeahead-student-name-id{width:12rem;min-height:2.75rem;display:inline-block;text-align:left;overflow:hidden;padding-left:0.3125rem;float:right}.grade-grid-search-box .typeahead-name{font-weight:600;color:var(--palette-text-primary, #262626)}.grade-grid-search-box .typeahead-id{color:var(--palette-text-hint, #767676)}.grade-grid-search-box .typehead-title{display:inline-block}.grade-grid-search-box .typehead-title .grade-title{font-weight:600}.grade-grid-search-box .typehead-title .grade-type{font-style:italic;color:#666}.grade-grid-search-box .no-result{padding:0.625rem;color:#666}.grade-grid-search-box .category-title{padding-left:0.625rem}.grade-grid-container{border-left:ridge;overflow:hidden;color:var(--palette-text-primary, #262626);display:flex}@media only screen and (min-width:64em){.grade-grid-container{left:0;right:0;bottom:0}}@media only screen and (min-width:40em)and (max-width:63.9375em){.grade-grid-container{left:0;right:0;bottom:0}}@media only screen and (max-width: 39.9375em){.grade-grid-container{left:0;right:0;bottom:0}}.grade-grid-container #grade-grid{flex:1}.grade-grid-container .highlighted{background-color:#fbf4fc !important}.grade-grid-container .highlighted .grade-grid-cell{background-color:#fbf4fc !important}.grade-grid-container .grade-search-filter-panel{box-shadow:4px 0 0 0 rgba(51,51,51,.05) !important;border:2px solid rgba(51,51,51,.1);z-index:2;position:relative;overflow-y:auto !important}.grade-grid-container .grade-search-filter-container .accordion-title{font-size:.875rem;font-weight:600;display:flex}.grade-grid-container .grade-search-filter-container .accordion-title bb-svg-icon{padding-left:5.625rem；}.grade-grid-container .overall-grade-setup{width:17.5rem;background-color:#fff;font-size:0.75rem;padding:0.625rem 0.625rem;box-shadow:inset 4px 0 0 0 rgba(38,38,38,.2);margin:0 auto;height:100%;overflow:hidden}.grade-grid-container .grade-grid-cell{width:100%;height:100%;text-align:center;font-weight:600;position:relative}.grade-grid-container .grade-grid-cell .grade-posted-symbol,.grade-grid-container .grade-grid-cell .past-due-zero-symbol{color:var(--palette-success-main, #007d2c);font-family:"Open Sans",sans-serif;font-size:.75rem;font-weight:400}.grade-grid-container .grade-grid-cell .past-due-zero-symbol{color:var(--palette-error-main, #c23e37);display:inline-block}.grade-grid-container .grade-grid-cell .item-exempt-symbol{padding:0 0.5rem;font-size:small;font-weight:400}.grade-grid-container .grade-grid-cell .grade-now{text-align:center;text-decoration:underline;font-weight:600;height:5rem;line-height:5rem;color:#1874a4}.grade-grid-container .grade-grid-cell .hidden{display:none}.grade-grid-container .grade-grid-cell .group-label{width:100%;text-align:center;display:none;position:absolute;left:0;font-style:italic;top:0.3125rem;color:var(--palette-text-secondary, #666666);font-size:.75rem;padding:0 0.625rem}.grade-grid-container .complete-pill{display:flex;justify-content:center}.grade-grid-container .ungraded{left:0;text-align:center;position:absolute;bottom:0.3125rem;width:100%;font-style:italic;color:var(--palette-text-secondary, #666666);font-size:.75rem;padding:0 0.625rem}.grade-grid-container .anonymous{width:100%}.grade-grid-container .anonymous-button{cursor:default}.grade-grid-container .grade-grid-header-cell{font-size:.75rem}.grade-grid-container .grade-grid-header-cell .student-content{height:5.5625rem;position:relative;cursor:default !important}.grade-grid-container .grade-grid-header-cell .student-content .location{position:absolute;margin-left:0.3125rem;padding-top:2.1875rem}.grade-grid-container .grade-grid-header-cell .student-content:has(.sorted-ascending,.sorted-descending){border-bottom:4px solid var(--palette-brand-main, #a234b5)}.grade-grid-container .grade-grid-header-cell .content{height:4.125rem;position:relative;padding:0.625rem 0.5rem;box-shadow:0 4px 0 0 rgba(51,51,51,.05)}body:not(.hide-focus-outline) .grade-grid-container .grade-grid-header-cell .content:focus{outline:none;z-index:1}body:not(.hide-focus-outline) .grade-grid-container .grade-grid-header-cell .content:focus:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none;border:2px solid #006dc7}.grade-grid-container .grade-grid-header-cell .content.is-unavailable{cursor:default !important}.grade-grid-container .grade-grid-header-cell .cursor-pointer{cursor:pointer}.grade-grid-container .grade-grid-header-cell .summary{background-color:var(--palette-background-b2, #f8f8f8);border-top:1px solid var(--palette-border-main, #cdcdcd);color:var(--palette-text-primary, #262626);cursor:text;height:1.625rem;padding:0.25rem 1rem}.grade-grid-container .grade-grid-header-cell .grade-grid-header-summary{background-color:var(--palette-background-b2, #f8f8f8);border-top:1px solid var(--palette-border-main, #cdcdcd);color:var(--palette-text-primary, #262626);cursor:text;height:1.625rem;width:8.875rem;padding:0.25rem 0.5rem;display:flex;justify-content:center;text-align:center;font-style:italic}.grade-grid-container .grade-grid-header-cell .grade-grid-header-summary button bb-svg-icon{color:#000;display:flex}.grade-grid-container .grade-grid-header-cell .grade-grid-header-summary bb-svg-icon{vertical-align:top}.grade-grid-container .grade-grid-header-cell .grade-grid-header-summary .grade-and-post{display:flex;justify-content:center;align-content:center}.grade-grid-container .grade-grid-header-cell .grade-grid-header-summary span{display:inline-block;font-size:0.75rem;font-family:"Open Sans",sans-serif;font-weight:normal;max-width:3.125rem}.grade-grid-container .grade-grid-header-cell .grade-grid-header-summary span.grade-status{max-width:6.5rem !important;padding-left:0.3125rem}.grade-grid-container .grade-grid-header-cell .grade-grid-header-summary span.grade-pipe{padding:0 0.1875rem}.grade-grid-container .grade-grid-header-cell .grade-grid-header-summary span.grade-pipe:before{content:"|"}.grade-grid-container .grade-grid-header-cell .grade-grid-header-summary span.points{max-width:8.75rem}.grade-grid-container .grade-grid-header-cell .grade-grid-header-summary.grade-complete-status{background:var(--palette-background-b9, #262626)}.grade-grid-container .grade-grid-header-cell .grade-grid-header-summary.grade-complete-status .grade-status{color:#fff}.grade-grid-container .grade-grid-header-cell .element-image{width:2.375rem;display:block;margin:0 auto;padding:0.125rem;cursor:pointer}.grade-grid-container .grade-grid-header-cell .grade-name{margin:0 auto;max-width:7.625rem;white-space:nowrap;word-wrap:normal}.grade-grid-container .grade-grid-header-cell .formative-label{font-size:.625rem;color:var(--palette-text-secondary, #666666)}.grade-grid-container .grade-grid-header-cell .is-restricted .element-image::before{content:"";display:block;position:absolute;width:4.4375rem;height:0.0625rem;background:#a4a4a4;box-shadow:0 0 0 2px #fff;top:0.9375rem;left:2.5rem;margin-top:0.3125rem}[dir=rtl] .grade-grid-container .grade-grid-header-cell .is-restricted .element-image::before,[dir=ltr] .grade-grid-container .grade-grid-header-cell .is-restricted .element-image::before{transform:rotate(-45deg)}.grade-grid-container .grade-grid-header-cell .is-active{background-color:var(--palette-background-b9, #262626);color:var(--palette-primary-contrastText, #ffffff)}.grade-grid-container .grade-grid-header-cell .is-active:not(:hover) svg{color:var(--palette-primary-contrastText, #ffffff);--icon-fill-color: none}.grade-grid-container .grade-grid-header-cell .content-header-bg.is-unavailable{pointer-events:none}.grade-grid-container .grade-grid-header-cell .content-header-bg:not(.is-unavailable):hover{background-color:var(--palette-background-b3, #f0f0f0);color:var(--palette-text-primary, #262626)}.grade-grid-container .grade-grid-header-cell .content-header-bg .grade-grid-header-title{display:flex;flex-direction:row;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.grade-grid-container .grade-grid-header-cell .content-header-bg .visibility-icon{display:inline-flex;margin-right:0.25rem}.grade-grid-container .grade-grid-header-cell .content-header-bg .content-item-icon-bg{cursor:pointer}.grade-grid-container .grade-grid-header-cell .content-header-bg:has(.sorted-ascending,.sorted-descending){border-bottom:4px solid var(--palette-brand-main, #a234b5)}.grade-grid-container .grade-grid-body-cell{display:flex;align-items:center}.grade-grid-container .grade-grid-body-cell .loading{width:100%;color:var(--palette-text-primary, #262626);font-style:italic;font-size:0.75rem;font-family:"Open Sans",sans-serif;font-weight:normal}.grade-grid-container .grade-grid-body-cell .overall-display-grade{margin:0 auto}.grade-grid-container .grade-grid-body-cell .overall-display-grade .wrapping-input-style,.grade-grid-container .grade-grid-body-cell .overall-display-grade .grade-callout{transition:none}.grade-grid-container .grade-grid-body-cell .overall-display-grade.editor-disable .pill-style{background-color:var(--palette-background-b4, #e5e5e5);border:0}.grade-grid-container .grade-grid-body-cell .exception-icon{color:#666;padding-top:0.25rem;position:absolute;right:0.5rem;top:0;bottom:0;z-index:1}.grade-grid-container .grade-grid-body-cell .score{width:100%;cursor:default;white-space:initial;overflow-wrap:break-word}.grade-grid-container .grade-grid-body-cell .score .new-submission{color:var(--palette-brand-main, #a234b5);font-family:"Open Sans",sans-serif;font-size:.75rem;font-weight:400}.grade-grid-container .grade-grid-body-cell .score .slash:after{content:"/"}.grade-grid-container .grade-grid-body-cell .editor{position:absolute;top:0;left:0;right:0.0625rem;bottom:0.0625rem;display:flex;align-items:center;justify-content:center}.grade-grid-container .grade-grid-body-cell .editor .input-wrapper{flex:0 0 50%;height:100%}.grade-grid-container .grade-grid-body-cell .editor .input-wrapper input{border:0;outline:none;padding:0 0.3125rem;height:100%;width:100%;text-align:right;background-color:rgba(0,0,0,0)}.grade-grid-container .grade-grid-body-cell .editor .possible-wrapper{flex:0 0 50%;overflow:hidden;height:100%;display:flex;align-items:center;cursor:default}.grade-grid-container .grade-grid-body-cell .editor .possible-wrapper .slash{margin-right:0.3125rem}.grade-grid-container .grade-grid-body-cell .editor .possible-wrapper .slash:after{content:"/"}.grade-grid-container .grade-grid-body-cell .editor .possible-wrapper .possible{flex:1;overflow:hidden;margin-right:0.3125rem;text-align:left}.grade-grid-container .grade-grid-body-cell .text-grade{padding-inline:0.75rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-word;text-overflow:ellipsis;font-size:0.75rem;font-weight:400}.grade-grid-container .grade-grid-body-cell .wrapping-input-style{margin:0 auto}.grade-grid-container .grade-grid-body-cell .wrapping-input-style .slash{margin-right:0.3125rem}.grade-grid-container .grade-grid-body-cell .wrapping-input-style .slash:after{content:"/"}.grade-grid-container .grade-grid-body-cell .wrapping-input-style.no-hover:hover{background-color:#fff}.grade-grid-container .grade-grid-body-cell .wrapping-input-style:not(.no-hover):hover{filter:brightness(95%)}.grade-grid-container .grade-grid-body-cell .hide{display:none}.grade-grid-container .student-column{text-align:left}.grade-grid-container .student-column .student-info{display:flex;align-items:center;height:100%;width:100%;margin-left:0.9375rem;cursor:default}.grade-grid-container .student-column .student-info .avatar{display:inline-block;flex-shrink:0;transition:all 300ms ease}.grade-grid-container .student-column .student-info .avatar .avatar-inner{cursor:pointer}.grade-grid-container .student-column .student-info .avatar:hover{box-shadow:0 0 0 4px var(--palette-brandAlt-main, #c56fd5)}.grade-grid-container .student-column .student-info .name-and-groups{display:flex;flex-direction:column;position:relative;margin-left:0.9375rem;padding-right:0.9375rem;max-width:9.5rem}.grade-grid-container .student-column .student-info .name-and-groups .username-link{text-decoration:none;color:var(--palette-primary-main, #262626)}.grade-grid-container .student-column .student-info .name-and-groups .username-link:hover{text-decoration:underline}.grade-grid-container .student-column .student-info .name-and-groups .username{text-overflow:ellipsis}.grade-grid-container .student-column .student-info .name-and-groups .group-names{text-overflow:ellipsis}.grade-grid-container .student-column .student-info .name-and-groups .student-id{font-family:"Open Sans",sans-serif;font-weight:400}.grade-grid-container .no-submission-bg{background-color:var(--palette-background-b2, #f8f8f8);cursor:pointer}.grade-grid-container .sorting-header-column{display:flex;align-items:center;cursor:pointer;justify-content:center}.grade-grid-container .sorting-header-column .sort-icon{display:flex}.grade-grid-container.membership-loading{pointer-events:none}.grade-grid-group-confirm-dialog{position:fixed;left:-62.4375rem;top:-62.4375rem;width:17.5rem;min-height:6.25rem;background:var(--palette-background-b1, #ffffff);border:1px solid #262626;z-index:101;box-shadow:0 0 0 6px rgba(0,0,0,.05);cursor:default}.grade-grid-group-confirm-dialog .message-wrapper{padding:1.25rem}.grade-grid-group-confirm-dialog .message{width:100%;font-weight:400;white-space:pre-line;margin-top:-0.875rem}.grade-grid-group-confirm-dialog .buttons{margin-top:1.25rem;height:2.375rem}.grade-grid-group-confirm-dialog button{width:5.125rem;margin-left:0.625rem;float:right}.student-card{box-shadow:0 0 6px rgba(0,0,0,.5),0 0 0 2px rgba(38,38,38,.7);border:solid 1px #ccc;background-color:var(--palette-common-white, #ffffff);text-align:left;padding:0 0.9375rem;max-width:18.75rem}.student-card .student-info{height:100%;width:100%}.student-card .student-info .avatar{position:absolute;top:0.625rem}.student-card .student-info .info{margin-left:3.75rem;min-width:12.5rem;padding-top:0.9375rem;padding-bottom:0.9375rem}.student-card .student-info .info .username{font-family:"Open Sans",sans-serif;font-weight:600;color:var(--palette-primary-main, #262626)}.student-card .student-info .info .profile{font-family:"Open Sans",sans-serif;color:#666;font-size:0.75rem;padding:0;margin:0;width:100%}.reborn-dropdown-menu{position:fixed;top:-62.4375rem;min-width:8.875rem;z-index:1}[dir=rtl] .reborn-dropdown-menu,[dir=ltr] .reborn-dropdown-menu{left:-62.4375rem}.reborn-dropdown-menu .reborn-dropdown{margin:0;display:inline-table;position:inherit}.reborn-dropdown-menu .reborn-dropdown li>a{display:flex}.reborn-dropdown-menu .reborn-dropdown li>a bb-svg-icon,.reborn-dropdown-menu .reborn-dropdown li>a bb-ui-icon-small-download,.reborn-dropdown-menu .reborn-dropdown li>a bb-ui-icon-small-download-file,.reborn-dropdown-menu .reborn-dropdown li>a bb-ui-icon-small-report,.reborn-dropdown-menu .reborn-dropdown li>a bb-ui-icon-small-notes{padding-right:0.625rem}.reborn-dropdown-menu .reborn-dropdown li>a:hover,.reborn-dropdown-menu .reborn-dropdown li>a:focus{text-decoration:none}.reborn-dropdown-menu .reborn-dropdown li>a bb-delete a{padding:0;background-color:rgba(0,0,0,0)}.reborn-dropdown-menu .reborn-dropdown li>a bb-delete a .valign{height:auto}.reborn-dropdown-menu .reborn-dropdown li>a bb-delete a .valign .valign-content{display:flex}.reborn-dropdown-menu .reborn-dropdown li>a bb-delete a .valign .valign-content bb-svg-icon{margin-right:0.5rem}.reborn-dropdown-menu .reborn-dropdown li>a bb-delete a:hover,.reborn-dropdown-menu .reborn-dropdown li>a bb-delete a:focus{text-decoration:none}.reborn-dropdown-menu .reborn-dropdown .exception-grade{display:flex}.reborn-dropdown-menu .reborn-dropdown .exception-grade .exception-small-icon{padding-top:0.25rem;padding-right:0.625rem}.reborn-dropdown-menu .reborn-dropdown .exempt-grade{display:flex}.reborn-dropdown-menu .reborn-dropdown .exempt-grade .exempt-small-icon{padding-top:0.25rem;padding-right:0.625rem}.reborn-dropdown-menu .cell-dropdown.f-dropdown{overflow:auto}.reborn-dropdown-menu .cell-dropdown li>button{display:flex;color:var(--palette-text-primary, #262626);min-width:8.75rem}.reborn-dropdown-menu .cell-dropdown li>button bb-svg-icon{display:block;padding-right:0.625rem}.reborn-dropdown-menu .cell-dropdown li>button:hover,.reborn-dropdown-menu .cell-dropdown li>button:focus{text-decoration:underline}.reborn-dropdown-menu .cell-dropdown li.disable:hover{background:none}.reborn-dropdown-menu .cell-dropdown .button.clear:focus{color:var(--palette-text-primary, #262626)}.reborn-dropdown-menu .cell-dropdown .button.clear:active{background-color:var(--palette-text-primary, #262626);color:var(--palette-common-white, #ffffff)}.reborn-dropdown-menu .cell-dropdown .button.clear.disabled,.reborn-dropdown-menu .cell-dropdown .button.clear[disabled]{background-color:#fff}.reborn-dropdown-menu .cell-dropdown .button.clear.disabled:hover,.reborn-dropdown-menu .cell-dropdown .button.clear.disabled:focus,.reborn-dropdown-menu .cell-dropdown .button.clear[disabled]:hover,.reborn-dropdown-menu .cell-dropdown .button.clear[disabled]:focus{background-color:default;text-decoration:none}.reborn-dropdown-menu .notation-max-height{display:block;max-height:13.75rem;overflow:hidden;overflow-y:auto;margin-bottom:0}.reborn-dropdown-menu .notation-description-max-width{max-width:13.75rem}.grade-grid-reborn-message{position:fixed;left:-62.4375rem;top:-62.4375rem;max-width:17.5rem;z-index:99999}.grade-grid-reborn-message .validation-message-wrapper{background-color:#fff;border-radius:2px;box-shadow:0 0 0 4px rgba(51,51,51,.075);padding:0.5rem;border:1px solid #e5e5e5;word-wrap:break-word;color:var(--palette-text-secondary, #666666)}.grade-grid-reborn-message .validation-message-wrapper .validation-message{padding:0;padding-left:2.125rem;position:relative;display:block;min-height:1.5625rem;width:100%;color:#ff3b30}.grade-grid-reborn-message .validation-message-wrapper .validation-message::before{content:"";color:#ff3b30;left:0.3125rem;width:1.5rem;height:1.5rem;font-size:1.5rem;position:absolute;top:50%;left:0;margin-top:-0.75rem}.validation-alert{box-shadow:0 0 0 1px #ff3b30 inset !important}.purple-outline{box-shadow:0 0 0 1px #c36fd3 inset}body.hide-focus-outline .purple-outline{z-index:1}[rb-grid-container=left]{box-shadow:4px 0 0 0 rgba(51,51,51,.05);z-index:1}
.f-dropdown.performance-code-options{min-width:15.625rem;max-width:15.9375rem !important;height:auto;z-index:9998;box-shadow:0 0 0 4px rgba(51,51,51,.075)}.f-dropdown.performance-code-options:not(.show){visibility:hidden}.f-dropdown.performance-code-options.show{visibility:visible}.f-dropdown.performance-code-options.open{height:auto}.grade-grid .f-dropdown.performance-code-options{left:5.625rem !important}.f-dropdown.performance-code-options .performance-option-header{padding:0.3125rem 0.625rem;font-weight:600;line-height:1.875rem;cursor:none}.f-dropdown.performance-code-options .performance-option-header:hover{background-color:inherit}.f-dropdown.performance-code-options li.undo-override bb-svg-icon,.f-dropdown.performance-code-options li.undo-override span{display:inline-block;color:var(--palette-text-primary, #262626);padding-right:0.5rem;vertical-align:middle}.f-dropdown.performance-code-options li.undo-override:hover a{text-decoration:none}.f-dropdown.performance-code-options .performance-code-option{text-decoration:none !important;white-space:nowrap}.f-dropdown.performance-code-options .performance-code-option .code{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important}.f-dropdown.performance-code-options .performance-code-option .description{padding-left:0.5rem;font-style:italic;font-weight:300;color:var(--palette-text-primary, #262626);overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important}input.exempt{font-family:"bb-icons" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;line-height:1 !important;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important}div.wrapping-input-style-focus.wrapping-input-style{background-color:var(--palette-common-white, #ffffff) !important;border:1px solid var(--palette-common-black, #000000)}body:not(.hide-focus-outline) div.wrapping-input-style-focus.wrapping-input-style{box-shadow:0 0 0 .125rem #006dc7}div.wrapping-input-style-focus.wrapping-input-style.color-disabled input:focus,div.wrapping-input-style-focus.wrapping-input-style.color-disabled span{color:#000;-webkit-text-fill-color:#000}.not-graded-exempt{background-color:#cdcdcd;border:1px solid rgba(0,0,0,0);color:#000}.wrapping-editable-input{display:flex;align-items:center}.grade-input-wrapper{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.grade-input-wrapper .grade-pill-container{display:flex;flex-direction:row;align-items:center}.grade-input-wrapper .grade-point-value{margin-left:0.5rem}.grade-input-wrapper a.has-rubric{color:var(--palette-text-primary, #262626);font-weight:600;text-decoration:none;cursor:pointer}.grade-input-wrapper a.has-rubric span:first-child{display:inline-flex}.grade-input-wrapper a.has-rubric bb-svg-icon{align-items:center}.grade-input-wrapper a.has-rubric.color-disabled{color:var(--palette-common-white, #ffffff)}.grade-input-wrapper .override-indicator{display:block;font-size:.875rem;color:var(--palette-text-hint, #767676);margin-left:0.625rem}.grade-input-wrapper .override-indicator.exempt{font-style:normal;line-height:1}.grade-input-wrapper .disable-click{pointer-events:none}.grade-input-align{position:relative;clear:both;display:inline-flex;width:max-content;float:right}.validation-error .alert-icon{display:flex;align-items:center;padding-top:0.125rem}.validation-error .alert-icon bb-svg-icon{padding-left:0.25rem}
.inline-validation-tooltip{color:#cc413a !important}@media only screen and (max-width: 39.9375em){.inline-validation-tooltip{max-width:inherit !important}}
.filter-list-content{display:flex}.filter-list-content .filter-panel-container{height:100%;width:18rem;padding-top:1.125rem;padding-bottom:1.25rem;padding-right:1.25rem;padding-left:1.125rem}.filter-list-content .filter-panel-container .filter-panel-header{margin-bottom:1rem}.filter-list-content .filter-panel-container .filter-panel-block-header{display:flex;justify-content:space-between}.filter-list-content .filter-panel-container .filter-panel-block-header>button{color:gray}.filter-list-content .filter-panel-container .filter-panel-block-toggle{width:auto;height:auto;transition:transform 200ms}.filter-list-content .filter-panel-container .filter-panel-block-toggle-close{transform:rotate(-180deg);transition:transform 200ms}.filter-list-content .filter-panel-container .filter-panel-title-wrapper{display:flex;align-items:center}.filter-list-content .filter-panel-container .filter-panel-clear-all{padding-top:0.3125rem;color:#666;cursor:default}.filter-list-content .filter-panel-container .filter-panel-clear-all-active{color:var(--palette-link-active, #2075a3);margin:0;overflow:inherit;text-overflow:inherit;text-decoration:underline;cursor:pointer}.filter-list-content .filter-panel-container .filter-panel-title{font-family:"Open Sans",sans-serif;font-weight:600;margin:0;flex:1}.filter-list-content .filter-panel-container .filter-panel-title:focus{outline:none}.filter-list-content .filter-panel-container .filter-panel-close-button{height:auto;width:auto;color:gray}.filter-list-content .filter-panel-container .filter-panel-close-button .ms-Button-icon{margin:0}.filter-list-content .filter-panel-container .filter-panel-block{border-top:1px solid var(--palette-border-main, #cdcdcd);padding:1rem 0 1.125rem 0;display:inline-block;width:100%}@media only screen and (max-width: 39.9375em){.filter-list-content .filter-panel-container .filter-panel-block:last-child{margin-bottom:2.5rem}}.filter-list-content .filter-panel-container .filter-panel-block-title{font-family:"Open Sans",sans-serif;font-size:.875rem;font-weight:700;margin:0}.filter-list-content .filter-panel-container .filter-panel-group{border:none;padding:0;margin-top:0.75rem}.filter-list-content .filter-panel-container .filter-panel-group-title.filter-list-content .filter-panel-container .filter-panel-group-title{font-family:"Open Sans",sans-serif;font-size:.875rem;font-weight:600}.filter-list-content .filter-panel-container .filter-panel-item:first-child{margin-top:0}.filter-list-content .filter-panel-container .filter-panel-item-checkbox{display:flex;margin-top:0;padding-bottom:0.625rem}.filter-list-content .filter-panel-container .filter-panel-item-checkbox input{margin-right:0.5rem}.filter-list-content .filter-panel-container .filter-panel-item-checkbox label{margin-bottom:0}.filter-list-content .filter-panel-container .filter-panel-item-checkbox .check-box-label{color:#262626;font-size:0.875rem;max-width:10rem;word-break:break-word}.filter-list-content .filter-panel-search-box{margin-top:1rem}.filter-list-content .filter-panel-search-box .typeahead-search-entry{border-bottom:.5px solid #e5e5e5}.filter-list-content .filter-panel-search-box .typeahead-search-entry:hover,.filter-list-content .filter-panel-search-box .typeahead-search-entry:focus{text-decoration:none !important}.filter-list-content .filter-panel-search-box .typeahead-user-avatar{display:inline-block;padding-top:0.125rem;padding-right:0.125rem}.filter-list-content .filter-panel-search-box .typeahead-student-name-id{width:12rem;min-height:2.75rem;display:inline-block;text-align:left;overflow:hidden;padding-left:0.3125rem;float:right}.filter-list-content .filter-panel-search-box .typeahead-name{font-weight:600;color:var(--palette-text-primary, #262626)}.filter-list-content .filter-panel-search-box .typeahead-id{color:var(--palette-text-hint, #767676)}.filter-list-content .filter-panel-search-box .grade-search-filter-container .accordion-title{font-size:.875rem;font-weight:600;display:flex}.filter-list-content .filter-panel-search-box .grade-search-filter-container .accordion-title bb-svg-icon{padding-left:5.625rem}
.rb-grid{position:relative;width:100%;height:100%}.rb-grid .rb-row{position:absolute;white-space:nowrap}.rb-grid .rb-cell{background:#fff;position:absolute;display:inline-block;height:100%;vertical-align:middle}.rb-grid .rb-cell:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none}body:not(.hide-focus-outline) .rb-grid .rb-cell:focus{outline:none;z-index:1}body:not(.hide-focus-outline) .rb-grid .rb-cell:focus:after{border:2px solid #006dc7}.rb-grid .rb-cell-border:after{border-right:1px solid #e5e5e5}.rb-grid .rb-row-border{width:100%}.rb-grid .rb-row-border:after{content:"";position:absolute;left:0;right:0;bottom:0;height:0;border-bottom:1px solid #e5e5e5}.rb-grid .rb-grid-container{position:absolute;height:100%;display:flex;flex-direction:column;background:linear-gradient(45deg, var(--palette-background-b3, #f0f0f0) 0.0625rem, white 0, white calc(50% - 0.0625rem), var(--palette-background-b3, #f0f0f0) 0, var(--palette-background-b3, #f0f0f0) calc(50% + 0.0625rem), white 0, white calc(100% - 0.0625rem), var(--palette-background-b3, #f0f0f0) 0);background-size:calc(2*(0.125rem + 0.4375rem)/1.4142) calc(2*(0.125rem + 0.4375rem)/1.4142)}.rb-grid .rb-grid-container .rb-ax-focus-placeholder{width:0;height:0}.rb-grid .rb-grid-header-wrapper{position:relative;display:flex;flex-direction:row}.rb-grid .rb-grid-header{overflow:hidden;flex:1}.rb-grid .rb-grid-body{flex:1}.rb-grid .rb-grid-canvas{white-space:nowrap;min-height:0.0625rem;position:relative}.rb-grid .rb-grid-scrollbar-placeholder-x{background-color:#e5e5e5}.rb-grid .rb-grid-scrollbar-placeholder-y{background-color:#e5e5e5}.rb-grid .rb-add-column{z-index:1;transition:opacity .25s;display:none;position:absolute;width:2rem}.rb-grid .rb-add-column:before{content:"";position:absolute;background:var(--palette-brandAlt-main, #c56fd5);width:0.125rem;height:100%;left:calc(50% - 0.0625rem)}.rb-grid .rb-add-column .column-header-button-wrapper{position:absolute;width:100%}.rb-grid .rb-add-column .column-header-button-wrapper .button{position:absolute;vertical-align:top;width:1.5rem;height:1.5rem;padding:0.1875rem;min-width:0;top:50%;left:50%;transform:translate(-50%, -50%);color:var(--palette-brandAlt-main, #c56fd5)}.rb-grid .rb-add-column .column-header-button-wrapper .button:hover{background:rgba(0,0,0,0)}.rb-grid .rb-add-column .column-header-button-wrapper .button.active bb-svg-icon{transform:rotate(-45deg);background:var(--palette-brandAlt-main, #c56fd5);border-color:var(--palette-brandAlt-main, #c56fd5);color:var(--palette-common-white, #ffffff)}.rb-grid .rb-add-column .column-header-button-wrapper .button .add-circle-default{display:none}.rb-grid .rb-add-column .column-header-button-wrapper .button bb-svg-icon{transition:all .25s linear;background:var(--palette-common-white, #ffffff);border-radius:50%}.rb-grid .rb-add-column .column-header-button-wrapper .button svg{position:static;transform:none}.rb-grid .rb-add-column-placeholder{z-index:1;position:absolute;top:0;width:2rem;right:-1rem}.rb-grid .rb-add-column-placeholder.first{left:-1rem;right:auto}.rb-grid #rb-grid-container-left{background-position-y:-1rem}
.typeahead-search{position:relative}.typeahead-search .typeahead-search-autocomplete{z-index:99;position:absolute;width:100%;box-shadow:0 0 0 4px rgba(205,205,205,.1)}.typeahead-search .typeahead-search-autocomplete .typeahead-search-entry{background-color:#fff;padding:0.3125rem 0.3125rem 0.125rem 0.3125rem;padding-left:0.625rem;border-left:.5px solid #e5e5e5;border-right:.5px solid #e5e5e5}.typeahead-search .typeahead-search-autocomplete .typeahead-search-entry:hover,.typeahead-search .typeahead-search-autocomplete .typeahead-search-entry:focus{background-color:var(--palette-background-b3, #f0f0f0);text-decoration:underline;cursor:pointer}.typeahead-search .typeahead-search-autocomplete .typeahead-search-entry:first-child{margin-top:0;border-top:.5px solid #e5e5e5}.typeahead-search .typeahead-search-autocomplete .typeahead-search-entry:last-child{border-bottom:.5px solid #e5e5e5}body:not(.hide-focus-outline) .typeahead-search .typeahead-search-autocomplete .typeahead-search-entry:focus,.hide-focus-outline .typeahead-search .typeahead-search-autocomplete .typeahead-search-entry.override-focus-outline:focus{outline:none;box-shadow:inset 0 0 0 .125rem #006dc7 !important}.typeahead-search>label{color:var(--palette-text-secondary, #666666);cursor:default;position:absolute;top:0.75rem;left:0.75rem}.typeahead-search .truncated{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap !important;word-wrap:normal !important}.typeahead-search>input{margin-bottom:0 !important}.typeahead-search>input[type=text]::-ms-clear{display:none}.typeahead-search .with-icon{padding-left:2.25rem}.typeahead-search .with-clear-btn{padding-right:2.25rem}.typeahead-search .typeahead-clear-button{position:absolute;top:0.6875rem;right:0.625rem}
.notification.automatic-zero-confirmation div#modal-contents,.notification.automatic-zero-setting-confirmation div#modal-contents{margin-bottom:1.25rem}.notification.automatic-zero-confirmation div#modal-contents fieldset.fieldset-options,.notification.automatic-zero-setting-confirmation div#modal-contents fieldset.fieldset-options{border:0;margin:0;padding:0}.notification.automatic-zero-confirmation div#modal-contents fieldset.fieldset-options div.option-item,.notification.automatic-zero-setting-confirmation div#modal-contents fieldset.fieldset-options div.option-item{text-align:left;margin-left:0.625rem}.notification.automatic-zero-confirmation div#modal-contents fieldset.fieldset-options p.past-due-unassign-description,.notification.automatic-zero-setting-confirmation div#modal-contents fieldset.fieldset-options p.past-due-unassign-description{margin-left:1.875rem;margin-bottom:0;text-align:left;font-style:italic;font-size:.75rem;color:var(--palette-text-primary, #262626)}
.size-to-fit-textarea{min-height:2.3125rem !important;overflow:hidden}
*[bb-form-label-decorator].required:before{content:"* ";color:red}
bb-collab-session-icon bb-svg-icon{display:block}bb-collab-session-icon .is-running{border:1px solid var(--palette-brandAlt-main, #c56fd5);border-radius:50%;height:1.5rem;width:1.5rem;padding-top:.2rem;animation:bb-collab-session-icon-glow 800ms ease-out infinite alternate}bb-collab-session-icon .is-running bb-svg-icon .small-icon{height:1rem;width:1rem}@keyframes bb-collab-session-icon-glow{0%{box-shadow:0 0 #c56fd5}100%{box-shadow:0 0 2px 2px #c56fd5}}
.preview-header-large-screen{display:none}@media only screen and (min-width:64em){.preview-header-large-screen{display:inline}}.preview-header-medium-screen{display:none}@media only screen and (min-width:40em)and (max-width:63.9375em){.preview-header-medium-screen{display:inline}}.preview-header{background-color:var(--palette-background-b9, #262626);font-family:"Open Sans",sans-serif;font-weight:600}@media only screen and (min-width:64em){.preview-header{padding:2rem;padding-block-end:0.625rem}}@media only screen and (min-width:40em)and (max-width:63.9375em){.preview-header{padding:0.625rem 1.25rem 0}}.preview-header h2{font-family:"Open Sans",sans-serif;font-weight:600;margin:0}.preview-header a,.preview-header div,.preview-header h2{color:var(--palette-primary-contrastText, #ffffff)}@media only screen and (min-width:40em){.preview-header>div{padding-bottom:0.625rem}}
bb-user-avatar{position:relative;display:block;border-radius:50% !important}bb-user-avatar>div{position:absolute !important;top:0 !important;left:0 !important;bottom:0 !important;right:0 !important;border-radius:100% !important}bb-user-avatar .initials,bb-user-avatar .image{position:absolute !important;top:0;left:0;bottom:0;right:0}bb-user-avatar .initials{position:absolute !important;top:0;left:0;bottom:0;right:0;text-transform:capitalize;line-height:42;text-align:center !important;font-size:1.125rem;font-weight:600;color:var(--palette-primary-contrastText, #ffffff);background-color:var(--palette-background-b9, #262626);display:none}bb-user-avatar .image{position:absolute !important;top:0;left:0;bottom:0;right:0;border-radius:50%;overflow:hidden}bb-user-avatar .image:before,bb-user-avatar .image:after{border-radius:50%;content:"";display:block;background:none no-repeat center center;background-size:contain;background-color:rgba(0,0,0,0)}bb-user-avatar .image:before{position:absolute !important;top:7%;left:7%;bottom:7%;right:7%;background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84 84' style='enable-background:new 0 0 84 84;' xml:space='preserve'%3e %3cpath style='fill:%23666666;' d='M77.324,70.164c-7.896-4.022-19.444-8.671-19.444-8.671s-6.882-2.619-6.476-9.163 c0.007-0.108,0.06-0.21,0.144-0.279c3.7-3.033,6.289-7.768,6.915-13.224c0.005-0.046,0.019-0.089,0.04-0.129 c0.037-0.07,0.075-0.142,0.111-0.215c0.012-0.023,0.023-0.048,0.035-0.071c1.527,0.261,3.319-2.044,4.234-5.23 c0.945-3.292,0.836-5.928-0.935-5.928c-0.043,0-0.087,0.001-0.131,0.002c-0.239,0.009-0.428-0.198-0.403-0.436 c0.402-3.864,0.397-6.93,0.397-6.945c0,0,0,0,0-0.001C61.813,8.898,52.915,0,41.939,0C30.962,0,22.064,8.898,22.064,19.875 c0,0-0.005,3.071,0.397,6.943c0.025,0.239-0.166,0.436-0.406,0.436c-0.002,0-0.003,0-0.005,0c-1.771,0-1.88,2.636-0.935,5.928 c0.892,3.107,2.62,5.381,4.121,5.25c0.008,0.017,0.017,0.035,0.025,0.052c0.037,0.073,0.073,0.144,0.111,0.214 c0.022,0.041,0.036,0.086,0.041,0.132c0.633,5.517,3.272,10.298,7.039,13.326c0.087,0.07,0.143,0.175,0.148,0.287 c0.321,6.461-6.48,9.051-6.48,9.051s-11.548,4.649-19.444,8.671c-6.995,3.563-6.751,11.671-6.604,13.476 C0.089,83.844,0.259,84,0.464,84h83.071c0.205,0,0.376-0.156,0.392-0.36C84.075,81.835,84.319,73.727,77.324,70.164z'/%3e %3c/svg%3e");box-shadow:0 0 0 200px var(--palette-background-b9, #262626)}bb-user-avatar .image:after{position:absolute !important;top:0;left:0;bottom:0;right:0;display:none}bb-user-avatar:after{position:absolute !important;top:0;left:0;bottom:0;right:0;content:"";display:none;width:141.4%;top:50%;left:-20.7%;transform:translateY(-50%) rotate(-45deg);height:0.0625rem;background:var(--palette-secondary-main, #cdcdcd);box-shadow:0 0 0 2px var(--palette-background-b1, #ffffff)}bb-user-avatar:before{position:absolute !important;top:-0.25rem;left:-0.25rem;bottom:-0.25rem;right:-0.25rem;content:"";display:none;border-radius:50%;border:1.9px solid rgba(0,0,0,0)}.bb-user-avatar-alert bb-user-avatar:before{display:block;border-color:#ff3b30}bb-usercard.bb-user-avatar-inactive bb-user-avatar:after,bb-user-avatar.bb-user-avatar-inactive:after{display:block}bb-usercard.bb-user-avatar-inactive bb-user-avatar>div,bb-user-avatar.bb-user-avatar-inactive>div{opacity:.3}
bb-user-avatar-group{position:relative;display:block;border-radius:0 !important}bb-user-avatar-group>div{position:absolute !important;top:0 !important;left:0 !important;bottom:0 !important;right:0 !important;border-radius:100% !important;overflow:hidden;transform:scale(1)}bb-user-avatar-group bb-user-avatar{position:absolute !important;top:0;left:0;bottom:0;right:0;margin:0 !important;overflow:hidden}bb-user-avatar-group bb-user-avatar,bb-user-avatar-group bb-user-avatar>div,bb-user-avatar-group bb-user-avatar>div .initials,bb-user-avatar-group bb-user-avatar>div .image,bb-user-avatar-group bb-user-avatar>div .image:before,bb-user-avatar-group bb-user-avatar>div .image:after{border-radius:0 !important}bb-user-avatar-group bb-user-avatar .image:after{left:-50%;right:-50%}bb-user-avatar-group bb-user-avatar:not(:only-child){width:auto !important}bb-user-avatar-group bb-user-avatar:not(:only-child) .initials{font-size:0.6875rem !important}bb-user-avatar-group bb-user-avatar:nth-child(2n+1):not(:only-child){right:50%;border-right:1px solid #fff}bb-user-avatar-group bb-user-avatar:nth-child(2n+2){left:50% !important;border-left:1px solid #fff}bb-user-avatar-group bb-user-avatar:only-child{position:absolute !important;top:0 !important;left:0 !important;bottom:0 !important;right:0 !important;width:100% !important}bb-user-avatar-group:before{position:absolute !important;top:-0.25rem;left:-0.25rem;bottom:-0.25rem;right:-0.25rem;content:"";display:none;border-radius:50%;border:2px solid rgba(0,0,0,0)}bb-user-avatar-group:after{position:absolute !important;top:0;left:0;bottom:0;right:0;display:none;z-index:1;content:"";width:141.4%;top:50%;left:-20.7%;transform:translateY(-50%) rotate(-45deg);height:0.0625rem;background:var(--palette-secondary-main, #cdcdcd);box-shadow:0 0 0 2px var(--palette-background-b1, #ffffff)}bb-user-avatar-group bb-user-avatar:after{display:none !important}bb-user-avatar-group bb-user-avatar>div{opacity:1 !important}.bb-user-avatar-alert bb-user-avatar-group bb-user-avatar:before{display:none}.bb-user-avatar-alert bb-user-avatar-group:before{display:block;border-color:#ff3b30}.bb-user-avatar-group-inactive bb-user-avatar-group>div{opacity:.3}.bb-user-avatar-group-inactive bb-user-avatar-group::after{display:block}
.intersection-observable-placeholder{min-height:2rem}
.bb-course-catalog-link .catalog-anchor-tag bb-svg-icon.catalog-icon-small-breakpoint{color:var(--palette-common-white, #ffffff)}
