*{
	margin:0;
    padding: 0;
    border:none;
	outline:none;
	list-style-type: none;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #ecf3f9;
}

h1 {
	font-size: 3.6em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: .6em;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-top: 1.5em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 0;
	margin-top: 1em;
}

p, ul{
	/*font-size: 2em;*/
	font-size:1.4em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

ul{
	/*margin-left: 20px;*/
}

ul ul {
	font-size: 1em;
	margin-bottom: 0;
}


/*ul li {
	font-size: 0.7em;
	line-height: 2em;
}*/

ol {
	font-size: 1.5em;
	line-height: 2em;
}

/*input#sonata_user_registration_form_pharmSchool {
	margin-left: 255px;
}

input#sonata_user_registration_form_gradYear {
	margin-left: 189px;
	width: 246px;
}*/



ul.plans li {
/* line-height: 20px; */
margin-bottom: 16px;
}


ul.plans {
font-size: 1.5em;
list-style-type: disc;
/* padding-left: 24px; */
line-height: 1.3em;
}

ul.noBullet{
	margin-left:0;
}
ul.noBullet li{
	list-style-type:none;
}

a{
	color:#5D7F9F;
	/*text-decoration: none;*/
	text-decoration: underline;
	/*font-size: 0.8em;*/
}
a:hover{
	color:#7BA3C9;
}

.box.purple a{
	color:#993399;
}
.box.purple a:hover{
	color:#722572;
}

.clear{
	clear:both;
}






/*------- BUTTON STYLES-------*/

.button{
	font-size: 16px;
	/*font-family: Arial, Helvetica, sans-serif;
	font-style: bold;*/
	color: #FFF !important;
	line-height: 36px;
	padding:0 14px;
	background: #4685D4;
	border-radius: 6px;
	text-decoration: none;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.4);
	display:inline-block;
	border: 1px solid #1d3d67;
	margin-bottom:6px;
}
.button:hover{
	background: #7EAAE1;
}


.button.purple{
	background:#993399;
	border:1px solid #722572;
}
.button.purple:hover{
	background:#AD5CAD;
}


.button.blue{
	background: #0aacea;
	text-shadow: 1px 1px #6387a9;
	border: 1px solid #088dc0;
	box-shadow: inset 0 0 0 1px #65C0E2;
}
.button.blue:hover{
	background: #3a5d7f;
	border: 1px solid #3a5d7f;
	box-shadow: inset 0 0 0 0px;
}

.button.green{
	background: #5fcb13;
	text-shadow: 1px 1px #357208;
	border: 1px solid #3a7d0a;
	box-shadow: inset 0 0 0 1px #72DC4B;
}
.button.green:hover{
	background: #3a5d7f;
	border: 1px solid #3a5d7f;
	box-shadow: inset 0 0 0 0px;
}

.button.red {
  background: #E81205;
  border: 1px solid #E81205;
  box-shadow: inset 0 0 0 0px;
}

.button.red:hover {
  background: #E8190C;
  border: 1px solid #E8190C;
  box-shadow: inset 0 0 0 0px;
}

.button.next{
	font-size: 2em;
	background: #0aacea;
	text-shadow: 1px 1px #6387a9;
	border: 1px solid #088dc0;
	box-shadow: inset 0 0 0 1px #65C0E2;
	width: auto;
}
.button.next:hover{
	background: #3a5d7f;
	border: 1px solid #3a5d7f;
	box-shadow: inset 0 0 0 0px;
}


.learnmore{
	margin-left:20px;
}





/*------------ HEADER ------------*/

#header {
	padding: 24px 0;
	/*margin-bottom:50px;*/
	background: #5D7F9F;
	background-image: -moz-linear-gradient(top left, #96CDFF 0%, #5D7F9F 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #96CDFF), color-stop(1, #5D7F9F));
	background-image: linear-gradient(to bottom right, #96CDFF 0%, #5D7F9F 100%);
	/*-webkit-box-shadow: inset 0px 0px 30px -4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: inset 0px 0px 30px -4px rgba(50, 50, 50, 0.3);
	box-shadow: inset 0px 0px 30px -4px rgba(50, 50, 50, 0.3);*/
}

#loginheader {
	padding: 24px 0 6px 0;
	margin-bottom:50px;
	background: #5D7F9F;
	background-image: -moz-linear-gradient(top left, #96CDFF 0%, #5D7F9F 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #96CDFF), color-stop(1, #5D7F9F));
	background-image: linear-gradient(to bottom right, #96CDFF 0%, #5D7F9F 100%);
	-webkit-box-shadow: inset 0px 0px 30px -4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: inset 0px 0px 30px -4px rgba(50, 50, 50, 0.3);
	box-shadow: inset 0px 0px 30px -4px rgba(50, 50, 50, 0.3);
	text-align: center;
}


/*#header p {
	color: #FFF;
}
#header a {
	color: #FFF;
	text-decoration: none;
}*/

/*#header{
	height:83px;
}*/
#header .logo {
	margin:0;
	float:left;
}
#header .logo a {
	display:block;
}
#header .logo img {
	display:block;
}

#header .links {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -19px;
	padding: 0 14px;
	background: #85b6e4;
	border-radius: 7px;
	border: 1px solid #5981A7;
	font-size: 1.5em;
	line-height:38px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#header .links li{
	margin:0 0 0 14px;
	float:left;
	list-style-type:none;
}
#header .links a{
	color:#FFF;
	text-decoration:none;
}
#header .links a:hover{
	color: #274c7e;
}
#header .links li:first-child{
	margin:0;
}

.register {
text-align: center;
}

.loginbtns {

}
.btns {
	position: absolute;
	left: 300px;
	top: 29px;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}




/*------- CONTAINER, COLUMNS-------*/

.container {
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.logincontainer {
	max-width: 440px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
/*	text-align: center;  */
}

.singleCol {
	max-width: 580px;
	/*margin: 0 auto;
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;*/
}


.col{
	margin: 0 0 0 3%;
	width:34%;
	float:left;
}
.col.big{ 
	width: 63%;
}
.col.login{ 
	width: 100%;
	margin: 0 auto;
}
.col.full{ 
	width: 100%;
	margin-left: 0;

}
.col:first-child{
	margin-left: 0;
}

.col img{
	width:100%;
	height:auto;
	max-width: 100%;
	margin:0 auto;
}




/*------------ BOXES ------------*/

.box {
	padding: 20px;
	border:#D8D8D8 1px solid;
	background: #FFF;
	margin-bottom:30px;
	border-radius: 7px 7px 0 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/*.box p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	color: #333;
	line-height: 1.7em;
}*/

.box h1,.box>h2:first-child {
	margin: -21px -21px 20px;
	font-size: 1.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	line-height: 26px;
	padding: 8px 20px;
	position: relative;
	border-radius: 7px 7px 0 0;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
	background: #4685D4;
	border: 1px solid #1d3d67;

}
.box h1:before,.box>h2:first-child:before{
	content: "";
	display: block;
	height: 15px;
	width: 9px;
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -7px;
}

.box.purple>h2:first-child {
	background: #993399;
	border: 1px solid #722572;
}


 
/*------------ FOOTER ------------*/


#footer {
	clear: both;
	padding: 40px 0;
	background: #5D7F9F;
	color: #FFF;
	margin-top: 50px;
}

#footer p{
	font-size: 1.2em;
	margin:0;
	text-align: center;
}

#footer a {
	color:#caedff;
	text-decoration:none;
}
#footer a:hover {
	color: #FFF;
}


/*------------ Category Box (3 columns) ------------*/

.grid {
/*	margin: 0 1% 0 0;
	width: 31%;
	float:left; */
}

.grid:first-child {
	margin-left: 0;
	background: #ccc;
}


/* ---- OLD CATEGORY STYLE (No Columns) ---

.grid li {
font-size: 0.9em;
 line-height: 2.6; 
background: #EBF7FF;
border: 1px solid #B3C2DF;
border-radius: 10px;
padding: 2px 11px 5px 12px;
display: inline-block;
margin-right: -7px;
margin-bottom: 20px;
}
*/

.grid li {
font-size: 0.9em;
/* line-height: 2.6; */
background: #EBF7FF;
border: 1px solid #B3C2DF;
border-radius: 10px;
padding: 2px 11px 5px 12px;
display: inline-block;
margin-right: 3px;
margin-bottom: 20px;
width: 27%;
}


textarea#comments {
border: 1px solid #ccc;
width: 100%;
}


/*------------ Category Box (3 columns) ------------*/

.timer {
	background: #EBF7FF;
	border: 1px solid #B3C2DF;
	border-radius: 10px;
	padding: 16px 0px 16px 0px;
	text-align: center;
}

.timer p {
	font-size: 3.6em;
	line-height: 1em;
	color: #274c7e;
	font-weight: bold;
	margin: 0;
}

p.results {
	font-size: 6em;
	font-weight: bold;
	color: #0087CC;
	text-align: center;
	margin: 0;
}



/*------------ FORM ELEMENTS ------------*/

form p{
}
form label{
	line-height:24px;
	margin-right:10px;
}

/*

label {
margin-bottom: 10px;
font-size: 0.9em;
padding-right: -7px;
margin-right: 7px;
} 

label.ng-binding {
font-size: 0.7em;
margin-bottom: 20px;
line-height: 20px;
margin-top: 20px;
display: -webkit-box;
margin-left: -10px;
}

*/

input[type='submit'] {
font-size: 1.1em;
font-family: Arial, Helvetica, sans-serif;
font-style: bold;
color: #FFF !important;
line-height: 0;
padding: 10px 20px;
background: #5D7F9F;
border-radius: 10px;
text-decoration: none;
cursor: pointer;
width: auto;
padding: 18px 20px 19px 20px;
margin-top: 9px;
}


input[type='submit']:hover{
	background: #7DA4C9;
}


input[type="checkbox"],input[type="radio"]{
	height: 16px;
	width: 16px;
	/*margin-right: 6px;*/
	display:inline-block;
}

/*input[type="radio"] {
height: 16px;
width: 16px;
margin-left: 10px;
}*/

legend {
	font-size: 1.8em;
	margin-bottom: 17px;
	margin-bottom: 12px;
	padding-top: 12px;
}

/*select {
border: 1px solid #CCC;
padding: 5px;
}*/

ul.questions {
	margin:0 0 30px;
}
ul.questions li {
	list-style-type:none;
}



input, select{
	/*  
	  border: 1px solid #CCC;
	  height: 30px;
	  line-height: 30px;
	  color: #777;
	  padding: 0 6px;
	  font-family: Arial, Helvetica, sans-serif;
	*/
	border: 1px solid #CCC;
	line-height: 30px;
	height:30px;
	padding: 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:100%;
	display:block;
}

#sonata_user_registration_form_gender,#sonata_user_registration_form_age,#sonata_user_registration_form_writingExams,#sonata_user_registration_form_whenToWrite,#sonata_user_registration_form_otherExams{
	font-size:1.4em;
	line-height: 1.5em;
}

/*input[type="text"] {
 margin-left: 100px; 
position: absolute;
left: 72px;
width: 180px;
}*/

/*input[type="password"] {
margin-left: 100px;
position: absolute;
left: 72px;
width: 180px;
}*/

/*input[type="email"] {
margin-left: 100px;
position: absolute;
left: 72px;
width: 180px;
}*/

/*input#fos_user_registration_form_pharmSchool, input#fos_user_registration_form_gradYear {
position: absolute;
left: 220px;
}*/

div#fos_user_registration_form_writingExams, div#fos_user_registration_form_whenToWrite, div#fos_user_registration_form_otherExams, div#fos_user_registration_form_gender, div#fos_user_registration_form_age {
/* background: #E3ECFF; */
background: #EBF1FF; 
padding: 11px;
font-size: 1.3em;
border-radius: 10px;
margin-top: -8px;
}

h3.dashboard {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 1.1em;
	margin-top: 1.2em;
	width: 178px;
	height: 65px;
}

/*------------ ERROR MESSAGE STYLES ------------*/

p.msg{
	padding: 10px;
	color: #427408;
	background: #EEFFD9;
	border: 1px solid #68B40E;
}
p.msg.error{
	background: #FFE1E1;
	border: 1px solid #F00;
	color: #F00;
}

hr {
    border: 0;
    height: 1px;
    background: #CCC;
margin: 25px 0 10px 0;
}

.correct {
    font-weight: bold;
}


p.agree {
color: #989898;
font-size: 1.2em;
margin-top: 20px;
font-weight: bold;
}

/*form.form-horizontal {
text-align: left;
padding-left: 30px;
}*/

.statBox {
	float: left;
	width: 170px;
	margin: 0 10px;
}

.banner{
	background:#C8E9F8;
}
.banner img{
	display:block;
}

.bubbleText{
	-webkit-filter: drop-shadow(0 6px 12px rgba(0,0,0,0.2));
	position:absolute;
	right:20px;
	top:-14px;
}
.bannerText{
	margin-left:20px;
}
.mainContent{
	margin-top:50px;
}

ul{
	margin-left:24px;
}
li{
	list-style-type:disc;
}

mark {
	font-weight: bold;
	color: #F48330;
	text-transform: uppercase;
	background: none;
}

.collapsable h3{
	border-top:1px solid #CCC;
	padding-top:20px;
	margin-bottom:20px;
	color:#4685D4;
	cursor:pointer;
}
.collapsable h3:hover{
	color:#1d3d67;
}
.collapsable h3~p{
	display:none;
}

.mathJax {
	font-size: 18px;
}

/* Normalize font sizes in question and explanation content - set base size and let elements inherit */
.question-content,
.explanation-content {
	font-size: 1.4em !important;
	line-height: 1.5em;
}

.question-content h1,
.question-content h2,
.question-content h3,
.question-content h4,
.question-content h5,
.question-content h6,
.explanation-content h1,
.explanation-content h2,
.explanation-content h3,
.explanation-content h4,
.explanation-content h5,
.explanation-content h6 {
	font-size: 1em !important;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-top: 1em;
	font-weight: bold;
}

.question-content p,
.question-content ul,
.question-content ol,
.question-content li,
.explanation-content p,
.explanation-content ul,
.explanation-content ol,
.explanation-content li {
	font-size: 1em !important;
	line-height: 1.5em;
	margin-bottom: 1em;
}

/* Fix list styling and indentation */
.question-content ul,
.explanation-content ul {
	list-style-type: disc !important;
	margin-left: 24px !important;
	padding-left: 0 !important;
}

.question-content ol,
.explanation-content ol {
	list-style-type: decimal !important;
	margin-left: 24px !important;
	padding-left: 0 !important;
}

.question-content li,
.explanation-content li {
	list-style-type: inherit !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

/* Ensure nested elements don't compound font sizes but preserve important properties */
.question-content span,
.question-content strong,
.question-content em,
.question-content i,
.question-content b,
.explanation-content span,
.explanation-content strong,
.explanation-content em,
.explanation-content i,
.explanation-content b {
	font-size: inherit !important;
}
