@charset "UTF-8";
/*
ChristianAnswers.Net site-wide persistent CSS
© 2013-2024, Christian Answers
Last edit 5.16.2024 pst VALIDATED
*/

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@media screen {

body {
	font-family:Arial,Helvetica,Geneva,Swiss,sans-serif;
	color:#000;
	background:#333;
}
body #pagewrapper {
	max-width:1200px;
	margin:0 auto !important;
	float:none !important;
	background:none;
	border:none;
}

#homepages p {line-height:180%;}

article {
	background:#fff;
	border-radius:15px;
	padding:0;
}
#articlePad {padding:10px 20px 30px 40px;}

article p,
article li {
	max-width:45em;
	font-size:18px;
	line-height:180%;
}
#articleBorder {
	background:#3399cc;
	padding:0 20px 20px 20px;
}
#isaNav-eng {text-align:center; padding:10px;}

h1 {font-size:28px;}

span.bigcap {color:#3399cc;}

.bkd-isaBlue {background:#3399cc;}
  .bkd-Black {background:#000;}
  
table {border-collapse:collapse;}
   td {border:1px solid #ccc;}
tr {
	border-top:none;
	border-left:none;
	border-right:none;
}
.isaBtnStack {
	min-width:150px;
	border:none;
	padding:0;
	margin:0;
	background:#000;
	vertical-align:middle;
}
.isaBtnStack img {
	width:100%;
	min-width:150px;
	height:auto;
	padding:0;
	margin:0;
}
.isaMenuText {
	background:#fff;
	padding:20px 20px 20px 30px;
}

a.list:link { 
	color:#000000; 
	text-decoration:none; }
a.list:visited { 
	color:#000000; 
	text-decoration:none; }
a.list:active { 
	color:#993366; 
	text-decoration:none; }
a.list:hover,
a.list:hover p {
	display:block;
	color:#000000; 
	text-decoration:none; 
	background-color:#99ccff }

      p.noresize {font-size:12px;}
p.noresizescroll {font-size:13px;}
         .style2 {color:#ffffff;}

} /* END media screen  */

@media only screen and (max-width:600px) {

.desktop-only {display:none !important;}

}

@media screen and (min-width:320px) and (max-width:767px){
/* 320px-767px: Mobile devices, iPads, Tablets */

.desktop-only {display:none !important;}

}

@media screen and (min-width:768px) and (max-width:1023px){
/* 769px—1024px: Small screens, laptops */
}


/* HD mobile phones + tablets */
@media screen and (min-width:768px) {

#pagewrapper {width:100%;}

}

/* desktops */
@media screen and (min-width:1200px) {

#pagewrapper {max-width:1200px;}

}

/* 
@media screen and (orientation:landscape){
}
*/

/*
@media only screen and (max-width:719px){
}
*/

/*
@media only screen and (min-width:280px) and (max-width:767px){
}

@media screen and (max-width:767px) and (orientation:landscape){
}

@media screen and (min-width:768px){
}
*/

/*
@media only screen and (min-width:768px) and (min-width:768px) and (max-width:1023px){
}

@media screen and (min-width:768px) and (min-width:1024px){
}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:landscape){
}

@media only screen and (min-width:720px) and (max-width:1023px){
}

@media screen and (min-width:640px){
}

@media screen and (min-width:320px) and (max-width:374px){
}

@media screen and (max-width:370px){
}
*/

@media print {

.noprint {display:none !important;}

/* show see more hidden text */
.hiddenExpand {display:inline !important;}

} /* end media print */