/*
 * General Styling
 * -- app.css
 */

html, body {
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	p, table {
		font-family: 'Georgia', 'Times New Roman', serif;
		color: #212323;
		font-size: 14px;
		line-height: 24px;
		}
		table h2 {
			font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-size: 18px !important;
			color: #444;
		}
	h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
		font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	blockquote p {
		margin-bottom: 0;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		margin: 20px 0 10px 0;
		color: #999;
		font-style: italic;
	}

#alert-header {
    background: #AAA;
    padding: 10px 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    color: #fff;
}


/*
 * Header Styling
 * -- app.css
 */

header {
	height: 120px;
	background: white;
	border-bottom: 1px solid #F1F2F2;
	}
	header .container {
		position: relative;
	}
	header .header-secondary li {
		padding-right: 0;
		padding-left: 15px;
		margin-top: 8px;
		}
		header .header-secondary li a {
			color: #939597;
			font-weight: 700;
			font-size: 11px;
			}
			header .header-secondary li a:hover {
				text-decoration: none;
				color: #6d6e70;
			}
            header .header-secondary li a i {
                background-image: none;
            }
		
	header .header-primary {
		clear: both;
		}
		header .header-primary .brand {
			position: relative;
			}
			header .header-primary .brand:hover {
				opacity: .85;
			}
			header .header-primary .brand a {
				color: #594a41;
				font-family: 'Times New Roman', serif;
				font-size: 36px;
				position: absolute;
				margin-top: -25px;
				}
				header .header-primary .brand a > span {
					color: #FFF;
					background-color: #1b75bb;
					width: 90px;
					border-radius: 999px;
					text-indent: 45px;
					display: inline-block;
					height: 55px;
					padding-top: 35px;		
					}
					header.three-sixty .header-primary .brand a > span {
						background-image: url(../images/logo_01_section.png) !important;	
					}
					header.archives-remixed .header-primary .brand a > span {
						background-image: url(../images/logo_02_section.png);	
					}
					header.notes-and-queries .header-primary .brand a > span {
						background-image: url(../images/logo_03_section.png);	
					}
					
				header .header-primary .brand a:hover {
					text-decoration: none;
				}
				
			header .header-primary .brand .issue {
				color: #939597;
				font-size: 14px;
				font-weight: 400;
				position: absolute;
				top: 40px;
				left: 107px;
			}
			
		header .header-primary .btn-navbar {
			float: right;
			background: #F1F2F2;
			}
			header .header-primary .btn-navbar:hover {
				background: #EEE;
			}
			header .header-primary .btn-navbar i {
				font-size: 30px;
				color: #999;
				position: relative;
				top: -3px;
				left: -14px;
				}
	
		
		header .header-primary .navbar-inner {
			background: none;
			border: none;
			box-shadow: none;
			padding: 0;
			margin-top: 23px;
			}
			header .header-primary .navbar-inner .nav {
				float: right;
				margin-right: 0;
				}
                header .header-primary .navbar-inner .nav > li {
                    padding: 0;
                }
				header .header-primary .navbar-inner .nav > li > a {
					float: none;
					padding: 10px 5px 24px;
					margin-left: 30px;
					color: #777;
					text-decoration: none;
					text-shadow: 1px 1px 0 #fff;
                    border-bottom: 5px solid #FFF;
					font-size: 18px;
					}
					header .header-primary .navbar-inner .nav > li > a:hover {
						border-bottom: 5px solid #999;
						color: #999;
					}
					header .header-primary .navbar-inner .nav > li.archives-remixed.active > a {
						box-shadow: none;
						border-bottom: 5px solid #104C70 !important;
						background: none !important;
						color: #104C70 !important;
					}
                    header .header-primary .navbar-inner .nav > li.notes-queries.active > a {
						box-shadow: none;
						border-bottom: 5px solid #87173D !important;
						background: none !important;
						color: #87173D !important;
					}
                    header .header-primary .navbar-inner .nav > li.three-sixty.active > a {
						box-shadow: none;
						border-bottom: 5px solid #BCAC32 !important;
						background: none !important;
						color: #BCAC32 !important;
					}
		

/*
 * Footer Styling
 * -- app.css
 */
	
footer {
	background: #231f20;
	min-height: 30px;
	padding: 25px 0 35px;
	}
	footer .copyright {
		color: #bbbdc0;
		font-weight: 400;
		font-size: 12px;
		}
		footer .copyright a {
			color: #e6e7e8;
			font-weight: 700;
			font-size: 14px;
		}
		
	footer .inline li {
		padding-right: 0;
		padding-left: 25px;
		}
		footer .inline li a {
			color: #bbbdc0;
			font-weight: 700;
			font-size: 14px;
			text-transform: uppercase;
			}
			footer .inline li a:hover {
				color: #e6e7e8;
			}
			
/*
 * Content Title Styling
 * -- app.css
 */			

.title-image {
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: left center;
	position: relative;
	}
    .title-image:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.35);
        display: block;
    }
    .title-image:after {
        content: '';
        position: absolute;
        border-top: 400px solid rgba(0,0,0,0.25);
        border-left: 0 solid transparent;
        border-right: 50px solid transparent;
        height: 0;
        top: 0;
        width: 500px;
    }
    .title-image .columns {
        position: relative;
        z-index: 15;
        padding: 25px 0;
    }
	.title-image .title-attribution {
		font-size: 10px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: black;
		background: rgba(0,0,0,.5);
		color: #CCC;
		padding: 2px 6px;
		}
		.title-image .title-attribution:hover {
			color: white;
			cursor: pointer;
		}
	.title-image h1 {
		text-align: left;
		color: white;
		font-size: 42px;
		text-shadow: 0 2px 5px black;
		text-shadow: 0 2px 5px rgba(0,0,0,.5);
		position: relative;
        padding: 10px 0 15px;
        line-height: 48px;
		}
    .title-image .label {
        padding: 5px 10px 7px;
        background: #0D78BE;
        border: none;
        border-radius: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        }
        .title-image .label.most-recent {
            background: #0D78BE;
            margin-right: 10px;
        }
        .title-image .label.notes {
            background: #87173D;
        }
        .title-image .label.roundtable {
            background: #BCAC32;
        }
        .title-image .label.essays {
            background: #104C70;
        }
        .title-image .label.special-edition {
            background: #009fff;
            margin-right: 10px;
        }
	.title-image .btn {
        background: rgba(0,0,0,0.6);
        padding: 10px 22px 14px;
        border: 0;
        }
        .title-image .btn:hover,
        .title-image .btn:focus,
        .title-image .btn:active {
            background: rgba(0,0,0,0.75);
        }
	.title-image p {
        color: white;
        font-size: 18px;
        max-width: 720px;
        margin-bottom: 20px;
        text-shadow: 0 2px 5px black;
		text-shadow: 0 2px 5px rgba(0,0,0,.5);
        line-height: 1.8;
        }


/*
 * Content Styling
 * -- app.css
 */

#content {
	background: url(../images/wavegrid.png);
	}
	#content .content-main {
	
		}
		#content .content-main .span8 {
			background: white;
			margin-top: -40px;
			z-index: 2;
			position: relative;
			padding: 15px 30px 55px 30px;
			margin-left: 0;
			width: 560px;
			}
			#content .content-main .span8 h2,
			#content .content-main .span8 h1 {
				font-size: 28px;
				font-weight: 400;
			}
			#content .content-main .span8 h3 {
				line-height: 32px;
				margin-top: 14px;
				font-size: 21px;
				color: #444;
			}
			#content .content-main .span8 ul,
			#content .content-main .span8 ol {
				font-family: 'Georgia', 'Times New Roman', serif;
				color: #212323;
				font-size: 14px;
				line-height: 24px;
				}
				#content .content-main .span8 ul.question-list li,
				#content .content-main .span8 ol.question-list li {
					line-height: 24px;
					padding-bottom: 25px;
					border-bottom: 1px solid #DDD;
				}
				#content .content-main .span8 ul.question-list li:last-child,
				#content .content-main .span8 ol.question-list li:last-child {
					border-bottom: none;
				}
			
			#content .content-main .span8 .question-header {
				min-height: 113px;
			}
			#content .content-main .span8 .caption {
				font-size: 12px;
				line-height: 16px;
				margin-top: 10px;
				margin-bottom: 10px;
				clear: both;
				display: block;
				font-style: italic;
				color: #666;
				}
				#content .content-main .span8 .caption.left {
					float: left;
				}
				#content .content-main .span8 .caption.right {
					float: right;
				}
				#content .content-main .span8 .caption a > img {
				
				}
			#content .content-main iframe {
				margin: 5px auto;
				display: block;
			}
				
			
		#content .content-main .span4 {
			margin-top: 30px;
		}
		
		#content .content-main .response-inline {
			margin-bottom: 0;
			}
			#content .content-main .response-inline li {
				padding-left: 0;
				padding-right: 10px;
				font-size: 12px;
				font-weight: 700;
				color: #999;
			}
		
		#content .content-main .response-author {
			min-height: 200px;
			margin-top: 5px;
			}
			#content .content-main .response-author:last-child {
				min-height: 1px;
			}
			#content .content-main .response-excerpt {
				min-height: 175px;
				border-top: 1px solid #DDD;
				padding-top: 15px;
				margin-top: 20px;
			}
			#content .content-main .response-author:first-child {
				margin-top: 65px;
			}
			
			
		#content .content-main .respondent,
		#content .content-main .case-study,
		#content .content-main .commentary {
			margin-bottom: 15px;
			}
			#content .content-main .respondent:last-child,
			#content .content-main .case-study:last-child,
			#content .content-main .commentary:last-child {
				margin-bottom: 30px;
				}
				#content .content-main .response-author .respondent:last-child {
					margin-bottom: 0;
				}
				
			#content .content-main .respondent .respondent-thumb,
			#content .content-main .case-study .case-study-thumb,
			#content .content-main .commentary .commentary-thumb {
				border-radius: 99px;
				overflow: hidden;
				width: 60px;
				height: 60px;
				margin-right: 12px;
				background: #CCC;
				}

			#content .content-main .respondent h4,
			#content .content-main .case-study h4,
			#content .content-main .commentary h4 {
				font-size: 18px;
			}
			#content .content-main .commentary h6 {
				color: #939597;
				font-size: 12px;
				font-weight: 700;
				text-transform: uppercase;
				margin-bottom: 0;
				}
				#content .content-main .commentary h6 + h4 {
					margin-top: 0;
				}
				
			#content .content-main .respondent p,
			#content .content-main .case-study p,
			#content .content-main .commentary p {
				font-size: 12px;
				font-family: 'Noto Sans';
				line-height: 18px;
			}
		
		#content .content-main .question-list {
			counter-reset: li;
   			margin-left: 0;
    		padding-left: 0;
			}
			#content .content-main .question-list li,
			#content .content-main .span8 h2.question {
				margin-bottom: 15px;
				position: relative;
    			margin: 0 0 20px 40px;
    			padding: 4px 8px;
    			list-style: none;
				}
				#content .content-main .span8 h2.question {
					margin-bottom: 0;
				}
				#content .content-main .question-list li:before,
				#content .content-main .span8 h2.question span {
					content: counter(li);
					counter-increment: li;
					font-size: 54px;
					position: absolute;
					top: 8px;
					left: -45px;
					margin-right: 8px;
					padding: 4px;
					font-weight: 400;
					color: #CCC;
					font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
				}
				#content .content-main .question-list li:before {
					top: 15px;
				}
				
				#content .content-main .question-list li h2,
				#content .content-main .question-list li h2 p {
					font-size: 21px;
					font-weight: 400;
					line-height: 28px;
					margin-top: 5px;
				}
				#content .content-main .span8 h2.question p {
					font-size: 21px;
					font-weight: 400;
					line-height: 28px;
					margin-top: 10px;
				}
				#content .content-main .jump-to {
					margin-left: 45px;
					margin-bottom: 10px;
				}
				#content .content-main .span8 h5.subheader {
					margin: 10px 0 0;
					color: #AAA;
					text-transform: uppercase;
				}
				#content .content-main .span8 .return-to {
					margin-top: 10px;
					display: block;
					color: #AAA;
					}
					#content .content-main .span8 .return-to i {
						position: relative;
						top: 3px;
						left: -2px;
					}
					#content .content-main .span8 .return-to:hover {
						color: #666;
					}
					
				
		#content .content-main .page-content h3 {
			border-top: 1px solid #DDD;
			padding-top: 15px;
			margin-top: 20px;
			}
			
	#content .case-study-row {
		border-top: 1px solid #CCC;
		padding-top: 20px;
		margin-top: 20px;
		}
		#content .case-study-row h3 {
			font-size: 24px;
			color: #212323;
			margin-top: 5px !important;
		}
		#content .case-study-row h5 {
			font-weight: 300;
			font-style: italic;
			color: #666;
			text-transform: none;
			margin-bottom: 15px;
		}
		#content .case-study-row h6 {
			margin: 0;
			color: #AAA;
			text-transform: uppercase;
		}
		#content .case-study-row ul.more-info {
			
			}
			#content .case-study-row ul.more-info li {
				font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			}
		
		
			

	#content .content-footer {
		background: white;
		min-height: 190px;
		padding: 30px 0;
		border-top: 1px solid #CCC;
		}
		#content .content-footer h5 {
			color: #939597;
			font-weight: 700;
			font-size: 12px;
			text-transform: uppercase;
			margin-top: 0;
		}
		#content .content-footer .footnote-container {
			font-size: 10px;
			line-height: 16px;
			padding-right: 20px;
			margin-left: 0;
			}
			#content .content-footer .footnote-container .footnote {
				margin-bottom: 8px;
			}
		#content .content-footer .license {
			font-size: 12px;
			font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-weight: 700;
			line-height: 14px;
			}
			#content .content-footer .license img {
				clear: both;
				display: block;
				margin-bottom: 10px;
			}
		#content .content-footer .share > li {
			padding-left: 0;
			padding-right: 5px;
			}
			#content .content-footer .share .icon {
				color: white;
				background: #d1d2d4;
				padding: 9px 17px 7px 8px;
				border-radius: 99px;
				font-size: 16px;
				}
				#content .content-footer .share .icon:hover {
					background-color: #939597;
				}
				

/*
 * Comment Styling
 * -- app.css
 */

.paragraph_wrapper.active {
	display: block !important;
}
.para_permalink {
	display: none;
}
.off-left {
	display: none;
}
#wp-comment-wrap {
	margin-bottom: 10px;
}

.captioned_image {
	margin-bottom: 10px;
	margin-top: 10px;
}

.cancel-comment-reply {
	position: absolute;
	right: 12px;
	top: 6px;
	}
	.cancel-comment-reply a {
		font-size: 16px;
		font-weight: 700;
		color: #AAA;
		}
		.cancel-comment-reply a:hover {
			text-decoration: none;
			color: #666;
		}

#comment-container {
	position: relative;
	top: 0;
	width: 300px;
}

blockquote .comment_count {
    display: none !important;
}

#comment-container #comment-count,
#comment-container h3 a.comment_block_permalink {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 12px;
	color: #212323;
}
#comment-container #comments {

	}
	#comment-container .commentlist {
		margin-bottom: 12px;
		}
		#comment-container .commentlist .comment {
			list-style: none;
			}
			#comment-container .commentlist .comment-author {
			
				}
				#comment-container .commentlist .comment-author img {
					border-radius: 999px;
					overflow: hidden;
					margin-right: 5px;
				}
			#comment-container .commentlist .comment-meta {
				display: none;
			}
			#comment-container .commentlist .comment p {
				margin-left: 42px;
				font-size: 12px;
				line-height: 16px;
				margin-top: 0px;
			}
			#comment-container .commentlist .comment .reply {
				display: none;
			}
			
	#comment-container #comment-button {
		
		}
		#comment-container #comment-button.active {
			background: #135c8e;
			color: white;
		}
		#comment-container #comment-button i {
			margin-right: 6px;
			margin-top: 2px;
		}
		
	#comment-container #respond {
		background: white;
		border-radius: 4px;
		box-shadow: 0 0 15px #999;
		box-shadow: 0 0 15px rgba(0,0,0,.35);
		padding: 15px;
		margin-top: 10px;
		position: absolute;
		}
		#comment-container #respond:before {
			content: '';
			display: block;
			position: absolute;
			border-bottom: 8px solid white;
			border-right: 8px solid transparent;
			border-left: 8px solid transparent;
			top: -8px;
			left: 20px;
		}
		#comment-container #respond_title, 
		#comment-container #reply-title {
			margin: 0 0 10px;
			font-size: 16px;
			line-height: 24px;
		}
		#comment-container form {
			margin-bottom: 0;
			}
			#comment-container form p {
				margin-bottom: 0;
				}
				#comment-container form p label {
					float: left;
					width: 80px;
					font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
					font-size: 12px;
					position: relative;
					top: 3px;
				}
				#comment-container form p input[type="text"] {
				
				}
				#comment-container form p textarea {
					resize: none;
					height: 90px;
				}
				#comment-container form p input[type="submit"] {
				}
		


/*
 * Notes + Queries Styling
 * -- app.css
 */

.homepage-main {
	padding: 55px 15px 60px;
	}
	.homepage-main .arrow-up {
		margin: 20px auto 0;
		width: 100px;
		text-align: center;
		opacity: .75;
		/* display: none; */
		}
		.homepage-main .arrow-up:hover {
			cursor: pointer;
			opacity: 1;
		}
		.homepage-main .arrow-up i {
			color: #CCC;
			font-size: 48px;
			display: block;
			line-height: 60px;
			width: auto;
			height: auto;
			background: none;
		}
		.homepage-main .arrow-up span {
			text-transform: uppercase;
			font-size: 12px;
			color: #BBB;
			clear: both;
		}
	.homepage-main .row {
		margin-bottom: 50px;
		}
		.homepage-main h2 {
			color: #404041;
			font-weight: 700;
			font-size: 60px;
			text-align: center;
			margin-bottom: 20px;
			position: relative;
			z-index: 0;
			}
			.homepage-main h2.small {
				font-size: 48px;
			}
			.homepage-main h2 span.three-sixty-icon {
				width: 175px;
				height: 175px;
				display: block;
				position: absolute;
				z-index: -1;
				background: url(../images/icon_360.png) no-repeat;
				top: -55px;
				left: 50%;
				margin-left: -95px;
				opacity: .5;
			}
			.homepage-main h2 span.archive-remixed-icon {
				width: 175px;
				height: 175px;
				display: block;
				position: absolute;
				z-index: -1;
				background: url(../images/icon_ar.png) no-repeat;
				top: -55px;
				left: 50%;
				margin-left: -95px;
				opacity: .5;
			}

			
		.homepage-main h3,
		.homepage-main h3 p {
			color: #1b75bb;
			font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-weight: 400;
			font-size: 24px;
			text-align: center;
			position: relative;
			z-index: 2;
		}
		.homepage-main .divider {
			position: relative;
			margin: 60px 0;
			height: 1px;
			}
			.homepage-main .divider hr {
				position: absolute;
				border-bottom: none;
				border-top: 1px solid #CCC;
				width: 100%;
				margin: 0;
			}
			.homepage-main .divider .user-images {
				margin: 0;
				width: 100%;
				height: 65px;
				text-align: center;
				top: -35px;
				position: relative;
				}
				.homepage-main .divider .user-image {
					position: relative;
					border-radius: 99px;
					width: 65px;
					height: 65px;
					background: #CCC;
					margin-left: 10px;
					text-align: center;
					display: inline-block;
					overflow: hidden;
					}
					.homepage-main .divider .user-image img {
						vertical-align: top;
					}
				.homepage-main .divider .user-image:first-child {
					margin-left: 0;
				}
				
			.homepage-main .divider .circle {
				position: relative;
				border-radius: 99px;
				width: 20px;
				height: 20px;
				background: #CCC;
				margin: 0 auto;
				top: -10px;
			}
		.homepage-main h4 {
			color: #404041;
			font-weight: 400;
			font-size: 24px;
			line-height: 28px;
			text-align: left;
		}
		.homepage-main p {
			color: #212323;
			font-size: 14px;
			line-height: 24px;
		}	

.span3:nth-of-type(2n) .three-sixty-item {
    background-color: #2CA9DF;
    background-position: 20px -60px;
}
.span3:nth-of-type(3n) .three-sixty-item {
    background-color: #29574C;
    background-position: 20px 120px;
}
.span3:nth-of-type(4n) .three-sixty-item {
    background-color: #30B576;
    background-position: 80px 60px;
}
.span3:nth-of-type(5n) .three-sixty-item {
    background-color: #8AC34C;
    background-position: -60px 20px;
}
.three-sixty-item {
    min-height: 300px;
	overflow: hidden;
	position: relative;
	background-color: #1b75bb;
    background-image: url(../images/icon_360_white.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 60px 20px;
	padding: 20px;
	border-radius: 6px;
	margin-bottom: 20px;
    display: block;
    }
    .three-sixty-item:hover {
        text-decoration: none;
        opacity: 0.65;
    }
    .three-sixty-item .overlay {
        background: black;
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: .35;
		top: 0;
		left: 0;
		z-index: 0;
		}
		.three-sixty-item:hover .overlay {
			opacity: .15;
		}
    .three-sixty-item:hover h2 {
        text-decoration: none;
        color: white;
        }
        .three-sixty-item h2 {
            font-size: 24px;
            line-height: 1.4;
            color: white !important;
            position: relative;
            z-index: 1;
        }
        .three-sixty-item .btn {
			background: #000;
			background: rgba(0,0,0,.5);
			font-size: 16px;
			font-weight: 400;
			color: white;
			padding: 8px 14px;
			line-height: 24px;
			bottom: 30px;
			position: absolute;
			z-index: 3;
		}


.dropdown-menu {
    border-radius: 0;
    }
    .dropdown-menu:after {
        right: 50% !important;
        left: auto;
        margin-right: -5px;
    }
    .dropdown-menu li {

        }
        .dropdown-menu li a {
            text-align: center;
            padding: 8px 20px;
            font-size: 16px;
        }


/*
 * Notes + Queries Styling
 * -- app.css
 */

.pressforward,
.notes-queries {
	padding: 50px 0;
	background: white;
	}		
	.pressforward .title-area,
	.notes-queries .title-area {
		padding-bottom: 40px;
		}
		.pressforward .title-area h3,
		.notes-queries .title-area h3 {
			color: #404041;
			font-weight: 700;
			font-size: 48px;
			margin: 0 0 10px;
			position: relative;
			z-index: 0;
			}
            .notes-queries.three-sixty .title-area h3:before {
                background: url(../images/icon_360.png) no-repeat;
            }
			.notes-queries .title-area h3:before {
				background: url(../images/icon_nq.png) no-repeat;
				top: -50px;
				content: '';
				left: -65px;
				width: 175px;
				height: 175px;
				display: block;
				position: absolute;
				z-index: -1;
			}
		.pressforward .title-area h5,
		.notes-queries .title-area h5,
		.notes-queries .title-area h5 p {
			color: #1b75bb;
			font-size: 24px;
			margin: 0;
			font-weight: 400;
			position: relative;
			z-index: 2;
			font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.notes-queries .title-area .btn {
			float: right;
		}
	.notes-queries .note {
		min-height: 300px;
		overflow: hidden;
		position: relative;
		background-color: #CCC;
		padding: 20px;
		border-radius: 6px;
		background-size: cover;
		background-image: url(../images/default_note.png);
		margin-bottom: 20px;
		}
		.notes-queries .note .note-overlay {
			background: black;
			width: 100%;
			height: 100%;
			position: absolute;
			opacity: .35;
			top: 0;
			left: 0;
			z-index: 0;
			}
			.notes-queries .note:hover .note-overlay {
				opacity: .15;
			}
		.notes-queries .note h2,
		.notes-queries .note h2 a {
			color: white;
			text-shadow: 2px 2px 0 black;
			font-weight: 700;
			font-size: 24px;
			line-height: 30px;
			z-index: 3;
			position: relative;
			}
			.notes-queries .note h2,
			.notes-queries .note h2 a {
				text-decoration: none;
				}
		.notes-queries .note h4 {
			color: white;
			text-shadow: 1px 1px 0 black;
			font-weight: 400;
			font-size: 16px;
			top: 2px;
			z-index: 3;
			position: relative;
			}
			.notes-queries .note h4 > .avatar {
				width: 32px;
				height: 32px;
				border-radius: 32px;
				overflow: hidden;
				display: inline-block;
				position: relative;
				top: -2px;
				margin-right: 10px;
				box-shadow: 1px 1px 0 black;
			}
		.notes-queries .note .btn {
			background: #000;
			background: rgba(0,0,0,.5);
			font-size: 16px;
			font-weight: 400;
			color: white;
			padding: 8px 14px;
			line-height: 24px;
			bottom: 30px;
			position: absolute;
			z-index: 3;
		}
	.pressforward .pf-note {
		min-height: 200px;
		overflow: auto;
		position: relative;
		background: #E1E2E2;
		padding: 20px;
		border-radius: 6px;
		margin-bottom: 20px;
		}
		.pressforward .pf-note:hover {
			background: #F1F2F2;
		}
		.pressforward .pf-note h4 {
			font-size: 16px;
			margin: 0;
		}
		.pressforward .pf-note a.btn {
			position: absolute;
			bottom: 20px;
		}
		

/*
 * Bootstrap and WordPress Overrides Styling
 * -- app.css
 */
 

.para_marker {
	display: none;
}
.list_commenticon {
	list-style: none;
}
.commenticonbox {
	float: right;
	}
	.commenticonbox .comment_count {
		padding: 3px 11px;
		background: #CCC;
		color: white;
		font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 14px;
		border-radius: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
		position: relative;
		display: block;
		}
		.commenticonbox .comment_count:after {
			content: '';
			width: 0;
			height: 0;
			border-top: 8px solid #CCC;
			border-left: 8px solid transparent;
			position: absolute;
			bottom: -6px;
			right: 6px;
		}
    .archives-remixed + #content .commenticonbox {
        display: none;
    }

img.mceItemFlash {
	display: none;
}

.hidden_page_url {
	display: none;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}

.size-full {
	width: 100%;
	margin: 10px 0;
	clear: both;
}

.clear-both {
	clear: both;
}

.photospace {
    width: 100% !important;
}
.photospace .thumbs_wrap2 {
	float: left;
	}
	.photospace ul.thumbs li {
		width: 135px;
        margin-bottom: 30px !important;
	}
.photospace .gal_content {
	float: left !important;
}
.photospace .gal_content, 
.photospace .loader, 
.photospace .slideshow a.advance-link {
	width: 450px !important;
}

.custom-photospace .photospace .gal_content, 
.custom-photospace .photospace .loader, 
.custom-photospace .photospace .slideshow a.advance-link {
	width: 350px !important;
	max-height: 300px;
}
.custom-photospace .photospace, 
.custom-photospace .photospace .slideshow a.advance-link, 
.custom-photospace .photospace .slideshow span.image-wrapper,
.custom-photospace .photospace .slideshow-container {
	max-height: 300px;
}

.wp-caption-text {
	font-size: 12px;
	color: #AAA;
	line-height: 16px;
	margin-top: 8px;
	position: relative;
	display: block;
	margin-bottom: 10px;
	word-wrap: break-word;
}
.aligncenter {
	display: block;
	margin: 8px auto;
}

.btn {
	background: #1b75bb;
	font-size: 18px;
	font-weight: 400;
	color: white;
	text-shadow: none;
	box-shadow: none;
	padding: 8px 16px;
	line-height: 24px;
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	.btn > .icon-right-open {
		margin-top: 3px;
	}
	.btn:hover {
		background: #135c8e;
		color: white;
	}
	.btn.small {
		font-size: 14px;
		padding: 5px 12px;
	}

.postlist {
    background: white;
    padding: 50px 0;
    }
    .postlist .postitem {
        padding: 20px 0;
        }
        .postlist .postitem h2 {
            line-height: 36px;
        }
        .postlist .postitem h2 a {
            color: black;
            font-family: 'Times New Roman', serif;
            font-weight: 400;
            font-size: 30px;
        }
        .postlist .postitem h2 a:hover,
        .postlist .postitem h2 a:focus {
            text-decoration: none;
            opacity: 0.65;
        }
        .postlist .postitem .postitemauthors {
            vertical-align: middle;
            }
            .postlist .postitem .postitemauthors span {
                display: inline-block;
                vertical-align: middle;
            }
            .postlist .postitem .postitemauthors .respondent-thumb {
                width: 40px;
                height: 40px;
                border-radius: 999px;
                overflow: hidden;
                display: inline-block;
                margin-right: 10px;
                vertical-align: middle;
                }
                .postlist .postitem .postitemauthors .respondent-thumb img {

                }
        .postlist .postitem a {
            position: relative;
        }
        .postlist .postitem img.thumb {
            border-radius: 999px;
            overflow: hidden;
            min-height: 120px;
            min-width: 120px;
            max-width: 120px;
            max-height: 120px;
            float: left;
            background: #f1f2f2;
            position: relative;
            }
            .postlist .postitem .thumb.notes + .overlay {
                position: absolute;
                background: url(../images/icon_nq_white.png);
                width: 120px;
                height: 120px;
                display: block;
                background-size: 100%;
            }
            .postlist .postitem .thumb.essays + .overlay {
                position: absolute;
                background: url(../images/icon_ar_white.png);
                width: 120px;
                height: 120px;
                display: block;
                background-size: 100%;
            }
            .postlist .postitem .thumb.roundtable + .overlay {
                position: absolute;
                background: url(../images/icon_360_white.png);
                width: 120px;
                height: 120px;
                display: block;
                background-size: 100%;
            }
            .postlist .postitem .no-thumb {
                position: absolute;
                background: red;
                width: 120px;
                height: 120px;
                display: block;
                border-radius: 9999px;
                }
                .postlist .postitem .no-thumb.roundtable {
                    background-color: #BCAC32;
                }
                .postlist .postitem .no-thumb.essays {
                    background-color: #104C70;
                }
                .postlist .postitem .no-thumb.notes {
                    background-color: #87173D;
                }
        
        .postlist .postitem .label {
            padding: 5px 10px 7px;
            background: #0D78BE;
            border: none;
            border-radius: 0;
            text-transform: uppercase;
            letter-spacing: 1px;
            }
            .postlist .postitem .label.notes {
                background: #87173D;
            }
            .postlist .postitem .label.roundtable {
                background: #BCAC32;
            }
            .postlist .postitem .label.essays {
                background: #104C70;
            }
            .postlist .postitem .label.special-edition {
                background: #009fff;
            }

#view-more-posts {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: white;
    color: #0D78BE;
    border: 2px solid #0D78BE;
    border-radius: 0;
    padding: 12px 22px;
    font-size: 16px;
    transition: 0.5s all;
    }
    #view-more-posts.disabled {
        opacity: 0.5;
    }
    #view-more-posts:hover, #view-more-posts:focus, #view-more-posts:active {
        color: white;
        background: #0D78BE;
        border: 2px solid #0D78BE;
        }


.popover {
	max-width: 600px;
	left: auto !important;
	right: 0;
	}
	.popover ul {
		margin: 0;
		}
		.popover ul > li {
			padding-left: 0;
		}
		.popover ul > li:first-child {
			margin-top: 0;
		}
		.popover ul > li a {
			font-size: 14px;
		}
		
	.popover .arrow {
		left: 80% !important;
	}