:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:1.5;font-weight:400;color:rgba(0,0,0,.8);overflow-x:hidden}.h6,h1,h2,h3,h4,h5{margin-top:0;margin-bottom:.5rem;font-weight:500}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}.h6{font-size:1rem}p,ul{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;border-bottom:none}ul{padding-left:2rem;list-style:disc}strong{font-weight:bolder}small{font-size:.875em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}svg{vertical-align:middle}label{display:inline-block;margin-bottom:10px}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input{margin:0;font-family:inherit;font-size:inherit}button{text-transform:none}input{line-height:inherit}[type=submit],button{-webkit-appearance:button}.form-control-color:not(:disabled):not([readonly]),.form-control[type=file]:not(:disabled):not([readonly]),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}iframe{border:0}.list-inline{padding-left:0;list-style:none}.container,.container-fluid,.container-md{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container,.container-md{max-width:720px}}@media (min-width:992px){.container,.container-md{max-width:960px}}@media (min-width:1200px){.container,.container-md{max-width:1140px}}@media (min-width:1400px){.container,.container-md{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y)*-1);margin-right:calc(var(--bs-gutter-x)*-.5);margin-left:calc(var(--bs-gutter-x)*-.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.g-4{--bs-gutter-x:1.5rem;--bs-gutter-y:1.5rem}@media (min-width:576px){.col-sm-6{flex:0 0 auto;width:50%}}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.btn{color:#212529;border:1px solid transparent}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn:disabled{pointer-events:none;opacity:.65}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border-radius:.25rem}.card-body{flex:1 1 auto;padding:1rem}.clearfix::after{display:block;clear:both;content:""}.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.d-flex{display:flex!important}.d-none{display:none!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-wrap{flex-wrap:wrap!important}.justify-content-between{justify-content:space-between!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.mt-5{margin-top:3rem!important}.me-4{margin-right:1.5rem!important}.p-4{padding:1.5rem!important}.text-start{text-align:left!important}@media (min-width:576px){.d-sm-inline-block{display:inline-block!important}.d-sm-none{display:none!important}}@media (min-width:768px){.d-md-flex{display:flex!important}.p-md-5{padding:3rem!important}.pe-md-3{padding-right:1rem!important}.ps-md-3{padding-left:1rem!important}}@media (min-width:992px){.d-lg-block{display:block!important}.d-lg-none{display:none!important}.mt-lg-0{margin-top:0!important}.ms-lg-5{margin-left:3rem!important}}@media (min-width:1200px){.d-xl-flex{display:flex!important}}@media (min-width:1400px){.ps-xxl-4{padding-left:1.5rem!important}}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}:root{--bone-container-width:100%;--bone-main-content-width:100%;--bone-content-width:720px;--bone-content-width-wide:100%;--bone-content-width-full:100vw}@media (min-width:576px){:root{--bone-container-width:540px}}@media (min-width:768px){:root{--bone-container-width:720px}}@media (min-width:992px){:root{--bone-container-width:960px}}@media (min-width:1200px){:root{--bone-container-width:1140px}}@media (min-width:1400px){:root{--bone-container-width:1320px;--bone-content-width-wide:880px}}html{font-size:16px}h1,h2,h3,h4,h5{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}a,a:active,a:focus,a:hover,a:visited{color:currentColor}.btn,button,img{vertical-align:middle}img{-ms-interpolation-mode:bicubic;border:0;height:auto;max-width:100%}.btn,button{display:inline-block;font-weight:400;line-height:1.5;color:rgba(0,0,0,.8);text-align:center;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;padding:.625rem 1rem;font-size:.875rem;border-radius:999rem;border:1px solid rgba(0,0,0,.1);box-shadow:rgba(17,17,26,.1)0 1px 0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:active,.btn:focus,.btn:hover,button:active,button:focus,button:hover{border-color:rgba(0,0,0,.2)}input[type=email],input[type=text]{max-width:100%;border:1px solid rgba(0,0,0,.1);font-size:.875rem;line-height:1.5;color:rgba(0,0,0,.8);background-color:#fff;padding:.625rem 1rem;border-radius:6px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}input[type=email]:focus,input[type=text]:focus{color:rgba(0,0,0,.8);border-color:rgba(0,0,0,.2);outline:0}.h6,h1,h2,h3,h4,h5{margin-bottom:.5em;line-height:1.4}:root{--bs-gutter-x:1rem;--bs-gutter-y:1rem}.card{border:1px solid rgba(0,0,0,.075);border-radius:6px}.u-stretched{display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:10}a.u-stretched{background-color:transparent}.u-absCentered{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.o-blockLink{display:block;text-decoration:none!important}.u-alignRight{text-align:right}.u-alignCenter{text-align:center}.shadow-2{box-shadow:rgba(17,17,26,.05)0 1px 0,rgba(17,17,26,.1)0 0 8px}.o-media,.o-media-body{overflow:hidden;zoom:1}.o-media-body,.o-media-left{display:table-cell;vertical-align:top}.o-media-left{padding-right:10px}.o-media-left>img{max-width:initial}.o-media--middle{vertical-align:middle}.o-backgroundImg,.o-backgroundImg--dimmed:after{display:block;position:absolute;top:0;left:0;right:0;bottom:0;transition:all .2s ease-out}.o-backgroundImg{background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.o-backgroundImg--dimmed:after{content:"";background-color:rgba(0,0,0,.4)}.layoutBody{margin:0 auto}.layoutContent{margin-top:3rem;margin-bottom:3rem}.layoutContent-main{flex:1 1 auto;margin-left:0}.layoutContent-sidebar{max-width:360px;font-size:.875rem}.theiaStickySidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media (min-width:992px){.layoutContent{margin-top:6rem;margin-bottom:6rem}.layoutContent-sidebar{flex:0 0 30%}}.mnmd-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1}.mnmd-icon svg{display:block;width:1em;height:auto;fill:currentColor;pointer-events:none}.mnmd-icon,.mnmd-icon~*{vertical-align:middle}.has-icon-first>.mnmd-icon{margin-right:.5em}.has-icon-last>.mnmd-icon{margin-left:.5em}.btn.btn--pill{border-radius:999em}.btn.btn--solid{color:#fff;border:1px solid transparent;background:#81c483}.btn.btn--solid:active,.btn.btn--solid:focus,.btn.btn--solid:hover,.btn.btn--solid:visited{color:rgba(255,255,255,.9);border-color:rgba(0,0,0,.05);background:#81c483}.btn.btn--circle{padding:0;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:999em;min-width:initial}.blockHeading{margin-bottom:1.5em;font-size:1rem;font-weight:700;text-transform:uppercase}.relatedPosts{position:relative;margin-top:40px}.relatedPosts .postItem.card{height:100%}.siteHeader{position:relative;box-shadow:rgb(17 17 26/5%)0 1px 0,rgb(17 17 26/10%)0 0 8px;z-index:99}.siteHeader-content{padding-bottom:20px;padding-top:20px}.siteHeader-content-component--left,.siteHeader-nav-component--left{text-align:left}.siteHeader-nav-component--center{text-align:center}.siteHeader-content-component--right,.siteHeader-nav-component--right{text-align:right}.siteHeader-content-component--left,.siteHeader-content-component--right{width:30%}.siteHeader--standard--left .siteHeader-content-component--left,.siteHeader--standard--left .siteHeader-content-component--right{width:auto}.siteHeader-content-component--right>*{margin-top:10px;margin-bottom:10px}.menuToggleBtn{margin:10px 5px 10px 0}.searchToggleBtn{margin:10px 0 10px 5px}.siteLogo{display:block;margin:0;text-decoration:none!important}.siteLogo--small{margin:0 auto}.siteLogo--image,.siteLogo--image a{line-height:0}.siteLogo a,.siteLogo--image img{display:inline-block}.siteLogo a{text-decoration:none}.siteHeader-widgetArea{padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05)}.siteHeader-content-component--right .siteHeader-widgetArea{padding:0;border:0}.headerActions{text-align:right}.headerActions>*{display:inline-block}.compactSearch,.siteHeader .searchField{display:inline-block;vertical-align:middle}.compactSearch{padding:0;position:relative}.compactSearch .searchField{display:none}.compactSearch .searchField-form-input{border-top:none;border-left:none;border-right:none;border-radius:0;padding-left:0;padding-right:1.875rem}.compactSearch .searchField-form-input:focus{outline:0}.headerActions .searchToggleBtn{margin-left:3px}.compactSearch .searchToggleBtn .iconClose{display:none}.compactSearch .searchToggleBtn .iconSearch{display:inline-flex}.searchField-form{max-width:100%;position:relative}input.searchField-form-input{width:100%;padding-right:2.625rem;border-radius:9999rem}.searchField-form-btn{position:absolute;right:0;top:50%;cursor:pointer;background:0 0;border:0;outline:0;color:rgba(0,0,0,.2);font-size:18px;line-height:1;text-align:center;transform:translate(0,-50%);box-shadow:none}#md_offCanvasMenu,.siteHeader--fixed{position:fixed;top:0;left:0;background:#fff}.siteHeader--fixed{z-index:9999;right:0;opacity:0;visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);transition:transform .15s ease-out;transition:transform .15s ease-out,-webkit-transform .15s ease-out}.siteHeader--fixed .navigation--main{min-height:50px}.siteHeader-nav{background:#fff;transition:background .4s ease}.siteHeader-nav-inner{min-height:64px;border-top:1px solid #f5f5f5;transition:background .4s ease}.navigation--standard{display:block;margin-left:-8px}.navigation ul,.navigation--standard ul{list-style:none;margin:0;padding:0}.navigation--standard li{position:relative}.navigation--standard a{text-decoration:none}.navigation--standard>ul>li{position:relative;display:inline-block;padding:0 10px}.navigation--offCanvas li>a,.navigation--standard>ul>li>a{display:block;position:relative;text-transform:uppercase;transition:all .2s ease-out}.navigation--standard>ul>li>a{padding:26px 0;font-size:12px;font-weight:400;line-height:1;color:rgba(0,0,0,.6)}.navigation--standard>ul>li>a:hover{color:#000}.navigation--standard>ul>li>a:before{content:"";display:block;width:100%;height:0;margin-bottom:-1px;border-bottom:0 solid rgba(0,0,0,.8);position:absolute;bottom:0;left:0;transition:all .1s ease-out}.navigation--standard>ul>li>a:hover:before{border-bottom-width:3px}#md_offCanvasMenu{width:300px;max-width:80%;height:100%;overflow-x:hidden;overflow-y:auto;-webkit-transform:translatex(-100%);transform:translatex(-100%);transition:all .2s ease-out;z-index:1000}.offCanvasClose{padding:10px;text-align:center;cursor:pointer;color:#fff;font-size:14px}.offCanvasClose .mnmd-icon{display:inline-block;margin-right:8px;font-size:14px;color:#fff}.navigation--offCanvas{border-top:1px solid #eee;padding:20px 0 20px 20px}.navigation--offCanvas li>a{padding:14px 0;border-top:1px solid rgba(0,0,0,.05);font-size:14px;text-decoration:none;color:rgba(0,0,0,.8)}.navigation--offCanvas li>a:hover{color:rgba(0,0,0,.4)}.navigation--offCanvas li:first-child>a{border-top:none}@media (min-width:576px){.postItem.card .card-body{padding:2rem}}.postTitle{font-weight:700;font-style:normal;word-break:break-word}.postTitle a,.postTitle a:active,.postTitle a:focus,.postTitle a:hover,.postTitle a:visited{text-decoration:none;color:rgba(0,0,0,.8)}.postContent{margin:4em auto}.metaText{color:rgba(0,0,0,.6);font-size:12px;transition:all .2s ease-out!important}.metaDate abbr,abbr.published,abbr.updated{text-decoration:none;border-bottom:none}.overlayInfo{position:relative}.overlayInfo .postTitle{color:#fff}.overlayInfo .postMeta,.overlayInfo .postMeta a,.overlayInfo .postMeta--author a{color:rgba(255,255,255,.8)}.postCategory{display:inline-block;margin-bottom:1rem;padding:.5em 1em;border-radius:999em;font-size:.625rem;line-height:1.4;text-transform:uppercase;text-decoration:none;color:#fff;background:#81c483}.postCategory.postCategory{color:#fff;transition:all .2s ease-out}.postCategory:active,.postCategory:focus,.postCategory:hover{color:rgba(255,255,255,.9);text-decoration:none}.postCategories .postCategory{margin-bottom:0}.postCategories{margin-top:-.25rem;margin-left:-.25rem;margin-bottom:-.25rem;padding-bottom:1rem}.postCategories li{display:inline-block;padding:.25rem;line-height:1}.postFeaturedImg{display:block;position:relative;z-index:1}.postFeaturedImg img{display:inline-block;width:100%;object-fit:cover}.postMeta{color:rgba(0,0,0,.4)}.postMeta,.postMeta--author{margin-bottom:1rem}.postMeta--author:last-child{margin-bottom:0}.postMeta a{text-decoration:none;color:rgba(0,0,0,.4)}.postMeta--3{padding-bottom:1rem;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);color:rgba(0,0,0,.6)}.overlayInfo .postMeta--3{padding-bottom:0;border-top:1px solid rgba(255,255,255,.2);border-bottom:none}.postMeta--3>*{padding-top:1rem;padding-right:1rem}.postMeta--3>:last-child{padding-right:0}.postMeta--3>.postMeta-comments{border-left:none}.postMeta--3 .metaText--sub{display:block;font-size:12px;color:rgba(0,0,0,.4)}.overlayInfo .postMeta--3 .metaText--sub{color:rgba(255,255,255,.5)}.postMeta--3 .metaDate{line-height:1.5}.commentCountBox{position:relative;display:inline-block;padding:8px 16px;background:#81c483;color:#fff!important;font-weight:700;border-radius:4px 4px 4px 0}.commentCountBox:after{content:"";display:block;width:0;height:0;position:absolute;left:0;top:100%;border:0 solid transparent;border-width:6px 10px 6px 0;border-top-color:#81c483}.postMeta--author{width:auto;overflow:hidden;color:rgba(0,0,0,.6);text-align:left}.postMeta--author .postMeta--author-avatar img{width:24px;height:24px;border-radius:50%}.postMeta--3 .postMeta--author .postMeta--author-avatar img{width:40px;height:40px}.overlayInfo .postMeta--author-avatar img{box-shadow:0 1px 1px rgba(0,0,0,.3)}.postMeta--author-author{font-size:14px;line-height:1.5}.postMeta--author-author a{max-width:100%;color:inherit;text-decoration:none}.postFooter{font-size:.875rem}.post--card--bg:not(:hover) .postInfo,.post--card--bg:not(:hover) .postInfo .postMeta--author-text,.post--card--bg:not(:hover) .postInfo .postMeta--author-text a,.post--card--bg:not(:hover) .postTitle a{color:#fff}.post--list--paper .postFeaturedImg{width:80px;height:80px;border-radius:100%;overflow:hidden}.post--list--paper .postFeaturedImg img{width:80px;height:80px}.post--list--paper--micro.card .card-body{min-height:8rem;padding:1.5rem}.screen-reader-text{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);-webkit-clip-path:polygon(0 0,0 0,0 0,0 0);clip-path:polygon(0 0,0 0,0 0,0 0)}.bodyCopy{position:relative;color:rgba(0,0,0,.8);font-size:16px;font-weight:400;line-height:1.8}.bodyCopy a{word-wrap:break-word;text-decoration:underline}.bodyCopy ul{margin-top:28px;margin-bottom:28px;padding-left:1.3em}.bodyCopy h2,.bodyCopy h3{clear:both;font-weight:700;margin-top:1em;margin-bottom:.5em;font-size:2.441em;line-height:1.3}.bodyCopy h3{font-size:1.953em}.bodyCopy h2:first-child,.bodyCopy h3:first-child,.postContent>:first-child{margin-top:0}.postContent{max-width:var(--bone-content-width);padding:0}.postContent p,.postContent>*{margin-top:28px;margin-bottom:28px}.postSingle-header{position:relative}.postSingle-cover{position:relative;border-radius:6px;overflow:hidden}.postSingle-cover-wrapper{min-height:480px}.postSingle-cover-inner{flex-grow:1}.postSingle-cover .postMeta--3{margin-bottom:0}.postSingle-cover .postMeta--3>*{padding-bottom:0}@media (min-width:768px){.postSingle-cover-wrapper{min-height:640px}}.postFooter--single{margin-bottom:40px;overflow:hidden}.postTags-list{line-height:1}.postTags-list>a{display:inline-block;float:left;padding:.75em 1em;margin:0 .5rem .5rem 0;font-size:.75rem!important;line-height:1;text-decoration:none;border:1px solid rgba(0,0,0,.1);border-radius:999rem;background:rgba(0,0,0,.02);color:rgba(0,0,0,.8);transition:all .1s}.comments-area{margin:40px auto 0}.comment-respond{padding:2rem;border:1px solid rgba(0,0,0,.1);border-radius:6px}.comment-reply-title{margin:0 0 20px;font-size:1rem;line-height:1.1;font-weight:700;text-transform:uppercase;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.comment-reply-title small{line-height:24px}.comment-reply-title small a{margin-left:5px;padding:2px 4px;border-radius:2px;background:#aaa;color:#fff;text-decoration:none;font-size:.75rem;line-height:24px}.comment-form{margin-top:20px}.widget{margin-top:40px;overflow:hidden}.widget:first-child{margin-top:0}.widget:after,.widget:before{content:"";display:table}.navigation--footer li,.widget-title{font-size:14px;text-transform:uppercase}.widget-title{margin:0 0 20px;line-height:1}.mdCategoriesWidget ul,.widget ul{padding:0;list-style:none}.navigation--footer li a:hover,.widget a{color:rgba(0,0,0,.8)}.mdCategoriesWidget ul{margin:-5px}.mdCategoriesWidget ul li{width:50%;float:left;padding:5px}.categoryTile{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 0 2px 1px rgba(0,0,0,.1)}.categoryTile:before{content:"";display:block;padding-top:100%}.categoryTile-info{text-align:center;max-width:90%;overflow:hidden}.categoryTile-info-name{display:block;margin-bottom:5px;padding:4px 8px;font-size:10px;text-transform:uppercase;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.categoryTile-info-count{color:#fff;font-size:12px}.siteFooter{background:#fafafa;box-shadow:inset 0 1px 2px rgba(0,0,0,.05)}.siteFooter-menu{border-bottom:1px solid #eee;padding:20px 0}.siteFooter-bottom{color:rgba(0,0,0,.4)}.siteFooter-bottom-inner{padding:30px 0 10px}.siteFooter-bottom-inner>div{margin-bottom:20px}.siteFooter-copyright{font-size:12px}.navigation--footer{text-align:center;font-size:0}.navigation--footer li{display:inline-block;line-height:2}.navigation--footer li:not(:last-child):after{content:"·";margin:0 5px}.navigation--footer li a{padding:10px;color:rgba(0,0,0,.4);transition:all .2s ease-out;text-decoration:none}.backTopBtn{display:inline-flex;align-items:center;font-size:12px;cursor:pointer;text-transform:uppercase;transition:.2s ease-out}@media (max-width:1199px){.bodyCopy h2{font-size:2.074em}.bodyCopy h3{font-size:1.728em}}@media (max-width:991px){.siteHeader--fixed{display:none}.siteHeader--standard--left .siteHeader-content-component--left,.siteHeader--standard--left .siteHeader-content-component--right{width:30%}.layoutContent-sidebar .widget{padding-left:0;padding-right:0}.theiaStickySidebar{position:static!important}}@media (max-width:767px){.siteHeader--standard--left .siteHeader-nav-component--left,.siteHeader--standard--left .siteHeader-nav-component--right,.siteHeader-nav-component--left,.siteHeader-nav-component--right{width:50px}.siteHeader-nav-component--center{width:auto}.blockHeading{font-size:16px}.postFooter--single .postFooter-tags{max-width:100%;float:none;margin-bottom:10px}.postContent{max-width:100%}.bodyCopy h2{font-size:1.6024em}.bodyCopy h3{font-size:1.424em}.comment-respond{padding:0;border:0;box-shadow:none}.comment-reply-title{font-size:16px}.navigation--footer li{font-size:12px}.siteFooter-bottom-inner{text-align:center}.siteFooter-bottom-inner>div{float:none}}@media print{body{background:0 0!important;color:#000;font-size:10pt}a[href]:after{content:none!important}.comment-respond,.commentCountBox,.relatedPosts,.sidebar,.siteFooter,.siteHeader--fixed,.siteHeader-nav{display:none}.postSingle-cover{height:auto}.postSingle-cover .postInfo{position:relative}}