@charset "UTF-8";
/* CSS Document for Portal Template 1*/
/* Version 1.3 */

/*-------Full Document------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
.wait, .wait a, .wait li, .wait ul, .wait div{
	cursor:wait!important;
}
a{
	text-decoration:none;
	color: #196bad;
}
a:hover{
	text-decoration:underline;
}
ul{
	list-style:none;
}
body{
  background-image: url("../images/bodyBGlight.png");
  font-family: "Lucida Sans Unicode", "Lucida Grande", calibri, sans-serif;
  color:#444444;
}
.wrapper{
	background-color: #FFFFFF;
    box-shadow: 0 0 20px #000000;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}
.wrapper1{
	width: 710px;
	margin: 0 auto;
}
.wrapper2{
	margin-left: 6%;
	max-width:900px;
	width:90%;
}
.clear{
	clear:both;
}
.preview{
	background-color: #f00;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    padding: 5px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}
.mobile{
	display:none;
}
.newPost{
	border:2px #f00 solid!important;
	margin:-2px;
}
span.newPost{
	display:inline-block;
}
.cardArea span.newPost{
	float:left;
}
tr.newPost td{
	border:2px solid #f00!important;
	border-left:0px!important;
	border-right:0px!important;
}
tr.newPost td:first-child{
	border-left:2px solid #f00!important;
}
tr.newPost td:last-child{
	border-right:2px solid #f00!important;
}
.sideColor {
  background-color: #fafafa;
}
.whiteBG{
	background-color:#fff;
	float:left;
	width:690px;
	border-right:1px solid #F3F3F3;
}
code {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #e0e0e0;
    font-family: monospace;
    padding: 2px;
}
/*----Post Styling------*/
.post ol, .post ul{
	margin-left:1em;
	padding-left:1.5em;
}
.post ul{
	list-style:outside;
}
.post ol ol{
	list-style:lower-alpha;
}
.post table{
	border-collapse:collapse;
	width:auto;
}
.post table ol, .post table ul{
	margin:0;
}
.post table td, .post table th{
	border:1px solid #000;
	padding:.25em .5em;
	background-color:#fff;
}
.post table thead td, .post table th{
	background-color:#064D81;
	color:#fff;
	font-weight:bold;
}
.subHead th{
	text-align:left;
}
.post p{
	margin:.5em 0;
}
.post h1{
	font-size:1.5em;
	border-bottom:1px solid #064D81;
	margin:0 0 .5em;
	line-height:1.2em;
}
.post h2{
	font-size:1.25em;
	border-bottom:1px solid #820024;
	margin:0 0 .5em;
	line-height:1.2em;
}
.post h3{
	font-size:1.15em;
	border-bottom:1px solid #D23E5A;
	margin:0 0 .5em;
	line-height:1.2em;
}
.post h4{
	font-weight:bold;
	color:#064D81;
	font-size:1.25em;
	margin:0 0 .5em;
	line-height:1.2em;
}
.post h5{
	font-size:1.15em;
	font-weight:bold;
	color:#820024;
	margin:0 0 .5em;
	line-height:1.2em;
}
.post h6{
	font-weight:bold;
	font-size:1em;
	color:#D23E5A;
	margin:0 0 .5em;
	line-height:1.2em;
}
.footnote {
	font-size: .9em;
	font-style: italic;
}
/*------------Header------------*/
.mainNav {
	background-color: #043364;
	padding-left:10px;
}
.mainNav ul{
	list-style:none;
	margin:0;
	padding:0;
}
.mainNav ul li{
	float:left;
	border-top:3px solid #043364;
	margin-right:1em;
	padding:0 5px;
	position:relative;
	height:25px;
}
.mainNav ul li.active,
.mainNav ul li.activeNav {
  border-top: 3px solid #5487AB;
}
.mainNav ul li img{
	padding-left: 3px;
	height:8px;
}
.mainNav ul li a, .mainNav ul li .noLink{
	padding: 3px 0;
	font-size:15px;
	text-decoration: none;
	line-height:15px;
	color:#fff;
	display:inline-block;
	white-space: nowrap;
}
.mainNav ul li ul{
	display:none;
	background-color:#A70A18;
	left:0;
	top:25px;
	position:absolute;
	z-index:5;
}
.mainNav ul li ul li{
	float:none;	
	border:none!important;
	color:#fff;
	margin:0;
	height:auto;
}
.mainNav ul li ul li a{
	padding:8px 1.25em;
	display:block;
	font-size:.9em;
}
.mainNav ul li:hover {
	background-color:#A70A18;
	border-top:3px solid #fff;
}
.mainNav ul li:hover ul{
	display:inline-block;
}
.mainNav ul li ul li:hover{
	border:none;
	background-color:#820024;
}
.mainNav ul li ul li:hover a{
}
.header .logo{
	float:left;
}
.header .banner {
  background-color: #224b76;
  border-bottom: 2px solid #D4D6D7;
}
.header .logo {
  margin: .75em;
}
.header .logo .logoHolder{
	background-image:url("../images/logo.png");
	height:60px;
	width:776px;
	background-repeat:no-repeat;
	display:block;
}
.header .logo:hover{
	text-decoration:none;
}
/*--------Home----------------*/
.leftCol{
	float:left;
	width:39%;
}
.midCol{
	float:left;
	width:61%;
}
.rightCol {
  float: left;
  width: 269px;
}

	/*----------Left Col of Home Page----------*/
	.cardArea{
		padding: 15px;
	}
	.cardArea .description{
		font-size:.85em;
		padding-bottom:15px;
	}
	.cardBox{
		width:100%;
		border:1px solid #999;
		border-radius:4px;
		margin:10px 0;
		background: #ffffff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */
		position:relative;
	}
	.cardBox a{
		display:inline-block;
		width:100%;
		color:#2f539e;
		text-decoration:none!important;
	}
	.cardBox img{
		vertical-align:middle;
		border-radius:4px 0px 0 4px;
		padding:2px;
		max-width:35%;
	}
	.cardBox .cardTitle{
		display:inline-block;
		width:60%;
		text-align:center;
		vertical-align:middle;
		font-size:18px;
		line-height:1.2em;
	}
	.cardBox:hover{
		background: #ececec; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ececec 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ececec 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ececec 0%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ececec 0%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ececec 0%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	}
	.cardBox .coming{
		font-size:10px;
		font-style:italic;
		display:none;
		width:100%;
		position:absolute;
		left:0;
		bottom:0;
		background-color:#fff;
		color:#666;
		padding:2px 0;
		opacity:.8;
		border-radius:0 0 3px 3px;
	}
	.cardBox.userCard .coming{
		border-radius:0;
		bottom:35%;
	}
	.cardBox .secure{
		background-image:url("../images/client/secure.png");
		height:15px;
		width:11px;
		position: absolute;
		right: 5px;
		bottom:3px;
		float:right;
	}
	/*---disabled cards---*/
	.cardBox.disabled a{
		color:#666;
	}
	.cardBox.disabled img, .cardBox.disabled .secure{
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
		-webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%); 
		border-radius:0;
		opacity:.5;
	}
	.cardBox.disabled {
		background-color:#ccc;
		background-image:none;
		background-repeat:repeat-x;
		background-position:top;
		border-color:#999;
	}
	.cardBox.disabled .coming, .cardBox.disabled .cardBottom2 .coming{
		display:block;
	}
	.cardBox.disabled a:hover{
		cursor:not-allowed;
	}
	.cardBox.disabled:hover{
		background-color:#ccc;
		background-image:none;
	}

/*--------Middle Col on Home Page------------*/

	.midCol > div{
		padding:1em;
	}
	.midCol h2{
		vertical-align:middle;
	}
	.midCol h2 span{
		line-height: 35px;
    	vertical-align: top;
		padding-left:3px;
		color:#211d53;
	}
	.midCol > ul{
		font-size:.9em;
		margin-top:.5em;
	}
	.midCol > ul li{
		margin:0 0 .5em 0;
		line-height:1.4em;
		font-size:1em;
	}
	.date{
		color:#666;
		font-size:.8em;
	}
	
	.midCol a:hover{
		text-decoration:underline;
	}
	/*--------FAQs-----------*/
	.faqsList li .question{
		cursor:pointer;
		color:#085CA4;
	}
	.leftHalf .faqsList li .question{
		cursor:pointer;
		color:#000;
	}
	.faqsList li .question:hover{
		text-decoration:underline;
	}
	.faqsList li div{
		color:#999;
		font-weight:normal;
	}
	.midcol .faqsList li .answer{
		font-size:90%;
	}
	.midCol .faqsList li .answer p{
		margin: .5em 0;
	}
	.printPDF {
		display: inline-block;
		vertical-align: top;
		margin-left:5px;
		float:right;
	}
	.printPDF img {
		height: 20px;
	}
	.midCol .faqsList li{
		font-size:.8em;
		padding-left:30px;
		margin-bottom:.25em;
	}
    /*------------Twitter------------*/
    .twitter { display:block; }
/*--------Right Col on Home Page------------*/
	.welcomeMessage {
		padding:.5em 1em;
	}
    .rightHalf .welcomeMessage { padding: .5em 0; }
	.welcomeMessage h2{
		color: #224b76;
		font-weight:bold;
        font-size:100%;
	}
	.welcomeMessage p {
		font-size: 0.8em;
		line-height: 1.2em;
		margin-bottom: 10px;
		padding-top: 5px;
	}
	/*----QuickLinks----*/
	.quickLinks{
		padding:0 1em;
	}
	.quickLink {
	  background-color: #13558c;
	  background-image: url("https://sageportal.org/assets/images/client/quickLink_gradient.jpg");
	  background-repeat: repeat-x;
	  border: 2px solid #00244c;
	  border-radius: 4px;
	  margin-bottom: 0.5em;
	  position: relative;
	  width: 98%;
}
	.quickLink:hover{
		background-image:url("https://sageportal.org/assets/images/client/quickLink_gradient_hover.jpg");
		background-repeat:repeat-x;
		background-position:bottom;
	}	
	.quickLink a{
		width:100%;
		display:inline-block;
		color:#fff;
		text-decoration:none!important;
	}
	.quickLink .cardTitle{
		display:inline-block;
		width:68%;
		text-align:center;
		vertical-align:middle;
		font-size:16px;
		line-height:1.2em;
	}
	.quickLink img{
		vertical-align:middle;
		padding:5px;
		max-width:24%;
	}
	.quickLink .soon{
		color: #666666;
		display: none;
		font-size: 10px;
		font-style: italic;
		line-height: 100%;
		padding: 3px 0;
		width: 100%;
		background:#fff;
		opacity:.8;
		position:absolute;
		left:0;
		bottom:0;
		border-radius:0 0 2px 2px;
	}
	.quickLink:first-child .soon{
		bottom:30%;
		border-radius:0;
	}
	/*------Disabled Styles for Quick Links-------*/
	.quickLink.disabled{
		cursor:not-allowed;
		background-image:none;
		background-color:#ccc;
		background-repeat:repeat-x;
		background-position:top;
		border-color:#999;
	}
	.quickLink.disabled a{
		cursor:not-allowed;
		color:#666;
	}
	.quickLink.disabled .soon{
		display:block;
		color:#999;
	}
	.quickLink.disabled img{
		 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%); 
	}
	.quickLink.disabled:hover{
		cursor:not-allowed;
		background-image:none;
		background-color:#ccc;
		background-repeat:repeat-x;
		border-color:#999;
	}
/*-------Single Page--------*/
.singlePage{
	padding:1em;
	font-size:.9em;
}
.singlePage h2{
	border-bottom: 1px solid #24326c;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
/*------- User-Pages ---------*/
.leftHalf{
	width:546px;
	float:left;
	background-color:#fff;
	border-right:1px solid #F3F3F3;
}
		.cardArea h2{
			font-size: 1.2em;
			font-weight:normal;
			color:#304462;
		}
		.cardBox.userCard{
			width:150px;
			margin:.5em;
			display:inline-block;
			vertical-align: top;
		}
		.cardBox.userCard a{
			padding:.5em 0;
			text-align: center;
		}
		.cardBox.userCard img{
			vertical-align:middle;
			border-radius:0;
			padding:2px;
			max-width:100%;
			height:95px;
		}
		.cardBox.userCard a div{
			height:2.5em;
			padding-top:.5em;
		}
		.cardBox.userCard .cardTitle{
			display:inline-block;
			width:96%;
			padding:0 2%;
			text-align:center;
			vertical-align:middle;
			font-size:.9em;
			
		}
		.cardBox.userCard .secure{
			right: 3px;
			bottom:3px
		}
		
.rightHalf{
	width:413px;
	float:left;
}
	.rightHalf > div{
		padding:.5em 1em .25em;
	}
	.rightHalf h2{
		vertical-align:middle;
	}
	.rightHalf h2 span, .leftHalf h2 span{
		line-height: 35px;
    	vertical-align: top;
		padding-left:3px;
		color:#293C7E;
	}
	
	.rightHalf ul li .date{
		color:#666;
		font-size:.8em;
	}
	.rightHalf .docsList li{
		color:#064d81;
	}
	.rightHalf ul li a{
		color:#064d81;
		word-wrap: break-word;
	}
	.rightHalf ul li a:hover{
		text-decoration:underline;
	}
/* -------- Resources --------*/
	.resourceIntro{
		font-size:.9em;
	}
	.resourceTitle{
		margin-bottom:.5em;
	}
	.resourceTitle a{
		text-decoration:none;
	}
	.resourceTitle:last-child{
		margin-bottom:0em;
	}
    .file-extension {
    	text-transform: uppercase;
    }
/*----------------------------*/	
/*-------File Tree------------*/
/*----------------------------*/
	.fileTree{
		bottom: 0;
		float: left;
		left: 0;
		padding:1%!important;
		width:23%;
		position: absolute;
		top: 0;
		font-size:.9em;
		overflow:auto;
  	}
	.fileTree ul{
		margin-left:1em;
		padding-left:0;
		list-style:none;
	}
	.fileTree > ul{
		margin:0;
		font-size:.9em;
	}
	.fileTree li{
		padding: 0;
		cursor:pointer;
	}
	.fileTree li a{
		color:inherit;
		text-decoration:none;
        border: 1px dotted #fff;
        padding: 4px 0;
	}
	.fileTree li .folderIcon{
		background-image:url("../images/client/folderSprite.png");
		background-repeat:no-repeat;
		background-position:0 0;
		height:15px;
		width: 15px;
		display:inline-block;
		margin-right:.5em;
	}
	.fileTree ul ul{
		display:none;
	}
	.fileTree ul .open{
		display:block;
	}
	.fileTree li.open .folderIcon{
		background-position:0 -15px;
	}
	.fileTree li.open.active .folderIcon{
		background-position:0 -30px;
	}
	.loader{
		text-align:left;	
	}
	#loopHolder .subfolder{
		padding-left:50px;
		background-image:url("../images/client/bigFolder.png");
		background-repeat:no-repeat;
		background-position:left center;
		height:35px;
		margin:1em 0;
		font-size:1.15em;
		line-height:35px;
		
	}
	#loopHolder .subfolder:hover{
		cursor:pointer;
		background-image:url("../images/client/bigFolderOpen.png");
		text-decoration:underline;
	}
	
/*----------------------------*/	
	
	.tabSection table{
		max-width:900px;
		width:100%;
	}
	.tabSection table.dateTable{
		max-width:800px;
		width:80%;
	}
	.tabSection h2{
    	color: #211d53;
	    font-size: 1.15em;
	    margin-bottom: 0.5em;
	    margin-top: 0.2em;
		min-height:28px;
	}
	.tabSection h2 .resourceBack{
		float:right;
		height:25px;
		width:25px;
		background-image:url("https://sageportal.org/assets/images/resourceBack.png");
		cursor:pointer;
		display:none;
	}
	.tabSection h3{
    	font-size: 1.2em;
    	margin-bottom: 0.75em;
    	margin-top: 1.5em;
		max-width:900px;
		width:100%;
	}	
	#resourceArea, #dateArea{
		padding:.5em 2% 1em 27%;
		min-height:350px;
		position:relative;
	}
	#dateArea{
		padding:.5em 1em;
	}
	#resourceArea table, #dateArea table{
		border-collapse: separate;
    	border-spacing: 0;
	}
	#resourceArea th, #dateArea th{
		color: #FFFFFF;
		font-size: 1em;
		padding: 0.25em 1%;
		text-align: left;
	}
	#dateArea .dateTable th{
		padding:5px;
	}
	#resourceArea td, #dateArea td{
		padding:.25em .5em;
		line-height:1.2em;
		border:1px solid #000;
		border-right:none;
		font-size:.85em;
		border-top:none;
	}
	#resourceArea td:last-child, #dateArea td:last-child{
		border-right:1px solid #000;
		border-left:none;
	}
/*-------FAQs----------*/
.faqPage .leftHalf{
	width:623px;
	float:left;
}
.faqPage .rightHalf{
	width:336px;
	float:left;
}
.faqArea{
	padding:1em;
}
.faqArea h1{
	font-size:1.2em;
	border-bottom:1px solid #24326C;
	margin-bottom:.5em;
}
.faqArea .faqs h2 {
	color:#546152;
}
.faqArea .faqs h2 span{
	line-height:35px;
	vertical-align:top;
	display:inline-block;
	width:93%;
}
.faqArea .faqs .faqsList li{
	font-size:.9em;
	padding-left:2.5em;
	margin:1em 0;
}
.faqArea .faqs .faqsList li span{
	cursor:pointer;
}

.faqArea .faqs .faqsList li .answer{
	font-size:.8em;
	color:#999;
}
.faqArea .faqs .faqsList li .answer p{
	margin: 1em 0;
}
.faqsList li .answer ul{
	font-size:100%;
	list-style:outside;
	padding-left:1.5em;
}
.faqArea .faqs .faqsList li .answer ul li{
	padding:0;
	font-size:100%;
}
.faqNav, .bar{
	padding:1em;
}
.faqNav ul{
	padding-top:1em;
	padding-left:0;
	margin-left:0;
}
.faqNav ul li{
	color:#24326C;
	line-height:1.2em;
	margin-bottom:.5em;
}
.faqNav ul li.active{
	color: #9682b6;
	text-decoration:underline;
}
.faqNav ul li:hover{
	cursor:pointer;
	text-decoration:underline;
}
.faqNav h2, .bar h2 {
  border-bottom: 1px solid #24326c;
  font-size: 1.2em;
  line-height: 39px;
}
/*-------Annoucements--------*/
	.announcements, .resources{
		padding-left:0;
		margin-left:0;
	}
	.announcements > li, .docsList >li{
		padding-left:30px;
		list-style:none;
		background-image:url("../images/old.png");
		background-repeat:no-repeat;
		background-position:4px 0;
		font-size:.8em;
		margin: .5em 0;
		word-wrap: break-word;
	}
	.description h2{
		font-size:1.15em;
	}
	.description en{
		font-style:inherit;
	}
	.description strong{
		font-weight:bold;
	}
	.description li{
		list-style:outside disc;
		margin: .5em 0 .5em 1.5em;
	}
	.description li li{
		list-style:circle;
	}
	.announcements > li.newAnnouncement{
		background-image:url("../images/new.png");
		background-position:0 3px;
	}
	.announcements .date, .docsList .date{
		font-size:.8em;
		font-style:italic;
		color:#999;
	}
	.documents ul{
		list-style:disc outside none;
		padding-left: 13px;
	}
	.documents ul li{
		padding-left:30px;
		list-style:none;
		background-image:url("../images/old.png");
		background-repeat:no-repeat;
		background-position:4px 0;
		font-size:.9em;
		margin: .5em 0;
	}
	.documents ul li a{
		color:#546152;
	}
	.description p{
		margin: 1em 0;
	}
/*-------Browsers---------*/
.browserPage{
	padding:1em;
}
.browserPage .intro ul{
	padding-left:1.5em;
	list-style:outside;
}
.browserPage .intro li{
	margin:.25em 0;
}
.browserPage .intro ul ul{
	list-style:circle;
}
.browserPage h1{
	font-size:1.4em;
	border-bottom:1px solid #2F539E;
}
.browser h2{
	font-weight:bold;
}
.browserPage h3{
	font-weight:bold;
	font-size:1.2em;
    margin: 1.25em 0 .5em;
}
.browserPage .intro h3{
	border-bottom: 1px solid #DBDBDB;
	font-weight:normal;
}
.browserPage .intro{
	margin-top:1em;
	margin-bottom:1.5em;
	font-size:.85em;
}
.browserPage p{
	margin: 0.5em 0;
	line-height:130%;
}
.bIcon{
	display:inline-block;
	width:50px;
	height:50px;
	background-image:url("../images/client/browserIcons.png");
	vertical-align:middle;
	padding-bottom:2px;
	background-repeat:no-repeat;
}
.bIcon.windows{
	background-position:0 0;
}
.bIcon.mac{
	background-position:-50px 0;
}
.bIcon.linux{
	background-position:-100px 0;
}
.bIcon.inform{
	background-position:-150px 0;
}
.bIcon.faqssymbol{
	background-position:-200px 0;
}
.bIcon.droid{
	background-position:-250px 0;
}
.bIcon.chrome{
	background-position:-300px 0;
}
.bIcon.ipad{
	background-position:-50px 0;
}
.browserPage ul.btabs {
	width: 24%;
	margin-top: .5em;
	margin-right: -1px;
	list-style: none;
	padding: 0;
	float: right;
}
.bDownloads {
	width: 75%;
	border: 1px solid #999;
	border-radius: 5px;
	float: right;
}
.btabs li{
	border:1px solid #999;
	border-radius: 5px 0 0 5px;
	padding:.2em;
	margin:.5em 0;
	cursor:pointer;
	background-image: url("https://sageportal.org/assets/images/btabBG.jpg");
    background-position: right;
    background-repeat: repeat-y;
	background-color:#efefef;
}
.btabs li:hover{
	background-image:none;
	background-color:#D8E3FA;
}
.btabs li.active{
	background-image:none;
	background-color:#fff;
	border-right:1px solid #fff;
	margin-right:-1px;
}
.btabs li.disabled{
	background-image: none;
	background-color:#ccc;
}
.btabs li.disabled:hover{
	background-image: none;
	background-color:#ccc;
	cursor:not-allowed;
}
.btabs li.disabled .bIcon{
	background-image:url("../images/browserIcons_gs.png");
}
.btabs li .OS{
	display: inline-block;
    font-size: 1em;
    vertical-align: middle;
    width: 74%;
}
.btabs li .OS .osName{
	font-weight:bold;
	font-size:1.5em;
}
.btabs li.disabled .OS .osName{
	color:#858585;
}
.btabs li .OS .version{
	color:#2F539E;
	font-size:.8em;
	line-height:1.2em;
}
.btabs li.disabled .OS .version{
	color:#999;
}
.btabs li.disabled:hover .OS .version{
	color:#999;
}
.browser{
	padding:1em;
	display:none;
}
.browser:first-child{
	display:block;
}
.browser .bSection{
	font-size:.85em;
}
.browser .bSection hr{
	margin:.5em 0;
	border:0px;
	border-bottom:1px solid #293C7E;
}
.browser .bSection:first-child{
	border-bottom:1px solid #293C7E;
	margin-bottom:.5em;
}
.browser .bSection:last-child{
	border-bottom:0px;
	margin-bottom:0;
}
.browser .bSection h1{
	font-size:1.15em;
	margin-top:0;
}
.browser .bSection h2{
	font-size:1.15em;
	color:#2F539E;
	border-bottom:none;
}
.browser .bSection h3{
	font-size:1em;
}
.browser .bSection h6{
	border:2px dashed red;
	margin: 5px 0;
    padding: 10px;
}
.browser .bSection p{
	margin:.5em 0;
}
.browser .bSection ul{
	list-style:outside;
	padding-left:1.5em;
}
.browser .bSection ol{
	padding-left:1.5em;
}
.browser .bSection li{
	margin:1em 0;
}
.browser .bSection .dlBrowser{
	display:inline-block;
	margin:.5em 0;
	text-decoration:none;
}
.browser .bSection div h6{
	border:2px dashed red;
	padding:.5em;
	margin:.5em 0;
}
.browser .bSection a span, .browser .bSection a img{
	vertical-align:middle;
	display:inline-block;
}
.browser .bSection .browserArrow{
	background-image:url(../images/client/browserArrow.png);
	height:41px;
	width:47px;
	display:inline-block;
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0 .25em;
	text-decoration:none!important;
	font-size: 2em;
}
.browser .bSection a .download div{
	color:#2F539E;
	font-size:1.3em;
	font-weight:bold;
}
.browser .bSection a .download span{
	color:#999;
	font-size:.8em;
	font-style:italic;
}
.browser .bSection .dlBrowser{
	padding:10px;
	border-radius:10px;
}
.browser .bSection .dlBrowser:hover{
	background-color:#D8E3FA;
}
.browser .bSection .dlBrowser:hover .browserArrow{
	background-position:top;
}
.browser .bSection .dlBrowser:hover .download div{
	text-decoration:underline;
	color:#2F539E;
}
.browserPage a.dlBrowser:hover{
	text-decoration:none;
}.browserPage h6 {
    border: 2px dashed #FF0000;
    margin: 0.5em 0;
    padding: 0.5em;
	color:inherit!important;
	font-weight:normal;
}
/*-----Sample Tasks-----*/
.sampleTasks h1{
	font-size:1.2em;
	margin-bottom:.5em;
	border-bottom:1px solid #24326c;
}
.sampleTasks h2{
	font-size:1em;
	font-weigt:bold;
	color:#24326c;
}
.sampleTasks table{
	margin-bottom:1em;
}
#dateArea.sampleTasks td:last-child{
	border-left:1px solid;
}
	
/*-------Contact--------*/
.contact{
	padding:15px 1em;
}
.contact h2{
    font-size: 1.25em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
	border-bottom:1px solid #2F539E;
}
.contact h3{
	font-weight:bold;
	color:#2F539E;
}
.contact p, .contact li{
	font-size:.95em;
}
.about{
	margin-bottom:1.5em;
}
.about .registerButton{
	background-color:#2F539E;
	border-radius:.5em;
	padding:.5em .75em;
	color:#fff;
	font-size:.8em;
	display:block;
	width: 120px;
	margin: 20px auto;
	line-height:25px;
	text-align: center;
}
.about .registerButton a { color: #fff; }
.about .registerButton a:hover { text-decoration: none; }
.about .registerButton span{
	width:25px;
	height:25px;
	display:inline-block;
	background-image:url(../images/menu.png);
	background-position:-25px 0;
	margin-left:.5em;
	vertical-align:middle;
}
.about form > div{
	margin:0 auto;
	max-width:300px;
}
.about form label{
	display:none;
}
.about form #s{
	margin:0;
	float:left;
	height:24px;
	padding:2px;
	width:200px;
	border-radius:.5em 0 0 .5em;
	border:1px solid #2F539E;
}
.about form #searchsubmit{
	background-color:#2F539E;
	border-radius:0 .5em .5em 0;
	padding:6px .75em;
	color:#fff;
	height:30px;
	line-height:16px;
	font-size:.8em;
	border:none;
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	background-position:85% center;
	padding-right:30px;
	margin:0;
	cursor:pointer;
}

.about .registerButton:hover, .about form #searchsubmit:hover{
	background-color:#577BC7;
	color:#fff;
}
/*-------Training Tests-------*/
.trainingTest .welcomeMessage p{
	font-size:.9em;
	line-height:1.5em;
}
.trainingTest .availableTests{
	float: right; 
	background: #fafafa; 
	padding: 1em; 
	color: #214b76; 
	font-size: .8em; 
	width: 300px; 
	margin: 1em; 
	border: 1px solid #f3f3f3;
}
.trainingTest .cardArea{
	 padding: 0.5em 1em;
}
/*-------Footer---------*/
.footer{
  background: #224b76;
  border-top: 2px solid #D4D6D7;
  color:#D4D6D7;
  padding:2px 1em;
  text-align:right;
}
.footlink{
	display:inline-block;
	padding:.5em 0;
}
.footlink a{
	color:inherit;
	padding:0 .5em;
	font-size:.85em;
	cursor:pointer;
	display:inline-block;
	border-right:2px solid;
	line-height:1em;
}
.footlink a:last-child{
	border-right:none;
}
.footlink a:hover{
	text-decoration:none;
	color: #9FBCD0;
}
.footer div.mobile{
	display:none;
}
.mobile{
	display:none;
}
.footerPost{
	float:left;
	text-align:left;
	font-size:.65em;
	line-height:1.35em;
	padding-top:.25em;
}
.footerPost .social a{
	display:inline-block;
	padding-bottom:3px;
	padding-top:1px;
	border-bottom: 2px solid transparent;
}
.footerPost .social a:hover{
	border-bottom:2px solid #AFB1B4;
}
.footer .clear{
	padding:0;
}

/*------Subscirbe For Email Alerts-----*/
.userBar{
  float:right;
  color: #005395;
  padding:5px 1em;
  font-size:.75em;
  border-left:3px solid #C6C8C9;
  height:18px;
}
.userBar a {
  color: #005395;
}
.userBar a:hover {
  color: #15385C;
}
.registerButton{
  	cursor: pointer;
	display:inline-block;
}
.registerButton:hover, .userBar a:hover{
	color:#15385C;
	text-decoration:none;
	cursor:pointer;
}
.note {
  background: url("https://sageportal.org/assets/images/client/lightbulb.png") no-repeat scroll 0 0.25em rgba(0, 0, 0, 0);
  font-size: 0.8em;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.25em 1.5em;
}
.buttonContainer input{
	cursor:pointer;
}
.buttonhider{
	cursor:not-allowed;
	width:58px;
	height:22px;
	margin-top:-30px;
	position:absolute;
}
.user-submit.noClick, .user-submit.notClick{
	opacity:.65;
	color:#999;
}
#tabs , #tabs ul, #tabs .tab2 ul{
    transition: all 0.3s ease 0s;
}

/*-----------Search Styles--------------*/

.searchResults li{
	padding:1em;
	border-bottom:1px solid #293C7E;
}
.searchResults li:first-child{
	border-top:1px solid #293C7E;
}
.searchResults li:nth-child(even){
background:rgba(46, 82, 158, 0.025);
}
.searchResults .searchTermHighlight{
	background-color:#F9FA00;
}
.fileTree #searchform{
	border-bottom: 2px solid #064d81;
    margin: 0 0 0.5em;
    padding-bottom: 0.5em;
}
.fileTree #searchform .showAdvancedSearch {
	font-size: .9em;
	cursor: pointer;
	margin-top: .5em;
	background: transparent;
	border: 0;
}
.fileTree #searchform .showAdvancedSearch .icon{
	background-image:url(../images/client/upDownSprite.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	display:inline-block;
	margin:0 0 1px 5px;
	vertical-align:middle;
	background-position:0 0;
}
.fileTree #searchform .showAdvancedSearch .icon.open{
	background-position: 0 -15px;
}
.fileTree #searchform .showAdvancedSearch:hover{
	text-decoration:underline;
}
.fileTree #searchform .showAdvancedSearch:hover .icon{
	background-position:-15px 0;
}
.fileTree #searchform .showAdvancedSearch:hover .icon.open{
	background-position:-15px -15px;
}
.fileTree #searchform .advanceSearch{
	display:none;
	width:auto;
	font-size:.85em;
}
.fileTree #searchform .advanceSearch select{
	width:100%;
	margin:.5em 0;
}
.fileTree #searchform .advanceSearch img{
	margin:.5em 0;
}
.fileTree #searchform .field{
	width:81%;
	border: 1px solid #546152;
    padding: 3px 2px;
	height: 22px;
	border-radius: .5em 0 0 .5em;
	float: left;
}
.fileTree #searchform .field.redBorder{
	border-color:red;
}
.searchButton{
	background-color:#064d81;
	border-radius:0 .5em .5em 0;
	border:none;
	height: 30px;
    float: left;
    width: 15%;
	background-image:url(../images/search.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	vertical-align:bottom;
}
.advanceSearch .searchButton {
	background-position: 125px center;
    border-radius: 0.5em;
    color: #FFFFFF;
    margin: 0.5em 0 0;
    padding: 0.2em 20px 0.2em 0;
    width: 100%;
	height:auto;
	font-size:1.15em;
  float:inherit;
}
.searchButton:hover{
	background-color:#0865A3;
}
.header .searchButton:hover{
	background-color:#ccc;
}
.searchPage .search{
	padding:.25em 0;
}
.searchPage .search #s{
	width:94%;
	font-size:1.2em;
	border: 1px solid #546152;
	padding:3px;
}
.searchPage .search .searchButton{
	width:5%;
	padding:.72em 0;
	vertical-align:bottom;
}
.searchParams{
	font-size:1em;
	margin:.5em 0;
	color:#666;
}
.searchParams span{
	font-weight:bold;
	color:#000;
}
.numberResults{
	font-size:.8em;
	color:#8A8A8A;
	margin:.5em 0 ;
}
.searchPage .description{
	font-size:.8em;
	padding-top:.25em;
}
.searchPage .navigation{
	margin:1em 0 0;
	font-size:.8em;
	text-align:center;
}
.searchPage .navigation li{
	display:inline-block;
	margin: 0 .25em;
	text-align:center;
}
.searchPage .navigation li a{
	text-decoration:none!important;
	padding:.25em .5em;
	text-align:center;
	border-radius:.25em;
}
.searchPage .terms{
	font-size:.65em;
	margin-top:1em;
}
.searchPage .terms .folderIcon{
	background-image: url("../images/client/folderSprite.png");
    background-position: 0 -16px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    margin-right: 0.5em;
    width: 15px;
	vertical-align:top;
}
/*----------About Page---------*/
.supportedBrowsers{
	border-collapse:collapse;
	width:auto;
	margin:.5em auto;
}
.supportedBrowsers td, .supportedBrowsers th{
	border:1px solid #000;
	padding:.25em .5em;
	background-color:#fff;
}
.supportedBrowsers td{
	text-align:center;
	font-size:.85em;
}
.supportedBrowsers thead th{
	background-color:#2F539E;
	color:#fff;
	font-weight:bold;
	font-size:.9em;
	padding:0;
}
.supportedBrowsers tbody th{
	text-align:left;
	font-weight:bold;
	font-size:.8em;
}
.supportedBrowsers .browserLogo{
	display:block;
	height:50px;
	width:50px;
	margin:auto;
	background-image:url(../images/browserLogos.png);
	background-repeat:no-repeat;
	text-indent:100px;
	overflow:hidden;
}
	.browserLogo.chrome{
		background-position:0 0;
	}
	.browserLogo.firefox{
		background-position:-50px 0;
	}
	.browserLogo.ie{
		background-position:-100px 0;
	}
	.browserLogo.safari{
		background-position:-150px 0;
	}
	.browserLogo.safariIOS{
		background-position:-200px 0;
	}
.supportedBrowsers .browserName{
	font-size:.65em;
	color:#666;
	display:block;
	text-align:center;
	width:auto;
	min-width:75px;
}
/*--------Forms---------------*/
.formContainer{
    margin: .5em auto;
    padding: 0.5em;
    max-width: 350px;
}
.formContainer .submit-wrap{
	margin:0;
}
.formContainer .ninja-forms-required-items{
	font-size:.8em;
	color:red;
}
.formContainer input[type="submit"]:hover{
	cursor:pointer;
}
.formContainer li{
	width:100%;
}

/*-------Item Type Tutorials----------*/
.itemTypeTutorials{
	padding:8px 2em;
}
.itemTypeTutorials h2{
	border-bottom: 1px solid #224b76;
    font-size: 1.25em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.itemTypeTutorials h4{
    font-size: 1.15em;
    margin-top: 1.5em;
	font-weight:bold;
    color: #224b76;
}
.itemTypeTutorials p{
	margin:.5em 0;
}
.item{
	border: 2px solid #224b76;
  	border-radius: 6px;
  	margin: 1em 0;
}
.itemTitle{
	font-size:1.05em;
	font-weight:bold;
	color:#FFF;
	background:#224b76;
	padding:.25em .5em;
}
.itemTitle a{
	color:#FFF;
}
.itemTitle a:hover{
	text-decoration:underline;
}
.subItems{
	margin-left: 2em;
}
.subItems a{
	color:#fff;
}
.itemTitle a img, .subItems a img{
	margin-left:.25em;
	vertical-align:middle;
}
.itemDescription{
	padding:.25em .5em;
}
/*-------Flare iFrame---------*/
.flare.supported {
 min-height:2200px;
}
.flare.secure {
  min-height: 1310px;
}
.browser .bSection iframe{
  min-height: 845px;
}
.browser#tabPanel8 .bSection iframe{
  min-height: 1830px;
}
/*-------Classroom Activities-------*/
.classroomActivities h1{
	font-size: 1.25em;
    margin-bottom: 0.5em;
}
.classroomActivities h2{
	font-size: 1.15em;
	font-weight:bold;
	border:0;
	margin-top:1em;
}
.classroomActivities .post{
	margin-bottom:1em;
}
.classroomActivity{
	margin:1em 0;
}
.activityList {
	margin: 0 0 1em;
}
.activityList li{
	margin:.25em 1.5em;
}
/*-------System Status-------*/
.statusPage table {
  margin: 0 auto;
  margin-top: 1em;
}
.statusPage table th {
  padding: .5em;
}
.statusPage table td {
  padding: .5em;
  font-size: .9em;
}
.statusPage table td div .icon {
  display: inline-block;
  height: 35px;
  width: 35px;
  background-image: url(../images/statusIcons.png);
  background-repeat: no-repeat;
}
.statusPage table td div.full .icon{
	background-position:1px 0;
}
.statusPage table td div.partial .icon{
	background-position:-34px 0;
}
.statusPage table td div.not .icon{
	background-position:-68px 0;
}
.statusPage table td div.soon .icon{
	background-position:-102px 0;
}
.statusPage table tr:nth-child(even) td {
  background-color: #fafafa;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.statusPage table td div .statusText {
  line-height: 40px;
  vertical-align: bottom;
}
/*-------Site Index-------*/
.alphaNav {
	margin: 1em 0;
	padding-bottom: 1.2em;
}
.alphaNav li {
	float: left;
	padding-right: .75em;
	font-weight: bold;
	font-size: 1.05em;
	color: #202020;
	text-align: center;
}
.alphaNav li h2 {
	margin: 1em 0 0.8em;
}
.alphaNav li a {
  color: #2E529E;
  text-decoration: none;
  display: block;
}
.alphaNav li a.active {
	border-bottom: 2px solid #2E529E;
}
.sub-index {
	margin-top: 1.5em;
}
.sub-index li h2 {
	font-weight: bold;
	font-size: 1.15em;
	color: #2E529E;
	margin: 1em 0 .25em;
	line-height: 1em;
}
.sub-index li a {
	margin: 0.8em 0 0.5em;
	text-decoration: underline;
}
.list-style {
	padding-left: 30px;
}
.list-style li {
	list-style-type: disc;
	padding-bottom: 6px;
}

/* Solodev Override */

/* =======================
  # Global
======================= */
h1.pageHead {
  font-size: 1.2em;
  font-weight: normal;
  color: #304462;
}
.content p {
  margin: .5em 0;
}
.logo {
  cursor: pointer;
}
.registerButton {
  padding-right: 5px;
}

/* =======================
  # Templates
======================= */
.fullWidthWrapper {
  padding: 20px 2em;
}
.fullWidthWrapper h1 {
  border-bottom: 1px solid #24326c;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.fullWidthWrapper h2.pageHead {
  border-bottom: 1px solid #24326c;
  margin: 2em 0 1em;
}
.content .breadcrumbs {
  margin-left: 1em;
  margin-top: 0.6em;
}
/* =======================
  # Cards
======================= */
.cardBox.userCard .cardBoxInner {
  height: 2.5em;
  padding-top: 0;
  padding-bottom: 0.8em;
}
.cardBox.userCard .cardBoxInner a {
  padding: 0;
}
/* =======================
  # Resources File Tree
======================= */
.fileTree ul {
  margin-left: 0em;
  font-size: .9em;
}
.fileTree li.open.active ul li .folderIcon {
  background-position: 0 0;
}
.fileTree li.open.active ul li.open.active .folderIcon {
  background-position: 0 -30px;
}
.fileTree li a {
  display:block;
}
.fileTree li.open ul li .folderIcon {
  background-position: 0 0;
}
li.level2,
li.level3 {
  padding: 0 2px 0 15px;
  box-shadow: 0 0 0 #ccc inset; 
  outline: none;
  font-size: 12px;
}

/* =======================
  # Resources
======================= */
#resourceArea td:last-child, #dateArea td:last-child {
    padding: 10px;
}
/* =======================
  # Available Tests
======================= */
.welcomeMessage .availableTests p {
  font-size: 1em;
  padding: 0;
  margin-top: 0;
}
/* =======================
  # Secure Browsers
======================= */
.browser .bSection .download, 
.browser .bSection img {
  vertical-align: middle;
  display: inline-block;
}
.browser .bSection .download a {
  color: #2f539e;
  font-size: 1.3em;
  font-weight: bold;
}
.browser .bSection span.here {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
/* =======================
  # Homepage
======================= */
ul.announcements ul {
  list-style: outside;
}
ul.announcements ul {
  margin-left: 1em;
  padding-left: 1.5em;
}
/* =======================
  # SideNav
======================= */
.faqNav { padding: 0 0 1em; }
/* =======================
  # About this site
======================= */
.about h2,
.contact h2 {
  font-weight: bold;
  color: #2F539E;
}
/* =======================
  # About this site
======================= */
h2.intro {
  font-size: 1.15em;
  margin-top: 1.5em;
  font-weight: bold;
  color: #2F539E;
}
/* =======================
  # Calendar
======================= */
.events-filter .filters {
  width: 45%;
  float: left;
  margin-bottom: 40px;
  margin-top: 20px;
}
.events-filter .filters:last-of-type {
  margin-left: 20px;
  float: right;
}
.events-filter .filters label {
  margin-right: 10px;
  font-size: 1.2rem;
}
.events-filter .filters select {
  width: 100%;
  height: 40px;
  font-size: 1rem;
  margin-top: 10px;
}
.tab-slider--nav {
  float: right;
  margin-bottom: 30px;
}
.tab-slider--nav.tab-slider--nav-first {
  float: left;
}
.tab-slider--tabs li,
.tab-slider--tabs-first li {
  display: inline-block;
}
.tab-slider--tabs .tab-slider--trigger,
.tab-slider--tabs-first .tab-slider--trigger {
  border-right: 1px solid #444;
  line-height: 1;
  padding: 0 5px;
  cursor: pointer;
}
.tab-slider--tabs .tab-slider--trigger:last-of-type,
.tab-slider--tabs-first .tab-slider--trigger:last-of-type {
  border: none;
}
.tab-slider--tabs .active,
.tab-slider--tabs-first .active {
  color: #444444;
}
.tab-inner .tab-title {
  margin-bottom: 15px;
  font-size: 1.2em;
  text-align: center;
}
.tab-inner .events-loop {
  margin-bottom: 55px;
  border-bottom: 1px solid #666;
}
.tab-inner .events-loop .events-month {
  background-color: #444444;
  color: #fff;
  margin: 0;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 10px;
  text-transform: uppercase;
  display: table;
  width: 98%;
}
.tab-inner .events-loop .events-details {
  padding: 0;
  border-left: 1px dotted #666;
  border-right: 1px dotted #666;
  border-bottom: 1px dotted #666 !important;
  display: table;
  width: 100%;
}
.tab-inner .events-loop .events-details .event-date {
  display: table-cell;
  padding: 10px;
  border: 0;
  clear: both;
  float: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  overflow: visible;
  width: 50%;
}
.tab-inner .events-loop .events-details .events-title {
  display: table-cell;
  font-size: 1em;
  padding: 1em;
  width: 50%;
}
.fc-view-container th {
  background-color: #999;
  color: #fff;
}
.fc-ltr .fc-basic-view .fc-day-number {
  background-color: #f5f5f5;
  color: #999;
}
.fc-view-container .fc-widget-content,
.fc-ltr .fc-basic-view .fc-day-number,
.fc-view-container .fc-widget-header {
  border-color: #666;
}
.events p a {
  font-size: 0.8em;
}
.events .all {
  margin: 0.8em 0 0.5em;
}
.fc-event {
    border: 1px solid #444444;
    background-color: #444444;
}
.fc-event .fc-time {
	display: none;
}
/* =======================
  # System Status
======================= */
.statusPage table {
  margin: 0 auto;
  margin-top: 1em;
}
/* =======================
  # Practice Tests
======================= */
.trainingTest .availableTests {
  background: #f3f3f3;
}
@media (min-width: 1200px){
  .practice-tests-content {
    float: left;
    width: 60%;
  }
}
/* =======================
  # Search Results
======================= */
.searchResults .description,
.searchResults .terms {
  font-size: 12px;  
}
.searchResults .terms {
  margin-top: 15px;  
}
.searchResults .folderIcon {
    background-image: url(../images/client/folderSprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: .5em;
}
.searchResults .description ul {
	margin-left: 1em;
	padding-left: 1.5em;
}
.searchResults .description li {
	background: none !important;
	border: none;
	margin: 0;
	padding: 0;
}
/* =======================
  # Custom Resource Styling
======================= */
.resource-single-item {
    margin: 5px 0;
}
/* =======================
  # Practice Tests
======================= */
@media print {
  .header {
    display: none;  
  }
  .footer {
    display: none;  
  }
  .leftHalf {
    width: 60%;
    float: left;
  }
  .rightHalf {
    width: 35%;
    float: right;
  }
  .leftCol .cardArea {
    display: none;  
  }
  .midCol {
    width: 100%;
  }
  .rightCol {
    display: none;  
  }
  .faqPage .leftHalf {
    width: 100%;
    border-right: 0px;
  }
  .faqPage .rightHalf {
    display: none;
  }
  .faqArea .faqs .faqsList li .answer {
    display: block!important;
  }
  #resourceArea, #dateArea {
    padding: 0;
  }
  #resourceArea .fileTree {
    display: none!important; 
    width: 0px;
  }
  #resourceArea .tabSection {
    width: 100%!important; 
    float: left;
  }
  .tabSection table {
    max-width: 5000px;
    width: 100%!important;
  }
}