@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@800&family=Didact+Gothic&family=Questrial&display=swap");*{font-family:"Didact Gothic",sans-serif;box-sizing:border-box;margin:0}*{font-family:"Didact Gothic",sans-serif;box-sizing:border-box;margin:0}header{position:fixed;width:100%;z-index:99;background-color:#1b6eb1}header .headerbar{padding:0 0 1.5rem 0;margin:0 -15px;display:flex;justify-content:space-between;position:relative}header .headerbar .logo{margin:.5rem 1rem .5rem 5px;z-index:110;width:fit-content}header .headerbar .logo .small{display:none}header .headerbar .logo:hover,header .headerbar .wrapper .main-content .container .educator-nav-links a.logo:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links header .headerbar a.logo:not(.primary-btn):focus,header .headerbar .headerbar-nav .nav-item .logo.nav-link:focus:after,header .headerbar .logo:focus{background-color:transparent}header .headerbar .logo:focus{outline:1px solid #fff;outline-offset:0}header .headerbar .headerbar-nav{display:flex;justify-content:space-between;align-items:center;padding:0;margin:0;list-style:none;width:100%}header .headerbar .headerbar-nav .nav-item{position:relative}header .headerbar .headerbar-nav .nav-item .nav-link{margin:.5rem;padding:0;color:#fff;font-size:20px;font-weight:800;text-decoration:none;position:relative;display:inline;white-space:nowrap;z-index:170}header .headerbar .headerbar-nav .nav-item .nav-link:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .educator-nav-links a.nav-link:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links header .headerbar .headerbar-nav .nav-item a.nav-link:not(.primary-btn):focus,header .headerbar .headerbar-nav .nav-item .nav-link:focus:after{content:"";position:absolute;left:50%;bottom:-2px;-webkit-transform:translateX(-50%) scaleX(0);transform:translateX(-50%) scaleX(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;width:100%;height:1px;background-color:rgba(255,255,255,.8);transition:-webkit-transform 250ms;transition:transform 250ms;transition:transform 250ms,-webkit-transform 250ms}header .headerbar .headerbar-nav .nav-item .nav-link:hover,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .educator-nav-links a.nav-link:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links header .headerbar .headerbar-nav .nav-item a.nav-link:not(.primary-btn):focus,header .headerbar .headerbar-nav .nav-item .nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .nav-link:focus{background-color:transparent}header .headerbar .headerbar-nav .nav-item .nav-link:focus{outline:1px solid #fff;outline-offset:0}header .headerbar .headerbar-nav .nav-item .nav-link:hover:not(.active):after,header .headerbar .headerbar-nav .nav-item .nav-link:not(.active):focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .educator-nav-links a.nav-link:not(.active):focus:not(.primary-btn),.wrapper .main-content .container .educator-nav-links header .headerbar .headerbar-nav .nav-item a.nav-link:not(.active):focus:not(.primary-btn){-webkit-transform:translateX(-50%) scaleX(1);transform:translateX(-50%) scaleX(1)}header .headerbar .headerbar-nav .nav-item .nav-link.active{border-bottom:2px solid #fff}header .headerbar .headerbar-nav .nav-item .nav-link.primary-btn{padding:.2rem 3rem .5rem;color:#231516;text-decoration:none}header .headerbar .headerbar-nav .nav-item .nav-link.primary-btn:hover,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .educator-nav-links a.nav-link.primary-btn:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links header .headerbar .headerbar-nav .nav-item a.nav-link.primary-btn:not(.primary-btn):focus,header .headerbar .headerbar-nav .nav-item .nav-link.primary-btn:focus:after{background-color:#fff}header .headerbar .headerbar-nav .nav-item .nav-link.primary-btn:hover:after,header .headerbar .headerbar-nav .nav-item .nav-link.primary-btn:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .educator-nav-links a.nav-link.primary-btn:focus:not(.primary-btn),.wrapper .main-content .container .educator-nav-links header .headerbar .headerbar-nav .nav-item a.nav-link.primary-btn:focus:not(.primary-btn){display:none}header .headerbar .headerbar-nav .nav-item .nav-link.primary-btn:focus{color:#fff}header .headerbar .headerbar-nav .nav-item.dropdown{display:flex;justify-content:space-between;align-items:baseline}header .headerbar .headerbar-nav .nav-item.dropdown .dropdown-menu{position:absolute;top:4rem;min-width:300px;right:-3rem;background-color:#1b6eb1;border-radius:1rem;border-color:#fff;transition:.5s ease-in-out;z-index:90;box-shadow:0 0 10px rgba(255,255,255,.8);-moz-box-shadow:0 0 10px rgba(255,255,255,.8);-webkit-box-shadow:0 0 10px rgba(255,255,255,.8)}header .headerbar .headerbar-nav .nav-item.dropdown .dropdown-menu:before{content:"⬢";color:#bfe5fe;font-size:3rem;left:calc(50% - 20px);top:-3rem;position:absolute}header .headerbar .headerbar-nav .nav-item.dropdown .dropdown-menu ul{color:#fff;margin:0;padding:1rem 2rem 2rem;list-style:none}header .headerbar .headerbar-nav .nav-item.dropdown .dropdown-menu ul li{line-height:1.5rem}header .headerbar .headerbar-nav .nav-item.dropdown .dropdown-menu ul li .dropdown-link{font-size:18px;color:#fff;display:block;margin-top:1rem;text-decoration:none}header .headerbar .headerbar-nav .nav-item.dropdown .dropdown-menu ul li .dropdown-link:hover,header .headerbar .headerbar-nav .nav-item.dropdown .dropdown-menu ul li .dropdown-link.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item.dropdown .dropdown-menu ul li .dropdown-link:focus{background-color:transparent;text-decoration:underline}header .headerbar .headerbar-nav .nav-item.dropdown .dropdown-menu ul li .dropdown-link:focus{outline:1px solid #fff;outline-offset:0}header .headerbar .headerbar-nav .nav-item.dropdown .nav-arrow{text-decoration:none;display:inline;z-index:100}header .headerbar .headerbar-nav .nav-item.dropdown .nav-arrow[aria-expanded=false] .fa-angle-double-down{color:#fff;transform:scaleY(1);transition:transform .5s ease-in-out}header .headerbar .headerbar-nav .nav-item.dropdown .nav-arrow[aria-expanded=true] .fa-angle-double-down{color:#bfe5fe!important;transform:scaleY(-1);transition:transform .5s ease-in-out}header .headerbar .headerbar-nav .nav-item.dropdown .nav-arrow:hover,header .headerbar .headerbar-nav .nav-item.dropdown .nav-arrow.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item.dropdown .nav-arrow:focus{background-color:transparent;outline:1px solid #fff;outline-offset:0}header .headerbar .headerbar-nav .nav-item.dropdown .nav-arrow:hover .fa-angle-double-down,header .headerbar .headerbar-nav .nav-item.dropdown .wrapper .main-content .container .educator-nav-links a.nav-arrow:not(.primary-btn):focus .fa-angle-double-down,.wrapper .main-content .container .educator-nav-links header .headerbar .headerbar-nav .nav-item.dropdown a.nav-arrow:not(.primary-btn):focus .fa-angle-double-down,header .headerbar .headerbar-nav .nav-item.dropdown .nav-arrow.nav-link:focus:after .fa-angle-double-down{color:#27aae1}header .headerbar .headerbar-nav .nav-item:hover,header .headerbar .headerbar-nav .wrapper .main-content .container .educator-nav-links a.nav-item:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links header .headerbar .headerbar-nav a.nav-item:not(.primary-btn):focus,header .headerbar .headerbar-nav .nav-item .nav-item.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item:focus{text-decoration:none}header .headerbar .shape-container{position:relative;right:15px;top:0;z-index:150;display:none}header .headerbar .shape-container #show-menu{display:block}header .headerbar .shape-container #show-menu span{display:block;position:absolute;height:3px;width:60%;background:#262262;border-radius:5px;opacity:1;left:8px;transition:.25s ease-in-out}header .headerbar .shape-container #show-menu[aria-expanded=false] span{transform:rotate(0deg);transform-origin:left center}header .headerbar .shape-container #show-menu[aria-expanded=false] span:nth-child(1){top:4px}header .headerbar .shape-container #show-menu[aria-expanded=false] span:nth-child(2){top:10px}header .headerbar .shape-container #show-menu[aria-expanded=false] span:nth-child(3){top:16px}header .headerbar .shape-container #show-menu[aria-expanded=true] span{left:8px;top:10px}header .headerbar .shape-container #show-menu[aria-expanded=true] span:nth-child(1){transform:rotate(45deg)}header .headerbar .shape-container #show-menu[aria-expanded=true] span:nth-child(2){opacity:0}header .headerbar .shape-container #show-menu[aria-expanded=true] span:nth-child(3){transform:rotate(-45deg)}@media screen and (max-width:1199.98px){header .headerbar .logo .small{display:inherit}header .headerbar .logo .large{display:none}}@media screen and (max-width:991.98px){header .headerbar .headerbar-nav{display:none;transition:.5s ease-in-out}header .headerbar .headerbar-nav.collapse{display:none;padding:0 2rem 1rem;top:36px;right:35px;z-index:100;position:absolute;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#1b6eb1;width:auto;box-shadow:0 0 10px rgba(255,255,255,.8);flex-flow:column;justify-content:end;align-items:end;padding:2rem}header .headerbar .headerbar-nav.collapse>.nav-item{margin:5px 0}header .headerbar .headerbar-nav.collapse>.nav-item .nav-link.primary-btn{display:block;margin-bottom:1rem}header .headerbar .headerbar-nav.collapse>.nav-item.dropdown{display:inline-block;text-align:right}header .headerbar .headerbar-nav.collapse>.nav-item.dropdown .dropdown-menu{position:relative;width:calc(100% + 4rem - 6px);margin:5px 3px 0;right:2rem;z-index:200;background-color:#bfe5fe;border-radius:0;top:0;box-shadow:none;padding-left:2rem}header .headerbar .headerbar-nav.collapse>.nav-item.dropdown .dropdown-menu ul{padding:0 2rem 1rem}header .headerbar .headerbar-nav.collapse>.nav-item.dropdown .dropdown-menu .dropdown-link{color:#1b6eb1}header .headerbar .headerbar-nav.collapse>.nav-item.dropdown .dropdown-menu:before{display:none}header .headerbar .headerbar-nav.collapse.show{display:flex;min-width:300px}header .headerbar .shape-container{display:block}}@media only screen and (max-height:767.98px){header{position:relative}}.shape-container{position:relative;float:right;z-index:100;margin:25px 0;cursor:pointer;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out}.shape-container.icon{display:inline;float:initial;z-index:80}.shape-container.icon h2{display:inline-block;margin-bottom:10px}.shape-container .hexagon{position:relative;width:40px;height:23.09px;background-color:#bfe5fe;margin:11.55px 0}.shape-container .hexagon:before,.shape-container .hexagon:after,.shape-container .wrapper .main-content .container .educator-nav-links a.hexagon:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .shape-container a.hexagon:not(.primary-btn):focus,.shape-container header .headerbar .headerbar-nav .nav-item .hexagon.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .shape-container .hexagon.nav-link:focus:after{content:"";position:absolute;width:0;border-left:20px solid transparent;border-right:20px solid transparent}.shape-container .hexagon:before{bottom:100%;border-bottom:11.55px solid #bfe5fe}.shape-container .hexagon:after,.shape-container .wrapper .main-content .container .educator-nav-links a.hexagon:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .shape-container a.hexagon:not(.primary-btn):focus,.shape-container header .headerbar .headerbar-nav .nav-item .hexagon.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .shape-container .hexagon.nav-link:focus:after{top:100%;left:0;width:0;border-top:11.55px solid #bfe5fe}.shape-container .hexagon.gold-bg{background-color:#f7941d;display:inline-block;margin-bottom:0;margin-right:10px}.shape-container .hexagon.gold-bg:before{border-bottom-color:#f7941d}.shape-container .hexagon.gold-bg:after,.shape-container .wrapper .main-content .container .educator-nav-links a.hexagon.gold-bg:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .shape-container a.hexagon.gold-bg:not(.primary-btn):focus,.shape-container header .headerbar .headerbar-nav .nav-item .hexagon.gold-bg.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .shape-container .hexagon.gold-bg.nav-link:focus:after{border-top-color:#f7941d}.shape-container .hexagon .fas{color:#fff;font-size:22px;margin:2px 10px;position:absolute}@media screen and (max-width:896px){.shape-container{display:initial}}footer{margin:2rem 0 0}footer .footer-links{text-align:center;padding:2rem 0}footer .footer-links>a{color:#000;font-weight:800;text-decoration:none;font-size:20px;position:relative}footer .footer-links>a.logo{text-decoration:none}footer .footer-links>a:after,footer .wrapper .main-content .container .educator-nav-links .footer-links>a:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links footer .footer-links>a:not(.primary-btn):focus,footer header .headerbar .headerbar-nav .nav-item .footer-links>a.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links footer header .headerbar .headerbar-nav .nav-item .footer-links>a.nav-link:focus:not(.primary-btn),header .headerbar .headerbar-nav .nav-item footer .footer-links>a.nav-link:focus:after{content:"";position:absolute;left:50%;bottom:-2px;-webkit-transform:translateX(-50%) scaleX(0);transform:translateX(-50%) scaleX(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;width:100%;height:1px;background-color:rgba(43,57,144,.8);transition:-webkit-transform 250ms;transition:transform 250ms;transition:transform 250ms,-webkit-transform 250ms}footer .footer-links>a:hover:after,footer .wrapper .main-content .container .educator-nav-links .footer-links>a:not(.primary-btn):focus:after,footer .wrapper .main-content .container .educator-nav-links .footer-links>a:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links footer .footer-links>a:not(.primary-btn):focus:after,.wrapper .main-content .container .educator-nav-links footer .footer-links>a:not(.primary-btn):focus,footer header .headerbar .headerbar-nav .nav-item .footer-links>a.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links footer header .headerbar .headerbar-nav .nav-item .footer-links>a.nav-link:focus:not(.primary-btn),header .headerbar .headerbar-nav .nav-item footer .footer-links>a.nav-link:focus:after{-webkit-transform:translateX(-50%) scaleX(1);transform:translateX(-50%) scaleX(1)}footer .footer-links>a:hover,footer .wrapper .main-content .container .educator-nav-links .footer-links>a:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links footer .footer-links>a:not(.primary-btn):focus,footer header .headerbar .headerbar-nav .nav-item .footer-links>a.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links footer header .headerbar .headerbar-nav .nav-item .footer-links>a.nav-link:focus:not(.primary-btn),header .headerbar .headerbar-nav .nav-item footer .footer-links>a.nav-link:focus:after,footer .footer-links>a:focus{color:#262262;background-color:transparent}@media screen and (max-width:991.98px){footer .footer-links{display:flex;justify-content:center;flex-wrap:wrap;position:relative;max-width:90%}footer .footer-links a{margin:0 5px}}@media screen and (max-width:767.98px){footer .footer-links{padding:20px}}footer .footer{padding:20px 15px}footer .footer .row{margin-left:0;margin-right:0}footer .footer .logos{vertical-align:top}footer .footer .logos>a:hover,footer .footer .wrapper .main-content .container .educator-nav-links .logos>a:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links footer .footer .logos>a:not(.primary-btn):focus,footer .footer header .headerbar .headerbar-nav .nav-item .logos>a.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links footer .footer header .headerbar .headerbar-nav .nav-item .logos>a.nav-link:focus:not(.primary-btn),header .headerbar .headerbar-nav .nav-item footer .footer .logos>a.nav-link:focus:after,footer .footer .logos>a:focus{background-color:transparent}footer .footer img{margin-left:20px;margin-top:0}footer .footer img.esa-logo{height:50px}footer .footer img.ga-logo{height:60px;margin-bottom:10px}footer .footer p,footer .footer a{font-size:16px;color:#000;font-weight:500}footer .footer a{text-decoration:underline}footer .footer a.logo{text-decoration:none}footer .footer #back-to-top{position:fixed;z-index:100;float:right;text-align:center;right:5%;transition:opacity .2s ease-out;padding:3px;border-radius:5px;opacity:0;bottom:50px}footer .footer #back-to-top.show{opacity:1}footer .footer #back-to-top .hexagon{position:relative;top:0;left:0;font-size:65px;color:#1b6eb1;text-decoration:none}footer .footer #back-to-top .hexagon i{position:absolute;color:#fff;font-size:24px;top:32px;left:15px}footer .footer #back-to-top .hexagon:hover,footer .footer #back-to-top header .headerbar .headerbar-nav .nav-item .hexagon.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item footer .footer #back-to-top .hexagon.nav-link:focus:after,footer .footer #back-to-top .hexagon:focus{background-color:transparent;color:#019444}footer .footer #back-to-top .col-md-7{text-align:left}footer .footer #back-to-top .col-md-5{text-align:center}@media(min-width:767.98px){footer .footer #back-to-top .col-md-5{text-align:right}}*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden}body{margin:0 auto;font-family:"Didact Gothic",sans-serif;color:#231516;font-size:22px;min-width:320px;height:100%}a{color:#2b3990;text-decoration:underline}a:hover:not(.logo):not(.primary-btn):not(.photo_nav),.wrapper .main-content .container .educator-nav-links a:not(.logo):not(.primary-btn):not(.photo_nav):focus,header .headerbar .headerbar-nav .nav-item a.nav-link:not(.logo):not(.primary-btn):not(.photo_nav):focus:after,a:focus:not(.logo):not(.primary-btn):not(.photo_nav){background-color:#bfe5fe}a:focus{outline:1px solid #2b3990;outline-offset:0}a .plus-minus{width:20px;height:5px;border-radius:2px;background-color:#231516;display:inline-block;position:relative;top:0;left:0}a .plus-minus:before{content:"";width:5px;height:20px;border-radius:2px;background-color:#231516;position:absolute;top:-7px;left:7px}a[aria-expanded=true] .plus-minus{transform:rotate(180deg);transition:transform .5s ease-in-out;-webkit-transition:transform .5s ease-in-out;-moz-transition:transform .5s ease-in-out}a[aria-expanded=true] .plus-minus:before{background-color:transparent}a[aria-expanded=false] .plus-minus{transform:rotate(90deg);transition:transform .5s ease-in-out;-webkit-transition:transform .5s ease-in-out;-moz-transition:transform .5s ease-in-out}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:"Baloo 2",cursive;margin-top:2rem;color:#1b6eb1}h1{font-size:54px;margin-bottom:20px}h2{font-size:40px}h3{font-size:34px}h4{font-size:26px}h5{font-size:20px}ul,ol{list-style-position:outside;margin-left:1.5rem;clear:both}.wrapper{margin:0;position:relative}.wrapper.home .intro-quote{max-width:800px;margin-bottom:5rem!important}.wrapper.home .page-heading{font-size:54px!important}.wrapper.home .main-content .container.page-bot{display:none}.wrapper.home .fullwidth-bar.content-search{margin-top:0}@media screen and (max-width:575.98px){.wrapper.home .fullwidth-bar.content-search h1{margin-left:1rem}}.wrapper.public{background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fef3e6),to(#fddbb5));background:-webkit-linear-gradient(top,#fddbb5,#fef3e6);background:-moz-linear-gradient(top,#fddbb5,#fef3e6);background:-ms-linear-gradient(top,#fddbb5,#fef3e6);background:-o-linear-gradient(top,#fddbb5,#fef3e6)}.wrapper.public .fullwidth-bar:nth-child(3) .page{box-shadow:0 -10px 20px -5px rgba(0,0,0,.3);padding-top:2rem}.wrapper.public .fullwidth-bar:nth-child(3) .page .umb-grid{margin-top:0}.wrapper.public .fullwidth-bar:nth-child(3) .page h1.h1{margin-top:0}.wrapper.public .main-content .container .page-header{background-color:#f7941d}.wrapper.public .main-content .container .page-header h1{color:#231516}.wrapper.public .fullwidth-bar.content-search{margin-top:-2rem}@media screen and (max-width:575.98px){.wrapper.public .fullwidth-bar.content-search h1{margin-left:1rem}}.wrapper.educator{background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f3f9eb),to(#e7f3d8));background:-webkit-linear-gradient(top,#e7f3d8,#f3f9eb);background:-moz-linear-gradient(top,#e7f3d8,#f3f9eb);background:-ms-linear-gradient(top,#e7f3d8,#f3f9eb);background:-o-linear-gradient(top,#e7f3d8,#f3f9eb)}.wrapper.educator .page-header{background-color:#2b3990!important}.wrapper.educator .main-content .member-zone .fullwidth-bar:nth-child(2) .page{box-shadow:0 -10px 20px -5px rgba(0,0,0,.3);padding-top:2rem}.wrapper.educator .main-content .member-zone .fullwidth-bar:nth-child(2) .page .umb-grid{margin-top:0;margin-bottom:0}.wrapper #mask{cursor:pointer;background-color:rgba(0,0,0,.4);position:absolute;top:0;left:0;z-index:90;width:100%;min-height:100vh;height:100%;overflow:auto;display:none}.wrapper #mask.show{display:block}.wrapper .main-content{position:relative;padding:140px 0 0}.wrapper .main-content .ack{-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;padding-bottom:.5rem}.wrapper .main-content .ack .container{font-weight:600;font-size:22px;vertical-align:middle}.wrapper .main-content .ack .container h3{margin-top:-25px;font-size:34px!important}.wrapper .main-content .ack .container .close-ack{font-size:30px;position:relative;margin-left:95%}@media screen and (max-width:575.98px){.wrapper .main-content .ack{padding:1rem .5rem}.wrapper .main-content .ack .close-ack{top:-1.25rem}.wrapper .main-content .ack h3{margin-left:10px}}.wrapper .main-content .intro-quote-wrapper{display:block;padding:0 20px;margin-top:2rem;margin-bottom:2rem;position:relative}.wrapper .main-content .intro-quote-wrapper .intro-quote{text-align:center;position:relative;font-family:"Montserrat",sans-serif;font-weight:600;color:#d7df23;padding:1.375rem 0;width:100%;z-index:1;margin:0 auto;align-self:center;border-top:solid 2px;border-bottom:solid 2px;top:1rem}.wrapper .main-content .intro-quote-wrapper .intro-quote:before,.wrapper .main-content .intro-quote-wrapper .intro-quote:after,.wrapper .main-content .intro-quote-wrapper .container .educator-nav-links a.intro-quote:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .intro-quote-wrapper a.intro-quote:not(.primary-btn):focus,.wrapper .main-content .intro-quote-wrapper header .headerbar .headerbar-nav .nav-item .intro-quote.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .intro-quote-wrapper .intro-quote.nav-link:focus:after{content:"”";position:absolute;color:#d7df23;font-size:7rem;line-height:0;font-weight:600}.wrapper .main-content .intro-quote-wrapper .intro-quote:before{top:25px;left:30px}.wrapper .main-content .intro-quote-wrapper .intro-quote:after,.wrapper .main-content .intro-quote-wrapper .container .educator-nav-links a.intro-quote:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .intro-quote-wrapper a.intro-quote:not(.primary-btn):focus,.wrapper .main-content .intro-quote-wrapper header .headerbar .headerbar-nav .nav-item .intro-quote.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .intro-quote-wrapper .intro-quote.nav-link:focus:after{bottom:-30px;right:30px}.wrapper .main-content .intro-quote-wrapper .intro-quote h1,.wrapper .main-content .intro-quote-wrapper .intro-quote .page-heading{position:relative;color:#017f39;font-size:40px;font-weight:700;line-height:1.3;margin:1rem auto}.wrapper .main-content .intro-quote-wrapper .intro-quote .page-heading{font-family:"Baloo 2";text-align:center;font-size:34px}.wrapper .main-content .intro-quote-wrapper .intro-quote h2{color:#017f39}.wrapper .main-content .intro-quote-wrapper .intro-quote p,.wrapper .main-content .intro-quote-wrapper .intro-quote footer .footer a,footer .footer .wrapper .main-content .intro-quote-wrapper .intro-quote a{margin-top:1.5rem;color:#231516}.wrapper .main-content .songlines-bg{max-height:300px;background:#fff url(/Frontend/Images/songlines.png?v=iNj9Ym47EJXADWT9_p9znb-OQw8) center top no-repeat;background-size:cover;padding:0}@media screen and (max-width:414.98px){.wrapper .main-content .songlines-bg{background-position:right center}}.wrapper .main-content .songlines-bg .floating-shapes{width:100%;position:relative;top:0;left:0;height:300px}@media screen and (max-width:667.98px){.wrapper .main-content .songlines-bg .floating-shapes .hex2{display:none}}@media screen and (max-width:414.98px){.wrapper .main-content .songlines-bg .floating-shapes>div:not(:nth-child(1)):not(:nth-child(5)):not(:nth-child(6)){display:none}}.wrapper .main-content .songlines-bg .floating-shapes .hex1,.wrapper .main-content .songlines-bg .floating-shapes .hex6,.wrapper .main-content .songlines-bg .floating-shapes .hex5,.wrapper .main-content .songlines-bg .floating-shapes .hex4,.wrapper .main-content .songlines-bg .floating-shapes .hex3,.wrapper .main-content .songlines-bg .floating-shapes .hex2{background:transparent url(/Frontend/Images/hex1.png?v=iNj9Ym47EJXADWT9_p9znb-OQw8) no-repeat left center;position:absolute;margin-left:2%;width:100%;height:100%}@media screen and (max-width:1024.98px){.wrapper .main-content .songlines-bg .floating-shapes .hex1,.wrapper .main-content .songlines-bg .floating-shapes .hex6,.wrapper .main-content .songlines-bg .floating-shapes .hex5,.wrapper .main-content .songlines-bg .floating-shapes .hex4,.wrapper .main-content .songlines-bg .floating-shapes .hex3,.wrapper .main-content .songlines-bg .floating-shapes .hex2{height:60%}}.wrapper .main-content .songlines-bg .floating-shapes .hex2{background:transparent url(/Frontend/Images/hex2.png?v=iNj9Ym47EJXADWT9_p9znb-OQw8) no-repeat left bottom;margin-left:15%}@media screen and (max-width:1024.98px){.wrapper .main-content .songlines-bg .floating-shapes .hex2{margin:8% 15%}}.wrapper .main-content .songlines-bg .floating-shapes .hex3{background:transparent url(/Frontend/Images/hex3.png?v=iNj9Ym47EJXADWT9_p9znb-OQw8) no-repeat left top;margin-left:40%}@media screen and (max-width:1024.98px){.wrapper .main-content .songlines-bg .floating-shapes .hex3{margin-left:25%}}.wrapper .main-content .songlines-bg .floating-shapes .hex4{background:transparent url(/Frontend/Images/hex4.png?v=iNj9Ym47EJXADWT9_p9znb-OQw8) no-repeat center right;right:22%}@media screen and (max-width:1024.98px){.wrapper .main-content .songlines-bg .floating-shapes .hex4{margin:8% 0}}@media screen and (max-width:575.98px){.wrapper .main-content .songlines-bg .floating-shapes .hex4{margin-top:12%}}.wrapper .main-content .songlines-bg .floating-shapes .hex5{background:transparent url(/Frontend/Images/hex5.png?v=iNj9Ym47EJXADWT9_p9znb-OQw8) no-repeat top right;right:15%}@media screen and (max-width:575.98px){.wrapper .main-content .songlines-bg .floating-shapes .hex5{right:10%}}@media screen and (max-width:414.98px){.wrapper .main-content .songlines-bg .floating-shapes .hex5{right:0}}.wrapper .main-content .songlines-bg .floating-shapes .hex6{background:transparent url(/Frontend/Images/hex6.png?v=iNj9Ym47EJXADWT9_p9znb-OQw8) no-repeat right center;right:0}@media screen and (max-width:1024.98px){.wrapper .main-content .songlines-bg .floating-shapes .hex6{margin:8% 0}}@media screen and (max-width:575.98px){.wrapper .main-content .songlines-bg .floating-shapes .hex6{margin-top:15%}}.wrapper .main-content .faq{display:flex;margin:2rem auto;width:70%}.wrapper .main-content .faq .hex-container{position:relative;margin:-1.5rem 2rem 0 0;padding:0 100px 0 0}.wrapper .main-content .faq .hex-container .hexagon{color:#1b6eb1;font-size:140px;position:absolute;top:0;z-index:0}.wrapper .main-content .faq .hex-container>i{font-size:50px;position:absolute;top:5.5rem;left:2.2rem;z-index:1}@media only screen and (max-width:991.98px){.wrapper .main-content .faq{width:100%}}.wrapper .main-content .breadcrumbs{font-size:16px;margin:1rem 0}.wrapper .main-content .breadcrumbs span{margin:0 .5rem}.wrapper .main-content .breadcrumbs .crumb-link.active{font-weight:bold;text-decoration:none;color:#231516}@media only screen and (max-width:575.98px){.wrapper .main-content .breadcrumbs{padding-left:1rem}}.wrapper .main-content .container{padding-left:0;padding-right:0}.wrapper .main-content .container.content{margin:0 auto -40px;padding:10px 30px 30px;background-color:#fff;border-radius:20px}.wrapper .main-content .container.content .text{padding-left:30px}.wrapper .main-content .container.content .img-container{max-width:320px;width:100%;margin:1rem 2rem;position:relative}.wrapper .main-content .container.content .img-container.hexagon{background:url("/Frontend/Images/hex-pic.png?v=x09VvHA4iTshFNkJF6OB_v5eQzI") no-repeat center center;width:300px;height:346px;position:relative;display:inline-block;z-index:0}.wrapper .main-content .container.content .img-container.hexagon div{position:absolute;display:block;float:left;border-left:150px solid #fff;border-right:150px solid #fff}.wrapper .main-content .container.content .img-container.hexagon .top{top:0;border-bottom:86.6px solid transparent}.wrapper .main-content .container.content .img-container.hexagon .bottom{bottom:0;border-top:86.6px solid transparent;z-index:0}.wrapper .main-content .container.content .img-container .img-caption{font-style:italic;font-size:16px;margin:10px 0}.wrapper .main-content .container.content h1{margin:1rem 0}.wrapper .main-content .container.content .left{float:left}.wrapper .main-content .container.page-bot{width:100%;height:20px;top:-7.2rem;position:relative;box-shadow:0 10px 20px -5px rgba(0,0,0,.3);margin-bottom:-3rem}.wrapper .main-content .container .educator-nav-links{font-size:20px;text-align:left;margin:0;padding:1rem 0 1.5rem}.wrapper .main-content .container .educator-nav-links #LogOff{display:inline}.wrapper .main-content .container .educator-nav-links a:not(.primary-btn){white-space:nowrap;color:#231516;text-decoration:none;position:relative}.wrapper .main-content .container .educator-nav-links a:not(.primary-btn):not(:first-child){margin:0 2rem}.wrapper .main-content .container .educator-nav-links a:not(.primary-btn):first-child{margin-right:1.5rem}.wrapper .main-content .container .educator-nav-links a:not(.primary-btn):after,.wrapper .main-content .container .educator-nav-links a:not(.primary-btn):focus{content:"";position:absolute;left:50%;bottom:-2px;-webkit-transform:translateX(-50%) scaleX(0);transform:translateX(-50%) scaleX(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;width:100%;height:1px;background-color:rgba(43,57,144,.8);transition:-webkit-transform 250ms;transition:transform 250ms;transition:transform 250ms,-webkit-transform 250ms}.wrapper .main-content .container .educator-nav-links a:not(.primary-btn):hover:not(.active):after,.wrapper .main-content .container .educator-nav-links a:not(.primary-btn):not(.active):focus:after,.wrapper .main-content .container .educator-nav-links a:not(.primary-btn):not(.active):focus{-webkit-transform:translateX(-50%) scaleX(1);transform:translateX(-50%) scaleX(1)}.wrapper .main-content .container .educator-nav-links a:not(.primary-btn):hover,.wrapper .main-content .container .educator-nav-links header .headerbar .headerbar-nav .nav-item a.nav-link:not(.primary-btn):focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .educator-nav-links a.nav-link:not(.primary-btn):focus:after,.wrapper .main-content .container .educator-nav-links a:not(.primary-btn):focus{color:#262262;background-color:transparent!important}.wrapper .main-content .container .educator-nav-links a:not(.primary-btn).active{border-bottom:1px solid #231516}.wrapper .main-content .container .educator-nav-links .primary-btn{margin-left:2rem;margin-top:-.5rem;font-size:18px}@media only screen and (max-width:1199.98px){.wrapper .main-content .container .educator-nav-links a:not(.primary-btn){font-size:18px}.wrapper .main-content .container .educator-nav-links a:not(.primary-btn):not(:first-child){margin:0 1rem}.wrapper .main-content .container .educator-nav-links a:not(.primary-btn):first-child{margin-right:1rem}}@media only screen and (max-width:991.98px){.wrapper .main-content .container .educator-nav-links a:not(.primary-btn):not(:first-child){margin:0 .5rem}.wrapper .main-content .container .educator-nav-links a:not(.primary-btn):first-child{margin-right:.5rem}.wrapper .main-content .container .educator-nav-links .primary-btn{position:relative;left:0;top:.5rem;margin-left:0;padding-left:1.5rem;padding-right:1.5rem}}@media only screen and (max-width:767.98px){.wrapper .main-content .container .educator-nav-links a:not(.primary-btn):not(:first-child){margin:0 3rem}}@media only screen and (max-width:575.98px){.wrapper .main-content .container .educator-nav-links{padding-left:1rem;width:95%}.wrapper .main-content .container .educator-nav-links a:not(.primary-btn){display:block;margin:0!important}}.wrapper .main-content .container .cards{padding:0;display:flex;flex-wrap:wrap;justify-content:center}.wrapper .main-content .container .cards .card{margin:1rem 3rem 1rem 0;flex:1 1 calc(100%/2 - 2rem);flex:0 1 calc(100%/2 - 2rem);padding:0;max-width:350px;border-color:#fff;background-color:#fff;text-align:left}.wrapper .main-content .container .cards .card>a{color:#231516;margin:0 auto 2rem;padding:.5rem 3rem;border:2px solid #231516;text-decoration:none;border-radius:30px;box-shadow:0 8px 0 #231516}.wrapper .main-content .container .cards .card>a:hover,.wrapper .main-content .container .cards header .headerbar .headerbar-nav .nav-item .card>a.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .cards .card>a.nav-link:focus:after,.wrapper .main-content .container .cards .educator-nav-links .card>a:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .cards .card>a:not(.primary-btn):focus{background-color:transparent;box-shadow:none!important}.wrapper .main-content .container .cards .card.student{box-shadow:0 0 20px rgba(247,148,29,.8);-moz-box-shadow:0 0 20px rgba(247,148,29,.8);-webkit-box-shadow:0 0 20px rgba(247,148,29,.8)}.wrapper .main-content .container .cards .card.student>a{border-color:#f15a29;box-shadow:0 8px 0 rgba(247,148,29,.8)}.wrapper .main-content .container .cards .card.educator{box-shadow:0 0 20px rgba(39,170,225,.8);-moz-box-shadow:0 0 20px rgba(39,170,225,.8);-webkit-box-shadow:0 0 20px rgba(39,170,225,.8)}.wrapper .main-content .container .cards .card.educator>a{border-color:#1b6eb1;box-shadow:0 8px 0 rgba(39,170,225,.8)}.wrapper .main-content .container .cards .card.horizontal{flex:1 1 100%;flex:0 1 100%;justify-content:left;max-width:100%;display:grid;grid-template-columns:minmax(400px,60%) 1fr;margin:1rem 2rem 2rem 0}.wrapper .main-content .container .cards .card.horizontal .hexagon-img{margin-left:2rem}.wrapper .main-content .container .cards .card.horizontal .card-body{min-height:345px;text-align:left;margin-left:-100%;padding:1.25rem 2rem 1.25rem 11rem;border-top-right-radius:80px;border-bottom-right-radius:80px;border-color:transparent;box-shadow:0 0 20px rgba(27,110,177,.9);-moz-box-shadow:0 0 20px rgba(27,110,177,.9);-webkit-box-shadow:0 0 20px rgba(27,110,177,.9)}.wrapper .main-content .container .cards .card.horizontal .card-body h3{font-size:26px;text-transform:uppercase}.wrapper .main-content .container .cards .card.horizontal.rect{flex:1 1 100%;flex:0 1 100%;border-radius:5px}.wrapper .main-content .container .cards .card.horizontal.rect .card-img-top{margin:2rem;position:relative;z-index:50;max-width:400px}.wrapper .main-content .container .cards .card.horizontal.rect .card-img-top img{border-radius:5px;max-width:400px;box-shadow:10px 10px 0 #414042}.wrapper .main-content .container .cards .card.horizontal.rect .card-body{z-index:10;border-radius:0;margin-left:-100%;min-height:calc(100% + 1rem);padding-left:65%;position:relative;box-shadow:0 0 20px rgba(0,0,0,.5);-moz-box-shadow:0 0 20px rgba(0,0,0,.5);-webkit-box-shadow:0 0 20px rgba(0,0,0,.5)}.wrapper .main-content .container .cards .card.horizontal.rect .card-body h4{margin:1rem 0;font-family:"Didact Gothic",sans-serif;font-weight:500;color:#231516;text-transform:uppercase}.wrapper .main-content .container .cards .card.horizontal.rect .primary-btn{position:relative;z-index:100}.wrapper .main-content .container .cards .card.horizontal.rect .primary-btn:hover,.wrapper .main-content .container .cards .card.horizontal.rect header .headerbar .headerbar-nav .nav-item .primary-btn.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .cards .card.horizontal.rect .primary-btn.nav-link:focus:after,.wrapper .main-content .container .cards .card.horizontal.rect .primary-btn:focus{box-shadow:none!important}.wrapper .main-content .container .cards .card.horizontal.rect.blue .card-body{background-color:#bfe5fe}.wrapper .main-content .container .cards .card.horizontal.rect.blue .card-img-top img{box-shadow:10px 10px 0 #27aae1}.wrapper .main-content .container .cards .card.horizontal.rect.blue .primary-btn{border-color:#27aae1;box-shadow:0 8px 0 #27aae1}.wrapper .main-content .container .cards .card.horizontal.rect.green .card-body{background-color:#d0e7b1}.wrapper .main-content .container .cards .card.horizontal.rect.green .card-img-top img{box-shadow:10px 10px 0 #39b54a}.wrapper .main-content .container .cards .card.horizontal.rect.green .primary-btn{border-color:#39b54a;box-shadow:0 8px 0 #8dc63f}.wrapper .main-content .container .cards .card.horizontal.rect.orange .card-body{background-color:#fde7ce}.wrapper .main-content .container .cards .card.horizontal.rect.orange .card-img-top img{box-shadow:10px 10px 0 #f7941d}.wrapper .main-content .container .cards .card.horizontal.rect.orange .primary-btn{border-color:#f15a29;box-shadow:0 8px 0 #f7941d}.wrapper .main-content .container .cards .card.horizontal.rect.lime .card-body{background-color:#fff8dc}.wrapper .main-content .container .cards .card.horizontal.rect.lime .card-img-top img{box-shadow:10px 10px 0 #d7df23}.wrapper .main-content .container .cards .card.horizontal.rect.lime .primary-btn{border-color:#6b7010;box-shadow:0 8px 0 #d7df23}@media only screen and (max-width:1199.98px){.wrapper .main-content .container .cards .card.horizontal .card-body{margin-left:-95%}.wrapper .main-content .container .cards .card.horizontal.rect .card-img-top{margin-left:0}.wrapper .main-content .container .cards .card.horizontal.rect .card-body{padding-left:75%}}.wrapper .main-content .container .cards .card.no-desc{flex:1 1 calc(100%/4 - 2rem);flex:0 1 calc(100%/4 - 2rem);margin:5rem 1rem 1rem 1rem;background-color:#fff8dc;border-color:transparent;border-radius:20px;padding:5rem 0;box-shadow:0 0 20px rgba(0,0,0,.5);cursor:pointer;-moz-box-shadow:0 0 20px rgba(0,0,0,.5);-webkit-box-shadow:0 0 20px rgba(0,0,0,.5);position:relative}.wrapper .main-content .container .cards .card.no-desc:first-child{margin-left:0}.wrapper .main-content .container .cards .card.no-desc:last-child{margin-right:0}.wrapper .main-content .container .cards .card.no-desc .card-img-top{transform:rotate(5deg);width:85%;height:100%;max-height:120px;margin:-9rem 1.5rem 2rem;position:absolute;display:block;border-color:transparent;background-size:cover!important;border-radius:20px;box-shadow:0 0 20px rgba(0,0,0,.6);transition:transform .2s ease-in-out}.wrapper .main-content .container .cards .card.no-desc .card-img-top.hover{transform:rotate(0deg)}.wrapper .main-content .container .cards .card.no-desc>a{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:20px;font-weight:600;font-size:20px;padding:.5rem;width:100%;color:#2b3990;background-color:#fccd96;text-decoration:underline;border:0;box-shadow:none;display:inline-flex;position:absolute;height:80px;place-content:center;text-align:center}.wrapper .main-content .container .cards .card.no-desc>a.hover{color:#231516;text-decoration:none;background-color:#f7941d;font-family:"Baloo 2",cursive}.wrapper .main-content .container .cards .card.download{border-radius:10px;margin:1rem;padding:0;background-color:transparent;-webkit-box-shadow:5px 5px 10px rgba(0,0,0,.6);-moz-box-shadow:5px 5px 10px rgba(0,0,0,.6);box-shadow:5px 5px 10px rgba(0,0,0,.6)}.wrapper .main-content .container .cards .card.download .card-img-top{transform:rotate(0deg);margin:0;width:100%;max-height:100%;height:100%;border-radius:5px;box-shadow:none;background-size:cover!important}.wrapper .main-content .container .cards .card.download>a{border-radius:0;border-top-left-radius:5px;display:inline-flex;margin:0;padding:.25rem 3.5rem .25rem 1rem;background-color:#a7a9ac;left:-20px;top:1rem;opacity:.9;place-content:normal;text-align:left;color:#231516;text-decoration:underline;font-size:20px;min-height:80px;box-shadow:none;border:0}.wrapper .main-content .container .cards .card.download>a:before{content:"";position:absolute;display:block;border-top:10px solid #58595b;border-right:10px solid #58595b;border-bottom:10px solid transparent;border-left:10px solid transparent;bottom:-20px;left:0}.wrapper .main-content .container .cards .card.download>a i{font-size:24px;right:.5rem;top:1rem}.wrapper .main-content .container .cards .card.download>a i:before{border:2px solid #231516!important;border-radius:50%!important;background-color:transparent!important;color:#231516!important;padding:.5rem .75rem .75rem!important}.wrapper .main-content .container .cards .card.download>a:hover,.wrapper .main-content .container .cards header .headerbar .headerbar-nav .nav-item .card.download>a.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .cards .card.download>a.nav-link:focus:after,.wrapper .main-content .container .cards .educator-nav-links .card.download>a:not(.primary-btn):focus,.wrapper .main-content .container .cards .card.download>a:focus{font-family:"Baloo 2",cursive;text-decoration:none}.wrapper .main-content .container .cards .card.download>a:hover:before,.wrapper .main-content .container .cards .educator-nav-links .card.download>a:not(.primary-btn):focus:before,.wrapper .main-content .container .cards .card.download>a:focus:before{border-top-color:#8dc63f!important;border-right-color:#8dc63f!important}.wrapper .main-content .container .cards .card.download.blue>a{background-color:#27aae1}.wrapper .main-content .container .cards .card.download.blue>a:before{border-top:10px solid #1b6eb1;border-right:10px solid #1b6eb1}.wrapper .main-content .container .cards .card.download.lime>a{background-color:#d7df23}.wrapper .main-content .container .cards .card.download.lime>a:before{border-top:10px solid #949a0c;border-right:10px solid #949a0c}.wrapper .main-content .container .cards .card.download.lime>a i:before{color:#d7df23}.wrapper .main-content .container .cards .card.download.orange>a{background-color:#f7941d}.wrapper .main-content .container .cards .card.download.orange>a:before{border-top:10px solid #f15a29;border-right:10px solid #f15a29}.wrapper .main-content .container .cards .card.download.green>a{background-color:#8dc63f}.wrapper .main-content .container .cards .card.download.green>a:before{border-top:10px solid #019444;border-right:10px solid #019444}.wrapper .main-content .container .cards .card.download:hover,.wrapper .main-content .container .cards header .headerbar .headerbar-nav .nav-item .card.download.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .cards .card.download.nav-link:focus:after,.wrapper .main-content .container .cards .card.download:focus{box-shadow:none!important}.wrapper .main-content .container .cards .card.download:hover>a,.wrapper .main-content .container .cards header .headerbar .headerbar-nav .nav-item .card.download.nav-link:focus:after>a,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .cards .card.download.nav-link:focus:after>a,.wrapper .main-content .container .cards .educator-nav-links a.card.download:not(.primary-btn):focus>a,.wrapper .main-content .container .cards .card.download:focus>a{box-shadow:none!important}.wrapper .main-content .container .cards .card.download:hover>a:before,.wrapper .main-content .container .cards header .headerbar .headerbar-nav .nav-item .card.download.nav-link:focus:after>a:before,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .cards .card.download.nav-link:focus:after>a:before,.wrapper .main-content .container .cards .educator-nav-links a.card.download:not(.primary-btn):focus>a:before,.wrapper .main-content .container .cards .card.download:focus>a:before{border-top-color:#8dc63f!important;border-right-color:#8dc63f!important}.wrapper .main-content .container .cards .card.download:hover>a i:before,.wrapper .main-content .container .cards header .headerbar .headerbar-nav .nav-item .card.download.nav-link:focus:after>a i:before,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .cards .card.download.nav-link:focus:after>a i:before,.wrapper .main-content .container .cards .card.download:focus>a i:before{color:#231516!important}@media only screen and (max-width:1199.98px){.wrapper .main-content .container .cards .card.download{flex:1 1 calc(100%/2 - 3rem);flex:0 1 calc(100%/2 - 3rem);margin:1rem 2rem;max-width:250px}.wrapper .main-content .container .cards .card.download:last-child{margin-right:3.5rem}}@media only screen and (max-width:767.98px){.wrapper .main-content .container .cards .card.download{flex:1 1 100%;flex:0 1 100%;margin-left:1rem!important}.wrapper .main-content .container .cards .card.download:last-child{margin-right:2rem}}.wrapper .main-content .container .cards .card.hex-border{max-width:450px}.wrapper .main-content .container .cards .card.hex-border .more-link:hover,.wrapper .main-content .container .cards .card.hex-border header .headerbar .headerbar-nav .nav-item .more-link.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .cards .card.hex-border .more-link.nav-link:focus:after,.wrapper .main-content .container .cards .card.hex-border .more-link:focus{box-shadow:none!important}.wrapper .main-content .container .cards .card.hex-border.blue .more-link{border-color:#1b6eb1;box-shadow:0 8px 0 rgba(39,170,225,.8)}.wrapper .main-content .container .cards .card.hex-border.blue .hexagon-img{border-right:10px solid #27aae1;margin:1rem auto}.wrapper .main-content .container .cards .card.hex-border.blue .hexagon-img .hexagon-border,.wrapper .main-content .container .cards .card.hex-border.blue .hexagon-img .hexagon-border:before,.wrapper .main-content .container .cards .card.hex-border.blue .hexagon-img .hexagon-border:after{border-left:2px solid #27aae1;border-right:2px solid #27aae1}.wrapper .main-content .container .cards .card.hex-border.blue .hexagon-img .hexagon-shadow{box-shadow:10px 10px 0 #27aae1}.wrapper .main-content .container .cards .card.hex-border.green .more-link{border-color:#39b54a;box-shadow:0 8px 0 rgba(57,181,74,.8)}.wrapper .main-content .container .cards .card.hex-border.green .hexagon-img{border-right:10px solid #39b54a;margin:1rem auto}.wrapper .main-content .container .cards .card.hex-border.green .hexagon-img .hexagon-border,.wrapper .main-content .container .cards .card.hex-border.green .hexagon-img .hexagon-border:before,.wrapper .main-content .container .cards .card.hex-border.green .hexagon-img .hexagon-border:after{border-left:2px solid #39b54a;border-right:2px solid #39b54a}.wrapper .main-content .container .cards .card.hex-border.green .hexagon-img .hexagon-shadow{box-shadow:10px 10px 0 #39b54a}.wrapper .main-content .container .cards .card.hex-border.orange .more-link{border-color:#f15a29;box-shadow:0 8px 0 rgba(247,148,29,.8)}.wrapper .main-content .container .cards .card.hex-border.orange .hexagon-img{border-right:10px solid #f15a29;margin:1rem auto}.wrapper .main-content .container .cards .card.hex-border.orange .hexagon-img .hexagon-border,.wrapper .main-content .container .cards .card.hex-border.orange .hexagon-img .hexagon-border:before,.wrapper .main-content .container .cards .card.hex-border.orange .hexagon-img .hexagon-border:after{border-left:2px solid #f15a29;border-right:2px solid #f15a29}.wrapper .main-content .container .cards .card.hex-border.orange .hexagon-img .hexagon-shadow{box-shadow:10px 10px 0 #f15a29}.wrapper .main-content .container .cards .card.hex-border.lime .more-link{border-color:#d7df23;box-shadow:0 8px 0 rgba(128,134,19,.8)}.wrapper .main-content .container .cards .card.hex-border.lime .hexagon-img{border-right:10px solid #d7df23;margin:1rem auto}.wrapper .main-content .container .cards .card.hex-border.lime .hexagon-img .hexagon-border,.wrapper .main-content .container .cards .card.hex-border.lime .hexagon-img .hexagon-border:before,.wrapper .main-content .container .cards .card.hex-border.lime .hexagon-img .hexagon-border:after{border-left:2px solid #d7df23;border-right:2px solid #d7df23}.wrapper .main-content .container .cards .card.hex-border.lime .hexagon-img .hexagon-shadow{box-shadow:10px 10px 0 #d7df23}.wrapper .main-content .container .cards .card .card-body h3{margin-top:.5rem;color:#231516}@media only screen and (max-width:1199.98px){.wrapper .main-content .container .cards .card.horizontal .hexagon-img{margin-left:0}}@media only screen and (max-width:991.98px){.wrapper .main-content .container .cards .card{flex:1 1 calc(100%/2 - 3rem);flex:0 1 calc(100%/2 - 3rem);max-width:300px}.wrapper .main-content .container .cards .card.horizontal{display:inline-block;margin:-3rem auto 3rem 40%;border-radius:20px;flex:1 1 100%;flex:0 1 100%}.wrapper .main-content .container .cards .card.horizontal .hexagon-img{left:-65%;margin-bottom:1rem}.wrapper .main-content .container .cards .card.horizontal .card-body{margin:-6.5rem 1rem -2rem -65%;border-bottom-left-radius:80px;border-top-right-radius:0;padding-left:2rem;padding-top:4rem}.wrapper .main-content .container .cards .card.horizontal .card-body h3{margin-top:2rem}}@media only screen and (max-width:991.98px) and (max-width:375.98px){.wrapper .main-content .container .cards .card.horizontal .card-body{margin-top:-7.5rem;padding:5rem 1rem 1rem;margin-left:-1rem;margin-right:-1rem}}@media only screen and (max-width:991.98px){.wrapper .main-content .container .cards .card.horizontal.rect{margin:0 0 3rem}.wrapper .main-content .container .cards .card.horizontal.rect .card-img-top{margin:0}.wrapper .main-content .container .cards .card.horizontal.rect .card-body{margin:-8rem 0 0;min-height:auto;padding:10rem 3rem 5rem}}@media only screen and (max-width:991.98px) and (max-width:470.98px){.wrapper .main-content .container .cards .card.horizontal.rect .card-img-top img{max-width:250px!important}}@media only screen and (max-width:991.98px){.wrapper .main-content .container .cards .card.no-desc{flex:1 1 calc(100%/2 - 2rem);flex:0 1 calc(100%/2 - 2rem)}.wrapper .main-content .container .cards .card.no-desc:nth-child(3){margin-left:-1rem}}@media only screen and (max-width:767.98px){.wrapper .main-content .container .cards .card{flex:1 1 100%;flex:0 1 100%;max-width:360px;margin:1rem 0}.wrapper .main-content .container .cards .card.no-desc{flex:1 1 100%;flex:0 1 100%;padding-bottom:8rem;margin-top:7rem;margin-left:0}.wrapper .main-content .container .cards .card.no-desc:nth-child(even),.wrapper .main-content .container .cards .card.no-desc:nth-child(3){margin-left:0}.wrapper .main-content .container .cards .card.no-desc .card-img-top{max-height:160px}.wrapper .main-content .container .cards .card.no-desc>a{display:block;top:8rem;padding:1rem .5rem}.wrapper .main-content .container .cards .card.horizontal.rect .card-img-top img{max-width:300px}.wrapper .main-content .container .cards .card.horizontal.rect .more-link{left:-2rem}}.wrapper .main-content .container .cards.educator .card{max-width:400px;border:10px solid #27aae1;box-shadow:0 0 20px rgba(0,0,0,.7);-moz-box-shadow:0 0 20px rgba(0,0,0,.7);-webkit-box-shadow:0 0 20px rgba(0,0,0,.7);margin-top:2rem}.wrapper .main-content .container .cards.educator .card:nth-child(even){margin-right:0}.wrapper .main-content .container .cards.educator .card .card-text{margin-top:1rem}.wrapper .main-content .container .cards.educator .card .more-link{border-color:#27aae1;box-shadow:0 8px 0 #27aae1}.wrapper .main-content .container .cards.educator .card .more-link:hover,.wrapper .main-content .container .cards.educator .card header .headerbar .headerbar-nav .nav-item .more-link.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .cards.educator .card .more-link.nav-link:focus:after,.wrapper .main-content .container .cards.educator .card .more-link:focus{box-shadow:none}.wrapper .main-content .container .page-header{background-color:#1b6eb1;margin:1.5rem -4rem 1rem;padding:.5rem 4rem 6rem;z-index:10}.wrapper .main-content .container .page-header h1{color:#fff;text-align:center}.wrapper .main-content .container .page{padding:0 2rem 2rem;z-index:20;position:relative;top:-6rem;background-color:#fff}.wrapper .main-content .container .page:before,.wrapper .main-content .container .page:after,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .page.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .page.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.page:not(.primary-btn):focus{content:"";height:100%;width:20px;position:absolute;top:0}.wrapper .main-content .container .page:before{box-shadow:-20px 0 20px -20px rgba(0,0,0,.3) inset;left:-20px}.wrapper .main-content .container .page:after,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .page.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .page.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.page:not(.primary-btn):focus{box-shadow:20px 0 20px -20px rgba(0,0,0,.3) inset;right:-20px}.wrapper .main-content .container .page.pt-0.mt-0>div{margin-top:0}.wrapper .main-content .container .page.pt-0.mt-0>div.content{margin-top:-2rem}.wrapper .main-content .container .page.pt-0.mt-0>h1,.wrapper .main-content .container .page.pt-0.mt-0>blockquote{margin-top:0}.wrapper .main-content .container .page.pb-0.mb-0>div{margin-bottom:0;padding-bottom:2rem}.wrapper .main-content .container .page.pb-0.mb-0>div.topics-dropdown{margin-bottom:1rem}.wrapper .main-content .container .page.pb-0.mb-0>hr{margin-top:-1rem;margin-bottom:2rem}.wrapper .main-content .container .page .text-container{margin-bottom:2rem}.wrapper .main-content .container .page .text-container img{max-width:500px;width:100%}@media only screen and (max-width:575.98px){.wrapper .main-content .container .page .text-container{padding:0}}.wrapper .main-content .container .grid-section .col-md-6.column img{max-width:500px}.wrapper .main-content .container .grid-section .column h2{margin-top:0}.wrapper .main-content .container .grid-section .column img{width:100%;margin-bottom:1rem}@media only screen and (max-width:991.98px){.wrapper .main-content .container .grid-section .col-md-6.column{flex:0 0 100%;max-width:100%}.wrapper .main-content .container .grid-section .col-md-6.column:nth-child(even){margin-top:2rem}.wrapper .main-content .container .grid-section .col-md-4.column{flex:0 0 calc(100%/2 - 2rem);max-width:50%}}@media only screen and (max-width:767.98px){.wrapper .main-content .container .grid-section .col-md-4.column{flex:0 0 100%;max-width:100%;text-align:center}}.wrapper .main-content .container .hollow-box{position:relative;border:0;border-top:10px solid #27aae1;border-left:10px solid #27aae1;background-color:transparent;width:calc(100% - 1rem);padding:10px 0 0 10px;margin:1rem 0 3rem}.wrapper .main-content .container .hollow-box .hexagon{position:absolute;top:-50px;left:-16px;font-size:65px;color:#1885b4;text-decoration:none;z-index:20;text-shadow:none}.wrapper .main-content .container .hollow-box .hexagon .plus-minus{top:-20px;left:-35px}.wrapper .main-content .container .hollow-box .hexagon:hover,.wrapper .main-content .container .hollow-box header .headerbar .headerbar-nav .nav-item .hexagon.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .hollow-box .hexagon.nav-link:focus:after,.wrapper .main-content .container .hollow-box .educator-nav-links a.hexagon:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hollow-box a.hexagon:not(.primary-btn):focus{text-decoration:none;background-color:transparent;color:#27aae1;text-shadow:3px 2px 0 #231516}.wrapper .main-content .container .hollow-box .hexagon:focus{text-decoration:none;background-color:transparent;outline-color:transparent;text-shadow:3px 2px 0 #231516}.wrapper .main-content .container .hollow-box .hexagon:focus[aria-expanded=false]{text-shadow:none}.wrapper .main-content .container .hollow-box .hexagon:focus[aria-expanded=true]{text-shadow:3px 2px 0 #231516}.wrapper .main-content .container .hollow-box .box{position:relative;border:0;padding:0 1rem 1rem;border-top:10px solid transparent;border-left:10px solid transparent;background-color:#27aae1}.wrapper .main-content .container .hollow-box .box:before,.wrapper .main-content .container .hollow-box .box:after,.wrapper .main-content .container .hollow-box header .headerbar .headerbar-nav .nav-item .box.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .hollow-box .box.nav-link:focus:after,.wrapper .main-content .container .hollow-box .educator-nav-links a.box:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hollow-box a.box:not(.primary-btn):focus{content:"";display:block;position:absolute;background-color:transparent;border-bottom:10px solid #27aae1}.wrapper .main-content .container .hollow-box .box:before{width:calc(100% + 20px);height:20px;top:100%;left:-20px;border-left:10px solid #27aae1}.wrapper .main-content .container .hollow-box .box:after,.wrapper .main-content .container .hollow-box header .headerbar .headerbar-nav .nav-item .box.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .hollow-box .box.nav-link:focus:after,.wrapper .main-content .container .hollow-box .educator-nav-links a.box:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hollow-box a.box:not(.primary-btn):focus{height:calc(100% + 40px);width:20px;top:-20px;right:-20px;border-top:10px solid #27aae1;border-right:10px solid #27aae1}.wrapper .main-content .container .hollow-box .box h2,.wrapper .main-content .container .hollow-box .box h3,.wrapper .main-content .container .hollow-box .box h4,.wrapper .main-content .container .hollow-box .box h5{color:#231516}.wrapper .main-content .container .hollow-box .box .title{margin-top:.5rem;font-size:26px;font-family:"Baloo 2",cursive;font-weight:600;line-height:1.8rem;color:#231516}.wrapper .main-content .container .hollow-box .box .collapse{padding-top:.5rem;-webkit-transition:2s ease-in-out;-moz-transition:2s ease-in-out;-o-transition:2s ease-in-out;transition:2s ease-in-out}.wrapper .main-content .container .hollow-box .box .primary-btn{border-color:#1885b4;box-shadow:0 8px 0 #1885b4}.wrapper .main-content .container .hollow-box .box .primary-btn:hover,.wrapper .main-content .container .hollow-box .box header .headerbar .headerbar-nav .nav-item .primary-btn.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .hollow-box .box .primary-btn.nav-link:focus:after,.wrapper .main-content .container .hollow-box .box .primary-btn:focus{box-shadow:none}.wrapper .main-content .container .hollow-box .box p:last-child,.wrapper .main-content .container .hollow-box .box footer .footer a:last-child,footer .footer .wrapper .main-content .container .hollow-box .box a:last-child{margin:2rem auto;text-align:center}.wrapper .main-content .container .hollow-box.orange{border-top:10px solid #fccd96;border-left:10px solid #fccd96}.wrapper .main-content .container .hollow-box.orange .hexagon{color:#f7941d}.wrapper .main-content .container .hollow-box.orange .hexagon[aria-expanded=false]{color:#fccd96}.wrapper .main-content .container .hollow-box.orange .hexagon[aria-expanded=true]{color:#f7941d}.wrapper .main-content .container .hollow-box.orange .box{background-color:#fccd96}.wrapper .main-content .container .hollow-box.orange .box:before,.wrapper .main-content .container .hollow-box.orange .box:after,.wrapper .main-content .container .hollow-box.orange .educator-nav-links a.box:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hollow-box.orange a.box:not(.primary-btn):focus{border-bottom:10px solid #fccd96}.wrapper .main-content .container .hollow-box.orange .box:before{border-left:10px solid #fccd96}.wrapper .main-content .container .hollow-box.orange .box:after,.wrapper .main-content .container .hollow-box.orange .educator-nav-links a.box:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hollow-box.orange a.box:not(.primary-btn):focus{border-top:10px solid #fccd96;border-right:10px solid #fccd96}.wrapper .main-content .container .hollow-box.orange .box .primary-btn{border-color:#f7941d;box-shadow:0 8px 0 #f7941d}.wrapper .main-content .container .hollow-box.orange .box .primary-btn:hover,.wrapper .main-content .container .hollow-box.orange .box header .headerbar .headerbar-nav .nav-item .primary-btn.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .hollow-box.orange .box .primary-btn.nav-link:focus:after,.wrapper .main-content .container .hollow-box.orange .box .primary-btn:focus{box-shadow:none}.wrapper .main-content .container .hollow-box.lime{border-top:10px solid #d7df23;border-left:10px solid #d7df23}.wrapper .main-content .container .hollow-box.lime .hexagon{color:#abb319}.wrapper .main-content .container .hollow-box.lime .hexagon[aria-expanded=false]{color:#abb319}.wrapper .main-content .container .hollow-box.lime .hexagon[aria-expanded=true]{color:#d7df23}.wrapper .main-content .container .hollow-box.lime .box{background-color:#d7df23}.wrapper .main-content .container .hollow-box.lime .box:before,.wrapper .main-content .container .hollow-box.lime .box:after,.wrapper .main-content .container .hollow-box.lime .educator-nav-links a.box:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hollow-box.lime a.box:not(.primary-btn):focus{border-bottom:10px solid #d7df23}.wrapper .main-content .container .hollow-box.lime .box:before{border-left:10px solid #d7df23}.wrapper .main-content .container .hollow-box.lime .box:after,.wrapper .main-content .container .hollow-box.lime .educator-nav-links a.box:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hollow-box.lime a.box:not(.primary-btn):focus{border-top:10px solid #d7df23;border-right:10px solid #d7df23}.wrapper .main-content .container .hollow-box.lime .box .primary-btn{border-color:#abb319;box-shadow:0 8px 0 #abb319}.wrapper .main-content .container .hollow-box.lime .box .primary-btn:hover,.wrapper .main-content .container .hollow-box.lime .box header .headerbar .headerbar-nav .nav-item .primary-btn.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .hollow-box.lime .box .primary-btn.nav-link:focus:after,.wrapper .main-content .container .hollow-box.lime .box .primary-btn:focus{box-shadow:none}.wrapper .main-content .container .hollow-box.green{border-top:10px solid #8dc63f;border-left:10px solid #8dc63f}.wrapper .main-content .container .hollow-box.green .hexagon{color:#618929}.wrapper .main-content .container .hollow-box.green .hexagon[aria-expanded=false]{color:#618929}.wrapper .main-content .container .hollow-box.green .hexagon[aria-expanded=true]{color:#8dc63f}.wrapper .main-content .container .hollow-box.green .box{background-color:#8dc63f}.wrapper .main-content .container .hollow-box.green .box:before,.wrapper .main-content .container .hollow-box.green .box:after,.wrapper .main-content .container .hollow-box.green .educator-nav-links a.box:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hollow-box.green a.box:not(.primary-btn):focus{border-bottom:10px solid #8dc63f}.wrapper .main-content .container .hollow-box.green .box:before{border-left:10px solid #8dc63f}.wrapper .main-content .container .hollow-box.green .box:after,.wrapper .main-content .container .hollow-box.green .educator-nav-links a.box:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hollow-box.green a.box:not(.primary-btn):focus{border-top:10px solid #8dc63f;border-right:10px solid #8dc63f}.wrapper .main-content .container .hollow-box.green .box .primary-btn{border-color:#618929;box-shadow:0 8px 0 #618929}.wrapper .main-content .container .hollow-box.green .box .primary-btn:hover,.wrapper .main-content .container .hollow-box.green .box header .headerbar .headerbar-nav .nav-item .primary-btn.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .hollow-box.green .box .primary-btn.nav-link:focus:after,.wrapper .main-content .container .hollow-box.green .box .primary-btn:focus{box-shadow:none}.wrapper .main-content .container .cutout-box{position:relative;border:10px solid #39b54a;background-color:transparent;margin:0 auto 2rem;width:70%}.wrapper .main-content .container .cutout-box .box{border:0;background-color:#d1e8b0;margin:1rem 0 1rem -3rem;padding:2rem 0 2rem 3rem}.wrapper .main-content .container .cutout-box .box:after,.wrapper .main-content .container .cutout-box header .headerbar .headerbar-nav .nav-item .box.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .cutout-box .box.nav-link:focus:after,.wrapper .main-content .container .cutout-box .educator-nav-links a.box:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .cutout-box a.box:not(.primary-btn):focus{content:"";width:50px;height:calc(100% - 2rem);display:block;position:absolute;top:1rem;right:-60px;background-color:#d1e8b0}.wrapper .main-content .container .cutout-box .box h3{color:#231516;margin-top:0}.wrapper .main-content .container .cutout-box.orange{border:10px solid #f15a29}.wrapper .main-content .container .cutout-box.orange .box,.wrapper .main-content .container .cutout-box.orange .box:after,.wrapper .main-content .container .cutout-box.orange .educator-nav-links a.box:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .cutout-box.orange a.box:not(.primary-btn):focus{background-color:#fccd96}.wrapper .main-content .container .sidebar-container{margin:2rem 0;display:grid;grid-template-columns:minmax(350px,30%) 1fr}.wrapper .main-content .container .sidebar-container .sidebar-left{position:relative;max-width:350px;transition:all .2s ease-in-out;margin-right:3rem}.wrapper .main-content .container .sidebar-container .sidebar-left .topic-nav{border:2px solid #f7941d;box-shadow:0 10px 0 #f7941d;padding:20px;border-radius:20px}.wrapper .main-content .container .sidebar-container .sidebar-left .topic-nav h3{color:#231516;margin:0;font-size:26px}.wrapper .main-content .container .sidebar-container .sidebar-left .topic-nav ul{margin:1rem}.wrapper .main-content .container .sidebar-container .sidebar-left .topic-nav ul li{line-height:normal;margin-bottom:1rem}.wrapper .main-content .container .sidebar-container .sidebar-left .topic-nav ul li a{color:#231516}.wrapper .main-content .container .sidebar-container .sidebar-right{background-color:transparent}.wrapper .main-content .container .sidebar-container .sidebar-right .search-box{max-width:800px;position:relative;display:block;transition:all .2s ease-in-out}.wrapper .main-content .container .sidebar-container .sidebar-right .search-box>input{padding-left:20px;border-radius:5px;height:47px;width:100%;font-style:italic;font-size:16px;color:#231516;border:2px solid #f7941d;box-shadow:0 10px 3px -6px rgba(0,0,0,.3);-moz-box-shadow:0 10px 3px -6px rgba(0,0,0,.3);-webkit-box-shadow:0 10px 3px -6px rgba(0,0,0,.3)}.wrapper .main-content .container .sidebar-container .sidebar-right .search-box>input:focus{border:2px solid #8dc63f;box-shadow:none}.wrapper .main-content .container .sidebar-container .sidebar-right .search-box>button{position:absolute;top:0;right:0;height:47px;border-top-right-radius:5px;border-bottom-right-radius:5px;border:2px solid #f7941d;background-color:#fde7ce;padding-left:20px;padding-right:20px}.wrapper .main-content .container .sidebar-container .sidebar-right .search-box>button:hover,.wrapper .main-content .container .sidebar-container .sidebar-right header .headerbar .headerbar-nav .nav-item .search-box>button.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .sidebar-container .sidebar-right .search-box>button.nav-link:focus:after,.wrapper .main-content .container .sidebar-container .sidebar-right .search-box>button:focus{border-color:#8dc63f;background-color:#d1e8b0}.wrapper .main-content .container .sidebar-container .sidebar-right .results{display:flex;margin:0}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search{margin-top:2rem;flex:1 1 calc(100%/2 - 1rem);flex:0 1 calc(100%/2 - 1rem);padding:1rem;max-width:350px;border-radius:5px;border-color:#fff;background-color:#fff8dc;text-align:center;box-shadow:0 0 10px rgba(247,148,29,.8);-moz-box-shadow:0 0 10px rgba(247,148,29,.8);-webkit-box-shadow:0 0 10px rgba(247,148,29,.8)}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search:nth-child(odd){margin-right:3rem}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .card-icon{margin:0 auto;width:120px;height:120px;background:url("/Frontend/Images/logo-sm.png?v=iNj9Ym47EJXADWT9_p9znb-OQw8") no-repeat;background-size:contain}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .card-icon.orange-check{background:url("/Frontend/Images/shapes/orange-check.png?v=QAYZF1JvaR-UvRq6Vh1Ti-Gmuzc") no-repeat;background-size:contain}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .card-icon.orange-stripe{background:url("/Frontend/Images/shapes/orange-stripe.png?v=QAYZF1JvaR-UvRq6Vh1Ti-Gmuzc") no-repeat;background-size:contain}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .card-icon.blue-circle{background:url("/Frontend/Images/shapes/blue-circle.png?v=QAYZF1JvaR-UvRq6Vh1Ti-Gmuzc") no-repeat;background-size:contain}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .card-icon.blue-stripe{background:url("/Frontend/Images/shapes/blue-stripe.png?v=x09VvHA4iTshFNkJF6OB_v5eQzI") no-repeat;background-size:contain}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .card-icon.black-square{background:url("/Frontend/Images/shapes/black-square.png?v=x09VvHA4iTshFNkJF6OB_v5eQzI") no-repeat;background-size:contain}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .card-icon.purple-dot{background:url("/Frontend/Images/shapes/purple-dot.png?v=QAYZF1JvaR-UvRq6Vh1Ti-Gmuzc") no-repeat;background-size:contain}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .card-icon.green-wave{background:url("/Frontend/Images/shapes/green-wave.png?v=x09VvHA4iTshFNkJF6OB_v5eQzI") no-repeat;background-size:contain}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .card-body{padding-top:0}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .card-body h4{color:#231516}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .card-body .card-text{margin-top:1rem;text-align:center}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .more-btn{text-decoration:none;color:#231516;font-weight:bold;border:2px solid #f7941d;background-color:#fff;box-shadow:0 6px 0 #f7941d;padding:.5rem 3rem;border-radius:30px;margin:1rem auto}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .more-btn:hover,.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search header .headerbar .headerbar-nav .nav-item .more-btn.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .more-btn.nav-link:focus:after,.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .more-btn:focus{box-shadow:none}@media only screen and (max-width:1199.98px){.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .more-btn{padding:.25em 1.5rem}}@media only screen and (max-width:991.98px){.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search{flex:1 1 100%;flex:0 1 100%;margin-right:0!important}}@media only screen and (max-width:767.98px){.wrapper .main-content .container .sidebar-container{display:block}.wrapper .main-content .container .sidebar-container .sidebar-left{max-width:100%;margin-right:0;margin-bottom:3rem}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search{max-width:100%}.wrapper .main-content .container .sidebar-container .sidebar-right .results .card.search .more-btn{padding:.25rem 2rem}}.wrapper .main-content .container .topics-dropdown{margin-bottom:0;box-shadow:0 10px 3px -6px rgba(247,148,29,.8);-moz-box-shadow:0 10px 3px -6px rgba(247,148,29,.8);-webkit-box-shadow:0 10px 3px -6px rgba(247,148,29,.8);border-radius:5px;background-color:#fdefdf;width:80%}.wrapper .main-content .container .topics-dropdown.bot{margin-left:auto;margin-right:auto;margin-top:3rem;margin-bottom:1rem}.wrapper .main-content .container .topics-dropdown>a{color:#231516;text-decoration:none;padding:.1rem 1rem;border:1px solid #f7941d;border-radius:5px;display:block;position:relative}.wrapper .main-content .container .topics-dropdown>a[aria-expanded=true] i,.wrapper .main-content .container .topics-dropdown>a i{position:absolute;top:.25rem;right:1rem;transform:scaleY(1);transition:transform .5s ease-in-out;-webkit-transition:transform .5s ease-in-out;-moz-transition:transform .5s ease-in-out}.wrapper .main-content .container .topics-dropdown>a[aria-expanded=true] i{transform:scaleY(-1)}.wrapper .main-content .container .topics-dropdown .topics{position:relative;list-style-type:none;margin-top:1rem;padding-bottom:1rem}.wrapper .main-content .container .topics-dropdown .topics li{margin-bottom:1rem}.wrapper .main-content .container blockquote{border-left:8px solid #39b54a;font-family:"Baloo 2",cursive;font-size:34px;color:#414042;font-weight:600;padding:.5rem 2rem;line-height:1.2em;position:relative;transition:.2s border ease-in-out;z-index:0;width:70%;margin:0 auto}.wrapper .main-content .container blockquote:before{content:"";position:absolute;top:50%;left:-8px;height:2em;background-color:#fff;width:8px;margin-top:-1em}.wrapper .main-content .container blockquote:after,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item blockquote.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container blockquote.nav-link:focus:after{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;top:50%;left:-.6em;color:#39b54a;line-height:1em;text-align:center;text-indent:-2px;width:1em;margin-top:-.5em;transition:.2s all ease-in-out,.4s transform ease-in-out}.wrapper .main-content .container blockquote .author{margin-top:1rem;font-size:20px}.wrapper .main-content .container blockquote .author:before{content:"~";font-family:"Baloo 2",cursive;font-weight:700;font-size:50px;color:#414042;margin-right:10px;position:relative;top:8px}@media only screen and (max-width:767.98px){.wrapper .main-content .container blockquote{width:100%;margin:2rem 0}}@media screen and (max-width:575.98px){.wrapper .main-content .container blockquote{margin-left:1rem}}.wrapper .main-content .container .img-border{margin:2rem 0 2rem 10px}.wrapper .main-content .container .img-border img{box-shadow:-10px 10px 0 #27aae1;max-width:450px;width:100%}.wrapper .main-content .container .img-border.orange img{box-shadow:-10px 10px 0 #f15a29}.wrapper .main-content .container .img-border.green img{box-shadow:-10px 10px 0 #39b54a}.wrapper .main-content .container .hexagon-img{width:300px;height:345px;position:relative;display:block;z-index:1;background-size:cover!important;border-right:10px solid #a7a9ac}.wrapper .main-content .container .hexagon-img:before,.wrapper .main-content .container .hexagon-img:after,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .hexagon-img.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .hexagon-img.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.hexagon-img:not(.primary-btn):focus{content:"";position:absolute;display:block;border-left:150px solid #fff;border-right:152px solid #fff;z-index:5}.wrapper .main-content .container .hexagon-img:before{bottom:75%;border-bottom:87px solid transparent}.wrapper .main-content .container .hexagon-img:after,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .hexagon-img.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .hexagon-img.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.hexagon-img:not(.primary-btn):focus{top:75%;width:0;border-top:87px solid transparent}.wrapper .main-content .container .hexagon-img .hexagon-shadow{position:absolute;width:175px;height:10px;display:block;top:292px;right:2px;background-color:transparent;box-shadow:10px 10px 0 #a7a9ac;transform:rotate(-30deg) skew(30deg)}.wrapper .main-content .container .hexagon-img .hexagon-border,.wrapper .main-content .container .hexagon-img .hexagon-border:before,.wrapper .main-content .container .hexagon-img .hexagon-border:after,.wrapper .main-content .container .hexagon-img header .headerbar .headerbar-nav .nav-item .hexagon-border.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .hexagon-img .hexagon-border.nav-link:focus:after,.wrapper .main-content .container .hexagon-img .educator-nav-links a.hexagon-border:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hexagon-img a.hexagon-border:not(.primary-btn):focus{width:300px;height:170px;background-color:transparent;position:absolute;top:86px;left:0;border-left:2px solid #a7a9ac;border-right:2px solid #a7a9ac}.wrapper .main-content .container .hexagon-img .hexagon-border:before,.wrapper .main-content .container .hexagon-img .hexagon-border:after,.wrapper .main-content .container .hexagon-img header .headerbar .headerbar-nav .nav-item .hexagon-border.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .hexagon-img .hexagon-border.nav-link:focus:after,.wrapper .main-content .container .hexagon-img .educator-nav-links a.hexagon-border:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hexagon-img a.hexagon-border:not(.primary-btn):focus{content:"";top:0;left:-2px;height:173px}.wrapper .main-content .container .hexagon-img .hexagon-border:before{transform:rotate(60deg)}.wrapper .main-content .container .hexagon-img .hexagon-border:after,.wrapper .main-content .container .hexagon-img header .headerbar .headerbar-nav .nav-item .hexagon-border.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .hexagon-img .hexagon-border.nav-link:focus:after,.wrapper .main-content .container .hexagon-img .educator-nav-links a.hexagon-border:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hexagon-img a.hexagon-border:not(.primary-btn):focus{transform:rotate(-60deg)}.wrapper .main-content .container .hexagon-img.blue{border-right:10px solid #27aae1}.wrapper .main-content .container .hexagon-img.blue .hexagon-border,.wrapper .main-content .container .hexagon-img.blue .hexagon-border:before,.wrapper .main-content .container .hexagon-img.blue .hexagon-border:after,.wrapper .main-content .container .hexagon-img.blue .educator-nav-links a.hexagon-border:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hexagon-img.blue a.hexagon-border:not(.primary-btn):focus{border-left:2px solid #27aae1;border-right:2px solid #27aae1}.wrapper .main-content .container .hexagon-img.blue .hexagon-shadow{box-shadow:10px 10px 0 #27aae1}.wrapper .main-content .container .hexagon-img.orange{border-right:10px solid #f7941d}.wrapper .main-content .container .hexagon-img.orange .hexagon-border,.wrapper .main-content .container .hexagon-img.orange .hexagon-border:before,.wrapper .main-content .container .hexagon-img.orange .hexagon-border:after,.wrapper .main-content .container .hexagon-img.orange .educator-nav-links a.hexagon-border:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hexagon-img.orange a.hexagon-border:not(.primary-btn):focus{border-left:2px solid #f7941d;border-right:2px solid #f7941d}.wrapper .main-content .container .hexagon-img.orange .hexagon-shadow{box-shadow:10px 10px 0 #f7941d}.wrapper .main-content .container .hexagon-img.green{border-right:10px solid #39b54a}.wrapper .main-content .container .hexagon-img.green .hexagon-border,.wrapper .main-content .container .hexagon-img.green .hexagon-border:before,.wrapper .main-content .container .hexagon-img.green .hexagon-border:after,.wrapper .main-content .container .hexagon-img.green .educator-nav-links a.hexagon-border:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hexagon-img.green a.hexagon-border:not(.primary-btn):focus{border-left:2px solid #39b54a;border-right:2px solid #39b54a}.wrapper .main-content .container .hexagon-img.green .hexagon-shadow{box-shadow:10px 10px 0 #39b54a}.wrapper .main-content .container .hexagon-img.lime{border-right:10px solid #d7df23}.wrapper .main-content .container .hexagon-img.lime .hexagon-border,.wrapper .main-content .container .hexagon-img.lime .hexagon-border:before,.wrapper .main-content .container .hexagon-img.lime .hexagon-border:after,.wrapper .main-content .container .hexagon-img.lime .educator-nav-links a.hexagon-border:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .hexagon-img.lime a.hexagon-border:not(.primary-btn):focus{border-left:2px solid #d7df23;border-right:2px solid #d7df23}.wrapper .main-content .container .hexagon-img.lime .hexagon-shadow{box-shadow:10px 10px 0 #d7df23}@media only screen and (max-width:767.98px){.wrapper .main-content .container .hexagon-img{transform:scale(.92)}}@media only screen and (max-width:400.98px){.wrapper .main-content .container .hexagon-img{transform:scale(.8)}.wrapper .main-content .container .hexagon-img:after,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .hexagon-img.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .hexagon-img.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.hexagon-img:not(.primary-btn):focus{top:calc(75% + 1px)}}.wrapper .main-content .container .image-and-text-cols h2{margin-top:0}.wrapper .main-content .container .image-and-text-cols .card-layout{border-left:10px solid #27aae1;padding-left:2rem;text-align:center}.wrapper .main-content .container .image-and-text-cols .card-layout h3{color:#231516;font-weight:500}.wrapper .main-content .container .image-and-text-cols .card-layout img{max-width:360px}.wrapper .main-content .container .image-and-text-cols .card-layout p:last-child,.wrapper .main-content .container .image-and-text-cols .card-layout footer .footer a:last-child,footer .footer .wrapper .main-content .container .image-and-text-cols .card-layout a:last-child{margin:2rem}.wrapper .main-content .container .image-and-text-cols .card-layout .primary-btn:hover,.wrapper .main-content .container .image-and-text-cols .card-layout header .headerbar .headerbar-nav .nav-item .primary-btn.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .image-and-text-cols .card-layout .primary-btn.nav-link:focus:after,.wrapper .main-content .container .image-and-text-cols .card-layout .primary-btn:focus{box-shadow:none!important}.wrapper .main-content .container .image-and-text-cols .hexagon-img{margin:2rem auto}.wrapper .main-content .container .image-and-text-cols.orange .card-layout{border-left:10px solid #f7941d}.wrapper .main-content .container .image-and-text-cols.orange .card-layout .primary-btn{border:2px solid #f7941d;box-shadow:0 8px 0 #f7941d}.wrapper .main-content .container .image-and-text-cols.lime .card-layout{border-left:10px solid #d7df23}.wrapper .main-content .container .image-and-text-cols.lime .card-layout .primary-btn{border:2px solid #d7df23;box-shadow:0 8px 0 #d7df23}.wrapper .main-content .container .image-and-text-cols.blue .card-layout{border-left:10px solid #27aae1}.wrapper .main-content .container .image-and-text-cols.blue .card-layout .primary-btn{border:2px solid #27aae1;box-shadow:0 8px 0 #27aae1}.wrapper .main-content .container .image-and-text-cols.green .card-layout{border-left:10px solid #39b54a}.wrapper .main-content .container .image-and-text-cols.green .card-layout .primary-btn{border:2px solid #39b54a;box-shadow:0 8px 0 #39b54a}@media only screen and (max-width:991.98px){.wrapper .main-content .container .image-and-text-cols .col-md-6{flex:0 0 100%;max-width:100%}.wrapper .main-content .container .image-and-text-cols .hexagon-img{margin-top:-6rem}}.wrapper .main-content .container .lines{margin:3rem auto 0;position:relative;border-width:5px;border-color:#2b3991 transparent;height:1px;border-style:double;width:50%;overflow:visible;opacity:1;box-sizing:content-box}.wrapper .main-content .container .lines:before,.wrapper .main-content .container .lines:after,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .lines.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .lines.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.lines:not(.primary-btn):focus{content:"";position:absolute;bottom:-3.536px;width:7.071px;height:7.071px;display:block;border-width:0 7.071px 7.071px 0;border-color:#2b3991;border-style:double;box-sizing:border-box}.wrapper .main-content .container .lines:before{transform:translateZ(0) rotate(-45deg);left:-21px}.wrapper .main-content .container .lines:after,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .lines.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .lines.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.lines:not(.primary-btn):focus{transform:translateZ(0) rotate(135deg);right:-21px}.wrapper .main-content .container .slideshow{padding-top:2rem;margin:0 auto;width:100%;transform-style:preserve-3d;display:flex;justify-content:center;flex-direction:column;align-items:center}.wrapper .main-content .container .slideshow>.indicators{margin:0;height:35px;display:flex;justify-content:space-between}.wrapper .main-content .container .slideshow>.indicators li{display:inline-flex;margin:0 .2rem}.wrapper .main-content .container .slideshow>.indicators li i{font-size:18px;color:#8dc63f}.wrapper .main-content .container .slideshow>input[type=radio]{position:relative;top:-2rem;display:none}.wrapper .main-content .container .slideshow .slides{position:relative;width:100%;min-height:400px;padding-top:1rem}.wrapper .main-content .container .slideshow .slides .slide{position:absolute;max-width:270px;max-height:270px;width:100%;height:100%;left:0;right:0;margin:auto;transition:transform .4s ease;cursor:pointer}.wrapper .main-content .container .slideshow .slides .slide img{width:100%;height:100%;border-radius:50%;border:2px solid #8dc63f;object-fit:cover}.wrapper .main-content .container .slideshow .slides .slide img:hover,.wrapper .main-content .container .slideshow .slides .slide header .headerbar .headerbar-nav .nav-item img.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .slideshow .slides .slide img.nav-link:focus:after{box-shadow:0 0 25px rgba(1,148,68,.8)}.wrapper .main-content .container .slideshow .slides .slide>p,.wrapper .main-content .container .slideshow .slides footer .footer .slide>a,.wrapper .main-content .container .slideshow .slides .slide>a{display:none}.wrapper .main-content .container .slideshow#slideshow-s1 #item-1-s1:checked~.slides .slide[for=item-4-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-2-s1:checked~.slides .slide[for=item-5-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-3-s1:checked~.slides .slide[for=item-1-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-4-s1:checked~.slides .slide[for=item-2-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-5-s1:checked~.slides .slide[for=item-3-s1]{transform:translatex(-170%) scale(.5);opacity:.8;z-index:0}.wrapper .main-content .container .slideshow#slideshow-s1 #item-1-s1:checked~.slides .slide[for=item-5-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-2-s1:checked~.slides .slide[for=item-1-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-3-s1:checked~.slides .slide[for=item-2-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-4-s1:checked~.slides .slide[for=item-3-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-5-s1:checked~.slides .slide[for=item-4-s1]{transform:translatex(-100%) scale(.5);opacity:.8;z-index:0}.wrapper .main-content .container .slideshow#slideshow-s1 #item-1-s1:checked~.slides .slide[for=item-3-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-2-s1:checked~.slides .slide[for=item-4-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-3-s1:checked~.slides .slide[for=item-5-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-4-s1:checked~.slides .slide[for=item-1-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-5-s1:checked~.slides .slide[for=item-2-s1]{transform:translatex(170%) scale(.5);opacity:.8;z-index:0}.wrapper .main-content .container .slideshow#slideshow-s1 #item-1-s1:checked~.slides .slide[for=item-2-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-2-s1:checked~.slides .slide[for=item-3-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-3-s1:checked~.slides .slide[for=item-4-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-4-s1:checked~.slides .slide[for=item-5-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-5-s1:checked~.slides .slide[for=item-1-s1]{transform:translatex(100%) scale(.5);opacity:.8;z-index:0}.wrapper .main-content .container .slideshow#slideshow-s1 #item-1-s1:checked~.indicators li[id=in-1-s1] i,.wrapper .main-content .container .slideshow#slideshow-s1 #item-2-s1:checked~.indicators li[id=in-2-s1] i,.wrapper .main-content .container .slideshow#slideshow-s1 #item-3-s1:checked~.indicators li[id=in-3-s1] i,.wrapper .main-content .container .slideshow#slideshow-s1 #item-4-s1:checked~.indicators li[id=in-4-s1] i,.wrapper .main-content .container .slideshow#slideshow-s1 #item-5-s1:checked~.indicators li[id=in-5-s1] i{color:#019444}.wrapper .main-content .container .slideshow#slideshow-s1 #item-1-s1:checked~.slides .slide[for=item-1-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-2-s1:checked~.slides .slide[for=item-2-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-3-s1:checked~.slides .slide[for=item-3-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-4-s1:checked~.slides .slide[for=item-4-s1],.wrapper .main-content .container .slideshow#slideshow-s1 #item-5-s1:checked~.slides .slide[for=item-5-s1]{transform:translatex(0) scale(1);opacity:1;z-index:1}.wrapper .main-content .container .slideshow#slideshow-s1 #item-1-s1:checked~.slides .slide[for=item-1-s1] img,.wrapper .main-content .container .slideshow#slideshow-s1 #item-2-s1:checked~.slides .slide[for=item-2-s1] img,.wrapper .main-content .container .slideshow#slideshow-s1 #item-3-s1:checked~.slides .slide[for=item-3-s1] img,.wrapper .main-content .container .slideshow#slideshow-s1 #item-4-s1:checked~.slides .slide[for=item-4-s1] img,.wrapper .main-content .container .slideshow#slideshow-s1 #item-5-s1:checked~.slides .slide[for=item-5-s1] img{box-shadow:0 0 7px rgba(0,0,0,.7)}.wrapper .main-content .container .slideshow#slideshow-s1 #item-1-s1:checked~.slides .slide[for=item-1-s1]>p,.wrapper .main-content .container .slideshow#slideshow-s1 #item-1-s1:checked~.slides footer .footer .slide[for=item-1-s1]>a,.wrapper .main-content .container .slideshow#slideshow-s1 #item-1-s1:checked~.slides .slide[for=item-1-s1]>a,.wrapper .main-content .container .slideshow#slideshow-s1 #item-2-s1:checked~.slides .slide[for=item-2-s1]>p,.wrapper .main-content .container .slideshow#slideshow-s1 #item-2-s1:checked~.slides footer .footer .slide[for=item-2-s1]>a,.wrapper .main-content .container .slideshow#slideshow-s1 #item-2-s1:checked~.slides .slide[for=item-2-s1]>a,.wrapper .main-content .container .slideshow#slideshow-s1 #item-3-s1:checked~.slides .slide[for=item-3-s1]>p,.wrapper .main-content .container .slideshow#slideshow-s1 #item-3-s1:checked~.slides footer .footer .slide[for=item-3-s1]>a,.wrapper .main-content .container .slideshow#slideshow-s1 #item-3-s1:checked~.slides .slide[for=item-3-s1]>a,.wrapper .main-content .container .slideshow#slideshow-s1 #item-4-s1:checked~.slides .slide[for=item-4-s1]>p,.wrapper .main-content .container .slideshow#slideshow-s1 #item-4-s1:checked~.slides footer .footer .slide[for=item-4-s1]>a,.wrapper .main-content .container .slideshow#slideshow-s1 #item-4-s1:checked~.slides .slide[for=item-4-s1]>a,.wrapper .main-content .container .slideshow#slideshow-s1 #item-5-s1:checked~.slides .slide[for=item-5-s1]>p,.wrapper .main-content .container .slideshow#slideshow-s1 #item-5-s1:checked~.slides footer .footer .slide[for=item-5-s1]>a,.wrapper .main-content .container .slideshow#slideshow-s1 #item-5-s1:checked~.slides .slide[for=item-5-s1]>a{text-align:center;font-family:"Baloo 2";font-weight:700;font-size:26px;display:block;margin-top:2rem}.wrapper .main-content .container .slideshow#slideshow-s1 #item-1-s1:checked~.slides .slide[for=item-1-s1]:before,.wrapper .main-content .container .slideshow#slideshow-s1 #item-2-s1:checked~.slides .slide[for=item-2-s1]:before,.wrapper .main-content .container .slideshow#slideshow-s1 #item-3-s1:checked~.slides .slide[for=item-3-s1]:before,.wrapper .main-content .container .slideshow#slideshow-s1 #item-4-s1:checked~.slides .slide[for=item-4-s1]:before,.wrapper .main-content .container .slideshow#slideshow-s1 #item-5-s1:checked~.slides .slide[for=item-5-s1]:before{content:"";top:205px;left:50%;transform:translate(-50%,-50%);height:165px;width:300px;border-radius:0 0 150px 150px;background-color:#39b54a;position:absolute;z-index:-1}.wrapper .main-content .container .slideshow#slideshow-s2 #item-1-s2:checked~.slides .slide[for=item-4-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-2-s2:checked~.slides .slide[for=item-5-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-3-s2:checked~.slides .slide[for=item-1-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-4-s2:checked~.slides .slide[for=item-2-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-5-s2:checked~.slides .slide[for=item-3-s2]{transform:translatex(-170%) scale(.5);opacity:.8;z-index:0}.wrapper .main-content .container .slideshow#slideshow-s2 #item-1-s2:checked~.slides .slide[for=item-5-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-2-s2:checked~.slides .slide[for=item-1-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-3-s2:checked~.slides .slide[for=item-2-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-4-s2:checked~.slides .slide[for=item-3-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-5-s2:checked~.slides .slide[for=item-4-s2]{transform:translatex(-100%) scale(.5);opacity:.8;z-index:0}.wrapper .main-content .container .slideshow#slideshow-s2 #item-1-s2:checked~.slides .slide[for=item-3-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-2-s2:checked~.slides .slide[for=item-4-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-3-s2:checked~.slides .slide[for=item-5-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-4-s2:checked~.slides .slide[for=item-1-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-5-s2:checked~.slides .slide[for=item-2-s2]{transform:translatex(170%) scale(.5);opacity:.8;z-index:0}.wrapper .main-content .container .slideshow#slideshow-s2 #item-1-s2:checked~.slides .slide[for=item-2-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-2-s2:checked~.slides .slide[for=item-3-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-3-s2:checked~.slides .slide[for=item-4-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-4-s2:checked~.slides .slide[for=item-5-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-5-s2:checked~.slides .slide[for=item-1-s2]{transform:translatex(100%) scale(.5);opacity:.8;z-index:0}.wrapper .main-content .container .slideshow#slideshow-s2 #item-1-s2:checked~.indicators li[id=in-1-s2] i,.wrapper .main-content .container .slideshow#slideshow-s2 #item-2-s2:checked~.indicators li[id=in-2-s2] i,.wrapper .main-content .container .slideshow#slideshow-s2 #item-3-s2:checked~.indicators li[id=in-3-s2] i,.wrapper .main-content .container .slideshow#slideshow-s2 #item-4-s2:checked~.indicators li[id=in-4-s2] i,.wrapper .main-content .container .slideshow#slideshow-s2 #item-5-s2:checked~.indicators li[id=in-5-s2] i{color:#019444}.wrapper .main-content .container .slideshow#slideshow-s2 #item-1-s2:checked~.slides .slide[for=item-1-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-2-s2:checked~.slides .slide[for=item-2-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-3-s2:checked~.slides .slide[for=item-3-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-4-s2:checked~.slides .slide[for=item-4-s2],.wrapper .main-content .container .slideshow#slideshow-s2 #item-5-s2:checked~.slides .slide[for=item-5-s2]{transform:translatex(0) scale(1);opacity:1;z-index:1}.wrapper .main-content .container .slideshow#slideshow-s2 #item-1-s2:checked~.slides .slide[for=item-1-s2] img,.wrapper .main-content .container .slideshow#slideshow-s2 #item-2-s2:checked~.slides .slide[for=item-2-s2] img,.wrapper .main-content .container .slideshow#slideshow-s2 #item-3-s2:checked~.slides .slide[for=item-3-s2] img,.wrapper .main-content .container .slideshow#slideshow-s2 #item-4-s2:checked~.slides .slide[for=item-4-s2] img,.wrapper .main-content .container .slideshow#slideshow-s2 #item-5-s2:checked~.slides .slide[for=item-5-s2] img{box-shadow:0 0 7px rgba(0,0,0,.7)}.wrapper .main-content .container .slideshow#slideshow-s2 #item-1-s2:checked~.slides .slide[for=item-1-s2]>p,.wrapper .main-content .container .slideshow#slideshow-s2 #item-1-s2:checked~.slides footer .footer .slide[for=item-1-s2]>a,.wrapper .main-content .container .slideshow#slideshow-s2 #item-1-s2:checked~.slides .slide[for=item-1-s2]>a,.wrapper .main-content .container .slideshow#slideshow-s2 #item-2-s2:checked~.slides .slide[for=item-2-s2]>p,.wrapper .main-content .container .slideshow#slideshow-s2 #item-2-s2:checked~.slides footer .footer .slide[for=item-2-s2]>a,.wrapper .main-content .container .slideshow#slideshow-s2 #item-2-s2:checked~.slides .slide[for=item-2-s2]>a,.wrapper .main-content .container .slideshow#slideshow-s2 #item-3-s2:checked~.slides .slide[for=item-3-s2]>p,.wrapper .main-content .container .slideshow#slideshow-s2 #item-3-s2:checked~.slides footer .footer .slide[for=item-3-s2]>a,.wrapper .main-content .container .slideshow#slideshow-s2 #item-3-s2:checked~.slides .slide[for=item-3-s2]>a,.wrapper .main-content .container .slideshow#slideshow-s2 #item-4-s2:checked~.slides .slide[for=item-4-s2]>p,.wrapper .main-content .container .slideshow#slideshow-s2 #item-4-s2:checked~.slides footer .footer .slide[for=item-4-s2]>a,.wrapper .main-content .container .slideshow#slideshow-s2 #item-4-s2:checked~.slides .slide[for=item-4-s2]>a,.wrapper .main-content .container .slideshow#slideshow-s2 #item-5-s2:checked~.slides .slide[for=item-5-s2]>p,.wrapper .main-content .container .slideshow#slideshow-s2 #item-5-s2:checked~.slides footer .footer .slide[for=item-5-s2]>a,.wrapper .main-content .container .slideshow#slideshow-s2 #item-5-s2:checked~.slides .slide[for=item-5-s2]>a{text-align:center;font-family:"Baloo 2";font-weight:700;font-size:26px;display:block;margin-top:2rem}.wrapper .main-content .container .slideshow#slideshow-s2 #item-1-s2:checked~.slides .slide[for=item-1-s2]:before,.wrapper .main-content .container .slideshow#slideshow-s2 #item-2-s2:checked~.slides .slide[for=item-2-s2]:before,.wrapper .main-content .container .slideshow#slideshow-s2 #item-3-s2:checked~.slides .slide[for=item-3-s2]:before,.wrapper .main-content .container .slideshow#slideshow-s2 #item-4-s2:checked~.slides .slide[for=item-4-s2]:before,.wrapper .main-content .container .slideshow#slideshow-s2 #item-5-s2:checked~.slides .slide[for=item-5-s2]:before{content:"";top:205px;left:50%;transform:translate(-50%,-50%);height:165px;width:300px;border-radius:0 0 150px 150px;background-color:#39b54a;position:absolute;z-index:-1}.wrapper .main-content .container .slideshow#slideshow-s3 #item-1-s3:checked~.slides .slide[for=item-4-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-2-s3:checked~.slides .slide[for=item-5-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-3-s3:checked~.slides .slide[for=item-1-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-4-s3:checked~.slides .slide[for=item-2-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-5-s3:checked~.slides .slide[for=item-3-s3]{transform:translatex(-170%) scale(.5);opacity:.8;z-index:0}.wrapper .main-content .container .slideshow#slideshow-s3 #item-1-s3:checked~.slides .slide[for=item-5-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-2-s3:checked~.slides .slide[for=item-1-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-3-s3:checked~.slides .slide[for=item-2-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-4-s3:checked~.slides .slide[for=item-3-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-5-s3:checked~.slides .slide[for=item-4-s3]{transform:translatex(-100%) scale(.5);opacity:.8;z-index:0}.wrapper .main-content .container .slideshow#slideshow-s3 #item-1-s3:checked~.slides .slide[for=item-3-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-2-s3:checked~.slides .slide[for=item-4-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-3-s3:checked~.slides .slide[for=item-5-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-4-s3:checked~.slides .slide[for=item-1-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-5-s3:checked~.slides .slide[for=item-2-s3]{transform:translatex(170%) scale(.5);opacity:.8;z-index:0}.wrapper .main-content .container .slideshow#slideshow-s3 #item-1-s3:checked~.slides .slide[for=item-2-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-2-s3:checked~.slides .slide[for=item-3-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-3-s3:checked~.slides .slide[for=item-4-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-4-s3:checked~.slides .slide[for=item-5-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-5-s3:checked~.slides .slide[for=item-1-s3]{transform:translatex(100%) scale(.5);opacity:.8;z-index:0}.wrapper .main-content .container .slideshow#slideshow-s3 #item-1-s3:checked~.indicators li[id=in-1-s3] i,.wrapper .main-content .container .slideshow#slideshow-s3 #item-2-s3:checked~.indicators li[id=in-2-s3] i,.wrapper .main-content .container .slideshow#slideshow-s3 #item-3-s3:checked~.indicators li[id=in-3-s3] i,.wrapper .main-content .container .slideshow#slideshow-s3 #item-4-s3:checked~.indicators li[id=in-4-s3] i,.wrapper .main-content .container .slideshow#slideshow-s3 #item-5-s3:checked~.indicators li[id=in-5-s3] i{color:#019444}.wrapper .main-content .container .slideshow#slideshow-s3 #item-1-s3:checked~.slides .slide[for=item-1-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-2-s3:checked~.slides .slide[for=item-2-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-3-s3:checked~.slides .slide[for=item-3-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-4-s3:checked~.slides .slide[for=item-4-s3],.wrapper .main-content .container .slideshow#slideshow-s3 #item-5-s3:checked~.slides .slide[for=item-5-s3]{transform:translatex(0) scale(1);opacity:1;z-index:1}.wrapper .main-content .container .slideshow#slideshow-s3 #item-1-s3:checked~.slides .slide[for=item-1-s3] img,.wrapper .main-content .container .slideshow#slideshow-s3 #item-2-s3:checked~.slides .slide[for=item-2-s3] img,.wrapper .main-content .container .slideshow#slideshow-s3 #item-3-s3:checked~.slides .slide[for=item-3-s3] img,.wrapper .main-content .container .slideshow#slideshow-s3 #item-4-s3:checked~.slides .slide[for=item-4-s3] img,.wrapper .main-content .container .slideshow#slideshow-s3 #item-5-s3:checked~.slides .slide[for=item-5-s3] img{box-shadow:0 0 7px rgba(0,0,0,.7)}.wrapper .main-content .container .slideshow#slideshow-s3 #item-1-s3:checked~.slides .slide[for=item-1-s3]>p,.wrapper .main-content .container .slideshow#slideshow-s3 #item-1-s3:checked~.slides footer .footer .slide[for=item-1-s3]>a,.wrapper .main-content .container .slideshow#slideshow-s3 #item-1-s3:checked~.slides .slide[for=item-1-s3]>a,.wrapper .main-content .container .slideshow#slideshow-s3 #item-2-s3:checked~.slides .slide[for=item-2-s3]>p,.wrapper .main-content .container .slideshow#slideshow-s3 #item-2-s3:checked~.slides footer .footer .slide[for=item-2-s3]>a,.wrapper .main-content .container .slideshow#slideshow-s3 #item-2-s3:checked~.slides .slide[for=item-2-s3]>a,.wrapper .main-content .container .slideshow#slideshow-s3 #item-3-s3:checked~.slides .slide[for=item-3-s3]>p,.wrapper .main-content .container .slideshow#slideshow-s3 #item-3-s3:checked~.slides footer .footer .slide[for=item-3-s3]>a,.wrapper .main-content .container .slideshow#slideshow-s3 #item-3-s3:checked~.slides .slide[for=item-3-s3]>a,.wrapper .main-content .container .slideshow#slideshow-s3 #item-4-s3:checked~.slides .slide[for=item-4-s3]>p,.wrapper .main-content .container .slideshow#slideshow-s3 #item-4-s3:checked~.slides footer .footer .slide[for=item-4-s3]>a,.wrapper .main-content .container .slideshow#slideshow-s3 #item-4-s3:checked~.slides .slide[for=item-4-s3]>a,.wrapper .main-content .container .slideshow#slideshow-s3 #item-5-s3:checked~.slides .slide[for=item-5-s3]>p,.wrapper .main-content .container .slideshow#slideshow-s3 #item-5-s3:checked~.slides footer .footer .slide[for=item-5-s3]>a,.wrapper .main-content .container .slideshow#slideshow-s3 #item-5-s3:checked~.slides .slide[for=item-5-s3]>a{text-align:center;font-family:"Baloo 2";font-weight:700;font-size:26px;display:block;margin-top:2rem}.wrapper .main-content .container .slideshow#slideshow-s3 #item-1-s3:checked~.slides .slide[for=item-1-s3]:before,.wrapper .main-content .container .slideshow#slideshow-s3 #item-2-s3:checked~.slides .slide[for=item-2-s3]:before,.wrapper .main-content .container .slideshow#slideshow-s3 #item-3-s3:checked~.slides .slide[for=item-3-s3]:before,.wrapper .main-content .container .slideshow#slideshow-s3 #item-4-s3:checked~.slides .slide[for=item-4-s3]:before,.wrapper .main-content .container .slideshow#slideshow-s3 #item-5-s3:checked~.slides .slide[for=item-5-s3]:before{content:"";top:205px;left:50%;transform:translate(-50%,-50%);height:165px;width:300px;border-radius:0 0 150px 150px;background-color:#39b54a;position:absolute;z-index:-1}@media only screen and (max-width:991.98px){.wrapper .main-content .container .slideshow{margin-bottom:-2rem}.wrapper .main-content .container .slideshow .slides{transform:scale(.6);width:200%;margin:-4rem 0}}@media only screen and (max-width:767.98px){.wrapper .main-content .container .slideshow{overflow-x:hidden}}.wrapper .main-content .container .concertina{position:relative;width:90%;padding:0;margin:1rem 2rem 2rem;z-index:0;border-radius:0}.wrapper .main-content .container .concertina:last-child{margin-bottom:3rem}.wrapper .main-content .container .concertina div{border:2px solid #019444;padding:1rem 2rem;margin-top:1rem}.wrapper .main-content .container .concertina div.title{position:relative;z-index:5;background-color:#bfe5fe;font-size:22px;box-shadow:#27aae1 0 0 0 2px inset,#fff 4px -4px 0 -2px,#39b54a 4px -4px,#fff 8px -8px 0 -2px,#27aae1 8px -8px;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;border-radius:0;font-weight:600;border:1px solid #27aae1}.wrapper .main-content .container .concertina>a{position:absolute;z-index:10;top:-8px;left:-2rem;padding:0 1rem .75rem;border-radius:10px;border:2px solid #27aae1;background-color:#bfe5fe}.wrapper .main-content .container .concertina>a[aria-expanded=false]{background-color:#bfe5fe;border-color:#27aae1}.wrapper .main-content .container .concertina>a[aria-expanded=true],.wrapper .main-content .container .concertina>a:hover,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .concertina>a.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .concertina>a.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links .concertina>a:not(.primary-btn):focus,.wrapper .main-content .container .concertina>a:focus:not([aria-expanded=false]){background-color:#39b54a;border-color:#019444}.wrapper .main-content .container .concertina>a[aria-expanded=true]+.title{top:1rem;border:2px solid #019444;border-bottom:0;box-shadow:none}.wrapper .main-content .container .download{margin:1rem 0 7rem;width:100%;height:300px;background-size:cover!important;cursor:pointer;position:relative;box-shadow:0 10px #231516}.wrapper .main-content .container .download a{font-weight:600;font-size:22px;position:absolute;right:35%;top:247px;padding:.5rem 1.5rem .75rem 1rem;text-decoration:none;color:#231516;background-color:#27aae1;border-radius:5px}.wrapper .main-content .container .download a i{font-size:40px;position:absolute;margin-left:.5rem;z-index:2}.wrapper .main-content .container .download a i:before{border:4px solid #fff;border-radius:50%;background-color:#231516;color:#27aae1}.wrapper .main-content .container .download a.hover,.wrapper .main-content .container .download a:hover,.wrapper .main-content .container .download header .headerbar .headerbar-nav .nav-item a.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .download a.nav-link:focus:after,.wrapper .main-content .container .download .educator-nav-links a:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .download a:not(.primary-btn):focus,.wrapper .main-content .container .download a:focus{background-color:#d0e7b1!important;box-shadow:none!important}.wrapper .main-content .container .download a.hover i:before,.wrapper .main-content .container .download a:hover i:before,.wrapper .main-content .container .download header .headerbar .headerbar-nav .nav-item a.nav-link:focus:after i:before,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .download a.nav-link:focus:after i:before,.wrapper .main-content .container .download .educator-nav-links a:not(.primary-btn):focus i:before,.wrapper .main-content .container .educator-nav-links .download a:not(.primary-btn):focus i:before,.wrapper .main-content .container .download a:focus i:before{color:#d0e7b1!important}.wrapper .main-content .container .download.circle{width:300px;border-radius:50%;box-shadow:0 10px #231516;border:1px solid #a7a9ac}.wrapper .main-content .container .download.circle a{top:225px;right:27%}.wrapper .main-content .container .download.circle a i{margin-left:-4.5rem;bottom:-1.8rem}.wrapper .main-content .container .download.circle.orange{box-shadow:0 10px #f7941d;border:1px solid #f7941d}.wrapper .main-content .container .download.circle.orange a{background-color:#f7941d}.wrapper .main-content .container .download.circle.orange a i:before{color:#f7941d}.wrapper .main-content .container .download.circle.orange a.hover i:before{background-color:#231516;color:#d0e7b1}.wrapper .main-content .container .download.circle.blue{box-shadow:0 10px #27aae1;border:1px solid #27aae1}.wrapper .main-content .container .download.circle.blue a{background-color:#27aae1}.wrapper .main-content .container .download.circle.blue a i:before{color:#27aae1}.wrapper .main-content .container .download.circle.blue a.hover i:before{background-color:#231516;color:#d0e7b1}.wrapper .main-content .container .download.circle.green{box-shadow:0 10px #39b54a;border:1px solid #39b54a}.wrapper .main-content .container .download.circle.green a{background-color:#39b54a}.wrapper .main-content .container .download.circle.green a i:before{color:#39b54a}.wrapper .main-content .container .download.circle.green a.hover i:before{background-color:#231516;color:#d0e7b1}.wrapper .main-content .container .download.circle.lime{box-shadow:0 10px #d7df23;border:1px solid #d7df23}.wrapper .main-content .container .download.circle.lime a{background-color:#d7df23}.wrapper .main-content .container .download.circle.lime a i:before{color:#d7df23}.wrapper .main-content .container .download.circle.lime a.hover i:before{background-color:#231516;color:#d0e7b1}.wrapper .main-content .container .download.circle .title{margin-top:calc(100% + 2rem);position:relative}@media only screen and (max-width:1199.98px){.wrapper .main-content .container .download.circle{transform:scale(.95);margin-left:-1rem}}@media only screen and (max-width:767.98px){.wrapper .main-content .container .download.circle{margin-left:auto}}.wrapper .main-content .container .download.rect{max-width:250px;box-shadow:-5px -5px 0 #231516;border-radius:5px}.wrapper .main-content .container .download.rect a{right:10%;background-color:#bfe5fe;box-shadow:-5px -5px 0 #000}.wrapper .main-content .container .download.rect a i{font-size:24px;top:1rem}.wrapper .main-content .container .download.rect a i:before{border:0;border-radius:5px;padding:.25rem .5rem;background-color:#fff;color:#231516}.wrapper .main-content .container .download.rect a.hover i:before{background-color:#231516!important;color:#d0e7b1!important}.wrapper .main-content .container .download.rect .title{margin-top:calc(100% + 4rem);position:relative}.wrapper .main-content .container .download.rect:hover,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .download.rect.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .download.rect.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.download.rect:not(.primary-btn):focus{box-shadow:-5px -5px 0 #d0e7b1!important;border:1px solid #d0e7b1!important}.wrapper .main-content .container .download.rect.orange{box-shadow:-5px -5px 0 #f7941d;border:1px solid #f7941d}.wrapper .main-content .container .download.rect.orange a{box-shadow:-5px -5px 0 #f7941d;background-color:#fde7ce}.wrapper .main-content .container .download.rect.orange a i:before{background-color:#f7941d}.wrapper .main-content .container .download.rect.green{box-shadow:-5px -5px 0 #39b54a;border:1px solid #39b54a}.wrapper .main-content .container .download.rect.green a{box-shadow:-5px -5px 0 #39b54a;background-color:#9ee0a7}.wrapper .main-content .container .download.rect.green a i:before{background-color:#39b54a}.wrapper .main-content .container .download.rect.lime{box-shadow:-5px -5px 0 #d7df23;border:1px solid #d7df23}.wrapper .main-content .container .download.rect.lime a{box-shadow:-5px -5px 0 #d7df23;background-color:#eef2a6}.wrapper .main-content .container .download.rect.lime a i:before{background-color:#d7df23}.wrapper .main-content .container .download.rect.blue{box-shadow:-5px -5px 0 #27aae1;border:1px solid #27aae1}.wrapper .main-content .container .download.rect.blue a{box-shadow:-5px -5px 0 #27aae1}.wrapper .main-content .container .download.rect.blue a i:before{background-color:#27aae1}.wrapper .main-content .container .download:hover,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .download.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .download.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.download:not(.primary-btn):focus,.wrapper .main-content .container .download:focus{box-shadow:0 10px #d0e7b1!important;border:1px solid #d0e7b1!important}@media only screen and (max-width:991.98px){.wrapper .main-content .container .download{width:250px}}@media only screen and (max-width:767.98px){.wrapper .main-content .container .download{margin:1rem auto 7rem}}.wrapper .main-content .container .fan{position:relative;margin:1rem;border-radius:5px;z-index:0}.wrapper .main-content .container .fan:before,.wrapper .main-content .container .fan:after,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .fan.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .fan.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.fan:not(.primary-btn):focus{content:"";display:block;width:100%;max-width:250px;height:300px;border-radius:10px;position:absolute;top:0;left:2rem;z-index:-1}.wrapper .main-content .container .fan:before{background-color:#fde7ce;transform:rotate(35deg)}.wrapper .main-content .container .fan:after,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .fan.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .fan.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.fan:not(.primary-btn):focus{background-color:#bfe5fe;transform:rotate(20deg)}.wrapper .main-content .container .fan .main{position:relative;width:100%;max-width:250px;height:300px;border-radius:10px;border:1px solid #a7a9ac;background-size:cover!important;margin:2rem auto}.wrapper .main-content .container .fan .main:before,.wrapper .main-content .container .fan .main:after,.wrapper .main-content .container .fan header .headerbar .headerbar-nav .nav-item .main.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .fan .main.nav-link:focus:after,.wrapper .main-content .container .fan .educator-nav-links a.main:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .fan a.main:not(.primary-btn):focus{content:"";display:block;width:100%;max-width:250px;height:300px;border-radius:10px;position:absolute;top:0;left:0;z-index:-1}.wrapper .main-content .container .fan .main:before{background-color:#d7df23;transform:rotate(-10deg)}.wrapper .main-content .container .fan .main:after,.wrapper .main-content .container .fan header .headerbar .headerbar-nav .nav-item .main.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .fan .main.nav-link:focus:after,.wrapper .main-content .container .fan .educator-nav-links a.main:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .fan a.main:not(.primary-btn):focus{background-color:#d0e7b1;transform:rotate(8deg)}.wrapper .main-content .container .fan p,.wrapper .main-content .container .fan footer .footer a,footer .footer .wrapper .main-content .container .fan a{margin:3rem 0}@media only screen and (max-width:991.98px){.wrapper .main-content .container .fan:before,.wrapper .main-content .container .fan:after,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .fan.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .fan.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.fan:not(.primary-btn):focus{left:1rem}}@media only screen and (max-width:767.98px){.wrapper .main-content .container .fan{margin:1rem auto}.wrapper .main-content .container .fan:before,.wrapper .main-content .container .fan:after,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .fan.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .fan.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.fan:not(.primary-btn):focus{left:7rem}}@media only screen and (max-width:480.98px){.wrapper .main-content .container .fan:before,.wrapper .main-content .container .fan:after,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .fan.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .fan.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.fan:not(.primary-btn):focus{left:5rem}}@media only screen and (max-width:400.98px){.wrapper .main-content .container .fan:before,.wrapper .main-content .container .fan:after,.wrapper .main-content .container header .headerbar .headerbar-nav .nav-item .fan.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .fan.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.fan:not(.primary-btn):focus{left:2rem}}.wrapper .main-content .container .gallery{padding-top:550px;text-align:center;margin:0 auto 7rem;width:100%;max-width:650px;max-height:640px;height:100%;transform-style:preserve-3d;display:block;position:relative;background-color:#d0e7b1;border-color:#fff;box-shadow:0 -10px 15px -5px rgba(0,0,0,.5);-moz-box-shadow:0 -10px 15px -5px rgba(0,0,0,.5);-webkit-box-shadow:0 -10px 15px -5px rgba(0,0,0,.5)}.wrapper .main-content .container .gallery .photo-nav{height:120px;width:100px;background-size:cover!important;position:relative;display:inline-block;margin:0 .4rem;cursor:pointer}.wrapper .main-content .container .gallery .photo-nav:last-child{margin-right:0}.wrapper .main-content .container .gallery .photo-nav:before,.wrapper .main-content .container .gallery .photo-nav:after,.wrapper .main-content .container .gallery header .headerbar .headerbar-nav .nav-item .photo-nav.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .gallery .photo-nav.nav-link:focus:after,.wrapper .main-content .container .gallery .educator-nav-links a.photo-nav:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .gallery a.photo-nav:not(.primary-btn):focus{content:"";width:100px;height:30px;position:absolute;border-left:50px solid #d0e7b1;border-right:50px solid #d0e7b1;left:0}.wrapper .main-content .container .gallery .photo-nav:before{bottom:75%;border-bottom:30px solid transparent}.wrapper .main-content .container .gallery .photo-nav:after,.wrapper .main-content .container .gallery header .headerbar .headerbar-nav .nav-item .photo-nav.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .gallery .photo-nav.nav-link:focus:after,.wrapper .main-content .container .gallery .educator-nav-links a.photo-nav:not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .gallery a.photo-nav:not(.primary-btn):focus{top:75%;width:0;border-top:30px solid transparent;border-left:51px solid #fff;border-right:51px solid #fff}.wrapper .main-content .container .gallery .photo-nav .active{font-size:165px;position:absolute;top:-70px;left:-15px;color:#019444;transition:.2s ease}.wrapper .main-content .container .gallery .photo-nav[aria-expanded=false] .active{display:none}.wrapper .main-content .container .gallery .photo-nav[aria-expanded=false]:hover .active,.wrapper .main-content .container .gallery header .headerbar .headerbar-nav .nav-item .photo-nav[aria-expanded=false].nav-link:focus:after .active,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .gallery .photo-nav[aria-expanded=false].nav-link:focus:after .active,.wrapper .main-content .container .gallery .photo-nav[aria-expanded=false]:focus .active{display:block!important}.wrapper .main-content .container .gallery .photo-nav[aria-expanded=true]{pointer-events:none}.wrapper .main-content .container .gallery .photo-nav[aria-expanded=true] .active{display:block}.wrapper .main-content .container .gallery .photo-nav:nth-child(1)[aria-expanded=true]~.indicators li:nth-child(1) i:after,.wrapper .main-content .container .gallery .photo-nav:nth-child(1):focus~.indicators li:nth-child(1) i:after{background-color:#019444}.wrapper .main-content .container .gallery .photo-nav:nth-child(1)[aria-expanded=true]~.stage-items li:nth-child(1),.wrapper .main-content .container .gallery .photo-nav:nth-child(1):focus~.stage-items li:nth-child(1){display:block}.wrapper .main-content .container .gallery .photo-nav:nth-child(1)[aria-expanded=true]~.caption div:nth-child(1),.wrapper .main-content .container .gallery .photo-nav:nth-child(1):focus~.caption div:nth-child(1){display:block}.wrapper .main-content .container .gallery .photo-nav:nth-child(2)[aria-expanded=true]~.indicators li:nth-child(2) i:after,.wrapper .main-content .container .gallery .photo-nav:nth-child(2):focus~.indicators li:nth-child(2) i:after{background-color:#019444}.wrapper .main-content .container .gallery .photo-nav:nth-child(2)[aria-expanded=true]~.stage-items li:nth-child(2),.wrapper .main-content .container .gallery .photo-nav:nth-child(2):focus~.stage-items li:nth-child(2){display:block}.wrapper .main-content .container .gallery .photo-nav:nth-child(2)[aria-expanded=true]~.caption div:nth-child(2),.wrapper .main-content .container .gallery .photo-nav:nth-child(2):focus~.caption div:nth-child(2){display:block}.wrapper .main-content .container .gallery .photo-nav:nth-child(3)[aria-expanded=true]~.indicators li:nth-child(3) i:after,.wrapper .main-content .container .gallery .photo-nav:nth-child(3):focus~.indicators li:nth-child(3) i:after{background-color:#019444}.wrapper .main-content .container .gallery .photo-nav:nth-child(3)[aria-expanded=true]~.stage-items li:nth-child(3),.wrapper .main-content .container .gallery .photo-nav:nth-child(3):focus~.stage-items li:nth-child(3){display:block}.wrapper .main-content .container .gallery .photo-nav:nth-child(3)[aria-expanded=true]~.caption div:nth-child(3),.wrapper .main-content .container .gallery .photo-nav:nth-child(3):focus~.caption div:nth-child(3){display:block}.wrapper .main-content .container .gallery .photo-nav:nth-child(4)[aria-expanded=true]~.indicators li:nth-child(4) i:after,.wrapper .main-content .container .gallery .photo-nav:nth-child(4):focus~.indicators li:nth-child(4) i:after{background-color:#019444}.wrapper .main-content .container .gallery .photo-nav:nth-child(4)[aria-expanded=true]~.stage-items li:nth-child(4),.wrapper .main-content .container .gallery .photo-nav:nth-child(4):focus~.stage-items li:nth-child(4){display:block}.wrapper .main-content .container .gallery .photo-nav:nth-child(4)[aria-expanded=true]~.caption div:nth-child(4),.wrapper .main-content .container .gallery .photo-nav:nth-child(4):focus~.caption div:nth-child(4){display:block}.wrapper .main-content .container .gallery .photo-nav:nth-child(5)[aria-expanded=true]~.indicators li:nth-child(5) i:after,.wrapper .main-content .container .gallery .photo-nav:nth-child(5):focus~.indicators li:nth-child(5) i:after{background-color:#019444}.wrapper .main-content .container .gallery .photo-nav:nth-child(5)[aria-expanded=true]~.stage-items li:nth-child(5),.wrapper .main-content .container .gallery .photo-nav:nth-child(5):focus~.stage-items li:nth-child(5){display:block}.wrapper .main-content .container .gallery .photo-nav:nth-child(5)[aria-expanded=true]~.caption div:nth-child(5),.wrapper .main-content .container .gallery .photo-nav:nth-child(5):focus~.caption div:nth-child(5){display:block}.wrapper .main-content .container .gallery .photo-nav:nth-child(6)[aria-expanded=true]~.indicators li:nth-child(6) i:after,.wrapper .main-content .container .gallery .photo-nav:nth-child(6):focus~.indicators li:nth-child(6) i:after{background-color:#019444}.wrapper .main-content .container .gallery .photo-nav:nth-child(6)[aria-expanded=true]~.stage-items li:nth-child(6),.wrapper .main-content .container .gallery .photo-nav:nth-child(6):focus~.stage-items li:nth-child(6){display:block}.wrapper .main-content .container .gallery .photo-nav:nth-child(6)[aria-expanded=true]~.caption div:nth-child(6),.wrapper .main-content .container .gallery .photo-nav:nth-child(6):focus~.caption div:nth-child(6){display:block}.wrapper .main-content .container .gallery .stage-items{list-style-type:none;display:block;overflow-x:hidden;position:relative;margin:0;background-color:#bfe5fe;z-index:20;min-height:510px;top:-680px}.wrapper .main-content .container .gallery .stage-items li{width:100%;height:100%;overflow-y:hidden;transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out}.wrapper .main-content .container .gallery .stage-items li>div:first-child{min-height:450px;width:100%;position:absolute;top:0;left:0;background-size:cover!important}.wrapper .main-content .container .gallery .stage-items li .caption{text-align:left;position:absolute;bottom:0;left:0;list-style-type:none;width:100%;overflow:auto;background-color:#39b54a;opacity:.9;margin:0;padding:.5rem 1rem;height:auto;min-height:60px;height:auto!important;z-index:100}.wrapper .main-content .container .gallery .stage-items li .caption span{padding-right:3rem}.wrapper .main-content .container .gallery .stage-items li .caption>a{position:absolute;right:1rem;top:.6rem}.wrapper .main-content .container .gallery .stage-items li .caption>a i{font-size:38px;color:#231516}.wrapper .main-content .container .gallery .stage-items li .caption>a i:after{content:"";width:38px;height:38px;border-radius:50%;position:absolute;top:0;left:0;z-index:-1;display:none;background-color:#d0e7b1}.wrapper .main-content .container .gallery .stage-items li .caption>a:hover,.wrapper .main-content .container .gallery .stage-items li header .headerbar .headerbar-nav .nav-item .caption>a.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .gallery .stage-items li .caption>a.nav-link:focus:after,.wrapper .main-content .container .gallery .stage-items li .educator-nav-links .caption>a:not(.primary-btn):focus,.wrapper .main-content .container .gallery .stage-items li .caption>a:focus{background-color:transparent}.wrapper .main-content .container .gallery .stage-items li .caption>a:hover i:after,.wrapper .main-content .container .gallery .stage-items li header .headerbar .headerbar-nav .nav-item .caption>a.nav-link:focus:after i:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .gallery .stage-items li .caption>a.nav-link:focus:after i:after,.wrapper .main-content .container .gallery .stage-items li .caption>a:focus i:after{display:block}.wrapper .main-content .container .gallery .indicators{max-width:200px;margin:0 auto 1rem;height:30px;position:relative;top:-680px;z-index:10}.wrapper .main-content .container .gallery .indicators li{display:inline-block;margin:0 .2rem;z-index:10}.wrapper .main-content .container .gallery .indicators li i{font-size:18px;color:#d0e7b1;position:relative;z-index:0}.wrapper .main-content .container .gallery .indicators li i:after,.wrapper .main-content .container .gallery .indicators li header .headerbar .headerbar-nav .nav-item i.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .gallery .indicators li i.nav-link:focus:after{content:"";width:20px;height:20px;border-radius:50%;position:absolute;top:0;left:0;z-index:-1;background-color:#a0cf63;transition:.5s ease-in-out}.wrapper .main-content .container .gallery .indicators li.show{z-index:50}.wrapper .main-content .container .gallery .indicators li.show i:after{background-color:#019444}.wrapper .main-content .container .gallery .caption{text-align:left;position:absolute;top:447px;list-style-type:none;width:100%;overflow:auto;background-color:#39b54a;opacity:.9;margin:0;padding:.5rem 1rem;height:auto;min-height:60px;height:auto!important;z-index:100}.wrapper .main-content .container .gallery .caption>div{position:absolute;top:0;left:0;padding:.5rem 1rem;display:none}.wrapper .main-content .container .gallery .caption>div span{padding-right:3rem}.wrapper .main-content .container .gallery .caption>div>a{position:absolute;right:1rem;top:.6rem}.wrapper .main-content .container .gallery .caption>div>a i{font-size:38px;color:#231516}.wrapper .main-content .container .gallery .caption>div>a i:after,.wrapper .main-content .container .gallery .caption>div>a header .headerbar .headerbar-nav .nav-item i.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .gallery .caption>div>a i.nav-link:focus:after{content:"";width:38px;height:38px;border-radius:50%;position:absolute;top:0;left:0;z-index:-1;display:none;background-color:#d0e7b1}.wrapper .main-content .container .gallery .caption>div>a:hover,.wrapper .main-content .container .gallery header .headerbar .headerbar-nav .nav-item .caption>div>a.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .gallery .caption>div>a.nav-link:focus:after,.wrapper .main-content .container .gallery .caption>div>a:focus{background-color:transparent}.wrapper .main-content .container .gallery .caption>div>a:hover i:after,.wrapper .main-content .container .gallery header .headerbar .headerbar-nav .nav-item .caption>div>a.nav-link:focus:after i:after,header .headerbar .headerbar-nav .nav-item .wrapper .main-content .container .gallery .caption>div>a.nav-link:focus:after i:after,.wrapper .main-content .container .gallery .caption>div>a:focus i:after{display:block}@media only screen and (max-width:991.98px){.wrapper .main-content .container .gallery{max-height:770px;padding-top:770px}.wrapper .main-content .container .gallery .photo-nav{top:-140px}.wrapper .main-content .container .gallery .stage-items{top:-898px}.wrapper .main-content .container .gallery .indicators{top:-800px}.wrapper .main-content .container .gallery .photo-nav:nth-child(1):after,.wrapper .main-content .container .gallery .educator-nav-links a.photo-nav:nth-child(1):not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .gallery a.photo-nav:nth-child(1):not(.primary-btn):focus{border-left:50px solid #d0e7b1;border-right:50px solid #d0e7b1}.wrapper .main-content .container .gallery .photo-nav:nth-child(2):after,.wrapper .main-content .container .gallery .educator-nav-links a.photo-nav:nth-child(2):not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .gallery a.photo-nav:nth-child(2):not(.primary-btn):focus{border-left:50px solid #d0e7b1;border-right:50px solid #d0e7b1}.wrapper .main-content .container .gallery .photo-nav:nth-child(3):after,.wrapper .main-content .container .gallery .educator-nav-links a.photo-nav:nth-child(3):not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .gallery a.photo-nav:nth-child(3):not(.primary-btn):focus{border-left:50px solid #d0e7b1;border-right:50px solid #d0e7b1}.wrapper .main-content .container .gallery .photo-nav:nth-child(4):after,.wrapper .main-content .container .gallery .educator-nav-links a.photo-nav:nth-child(4):not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .gallery a.photo-nav:nth-child(4):not(.primary-btn):focus{border-left:50px solid #d0e7b1;border-right:50px solid #d0e7b1}.wrapper .main-content .container .gallery .photo-nav:nth-child(5):after,.wrapper .main-content .container .gallery .educator-nav-links a.photo-nav:nth-child(5):not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .gallery a.photo-nav:nth-child(5):not(.primary-btn):focus{border-left:50px solid #d0e7b1;border-right:50px solid #d0e7b1}}@media only screen and (max-width:767.98px){.wrapper .main-content .container .gallery .stage-items{top:-1029px}.wrapper .main-content .container .gallery .indicators{top:-960px}.wrapper .main-content .container .gallery .photo-nav{top:-200px}.wrapper .main-content .container .gallery .photo-nav:nth-child(5):after,.wrapper .main-content .container .gallery .educator-nav-links a.photo-nav:nth-child(5):not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .gallery a.photo-nav:nth-child(5):not(.primary-btn):focus{border-left:50px solid #fff;border-right:50px solid #fff}}@media only screen and (max-width:491.98px){.wrapper .main-content .container .gallery .stage-items{top:-1029px}.wrapper .main-content .container .gallery .indicators{top:-960px}.wrapper .main-content .container .gallery .photo-nav{margin:0 .2rem}.wrapper .main-content .container .gallery .photo-nav:nth-child(4):after,.wrapper .main-content .container .gallery .educator-nav-links a.photo-nav:nth-child(4):not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .gallery a.photo-nav:nth-child(4):not(.primary-btn):focus,.wrapper .main-content .container .gallery .photo-nav:nth-child(5):after,.wrapper .main-content .container .gallery .educator-nav-links a.photo-nav:nth-child(5):not(.primary-btn):focus,.wrapper .main-content .container .educator-nav-links .gallery a.photo-nav:nth-child(5):not(.primary-btn):focus{border-left:50px solid #fff;border-right:50px solid #fff}}@media only screen and (max-height:767.98px){.wrapper .main-content{padding-top:0}}.wrapper .fullwidth-bar{width:100%;margin:0}.wrapper .fullwidth-bar.content-search .sidebar-container{padding-top:1rem}.wrapper .fullwidth-bar.content-search .h1{margin:0 0 2rem}.wrapper .fullwidth-bar.content-search .img-container{margin:1rem 0 2rem}.wrapper .fullwidth-bar .container{padding-left:0;padding-right:0}.wrapper .text-container{margin:0 0 3rem}.wrapper .text-container h2,.wrapper .text-container h3,.wrapper .text-container h4{margin-top:1.5rem}.wrapper .text-container img{max-width:600px;width:100%}@media screen and (max-width:575.98px){.wrapper .text-container{padding:1rem}}.wrapper .member-zone{margin-top:0}.wrapper .member-zone h1{margin-top:1rem auto}.wrapper .member-zone .fullwidth-bar.content-search .text-container{margin-top:-1.5rem}.wrapper .primary-btn{border:2px solid #27aae1;box-shadow:0 8px 0 #27aae1;background-color:#fff;border-radius:30px;padding:.2rem 3rem .5rem;color:#231516;text-decoration:none}.wrapper .primary-btn.lime{border:2px solid #d7df23;box-shadow:0 8px 0 #d7df23}.wrapper .primary-btn.green{border:2px solid #39b54a;box-shadow:0 8px 0 #8dc63f}.wrapper .primary-btn.orange{border:2px solid #f15a29;box-shadow:0 8px 0 #f7941d}.wrapper .primary-btn:hover,.wrapper header .headerbar .headerbar-nav .nav-item .primary-btn.nav-link:focus:after,header .headerbar .headerbar-nav .nav-item .wrapper .primary-btn.nav-link:focus:after,.wrapper .main-content .container .educator-nav-links a.primary-btn:not(.primary-btn):focus,.wrapper .primary-btn:focus{box-shadow:none}.table thead th,.table th,.table td{border-color:#2b3990}.table thead th{border-top-width:2px}.table.layout td{border-color:transparent}.table.layout td.image{width:44%}@media screen and (max-width:500.98px){.table.layout td.image img{max-height:170px;height:100%;width:auto}}@media screen and (max-width:991.98px){.table.layout td{display:block;width:100%}}.table-striped tbody tr:nth-of-type(2n+1){background-color:#bfe5fe}.embed-video .credit{font-size:14px;margin:1rem 0}.icons-container{position:relative;display:inline-block;margin:20px 70px 20px 0}.icons-container:last-child{margin-right:0}.icons-container span{font-weight:800;color:#2b3990;margin-left:7px;display:block}.icons-container img{max-width:60px;width:100%}.center-box{text-align:center;width:80%;margin:-2rem auto 3rem}.center-box .hexagon-img{margin:2rem auto}.padding-bot{padding-bottom:3rem}.skyview{background-color:#27aae1}.skyview-light{background-color:#bfe5fe}.freshwater-bg{background-color:#1b6eb1}.deepsea-bg{background-color:#262262}.lime-bg{background-color:#d7df23}.green-bg{background-color:#8dc63f}.green-light{background-color:#d0e7b1}.warmsun-bg{background-color:#fbb040}.gold-bg{background-color:#f7941d}