html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;color:inherit}::placeholder{color:inherit}input:focus,textarea:focus{outline:none}::placeholder{color:inherit;opacity:1}:-ms-input-placeholder{color:inherit}::-ms-input-placeholder{color:inherit}html,body{height:100%;font-family:'Carlito',arial,sans-serif;font-size:1em}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;color:#0069b3}body{-webkit-text-size-adjust:none;max-width:1920px;min-width:320px;margin:0 auto;position:relative;line-height:1.3}.vpad{padding-top:10px;padding-bottom:10px}.hpad{padding-left:10px;padding-right:10px}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-row,.flex-column{flex-direction:column}.flex-row-mobile{flex-direction:row}.flex-center{justify-content:center}.flex-space-between{justify-content:space-between}.flex-center>.column{margin:0}.flex-flush{margin:-10px}.flex-hflush{margin-left:-10px;margin-right:-10px}.flex-vflush{margin-top:-10px;margin-bottom:-10px}.flex-between{justify-content:space-between}.flex-nowrap{flex-wrap:nowrap}.flex-row.flex-nowrap{flex-direction:row}.wrap{width:100%;margin:0 auto}.padded{padding:20px 0}.contained .wrap{max-width:1600px}.box{width:100%;position:relative}.boxed{max-width:1280px;margin:0 auto}.row{position:relative}.row:after{content:'';display:block;clear:both}.column{width:100%;margin:0 auto}.flex>.column{margin:0}.left{float:left}.right{float:right}h1{font-weight:700;margin-bottom:20px;font-size:2em}h2{font-weight:700;margin-bottom:20px;font-size:1.5em}h3{font-weight:700;margin-bottom:20px;font-size:1.5em}h4,.h4{font-weight:700;margin-bottom:20px;font-size:1.25em}p,li{font-size:1.125em;margin-bottom:20px}p:last-child,li:last-child{margin-bottom:0}ul,ol{margin-bottom:20px}ul:last-child,ol:last-child{margin-bottom:0}strong{font-weight:700}img{max-width:100%;height:auto;display:block}.btn{margin:0 auto;display:inline-block;padding:10px 20px;background:#0069b3;color:#fff}.btn:hover{background:#00a5e1;color:#fff}form label{-webkit-appearance:none;-moz-appearance:none;width:100%;display:block}form input,form input[type="email"],form textarea,form select,form button{-webkit-appearance:none;-moz-appearance:none;width:100%;display:block;padding:10px;box-sizing:border-box;border-radius:0;border:none;resize:vertical;background:#fff;border:1px solid;font-family:inherit}form textarea{min-height:150px;height:150px;max-height:400px}form select{background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 10px center;background-size:14px}form input[type="checkbox"]{display:none}form input[type="checkbox"]+label{text-align:left;display:flex}form input[type="checkbox"]+label:before{content:'';display:inline-block;vertical-align:middle;box-sizing:border-box;margin-right:10px;width:38px;height:38px;background:#fff;border:1px solid;flex-shrink:0}form input[type="checkbox"]+label span{display:flex;justify-content:center;flex-direction:column}form input[type="checkbox"]:checked+label:before{content:'\2713';font-size:26px;text-align:center}#wrapper{-webkit-transform:initial;position:relative;will-change:initial;transition:transform 1s cubic-bezier(0.5,0,0,1);min-height:100%;width:100%;display:flex;flex-direction:column}header{width:100%;display:flex;justify-content:space-between;line-height:1;position:relative;z-index:9999;flex:0}header #header-left{display:flex;flex-direction:column;justify-content:center;width:100%;height:80px}header #header-left #logo{padding:15px 20px}header #header-left #logo a{display:block}header #header-left #logo a svg{display:block;height:50px}header #header-left #logo a svg .cls-1{fill:#00a5e1}header #header-left #logo a svg .cls-2{fill:#0069b3}header #header-right #mobile-menu{display:flex;justify-content:center;flex-direction:column;width:80px;height:80px;padding:20px}header #header-right #mobile-menu svg{width:40px;height:40px;display:block;cursor:pointer}header #header-right #mobile-menu svg rect{fill:#0069b3}header #header-right #menu{display:none}header #header-right #social-menu{display:none}.mobile-menu-open header #header-left{position:absolute;width:calc(100% - 80px)}.mobile-menu-open header #header-right{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-end}.mobile-menu-open header #header-right #mobile-menu{align-self:self-end}.mobile-menu-open header #header-right #mobile-menu .line-top{transform-origin:center;transform:rotate(45deg) translateX(0px) translateY(10px)}.mobile-menu-open header #header-right #mobile-menu .line-mid{display:none}.mobile-menu-open header #header-right #mobile-menu .line-bottom{transform-origin:center;transform:rotate(-45deg) translateX(0px) translateY(-10px)}.mobile-menu-open header #header-right #menu{display:block;width:100%;padding:20px 0}.mobile-menu-open header #header-right #menu ul{margin-bottom:0}.mobile-menu-open header #header-right #menu ul li{margin-bottom:0;position:relative}.mobile-menu-open header #header-right #menu ul li a{display:block;padding:10px 20px;font-weight:700;font-size:24px;text-align:center}.mobile-menu-open header #header-right #menu ul .submenu-arrow{display:flex;flex-direction:column;justify-content:center;text-align:center;position:absolute;width:80px;height:40px;right:0;top:0;z-index:1;font-size:20px;transform:rotate(0deg)}.mobile-menu-open header #header-right #menu li.parent ul{display:none}.mobile-menu-open header #header-right #menu li.parent .submenu-active{transform:rotate(180deg)}.mobile-menu-open header #header-right #menu li.parent .submenu-active+ul{display:block;padding-left:20px}.mobile-menu-open header #header-right #menu li.parent .submenu-active+ul li{position:relative;font-size:1em}.mobile-menu-open header #header-right #social-menu{display:block;width:100%}.mobile-menu-open header #header-right #social-menu ul{display:flex;justify-content:space-evenly;padding:10px;margin-bottom:0}.mobile-menu-open header #header-right #social-menu ul li{margin-bottom:0}.mobile-menu-open header #header-right #social-menu ul li a{font-size:24px;display:block;padding:10px}main{flex:1 0 auto}footer{width:100%;background:#e9e9ea;padding:20px 0;flex:0;margin-top:auto}footer a{text-decoration:underline;text-underline-offset:2px}footer a:hover{color:#00a5e1}.card{display:flex;flex-direction:column;height:100%}.card .card-top{flex-shrink:0}.card .card-top img{width:100%}.card .card-bottom{padding:20px;height:100%}.card .card-bottom>.flex{height:100%}.news-card{background:#0069b3;color:#fff}.news-card .news-card-image{display:block;height:0;padding-bottom:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:filter 0.3s;position:relative}.news-card .news-card-image:hover{filter:grayscale(100)}.news-card .news-card-image>div{display:flex;flex-direction:column;justify-content:center;padding:20px;position:absolute;width:100%;background:#e9e9ea;height:100%}.news-card .news-card-image>div .cls-1{fill:#00a5e1}.news-card .news-card-image>div .cls-2{fill:#0069b3}.news-card .news-card-content{padding-bottom:20px}.news-card .news-card-content a{text-decoration:none !important}.news-card .news-card-content a:hover{color:#0069b3 !important}.news-card .news-card-button{display:flex;justify-content:flex-end}.news-card .news-card-button .btn{display:inline-block;padding:10px 20px;background:#fff;color:#0069b3}.news-card .news-card-button .btn:hover{background:#0069b3;color:#fff}.resources-card{background:#00a5e1;color:#fff}.resources-card .resources-card-image{display:block;height:0;padding-bottom:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:filter 0.3s}.resources-card .resources-card-image:hover{filter:grayscale(100)}.resources-card .resources-card-content{padding-bottom:20px}.resources-card .resources-card-content a{text-decoration:none !important}.resources-card .resources-card-content a:hover{color:#0069b3 !important}.resources-card .resources-card-button{display:flex;justify-content:flex-end}.resources-card .resources-card-button .btn{display:inline-block;padding:10px 20px;background:#fff;color:#00a5e1}.resources-card .resources-card-button .btn:hover{background:#0069b3;color:#fff}#slideshow{padding:0 20px}#slideshow .slide{max-width:1240px;margin:0 auto;display:flex;flex-direction:column}#slideshow .slide .slide-content{align-self:flex-end;background:#0069b3;color:#fff;padding:20px;margin-left:20px;transform:translateY(-20px)}#slideshow .slide .slide-content h2{font-weight:700;margin-bottom:10px;font-size:20px}#slideshow .slide .slide-content .btn{background:#fff;color:#0069b3}#slideshow .slide .slide-content .btn:hover{background:#0069b3;color:#fff}#about #about-wrap{background:#e9e9ea}#about #about-wrap #about-content{padding:20px;display:flex;flex-direction:column;justify-content:center}#about #about-wrap #about-content a{display:inline-block;padding:10px 20px;background:#0069b3;color:#fff}#about #about-wrap #about-content a:hover{background:#fff;color:#0069b3}#about #about-wrap #about-image{background-size:cover;background-position:center;background-repeat:no-repeat;min-height:280px}#about p{font-size:1.125em}#news #news-button{text-align:center}#news #news-button p{margin:-10px;display:flex;flex-direction:column;padding:0 10px}#news #news-button .btn{margin:10px 0;width:100%}#resources{padding-bottom:20px}#resources #resources-wrap{background:#e9e9ea}#resources #resources-wrap #resources-content{padding:20px;display:flex;flex-direction:column;justify-content:center}#resources #resources-wrap #resources-content a{display:inline-block;padding:10px 20px;background:#0069b3;color:#fff}#resources #resources-wrap #resources-content a:hover{background:#fff;color:#0069b3}#resources #resources-wrap #resources-image{background-size:cover;background-position:center;background-repeat:no-repeat;min-height:280px}#resources p{font-size:1.125em}#banner{background:#00a5e1;color:#fff;padding:40px 0}#banner p{font-size:1.5em}#content{padding:40px 0}#cta-wrap{background:#e9e9ea;margin:40px 0 20px}#donate-wrap{background:#0069b3;color:#fff;margin:20px 0 0}#cta-content,#donate-content{padding:20px}#cta-image,#donate-image{height:0;padding-bottom:40%;background-repeat:no-repeat;background-size:cover;background-position:center}#content a{text-decoration:underline}#content a:hover{color:#00a5e1}#content .btn{text-decoration:none}#content .btn:hover{color:#fff}#news-item-list li{margin-bottom:10px}