


/* fonts */

@font-face {
  font-family: "Roslindale";
  src: url("assets/fonts/RoslindaleText-Regular.woff2") format("woff2"),
       url("assets/fonts/RoslindaleText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roslindale";
  src: url("assets/fonts/RoslindaleText-Bold.woff2") format("woff2"),
       url("assets/fonts/RoslindaleText-Bold.woff") format("woff");
  font-weight: 700; 
  font-style: normal;
  font-display: swap;
}


/* variables */

:root {
/* font stacks */
--font-serif: "Roslindale", Georgia, "Times New Roman", Times, serif;
--font-sans: "Inter", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

/* site styling */
/* apply a natural box layout model to all elements, but allowing components to change */
html { box-sizing: border-box; overflow-x:hidden; }
*, *:before, *:after { box-sizing: inherit; }

/* base */

body {
/*	background: transparent;*/
	background: rgba(229,227,217,1);
    color: rgba(25, 25, 32, 1);
    font: 10px/1.5 sans-serif;
	font-family: var(--font-sans);
	font-variation-settings: "opsz" 11, "wdth" 100, "wght" 400;
    font-optical-sizing: auto;
    font-weight:400;
    font-style: normal;
    margin: 0;
    padding: 0;
	text-align: left
}

.note { background-color: rgba(255,255,0,.2)}

@media print {
	body, main, article, li, p, h1,h2,h3,h4,blockquote, strong, small { background: transparent !important; color: black !important }
	img { display: none !important}
	main article.grid, div.grid2, div.grid3, div.grid3even { display: block !important; width: 70% }
}

@media (prefers-color-scheme: dark) {
	body {
/*
		background: #222;
		background: rgb(14, 70, 100);
*/
		background: rgb(11, 19, 43);
		color: #ccc
	}
	button {
        background: rgba(244, 186, 76, .8);
        color: #222
    }
    button:focus, button:hover {
        background: rgba(244, 186, 76, 1);
        color: #000
    }
	h1 a, article blockquote, dl dt, h1 a, h1 a:visited {
		color: #eff !important
	}
	h4, strong { color: rgba(196, 181, 253,.9) !important }
	details summary {}
	.note { background: rgba(196, 181, 253, .3); color: white }
	#banner { background: rgba(196, 181, 253,.9) !important; color: black }
	#banner a { color: black !important }
	a, article a, details summary { color: rgba(244, 186, 76, .8) !important }
	a:hover, a:focus, article a:hover, article a:focus, details summary:hover, details summary:focus { color: rgba(244, 186, 76, 1) !important }
	nav#connect a { color: #ffc600 !important }
	nav#connect a.on, nav#connect a.on:hover { background: #ffc600 !important; color: #000 !important }
	nav#connect a:focus, nav#connect a:hover { background: #f4ba4c; color: #222 !important; -webkit-tap-highlight-color: #000 }
}

#hello article,
main {
    position: relative
}

#window,
.insights ul,
article,
aside,
dialog,
dl,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

#banner {
	background: rgba(255, 198, 0,.4);
	display: block;
	font-size: .75rem;
	margin: 0 auto;
	padding: .1rem .2rem;
	position: absolute;
	text-align: left;
	top: 0;
	left: 0;
	width: 99%;
}

header nav { 
	margin: auto; 
	text-align: center; 
	width: 95%; 
}

main {
    margin: 4rem 2rem 2rem 2rem;
/*    max-width: 1000px;*/
    width: 99%
}
#resume main {
	max-width: 1200px;
}
header {
    margin:3rem auto 0 auto;
    padding: 2rem 0 0 .5rem;
    width: 100%
}

article {
    margin: 1rem auto;
    padding: .5rem;
    width: 95%
}

#window {
    background: url(photos/woolacombe.jpg) center center no-repeat #464646;
    background-size: 100%;
    height: 14rem;
    margin: .3rem auto;
    max-width: 900px;
    width: 100%
}

footer nav {
    margin: 1rem auto;
    max-width: 66%
}


/* typography */

h1,
h2 {
	text-align: left
}

h1 {
    background: url(images/JS_logomark-60_175.png) 8px -50px no-repeat;
    font-family: var(--font-serif);
	font-variant-ligatures: common-ligatures;
	font-size: 1.8rem;
    font-weight: 700 !important;
    font-style: normal;
    margin: 0;
    padding: 1.2rem .25rem 1.25rem 67px
}

header h1 span.tagline {
    display: block;
	font-family: var(--font-sans);
    font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: normal;
    margin: 0 0 0 -1rem;
    text-align: left;
    text-indent: .22rem;
    text-transform: none
}

@media all and (min-width:700px) {
    h1 {
        font-size: 1.85rem
    }
}

h2 {
    border-bottom: 2px solid #ffc600;
	font-family: var(--font-serif);
	font-variant-ligatures: common-ligatures;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    margin: 0;
    padding: 0 0 0 .2rem;
    overflow: visible;
    text-transform: normal;
    width: 125px
}

h2 img {
    margin-top: 1rem;
    width:90%
}

h3 {
    font-size: 1.4rem;
    font-weight: 900;
    margin: 2.5rem .5rem .5rem 0rem;
    padding: 0;
    text-align: left
}
#writing h3 {
    margin-left: 1rem;
    text-align: left
}

h4 {
	color: rgba(43, 58, 65,.9);
	font-family: var(--font-serif);
	font-variant-ligatures: common-ligatures;
    font-size: 1.1rem;
	font-weight: 300;
    margin: .5rem 0 0 1rem;
    padding: 0;
}

dialog,
header {
    text-align: center
}

header p {
    font-size: .85rem;
    margin: 1rem auto;
    max-width: 800px;
    width: 80%
}

dl,
h5,
ol li,
p,
ul,
ul li {
	font-size: .95rem;
	font-size: clamp(.95rem, .95rem + .95vw, 1rem);
    font-weight: 400;
	max-width: 900px
}

blockquote,
dt,
h1,
h1 a,
h2,
h3,
h4,
h1 a:focus,
h1 a:hover {
    text-decoration: none
}

blockquote strong {
	font-size: 2rem
}

dt, details summary {
	font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
    padding: 0
}

ol,
ul {
    margin: 0 .2rem 0 .5rem;
    padding: 0
}

ol li,
ul li {
    margin: 0;
    padding: 0 0 .5rem
}

#selected ul li,
.mini_gallery,
.mini_gallery li,
section,
section img {
    vertical-align: top
}

strong {
	font-weight: 600
}

blockquote {
    font-family: var(--font-serif);
	font-variant-ligatures: common-ligatures;
    font-weight: 300
}

footer p {
    border: none;
    margin-left: 0;
    text-align: left;
    width: auto
}

#resume .company,
#work dl dfn,
#work h4,
section dfn {
    font-style: normal
}

dfn.date {
    display: block;
    font-weight: 800
}

#about img {
    max-width: 300px
}

.amp {
    font-family: Baskerville, Palatino, "Book Antiqua", serif;
    font-style: italic;
    font-weight: 400;
    line-height: 0
}

.insights ul {
    margin-bottom: 2rem;
    min-height: 150px
}

#resume .skillset dt,
#work dl dfn,
section dfn {
    text-transform: uppercase
}

::selection {
    background: rgba(255, 204, 0, .4)
}

.offscreen {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

#work dl dfn,
.skillset dt {
    font-weight: 700
}

article ol,
article p,
article ul {
    margin: 0 0 0 .5rem;
/*    max-width: 666.67px;*/
    padding: .5rem
}

article ul {
    list-style: disc
}

article.grid ol li,
article.grid ul li {
    margin-bottom: .3rem;
    margin-left: 0;
    padding-left: .5rem
}

blockquote, dl dt {
/*    color: rgba(25, 25, 32, .6);*/
    display: block;
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 500;
    margin: 1rem 0 1rem 1.3rem;
    max-width: 800px;
    padding: .5rem
}
article blockquote small,
article blockquote.small,
p small {
	display: block;
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: 400 !important;
	margin-top: .5rem
}

article blockquote img {
    border: thin solid #626d6d;
    display: block;
    float: none;
    margin: .5rem auto 1.5rem;
    width: 200px;
    padding: 0
}

article blockquote div {
    display: block
}

@media screen and (min-width:600px) {
    article blockquote {
        font-size: 1.5rem;
        text-align: left
    }
    article blockquote img {
        float: left;
        margin: .5rem 1rem .5rem .5rem
    }
}

.skillset {
    margin: auto;
    padding: .8rem
}

.skillset dd {
    margin-left: .1rem;
    padding-left: 0
}

@media screen and (min-width:900px) {
    .skillset {
        display: inline-block;
        padding: 1%;
        text-align: left;
        vertical-align: top;
        width: 29%
    }
}

.collaboration,
.creativity,
.empathy,
.imagination,
.motivation {
    font-size: 105%;
    font-weight: 800
}

.creativity, .collaboration {
    color: #c06c00
}

.empathy {
    color: #1a73e8 
}

.imagination {
    color: #317246
}

.motivation {
    color: #E5473D
}

#work main {
    max-width: 1400px
}

#selected ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 99%
}

#selected ul li {
    display: block;
    margin: 2rem 1rem;
    padding: 0;
    width: 95%
}

#work dd img,
#work ol li {
    border: thin solid #ededed
}

@media screen and (min-width:64em) {
    #selected ul li {
        display: inline-block;
        margin: 2rem 1%;
        vertical-align: top;
        width: 47.5%
    }
}

section {
/*    background: #fafafa;*/
/*    border: thin solid #f5f0f0;*/
    display: block;
    margin: 1rem .5rem !important;
    min-height: 25rem;
    min-width: 300px;
    padding: 0 0 .5rem;
    width: 100%
}

section img {
    display: block;
    height: 165px;
    margin: -1.55rem auto .5rem auto;
	max-width: 300px;
    opacity: .8;
    padding: 1rem;
    text-align: center;
    width: 100%
}


/* interactivity */

button {
	background: rgba(0, 114, 206, 1);
	border:none;
	border-radius: .3rem;
	padding: .3rem 1rem;
	color: rgba(255,255,255,.9)
}
button:focus, button:hover {
	background: rgba(0, 114, 206, .8);
	color: rgba(255,255,255,1)
}

h1:focus,
h1:hover,
section a {
    cursor: pointer
}

h1 a, h1 a:visited {
	color: rgba(25, 25, 32, 1)
}

nav#connect {
    display: flex;
    flex: auto;
    flex-wrap: wrap
}

nav#connect a,
ul.util_nav li a { 
	font-weight: 500;
/*    transition: all .7s ease;*/
    text-decoration: none
}

nav#connect a {
    color: #02020c;
	display: inline-block;
	font-size: .66rem;
    height: auto;
	letter-spacing: 1px;
    margin: .3rem .5rem;
	min-width: 5rem;
	padding: .15rem;
	text-align: center;
	text-transform: uppercase
}

nav#connect a.on,
nav#connect a.on:hover {
    background: #ffc60;
    color: #464646
}

nav#connect a.on span {
    border-bottom: 2px solid #ffc600;
	padding-bottom: .25rem
}

nav#connect a:focus,
nav#connect a:hover {
    background: #f4ba4c;
    color: #464646;
    -webkit-tap-highlight-color: #464646
}

@media all and (max-width:499px) {
    #selected nav#connect a,
    nav#connect a {
        width: 20%
    }
}

@media all and (min-width:500px) and (max-width:799px) {
    #selected nav#connect a,
    nav#connect a {
        width: 17%
    }
}

@media all and (min-width:900px) {
    #selected nav#connect,
    nav#connect {
        margin: 0;
        padding: .5rem 0 1px 1px;
        position: absolute;
        top: 2.5rem;
        left: 1.5rem;
        width: 90%
    }
}

a.portfolio_link,
article a.portfolio_link {
    background: rgba(0, 114, 206, .8);
    border: thin solid rgba(64, 128, 255, .85);
    border-radius: 2px;
    color: rgba(255, 255, 255, .85);
    display: block;
    letter-spacing: 1px;
    margin: .5rem auto;
    max-width: 150px;
    padding: .5rem .25rem;
    text-align: center;
    text-decoration: none;
    width: 70%
}

article a.portfolio_link:focus,
article a.portfolio_link:hover {
    background: rgba(0, 114, 206, 1);
    border: thin solid rgba(64, 128, 255, 1);
    color: rgba(255, 255, 255, 1)
}

#portfolio article section a img {
    transition: transform .7s ease-in-out
}

#portfolio article section a:hover img {
    transform: rotate(-2deg);
}

article a.portfolio_link:active {
    background: #464646;
    border: thin solid #464646;
    color: #d6d6d6
}

dl dd .portfolio_link {
    margin: .5rem 0
}

[href^="http:"]:not([href*="jenstrickland.design"])::after,
[href^="https:"]:not([href*="jenstrickland.design"])::after,
[target="_blank"]::after,
[target=popup]::after {
    background: url(images/external-link.svg) no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: .6em;
    margin-bottom: -1px;
    margin-left: 4px;
    width: .65em
}

.mini_gallery [target="_blank"]::after,
a.portfolio_link::after,
footer a::after {
    background: 0 0 !important;
    margin: 0;
    width: 0!important
}

article a {
    color: #0047d6;
    padding: 2px;
    text-decoration: underline
}

article a:focus,
article a:hover {
/*    background: rgba(255, 255, 55, .6)*/
}

article a:active {
/*    background: #fefefe;*/
    color: #6f6f6f
}

#selected article ul li a {
    background: #ededed;
    background-size: 100%;
    border: thin solid #ededed;
    border-radius: 3px;
    display: block;
    height: 280px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: 1s ease all;
    width: 99%
}

#selected ul li a.sabre {
    background: url(images/sabre/sabre_redesign.png) center center no-repeat #45afd9
}

#selected ul li a.fid_rwd_grid {
    background: url(images/fidelity/fidelity-positionsgrid-desktop.png) left top no-repeat #ededed
}

section img:hover {
    opacity: 1
}

section a {
    color: #0047d6;
    margin-bottom: 0
}

.prototype,
a:focus,
a:hover,
article a:focus,
article a:hover,
section a:focus,
section a:hover {
    text-decoration:overline
}

section a:active {
    color: #6d6d6d
}

section small a::before {
    content: "» "
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
    content: ''
}

section dfn {
    font-size: .8rem
}

section h4,
section p {
    display: block;
    margin: 0;
    padding: .3rem 1rem;
    text-align: left
}

section small {
    display: block;
    font-size: 14px;
    padding-top: .3rem
}

section.next_project img {
    background: #a9a9a9
}

section.yellow img,
section.barcc img,
section.fema img,
section.motovy img,
section.SoD img,
section.oblique a img {
    background-color: #f4ba4c
}

section.green img,
section.ant img,
section.amycards img,
section.flatview img,
section.fid_rwd_comp img {
    background: #55cfad
}

section.cyan img,
section.fidworkplace img,
section.amywww img,
section.wikihow img {
    background: #45afd9
}

section.orange img,
section.foodtruck img,
section.sabre img,
section.punk img,
section.fid_rwd_grid img {
    background: #f86e56
}

section.blue img,
section.irsodg img,
section.mepht img,
section.ma_health img,
section.akamai img,
section.dmmgf img,
section.radio_bkmk img {
    background: #4e8bda
}

section.next_project {
    display: none
}

#work dt img {
    border: thin solid #5a5a5c;
    margin-top: .3rem;
    max-width: 700px;
    width: 100%
}

#work dl {
    display: block;
    margin: 1rem .3rem;
    padding: .15rem
}

#work dl dfn {
    font-size: .9rem
}

#work dl dd {
    display: block;
    float: right;
    margin: .15rem;
    padding: .3rem .3rem .3rem 1.5rem;
    overflow: hidden;
    width: 97%
}

#work dd img {
    display: block;
    margin: 1rem;
    width: 90%
}

#work dd p {
    margin-left: 1.5rem
}

@media screen and (min-width:64em) {
    #work dl,
    #work dt {
        vertical-align: top
    }
    #work dl dd,
    #work dt {
        display: inline-block
    }
    #work dl {
        display: block;
        margin: 1rem;
        padding: 0
    }
    #work dt {
        margin-left: 0;
        padding-left: 0;
        width: 33%
    }
    #work dl dd {
        float: right;
        padding: .3rem;
        overflow: hidden;
        width: 60%
    }
}

#work ol {
    border: 0;
    font-size: 1.5rem;
    margin: 0 0 0 1.5rem;
    padding: 0;
    width: 100%
}

#work ol li {
    background: rgba(255, 255, 255, .5);
    border-radius: .5rem;
    margin: 2rem .5rem .3rem .3rem;
    min-height: 200px;
    padding: .3rem .3rem .3rem .8rem;
    width: 85%
}

#deets {
/*	outline: thin solid red;*/
	margin-left: 0;
}
#deets dt {
	font-size: 1.2rem;
/*	outline: thin solid blue;*/
}

#deets dt img {
	display: block;
    margin: .75rem 0;
	max-width: 480px;
	width: 90%;
}
#deets .overview {
/*	outline: thin solid green;*/
	margin: .5rem 0;
	padding: 0;
}
@media screen and (min-width: 1000px) {
	#deets dt,
	#deets dd.overview {
		display: inline-block;
		vertical-align: top;
	}
	#deets dt {
		width: 30%;
	}
	#deets dd.overview {
		width: 65%;
	}
}
#deets dd {
	margin-left: 0;
	padding-left: 0;
}
#deets dfn {
	display: block;
	font-style: normal;
	font-weight: 700;
}
#deets ul {
    list-style: disc;
    padding-left: 0;
}

#deets ul li {
    background: 0 0;
    border: 0;
    margin: .3rem .15rem .3rem .8rem;
    min-height: 14px;
    padding: .3rem 0 .3rem .3rem;
    width: 95%
}

#deets ul ul {
    list-style: circle
}

#deets ul ul.whiteboarding {
    list-style: none
}

#deets ol li ul li {
    margin: .3rem .1rem .3rem .3rem
}
#deets .whiteboarding img {
	max-width: 300px;
}
#deets ol li small {
    display: block;
    margin: 0;
    padding: 0
}

#deets dd ol ul.whiteboarding small {
    display: inline
}

#deets ol li p {
    font-size: 1rem
}
#samples {
	margin-bottom: 1rem;
	padding: .5rem;
}
#samples img {
	display: block;
	margin: .5rem 0;
	max-width: 450px;
	width: 90%;
}
#deets ol li img.sample {
    display: block;
    margin: 0 auto;
    padding-bottom: .5rem;
    width: 95%
}

#deets dd a.sample {
    cursor: pointer;
    display: block;
    list-style: none;
    margin: 0 auto 24px!important;
    padding-bottom: .5rem;
    width: 95%
}

#deets dd a.sample img {
    display: block;
    float: none;
    margin: 0 .3rem 5px 0;
    max-width: 300px;
    width: 95%
}

#deets dd a small {
    color: #0047d6;
    font-size: 11px;
    line-height: 1.2
}

#deets dd a.sample:focus small,
#deets dd a.sample:hover small {
    color: #6d6d6d
}

@media all and (min-width:600px) {
    #deets dd a.sample,
    #deets ol li img.sample {
        margin: .5rem;
        width: 35%
    }
    #deets ol li img.sample {
        border: none;
        float: right;
        max-width: 180px
    }
}

#deets dd ul.whiteboarding {
    list-style: none;
    margin: .5rem .15rem .5rem 0
}

#deets dd ul.whiteboarding li {
    display: block;
    margin: 0 auto 1rem;
    padding: 0;
    width: 100%
}

#deets dd .whiteboarding li a {
    display: block;
    width: 100%;
    margin: 0 auto
}

#deets dd .whiteboarding li a:focus,
#deets dd .whiteboarding li a:hover {
    background: #fff
}

#deets dd .whiteboarding li a small {
    margin-left: .5rem
}

@media all and (min-width:600px) {
    #deets dd ul.whiteboarding li {
        display: inline-block;
        margin: 0;
        max-width: 500px;
        min-width: 290px;
        padding: .3rem;
        vertical-align: top
    }
}

#resume .details,
#resume .job {
    display: block
}

#resume .company {
    font-weight: 600
}

#resume .details {
    font-style: italic;
    padding-bottom: .2rem
}

#resume .bullet {
    display: none
}

#resume .location {
    display: block;
    margin: 0;
    padding: 0
}

#resume .skillset {
    font-size: 13px
}

#resume .skillset dt {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    padding: 0
}

#resume .skillset dd {
    margin-bottom: .3rem
}

#hello #gallery {
    visibility: hidden
}

@media all and (min-width:405px) {
    #resume .bullet {
        color: #464646;
        display: inline
    }
    #resume .location {
        display: inline
    }
}

@media screen and (min-width:925px) {
    article {
        margin: 0
    }
    #hello #gallery,
    #resume #skills {
        position: absolute;
        top: 183px;
        right: 5%;
        visibility: visible;
        width: 300px
    }
    #hello #gallery img {
        display: block;
        margin: 0;
        max-width: 180px;
        padding: .5rem
    }
    #resume #skills dl {
        display: block;
        margin: .3rem 0 .7rem 1rem;
        width: 100%
    }
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    left: 0;
    top: 0;
    height: 100%
}

#hello #experiment {
    display: none
}

.mini_gallery {
    list-style: none;
    margin: 1rem auto;
    max-width: 100%;
    padding: 0;
    width: 100%
}

.mini_gallery li {
    display: inline-block;
    margin: .5rem;
    padding: 0;
    width: 90%
}

@media all and (min-width:730px) {
    .mini_gallery li {
        width: 25%
    }
}

.mini_gallery li a {
    display: block;
    height: 100%;
    margin: 0;
    padding: .3rem;
    width: 100%
}

.mini_gallery li a:focus,
.mini_gallery li a:hover {
    background: 0 0
}

.mini_gallery li img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

#personas {
    background: #efefef;
    border: 0
}

#personas dd {
    background: #fff;
    border-bottom: thin solid #dedede;
    border-left: thin solid #dedede
}

.prototype {
    color: #0047d6
}

footer {
    display: block;
	margin: 0 auto;
	padding: 1rem 2rem;
    text-align: left;
	width: 100%
}

footer p {
    font-size: .85rem;
/*
    margin: 1rem 0;
    padding: 0;
*/
    width: 100%
}

.mfp-bg {
    width: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    width: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-close,
.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    position: absolute;
    left: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.fa-fw,
.fa-li {
    text-align: center
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}



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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

dialog {
    border: thin solid #555;
    display: block;
    font-size: 1.7rem;
    margin: 1rem auto;
    max-width: 700px;
    padding: .5rem;
    position: relative;
    text-align: left;
    width: 90%
}

dialog p {
    margin: .5rem auto;
    padding: 0
}


/* ========= CHANGE LAYOUT ========= */

main {
	max-width: 1400px;
	margin: 0
}
main article.grid,
main article.grid section {
	border: none;
	margin: 1rem auto
}
article.grid section.next_project {
	display: none;
}
article.grid a:focus, 
article.grid a:hover {
/*	background: #fff;*/
}

@supports (display:grid) {
	@media (min-width: 630px) {
      main article.grid {
          display: grid;
          grid-template-columns: 325px 325px;
          grid-gap: .5rem;
          padding: .5rem;
      }
      div.grid3 {
            align-items: start;
            display: grid;
            grid-template-columns: 30% 30% 35%;
            grid-gap: 1.5rem;
            justify-items: start;
            padding: .25rem
        }
	}
    @media (min-width: 850px) {
        div.grid2 {
            align-items: start;
            display: grid;
            grid-template-columns: 525px 1fr;
            grid-gap: 3rem;
            justify-items: start;
            padding: .5rem
        }
        .grid3even {
            align-items: start;
            display: grid;
            grid-template-columns: 30% 30% 30%;
            grid-gap: 3rem;
            justify-items: start;
            max-width: 90%;
            padding: .5rem
        }
	}
	@media (min-width:950px) {
      div.grid3 {
              align-items: start;
              display: grid;
              grid-template-columns: 40% 25% 35%;
              grid-gap: 2rem;
              justify-items: start;
              padding: .25rem
          }
	}
	@media (min-width: 1160px) {
      main article.grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          grid-gap: 2rem;
          padding: 1rem
      }
	}

	#portfolio main {
		max-width: 1400px;
		margin: auto;
	}

	#deets dd#samples ol {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		grid-gap: 1rem;
		margin: 0;
		max-width: 100%;
		padding: .5rem;
	}
	main article.grid section,
	#deets dd#samples li {
		display: flex;
		flex-flow: column;
		padding: .5rem 0; 
	}
	#deets dd#samples li {
		border: thin solid rgba(240,240,240,.8);
		padding: 1rem;
	}
	main article.grid section img {
		max-width: 300px;
	}
	main article.grid section h4,
	main article.grid section p {
		margin: 0 auto;
		max-width: 325px;
		width: 99%;
	}
}

ul ul {
	list-style:circle
}
ul ul ul {
	list-style: square
}
details {
    margin-bottom: 1rem
}
details summary {
	color: rgba(0, 71, 214, .85);
	cursor: pointer;
	font-size: .95rem !important;
	margin-top: .5rem
}
details ul {
    margin-left: 2rem
}
@supports (display:grid) {
	@media screen and (min-width: 630px) {
		#portfolio details ul { display: grid; grid-template-columns: repeat(3, 300px); grid-auto-flow: dense; grid-gap: .5rem }
		#portfolio details ul :nth-child(8n + 1),
        #portfolio details ul :nth-child(8n + 2),
        #portfolio details ul :nth-child(8n + 3),
        #portfolio details ul :nth-child(8n + 4),
		#portfolio details ul :nth-child(8n + 5),
        #portfolio details ul :nth-child(8n + 6),
        #portfolio details ul :nth-child(8n + 7) {
          grid-column: 1;
        }
        
		#portfolio details ul :nth-child(8n + 8),
		#portfolio details ul :nth-child(8n + 9),
        #portfolio details ul :nth-child(8n + 10),
        #portfolio details ul :nth-child(8n + 11),
        #portfolio details ul :nth-child(8n + 12) {
          grid-column: 2;
        }
		
		#portfolio details ul :nth-child(8n + 13),
		#portfolio details ul :nth-child(8n + 14),
		#portfolio details ul :nth-child(8n + 15),
		#portfolio details ul :nth-child(8n + 16),
		#portfolio details ul :nth-child(8n + 17),
		#portfolio details ul :nth-child(8n + 18) {
          grid-column: 3;
        }
    }

#portfolio h3:not(:first-of-type) {
    border-top: 2px solid rgba(200,200,200,.5);
	margin-top: 1rem;
	padding-top: 1rem;
}
#irs h3, #fema_gmmb h3, #fidrwd2013 h3, #ant-gmmb h3, #SoD h3 {
	text-align: left
}
#resume details ul {
	border-left: 5px solid rgba(244,186,76,.5);
	padding-left: 2rem;
}
.tags {
	font-size: .8rem !important
}
	#welcome .tags {
		margin-bottom: 3rem
	}
#about h3 {
	font-size: 1.25rem;
	text-align: left
}

/* ~~~~~~~~~~~~~~~~ TABLES ~~~~~~~~~~~~~~~~ */
table {
  border-collapse: collapse;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 1rem 0;
  width: 100%
}
table thead th:first-of-type,
table tbody th:first-of-type {
	width: 25%
}

caption {
  caption-side: top;
  font-weight: bold;
  font-size: 1.125rem;
  padding-bottom: 0.5rem;
  text-align: left
}

th, 
td {
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
}

thead th {
  font-weight: 700;
  background-color: rgba(255, 198, 0,.1); 
  border-bottom: 2px solid rgba(255, 198, 0,.3)
}

/* Hover state to help track rows visually */
tbody tr:hover {
  background-color: rgba(255, 198, 0,.3);
}



/* Responsive wrapper fallback for smaller viewports */
.table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Responsive adjustment for small screens */
@media (max-width: 600px) {
  th, 
  td {
    padding: 0.5rem 0.625rem;
    font-size: 0.875rem;
  }
}
	
img.portfolio_example {
	border: thin solid #ffc600;
	border-radius: .3rem;
	margin-left: 1rem;
	max-width: 70%
}
.circle-image {
  border: .3rem solid #ffc600;
  border-radius: 50%;
  height: 250px;
  object-fit: cover;
  width: 250px
}
a img.circle-image {
	transform: rotate(0);
    transition: transform .7s ease-in-out
}
a:hover img.circle-image, a:focus img.circle-image {
    transform: rotate(4deg)
}
blockquote strong:first-of-type {
    margin-left: -1.3rem
}
blockquote strong, blockquote strong a {
    color: #c06c00
}