/* Issue Styles */
span.superscript {
	font-size: 10px;
	position: relative;
	bottom: 8px;
}
span.subscript {
	font-family: 'VerbRegular';
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
	position: relative;
	top: 8px;
}
.content li.body {
	min-height: 0px !important;
}

p.footnote {
	font-size: 12px;
	margin-bottom: 5px;
}
.content .FOOTNOTES span {
	font-family: 'VerbMedium-Italic' !important;
	font-size: 12px !important;
	color: #787878 !important;
	line-height: 20px !important;
	list-style-type: decimal !important;
	vertical-align: middle !important;
}
.content .FOOTNOTES,
.content .footnotes {
	font-family: 'flamanormal' !important;
	font-size: 12px !important;
	color: #787878 !important;
	line-height: 20px !important;
	list-style-type: decimal !important;
	vertical-align: middle !important;
}
.content .footnote, .content .footnotes {
	font-family: 'flamanormal' !important;
	font-size: 12px !important;
	color: #787878 !important;
	line-height: 20px !important;
	list-style-type: decimal !important;
	vertical-align: middle !important;
}
.content .footnote span {
	font-family: 'VerbMedium-Italic' !important;
	font-size: 12px !important;
	color: #787878 !important;
	line-height: 20px !important;
	list-style-type: decimal !important;
	vertical-align: middle !important;
}


.content .lower {
	text-transform: none !important;
}
.content .upper {
	text-transform: uppercase !important;
}


p.subhead {
	font-family: 'accordboldbold';
	font-weight: bold;
	margin-bottom: 0px;
	background: none;
	color: #494949;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 14px;
	padding: 0px;
	float: none;
	clear: none;
}
.body-italics {
	font-style: italic;
}
.body-semibold {
	font-weight: 600;
}
p.caption {
	font-size: 12px;
	line-height: 1.4em;
	color: #426cb2 !important;
	margin-top: 8px;
}
.end-square {
	text-indent: -999999px;
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #444;
	position: relative;
	bottom: 4px;
	vertical-align: text-bottom;
}

/*formatting (9/29)*/

.indent {
	margin-left: 40px;
}

.right {
    float: right;
    margin-left: 10px !important;
    margin-right: 0px !important;
}
.left {
    float: left;
    margin-left: 0px !important;
    margin-right: 10px !important;
}
.box,
.issue-box {
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ececec;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.box .inner-box {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 16px;
	width: 48%;
}
.box .inner-box:nth-child(odd) {
	margin-right: 3%;
}
/*
.box .inner-box img {
	width: 100%;
}*/

.box h1:first-child,
.box h3:first-child {
	margin-top: 0 !important;
}

.box a,
.issue-box a {
	word-break: break-all;
}

#issue_toc .screenshot {
	display: inline;
}
.box a.screenshot {
	text-decoration: none;
	display: block;
	width: 100%;
}
.half {
	max-width: 50%;
}
.half p,
.half img,
.box p,
.box img,
.issue-box p,
.issue-box img {
	max-width: 100%;
}
.nosidemargin {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.fancybox-title {
    font-family: 'VerbRegular';
    font-size: 14px;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(15px, 15px, 10px, 0.5) !important;
    -moz-box-shadow: 0 10px 25px rgba(15px, 15px, 10px, 0.5 !important);
    box-shadow: 5px 6px 18px rgba(15px, 15px, 10px, 0.25) !important;
    background: #fff !important;
    padding: 10px;
}
.fancybox-nav {
	display: none;
}

.content .box .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0 !important;
}
.content .box .bx-wrapper .bx-controls-direction a {
    z-index: 999;
}
.content .box .articleslider li {
	margin: 0 !important;
	text-align: center;
}
.content .box .articleslider li a {
	display: block;
	max-width: 100%;
}
.content .box .articleslider img {
    max-width: 100%;
    width: 330px;
	display: inline-block;
}

@media screen and (max-width : 767px) {
	.half {
		max-width: 100%;
		float: none !important;
		display: inline-block;
	}
	.fancybox-title {
	    font-size: 11px;
	}
	.content .box .articleslider li {
		max-width: 320px;
	}
}

/* coding articles - specific */
span.coding {
    position: absolute;
}
p.coding-para {
    padding-left: 120px;
}
.box p.symbol {
    font-size: 14px;
    position: absolute !important;
    padding: 0;
}
.regulate {
    font-size: 18px;
    position: relative;
    top: 1px;
}
.xtra-indent {
    padding-left: 20px; display: block;
}