*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

html {
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    color: #494746;
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 1rem;
    line-height: 2rem;
    margin: 0;
    padding: 0;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

.wrapper {
    margin: 0 auto;
    padding: 0 0 80px 0;
    width: 100%
}

.container {
    margin: 0 auto;
    max-width: 750px;
    padding: 0 40px;
    position: relative
}

header {
    margin: 80px 0 0 0
}

footer {
    clear: both;
    margin: 60px 0
}

section {
    margin: 40px 0;
    position: relative
}

nav {
    position: absolute;
    top: 0;
    right: 40px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    margin: 0 0 0 20px;
}

nav ul li a {
    text-decoration: none;
}

nav ul li a.current,
nav ul li a.current:hover {
    color: #494746;
    text-decoration: underline;
}

nav ul li a:hover {
    text-decoration: none;
}


.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: 0;
    right: 40px;
}

.nav-toggle span {
    background: #494746;
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: all .25s ease;
    width: 24px;
}

.nav-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media only screen and (max-width: 800px) {

    nav {
        display: none;
        position: static;
        margin: 20px 0 0 0;
    }

    nav.is-open {
        display: block;
    }

    nav ul li {
        display: block;
        margin: 0 0 8px 0;
    }

    .nav-toggle {
        display: block;
    }

}

figure {
    margin: 0
}

article {
    margin: 60px 0
}

img {
    background: #eee;
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

img,
picture {
    background: #999
}

figure {
    margin: 0 0 60px 0
}

figure figcaption {
    color: #999;
    font-family: Courier New, sans-serif;
    font-size: .9rem;
    line-height: 1.2rem;
    margin: 20px 0;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.headline {
    font-size: 1.2rem;
}

.progress-charts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

ul.accomplishments {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0
}

@media only screen and (max-width:800px) {
    ul.accomplishments li {
        margin: 0 0 20px 0
    }
}

ul.accomplishments li .date {
    display: inline-block;
    width: 80px;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (max-width:800px) {
    ul.accomplishments li .date {
        color: #999;
        display: block;
        font-size: 1rem
    }
}

@media print {
    .wow {
        visibility: visible !important
    }
    @page {
        margin: .5cm
    }
    footer,
    nav {
        display: none
    }
    img {
        display: none
    }
    h1,
    h2,
    h3,
    h4,
    h5 {
        font-size: 1.2rem
    }
    p {
        font-size: 1rem
    }
    .headline p {
        font-size: 1.2rem
    }
}

::-moz-selection {
    background: #494746;
    color: #fff;
    text-shadow: 0 0 0 transparent
}

::selection {
    background: #e7eff6;
    color: #494746;
    text-shadow: 0 0 0 transparent
}

::-moz-selection {
    background: #e7eff6;
    color: #494746;
    text-shadow: 0 0 0 transparent
}

p {
    margin: 0 0 20px 0
}

h1 {
    font-size: 1.6rem;
    font-weight: 100;
    margin: 0 0 60px 0
}

@media only screen and (max-width:600px) {
    h1 {
        font-size: 1.4rem
    }
}

h2 {
    font-size: 1rem;
    line-height: 2rem;
    margin: 0 0 20px 0
}

a {
    color: #494746;
    cursor: pointer;
    outline: 0;
    padding: 0 0 5px 0;
    text-decoration-color: inherit;
    text-decoration-line: underline;
    text-underline-offset: 3px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

a:focus {
    color: #494746;
    outline: 0;
    text-decoration-color: inherit;
    text-decoration-line: underline
}

a:active,
a:hover {
    color: #999;
    outline: 0;
    text-decoration-color: inherit;
    text-decoration-line: underline
}

.logo a {
    color: #494746;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    text-decoration-line: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.logo a:active,
.logo a:focus,
.logo a:hover {
    color: #494746;
    outline: 0;
    text-decoration: none;
    text-decoration-line: none
}

.copyright {
    color: #999;
    font-family: Courier New, sans-serif;
    font-size: .9rem;
    line-height: 1.2rem;
    margin: 20px 0;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

/* forms */

form {
    margin: 40px 0;
}

form label {
    display: block;
    font-size: 1rem;
    margin: 0 0 8px 0;
}

form label .required {
    color: #999;
    padding: 0 2px;
}

form input[type="text"],
form input[type="email"],
form select,
form textarea {
    background: #fff;
    border: 1px solid #ccc;
    color: #494746;
    display: block;
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 1rem;
    line-height: 2rem;
    margin: 0 0 30px 0;
    padding: 8px 12px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form select:focus,
form textarea:focus {
    border-color: #494746;
    outline: none;
}

form textarea {
    line-height: 1.8rem;
    resize: vertical;
}

form button[type="submit"] {
    background: none;
    border: 1px solid #494746;
    color: #494746;
    cursor: pointer;
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 1rem;
    padding: 10px 30px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

form button[type="submit"]:hover {
    background: #494746;
    color: #fff;
}

form .field-note {
    color: #999;
    font-size: 0.8rem;
    line-height: 1.2rem;
}

form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23494746' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    padding-right: 36px;
}

/* workshop card */

.workshop-card {
    border: 1px solid #ccc;
    padding: 40px;
    margin: 40px 0;
}

.workshop-card h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem;
    margin: 0 0 20px 0;
}

.workshop-card .tbc {
    color: #999;
    font-weight: 600;
    font-family: "Courier New", sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
}

ul.workshop-meta {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

ul.workshop-meta li {
    color: #999;
    font-weight: 600;
    font-family: "Courier New", sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
}

.workshop-cta {
    display: inline-block;
    border: 1px solid #494746;
    padding: 10px 30px;
    text-decoration: none;
    margin-top: 10px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.workshop-cta:hover {
    background: #494746;
    color: #fff;
    text-decoration: none;
}