@import url(/storage/themes/madison-2-13438c6b-ea84-12b3-7d6a-493e52e8ce0e/css/titles/source.css);
@import url(/storage/themes/madison-2-13438c6b-ea84-12b3-7d6a-493e52e8ce0e/css/headers/source.css);
@import url(/storage/themes/madison-2-13438c6b-ea84-12b3-7d6a-493e52e8ce0e/css/body/source.css);
@import url(/storage/themes/madison-2-13438c6b-ea84-12b3-7d6a-493e52e8ce0e/css/nav/source.css);
@import url(/storage/themes/madison-2-13438c6b-ea84-12b3-7d6a-493e52e8ce0e/css/white/kshare.css);

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  	-webkit-tap-highlight-color: transparent;
}

body {
	color: #666666;
	background: #ffffff;
	font-size:14px;
	line-height:1.5;
	letter-spacing:0px;
	text-align:left;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

a {
	color: #000000;
	-webkit-transition:color 200ms linear;
	-moz-transition:color 200ms linear;
	transition:color 200ms linear;
	text-decoration:underline;
}

a:hover {
	color:#000000;
}

a.inherit {
	color:inherit;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	color:#000000;
	text-transform:none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
	color:inherit;
}

h1 {
	margin:0 0 1em 0;
	font-size:16px;
}

/* override when used in a header */
h1 time {
	margin:0 0 1em 0;
	font-size:16px;
	text-transform: none;
	letter-spacing: 0;
	color:#000000;
}

h2 {
	margin:0;
	font-size:16px;
}

h3 {
	margin:0 0 0.3em 0;
	font-size:14px;
}

h4 {
	font-size:13px;
}

h5 {
	font-size:13px;
}

h6 {
	font-size:13px;
}

p {
	margin:0 0 1em 0;
}

b, strong { font-weight:bold; }
em, i { font-style:italic; }

small {
    font-size: 80%;
}

.item_meta {
	font-size:11px;
	color:#aaaaaa;
	white-space: nowrap;
	font-weight:normal;
}

.body_small {
	font-size:12px;
}

.trunc {
	display:block;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.tag:before {
	content:"#";
}

.small_link {
	font-size:90%;
	color:#aaaaaa;
}

.archive_head {
	margin-bottom:2em;
}

.fright { float:right; }
.fleft { float:left; }
.align_right { text-align:right; }
.align_left { text-align:left; }
.align_center { text-align:center; }

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}

ul.inline {
	list-style:none;
	display:inline-block;
}

ul.inline li {
	display:inline-block;
}

.meta {
	margin:1em 0 0 0;
	color: #aaaaaa;
	font-size:11px
}

.meta a, .meta a:visited {
	color: #aaaaaa;
}

.meta a:hover {
	color: #444444;
}

.meta:empty {
	margin-top:0;
}

#title_ph {
	display:block;
	width:100%;
	height:75px;
	line-height:75px;
	text-align:center;
	font-size:14px;
	background:#ddd;
	color:black;
}

/* Images
================================================== */

.imgframe,
.k-content,
.k-video
{
	padding:0px;
	background:#f4f4f4;
}

.imgframe {
	display:block;
}

a.k-link-lightbox { cursor:-webkit-zoom-in;cursor:-moz-zoom-in; }

.vid_play,
.vid_time
{
	visibility:hidden;
	opacity:0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.vid_play {
	position:absolute;
	bottom: calc(8px + 0px);
	left: calc(8px + 0px);
	z-index: 1;
	color: #fff;
	font-size: 18px;
	line-height: 16px;
	-webkit-font-smoothing: antialiased;
}

.vid_time {
	position: absolute;
	bottom: calc(8px + 0px);
	right: calc(8px + 0px);
	z-index: 1;
	padding: 1px 5px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	-moz-border-radius: 3px;
  	border-radius: 3px;
}

.kpgriditem.loaded .vid_play { visibility:visible;opacity:1; }
.kpgriditem.loaded .vid_time { visibility:visible;opacity:1; }

.type_video .vid_time:empty { display:none; }


/* Footer
================================================== */

footer.main {
	text-align:left;
	padding:0 10px;
	font-size:11px;
}

footer.main section {
	margin-bottom:30px;
}

footer.main.align_center {
	text-align:center;
}

footer.main.align_right {
	text-align:right;
}

/* Column
================================================== */

#col {
	position:fixed;
	height:100%;
	top:0;
	overflow:auto;
	font-size:11px;
	color:#aaaaaa;
	width:250px;
	text-align: right;
	background:rgba(255,255,255,1);
	z-index: 100;
}

#col a {
	text-decoration:none;
}

#col .in {
	padding:50px 30px 0 30px;
}

#col section {
	margin-bottom:30px;
}

#col section:empty {
	margin-bottom:0;
}

.logo {
	display:inline-block;
}

img.custom_logo {
	max-width:100%;
	width:100%;
	height:auto;
}

#site_logo {
	display:table;
	width:100%;
}
#site_logo .w {
	display:table-cell;
	vertical-align:middle;
}

#col.align_center #site_logo .w {
	text-align:center;

}

header.top h1 {
	text-transform:uppercase;
	color:#000000;
	font-size:17px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom:0px;
}

header.index {
	position:relative;
	padding-bottom:1em;
	clear:both;
}
header.index.anim_on {
	display:none;
}

nav {
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
}

nav li {
	margin-bottom:6px;
}

nav ul ul {
	margin-top:6px;
	margin-left:5px;
}

nav a {
	display:block;
	cursor:pointer;
}

nav a:link, nav a:visited, nav a:active {
	color: #444444;
}

nav a:hover {
	color: #444444;
	text-decoration: none;
}

nav a.k-nav-current {
	font-weight:bold;
	color: #000000 !important;
}

/* Main content area
================================================== */

/* parent that sets left and right edges for content area */
#main {
	margin-left:250px;
	overflow:visible;
	padding: 0 30px 2.5em 0px;
	position: relative;
}

/* Offset column for strip */
#main.strip_1 {
	/* number is equal to width of #content_scroll */
	margin-right:calc(27px + 30px);
}

/* inner wrap that sets content max-width */
#main_wrap {
	margin:0 auto;
}

/* container calc'd for image sizing */
#main .list_item {
	width:100%;
	margin-bottom:2.5em;
}

#main .caption h2 {
	word-wrap:break-word;
}

.item_media {
	position:relative;
}

.item_media.align_center {
	text-align:center;
}

.item_media.align_center .img_wrap {
	margin:0 auto;
}

figure.list_item .item_media img {
	max-height:800px;
}

#main .media-meta {
	width:100%;
	margin-top:1em;
	line-height:11px;
}

#main .media-meta time {
	padding-right:5px;
}

#main .media-meta time,
#main .media-meta ol.exif
{
	display:inline;
}

#main ol.exif li {
	display:inline;
	font-size:11px;
	color: #aaaaaa;
	line-height:1;
	margin:0;
	padding:0 5px 0 0;
}

#main ol.exif li:last-child {
	padding-right:0;
}

#main p.caption {
	margin:0;
}

#page {
	margin:50px auto 0;
	text-align:left;
	overflow:auto;
}

span.img_wrap {
	display:inline-block;
	position:relative;
}

.kpgriditem span.img_wrap {
	display:block;
	height:auto;
}

figcaption {
	clear:both;
	margin:1em 0 0;
}

/* clip text/article/caption width for list items */
.cap_width {
	width:70%;
}

/* Content alignment
================================================== */

#main.palign_left { text-align:left; }
#main.palign_right { text-align:right; }
#main.palign_center { text-align:center; }

#main.palign_left #main_wrap { margin-right:auto;margin-left:0;}
#main.palign_right #main_wrap { margin-right:0;margin-left:auto;}
#main.palign_center #main_wrap { margin-right:auto;margin-left:auto;}

#main_wrap.calign_left { text-align:left;margin-right:auto;margin-left:0; }
#main_wrap.calign_right { text-align:right;margin-right:0;margin-left:auto; }
#main_wrap.calign_center { text-align:center;margin-right:auto;margin-left:auto; }

#main_wrap.calign_right header,
#main_wrap.calign_right figcaption {
	margin-right:0;
	margin-left:auto;
}

#main_wrap.calign_center header,
#main_wrap.calign_center figcaption
{
	margin-left:auto;
	margin-right:auto;
}


/* Content scroll
================================================== */

#content_scroll {
	top:50px;
	position:fixed;
	width:27px;
	right:30px;
	z-index:1;
}

.bttn_pag {
	width:27px;
	height:27px;
	line-height:27px;
	text-align:center;
	display:block;
	font-size:15px;
	color:#000000;
	border:1px solid #dddddd;
	margin-bottom:6px;
	background: #ffffff;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	transition:all 200ms linear;
}

.bttn_pag i {
	padding-left:2px;
	position:relative;
}
.bttn_pag.up i {
	top:-1px;
}

/* Content share menu
================================================== */

.item_media .share_content {
	position:absolute;
	top:calc(0px + 7px);
	left:calc(0px + 7px);
	z-index:999;
}

.item_media div.kshare {
	margin-top:0;
	left:0;
	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
}

.content-share {
	display: block;
	opacity:0;
	width:27px;
	height:27px;
	background-color:rgba(0,0,0,0.25);
	-webkit-transition:all 300ms linear;
  	-moz-transition:all 300ms linear;
 	transition:all 300ms linear;
}

.content-share i {
	display:block;
	width:27px;
	height:27px;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

.content-share.active i {
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

.img_wrap:hover .content-share {
	opacity:1;
}

/* Pillar grid
================================================== */

#kpgrid_content:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

body.k-lens-album #kpgrid figure { padding-bottom:0px; }
body.k-lens-albums #kpgrid figure { padding-bottom:0px; }
body.k-lens-archive-albums #kpgrid figure { padding-bottom:0px; }
body.k-lens-archive-contents #kpgrid figure { padding-bottom:0px; }
body.k-lens-contents #kpgrid figure { padding-bottom:0px; }
body.k-lens-favorites #kpgrid figure { padding-bottom:0px; }
body.k-lens-index #kpgrid figure { padding-bottom:0px; }
body.k-lens-set #kpgrid figure { padding-bottom:0px; }
body.k-lens-sets #kpgrid figure { padding-bottom:0px; }

.kpgriditem {
	position:relative;
	display:none;
}

.kpgriditem img {
	display:none;
}

.kpgriditem img {
	width:100%;
	max-width:100%;
}

.kpgriditem img.k-lazy-loaded {
	height: auto;
}

.pillar .kpgriditem, .pillar .kpgriditem img {
	display: block;
}

.kpgriditem .grid_img {
	position:relative;
	display:block;
}

/* don't reduce text widths in grid layouts */
#kpgrid_content .cap_width {
	width:100%;
}

#kpgrid_content.spin_1.flower img.k-lazy-loading {
	background: url(/storage/themes/madison-2-13438c6b-ea84-12b3-7d6a-493e52e8ce0e/css/white/spinner.gif) center center no-repeat;
}

body.k-lens-album #kpgrid {
	margin-left:calc(-30px/2);
	margin-right:calc(-30px/2);
}

body.k-lens-albums #kpgrid {
	margin-left:calc(-0px/2);
	margin-right:calc(-0px/2);
}

body.k-lens-archive-albums #kpgrid {
	margin-left:calc(-0px/2);
	margin-right:calc(-0px/2);
}

body.k-lens-archive-contents #kpgrid {
	margin-left:calc(-30px/2);
	margin-right:calc(-30px/2);
}

body.k-lens-contents #kpgrid {
	margin-left:calc(-30px/2);
	margin-right:calc(-30px/2);
}

body.k-lens-favorites #kpgrid {
	margin-left:calc(-15px/2);
	margin-right:calc(-15px/2);
}

body.k-lens-index #kpgrid {
	margin-left:calc(-15px/2);
	margin-right:calc(-15px/2);
}

body.k-lens-set #kpgrid {
	margin-left:calc(-0px/2);
	margin-right:calc(-0px/2);
}

body.k-lens-sets #kpgrid {
	margin-left:calc(-0px/2);
	margin-right:calc(-0px/2);
}

/* Pagination
================================================== */

div.paginate {
	width:100%;
	margin-bottom:50px;
}

div.paginate div.nav {
	display:inline-block;
}

div.paginate ol {
	list-style:none;
	display:inline-block;
}

div.paginate ol li {
	display:inline;
	margin-right:10px;
}

div.paginate a {
	color:inherit;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
}

div.paginate a.k-pagination-current {
	cursor:default;
	color:#000000;
	font-weight:bold;
}

/* Timeline
================================================== */

body.k-source-event, body.k-source-events h1 {
	margin-bottom:24px;
}

ul.k-mosaic.edge > li {
	margin:8px 8px 0 0;
}

/* Essays/Articles
================================================== */

article {
	margin-bottom:2em;
}

article header {
	margin-bottom:2em;
	width:100%;
}

article header a {
	text-decoration:none;
}

article header .item_meta {
	display:inline;
	padding:0;
	margin:0;
}

article header h1 {
	margin:0 0 4px 0;
}

article h2 {
	margin:0 0 4px 0;
}

article h3 {
	margin:0 0 4px 0;
}

article ul {
	list-style:disc;
	list-style-position: inside;
	margin:0 0 1em 0;
}

article ol {
	list-style:decimal;
	list-style-position: inside;
	margin:0 0 1em 0;
}

article footer {
	margin:1em 0;
	font-size:11px;
	color:#aaaaaa;
}

article footer a {
	color:#aaaaaa;
}

article .share_button {
	text-decoration:underline;
}

article footer a:hover, article footer .share_button:hover {
	color:#444444;
}

article span.date {
	font-size:11px;
	text-transform:uppercase;
}

article .share_content {
	display:inline-block;
}

article blockquote {
	color: #aaaaaa;
	border-left:1px solid #dedede;
	margin: 2em 1em;
	padding-left: 1em;
	font-size:15px;
	line-height:21px;
}

article figure {
	display:block;
}

.k-content img {
	max-width:100%;
	height:auto;
}

.k-content-embed {
	margin:0 0 2em 0;
}

/* give a little more room to even out embed bot margin */
article p + .k-content-embed,
article ul + .k-content-embed,
article ol + .k-content-embed,
article blockquote + .k-content-embed
{
	margin-top:2em;
}

article .k-content-text {
	margin:0;
	padding:15px 15px 15px;
	background:#f4f4f4;
}

article .k-content-text span {
	display:block;
}

article .k-content-title {
	color: #000000;
	font-weight:bold;
	font-size:12px;
}

article .k-content-caption {
	color: #aaaaaa;
	font-size:12px
}

article .k-video {
	margin: 0 auto;
}

div#feat-essays {
	overflow:auto;
	margin:30px 0;
}

div#feat-essays h2 {
	margin-bottom:2em;
}

div#feat-essays time {
	display:block;
}

div#essay-list div {
	width:30%;
	float:left;
	margin:0 5% 30px 0;
}

div#essay-list div:nth-child(3n+3) {
	margin-right:0 !important;
}

div#essay-list div:nth-child(3n+1) {
	clear:left;
}

div#feat-essays img, div#feat-essays time, div#feat-essays h3 {
	margin-bottom:0.5em;
}

div.essay_pag {
	margin:4em 0;
}

div.essay_pag ul {
	list-style:none;
	display:table;
	width:100%;
}

div.essay_pag ul li {
	display:table-row;
}

div.essay_pag span.cell {
	display:table-cell;
	width:50%;
}

div.essay_pag time {
	display:block;
}

div.essay_pag p {
	margin-bottom:0;
}

div.essay_pag time, div.essay_pag h3 {
	margin-bottom:0.5em;
}

div.essay_pag span.cell:first-child {
	padding-right:2.5%;
}

div.essay_pag span.cell:last-child {
	padding-left:2.5%;
}

div.essay_pag span.cell.right {
	text-align:right;
}

/* Tags / Category index
================================================== */

ol.meta_list li a {
	display:block;
	width:100%;
	margin-bottom:1em;
	color:#666666;
}

ol.meta_list li a span.count {
	color:#666666;
	float:right;
	-webkit-transition:color 200ms linear;
	-moz-transition:color 200ms linear;
	transition:color 200ms linear;
}

ol.meta_list li a:hover, ol.meta_list li a:hover span.count {
	color:#000000;
}

/* Favorites slideshow
================================================== */

.slideshow_pag {
	margin:1em 0;
}

/* Discussions
================================================== */

div#kdiscuss {
	margin-top:1em;
}

#contents.flower img.k-lazy-loading {
	background: url(/storage/themes/madison-2-13438c6b-ea84-12b3-7d6a-493e52e8ce0e/css/white/spinner.gif) center center no-repeat;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none;
}

#nprogress .bar {
  background: #000;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

/* Spinner
================================================== */

.spinner_pos {
	position:absolute;
	left:50%;
	top:50%;
	height:25px;
	width:25px;
	margin-left:calc((25px / 2) * -1);
	margin-top:calc((25px / 2) * -1);
	z-index:999;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.spinner_pos.active {
	opacity: 1;
}

.spinner {
	height:100%;
	width:100%;
	margin:0 auto;
	position:relative;
	-webkit-animation: rotation 0.7s infinite linear;
	-moz-animation: rotation 0.7s infinite linear;
	-o-animation: rotation 0.7s infinite linear;
	animation: rotation 0.7s infinite linear;
	border:1px solid #dddddd;
	border-radius:100%;
}

.spinner:before {
	content:"";
	display:block;
	position:absolute;
	left:-1px;
	top:-1px;
	height:100%;
	width:100%;
	border-top:1px solid #000000;
	border-left:1px solid transparent;
	border-bottom:1px solid transparent;
	border-right:1px solid transparent;
	border-radius:100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

.kloading {
	display:none;
	position:fixed;
	z-index:1;
	background:rgba(255,255,255,1);
	height:25px;
	width:25px;
	bottom:30px;
}
.kloading .spinner_pos {
	position:relative;
	margin-left:0;
	left:0;
}
/* color to match side column */
.kloading .spinner {
	border-color:#eeeeee;
}
.kloading .spinner:before {
	border-top-color:#000000;
}

body.k-pjax-loading .kloading,
body.k-lightbox-loading .kloading {
	display:block;
}

/* only used if flower gif is assigned */
.kloading .gif_loader {
	width:16px;
	height:16px;
	display:block;
	background: url(/storage/themes/madison-2-13438c6b-ea84-12b3-7d6a-493e52e8ce0e/css/white/spinner.gif) center center no-repeat;
}

/* position according to column text alignment */
#col.align_left .kloading {
	left:30px;
}
#col.align_center .kloading {
	left:calc((250px / 2) - (25px / 2));
}
#col.align_right .kloading {
	left:calc(250px - 25px - 30px);
}

/* right col position */
body.pos_right #col.align_left .kloading {
	left:auto;
	right:calc(250px - 30px - 25px);
}
body.pos_right #col.align_center .kloading {
	left:auto;
	right:calc((250px / 2) - (25px / 2));
}
body.pos_right #col.align_right .kloading {
	left:auto;
	right:30px;
}

/* Mobile menu
================================================== */

.mob {
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:240px;
	overflow-x:none;
	overflow-y:auto;
	background:#000000;
	box-shadow:inset -4px 4px 8px rgba(0,0,0,.4);
}
.mob .mob-inner{padding:0 0 15px}
.mob .mob-inner>p{margin-left:15px;margin-right:15px}
.mob.right{left:auto;right:-260px}
.mob.left{left:-260px;right:auto}
.mob h1,.mob h2,.mob h3,.mob h4,.mob h5,.mob h6{
	font-size:11px;
	font-weight:normal;
	padding:0 15px;
	margin:0 0 5px;
	color:#cccccc;
	line-height:24px;
}
.mob a {
	border-bottom:none;
}
.mob ul {
	display:block;
	margin:10px 0 20px;
	padding:0;
}
.mob ul li {
	display:block;
	margin:0;
	line-height:36px;
	border-bottom:none;
}
.mob ul li:hover,.mob ul li.active,.mob ul li.mob-class-active {
}
.mob ul li:hover>a,.mob ul li:hover>span,.mob ul li.active>a,.mob ul li.active>span,.mob ul li.mob-class-active>a,.mob ul li.mob-class-active>span {
}
.mob ul li a, .mob ul li span {
	padding:0 20px;
	display:block;
	text-decoration:none;
	color:#cccccc;
	text-align:left;
	position:relative;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
}
.mob ul li ul {
	border-bottom:none;
	margin:0;
}
.mob ul li ul li {
	line-height:40px;
	font-size:13px;
}
.mob ul li ul li:last-child { border-bottom:none; }
.mob ul li ul li:hover,.mob ul li ul li.active,.mob ul li ul li.mob-class-active {
}
.mob ul li ul li:hover>a,.mob ul li ul li:hover>span,.mob ul li ul li.active>a,.mob ul li ul li.active>span,.mob ul li ul li.mob-class-active>a,.mob ul li ul li.mob-class-active>span {
}
.mob ul li ul li a, .mob ul li ul li span {
	padding-left:30px;
}
.mob ul li ul li ul li a, .mob ul li ul li ul li span {
	padding-left:45px;
}
.mob ul li ul li ul li ul li a, .mob ul li ul li ul li ul li span {
	padding-left:60px;
}
.mob ul li ul li ul li ul li ul li a, .mob ul li ul li ul li ul li ul li span {
	padding-left:75px;
}
.mob ul li a.k-nav-current {
	color:#ffffff;
	font-weight:bold;
}

#mob-bttn-row {
	display:none;
	background:rgba(255,255,255,1);
	width:100%;
	text-align:left;
	z-index:9999;
	height:50px;
	position:fixed;
	top:0;
	left:0;
}

#mob-bttn-row .w {
	position:relative;
	width:100%;
	height:50px;
	padding:0 15px;
}
#mob-bttn-row .vcenter {
	top:50%;
	position:relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#mob-menu {
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	height:50px;
	line-height:50px;
	padding:0 15px;
	margin-left:-15px;
	font-size:21px;
	color:#444444;
	text-decoration:none;
}
#mob-pag-bttns {
	float:right;
	/* compensate for down arrow padding */
	margin-right:-15px;
}
#mob-pag-bttns a {
	font-size:21px;
	width:40px;
	height:50px;
	line-height:50px;
	text-align:center;
	display:inline-block;
	color:#444444;
	text-decoration:none;
}
body.sidr-animating #mob-bttn-row {}

body.sidr-open #mob-bttn-row {
	left:240px;
}

/* Page widths
================================================== */

body.k-lens-essays #main_wrap,
body.k-lens-essay #main_wrap,
body.k-lens-archive-essays #main_wrap,
body.k-lens-page #main_wrap
{
	max-width:800px;
}

body.k-lens-albums #main_wrap,
body.k-lens-archive-albums #main_wrap
{
	max-width:1600px;
}

body.k-lens-album #main_wrap,
body.k-lens-contents #main_wrap,
body.k-lens-archive-contents #main_wrap
{
	max-width:1600px;
}

body.k-lens-index #main_wrap,
body.k-lens-favorites #main_wrap
{
	max-width:1600px;
}

body.k-lens-timeline #main_wrap,
body.k-lens-tag #main_wrap,
body.k-lens-category #main_wrap,
body.k-lens-day-timeline #main_wrap,
body.k-lens-tags #main_wrap,
body.k-lens-categories #main_wrap
{
	max-width:800px;
}

body.k-lens-faveslideshow #main_wrap
{
	max-width:1600px;
}

/* Main content area alignment mods
================================================== */

body.pos_right #col {
	right:0;
	left:auto;
}

body.pos_right #main {
	margin-left:0;
	margin-right:250px;
	padding-left:30px;
}

body.pos_right #main .list_item {
	float:right;
}

body.pos_right #content_scroll {
	left:30px;
	right:auto;
}

/* Offset column for scroll buttons */
body.pos_right #main.strip_1 {
	/* number is equal to width of #content_scroll */
	margin-left:calc(27px + 30px);
	padding-right:0px;
	margin-right:250px;
}

body.pos_right .kloading {
	left:auto;
	right:30px;
}

body.pos_right.k-lens-essays .main_wrap,
body.pos_right.k-lens-essay .main_wrap
{
	width:100%;
}

/* Social
================================================== */

.social {
	margin-bottom:30px;
}

.social span.fb {
	margin-bottom:5px;
}

.social span.fb, .social span.tw {
	display:block;
}

.social iframe,.social>span {
	vertical-align: baseline !important;
}

.social-links li:after {
	content:"\00a0\00a0";
}

/* can't do true center align b/c widget has fixed width - tweak if needed */
#col.align_center .social span.tw iframe {
	margin-right:-26px;
}

/* Splash template
================================================================= */

#splash.show_flower {
	background: url(/storage/themes/madison-2-13438c6b-ea84-12b3-7d6a-493e52e8ce0e/css/white/spinner.gif) center center no-repeat;
}

html.k-lens-splash,
body.k-lens-splash
{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	position:relative;
}

body.k-lens-splash #target,
body.k-lens-splash #page,
body.k-lens-splash #splash,
body.k-lens-splash .pjax-transition-container
{
	height:100% !important;
	padding:0;
	margin:0;
}

body.k-lens-splash #splash {
	position:relative;
}

body.k-lens-splash .spinner_pos { opacity: 1; }

body.k-lens-splash #splash.bleed_1
{
	margin-left:250px !important;
}

body.pos_right #splash.bleed_1,
body.pos_right #splash.bleed_1 .spinner_pos
{
	margin-right:250px !important;
	margin-left:0 !important;
}

body.k-lens-splash .k-note-pulse { text-align:center; }

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

	body.k-lens-splash footer,
	body.k-lens-splash #mob-pag-bttns,
	body.k-pjax-loading .kloading,
	body.k-lightbox-loading .kloading
	{
		display:none;
	}

	body.k-lens-splash #splash.bleed_1 {
		margin-left:0 !important;
	}

	body.k-lens-splash #page {
		/* matches height of #mob-bttn-row */
		margin-top:50px;
	}

	body.k-lens-splash #col {
		display:none;
	}

}

/* Tablet Landscape
================================================== */

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

	/* break out of clipping all around */
	.cap_width {
		width:100% !important;
	}

}

/* Tablet Portrait
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {

	/* relocate share button */
	.img_wrap .share_content {
		display:none;
	}

	ol.exif.fright { float:none; }

	/* break out of clipping all around */
	.cap_width {
		width:100% !important;
	}

	div#essay-list div {
		width:45%;
		float:left;
		margin:0 5% 30px 0;
	}

	div#essay-list div:nth-child(2n+2) {
		margin-right:0 !important;
	}

	div#essay-list div:nth-child(2n+1) {
		clear:left;
	}

	div#essay-list div:nth-child(3n+3) {
		margin-right:5% !important;
	}

	div#essay-list div:nth-child(3n+1) {
		clear:none;
	}

}

/*  Mobile (Portrait)
================================================== */

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

	.hide_mob {
		display:none;
	}

	.logo {
		max-width:160px;
	}

	#col {
		position:relative;
		top:0;
		width:100%;
		height:auto;
	}

	#col .in {
		/* turn off vertical offset */
		padding:0 15px;
	}

	#col section {
		margin-bottom:0;
		padding-bottom:1em;
	}

	#col section:empty {
		padding-bottom:0;
	}

	nav * {
		display:block;
	}

	#page {
		/* matches height of #mob-bttn-row */
		margin-top:50px;
	}

	#main,
	#main.strip_1
	{
		margin-left:0;
		margin-right:0;
		padding:15px;
	}

	#main .list_item {
		float:none;
	}

	#mob-bttn-row {
		display:inline-block;
	}

	.k-source-essay #mob-pag-bttns,
	.k-source-page #mob-pag-bttns
	{
		display:none;
	}

	/* relocate share button */
	.img_wrap .share_content {
		display:none;
	}

	/* break out of clipping all around */
	.cap_width {
		width:100% !important;
	}

	div#essay-list div {
		width:45%;
		float:left;
		margin:0 5% 30px 0;
	}

	div#essay-list div:nth-child(2n+2) {
		margin-right:0 !important;
	}

	div#essay-list div:nth-child(2n+1) {
		clear:left;
	}

	div#essay-list div:nth-child(3n+3) {
		margin-right:5% !important;
	}

	div#essay-list div:nth-child(3n+1) {
		clear:none;
	}

	footer.main {
		padding:15px;
	}
}

/* Mobile (Landscape)
================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Desktops
================================================== */

@media only screen and (min-width:1025px) {

	.bttn_pag:hover {
		color:#ffffff;
		border:1px solid #000000;
		background: #000000;
	}

}

/* Mods for larger desktop browsers
================================================== */

@media only screen and (min-width: 1280px) {

	#main figure.list_item .item_media img
	{
		max-height:800px;
	}

}

@media only screen and (min-height: 1000px) {

	#main figure.list_item .item_media img
	{
		max-height:800px;
	}

}

/*
 * Mosaic image layout
 */

.k-mosaic {
	position:relative;
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}
.k-mosaic:before, .k-mosaic:after {
	content: " ";
	display:table;
}
.k-mosaic:after {
	clear:both;
}
.k-mosaic > li {
	display:inline;
	height:auto;
	float:left;
	font-size:0 !important;
	line-height:0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.k-mosaic img {
	max-height: none !important;
	vertical-align:baseline;
}

.k-mosaic-1 > li { width:100%; }
.k-mosaic-1 > li:nth-of-type(n) { clear:none; }
.k-mosaic-1 > li:nth-of-type(1n+1) { clear:both; }

.k-mosaic-2 > li { width:50%; }
.k-mosaic-2 > li:nth-of-type(n) { clear:none; }
.k-mosaic-2 > li:nth-of-type(2n+1) { clear:both; }

.k-mosaic-3 > li { width:33.333333333%; }
.k-mosaic-3 > li:nth-of-type(n) { clear:none; }
.k-mosaic-3 > li:nth-of-type(3n+1) { clear:both; }

.k-mosaic-4 > li { width:25%; }
.k-mosaic-4 > li:nth-of-type(n) { clear:none; }
.k-mosaic-4 > li:nth-of-type(4n+1) { clear:both; }

.k-mosaic-5 > li { width:20%; }
.k-mosaic-5 > li:nth-of-type(n) { clear:none; }
.k-mosaic-5 > li:nth-of-type(5n+1) { clear:both; }

.k-mosaic-6 > li { width:16.66667%; }
.k-mosaic-6 > li:nth-of-type(n) { clear:none; }
.k-mosaic-6 > li:nth-of-type(6n+1) { clear:both; }

.k-mosaic-7 > li { width:14.28571%; }
.k-mosaic-7 > li:nth-of-type(n) { clear:none; }
.k-mosaic-7 > li:nth-of-type(7n+1) { clear:both; }

.k-mosaic-8 > li { width:12.5%; }
.k-mosaic-8 > li:nth-of-type(n) { clear:none; }
.k-mosaic-8 > li:nth-of-type(8n+1) { clear:both; }

.k-mosaic-9 > li { width:11.11111%; }
.k-mosaic-9 > li:nth-of-type(n) { clear:none; }
.k-mosaic-9 > li:nth-of-type(9n+1) { clear:both; }

.k-mosaic-10 > li { width:10%; }
.k-mosaic-10 > li:nth-of-type(n) { clear:none; }
.k-mosaic-10 > li:nth-of-type(10n+1) { clear:both; }

.k-mosaic.edge > li {
	margin: 1px 1px 0 0;
}

.k-mosaic-1.edge li:first-child,
.k-mosaic-2.edge > li:nth-of-type(-n+2),
.k-mosaic-3.edge > li:nth-of-type(-n+3),
.k-mosaic-4.edge > li:nth-of-type(-n+4),
.k-mosaic-5.edge > li:nth-of-type(-n+5),
.k-mosaic-6.edge > li:nth-of-type(-n+6),
.k-mosaic-7.edge > li:nth-of-type(-n+7),
.k-mosaic-8.edge > li:nth-of-type(-n+8),
.k-mosaic-9.edge > li:nth-of-type(-n+9),
.k-mosaic-10.edge > li:nth-of-type(-n+10) { margin-top: 0 !important; }

.k-mosaic-1.edge li,
.k-mosaic-uneven:last-child,
.k-mosaic-2.edge > li:nth-of-type(2n),
.k-mosaic-3.edge > li:nth-of-type(3n),
.k-mosaic-4.edge > li:nth-of-type(4n),
.k-mosaic-5.edge > li:nth-of-type(5n),
.k-mosaic-6.edge > li:nth-of-type(6n),
.k-mosaic-7.edge > li:nth-of-type(7n),
.k-mosaic-8.edge > li:nth-of-type(8n),
.k-mosaic-9.edge > li:nth-of-type(9n),
.k-mosaic-10.edge > li:nth-of-type(10n) { margin-right:0 !important; }

.k-mosaic-2.edge > li:nth-of-type(2n+1),
.k-mosaic-3.edge > li:nth-of-type(3n+1),
.k-mosaic-4.edge > li:nth-of-type(4n+1),
.k-mosaic-4.edge > li:nth-of-type(4n+1),
.k-mosaic-5.edge > li:nth-of-type(5n+1),
.k-mosaic-6.edge > li:nth-of-type(6n+1),
.k-mosaic-7.edge > li:nth-of-type(7n+1),
.k-mosaic-8.edge > li:nth-of-type(8n+1),
.k-mosaic-9.edge > li:nth-of-type(9n+1),
.k-mosaic-10.edge > li:nth-of-type(10n+1) { margin-left: 0 !important; }
