@import url('https://fonts.cdnfonts.com/css/metropolis-2');:root{--offWhite:#f7f7f7;--white:#fff;--grey:#ccc;--charcoal:#333;--black:#000;--emerald:#00465E;--emeraldLight:#1E5D9D;--skyBlue:#CEF2FF;--highlight:#F0FEAF;--red:#D11414;}body{font-size:100%;margin:0;padding:0;font-family:'Metropolis',sans-serif;background:var(--offWhite);color:var(--charcoal);}h1{font-size:2.25em;margin:1.16em 0 0;line-height:1.16em;font-weight:300;text-align:center;}h2{font-size:1.5em;margin:3.75em 0 0;line-height:1.33em;font-weight:700;}h3,.profile h2,.hero p{font-size:1.312em;margin:1.8em 0 0;line-height:1.14em;font-weight:700;}p,ul,ol,blockquote,table,input,figcaption{font-size:1.2em;margin:1em 0 0;line-height:1.4em;}p{line-height:1.6em;}li{margin:0.6em 0;}p.centered{text-align:center;}strong span{font-size:1em;}ul,ol{padding-left:1.6em;}figure{margin:0;}img{width:100%;height:auto;}header img{width:135px;transition:width 0.15s ease 0s;}header.shrink img{width:100px;}.intro{font-size:1.3125em;text-align:center;}.right{text-align:right;}header,.hero,footer{background:var(--emerald);color:var(--white);}header,footer{padding:3.125em 3.4772vw;justify-content:space-between;}header{padding-bottom:2em;position:sticky;top:0;left:0;transition:padding 0.15s ease 0s;}header.shrink{padding-top:1em;padding-bottom:1em;box-shadow:0 2px 6px 0 rgba(0,0,0,0.2);}.content,.references div,form{width:80vw;max-width:1000px;margin:0 auto;}.hero{padding:0.5em 20vw 3.75em;}.hero p{text-align:center;font-weight:300;}.hero p:has(a.social){margin-top:1em;}a.social img{display:inline-block;width:40px;aspect-ratio:1;margin:0 0.5em;filter:invert(0.5) sepia(1) saturate(4) brightness(0.4) hue-rotate(150deg);}a.social:hover img{filter:invert(0.5) sepia(1) saturate(4) brightness(0.6) hue-rotate(180deg);}.hero a.social img{filter:invert(0.5) sepia(1) saturate(2) brightness(2.3) hue-rotate(0deg);}.hero a.social:hover img{filter:none;}nav button{display:none;}header nav{width:0;height:100dvh;position:absolute;top:0;right:0;z-index:3;background:var(--black);box-sizing:border-box;display:flex;flex-wrap:wrap;align-items:center;transition:width .15s ease 0s;}header nav div{margin:0 auto;width:0;overflow:hidden;}header nav.active{position:fixed;max-width:500px;width:30vw;}header nav a{display:block;color:var(--highlight);width:100%;font-weight:800;font-size:1.4em;text-decoration:none;padding:0.7em 1.5em;}header nav a:hover,header nav a.is-active{color:var(--white);}header nav a:first-child{background:url(/themes/custom/iamnumber17/img/home.svg) no-repeat left center;background-size:1em;}header nav a:nth-child(2){background:url(/themes/custom/iamnumber17/img/tools.svg) no-repeat left center;background-size:1em;}header nav a:nth-child(3){background:url(/themes/custom/iamnumber17/img/resources.svg) no-repeat left center;background-size:1em;}header nav a:nth-child(4){background:url(/themes/custom/iamnumber17/img/community.svg) no-repeat left center;background-size:1em;}header nav a:last-child{background:url(/themes/custom/iamnumber17/img/about.svg) no-repeat left center;background-size:1em;}header nav button{position:absolute;display:block;top:4em;right:3.4772vw;z-index:4;border:none;height:3.75em;width:3.75em;background:none;transition:width 0.15s ease 0s;transition:height 0.15s ease 0s;}header nav button:before,header nav button:after{content:' ';display:block;position:absolute;top:0;left:0;border-radius:1px;background:var(--highlight);height:100%;width:3px;transform-origin:center;transform:rotate(90deg);transition:transform .15s ease 0s;}header nav button:before{top:-1.75em;left:1.75em;}header nav button:after{top:-1.75em;left:1.75em;transform:rotate(90deg) translateX(1.75em);}header nav.active button:before,header nav.active button:after{height:100%;width:3px;transform:rotate(45deg);}header nav.active button:after{transform:rotate(135deg);}header nav button:hover:after,nav button:hover:before{background:var(--white);}header nav button:focus{outline:none;border:none;}header nav.active div{margin:0 auto;width:auto;overflow:hidden;}header.shrink nav button{height:3em;width:3em;top:3em;}header.shrink nav button:after,header.shrink nav button:before{top:-2.2em;}header p{margin:0.25em 5em 0 0;font-weight:500;font-size:1em;}header.shrink p{margin-top:0.8em;}footer a{color:var(--white);text-decoration:none;font-weight:700;}footer nav{margin-bottom:2.8em;}footer nav a{border-right:1px solid var(--white);padding:0.2em 1.2em;}footer nav a:hover{text-decoration:underline;}footer nav a:first-child{padding-left:0;}footer nav a:last-child{border-right:none;}footer p{font-size:1em;}.flex,header,footer{display:flex;}.wrap{flex-wrap:wrap;}footer div:nth-of-type(2){width:20%;}.hero strong{color:var(--highlight);}nav.admin{background:var(--grey);}nav a{display:inline-block;padding:0.6em;}.content > p:first-child{margin-top:3.725em;}.jobcode{padding:1em 10vw;background:var(--white);}.profile + .jobcode{background:var(--offWhite);}.references{background:var(--white);padding:1.8em 0;margin-top:3.75em;}.references h3{margin-top:0;border-bottom:1px solid var(--charcoal);}.references p,.references ol{font-size:1em;}.flex figure.inline{width:25%;box-sizing:border-box;margin-top:3em;}figure.inline img{width:60%;display:block;margin:auto;max-height:150px;}figure.inline figcaption{padding:0.7em 1.4em;text-align:center;}figcaption strong span{color:var(--red);}.resources{margin:3.75em 0 0 0;}div.resources:nth-of-type(3){margin-top:1em;}.resources h2{width:100%;margin:0 0 1.2em 0;}.resource,.profile{width:33%;padding:0 2em 0 0;box-sizing:border-box;margin-bottom:3.75em;}.resource h2,.profile h2{margin:1em 0 0;font-weight:500;}.resource p,.resources .profile p{font-size:1em;}.resource a,.profile a,.dialog .button{display:inline-block;padding:1em 1.2em 1em 3.25em;margin:1.2em 0;background:var(--emerald);color:var(--white);text-decoration:none;font-weight:500;line-height:1.2em;}.resource a:hover,.profile a:hover,.dialog .button:hover{background:var(--emeraldLight);text-decoration:underline;}.profile a,.profile a:hover{padding:1em 3.25em 1em 1.2em;background-image:url(/themes/custom/iamnumber17/img/arrow.svg);background-repeat:no-repeat;background-position:right 1em center;}.resource a,.resource a:hover,.dialog .button,.dialog .button:hover{background-image:url(/themes/custom/iamnumber17/img/link.svg);background-repeat:no-repeat;background-position:1em center;}.profile h2 a,.profile h2 a:hover{display:inline;text-decoration:none;padding:0;background:none;color:var(--charcoal);}.content.profile{width:90vw;max-width:1200px;padding:0;}.content.profile .flex figure,.content.profile .flex div{width:50%;padding:3.725em 0 0;box-sizing:border-box;}.content.profile div.intro{padding-left:3.125em;}.profile .intro{text-align:left;}.profile .intro h1{font-size:2.25em;font-weight:500;background:var(--emerald);color:var(--highlight);display:inline-block;text-transform:uppercase;padding:0.1em 0.2em;margin-top:0;}.profile .intro p{font-size:1em;line-height:1.6em;}.profile .content{margin-top:3em;}.profile .content figure{margin:3em auto;padding:0;width:90%;}.profile .content .flex figure{padding:1em;margin-top:0;}.profile .content .flex div{padding:0 3.125em 0 0;}.hidden{display:none;}.featured{background:var(--emeraldLight);padding:1.75em 3.4772vw;}.featured p{color:var(--white);margin:0;text-align:center;font-weight:500;font-size:1em;}.image-gallery{margin:3.2em 0;}.image-gallery .flex{justify-content:flex-start;align-items:center;}.image-gallery h2{font-weight:500;margin-top:1em;text-align:center;}.image-gallery figure{width:12%;height:auto;margin:1.4em 2.25% 0 0;}.image-gallery figure img{width:90%;padding:1.4em;}.sponsors{width:100%;display:flex;justify-content:center;align-items:center;}.image-gallery.sponsors{margin-top:0;}.image-gallery.sponsors figure{width:20%;margin:0 1.4em;}.dialog{position:fixed;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);width:60vw;background:var(--offWhite);border-radius:4px;box-shadow:0 0.15em 6px 0 rgba(0,0,0,0.3);padding:0 1.6em 1.6em;border:1px solid var(--emerald);}.dialog .button{margin:1.4em 1.8em 0 0;}.dialog .button.close{background-color:transparent;background-image:url(/themes/custom/iamnumber17/img/arrow-back.svg);background-repeat:no-repeat;background-position:1em center;background-size:1.2em;border:2px solid var(--emerald);color:var(--emerald);}.backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0.6);backdrop-filter:blur(6px);}form{margin:2.8em auto;}label,input{display:block;padding:0.4em 0;}label{font-weight:500;}input{padding:0.7em 0.6em;margin:0.7em 0;border-radius:6px;border:1px solid var(--emerald);}input:focus{border:2px solid var(--emeraldLight);box-shadow:0px 1px 6px 0px rgba(0,0,0,0.15);}input[type="submit"]{padding:0.7em 1.4em;background:var(--emerald);color:var(--white);}input[type="submit"]:hover{background:var(--emeraldLight);}.form-item{margin-bottom:2.8em;}sup.custom-superscript{font-size:0.6em;vertical-align:super;line-height:0;}@media screen and (max-width:1200px){.hero{padding:2em 10vw 3.75em;}header nav.active{width:35vw;}.content.profile div.intro{padding-left:2.4em;}}@media screen and (max-width:1100px){.content,.profile.content{width:90vw;}.image-gallery figure{width:18%;margin-right:2%;}}@media screen and (max-width:1024px){.flex figure.inline{width:50%;}}@media screen and (max-width:980px){footer{flex-direction:column;}footer div:nth-of-type(2){width:60%;margin:0 auto;}}@media screen and (max-width:960px){.resource,.profile{width:50%;}div.profile{padding:0 1em 0 0;}div.profile:nth-of-type(even){padding:0 0 0 1em;}header nav.active{width:50vw;}}@media screen and (max-width:880px){.image-gallery figure{width:24%;margin-right:1%;}}@media screen and (max-width:820px){.content.profile .flex{flex-direction:column-reverse;}.profile .content .flex{flex-direction:column;}.content.profile .flex figure,.content.profile .flex div{width:100%;padding:1.4em 0;}.content.profile .content .flex div{padding-top:0;}.content.profile .content .flex figure{width:80%;}.content.profile div.intro{padding-top:3.725em;}.profile .content{margin-top:1.4em;}}@media screen and (max-width:790px){footer nav a{display:block;border:none;padding-left:0;margin-top:1.4em;}footer nav a:first-child{margin-top:0;}.profile .content figure{margin:3em auto;padding:0;width:100%;}}@media screen and (max-width:720px){header{display:block;}header p{text-align:center;margin:1.4em 0 0 0;}}@media screen and (max-width:700px){.dialog .flex{display:block;}.dialog .button{margin:1.4em 0;display:block;}}@media screen and (max-width:680px){header,.featured,footer{padding-left:5vw;padding-right:5vw;}header.shrink{position:relative;box-shadow:none;}header.shrink img{width:135px;}header nav button{right:5vw;top:4.5em;}header nav.active{width:70vw;}header.shrink nav button{height:3.75em;width:3.75em;}header.shrink nav button:after{top:-1.75em;}}@media screen and (max-width:600px){.resource,div.profile,div.profile:nth-of-type(even){width:100%;padding:0;}div.content.profile{width:90vw;}}@media screen and (max-width:580px){h1{font-size:2em;}}@media screen and (max-width:500px){header nav.active{width:100vw;}footer div:nth-of-type(2){width:80%;}}@media screen and (max-width:420px){.image-gallery figure{width:32%;margin-right:1%;}.flex figure.inline{width:100%;}}
