@charset "UTF-8";
/*---------- content ----------*/
div.h1:before { content:""; clear:both; display: block; }
div.h1:after { content:""; clear:both; display: block; }
div.h1 { font-size:2.5em; padding:10px 5px; text-align:center; margin:3em 0 1em; background-color:#333; color:#fff; clear:both; }
div.h2 { font-size:2em; font-weight:bold; margin:1em 0; padding-top:1em; border-top:solid 1px #333; clear:both; }
div.h1+div.h2 { border-top:none; }
div.code { white-space:pre-wrap; background-color:#eee; border:solid 1px #888; padding:0 1em 1em; margin-bottom:2em; }
#container_main #index li { line-height:1.5em; }
#container_main #index a { color:#333; text-decoration:none; }
#container_main #index a:hover { color:#33f; }
.gsc-result .gs-title {
	height: auto !important;
}

#imgcenter {
	text-align: center;
}
#imgcenter img {
	margin: 0;
}
#imgcenter p {
	margin: 0 auto 14px auto;
}

/*---------- book ----------*/
#publication {
	width: 170px;
}
#publication h5 {
	width: 170px;
	font-size: 0.9em; margin: 0; padding: 0;
}
#publication p {
	width: 170px;
	font-size: 0.9em; margin: 0 0 0.5em 0; padding: 0;
}
#bookDetailLeft {
	width: 175px;
	float: left;
}
#bookDetailRight {
	width: 390px;
	float: right;
}

/*---------- tooltip ----------*/
.qtip-wiki{
    max-width: 385px;
}
.qtip-wiki p{
    margin: 0 0 6px;
}
.qtip-wiki h1{
    font-size: 20px;
    line-height: 1.1;
    margin: 0 0 5px;
}
.qtip-wiki img{
    float: left;
    margin: 10px 10px 10px 0;
}
.qtip-wiki .info{
    overflow: hidden;
}
.qtip-wiki p.note{
    font-weight: 700;
}
.qtip{
	font-size: 14px;
	line-height: 16px;
}
.qtip-default{
	background-color: #F0E8E0;
	border: 1px solid #807272;	
	color: #000;
}

.qtip-default .qtip-titlebar{
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	background-color: #807272;
	color: #fff;
	height: 30px;
}
.qtip-default .qtip-titlebar .qtip-close{
	background: none;
	color: #d9d9c2;
	border: none;
}
.qtip-icon .ui-icon{
	font-size: 20px;
	font-weight: normal;
}

.bookList:nth-of-type(2n+1),
#bottomnavigation {
    clear:both;
}

.preamble {
	padding:15px;
	border-bottom:#666;
	background:#ffffcc;
	margin:0 0 30px 0;
	border: 3px solid #ffcc00;
	width: 500px;
	font-size: 14px;
	line-height: 1.4em;
}

.rsDefault .rsGCaption{bottom:40px !important;width:100%;}

.movie {
	margin: 10px 0;
}
.movie .caption {
	display: inline-block;
	width: 99.6%;;;
}

.movie iframe {
	width: 100%;
}

.movie_left iframe,
.movie_right iframe {
	height: auto;
}

.movie_left {
	float: left;
	width: 50%;
	margin: 5px 6px 6px 0;
}

.movie_right {
	float: right;
	width: 50%;
	margin: 5px 0 6px 6px;
}

#video {
	width: 540px;
	height: auto;
}
.p_1289 .video-normal {
	padding-bottom: 0 !important;
}
.video-left,
.video-right {
	width: 284px;
	height: 150px;
}
.video-center {
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 15px;
}
.video-js {
	height: 100%;
	width: 100%;
}
.video-right,
.video-left,
.video-center {
	clear: both;
}
.video-right .caption,
.video-left .caption,
.video-center .caption {
	margin: 0;
}
.video-left {
	float: left;
	margin-right: 10px;
}
.video-right {
	float: right;
	margin-left: 10px;
}

/* mf-search */

#container .mf_finder_query, #container .mf_finder_organic_range, #container .mf_finder_organic_doc_zoom, #container .mf_finder_organic_doc_title_wrapper img, #container .mf_finder_frag_connector, #container .mf_finder_pager_item_prev, #container .mf_finder_pager_item_next, #container .mf_finder_pager_item_first, #container .mf_finder_logo {
	display: none !important;
}

/* search */
#container .mf_finder_searchBox {
	margin-top: 2px;
}

#container .mf_finder_searchBox_suggest_items {
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	position: absolute;
	left: 1px;
	top: 10px;
	background-color: #FFF;
	z-index: 1;
	padding: 0;
}

#container .mf_finder_searchBox_suggest_items li {
	list-style-type: none;
}

#container .mf_finder_searchBox_suggest_items li:hover {
	background-color: #EDEEED;
}
#container li.mf_finder_searchBox_suggest_item_cur {
	background-color: #EDEEED;
}
#container .mf_finder_searchBox_suggest_items li a {
	display: block;
	text-decoration: none;
	color: #000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 8px;
}

#container .mf_finder_searchBox_items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

#container .mf_finder_searchBox_items_wrapper {
	width: 112px;
}

#container .mf_finder_searchBox_items_wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#container .mf_finder_searchBox_query_wrap {
	width: 100%;
}

#container .mf_finder_searchBox_query_input {
	width: 87.25px;
	height: 25px;
	font-size: 13px;
	color: #000;
	padding: 1px 6px;
	border: solid 1px #BCCDF0;
	outline: none;
}

#container .mf_finder_searchBox_submit {
	width: 29px;
	height: 23px;
	border: none;
	background: url(/assets/templates/diweb/images/search_ok.gif) no-repeat;
	margin-left: 1px;
	margin-top: 1px;
	outline: none;
}

#container .mf_finder_searchBox_submit:hover {
	cursor: pointer;
}

p.quote small {
	margin: 4px 0px;
	display: inline-block;
}

a.proposal_banner img:hover{
transition: transform .4s ease;
transform: scale(1.02);
}

a[href$="/sub/resources/commentary/jim-garrison-new-humanism/"],a[href$="/sub/resources/commentary/clarkstrand/"]  {
pointer-events: none;
text-decoration:none!important;
}

@media only screen and (max-width: 736px) { 

	a {
	    word-break: break-word;
	}

	#pathway {
		height: auto;
	}

		#container_main table.sp_text_small th,#container_main table.sp_text_small td, #container_main table.sp_text_small td font {
		font-size:10px;
	}

	#container_main table td,
	td strong {
		    word-break: break-word;
	}

	#container_main .citation .ctext {
		width: auto;
	}

	.sp_1column td {
		display: block;
		width: 100%;
	}

	/*---------- album ----------*/
	#img_light{
		height: auto !important;
	}

	#img_light #smallimgleft p.captionmain{
		width: 100% !important;
	}

	.rsDefault .rsGCaption{
		padding: 0 !important;
		word-break: break-word;
	}

	/*---------- books ----------*/
	#bookDetailLeft,#bookDetailRight{
		width: 100%;
		float: left;
	}

	#publication{
		margin: 0 auto;
	}

	#bookDetailRight table td{
		padding-bottom: 20px;
	}

	#bookDetailRight table td img{
		display: block;
		margin: 0 auto;
	}

	#container_main .bookList .btn li.reviews a,#container_main .bookList .btn li a{
		font-size: 0.7rem;
	}

	#container_main .bookList .btn li.inside  {
		display: none;
	}

	#bottomnavigation {
		width: auto;
	}
	#bottomnavigation ul {
		padding: 0;
	}

	#container_main .book #bottomnavigation {
		position: static;
	}

	/*---------- feedback ----------*/
	#feedbackForm table{
		width: 100% !important;
	}

	#feedbackForm table tr td{
		width: 90%;
		float: left;
	}

	input#eform_subject, #eform_comment{
		float: left;
	}

	textarea#eform_comment{
		border: 1px solid #666666;
	}

	input#recaptcha_response_field{
		max-width: 300px !important;
		float: left;
		width: 60% !important;	
		margin-top: 12px;
	}

	#feedbackForm input[type="text"]{
		width: 90%;
	}

	#feedbackForm input, #feedbackForm textarea{
		font-size: 16px;
		padding-left: 2px;
	}

	/*---------- news ----------*/
	.newslistdate img, #container_main .newslistdate img{
		width: 12px;
		margin: 4px 0;	
	}

	.newslist, .singlenews{
		width: 100%;
	}

	.newslist{
		margin-bottom: 18px;
	}


	/* NEWS2.html fix */

	.recentnewslist{
		width: 100%;
	}

	.recentnewslist table tr td{
		float: left;
		width: 100%;
	}

	.recentnewslist table tr td > div{
		width: auto !important;
	}

	.recentnewslist img.newsimg{
		width: 100%;
	}

	/*---------- podcast ----------*/
	table.podcastList{
		width: 100%;
	}

	table.podcastList th{
		font-size: 11px;
		width: 16.6%;
	}

	table.podcastList td.podcastTitle, table.podcastList th.podcastTitle{
		width: 50%;
	}

	table.podcastList td.playTime,table.podcastList td.linkIcon,table.podcastList td.essayText{
		width: 16.6%;
	}

	/*---------- search ----------*/
	input.gsc-search-button{
		background-color: transparent !important;
		border: none !important;
	}

	/*---------- tooltip ----------*/
	.qtip-wiki{
		max-width: 200px;
		width: 100%;
	}

	/*---------- movie ----------*/

	#video iframe {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/*---------- news ----------*/
	#newscontainer {
		display: none;
	}

	.movie {
		width: 100%;
		margin: 0;
		float: none;
	}
	.movie iframe {
		width: 100% !important;
		height: auto;
	}

	.video-left,
	.video-right,
	.video-center,
	#video {
		width: 100%;
		height: auto;
		float: none;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#video {
		padding-bottom: 0;
	}
	/* mf-search */

	#container .mf_finder_searchBox_suggest_items {
		width: 99%;
		position: absolute;
	}
	#container .mf_finder_searchBox_query_input {
		width: 100%;
		font-size: 16px;
		-webkit-appearance: none;
	}
	#container .mf_finder_searchBox_submit {
		margin-left: 3px;
	}
	#container .mf_finder_searchBox_items_wrapper {
		width: 100%;
		margin-bottom: 20px;
	}
	#container .mf_finder_searchBox_query_wrap {
		width: 100%;
		position: relative;
	}
}

@media only screen and (min-width: 500px) and (max-width: 800px) {
	.mfp-content {
		transform: scale(0.7,0.7);
		-moz-transform: scale(0.7,0.7);
		-webkit-transform: scale(0.7,0.7);
		-o-transform: scale(0.7,0.7);
		-ms-transform: scale(0.7,0.7);
		-moz-transform-origin: 50% 10% 0;
		-webkit-transform-origin: 50% 10% 0;
		-o-transform-origin: 50% 10% 0;
		-ms-transform-origin: 50% 10% 0;
	}
}