/* ---------------Meyer reset-------------------- */
/* https://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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;
  font-family: 'Open Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
section.dw {
  height: 680px;
}
body {
	line-height: 1;
	font-size: 14px;
}
ol, ul {
	list-style: none;
}
ul.bulleted li {
  list-style: disc;
}
.fyi {
  text-align: center;
  border-top: 1px solid #ccc;
  padding: .6rem 0 60px;
}

.homeHeader {
  height: 100%;
  background-color: #ccc;
  position: fixed;
  top: 0;

}
.rightSide {
  background-color: blue;
}
strong {
  font-weight: 600;
}
.readButton {
  display: flex;
  justify-content: center;
}




/* - - - - Headings & Fonts - - - - - - - - -  - - - -  - - -*/
h1, h2 {
font-weight: 300;
}
h3 {
font-weight: 400;
}
h4, h5, h6 {
font-weight: 600;
}
p, ul, li {
font-weight: 400;
font-size: 16px;
line-height: 1.5;
margin-bottom: 1rem;
color: #222;
}
ul.portfolio {
  list-style: disc;
  margin-left: -24px;
  padding-left: 24px;
}
h1 {
	font-size: 2rem;
}
h1.pageTitle, h1.pageTitlePadded {
  color: #aaa;
  font-size: 5rem;
  padding-bottom: 2rem;
  font-weight: 600;
}
h1.pageTitlePadded {
  padding-bottom: 3rem;
}
h2 {
	font-size: 36px;
  color: #aaa;
  padding-bottom: 4px;
  font-weight: 400;
}
h3 {
	font-size: 28px;
	color: #000;
  padding-bottom: 6px;
	/* padding: 1.5rem 0 .2rem  0; */
}
h4 {
	font-size: 18px;
  margin: .2rem 0 .3rem 0;
}
h5 {
	font-size: .95rem;
	font-weight: 300;
	padding: 0 0 .2rem 0;
}
h6 {
	font-size: 1.1rem;
	font-weight: 300;
	padding: 0;
}
/* p {
	line-height: 1.4;
	margin-bottom: 1rem;
} */
span.italic {
  font-style: italic;
}
.year-l {
  font-size: 16px;
  padding-left: 8px;
  color: #888;
}
.year-s {
  font-size: 16px;
  padding-left: 0;
  color: #888;
}
.title-bar-title {
  margin-left: 48px;
  max-width: 5rem;
}
.title-bar-right .menu li {
  padding: 0 3rem 0 0;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}
.title-bar-right .menu a {
  color: #fff;
}
.title-bar-right .menu li:hover {
  color: #999;
}
.title-bar-right .menu li.active {
  color: #999;
}
.grid-x.project-nav p {
  margin-bottom: 0;
  padding-top: 12px;
  color: #666;
}
.grid-x.project-nav.design p, .grid-x.project-nav.design h3 {
  text-align: right;
}

.grid-container {
  max-width: 1080px;
  margin: 24px auto;
  /* padding: 0 4rem; */
}
.grid-container:first-child {
  margin-bottom: 0;
}
.grid-container.full {
  background-color: #f2f5f9;
  padding: 24px 0;
}
.grid-container.full:first-child {
  margin-top: 0;
}
.grid-container.full.bottom {
  padding: 24px 0 0;
  margin-bottom: 0;
}
.readButton .readCaseStudy {
  border: 1px solid #000;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.readCaseStudy:hover {
  background-color: #eee;
}
/* .grid-container.interior {
  padding: 0 4rem;
} */
/* - - - portfolio pages - - -  */
.readTime {
  color: #666;
  font-size: 14px;
  margin-top: -12px;
}
.portfolio .grid-padding-x > .cell {
  margin-bottom: 0;
}
.portfolio .grid-padding-x {
  margin: 2rem -.9375rem 1rem;
}
.portfolio .grid-padding-x h2 {
  margin: 0 0 .5rem 0;
}
.portfolio .grid-padding-x h3 {
  margin: 0 0 1rem 0;
  font-weight: 400;
}
.portfolio .grid-padding-x p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.portfolio img {
  vertical-align: middle;
}
.portfolio ul, .portfolio li {
  font-size: 1.2rem;
  font-weight: 100px;
}
.portfolio li {
  font-size: 1rem;
  font-weight: 400;
  list-style: disc;
  margin-bottom: .5rem;
  line-height: 1.4;
  margin-left: 1rem;
}
.portfolio li b {
  font-weight: 600;
}
.portfolio img.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

p.comingSoon img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
  margin-top: -50px;
  margin-left: -30%;
  padding-left: 50%;
}
.iframePadding {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pull-quote-bkgnd {
  background-color: #c2d2e2;
  border-radius: 5px;
  padding: 48px 48px 84px;
  margin: 48px 0 96px;
}
.pull-quote h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.4;
}
.pull-quote h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-style: italic;
  border-left: solid 1px #000;
  padding-left: 12px;
}
.pull-quote h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}
.pull-quote p {
  float: right;
  font-size: 18px;
}
.pull-quote-bkgnd.blue {
  background-color: #b1bac9;
}
.pull-quote-bkgnd.blue p, .pull-quote-bkgnd.blue h2 {
  color: #fff;
}
.pull-quote h2:before, .pull-quote h2:after {
    content: "\"";
}
.grid-padding-x .caption.line {
  border-top: 1px solid #ddd;
  padding-top: .2rem;
  margin-top: 1rem;
}
.grid-padding-x .caption  {
  margin: 6px 0 36px 0;
}
.grid-padding-x .projectImg .caption p {
  display: block;
  color: #222;
}
p.playProject {
  padding: 1rem 0 2rem;
  font-size: 18px;
}
.playProject b {
  font-weight: 600;
}
.shadowFrame {
  width: 461px;
  height: 288px;
}
/* .grid-padding-x > .cell {
  margin-bottom: 1rem;
} */
.grid-padding-x > .error-img {
  text-align: center;
  margin-bottom: 1rem;
}
.grid-padding-x > .error-msg p {
  text-align: center;
  margin-bottom: 1rem;
}

.grid-padding-x.searchbar > .cell {
  margin-bottom: 0;
  padding-top: 1rem;
}
.grid-padding-x.workFolder > .cell {
  margin-bottom: 0;
  text-align: center;
}
.grid-padding-x.content > .cell {
  margin-bottom: 2rem;
}
.grid-padding-x.content img {
  max-width: 200px;
}
.grid-padding-x.projects > .cell {
  margin-bottom: 2rem;
}
/* .grid-padding-x.sectionhead:not(:first-child) {
  margin-top: 3rem;
} */
.grid-padding-x.sectionhead {
  margin-top: 48px;
}
.grid-padding-x.sectionhead hr {
  margin: .1rem 0 1rem 0;
}
.grid-padding-x.sectionhead > span.h5 {
  line-height: 1;
}
.grid-padding-x.content-year p {
  margin-bottom: 1rem;
}
.grid-padding-x.projects img, .grid-padding-x.projects iframe, .grid-padding-x.content-year img, .grid-padding-x.about img {
  border-bottom: 1px solid #999;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
.grid-container > .grid-x.grid-padding-x.searchbar {
  background-color: #efefef;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.competency {
  background-color:#f4f6f6;
  padding: 2rem 2rem 0;
  text-align: center;
  height: 13rem;
  border: 1px solid #ccc;
}
.competency:hover {
  background-color:#e6e6e6;
  cursor:pointer;
  -webkit-box-shadow: 2px 2px 12px 1px #BFBFBF; 
  box-shadow: 2px 2px 12px 1px #BFBFBF;
}
.competency h3 {
  padding: .5rem 0;
  color: #000;
}
.competency p {
  font-size: 1rem;
  font-weight: 300;
}
.competency.disabled, .competency.disabled h3 {
  opacity: 0.4;
}
.competency.disabled:hover {
  background-color:#f4f6f6;
  -webkit-box-shadow: none; 
  box-shadow: none;
}
.grid-padding-x > .contentBlock.cell {
  margin-bottom: 1rem;
  border-bottom: 1px solid #999;
  padding-left: 0;
  margin-left: 16px;
}
.IMG {
  height: 200px;
  width: 200px;
  border-radius: 50%;
}
.hiliteText h3 {
  margin: 48px 48px;
}
.titleBlock {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 48px 0;
}
.titleBlock h2 {
  font-size: 3rem;
  color: #222;
  font-weight: 600;
}
.titleBlock .text {
  margin-left: 24px;
}
.titleBlock .links {
  margin-left: 48px;
  padding-top: 24px;
  font-size: 24px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.titleBlock .links.active a {
  color: #666;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.titleBlock .links.active a:hover {
  color: #666;
}
.titleBlock .links a:hover {
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.titleBlock img {
  width: 100px;
}
.titleBlock .download {
  margin-left: 24px;
  padding-top: 20px;
  font-size: 16px;
}
.categoryReturn {
  margin: 0 0 8px 0;
  padding-left: 6px;
}
.project-nav-bottom .categoryReturn{
  margin: 0;
  display: flex;
  padding-left: 0;
}
.categoryReturn a {
  font-size: 16px;
}
.categoryReturn a:hover {
  font-size: 16px;
  color: #1779ba;
}
span.arrowLink:before {
  content: "";
  display: inline-block;
  background: url("../img/arrowLeft_black.svg") no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.cell.roles {
  padding: 0 1.25rem 0;
  }
.roles h4 {
  font-size: 16px;
  color: #333;
}
#categories {
  display: flex;
  justify-content: space-around;
  margin-left: 16px;
  padding: 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #999;
  width: 97%;
}
#categories h2 {
  font-size: 36px;
}
#categories div {
  padding: 0 24px 0;
  width: 50%;
  text-align: center;
}
.bottomBuffer {
  height:200px;
}
.bordered {
  border: 1px solid #ddd;
}
#categories a:hover {
  color: #000;
}
#categories div.active {
  padding-bottom: 5px;
  border-bottom: 3px solid #000;
}
#categories div:hover {
  border-bottom: 3px solid #000;
}
#categories a:hover {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  width: 100%;
}
#categories .active h2{
  color: #333;
}
.portfolio-brief p {
  font-size: 16px;
  background-color: #eee;
  padding: 18px 0;
  text-align: center;
  margin-bottom: 48px;
  width: 100%;
}
.project-brief {
  border-top: 1px solid #ccc;
  padding-top: 44px;
  margin-top: 36px;
}

.project-brief a {
  font-weight: 600;
  font-size: 16px;
}
.container_principles {
  background-image: url(img/leadership_principles_0.png);
}
.project img, .projectImg img, .shadowed {
-webkit-box-shadow: 6px 10px 17px -1px rgba(0,0,0,0.17);
-moz-box-shadow: 6px 10px 17px -1px rgba(0,0,0,0.17);
box-shadow: 6px 10px 17px -1px rgba(0,0,0,0.17);
border-radius: 5px;
}
.project-brief img.br24 {
  border-bottom-right-radius: 24px;
}
.project-nav h4 {
  color: #666;
  font-weight: 400;
}
.project-nav-bottom {
  padding: 0 0 60px 0;
  display: flex;
  justify-content: center;
  
}
.project-nav-bottom h4  {
  font-size: 18px;
  padding: 0 10px;
  font-weight: 400;
}
.project-nav-bottom a {
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
}
.grid-x.project-section {
  margin: 24px 0 0 0;
  padding-top: 0;
}
.project-section h3 {
  margin: 0 0 12px 0;
  color: #000;
}
a .competency {
  text-decoration: none;
  color: #000;
}
.off-canvas {
  background-color: #222;
}
.off-canvas a:focus {
  outline: 0;
}
.menu.horizontal {
  float: right;
  font-size: .9rem;
}
.menu.vertical {
  margin: 36px 12px;
}
.menu.vertical a li {
  padding: 12px 0 12px 24px;
  font-size: 18px;
  color: #fff;
}
.menu.vertical li:hover {
  color: #666;
}
.menu.vertical li.active {
  font-weight: 400;
  color: #666;
  font-size: 24px;
}
.menu a {
  padding: 0 1rem 0 0;
}
.fyi p {
  font-size: 14px;
}
section img {
  position: absolute;
  width: 1080px;
  animation: fade 3s ease-in infinite alternate;
}

.bottomImg {
  animation-delay: 3s;
}

@keyframes fade {
  0% { opacity: 1; }
  25% { opacity: 1; }
  75% { opacity: 0; }
  100% { opacity: 0; }
}

.homepage {
  width: 1080px;
  margin: 10% auto;
}
.homepage-nav {
  margin: 0 0;
  display: flex;
}
.grid-container:not(.full) > .grid-padding-x.workFolder {
  margin-right: 0;
  margin-left: 0;
}
.workFolder {
  padding: 1rem 0 0;
  margin-bottom: 4rem;
  margin-top: -.8rem;
  background-color: #efefef;
  border-radius: 10px;
}
.workFolder a, .workFolder a p {
  text-decoration: none;
  color: #222;
  font-size: .9rem;
}
.social > .cell {
  text-align: center;
}
.social .cell img {
  max-height: 48px;
}
.social .cell p {
  margin-top: .5rem;
  text-align: center;
}
img.inline {
  max-width: 16px;
}

/* icon hover actions  */
.resume:hover img.icon-main, .resume img.icon-hover {
  display: none;
}
.resume:hover img.icon-hover {
  display: inline;
  box-shadow: 0 4px 8px 0 rgba(54, 53, 53, 0.2), 0 6px 20px 0 rgba(71, 66, 66, 0.19);
  border-radius: 50%;
}
.portfolio:hover img.icon-main, .portfolio img.icon-hover {
  display: none;
}
.portfolio:hover img.icon-hover {
  display: inline;
  box-shadow: 0 4px 8px 0 rgba(54, 53, 53, 0.2), 0 6px 20px 0 rgba(71, 66, 66, 0.19);
  border-radius: 50%;  
}
.linkedin:hover img.icon-main, .linkedin img.icon-hover {
  display: none;
}
.linkedin:hover img.icon-hover {
  display: inline;
  box-shadow: 0 4px 8px 0 rgba(54, 53, 53, 0.2), 0 6px 20px 0 rgba(71, 66, 66, 0.19);
  border-radius: 50%;  
}
.twitter:hover img.icon-main, .twitter img.icon-hover {
  display: none;
}
.twitter:hover img.icon-hover {
  display: inline;
  box-shadow: 0 4px 8px 0 rgba(54, 53, 53, 0.2), 0 6px 20px 0 rgba(71, 66, 66, 0.19);
  border-radius: 50%;  
}
.meedium:hover img.icon-main, .meedium img.icon-hover {
  display: none;
}
.meedium:hover img.icon-hover {
  display: inline;
  box-shadow: 0 4px 8px 0 rgba(54, 53, 53, 0.2), 0 6px 20px 0 rgba(71, 66, 66, 0.19);
  border-radius: 50%;  
}




.footer {
  text-align: center;
  margin: 2rem auto 10rem;
  font-size: 1rem;
}
.newLine {
  margin-bottom: 2rem;
}
.greyText {
  color: #999;
}
.overview img {
  max-width: 200px;
}
.overview h1 {
  font-size: 2rem;
  font-weight: 800;
}
.overview span.phd {
  font-size: 1.6rem;
  color: #666;
}
.overview p {
  font-size: 1rem;
  color: #666;
  margin-top: 12px;
}
.containerMain {
    margin: 84px auto 0;
    width: 1080px;
    display: flex;
    flex-direction: column;
    min-height: 90vh;
    justify-content: space-between;
  }
  .col-left {
    width: 400px;
    position: fixed;
    height: 100%;
  }
  .col-left div {
    padding: 0 0 24px 0;
  }
  .col-right {
    display: flex;
    flex-direction: column;
    margin-left: 400px;
    padding: 48px 0 0 48px;
  }
  .cardz {
    display: flex;
    flex-direction: row;
  }

  .outer {
    background-color: #fff;
    border-radius: 12px;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    margin: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
  }
  .outer.tradeoffs {
    background-color: #e7f1f7;
    width: 100%;
  }
  .cardz a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #222;
  }
  .cardz a:hover {
    background-color: #F5FBFF;
    border-radius: 12px;
    }
  .buttonImg {
    padding: 20px;
  }
  .lockup {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 12px;
  }
  .lockup img {
    max-height: 50px;
  }
  .lockup div {
    padding: 10px;
  }


.section-cushion-1rem {
  margin: 1rem 0 0 0;
}
.section-cushion-3rem {
  margin: 3rem 0 0 0;
}
.section-cushion-5rem {
  margin: 5rem 0 0 0;
}
.section-cushion-8rem {
  margin: 8rem 0 0 0;
}
.section-cushion-10rem {
  margin: 10rem 0 0 0;
}

/* - - - - project priority calculator CSS - - - -  */

/* - - original css for tradeoffs - -  */
	.clearfix:after {  content: "."; display:block; font-size:0; line-height:0; height:0; clear:both; visibility:hidden; }
	.clearfix { display:inline-block; }
	* html .clearfix { height:1%; }
	.clearfix { display:block; }

	/* body {margin:0; background:#FFF url(../img/body.png); -webkit-text-size-adjust:100%; -moz-text-size-adjust:100%; padding:10px 2%; font:14px/24px 'Open Sans', Helvetica, Arial, sans-serif  ; color:#000;} */
	/* #wrapper { background:#333; height: 280px; padding: 2rem 0 2rem 0; border:solid 0px #E7E7E7; color:#fff; font-weight: 600; border-radius:6px; box-shadow:0 0 3px rgba(0,0,0,0.2), 0 4px 0 #ededed } */
	#wrapper { margin: 16px 0; color:#000; font-weight: 600; }
	#header { padding:30px 20px; border-bottom:solid 1px #e0e0e0; margin-bottom:20px; text-align:center; font-family:'Open Sans', sans-serif; font-size: 24px;}
	#logo { display:inline-block; font-weight:300;  margin:0 0 0px; font-size:30px; line-height:24px;  color:#000; text-decoration:none; position:relative;  }
	#logo span{ color:#0088cc;}

  body {font-family: 'Open Sans', sans-serif;}
  .planner h2 { font:300 28px 'Open Sans', sans-serif;  margin:0 0 10px 0; padding:0;}
	.planner h2 span {color:#0088cc;}
  .planner h4 {font-weight:400; margin:22px 0 5px 0;}

	.classname { display:block;  padding:20px;  border:solid 2px #CCC; text-align:center;}
	.clearfix:after {  content: "."; display:block; font-size:0; line-height:0; height:0; clear:both; visibility:hidden; }
	.clearfix { display:inline-block; }
	* html .clearfix { height:1%; }
	.clearfix { display:block; }

/* - - supplemental css for tradeoffs switches - -  */
.switch {
	position: relative;
	display: block;
	width: 100px;
	height: 30px;
	padding: 3px;
	margin:0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
  box-sizing:content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
  box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #a3a7a9;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing:content-box;
  font-family: 'Open Sans', sans-serif;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
  box-sizing:content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input.red:checked ~ .switch-label {
	background: #ED5842;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input.blue:checked ~ .switch-label {
	background: #66B5EE;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input.green:checked ~ .switch-label {
	background: #53C050;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
============================================================ */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.main {
	width: 100%;
	margin: 0 auto;
	padding: .2rem 0 .2rem 0;
  display: flex;
  justify-content:center;
	align-items: center;
  color: #222;
}
.main h3 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
}
.main p {
  color: #222;
}
.leftside {
	width: 47%;
	text-align: right;
	padding-right: 1rem;
	margin: -1.2rem 0 0 0;
}
.rightside {
	width: 53%;
}


/* - - override from original stylez.css - -  */
.row.content-segment .project-text h3 {
	border-bottom: none;
	margin: -1rem 0 0 -1rem;
}
.row.content-segment .project-text .subtext {
	margin: 0 0 0 -1rem;
}
.row.content-segment .leftside h3 {
	border-bottom: none;
}

/* - - - medium screens - - - -  */
@media print, screen and (min-width: 40em) {
  .h5 {
    line-height: 1;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
  }
}
/* - - - medium screens - - - -  */
@media print, screen and (max-width: 830px) {
  .competency p {
    display: none;
  } 
 h3 {
    font-size: 1.5rem;
  } 
}
/* - - - - @mobile screens - - - -  */
@media only screen and (max-width: 40.063em) {
  .categoryReturn {
    display: flex;
    padding-left: 0.625rem;
  }
  .grid-padding-x > .cell.project {
  padding-bottom: 24px;
  }
  .grid-padding-x.sectionhead {
  margin: 24px 0 12px;
  }
  /* .grid-padding-x.content img {
    max-width: 160px;
  } */
  #categories h2 {
    font-size: 24px;
  }
  .grid-padding-x.projects > .cell:nth-child(odd) {
    margin-bottom: 1rem;
  }
  .grid-padding-x.projects > .cell:nth-child(even) {
    margin-bottom: 4rem;
  }
  .grid-padding-x > .contentBlock.cell {
    margin-left: 8px;
  }
  .grid-container.full .grid-x.project-section {
    margin: 48px 0 0 0;
    padding-top: 48px;
  }
  .grid-x.project-section {
    margin: 48px 0 0 0;
    padding-top: 0;
  }
  .competency {
    height: 10rem;
    padding: 1rem 2rem 0;
  }
  .competency p {
    display: block;
  } 
  h1.pageTitle, h1.pageTitlePadded {
  font-size: 3rem;
  padding-bottom: 1rem;
  }
  h1.pageTitlePadded {
  padding: 0 0.625rem 1.5rem;
}  
  .readButton .readCaseStudy {
    font-size: 14px;
  }
  h2 {
    font-size: 28px;
    padding-bottom: .4rem;
  }
  h3 {
    font-size: 24px;
  } 
  h1, h2 {
  font-weight: 400;
  }
  #categories {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin: 0 0.625rem 24px;
  width: 95%;
}
.title-bar-title {
  margin-left:24px;
}
.title-bar-right {
  margin-right: 24px;
}
/* .grid-padding-x > .cell.shadowFrame{
  margin-bottom: 2rem;
} */

.portfolio-brief p {
  padding: 18px ;
  font-size: 14px;
}

.project-brief p {
  font-size: 14px;
}
.project-brief a {
  font-weight: 600;
  font-size: 14px;
}
  /* - - - set all cushions to 3rem for mobile - - - */
  .section-cushion-5rem {
    margin: 3rem 0 0 0;
  }
  .section-cushion-8rem {
    margin: 3rem 0 0 0;
  }
  .section-cushion-10rem {
    margin: 3rem 0 0 0;
  }

  .grid-container {
    max-width: 90vw;
    margin: 48px auto;
    padding: 0 1rem;
  }
  /* .grid-padding-x > .cell {
    margin-bottom: 2rem;
  } */
  .grid-padding-x.homepage > .cell {
    margin-bottom: 0;
  }
  .grid-padding-x.content-year > .cell:nth-child(odd) {
    margin-bottom: -1rem;
  }
  .grid-padding-x.content-year > .cell:nth-child(even) {
    margin-bottom: 1rem;
  }
  /* .grid-padding-x.sectionhead {
    margin: 1rem 0 0 0;
  } */
  .grid-padding-x.sectionhead hr {
    margin: -.2rem 0 -.2rem 0;
  }
  .grid-padding-x.content > .cell {
    margin-bottom: 2.5rem;
  }
  .grid-padding-x.content > .cell img {
  margin-bottom: -1.5rem;
  } 
  .grid-padding-x.workFolder > .cell {
    padding: .2rem .3rem;
  } 
  .homepage-nav {
    margin: 2rem;
  }  
  .workFolder {
  margin-top: -2rem;
  }
  .mobile-cushion {
    margin-top: 2rem;
  }

  /* .leftside {
    margin: .7rem 0 0 0;
  } */

  /* - - - portfolio pages - - -  */
  .portfolio .grid-padding-x {
    margin: 1rem 0;
  }
  .portfolio .grid-padding-x h2 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .portfolio .grid-padding-x p {
    margin: 0 0 .5rem 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
  }
  .pull-quote {
    margin: .5rem 0 0;
  }
    .pull-quote h3 {
    font-size: 16px;
  }
  .pull-quote p {
    padding-right: 18px;
    font-size: 16px;
  }

  /* - - - - priority planner module - - - - */
  .row.content-segment .project-text h3 {
    margin: .5rem 0 0 0;
    font-weight: 400;
    font-size: 1.1rem;
  }
  /* .planner h2 { font:400, 'Open Sans', sans-serif;  margin:0 0 10px 0; padding:0} */
  /* .planner h3 { font:300, 'Open Sans', sans-serif;  margin:0 0 10px 0; padding:0} */

  .row.content-segment .project-text .subtext {
    margin: 0;
  }

  .titleBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 18px 0;
  }
  .titleBlock h2 {
    font-size: 2.5rem;
    margin-left: 0;
    color: #222;
  }
  .titleBlock img {
    width: 80px;
  }
}

@media only screen and (max-width: 75em) {
  .containerMain {
    margin: 24px auto;
    width: 960px;
  }
  .cardz {
    display: flex;
    flex-direction: column;
  }

  .outer {
  width: 100%;
  margin: 12px 0;
  }
  .buttonImg {
    padding: 20px;
  }

}

@media only screen and (max-width: 60em) {

  .containerMain {
    width: 100%;
  }
  .col-left {
    position: relative;
    margin: 48px 48px 0;
    width: auto;
  }
  .col-right {
  margin: 0 36px;
  padding: 0;
  }

  .cardz {
    display: flex;
    flex-direction: column;
  }

  .outer {
    width: 100%;
    margin: 12px 0;
  }

  .IMG {
    height: 100px;
    width: 100px;
  }
  .buttonImg {
    padding: 20px;
  }  
}

@media only screen and (max-height: 750px) {
  .containerMain {
    margin: 24px auto 0;
  }
  .fyi {
    margin-top: 48px;
  }

}



