article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}
body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}
a {
    color: #ffffff;
}
a:visited {
    color: #ffffff;
}
a:hover {
    color: #fe57a1;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: "courier new", monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    cursor: pointer;
}
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}
body {
    /*text-shadow:0 1px 1px rgba(255,255,255,0.5);*/
    font-family: Helvetica, Arial, sans-serif;
    background: url(../img/bg_greynoise.png) repeat #eee;
    color: #444;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    padding: 0;
}
body#kindergarten {
    background: url(../img/kindergarten.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 0px;
}
body#kindergarten header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
body#kindergarten header .main_title,
body#kindergarten header .main_nav {
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
body#kindergarten header .main_title a.gat {
    background-image: url(../img/icon_gat.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    min-width: 30px;
    text-indent: -9999em;
    display: block;
    background-size: contain;
    background-position: center center;
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;
}

body#kindergarten .main_nav a {
    text-indent: -9999em;
    display: block;
    height: 30px;
    width: 30px;
    opacity: 1;
    background-size: contain;
    background-position: center center;
    -webkit-transition: all 0.2s ease-out;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;
    background-color: rgba(0, 0, 0, 0);
}
body#kindergarten .main_nav a:hover {
    opacity: 0.75;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.15);
}

body#kindergarten .main_nav a.bird {
    background-image: url(../img/icon_bird.png);
    background-repeat: no-repeat;
}
body#kindergarten .main_nav a.ball {
    background-image: url(../img/icon_ball.png);
    background-repeat: no-repeat;
}
body#kindergarten .main_nav a.mail {
    background-image: url(../img/icon_mail.png);
    background-repeat: no-repeat;
}
div.cv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
div.portfolio {
    width: auto;
    margin: 50px 25px;
    padding: 0 25px;
    border-left: 1px solid #ccc;
}
div.portfolio h2 {
    text-align: center;
}
div.web-portfolio {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    background-color: rgba(55, 00, 00, 0.01);
}
.web-shot {
    display: block;
    width: 750px;
    height: 750px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.web-shot-wide {
    display: block;
    width: 1500px;
    height: 850px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.brd-site-new-hero {
    background-image: url(../img/work/brd-site-new-hero-01.png);
}
.brd-site-new-about {
    background-image: url(../img/work/brd-site-new-about-01.png);
}
.brd-site-new-leadership {
    background-image: url(../img/work/brd-site-new-leadership-01.png);
}
.bs-site-hero {
    background-image: url(../img/work/brd-blockset-site-hero-01.png);
}
.bs-site-api {
    background-image: url(../img/work/brd-blockset-site-api-01.png);
}
.bs-site-global {
    background-image: url(../img/work/brd-blockset-site-global-01.png);
}
.bs-site-form {
    background-image: url(../img/work/brd-blockset-site-form-01.png);
}
.brd-site-old-hero {
    background-image: url(../img/work/brd-site-old-hero-01.png);
}
.brd-site-old-perks {
    background-image: url(../img/work/brd-site-old-perks-01.png);
}
.birdhouse-hero {
    background-image: url(../img/work/birdhouse-hero-01.png);
}
.tincap-hero {
    background-image: url(../img/work/tincap-situation-awareness-01.png);
}
.stella-hero {
    background-image: url(../img/work/stella-hero-01.png);
}
.trumigo-hero {
    background-image: url(../img/work/trumigo-hero-01.png);
}
.burnside-hero {
    background-image: url(../img/work/burnside-hero-01.png);
}
.okori-hero {
    background-image: url(../img/work/okori-hero-01.png);
}
div.ad-portfolio {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    margin-bottom: 200px;
    background-color: rgba(55, 00, 00, 0.01);
}
.ad-shot {
    display: block;
    width: 750px;
    height: 750px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.ad-shot-wide {
    display: block;
    width: 1500px;
    height: 922px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.brd-stand-01 {
    background-image: url(../img/work/brd-stand-01.png);
}
.brd-stand-02 {
    background-image: url(../img/work/brd-stand-02.png);
}
.brd-stand-03 {
    background-image: url(../img/work/brd-stand-03.png);
}
.brd-stand-04 {
    background-image: url(../img/work/brd-stand-04.png);
}
.brd-hands {
    background-image: url(../img/work/brd-hands-01.png);
}
article.hResume {
    width: 300px;
    margin: 0 24px;
}
h1.n {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
h2.category {
    font-size: 1.2em;
    color: #999;
    margin: 0;
}
.contact {
    font-size: 0.8em;
    color: #999;
    float: right;
    text-align: right;
    margin-top: -49px;
}
.contact a {
    text-decoration: none;
    color: #999;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0),
        inset 0 1px 3px rgba(0, 0, 0, 0.2),
        0 1px 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0),
        inset 0 1px 3px rgba(0, 0, 0, 0.2),
        0 1px 0 rgba(255, 255, 255, 0.6);
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0),
        inset 0 1px 3px rgba(0, 0, 0, 0.2),
        0 1px 0 rgba(255, 255, 255, 0.6);
    padding: 3px 7px 3px;
    background: url(../img/bg_baby_blue_noise.png) repeat;
}
.contact a:hover {
    background: #d95f02;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.contact .tel {
    margin-top: 12px;
}
section.summary {
    clear: both;
    margin-top: 25px;
}
section h2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    font-size: 1.2em;
}
section .group {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
}
section .subgroup {
    font-size: 0.8em;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-bottom: 20px;
    color: #999;
}
.skills .skill_row {
    width: 300px;
    float: left;
}
.skills .skill_row .skill_cat {
    float: left;
    width: 300px;
}
.skills .skill_row .skill_cat h3 {
    font-size: 1em;
    margin-bottom: 0;
}
.skills .skill_row .skill_cat ul {
    padding: 0;
    margin-top: 10px;
}
.skills .skill_row .skill_cat ul li {
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0),
        inset 0 1px 3px rgba(0, 0, 0, 0.2),
        0 1px 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0),
        inset 0 1px 3px rgba(0, 0, 0, 0.2),
        0 1px 0 rgba(255, 255, 255, 0.6);
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0),
        inset 0 1px 3px rgba(0, 0, 0, 0.2),
        0 1px 0 rgba(255, 255, 255, 0.6);
    padding: 6px 10px 4px;
    background: url(../img/bg_baby_blue_noise.png) repeat;
    margin: 5px 0;
    list-style: none;
}
section.experience {
    padding-top: 5px;
    clear: both;
}
section.experience ul {
    padding: 0;
}
section.experience ul li {
    list-style: none;
    margin-bottom: 40px;
}
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}
.ir br {
    display: none;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
