body{
	font-size:17.5px;
	font-family : "Palatino Linotype", serif;
}
div.evry{
	width:90%;
	max-width:1400px;
	min-width:450px;
	margin:1% auto;
}
.head1{
	position:relative;
	width:90%;
	margin:0 auto;
	padding-bottom:0.5rem;
	font-size:2em;
	text-align:center;
	border-bottom:3px solid #009;
}
p.title{
	line-height:1.2em;
}
.logo{
	float:left; 
	top:110px;
	width:10%;
	min-width:50px;
}
span.titleFirstLetter {
	color : #d90000;
	font-family : "Amelia BT", sans-serif;
	font-size : 180%;
	font-stretch : condensed;
	font-style : normal;
	font-weight : normal;
}
span.titleWord {
	color : #0019e6;
	font-family : "Amelia BT", sans-serif;
	font-size : 150%;
	font-stretch : condensed;
	font-style : normal;
	font-weight : normal;
}
span.bookName {
	font-family : "Kristen ITC", sans-serif;
	font-size : 1.1em;
	font-stretch : semi-expanded;
	font-style : normal;
	font-weight : normal;
}
.bkImage{
	float:right; 
	width:40%;
	min-width:110px;
	max-width:630px;
	border:2px solid #005; 
	margin:-20px 15px 20px 25px; 
	box-shadow:9px 9px 8px #058;
	transform: rotate(6deg);
}
span.char-style-override-1 {
	font-family : "Kristen ITC", sans-serif;
	font-size : 1em;
	font-stretch : semi-expanded;
	font-style : normal;
	font-weight : normal;
}
span.char-style-override-4 {
	font-size : 1.05em;
}
.content{
	margin-left:1%;
	padding:1% 2%;
	vertical-align:top;
	/*border:1px solid #000;*/
}
.mainMenu{
	width:20%;
	float:left;
	max-width:250px;
	min-width:200px;
	margin:0 30px 10px 0;
	box-shadow:3px 3px 5px #009;
	padding:3px;
	border-radius:0 0 20px 0;
}
.mainMenu p{
}
.mainMenu p:hover{
}
.menuItem{
	cursor:pointer;
	font-weight:bold;
	padding:2px;
	margin-top:2px;margin-bottom:5px;
}
.menuItem:hover{
	background:#009;
	color:#FFF;
}
.mainCont{margin-left:25%;}
p.A-head {
	font-family : "Kristen ITC", sans-serif;
	font-stretch : semi-expanded;
	font-weight : normal;
	font-style : normal;
	font-size : 1.33em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.19;
	text-align : left;
	color : #d90000;
	text-indent : 0px;
	margin : 18px 0px 14px 0px;
}
p.Section-Head {
	font-family : "Snap ITC", serif;
	font-weight : normal;
	font-style : normal;
	font-size : 1.67em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.5;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 18px 0px 23px 0px;
}
h2{color:#B00;}
h3{color:#083; margin-bottom:0;}
.quizItem{
	color:#083; 
	font-weight:bold;
	font-size:1.3em;
	cursor:pointer;}
.colrGreen{	color:#083;}
.ital{font-style:italic;}
.bld{font-weight:bold;}
.multiCol3{
	column-count:3;
	column-gap:20px;
	column-rule:2px solid #080;
}
.multiCol2{
	column-count:2;
	column-gap:20px;
	column-rule:2px solid #080;
}
p{
	margin-top:0; margin-bottom:1.2em;
}
p.quesHead{
	color:#FFF;
	margin-top:2em;
	font-size:1.2em;}
p.quesHead > span{
	background:#080;
	padding:2px 20px;
	border-radius:15px 3px 15px 3px;
}
p.chk{
	text-align:center;
}
p.chk span{
	color:#FE0;
	background:#900;
	font-weight:bold;
	padding:2px 0.5em;
	border-radius:10%;
	cursor:pointer;
}
.queStem li{
	margin-top:0; margin-bottom:15px;
}
.queStem ol li{
	margin-bottom:0;
}
.queStem ol li:hover{
	cursor:pointer;
	background:#FA0;
	padding:0 1px;
	max-width:90%;
}
#animate {
  background-color: #fdf981;
  border: 3px solid #083;
  border-radius: 0 0 20px 20px;
  bottom: 5%;
  color: #111;
  font-size: 20px;
  outline: 1px solid transparent;
  padding: 10px 20px;
  position: fixed;
  text-align: left;
  -moz-transform: translate(-350%);
  -o-transform: translate(-350%);
  -ms-transform: translate(-350%);
  -webkit-transform: translate(-350%);
  transform: translate(-350%);
  -webkit-webkit-transition: 1.25s ease-in-out;
  -moz-webkit-transition: 1.25s ease-in-out;
  -ms-webkit-transition: 1.25s ease-in-out;
  -o-webkit-transition: 1.25s ease-in-out;
  transition: 1.25s ease-in-out;
  width: 50%;
  z-index: 1000;
	box-shadow:5px 5px 5px #007;  }
  #animate.focus {
    -moz-transform: translate(5%);
    -o-transform: translate(5%);
    -ms-transform: translate(5%);
    -webkit-transform: translate(5%);
    transform: translate(5%);
    margin: auto; }
  #animate .text {
    font-weight: bold;
	margin-right:1.5rem;}
  #animate .ans {
    margin-left: 1rem;
	}
  #animate #close {
    background-color: #E20;
    border: 1px solid #500;
    border-radius: 0 0 0 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #f5f138;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 800;
    padding: 0.1rem 0.5rem;
    position: absolute;
    right: 1px;
    top: 1px;
    transition: background-color 0.3s ease-out;
    width: 8%; }
    #animate #close:hover {
      background-color: #D50900; }
    #animate .quizAnswers > p {
      text-indent:-20px;
	  margin-left:20px;
	  margin-bottom:10px;}
.mcq{
	border-right:3px solid #090;
	border-bottom:3px solid #090;
	border-left:3px solid #090;
	border-radius:0 35px 35px 15px;
	padding:1em;
}

.mcq p{
	margin-left:3em;
	text-indent:-2.8em;
}
.queStem{
	margin-right:2em;
	font-weight:bold;
	font-size:1.1em;
}
label {
      display: block;
      line-height: 1.5rem;
      margin-left: 3rem;
      text-indent: -4rem; 
}
input {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      background: rgba(179, 179, 179, 0.75);
      border: none;
      border-radius: 50%;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      height: 20px;
      width: 20px;
      position: relative;
      margin-right: 2rem;
      outline: none;
      position: relative;
      text-align: center;
      top: 0.5rem;
      right: 0;
      bottom: 0;
      left: 1rem;
      transition: all 0.15s ease-out 0s;
      z-index: 500;
}
input:hover {
    background: rgba(180, 50, 170, 0.85);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
input:checked {
    background: rgba(180, 50, 170, 0.85);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
input:checked::before {
    content: '•';
    display: inline-block;
    font-size: 1.1rem;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    width: 20px; }