/* Fonts */

@font-face { }
/* @font-face { font-family: Monument; src: url('MonumentStd-Book.otf'); }
@font-face { font-family: MonumentMedium; src: url('MonumentStd-Medium.otf'); }
@font-face { font-family: MonumentBold; src: url('MonumentStd-Bold.otf'); }
@font-face { font-family: Dutch; src: url('Dutch-Regular.otf'); }
@font-face { font-family: DutchDisplayIta; src: url('Dutch-DisplayIta.otf'); } */

@font-face { font-family: Monument; src: url('fonts/MonumentGrotesk-Regular.woff'); }
@font-face { font-family: MonumentMedium; src: url('fonts/MonumentGrotesk-Medium.woff'); }
@font-face { font-family: MonumentBold; src: url('fonts/MonumentGrotesk-Bold.woff'); }
@font-face { font-family: Dutch; src: url('fonts/Dutch801_Regular.woff'); }
@font-face { font-family: DutchDisplayIta; src: url('fonts/Dutch801_HeadlineItalic.woff'); }



/* default css */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	border: 0px solid;
}


div {
	  outline: 1px solid;
	  outline-color: transparent;
}

html, body {
  height: 100%;
}



body {
	font: 13px/1.3em Monument, Arial, Helvetica, sans-serif;
  color: #000;
  	margin: 0;
	padding: 0;
	background: #fff;
  letter-spacing: .25px;
}

strong,
strong .caps {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color .75s;
}

p a,
#sidebar a,
#main li a {
	border-bottom: 1px solid;
    /*xcolor: #d1d2d4;
	padding-bottom: 1px;*/
	padding-bottom: 0;
}

p a:hover,
#sidebar a:hover,
input[type=submit]:hover {
  color: #000;
}

#main li a:hover {
	border-bottom: 1px solid;
}

a:link img,
a:visited img {
	border: none;
	padding: 0;
}

embed,
object {
	display: block;
}

input:active,
input:focus {
  border: none;
  outline: none;
}

input.covert {
	border: none !important;
	padding: 0 0 !important;
	margin: 0 0 !important;
}

h1 a {
	/* display: none; */
	position: absolute;
	top: 50px;
	left: calc(50vw - 500px);
	text-indent: -100em;
	height: 80px;
	cursor: pointer;
	z-index: 1000;
}

h2 {
	margin-bottom: 70px;
	font: 83px/1em MonumentBold, Arial, sans-serif;
	letter-spacing: .25px;
}

h2:before {
	content: "C";
	padding-right: 100px;
}

h3 {
  font: 45px/1.2em Dutch, Georgia, serif;
  margin-bottom: 20px;
}

h3 em {
	font-family: DutchDisplayIta;
	font-style: normal;
}

h4 {
	font: normal 30px/1.1em Monument, Arial, sans-serif;
	margin-left: 35px;
	margin-bottom: 20px;
	margin-top: 1em;
  letter-spacing: .25px;
}

.col h4:first-child,
#main h4:first-child {
	margin-top: 0;
}

.issues #main .col h4:first-child,
.search #main .col h4:first-child {
	margin-top: 0
}


h4 strong {
	font-family: MonumentMedium;
}

h4 strong,
h4 span.theme,
h3 span.theme {
	display: block;
}

.no-indent h4,
h4.no-indent,
#main .col h4 {
	margin-left: 0;
}

span.theme:before {
	content: '“';
}

span.theme:after {
	content: '”';
}

h4 + h5 {
  margin-top: 1.5em
}

div h5:first-child {
  margin-top: 0 !important;
}

p {
  margin-bottom: 1em;
}

ul {
	padding: 0 0;
}

li {
  list-style: none;
}

.loose li {
  margin-bottom: .75em;
}

h5 + .loose {
	margin-top: .75em;
}

.loose li h6:only-child,
.loose li h5:only-child {
	margin-bottom: -.75em;
}

.commas li {
	display: inline;
}

.commas.loose li {
	line-height: 1.5em;
}

.commas li:after {
	content: ', ';
}

.commas li:last-child:after {
	content: '';
}

pre, .pre {
  font: 11px/1.4em courier, monospace !important;
}

dt {
font-family: MonumentMedium, Arial, Helvetica, sans-serif;
letter-spacing: .25px;
}

dt:after {
	content: ': ';
}

dd, dt {
	display: inline;
}

dd:after {
	content: '';
	display: block;
	margin-bottom: .75em;
}

table {
    border-collapse: collapse;
	text-align: left;
}

th {
	text-transform: capitalize;
	font-weight: bold;
}

th:last-child,
td:last-child {
	text-align: right;
}

.weak {
    color: #d2d2d2;
}

.faded {
	opacity: .5 !important;
}

.big {
  font: 32px/1em Monument, Arial, Helvetica, sans-serif;
  border: none !important;
  letter-spacing: .25px;
}

.medium {
	font: normal 17px/1.1em Monument, Arial, sans-serif;
  letter-spacing: .25px;
}

a.medium,
a.big,
.big a {
	text-decoration: none;
	border-bottom: none !important;
}

.small {
	  font: 12px/1.4em Monument, Arial, Helvetica, sans-serif !important;
    letter-spacing: .25px;
}

.sans {
	  font-family: Monument, Arial, Helvetica, sans-serif !important;
    letter-spacing: .25px;
}

.cents {
	font-size: 50%;
	   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}

.hidden {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

.smallScreen  {
	display: none;
}

.alert {
	color: red;
}

.sortable {
	cursor: move;
}

/* Layout */

#container {
  overflow: hidden;
}

#header {
	margin: 0 0;
	padding-top: 22px;
	height: 341px;
	font: 48px/1.1em DutchDisplayIta, Georgia, serif;
	line-height: 1em;
	overflow: hidden;
	color: #fff;
	position: relative;
  -webkit-font-smoothing: antialiased;
}

#content {
	width: 80%;
	width: 1000px;
	margin: 0 auto;
	padding: 0 50px 100px 50px;
	position: relative;
	overflow: hidden;
  font: 18px/1.3em Dutch, Georgia, serif;
}


#main {
  float: left;
  width: 60%;
  overflow: hidden;
  border-right: 1px solid;
  padding-right: 5%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

#main.wide {
	width: 70%
}

#main.full {
	border: none;
	padding-right: 0;
}

#main h5 {
	font: normal 20px/1.1em Monument, Arial, sans-serif;
  letter-spacing: .25px;
	margin: 1.5em 0 .4em 0;
}

#main h6 {
  font-style: italic
}

#sidebar {
  float: left;
  width: 40%;
  font: 12px/1.4em Monument, Arial, Helvetica, sans-serif;
  letter-spacing: .25px;
  color: #555;
  overflow: hidden;
  xmargin-left: -1px;
}

#main.wide + #sidebar {
	width: 25%;
}

#main.wide + #sidebar .col {
	width: 80%;
	padding-left: 20%;
}

#pageSpecs {
		width: 1000px;
  font: bold 22px/1em Monument, Arial, Helvetica, sans-serif;
  letter-spacing: .25px;
  margin: 0 auto 40px auto;
  padding: 0 50px;
  overflow: hidden;
}

#footer {
  background: #2e2d2b;
  width: 100%;
  padding: 80px 0 160px 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

#footer div {
  	width: 1000px;
	margin: 0 auto;
	padding: 0 50px;
}

#footer div div {
	width: auto;
	padding: 0 0;
}


/* Column Craziness */

.col {
  float: left;
  margin: 0 0;
  overflow: hidden;
}

.half,
#main.half {
	width: 50%;
	border-right: 1px solid;
}

#sidebar.half {
	border: none;
	width: 50%;
}

#main.half {
	xwidth: 46%;
}

.full {
	width: 100% !important;
}

#main .col {
    border-right: 1px solid;
  padding-right: 5%;
  width: 44.5%;
  margin-right: 5%;
}

#main .col:last-child {
	padding-right: 0;
  width: 44.5%;
}

#main .col:last-child,
#sidebar .col:last-child {
  margin-right: 0;
	border: none;
}

.col.full img,
#main .col img {
	width: 100%
}

#sidebar .col,
#sidebar .col.first:nth-child(2) {
  width: 41%;
  border: none;
  padding-left: 12%;
}

/* fix */
#sidebar .col:nth-child(2),
#sidebar .col.first + .col {
  width: 41%;
  padding-left: 6%;
}

/* Sidebar */

#sidebar .col {
	xoutline: 1px solid;
	margin-bottom: 3em;
}

#sidebar .col:first-child ol li {
  list-style: decimal-leading-zero outside;
}

#sidebar .col:first-child dl {
  margin-left: -40%;
  overflow: hidden;
}

#sidebar .col:first-child dt,
#sidebar .col:first-child dd {
  float: left;
}

#sidebar .col:first-child dt {
  width: 25%;
  padding-right: 4%;
  text-align: right;
  font-family: MonumentMedium, Arial, Helvetica, sans-serif;
  letter-spacing: .25px;
}

#sidebar .col:first-child dd {
  width: 70%;
}

#sidebar h5,
#sidebar h6,
#sidebar strong {
  font-family: MonumentMedium, Arial, Helvetica, sans-serif;
  letter-spacing: .25px;
  font-weight: normal;
}

#sidebar h5 {
	  margin-top: 3em;
}

#sidebar h6 {
	  margin-top: 2em;
}

#sidebar .loose h6,
#sidebar .colored h6:first-child {
	margin-top: 0;
}

#sidebar .recentEvents {
  margin-top: 3em;
}

#sidebar ul {
	margin-bottom: 1em;
}

#sidebar ul li {
	text-indent: -1em;
	margin-left: 1em;
}

#sidebar ul:not(.loose) li h6,
#sidebar ul:not(.loose) li h5 {
	text-indent: 0;
	margin-left: -1em;
}

#sidebar .loose li {
	text-indent: 0;
	margin-left: 0;
}

/* Header */

#header {
	cursor: pointer;
}

#header.active {
	cursor: default;
}

#header ul {
	width: 1000px;
	margin: 0 auto;
}

#header ul ul {
	width: 33%;
	float: left;
	position: relative;
}

#header ul ul:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 3.1em;
  right: -20px;
  opacity: .8;
  border-top: 2px solid;
  -webkit-transform:rotate(100deg);
  -moz-transform:rotate(100deg);
  -ms-transform:rotate(100deg);
  -o-transform:rotate(100deg);
  transform:rotate(100deg);
}

#header ul li:last-child ul:after {
  border: none;
}


#header ul ul li {
	margin-bottom: 6px;
}

#header a {
  position: relative;
  padding: 0 25px;
}

#header a:hover:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform:rotate(5deg);
  -moz-transform:rotate(5deg);
  -ms-transform:rotate(5deg);
  -o-transform:rotate(5deg);
  transform:rotate(5deg);
}


#top {
	width: 100%;
	height: 16px;
	background: #fff;
	cursor: pointer;
}

#top a {
	display: block;
	height: 16px;
  width: 1000px;
  margin: 0 auto;
	position: relative;
	text-indent: -100em;
}

#top a:after {
  content: "";
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 0;
	left: 100px;
	overflow: hidden;
	background: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 13px 0 13px;
}

#search {
	position: relative;
}

#search a {
	z-index: 2;
}

#search form {
	width: 300px;
}

#search #searchField {
	width: 1px;
	background: transparent !important;
	font: 48px/1em DutchDisplayIta, Georgia, serif;
	position: absolute;
	top: 0;
	left: 25px;
	color: #fff;
	z-index: 1;
	text-indent: .25em;
	margin-left: -.25em;
}

#search #searchField:focus {
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

/* Page Specs */

#pageSpecs li {
	float: left;
	width: 33%;
	text-align: center;
	white-space: nowrap;
	padding-bottom: .1em
}

#pageSpecs li:first-child {
	text-align: left;
}

#pageSpecs li:last-child {
	text-align: right;
}

/* Footer */

#footer strong {
	font-family: MonumentMedium;
  letter-spacing: .25px;
	font-weight: normal;
}

#footer ul {
	float: left;
	width: 145px;
	margin-right: 20px;
}

#footer h6,
#footer .break {
  margin-top: 1em;
}

#footer h6 {
  	color: gray;
    font-family: MonumentMedium, Arial, Helvetica, sans-serif;
    letter-spacing: .25px;
    margin-top: 2em;
}

#footer ul li:first-child h6 {
  margin-top: 0;
}

#footer a {
	text-decoration: none !important;
	border-bottom: none;
}

#footer a:hover {
	border-bottom: 1px solid;
	color: #fff;
}

#footer .funder,
#sidebar .funder,
#footer .c {
	text-indent: -1000em;
	height: 31px;
	width: 159px;
	margin: 20px 0 10px 0;
	background-repeat: no-repeat;
	display: block;
}

.funder.ccfa {
	background-image: url('/images/site/logo.ccfa.png');
    background-size: 150px 29px;
}

#sidebar .funder.ccfa {
	background-image: url('/images/site/logo.ccfa.black.png');
}

.funder.canada {
	background-image: url('/images/site/logo.canada.png');
    background-size: 75px 18px;
}

#sidebar .funder.canada {
	background-image: url('/images/site/logo.canada.black.png');
}

#sidebar .funder.oac {
	background-image: url('/images/site/logo.oac.black.png');
}

#footer .c {
	width: 165px;
	height: 32px;
	background-image: url('/images/site/logo.cmag.svg');
    background-size: contain;
    margin: 0 0 50px 0;
    border: none !important;
}

#footer input {
	color: #fff;
	border-bottom: 1px solid;
}

#mc-embedded-subscribe-form input {
	display: inline-block;
	padding: 1px;
	width: 15%;
}

#footer #mce-EMAIL {
	border-color: gray;
	background: ;
	color: #fff;
	width: 70%;
	margin-right: 5%;
}

#footer #mce-EMAIL:focus {
	border-bottom: 1px solid gray;
	color: gray;
}

#backup {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 10000;
    display: block;
    height: 3em;
    width: 3em;
    line-height: 3em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
    background-color: #fff;
    opacity: 1;
    color: #000;
    font-family: MonumentMedium;
    letter-spacing: .25px;
    text-align: center;
    letter-spacing: 1px;
	visibility: visible;
	font-size: 16px;
}


#backup:hover {
	color: #000;
}

#backup.off {
	visibility: hidden;
	opacity: 0;
}

/* Home */

.home h1,
.home h2 {
	display: none;
}

.home .search h2 {
	display: block;
}

.home .colored {
	margin-bottom: 50px;
}

/* Featured Content */

#featuredContent {
	width: 100%;
	height: 625px;
	position: relative;
	overflow: hidden;
	margin: 70px 0;
}

h2 + #featuredContent {
	margin-top: 0;
}

.home h2 + #featuredContent {
	margin-top: 70px;
}

#featuredContent img {
	position: absolute;
	top: -25px;
  left: -25px;
  z-index: 1;
  display: block;
	width: 110%;
	height: 700px;
  transition: opactity 1s;
  -webkit-transition: opacity 1s;
}

#featuredContentDetails {
	position: absolute;
  top: 50%;
	z-index: 1000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #fff;
  font: 32px/1em Monument, Arial, Helvetica, sans-serif;
  letter-spacing: .25px;
	text-shadow: 0px 0px 20px #999;
  -webkit-transition: opacity 1s;
	opacity: 1;
  transition: opacity 1s;
}

#featuredContent:hover #featuredContentDetails,
#featuredContent:hover #blurred {
	opacity: 0;
}

#featuredContent h3 {
	color: #fff !important;
	font-size: 63px;
	line-height: 1em;
	margin-bottom: 20px;
}

#featuredContent h3 em {
	display: block;
}


/* Table of Contents */

#toc .loose {
	margin-bottom: 1.5em;
}

.home #toc h5 {
	font: normal 30px/1.1em Monument, Arial, sans-serif;
	margin-left: 35px;
	margin-bottom: 20px;
  letter-spacing: .25px;
}

.home #toc h5:before {
	content: 'From ';
}

#toc .editorials {
	display: none;
}

/* Search/Archive Results */

.search #main .col {
	border: none;
}

.readerCount:after {
	content: ' Items';
}

.home .q:before {
	content: '“';
}

.home .q:after {
	content:  '”';
}

#advancedSearch a {
	border: none;
}

#advancedSearch input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: .5em;
  text-align: left;
  font: 15px/1.15em Dutch, Georgia, serif;
}

#advancedSearch input:focus ~ .submit {
	height: auto;
	opacity: 1;
}

#filters .filter,
#sorters .sort {
	border-bottom: 1px solid;
	cursor: pointer;
	  transition: color .75s;
}

.togglers:hover,
#filters .filter:hover,
#sorters .sort:hover {
	color: #000;
}

.filter.current,
.sort.current {
	font-family: MonumentMedium;
}

#unfilter {
	border: none !important;
	font-family: MonumentMedium;
}

.addArticleToList {
	display: block;
	border: none !important;
}


.archive .reader #searchResults {
	;
}


/* Readers */

.modifyReader {
  position: relative;
	display: block;
	cursor: pointer !important;
	font-family: Monument;
  letter-spacing: .25px;
	font-size: 16px;
	opacity: .4;
	width: 1em;
	height: 1em;
	border: none !important;
}

.modifyReader:hover {
	opacity: 1;
}

.added .modifyReader:after {
  content: "✕";
  position: absolute;
  top: 0;
  left: .1em;
  right: 0;
  bottom: 0;
  background: white;
}

.modifyReader.updating:after {
  content: "—";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}

/* Archives and Searching */

#searchResults li {
	position: relative;
}

#searchResults .modifyReader {
	position: absolute;
	top: 0;
	right: 0;
}

#advancedSearch:before,
#browseArchive:before  {
	color: #9b9b9b;
	content: 'Search the Archive';
	font: 17px/1.15em MonumentMedium, Arial, sans-serif;
  letter-spacing: .25px;
	display: block;
	margin-top: 2em;
}

#browseArchive {
	display: none;
}

.search #browseArchive,
.reader #browseArchive {
	display: inherit;
}

#browseArchive + #filters {
	margin-top: -3em;
}

#browseArchive:before {
	content: 'Browse the Archive';
	margin-bottom: .2em;
}

#advancedSearch:first-child:before,
#browseArchive:first-child:before {
	margin-top: 0;
}

#advancedSearch label {
	xdisplay: none;
}

.archive #searchResults li.deleted {
	max-height: 0;
	margin-bottom: 0;
}

.archive #searchResults li { /* Hack for Disappearing Articles */
	transition: max-height .75s;
	max-height: 1000px;
	margin-bottom: 0;
	overflow: hidden;
}

.archive #searchResults li:after {
	content: "";
	display: block;
	margin-bottom: 1.5em !important;
}

.archive #searchResults li:nth-child(n+11) {
	opacity: .50;
}

.readerCount:empty:before {
	content: ' no ';
}

.ifReaderEmpty,
.ifReaderFull,
[data-readerStatus='empty'] .ifReaderNotEmpty {
	display: none !important;
}

.ifReaderNotEmpty,
[data-readerStatus='full'] .ifReaderFull,
[data-readerStatus='empty'] .ifReaderEmpty {
	display: inline-block !important;
}

[data-readerStatus='empty'] #downloadReader,
[data-readerStatus='empty'] #downloadReader:hover {
	cursor: default;
	opacity: .1 !important;
}

#downloadReader.loading {
	cursor: pointer;
	opacity: ;
}


/*.filtered [data-filter] {
	display: block;
	transition: height 2s, opacity .5s;
	height: auto;
}

.filtered .hide {
	opacity: 0;
	height: 0px;
}*/



/* About */

.about #main,
.programs #main {
	font: 24px/1.1em Dutch, Georgia, serif;
	xpadding-right: 3%;
	xwidth: 56%;
}

.about #main .small,
.programs #main .small {
  font: 18px/1.15em Dutch, Georgia, serif;
}

.map {
	margin-left: 19%;
	float: left;
	overflow: hidden;
}

.map iframe {
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}

/* Issues */

.issues h3,
.events h3 {
	width: 55%;
}

.issues .col h3 {
	width: 100%;
}

.issues #main .current {
	margin-bottom: 50px;
	overflow: hidden;
}

.issues #main .current .col {
	border: none;
}

#pdf,
.pdf {
	text-indent: -1000em;
	overflow: hidden;
	display: block;
	background: black url('/images/site/icon.pdf.png') no-repeat top left;
	background-size: 40px 52px;
	width: 40px;
	height: 52px;
	cursor: pointer;
	opacity: .5;
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

#container.pdf {

}

.pdf.compile {
	opacity: .1;
}


#pdf {
	margin-top: 1.5em;
}

#pdf:hover,
.pdf:hover {
	opacity: 1 !important;
	border-bottom: none;
}

.allCovers li {
	float: left;
	padding: 0 25px 25px 0;
	width: 20%;
  box-sizing: border-box;
}

.allCovers li:nth-child(5n+6) {
  clear: both;
}

.allCovers  a {
	border: none !important;
}

.allCovers img {
	width: 100%;
}

.yumpu {
	height: 100%;
}

/* PDF Viewer */

/* Articles */

.articles .footnote {
	font: normal 15px/1.1em Monument, Arial, sans-serif;
  letter-spacing: .25px;
	vertical-align: baseline;
	padding: .3em;
	position: relative;
	bottom: .25em;
}

.articles .footnote a {
	border: none;
}

.articles #main p {
	/* text-indent: 1em;
	margin-bottom: 0; */
}

.articles #main h5 + p,
.articles #main h6 + p,
.articles #main blockquote p,
.articles #main p:first-child {
	text-indent: 0;
}

.articles #main blockquote {
	text-indent: 0;
	margin: 1em 0 1em 1em;
}

.articles #main blockquote:first-child {
	margin-top: 0;
}

/* Archives and Article Lists */

#articleList {
  font: 16px/1.15em Dutch, Georgia, serif;
  width: 100%;
}

#articleList td,
#articleList th {
	border-bottom: 1px solid;
	border-color: #d2d2d2;
	vertical-align: top;
	padding: 4px 8px;
}

#articleList .col1 {
	xwidth: 20%;
}

#articleList .col2 {
	width: 50%;
}

#articleList th:last-child,
#articleList td:last-child {
	padding: 4px 0;
	max-width: 50px;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}

.archive #searchTips {
	display: none;
}

[data-client='false'] #articleList th:last-child,
[data-client='false'] #articleList td:last-child { display: none; }


/* Images */

#images img {
	width: 100%;
	margin: 1em auto;
	display: block;
}

#images img.port {
	width: 50%;
}

/* Forms */

.subForm,
#main form,
#main input {
	font: normal 17px/1.1em Monument, Arial, sans-serif;
  letter-spacing: .25px;
	background:  #fff;
}

#sidebar input {
	font-family: Monument, Arial, sans-serif;
}

#main form,
#sidebar form,
#main input {
		color: #9b9b9b;
}

#main label,
#sidebar label {
	font-family: MonumentMedium;
}

#main label input,
#sidebar label input {
	margin-top: .5em;
}

#main input,
#sidebar input {
   border: 1px solid #9b9b9b;
   padding: 5px;
}

#main input[type=submit],
#sidebar input[type=submit] {
   border: none;
   padding: 0;
}

#main input[type=submit] {
   margin-top: 1em;
}

label + input[type=submit] {
 margin-top: 0 !important;
}

#main input:checked,
#sidebar input:checked {
	background: #9b9b9b;
}


#subTypes {
	font: normal 30px/1.1em Monument, Arial, sans-serif;
  letter-spacing: .25px;
}

/* Issue */

.issue #main {
  font: 16px/1.15em Dutch, Georgia, serif;
}

.issue #main .cover {
	width: 100%;
	margin-bottom: 25px;
}

.issue #main #toc .invisible {
	display: none;
}

.issue #sidebar .col dl {
	margin-left: 0;
}

.issue #sidebar .col dt,
.issue #sidebar .col dd {
	float: none;
	width: auto;
	padding: 0;
	text-align: left;
	display: block;
}


/* Advertising */

#ads {
    padding-bottom: 20px;
    overflow: hidden;
    padding-left: 0;
    width: 100%;
}

h5 + #ads {
		margin-top: .5em;
}

#sidebar #ads li {
	margin: 0 0;
	text-indent: 0;
}

#ads img {
	width: 100%;
	display: block;
}

#ads a {
	margin-left: -10px;
	float: left;
	width: 100%;
	margin: 0 0% 1em 0;
	border: none;
	display: block;
	background: #fcfcfc;
	background-blend-mode: multiply;
	background-size: contain;
}

#ads img.replaced {
	margin: -1000em;
}


#ads a {
	display: block;
}

#ads a:hover {
	border: none !important;
}


/* Callouts */

#callouts {
	width: 100%;
	float: left;
	font: normal 22px/1.1em MonumentMedium, Arial, sans-serif;
  letter-spacing: .25px;
	color: #000;
	padding: 20px 0 20px 0;
}

#callouts li {
	display: block;
	transform: rotate(-20deg);
}

#callouts li:nth-child(2) {
	transform: rotate(30deg);
	margin-left: 110px;
	margin-top: 80px;
}

#callouts a {
	text-decoration: none;
	border: none !important;
}


/* Forms */

/*form input {
    font-family: ApercuMono, courier, mono-spaced;
    font-size: 13px;
    color: #000;
     margin-bottom: 1em;
     cursor: pointer;
	background: #fff !important;
}

form input:hover {
	color: #000;
}*/

form input {
	background: transparent;
}

label {
	display: block;
	margin-bottom: 1em;
}

label input {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

input[type="submit"] {
	cursor: pointer;
}

.togglers {
	cursor: pointer;
  transition: color .75s;
}

.togglers.current {
	text-decoration: none !important;
}

.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   color: #000;
}


.styled-select {
   width: 240px;
   height: 34px;
   overflow: hidden;
   border: 1px solid #9b9b9b;
   margin-bottom: 1em;
}

.styled-select:before {
	xcontent: ">";
	position: absolute;
	top: 0;
	left: 0;
}

input[type="checkbox"] {
    xdisplay:none;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background: transparent left top no-repeat;
    cursor:pointer;
}

.paypalIssue select {
	display: none;
}

/* Tips */

.tip-wrap {
	  padding: 25px 30px;
 text-align: center;
 max-width: 200px;
 background: #000;
  opacity: .8;
  color: #fff;
  z-index: 100000;
}

.tip-text {
	display: none;
}

#main [title] {
	cursor: help;
}

a[title] {
	cursor: pointer !important;
}


/* Loading */

.loading {
    -webkit-animation: loading 1.25s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.25;
}

@-webkit-keyframes loading {
    0% {
        opacity: 0.25;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.25;
    }
}

/*.updating {
  width: 1em;
  height: 1em;
  xmargin: 10px auto;
  background-color: #d2d2d2;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}*/
