/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 150%;
}

body#bd {
	color: #333333;
	background: #FFFFFFF;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

/* Normal link */
a {
	color: #006699;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: 'Source Sans Pro', sans-serif;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */
h1 {
	font-size: 300%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul li {
	padding-left: 20px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

/*fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/hdot2.gif) repeat-x top;
}*/

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-size: 100%;
}

/*.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(../images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}*/

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CACACC;
	background: #FFFFFF;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;
	font-size: 90%;
	text-transform: uppercase;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left;
}

p.message {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Small checklist */
ul.small-checklist {
	list-style: none;
}

ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/icon_list.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #7BA566;
	font: bold 20px/normal Arial, sans-serif;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 20px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	padding: 5px 0 15px;
	margin: 0 0 10px;
	background: url(../images/hdot.gif) repeat-x bottom;
}

.componentheading {
	font-size: 200%;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	padding: 5px 0 8px;
	margin: 0;
	font-weight: normal;
}

table.blog .contentheading {
	font-size: 150%;
}

.contentheading {
	font-size: 200%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	border: 1px solid #F6F6F6;
	display: block;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border: 1px solid #ECECEC;
	background: url(../images/arrow.png) no-repeat 5px 48% #FFFFFF;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	padding: 8px 5px;
	background: #444444;
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #ECECEC;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #FFFFCC;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;
}

.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 100%;
	margin: 0;
	background: #F2F2F2;
}

#ja-containerwrap {
	background: url(../images/cw-bg1.gif) repeat-y 50% 0;
}

#ja-containerwrap2 {
	background: url(../images/cw-bg2.gif) no-repeat 50% 0;
}

#ja-container {
	background: url(../images/c-bg1.gif) repeat-y 18% 0;
}

#ja-container2 {
	padding: 20px 0;
	background: url(../images/c-bg2.gif) no-repeat 18% 0;
}

#ja-mainbody-fr #ja-col1 {
	width: 20%;
}

#ja-mainbody-fr #ja-contentwrap {
	width: 80%;
}

#ja-mainbody, #ja-mainbody-fl {
	float: left;
	width: 80%;
}

#ja-mainbody #ja-contentwrap {
	float: right;
	width: 75%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 100%;
}

#ja-mainbody-f, #ja-mainbody-fr {
	float: none;
	width: 100%;
}

#ja-mainbody-fr #ja-contentwrap {
	width: 74.8%;
	float: right;
}

#ja-mainbody-fr #ja-col1 {
	width: 20%;
	float: left;
}

#ja-mainbody-fr #ja-contentwrap {
	width: 80%;
}

#ja-content {
	padding: 0 20px 0 40px;
}
#ja-contentwrap {
	min-height: 300px;
	height: auto;
}
* html #ja-contentwrap {
	height: 300px;
}
#ja-mainbody-fl #ja-content {
	padding-left: 0;
}

#ja-mainbody-f #ja-content {
	padding: 0;
}

/* Full */
#ja-containerwrap-f {
	background: url(../images/cwf-bg.gif) repeat-x top left #F6F6F6;
}

#ja-containerwrap-f #ja-containerwrap2 {
	background: none;
}

#ja-containerwrap-f #ja-container,
#ja-containerwrap-f #ja-container2 {
	background: none;
}

/* Full left */
#ja-containerwrap-fl {
	background: url(../images/cwf-bg.gif) repeat-x top left #F6F6F6;
}

#ja-containerwrap-fl #ja-containerwrap2,
#ja-containerwrap-fl #ja-container,
#ja-containerwrap-fl #ja-container2 {
	background: none;
}

/* Full right */
#ja-containerwrap-fr {
	background: url(../images/cw-bg1.gif) repeat-y 50% 0;
}

#ja-containerwrap-fr #ja-containerwrap2 {
	background: url(../images/cw-bg2.gif) no-repeat 50% 0;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: #333333;
	color: #CCCCCC;
	line-height: normal;
	height: 80px;
}

#ja-header {
	position: relative;
	height: 80px;
}

.ja-headermask {
	width: 602px;
	display: block;
	background: url(../images/header-mask.png) no-repeat top right;
	height: 80px;
	position: absolute;
	top: 0;
	right: -1px;
}

#ja-header a {
	color: #CCCCCC;
}

h1.logo, h1.logo-text {
	margin: 0 0 0 13px;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
}

h1.logo a {
	width: 100%;
	max-width: 338px;
	display: block;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	height: 220px;
	position: relative;
	vertical-align:middle;
	z-index: 100;
	background-size: 100%;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	color: #CCCCCC !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 40px;
	left: 5px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #444444;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 0;
}

/* Search */
#ja-search {
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
	position: absolute;
	bottom: 15px;
	right: 0;
}

#ja-search .inputbox {
	width: 120px;
	border: 1px solid #333333;
	padding: 3px 5px;
	color: #999999;
	background: #444444;
	font-size: 92%;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */

#ja-pathway {
	font-size: 92%;
}

#ja-pathway strong {
	margin-right: 5px;
	font-weight: normal;
}

#ja-pathway a {
	text-decoration: none;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable,
div.moduletable_menu,
div.moduletable_text {
	padding: 0 0 20px;
	margin-bottom: 15px;
	background: url(../images/hdot.gif) repeat-x bottom;
}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	padding: 0 0 8px;
	margin: 0;
	color: #7BA566;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

/* Module rounded */
div.module h3 {
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 2px solid #F6F6F6;
	color: #7BA566;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

div.module_black,
div.module_green,
div.module_blue,
div.module_red,
div.module {
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/b-br.gif) no-repeat bottom right #FFFFFF;
}

div.module div {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../images/b-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 0 15px 10px;
	background: url(../images/b-tl.gif) no-repeat top left;
}

div.module_black div div div div,
div.module_green div div div div,
div.module_blue div div div div,
div.module_red div div div div,
div.module_text div div div div,
div.module div div div div {
	margin: 0;
	padding: 0;
	float: none;
	width: 99%;
	background: none;
}

div.module_text h3 {
	margin: 0 0 10px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}

div.module_text span {
	padding: 0 3px 0 0;
	float: left;
	clear: both;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
}

div.module_text {
	margin-bottom: 20px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/bt-br.gif) no-repeat bottom right #F6F6F6;
}

div.module_text div {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text div div {
	background: url(../images/bt-tr.gif) no-repeat top right;
}

div.module_text div div div {
	padding: 0 15px 10px;
	display: block;
	background: url(../images/bt-tl.gif) no-repeat top left;
}

div.banneritem_text {
	padding: 5px 0 !important;
}

/* red */
div.module_black h3,
div.module_green h3,
div.module_blue h3,
div.module_red h3 {
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 1px solid #F6F6F6;
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

div.module_red {
	background: url(../images/br-br.gif) no-repeat bottom right #BF0000;
	color: #FFFFFF;
}

div.module_red div {
	background: url(../images/br-bl.gif) no-repeat bottom left;
}

div.module_red div div {
	background: url(../images/br-tr.gif) no-repeat top right;
}

div.module_red div div div {
	padding: 0 15px 10px;
	background: url(../images/br-tl.gif) no-repeat top left;
}

/* blue */
div.module_blue {
	background: url(../images/bb-br.gif) no-repeat bottom right #006699;
	color: #FFFFFF;
}

div.module_blue div {
	background: url(../images/bb-bl.gif) no-repeat bottom left;
}

div.module_blue div div {
	background: url(../images/bb-tr.gif) no-repeat top right;
}

div.module_blue div div div {
	padding: 0 15px 10px;
	background: url(../images/bb-tl.gif) no-repeat top left;
}

/* green */
div.module_green {
	background: url(../images/bg-br.gif) no-repeat bottom right #7BA566;
	color: #FFFFFF;
}

div.module_green div {
	background: url(../images/bg-bl.gif) no-repeat bottom left;
}

div.module_green div div {
	background: url(../images/bg-tr.gif) no-repeat top right;
}

div.module_green div div div {
	padding: 0 15px 10px;
	background: url(../images/bg-tl.gif) no-repeat top left;
}

/* black */
div.module_black {
	background: url(../images/bl-br.gif) no-repeat bottom right #333333;
	color: #FFFFFF;
}

div.module_black div {
	background: url(../images/bl-bl.gif) no-repeat bottom left;
}

div.module_black div div {
	background: url(../images/bl-tr.gif) no-repeat top right;
}

div.module_black div div div {
	padding: 0 15px 10px;
	background: url(../images/bl-tl.gif) no-repeat top left;
}

div.module_blue ul,
div.module_blue ol,
div.module_red ul,
div.module_red ol,
div.module_black ul,
div.module_black ol,
div.module_green ul,
div.module_green ol {
	margin: 0;
	padding: 0;
}

div.module_blue li,
div.module_red li,
div.module_black li,
div.module_green li {
	margin-left: 20px;
	padding: 0;
	line-height: 150%;
}

div.module_blue a,
div.module_red a,
div.module_black a,
div.module_green a {
	color: #FFFFFF;
}

div.advs {
	float: left;
	width: 100%;
	clear: both;
	display: block;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 24.99%;
	padding-top: 10px;
	overflow: hidden;
}

#ja-col2 {
	float: right;
	width: 20%;
	overflow: hidden;
}

#ja-col1 table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul li,
#ja-col2 ul li {
	padding-left: 15px;
	margin: 0;
	background: url(../images/bullet.gif) no-repeat 5px 50%;
}

#ja-col1 ul, #ja-col2 ul {
	margin: 0;
}

#ja-col1 ol, #ja-col2 ol {
	margin-left: 5px;
}

#ja-col1 .article_separator,
#ja-col2 .article_separator {
	display: none;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left div.moduletable,
.ja-box-full div.moduletable {
	padding-right: 30px;
	background: none;
}

.ja-box-right div.moduletable {
	padding-left: 30px;
	background: url(../images/vdot2.gif) repeat-y left;
}

.ja-box-center div.moduletable {
	padding: 0 30px;
	background: url(../images/vdot2.gif) repeat-y left;
}

#ja-botsl h3 {
	background: none;
}

#ja-botslwrap {
	border-top: 5px solid #CCCCCC;
	background: #444444;
	color: #CCCCCC;
}

#ja-botsl {
	padding: 15px 0;
}

#ja-botsl div.moduletable {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

#ja-botsl h3 {
	margin: 0 0 12px;
	padding: 0;
	color: #FFFFFF;
}

#ja-botsl a {
	color: #CCCCCC;
}

#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
	color: #FFFFFF;
}

#ja-botsl ul, #ja-botsl p, #ja-botsl ol {
	padding: 0;
	margin: 0 !important;
}

#ja-botsl ul li {
	padding: 0 0 0 15px;
	margin: 0;
	background: url(../images/bullet2.gif) no-repeat 3px 8px;
}

#ja-botsl ol li {
	margin-left: 25px;
	padding: 0 !important;
}

#ja-botsl td {
	padding: 0;
}

#ja-botsl .article_separator {
	display: none;
}

#ja-botsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	border-top: 5px solid #CCCCCC;
	padding: 20px 0 30px;
	clear: both;
	background: url(../images/grad3.gif) repeat-x bottom #F6F6F6;
}

#ja-footer {
	padding: 0;
	color: #666666;
	background: url(../images/vdot.gif) repeat-y 22% 0;
	position: relative;
}

#ja-footer .copyright {
	clear: both;
	display: block;
	padding-left: 25%;
	color: #666666;
	font-style: normal;
	font-size: 92%;
}

#ja-footnav {
	padding-left: 25%;
}

#ja-footer ul {
	margin: 0 0 5px;
	padding: 0;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 15px 0 0;
	display: inline;
	color: #666666;
	font-weight: bold;
	font-size: 92%;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus {
	color: #333333;
	text-decoration: none;
}

.ja-cert {
	font-size: 92%;
	position: absolute;
	right: 0;
	top: 18px;
}

.ja-cert a {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}

.ja-cert a span {
	display: none;
}

.ja-cert a img {
	border: none;
}

.banneritem {
	display: block;
	margin-top: 15px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/*usertool*/
ul.ja-usertools-font {
	font-size: 11px;
	position: absolute;
	top: 8px;
	right: 70px;
}

ul.ja-usertools-font li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

/*collapsible h3*/
h3.show {
	background: url(../images/arrow2.png) no-repeat 90% 60%;
	cursor: pointer;
}

h3.hide {
	background: url(../images/arrow3.png) no-repeat 90% 60%;
	cursor: pointer;
}

/*others*/
#ja-banner {
	margin: 15px 0;
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#form-login p {
	margin: 0 0 20px;
}

#form-login ul {
	margin: 10px 0 0;
}

#form-login .inputbox {
	width: 90%;
	border:0 none !important;
}

.clr {
	clear: both;
}

.hasTip img {
	margin: 10px 5px 0 0;
	border: none;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #006699;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* Changes sept. 14, 2015*/
.form-inline .form-group{margin-bottom:10px}
.form-group label {width: 120px;}
.form-control:focus, form input.error, form select.error, form textarea.error {border:1px solid #ff0000;box-shadow: none;}
.form-validate .form-group span.error {color: #ff0000;display: block;}
#menuWrapper {border-top: 2px solid #cccccc;border-bottom: 2px solid #cccccc;}
.navbar-nav{text-align:left}
.navbar-nav li a {color:#0098db;font-size: 150%;font-weight: 700;padding: 29px 15px 23px;text-decoration: none;}
.navbar-nav li a#active_menu{color:#000000}
#home .homeLeftWrapper {background-color: #f1f0f0;padding: 55px 30px 20px;}
/*#home .homeRightWrapper h1 {margin: 0.55em 0 0.8em;}*/
#home .homelist {width: 92%;padding-top: 5px;}
#home .homelist li {font-size: 150%;line-height: 143%;margin-bottom: 16px;margin-left: 28px;padding-left: 16px;padding-right: 27px;list-style-image: url(../images/bullet-homelist.jpg);}
.homeLeftWrapper .homelinkList li {border-bottom: 2px solid #cccccc;padding: 18px 0;}
.homeLeftWrapper .homelinkList li:first-child {padding: 5px 0 49px;}
.homeLeftWrapper .homelinkList li:last-child{border-bottom:0px none}
.homeLeftWrapper .homelinkList li a{color: #26a0de;display: block;font-size: 160%;font-weight: bold;
	padding: 10px 0 14px 30px;line-height: 26px;}
.homeLeftWrapper .homelinkList li:last-child a {
    padding-top: 17px;
    padding-bottom: 19px;
}
.homeLeftWrapper .homelinkList li:first-child a {
	/*background-color: #9fbd4a;
	color: #ffffff;
	font-size: 190%;
	padding: 38px 0 38px 30px;*/
	font-size: 0;
	background: url(../images/btn-register-now.jpg) no-repeat;
	max-width: 100%;
	width: 297px;
	height: 106px;
	position: relative;
	background-size: 100%;
}
/*.homeLeftWrapper .homelinkList li:first-child a::before {
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    content: "";
    position: absolute;
    right: 80px;
    top: 41px;
}*/
.homeLeftWrapper .homelinkList li:nth-child(2) a {
    padding-bottom: 14px;
}
#footer {background-color: #f1f0f0;padding-bottom: 29px;}
#footer #mainlevel{
	margin: 40px auto 0px;
	float: left;
	width:100%;
	text-align:center;
}
#footer ul li {
    border-left: 1px solid #363636;
    border-right: 1px solid #686868;
    padding-left: 7px;
    padding-right: 7px;
}
#footer ul li:first-child{
	border-left: 0;
}
#footer ul li:last-child{
	border-right: 0;
}
#footer .navbar-nav li a{
	font-size: 145%;
	padding: 0;
}
#footer .nav > li > a:hover, #footer .nav > li > a:focus{
	background: transparent;
}
#footer .container .sponsoredlogo{margin-left: 10px;}
#footer .sponsoredlogo, #footer .administeredlogo {margin: 15px 0 0;}




.container{
	width: 100%;
	max-width: 1124px;
}
div#top-navbar {
    float: left;
    width:100%;
}
h1.heading1{
	color: #013b55;
	margin: 33px 0 20px -2px;
	line-height: 48px;
}
h2.heading2{
	color: #0098db;
	font-size: 38px;
	font-weight: bold;
	margin: -1px 0 21px 3px;
}
dl.desclist {
  font-size: 0;
  margin-left: 4px;
  margin-top: -4px;
}
dl.desclist dt, dl.desclist dd {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
}
dl.desclist dt {
    color: #0098db;
    width: 8.33333333%;
    margin-top: 4px;
}
dl.desclist dd {
    font-size: 24px;
    padding-left: 12px;
    width: 85%;
    line-height: 27px;
    color: #000;
    margin-bottom: -11px;
    margin-top: 7px;
}
dl.desclist dd::after{
	content: "";
	display: block;
	margin-bottom: 36px;
}
dl.desclist ul {
	-webkit-column-gap: 86px;
	-moz-column-gap: 86px;
	-ms-column-gap: 86px;
	-o-column-gap: 86px;
	column-gap: 86px;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    list-style: inside none disc;
    margin: 0 0 0 -16px;
    max-width: 460px;
    white-space: nowrap;
}
hr.bar{
	border-top: 2px solid #cccccc;
	margin-bottom: 0;
}
.blue-color{
	color: #0098db;
}
.thebutton,.thebutton:hover,.thebutton:active,.thebutton:focus {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    padding: 20px 115px;
    text-transform: capitalize;
    background: #9fbd4a;
    border: none;
    text-decoration: none;
    color: #fff;
}
.thebutton.theme-color,.thebutton.theme-color:hover,.thebutton.theme-color:active,.thebutton.theme-color:focus {
	background: #0098db;
}
.dashboardWrapper .thebutton,.dashboardWrapper .thebutton:hover,.dashboardWrapper .thebutton:active,.dashboardWrapper .thebutton:focus {
	font-size: 24px;
	text-transform: none;
	padding: 12px 80px;
	margin-right: 10px;
}
.thebutton.btn,.thebutton.btn:hover,.thebutton.btn:active,.thebutton.btn:focus {
	border-radius: 0;
}

.contest-entry button.thebutton, .contest-entry button.thebutton:hover {
    margin-bottom: 18px !important;
    width: 100%;
    padding-top: 43px !important;
    padding-bottom: 43px !important;
}
div.paragraph {
    margin-bottom: 43px;
    margin-top: -4px;
    padding-right: 35px;
}
div.paragraph p{
	margin: 40px;
	margin-bottom: -10px;
	font-size: 24px;
	line-height: 29px;
	padding-left: 10px;
}
p.paragraph{
	font-size: 24px;
	line-height: normal;
}
div.paragraph p:first-child {
    margin-top: 0;
}
.emphasize{
	color: #0098db;
	font-weight: bold;
}
.orange-theme figcaption {
    background-color: #ff8700;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    padding: 15px;
    padding-bottom: 21px;
    text-align: center;
}
.orange-theme img {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 7px;
}
.orange-theme {
    margin-top: 2px;
}
ul.inblock {
    display: inline-block;
    list-style: inside none disc;
    margin: 15px 28px 16px -18px;
    vertical-align: top;
}
.paralisting .inblock.blue-color > li{
	line-height: 31px;
}
.paralisting p {
    margin: 10px 0 40px;
}
dl ul li {
    list-style: inside;
    line-height: 28px;
}
.paralisting{
	padding-left: 28px;
	padding-top: 14px;
	padding-right: 45px;
}
.paralisting > li {
    font-size: 24px;
    margin-bottom: 30px;
    padding-left: 24px;
    color: #000;
    line-height: 29px;
    padding-right: 50px;
}
.paragraph.inputs {
    line-height: 36px;
}
.login-module,.box-module {
    background: #f1f0f0 none repeat scroll 0 0;
    padding: 35px 35px 30px;
}
.login-box p{
	margin: 0;
}
.login-box {
    background: #0098db none repeat scroll 0 0;
    padding: 17px;
}
.login-box label {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
}
input.expand {
    border: medium none;
    margin-bottom: 10px;
    padding: 3px 10px;
    width: 100%;
}
input#login {
    background: url(../images/button-submit.jpg) no-repeat;
	font-size: 0;
	width: 168px;
	height: 41px;
    border: medium none;
    color: #003591;
    font-weight: bold;
    padding: 13px 56px 13px 36px;
    text-transform: uppercase;
}
.thebutton.next-step-btn{
	background: url(../images/button-next-step.jpg) no-repeat;
	font-size: 0;
	width: 390px;
	height: 67px;
	max-width: 100%;
}
#forgotuser,#forgotuser:hover, #forgotuser:active {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 3px;
    border-bottom: 1px solid;
    padding-bottom: 1px;
    text-decoration: none;
}
.login-module > p, .box-module > p{
    font-size: 24px;
    margin: 0 0 20px;
}
.form-group label {width: auto; display: block;}

.custom-offset input{
	width: 100% !important;
}
.custom-offset input[type="checkbox"]{
	width: auto !important;
}
span[data-toggle="tooltip"] {
    position: absolute;
    right: -15px;
    top: 55%;
}


.login-screen{
	margin-bottom: 36px;
	overflow: hidden;
}
.login-screen figure{
	height: 256px;
	overflow: hidden;
}
.login-screen figure img{
	min-width: 100%;
}
.login-screen > div {
    margin: 0 17px 0 0;
}
.dashboardWrapper p {
    color: #363636;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 24px;
    line-height: normal;
}
.panel{
	border: none;
	box-shadow: none;
}
#form-logout {
    float: right;
}
ul#contest-nav li {
    padding-left: 10px;
}
#contest-nav li:nth-child(2) {
    float: right;
}
#contest-nav li:nth-child(2) a {
    font-weight: normal;
}
.dashboardWrapper .nav-tabs a, .dashboardWrapper .nav-tabs a:hover {
    font-family: "source sans pro";
    font-size: 24px;
    padding: 7px 130px;
    background: #cdcdcd;
    border-bottom: 1px solid #7d7d7d;
    border-right: 0;
    border-left: 0;
    color: #363636;
    font-weight: bold;
}
/*.nav-tabs > li > a{
	border-radius: 0;
	border: 1px solid #7d7d7d;
}*/
ul.nav-tabs li{
	padding-left: 12px;
}
.question-nos {
    color: #0098db;
    font-weight: bold;
}
.question-name {
    font-size: 18px;
}
.text_answer{
	margin-top: 10px;
	border: 1px solid #013b55;
	width: 100%;
}
p.upload-link {
    color: #0098db;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.tab-content{
	position: relative;
}
.nav-tabs li:first-child {
    padding-left: 32px;
}
.contest-entry-figure{
	margin-top: 11px;
}
.contest-entry-figure img{
	min-width: 100%;
}
.thebutton.btn-remove,.thebutton.btn-remove:hover,.thebutton.btn-remove:active,.thebutton.btn-remove:focus{
	background: #ff8700 url(../images/btn-remove.jpg);
	width: 219px;
	height: 44px;
	cursor: pointer;
	font-size: 0;
}
.file-uploader{
	background: #ff8700 url(../images/btn-upload.jpg);
	width: 220px;
	height: 45px;
	cursor: pointer;
	overflow: hidden;
	margin-top: 20px;
}
.file-uploader input{
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
}
.dashboardWrapper h3.main-color{
	font-size: 24px;
	font-weight: bold;
	color: #0098db;
	padding-left: 52px;
}
.table th{
	color: #000;
	font-size: 24px;
}
.dashboardWrapper .table th, .dashboardWrapper .table td{
	background: transparent !important;
	font-size: 21px;
	color: #000;
}
.entry-incomplete{
	background-image: none;
	position: relative;
}
.entry-incomplete::before {
    border: 3px solid #898989;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: -6px;
    position: absolute;
    top: 9px;
    width: 20px;
}
.entry-complete{
	background-image: none;
	position: relative;
}
.entry-complete::before {
    border: 3px solid #9fbd4a;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: -13px;
    position: absolute;
    top: 9px;
    width: 20px;
}

.button.edit-btn {
    background: #0098db none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 3px 53px 3px 27px !important;
    text-transform: none;
}
.button.delete-btn {
    background: #ff8700 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 3px 18px;
    text-transform: none;
}
.button.back-btn {
    background: #0098db;
    border: none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 3px 33px;
    text-transform: none;
    border-radius: 0;
}
.button,.button:hover{
	position: relative;
	text-decoration: none;
}
.button.right-triangle::before {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    content: "";
    position: absolute;
    right: 32px;
    top: 9px;
}
.button.left-triangle::before {
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    content: "";
    position: absolute;
    left: 19px;
    top: 9px;
}
.button.icon-close::before {
    content: "x";
    font-size: 33px !important;
    font-weight: normal;
    left: 19px;
    position: absolute;
    top: -8px;
}
.button.icon-right {
    padding-right: 40px;
}
.button.icon-left{
	padding-left: 40px;
}
.alert-info{
	background: #8fd2ef;
}
.alert.alert-info.alert-dismissible > ul{
	margin: 0;
}
div.check-to-line {
    margin-left: 2.5%;
}
label{
	font-weight: normal;
}
.full-select select{
	width: 100%;
}
.tooltip-inner{
	background-color: #0098db;
	max-width: 384px;
	width: 384px;
	font-size: 18px;
	text-align: left;
	padding: 23px;
	border-radius: 0;
}

.tooltip.right .tooltip-arrow{
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #0098db;
	width: 0;
	height: 0;
	left: -9px;
	top: 47% !important;
	position: absolute;
}
.tooltip.right {
    margin-left: 15px;
    opacity: 1;
}
.tooltip.left .tooltip-arrow{
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #0098db;
	width: 0;
	height: 0;
	right: -9px;
	top: 47% !important;
	position: absolute;
}
.tooltip.left {
    margin-left: -15px;
    opacity: 1;
}
.inblock li {
    list-style: inside disc;
    white-space: nowrap;
}
.full-select.middle select{
	margin-top: 15px;
	margin-bottom: 15px;
}
#homelogin .login-module {
    position: static;
    width: 100%;
    background: transparent;
    padding: 0;
}
#homelogin .login-box {
    margin-left: 18px;
    padding-bottom: 28px;
}
#homelogin #form-login .inputbox{
	width: 99%;
	border: none !important;
}
#homelogin .login-module > p {
    display: none;
}
#homelogin .login-box > p:last-child {
    display: none;
}
#homelogin input#login{
	background-image: url(../images/btn-login.jpg);
	margin-top: 2px;
}
#homelogin #form-login p {
    margin: 0 0 18px;
}
.login-box ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555 !important;
    text-transform: capitalize;
}
.login-box :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555 !important;
   opacity:  1;
   text-transform: capitalize;
}
.login-box ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #555 !important;
   opacity:  1;
   text-transform: capitalize;
}
.login-box :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #555 !important;
   text-transform: capitalize;
}
.homelinkList {
    margin-top: 0;
    margin-bottom: 12px;
}

.btn-enter-now,.btn-enter{
	background: url(../images/btn-enter-now.jpg) no-repeat;
	background-size: 100%;
	width: 391px;
	height: 67px;
	display: inline-block;
	font-size: 0;
	max-width: 100%;
}
.btn-enter{
	background-image: url(../images/btn-enter.jpg);
}
.radio > label {
    margin-left: -6px;
}
.labeltext {
    position: relative;
    top: -5px;
}

sup{
	font-size: 60%;
}
.bd-login .loginwrapper {
    margin-top: 40px;
    margin-bottom: -2px;
}
.bd-login .login-box {
    margin-right: 20px;
}
.bd-login .login-box label {
    margin-top: 8px;
}
.bd-login .login-box p {
    margin-top: 17px;
}
.bd-login .login-box input#login {
    margin-top: 1px;
    margin-bottom: 22px;
}
.bd-login .login-box input,.bd-login .login-box input:active, .bd-login .login-box input:focus, .bd-login .login-box input:hover {
    border: medium none !important;
}
#system-message li {
    color: #013b55;
    font-size: 158%;
    list-style: none;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 6px;
}
.alert{
	border-radius: 0;
	border: 0;
	background: #8fd2ef;
}
.alert ul{
	margin: 0;
}
dl#system-message{
	margin-top: 26px;
}


@media (min-width: 770px) and (max-width: 1123px){
	#top-navbar .nav.navbar-nav {
	    font-size: 1.3vw;
	}
}

@media (min-width: 992px){
	#content{position: relative;}
	.login-module {
		position: absolute;
		right: 15px;
		top: 36px;
	}
	.full-select.middle select {
	    margin: 0 5px;
	    width: 94%;
	}
	.img-responsive {
		max-width: none;
	}
	#footer .pull-right {
		margin-right: 19px;
	}
}
@media (max-width: 992px){
	dl.desclist dt{
		width: 15%;
	}
	dl.desclist dd{
		width: 85%;
	}
	dl.desclist ul{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
		white-space: normal;
	}
	
	#homelogin,.bannerImage{
		display: none;
	}
	h1.logo {
	    margin-right: 13px;
	}
	h1.logo a{margin: auto;}
}
@media (max-width: 560px){
	dl.desclist dt{
		width: 25%;
	}
	dl.desclist dd{
		width: 75%;
	}
}
@media (min-width: 769px){
	.custom-offset.pd25{
		padding: 0 5%;
	}
	#student-left > .heading1,#parent-left > .heading1,#teacher-left > .heading1,div#user_type {
 	   padding-left: 15px;
 	   padding-right: 35px;
	}
	.pdl50{
		padding-left: 50px !important;
	}

}
@media (max-width: 999px){
	#top-navbar.collapse.in{
		display: table;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#top-navbar.collapse.in #form-logout{
		display: table-footer-group;
		float: none;
	}
	#top-navbar.collapse.in #mainlevel{
		display: table-header-group;
		float: none;
	}
	#menuWrapper .container-fluid{
		padding: 0;
	}
	#top-navbar.collapse.in li{
		display: block;
	}
	#contest-nav a {
		padding-left: 30px;
	}
	#footer .container{
		display: table;
	}
	#footer .container .middle{
		float: none;
		display: table-header-group;
	}
	#footer .navbar-nav li a{
		font-size: 3vw;
	}
	#footer #mainlevel{
		margin: 0;
		float: none;
		display: table;
		margin: 2em auto;
	}
	#footer .sponsoredlogo, #footer .administeredlogo{
		text-align: center;
		margin-bottom: 1em;
	}
	#footer .img-responsive{
		display: inline;
	}
	#footer .container > div:last-child {
		margin-top: -112px;
	}
	#footer .container > div:first-child, #footer .container > div:last-child {
    	width: 50%;
	}
	h1.heading1 {
	    font-size: 6vw;
	    line-height: 6vw;
	}
	h1.heading1 br, dd br{
		display: none;
	}
	#home .homelist li{
		padding: 0;
	}
	.pdl25{
		padding-right: 25px;
	}
	h2.heading2 {
	    font-size: 4vw;
	    margin-left: 0;
	    margin-right: 0;
	}
	.desclist ul li{
		list-style-image: none;
		line-height: 5vw;
		margin-left: 3vw;
		text-indent: -4vw;
	}
	.dashboardWrapper .nav-tabs a, .dashboardWrapper .nav-tabs a:hover{
		font-size: 4.5vw;
		padding: .5em 1em;
	}
	.paralisting{
		padding-right: 0;
	}
	.paralisting > li{
		padding-right: 0;
		padding-left: 0;
	}
	#josForm1 {
		width: 100%;
	}
	.full-of-checkbox label span.checkbox-inline{
		padding-left: 0;
		padding-right: 16px;
		min-width: 80px;
	}
	.bd-register .check-to-line label {
		margin-left: 18px;
		padding: 0 25px;
		text-indent: -38px;
	}
	.dashboardWrapper .thebutton, .dashboardWrapper .thebutton:hover, .dashboardWrapper .thebutton:active, .dashboardWrapper .thebutton:focus{
		font-size: 4vw;
		padding: .5em;
	}
}
@media (max-width: 991px){
	.contest-entry-figure {
		display: none;
	}
}
@media (max-width: 717px){
	thead th:not(:first-child) {
        display: none;
    }

    td, th {
        display: block;
        text-align: center !important;
    }

    td[data-th]:before  {
        content: attr(data-th);
        float: left;
    }
    table,tbody,thead,tr{display: block;}
    .file-table td, .file-table th {
	    display: inline-block;
	    max-width: 100%;
	    text-align: left;
	    word-wrap: break-word;
	    text-align: left !important;
	}
	.file-table tr:first-child td:first-child{
		display: block;
	}
	.file-table .btn-small-download, .file-table .btn-small-download:hover{
		margin-left: 0;
	}
	.file-table th:first-child{
		display: none;
	}
}
@media (max-width: 769px){
	div.paragraph{
		padding-right: 0;
		margin-bottom: 0;
	}
	div.paragraph p{
		margin: 40px 0;
	}
	div.paragraph p:first-child {
	    margin-top: 40px;
	}
	.bd-pta .orange-theme {
	    float: none;
	    margin: auto;
	}
	#josForm1{
		width: 100%;
	}
	#contest-nav li:nth-child(2){
		float: left;
	}
	#contest-nav li:nth-child(2) a{
		font-size: 150%;
		font-weight: bold;
	}
	#form-logout {
	    display: table-footer-group;
	    float: none;
	}
	#mainlevel {
	    display: table-header-group;
	    float: none;
	}
	#top-navbar li{
		display: block;
	}
	div.check-to-line{
		margin-left: 0;
		/*padding-left: 25px;
		padding-right: 25px;*/
	}
	.bd-register span.checkbox{
		margin: -8px 5px !important;
	}
	.bd-register .check-to-line label {
		margin-left: 33px;
		padding: 0 25px;
		text-indent: -38px;
	}
	.bd-register #lblagree{
		padding: 0 25px;
		text-indent: -38px;
	}
	.bd-rigister #lblagree.clagree{
		margin-left: 33px;
	}
	#getting-started-buttons{
		display: table-row;
		border-collapse: separate;
		border-spacing: 10px;
	}
	#getting-started-buttons a,#getting-started-buttons a:hover,#getting-started-buttons a:active,#getting-started-buttons a:focus{
		display: table-cell;
	    font-size: 4.5vw;
	    padding: 5px 10px;
	    white-space: nowrap;
	}
	.getting-started-heading + div a, .getting-started-heading + div a:hover, .getting-started-heading + div a:active{
		white-space: pre-wrap;
		text-align: left;
	}
	.bd-dashboard .panel-heading a, .bd-dashboard .panel-heading a:hover, .bd-dashboard .panel-heading a:active, .bd-dashboard .panel-heading a:focus{
		padding: 0;
	}
	fieldset .md-pd25 {
	    padding: 0;
	}
	.bd-dashboard .panel-body {
	    padding-left: 0;
	    padding-right: 0;
	}
	label[for="gender"] + div label.radio.inline {
	    margin-left: -24px;
	    margin-top: 20px;
	    padding-left: 0;
	}
	.checkbox-inline.check-other-block {
	    margin-left: -5px;
	    padding-left: 0;
	}
	.dashboardWrapper h3.main-color{
		padding-left: 0;
	}
	.md-pd50{
		padding: 0;
	}
}
@media (max-width: 481px){
	.bd-pta div.paragraph p{
		margin: 1em 0;
		padding: 0;
		font-size: 100%;
		font-size: 4.5vw;
		line-height: 5vw;
	}
	.dashboardWrapper p{
		font-size: 4.5vw;
		line-height: 5vw;
	}
	#home .homelist li{
		font-size: 100%;
	}
	dl.desclist dt, dl.desclist dd,.paralisting > li,p.paragraph{
		font-size: 4.5vw;
		line-height: 5vw;
	}
	.bd-pta .orange-theme{
		max-width: 100% !important;

	}
	.g-recaptcha{
	    margin-left: -12%;
	    -webkit-transform: scale(.8,.8);
	    -moz-transform: scale(.8,.8);
	    -ms-transform: scale(.8,.8);
	    -o-transform: scale(.8,.8);
	    transform: scale(.8,.8);
	}
}
.pdl25{
	padding-left: 25px;
}
.md-pd25{
	padding: 0 25px;
}
.md-pd50{
	padding: 0 50px;
}
textarea{
	resize: vertical;
}
input[type="text"],input[type="password"],input[type="text"]:focus,input[type="text"]:hover,input[type="text"]:active,input[type="password"]:focus,input[type="password"]:hover,input[type="password"]:active{
	border: 1px solid #013b55 !important;
	background: #fff !important;
	box-shadow: none !important;
	outline: 0 !important;
}
*:focus {
    outline: 0 !important;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000000 !important;
    text-transform: capitalize;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000000 !important;
   opacity:  1;
   text-transform: capitalize;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000000 !important;
   opacity:  1;
   text-transform: capitalize;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000000 !important;
   text-transform: capitalize;
}
/*custom select box style*/
select {
  /*margin: 50px;*/
  border: 1px solid #013b55;
  background: transparent;
  /*width: 150px;*/
  /*padding: 5px 35px 5px 5px;*/
  font-size: 14px;
  border: 1px solid #ccc;
  /*height: 34px;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/icon-select-dropdown.jpg) right no-repeat #fff !important;
}
select option{
	color:#000000;
}
select option:first-child{
	color:#959595;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width: 0\0) {
  select {
    background: none;
    /*padding: 5px;*/
  }
}

/*custom radio and checkboxes*/
input[type="checkbox"],input[type="radio"]{
    opacity: 0;
}
span.checkbox{
	width: 24px;
	height: 22px;
	border: 1px solid #013b55;
	margin: -3px 13px 0 -13px !important;
	display: inline-block !important;
}
input[type="checkbox"]:checked + span.checkbox, input[type="radio"]:checked + label > span.checkbox{
	background: url(../images/icon-check-right.jpg) no-repeat;
}

/*custom media queries as per requirement*/
@media (min-width: 992px){
	#home .homeLeftWrapper{
		max-width: 359px;
		float: right;
	}
	.share-link{
		min-width: 356px;
		max-width: 356px;
		margin-top: 10px;
	}
	#filelink{
		width: 100%;
	}
	.text-separator-or{
		min-width: 50px;
		max-width: 50px;
	}	
}
@media (min-width: 1124px){
	#home .homeRightWrapper{
		width: calc(100% - 359px);
	}
	body:not(.bd-home) .bannerImage{
		height: 224px;
		overflow: hidden;
		width: 735px;
	}
	body:not(.bd-home) .bannerImage img{
		width: 100%;
	}
	.bd-login .login-box {
		height: 258px;
		max-width: 328px;
	}
	.bd-login .login-screen figure {
	    height: 266px;
	}	
	.bd-login figure img {
		max-width: 389px;
	}
	.dashboardWrapper #home #getting-started-wrap {
	    margin-left: 45px;
	}
	#form-logout {
	    width: 43%;
	}
	
}

.btn-students-enter,.btn-students-enter:hover,.btn-students-enter:active{
		background: transparent url(../images/btn-students-enter.jpg) no-repeat;
		width: 80%;
		max-width: 430px;
		height: 67px;
		font-size: 0;
		background-size: 100%;
		display: inline-block;
	}
.bannerImage {
    margin-left: 15px;
    margin-right: -15px;
}
#mainlevel{
	margin-left: -22px;
}
.text_answer{
	width: 100%;
	resize: vertical;
	border: 1px solid #013b55;
	min-height: 150px;
}
.form-contact-form{
	max-width: 470px;
}
#contactForm {
    margin-left: 27px;
}
#contactForm input, #contactForm textarea {
    width: 100%;
}
#contactForm .thebutton {
    margin-left: 116px;
    padding-left: 0;
    padding-right: 0;
    width: 359px;
}
.desclist ul li{
    list-style-image: url(../images/bullet-descul.jpg);
}
.paralisting ul li{
    list-style-image: url(../images/bullet-paraul.jpg);
}
/*dashboard layout*/
.panel-heading.getting-started-heading{
	background: #0098db;
}
.panel-heading.register-kid-heading{
	background: #0098db;
}
.panel-heading.manage-entries-heading{
	background: #0098db;
}
.panel-heading{
	border-radius: 0;
}
.panel-heading a,.panel-heading a:hover,.panel-heading a:active,.panel-heading a:focus{
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	padding: 10px;
}
.getting-started-heading + div a,.getting-started-heading + div a:hover,.getting-started-heading + div a:active{
	background: #9fbd4a;
	border-radius: 0;
	border: 0;
}
.full-of-checkbox label{
	display: inline-block;
	margin-bottom: 0;
}
.full-of-checkbox .checkbox-inline{
	padding-left: 16px;
}
.full-of-checkbox span.checkbox{
	margin: -3px 3px 0 0px !important;
}
.full-of-checkbox label:first-child > span{
	padding-left: 0;
}
.check-other-block input[type="text"] {
    margin-left: 13px;
    width: auto !important;
}
.check-other-block {
    padding-left: 13px;
}
.inputbox{border:1px solid #013b55}
#lblagreesweepstake span {margin-left: 15px;position: static;}
.uploadorlinktxt {
    line-height: 75px;
    margin-left: 9px;
}
#filelink {
    height: 44px;
    min-height: 44px;
}
p#logfilename {
    margin: 10px 0;
    font-weight: bold;
    font-size: 16px;
}
.btn-small-download,.btn-small-download:hover{
	background: #0098db;
	border-radius: 0;
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
}
.btn-small-delete,.btn-small-delete:hover{
	background: #9fbd4a;
	border-radius: 0;
	color: #fff;
}
.modal-body span.checkbox{
	vertical-align: bottom;
}
/*button are added as background image for inconsistancy with responsive design and pixel by pixel check*/
.button.button-review{
	background: url(../images/btn-review.jpg) no-repeat;
	background-size: 100%;
	width: 124px;
	height: 41px;
	font-size: 0;
	display: inline-block;
	border: none;
	max-width: 100%;
}
.button.button-review::before{
	display: none;
}
.button.button-reminder{
	background: url(../images/btn-reminder.jpg) no-repeat;
	background-size: 100%;
	width: 124px;
	height: 41px;
	font-size: 0;
	display: inline-block;
	border: none;
	max-width: 100%
}
.button.button-review::before{
	display: none;
}
.button.button-edit{
	background: url(../images/btn-edit.jpg) no-repeat;
	background-size: 100%;
	width: 124px;
	height: 41px;
	font-size: 0;
	display: inline-block;
	border: none;
	max-width: 100%
}
.button.button-edit::before{
	display: none;
}
.button.button-delete{
	background: url(../images/btn-delete.jpg) no-repeat;
	background-size: 100%;
	width: 124px;
	height: 41px;
	font-size: 0;
	display: inline-block;
	max-width: 100%;
}
.button.button-delete::before{
	display: none;
}
.button.button-back{
	background: url(../images/btn-back.jpg) no-repeat;
	background-size: 100%;
	width: 124px;
	height: 41px;
	font-size: 0;
	display: inline-block;
	max-width: 100%
}
.button.button-back::before{
	display: none;
}
#content .dashboardWrapper {
    padding: 25px 10px 0;
}
#content .dashboardWrapper .nav-tabs {
    margin: 0;
}
.bd-dashboard h1.heading1 {
    padding: 0 10px;
}
.dashboardWrapper #home #getting-started-left p {
    margin: 0;
    padding: 35px 0;
}
.bd-dashboard .contest-entry-title.heading1 {
    padding: 0;
    width:100%;
    margin: 10px 0 25px;
}
.form-validate label.error {
    color: #ff0000;
}
#question_content .question-tab {
    margin-bottom: 35px;
}
.dashboardWrapper .box-module .save-entry-btn, .dashboardWrapper .box-module .save-entry-btn:hover {
    margin-bottom: 0 !important;
}
.dashboardWrapper .modal p {
    font-size: 16px;
}
.modal .modal-header h1 {
    font-size: 200%;
}
.official-rules{padding: 0 14px;}
.official-rules strong{color:#0098db;}
.header.row {
    overflow: hidden;
}
form#students legend {
    margin-left: -16px;
    width: 110%;
}
form#students{
	overflow: hidden;
}
form#students legend {
    margin-left: -16px;
    width: 110%;
}
.unamebkfk {
    display: inline-block;
    height: 22px;
    font-size: 130%;
    font-weight:bold;
    vertical-align: bottom;
}
.unameinfo {font-size: 85%;font-weight: bold;}
#cancelationForm{padding:10px 0px 20px;text-align:center;}

/*winners page*/
.winnerpage h1.title {color: #013b55;}
.winnerpage .winner-2, .winnerpage .winner-3 {line-height: 30px;margin: 100px 0px 50px;}
.winnerpage .winner-1, .winnerpage .winner-2, .winnerpage .winner-3{font-size: 24px;}
.winnerpage .winnerDetails {margin-top: 18px;}
.winnerpage .winner-1 .winnerDetails .winnerName {font-size: 36px;line-height: normal;}
.winnerpage .winningPrice {font-size: 36px;font-weight: bold;margin: 10px 0 20px;}
.winnerpage .winnerDetails .readmore {font-size: 24px;padding: 15px 25px;}
.winnerpage .otherWinners {background-color:#f4fcff;border-bottom: 2px solid #cccccc;border-top: 2px solid #cccccc;font-size: 24px;}
.winnerpage .otherWinners .title {font-size: 48px;}
.winnerpage .otherWinners .winnerName {line-height: 30px;margin: 20px 0 15px;}
.winnerpage .otherWinners .readmore {color: #0098db;font-size: 24px;font-weight: bold;}
.winnerpage .otherWinners .oddRow {margin-left: 13%;}
.winnerpage .startPlanningBlock{font-size:24px;line-height: 150%;}
.winnerpage .startPlanningBlock h2.title {color: #174960;font-size: 28px;}
.winnerpage .startPlanningBlock .thebutton {font-size: 24px;padding: 15px 17px;}
.winnerpage .startPlanningBlock p.endNote {font-size: 18px;margin: 25px 0;}