/* generic */

* {
/*
	text-rendering: optimizelegibility;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
*/
}

html, body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: "Open Sans", sans-serif;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

body.viewer #header,
body.viewer #navigation,
body.viewer #notices,
body.viewer #page .rightColumn,
body.viewer #footer {
	display: none !important;
}

/*
:target:before {
	margin-top: -150px;
	height: 150px;
	display: block;
	content: " ";
	visibility: hidden;
}
*/

nav span.badge {
	position: absolute;
	min-width: 12px;
	margin: -16px 0 8px 0;
	padding: 2px 4px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	font-size: 7.5pt;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #F26522;
	cursor: pointer;
}

.sidr span.sidr-class-badge {
	height: 20px;
	line-height: 20px;
	min-width: 12px;
	margin: 10px;
	padding: 2px 4px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	font-size: 8pt;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #F26522;
	cursor: pointer;
	display: inline-block;
}

abbr {
	border-bottom: dotted #000 1px;
}

p.info,
p.error,
p.success,
p.warn {
	margin: 0;
	padding: 10px;
	background-color: #FCF5BD;
	border-bottom: solid #DFC65B 0;
	font-size: 12pt;
}

p.info {
	color: #444;
	background: #f0f0f0;
	border-bottom: solid #ddd 0;
}

p.error {
	color: #CD0A0A;
	background: #FEF1EC;
	border-bottom: solid #CD0A0A 0;
}

p.success {
	color: #0A880A;
	background: #F1FEEC;
	border-bottom: solid #0A880A 0;
}

p.warn {
	color: #444;
	background: #fbfaf3;
	border-bottom: solid #FFE97F 0;
}

h1.title {
	margin: 0;
	padding: 0;
	font-family: "Droid Serif", serif;
	font-size: 22pt;
	font-weight: 400;
	color: #F26522;
	text-transform: none;
}

h4.title,
.ui-dialog-titlebar {
	padding: 10px 16px;
	background-color: #00a9c9;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

h4.title a {
	color: #FFF;
}

h5.title {
	margin: 0;
	padding: 0;
	font-size: 13pt;
	font-weight: 700;
}

li a {
    outline-color: transparent;
}

div.sort {
	margin: 0 0 20px 0;
	font-size: 9pt;
	font-weight: 400;
	text-transform: initial;
	text-align: right;
}

div.sort a {
	margin: 0 8px;
	padding: 0;
	background: none;
	font-size: 9pt !important;
	font-weight: 400;
}

div.sort a.selected {
	font-weight: 700;
}

.ui-widget-overlay {
	z-index: 2000;
}

.ui-dialog {
	padding: 0;
	z-index: 2001;
}

.ui-dialog .ui-dialog-content {
	padding: 10px;
}

.ui-tabs {
	padding: 0;
}

.ui-tabs.ui-widget-content {
	border-color: #00a9c9;
}

.ui-tabs-active {
	outline: 0;
}

.ui-dialog .ui-dialog-buttonpane {
	margin: 0 10px 10px 0;
	padding: 0;
}

.ui-dialog-buttonpane button {
	min-width: 132px;
	padding: 6px 14px;
	box-sizing: border-box;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	outline: 0;
}

.ui-dialog-buttonpane button.ui-state-default {
	background-color: #00a9c9 !important;
	border-bottom: #006173 2px solid !important;
	border-radius: 5px !important;
	color: #fff !important;
	font-size: 9pt !important;
}

.ui-button-text-only .ui-button-text {
    padding: 0;
}

.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span,
.sidr ul li ul li:hover>a,
.sidr ul li ul li:hover>span,
.sidr ul li ul li.active>a,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li.sidr-class-active>span {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sidr ul li,
.sidr ul li ul li,
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active,
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
    border-top: 1px solid #4d4d4d;
    line-height: 40px;
}

.avatar {
	width: 150px;
	height: 150px;
	margin-right: 20px;
	background-size: cover;
}

.text {
	color: #444;
	font-size: 10pt;
	line-height: 1.5;
}

.text.date.reminder {
	margin-bottom: 20px;
	padding: 24px 24px 24px 80px;
	background: #e7f6fb url(//images.simplek12.com/img/datetime_128.png) no-repeat scroll 20px center;
	background-size: 48px 48px;
	font-size: 11pt;
	font-weight: 700;
}

.crumbs {
	margin: 0;
	padding: 20px;
	background-color: #f5f5f5;
	list-style: none;
}

.crumbs li {
	display: inline;
}

.crumbs a {
	margin-right:  10px;
	padding-right: 17px;
	background: url(//images.simplek12.com/img/crumb.png) no-repeat scroll center right;
	color: #000;
	font-weight: 400;
}

.crumbs span {
	font-weight: 700;
}

.splash {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 20px 4px 20px;
	background: #f0f0f0;
}

.splash h1.title {
	font-size: 16pt;
}

.splash p.text {
	font-size: 10pt;
}

.splash .buttons {
	margin-top: 20px;
	text-align: justify;
}

.splash .buttons:after {
   content: "";
   display: inline-block;
   width: 100%;
   height: 0;
}

.splash .button {
	position: relative;
	width: 200px;
}

.splash .or {
	font-size: 12pt;
	display: inline-block;
}

.iconlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.iconlist li {
	width: 128px;
	padding-top: 136px;
	margin: 0 5px 0 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	text-align: center;
	cursor: pointer;
	float: left;
}

.iconlist li a.title {
	font-size: 11pt;
	font-weight: 700;
	display: block;
}

.iconlist li span.type {
	font-size: 9pt;
	display: block;
}

.iconlist li span.date {
	margin-top: 3px;
	font-size: 9pt;
	display: block;
}

.iconlist li a.user {
	font-size: 9pt;
	font-weight: 700;
	font-style: italic;
	display: block;
}

/* HEADER */

#header {
	position: relative;
	width: 100%;
	top: 0;
	background: #fff;
	box-sizing: border-box;
	text-align: justify;
	text-justify: distribute-all-lines; /* distribute items in IE */
	z-index: 1000;
    line-height: 0;
    font-size: 0;
}

#header:after {
    width: 100%;
    content: " ";
    display: inline-block;
}

#header img {
	outline: 0;
}

#header img.banner  {
	width: auto;
	height: 70px;
	margin: 0;
	vertical-align: bottom;
	display: inline-block;
}

#header .links {
	display: inline-block;
}

#header .links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header .links li {
	margin: 10px;
	line-height: 47px;
	color: #444;
	display: inline-block;
}

#header .links a {
	color: #000;
	font-size: 10pt;
}

#header .links li.loglink a {
	width: 100px;
	line-height: 24px;
	padding: 9px 0;
	font-size: 11pt;
	font-weight: 400;
	text-transform: none;
	color: #fff;
}

span.friscologlink a {
visibility: hidden;
}


#header .links li.loglink .fa {
    font-size: 20px;
    margin-left: 5px;
    vertical-align: middle;
}

#header .links .avatar {
	width: 40px;
	height: 40px;
	margin: 4px 10px 0 10px;
	background: no-repeat center center;
	background-size: cover;
	cursor: pointer;
	float: right;
}

#header .links .unread {
	cursor: help;
}

#header.sticky {
	position: fixed;
	height: 70px;
	border-bottom: solid #ccc 1px;
	transition: all 0.3s ease;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
	opacity: .98;
}

#header.sticky img.banner {
	width: auto;
	height: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}

#header.sticky #radsTop,
#header.sticky .gadLong {
	display: none;
}

/* LOGIN FORM */

#signin {
	/*display: none;*/
}

#signin p.error {
	margin: 10px;
}

#signin form {
	padding: 6px;
}

#signin #email {
	width: 218px;
}

#signin #email input {
	width: 210px;
}

#signin #email input.placeholder {
	background: url(//images.simplek12.com/img/ph_email.png) no-repeat scroll 6px center;
}

#signin #password {
	width: 143px;
	float: left;
}

#signin #password input {
	width: 135px;
}

#signin #password input.placeholder {
	background: url(//images.simplek12.com/img/ph_password.png) no-repeat scroll 6px center;
}

#signin .field {
	margin: 4px;
	border: solid #ccc 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#signin .field input {
	margin: 0;
	padding: 4px;
	border: 0;
	background-color: transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 9pt;
}

#signin img.submit {
	margin: 4px 4px 0 0;
	padding: 0;
	display: block;
	float: right;
	cursor: pointer;
}

#signin div.check {
	margin: 2px 6px 4px 2px;
}

#signin div.check label {
	line-height: 25px;
	font-size: 9pt;
	display: block;
}

#signin div.check label input {
	height: 13px;
	width: 13px;
	padding: 0;
	margin-top: 6px;
	margin-bottom: 6px;
	vertical-align: top;
}

#signin div.check label span {
	display: inline-block;
	max-width: 160px;
}

#signin div.links {
	margin-top: 4px;
	text-align: right;
}

#signin div.links a {
	font-size: 10pt;
}

#signin div.ftr {
	margin: 10px;
}

#signin button {
	font-size: 10pt;
	width: auto;
	float: right;
}

/* PROFILE CARD */

.profileCard {
	display: none;
	word-wrap: break-word;
}

.profileCard .avatar {
	width: 80px;
	height: 80px;
	margin: 0 10px 10px 0;
	background: no-repeat center center;
	background-size: cover;
	float: left;
}

.profileCard span.name,
.profileCard span.org {
	max-width: 162px;
	display: block;
	white-space: nowrap !important;
	word-wrap: normal !important;
	overflow: hidden;
}

.profileCard span.name {
	font-size: 11pt;
}

.profileCard span.org {
	font-size: 9pt;
}

.profileCard .button {
	width: 120px;
	margin: 10px 0 0 90px;
	padding: 6px 0;
	font-size: 9pt;
	display: block;
}

.profileCard .links {
	height: 20px;
	margin: 0 -15px -10px -15px;
	padding: 10px 0;
	background-color: #f8f8f8;
	white-space: nowrap;
	clear: both;
}

.profileCard .links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.profileCard .links li {
	margin: 0 8px;
	display: inline;
}

.profileCard .links li a {
	font-size: 9pt;
}

/* NAVIGATION */

#menu-trigger {
	display: none;
}

#menu-wrap {
	position: relative;
	width: 100%;
	margin: 0;
	background-color: #bfe6f7;
	z-index: 999;
}

#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu {
	max-width: 960px;
	margin: 0 auto;
	zoom:1;
}

#menu:before,
#menu:after {
	content: "";
	display: table;
}

#menu:after {
	clear: both;
}

#menu li {
	position: relative;
	float: left;
}

#menu a {
	float: left;
	padding: 16px 15px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

#menu li:hover > a {
	color: #00ACD5;
	//background-color: #00a9c9;
	background-color: #fff;
	transition-delay: 0s;
	transition-duration: 0.1s;
	transition-property: all;
	transition-timing-function: ease-in-out;
}

*html #menu li a:hover { /* IE6 only */
	color: #00ACD5;
	//background-color: #00a9c9;
	background-color: #fff;
}

#menu ul {
	margin: 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 54px;
	left: 0;
	background-color: #fff;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	box-shadow: 0 2px 5px -2px rgba(0,0,0,0.3);
}

#menu li.parent > a:after {
	margin-left: 5px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
}

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
}

#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
}

#menu ul a {
	padding: 12px 17px;
	width: 130px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	color: #00ACD5;
	font-size: 10pt;
}

#menu ul li a:hover {
	background-color: #444;
}

*html #menu ul li a:hover { /* IE6 only */
	background-color: #444;
}

#searchbar {
	height: 52px;
	padding: 1px;
	background-color: #F26522;
}

#searchbar input {
	width: 160px;
	height: 52px;
	margin: 0;
	padding: 5px 6px 5px 10px;
	border: 0;
	border-radius: 0;
	color: #444;
	font: inherit;
	font-size: 10pt;
	background-color: #FFFFFF;
	float: left;
}

#searchbar input:focus {
    outline: 0;
}

#searchbar .fa-search {
	width: 48px;
	height: 52px;
	line-height: 52px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #F26522;
	background-color: #fff;
	font-size: 18pt;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

#sidr-id-search {
	width: 180px;
	height: 34px;
	line-height: 34px !important;
	margin: 10px 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	color: #444;
	font: inherit;
	font-size: 10pt;
	background-color: #FFFFFF;
	border: solid #F26522 1px;
	border-right: 0;
	box-sizing: border-box;
	float: left;
}

#sidr-id-searchbar {
	padding-bottom: 8px;
}

.sidr-class-fa-search {
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 10px 0 0 0;
	padding: 0;
	outline: 0;
	border: solid #F26522 1px;
	border-left: 0;
	color: #F26522;
	background-color: #fff;
	font-family: FontAwesome;
	font-size: 14pt;
	font-style: normal;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.sidr-class-fa-search:before {
    content: "\f002";
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

#notices p.info,
#notices p.error,
#notices p.success,
#notices p.warn {
	border-width: 1px;
	text-align: center;
}

#body {
	clear: both;
}

#body .panel {
	margin-top: 20px;
}

#body .split.panel {
	width: 100%;
	text-align: justify;
}

#body .split.panel .half {
	position: relative;
	width: 48.5%;
	display: inline-block;
	vertical-align: top;
}

#body .split.panel .half .moreresults {
	font-size: 11pt;
}

#body .split.panel:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#content h4.title {
	margin: 20px 0;
}

/* POPUP */

.popup {
	width: 80%;
	max-width: 640px;
	min-width: 280px;
	min-height: 20px;
	margin: 0;
	padding: 0;
	background-color: #fafafa;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.popup .padded {
	width: auto;
	margin: 20px;
	box-shadow: 0;
}

.popup .scrolling {
	max-height: 300px;
	overflow: auto;
}


.popup .small {
	font-size: 9pt;
}

.popup .close {
	position: absolute;
	top: -18px;
	left: 100%;
	margin-left: -18px;
	width: 36px;
	height: 36px;
	background: url(/img/close_overlay.png) no-repeat scroll center center;
	cursor: pointer;
	z-index: 10000;
}

/* POPUP PREVIEW */

.preview img.tn {
	width: 40%;
	height: auto;
	margin: 0 10px 10px 10px;
	float: left;
}

.preview div.title {
	margin: 20px;
}

.preview p.info {
	margin: 20px;
}

.preview h1.title {
	font-size: 18pt;
}

.preview h4.title {
		margin-top: 0;
}

.preview .avatar {
	width: 150px;
	height: 150px;
	margin: 0 20px 20px 0;
	background: #f5f5f5 scroll no-repeat center center;
	background-size: cover;
	float: left;
	transition: all 0.2s ease;
}

.preview .byline {
	margin-top: 20px;
	padding: 0;
	font-size: 10pt;
	font-weight: 400;
	color: #444;
	display: block;
	float: left;
}

.preview .byline .avatar {
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
	background: #f5f5f5 scroll no-repeat center center;
	background-size: cover;
	float: left;
}

.preview .feedback {
	margin-top: 20px;
	float: right;
}

.preview .feedback h2 {
	margin: 0 0 2px 0;
	padding: 0;
	color: #444;
	font-size: 8pt;
	font-weight: 400;
	text-align: right;
	text-transform: none;
	display: block;
}

.preview .pricing,
.preview .actions {
	margin: 20px;
}

.preview .pricing span.price {
	line-height: 52px;
	margin-right: 20px;
	color: #F26522;
	font-family: "Droid Serif", serif;
	font-size: 20pt;
	font-weight: 700;
	display: block;
	float: left;
}

.preview .pricing span.price.strike {
	text-decoration: line-through;
}

.preview .pricing ul {
	margin: 6px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.preview .pricing li {
	margin: 0;
	padding: 3px 6px 6px 6px;
	border-left: solid #d1d1d1 1px;
	color: #99999f;
	font-size: 10pt;
	float: left;
}

.preview .pricing li.pct {
	font-size: 13pt;
}

.preview .pricing li:first-child {
	border: 0;
}

.preview .pricing li span {
	margin-bottom: 8px;
	color: #99999f;
	font-size: 9pt;
	font-style: italic;
	text-align: center;
	text-transform: capitalize;
	display: block;
}

.preview .pricing li.pct span {
	margin-bottom: 4px;
}

.preview .fullaccess {
	width: 132px;
	color: #f00;
	clear: both;
	text-align: center;
}

.preview div.small span {
	font-size: 8pt;
	text-align: center;
}

.preview span.price {
	margin-right: 20px;
	color: #F26522;
	font-family: "Droid Serif", serif;
	font-size: 26pt;
	font-weight: 400;
	line-height: 43px;
	display: block;
	float: left;
}

.preview span.price.strike {
	text-decoration: line-through;
}

.preview .button {
	margin-right: 10px;
	float: left;
}

.preview div.text {
	margin: 20px;
}

.preview .date span {
	font-weight: 700;
}

.preview div.list {
	margin: 20px;
}

.preview .moreresults {
	margin: 20px;
}

/* results */

.results .result {
	position: relative;
	vertical-align: top;
	text-align: left;
	cursor: pointer;
}

.results .result .preview {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.results .result .preview img {
	width: 100%;
	display: block;
}

.results .result .preview .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat scroll top left;
	background-size: contain;
	box-sizing: border-box;
	z-index: 10;
	display: block;
}

.results .result.premium .preview .overlay {
	background-image: url(//images.simplek12.com/img/premium_overlay.png);
}

.results .result.featured .preview .overlay {
	background-image: url(//images.simplek12.com/img/featured_overlay.png);
}

.results .result.registered .preview .overlay {
	background-image: url(//images.simplek12.com/img/registered_overlay.png);
}

.results .result.watched .preview .overlay {
	background-image: url(//images.simplek12.com/img/watched_overlay.png);
}

.results .result .preview .locked.overlay {
	background-image: url(//images.simplek12.com/img/locked_overlay.png);
}

.results .result .preview .oneleft.overlay {
	background-image: url(//images.simplek12.com/img/catalog/ol1_171.png);
}

.results .result span {
	font-size: 9pt;
	color: #000;
	display: block;
}

.results .result a.title,
.results .result a.title span {
	color: #000;
	font-size: 10pt;
	font-weight: 600;
	text-decoration: none;
}

.results .result a.title:hover,
.results .result a.title span:hover {
	color: #F26522;
}

.results .result span.presenter,
.results .result span.description,
.results .result span.duedate {
	margin-bottom: 4px;
	font-size: 9pt;
	display: block;
}

.results .result span.by {
	display: inline;
}

.results .result .preview .presenter {
	position: absolute;
	top: 100%;
	left: 100%;
	width: 33.333%;
	padding-top: 33.333%;
	margin-left: -33.333%;
	margin-top: -33.333%;
	background: no-repeat scroll center center;
	background-size: cover;
	box-shadow: -1px -1px 4px #000;
	box-sizing: border-box;
	z-index: 10;
}

.results .result .loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #444;
	opacity: 0.9;
	z-index: 11;
}

.results .result .loading .spinner {
	position: absolute;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	margin: -32px -32px;
	background: #fff url(//images.simplek12.com/img/bunnyload.gif) no-repeat center center;
	border-radius: 10px;
}

.results .result .button {
	width: auto;
	margin: 8px auto 0;
	padding: 8px;
	display: block;
}

.results .result .button span {
	color: inherit;
}

/* results (grid base) */

.results.grid {
	text-align: justify;
	font-size: 0.1px;
}

.results.grid:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.results.grid .result {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: solid #f5f5f5 2px;
	display: inline-block;
}

.results.grid .result.empty {
	border-bottom: 0;
	cursor: default !important;
}

.results.grid .result .preview {
	padding-top: 100%;
}

.results.grid .result .preview.wide {
	padding-top: 75%;
}

.results.grid .result a.title,
.results.grid .result a.title span {
	margin: 10px 0;
}

.results.grid .result .ui-progressbar {
	width: 100%;
	height: 8px;
	margin: 10px 0;
	bottom: 0;
	background: #e5e5e5;
	border: 0;
}

.results.grid .result .ui-progressbar-value {
	margin: 0 !important;
	background: #00a9c9;
	border: 0 !important;
	border-radius: 0 !important;
}

.results.grid .result .reviews {
	clear: both;
	display: none;
}

/* full/1-column results grid block */

.results.grid .result.large {
	width: 100%;
}

.results.grid .result.large .preview .overlay {
	padding-top: 100%;
}

/* large/2-column results grid block */

.results.grid .result.large {
	width: 48%;
}

.results.grid .result.large .preview .overlay {
	padding-top: 48%;
}

/* medium/3-column results grid block */

.results.grid .result.medium {
	width: 31%;
}

.results.grid .result.medium .preview .overlay {
	padding-top: 31%;
}

.results.grid .result.medium .presenter .by {
	display: none;
}

/* small/4-column results grid block */

.results.grid .result.small {
	width: 23%;
}

.results.grid .result.small .preview .overlay {
	padding-top: 23%;
}

.results.grid .result.small a.title,
.results.grid .result.small a.title span {
	font-size: 10pt;
}

.results.grid .result.small span,
.results.grid .result.small span.presenter {
	font-size: 9pt;
}

.results.grid .result.small .presenter .by {
	display: none;
}

/* tiny/5-column results grid block */

.results.grid .result.tiny {
	width: 18%;
}

.results.grid .result.tiny .preview .overlay {
	padding-top: 18%;
}

.results.grid .result.tiny a.title,
.results.grid .result.tiny a.title span {
	font-size: 10pt;
}

.results.grid .result.tiny span,
.results.grid .result.tiny span.presenter {
	font-size: 9pt;
}

.results.grid .result.tiny .presenter .by {
	display: none;
}


/* results (list base) */

.results.list {
	margin-top: 20px;
	border-top: solid #e6e6e6 1px;
}

.results.list .result {
	padding: 20px 0;
	border-bottom: solid #e6e6e6 1px;
	overflow: auto;
	clear: both;
}

.results.list .result .preview {
	float: left;
}

.results.list .result a.title,
.results.list .result a.title span {
	margin: 0 0 6px 0;
}

/* medium results list block */

.results.list .result.medium .preview {
	width: 20%;
	padding-top: 20%;
}

.results.list .result.medium .preview.wide {
	padding-top: 15%;
}

.results.list .result.medium a.title span,
.results.list .result.medium span.presenter,
.results.list .result.medium span.description,
.results.list .result.medium span.date {
	margin-left: 24%;
}

.results.list .result.medium a.title,
.results.list .result.medium a.title span {
	font-size: 11pt;
}

.results.list .result.medium span,
.results.list .result.medium span.presenter,
.results.list .result.medium span.description {
	font-size: 9pt;
}

/* small results list block */

.results.list .result.small .preview {
	width: 10%;
	padding-top: 10%;
}

.results.list .result.small .preview.wide {
	padding-top: 7.5%;
}

.results.list .result .preview .presenter{
    display: none;
}

.results.list .result.small a.title span,
.results.list .result.small span.presenter,
.results.list .result.small span.description,
.results.list .result.small span.date {
	margin-left: 12%;
}

.results.list .result.small a.title,
.results.list .result.small a.title span {
	font-size: 11pt;
}

.results.list .result.small span,
.results.list .result.small span.presenter,
.results.list .result.medium span.description {
	font-size: 9pt;
}


/* SIDE/RIGHT BAR ELEMENTS */

#support iframe {
	width: 100%;
	height: 350px;
	margin: 0;
	padding: 0;
	border: none;
	overflow: auto;
}

/* FOOTER */

#footer {
	height: 250px;
	margin-top: 100px;
	clear: both;
	background-color: #bfe6f7;
	text-align: center;
	text-transform: uppercase;
	color: #00a9c9;
}

#footer a {
	color: #00a9c9;
}

#footer .container {
	height: 6px;
	background: #fff;
	border-top: solid 3px #00a9c9;
}

#footer .bunnies {
	position: absolute;
	width: 105px;
	height: 84px;
	left: 50%;
	margin-top: -42px;
	margin-left: -52px;
	display: block;
}

#footer a.top {
	margin: 45px 0 30px 0;
    color: #00a9c9;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

#footer .follow {
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer .follow li {
    position: relative;
    width: 46px;
    height: 46px;
    margin: 0 2px 10px;
    padding: 0;
    background: #fff;
    border: 1px solid #00a9c9;
    border-radius: 30px;
    color: #00a9c9;
    font-size: 22px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

#footer .follow li:before {
    width: 44px;
    height: 44px;
    vertical-align: middle;
    display: table-cell;
}

#footer .follow li.fa a {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 8px;
    border: none;
    font-weight: normal;
    line-height: 1;
    text-indent: -9999px;
    vertical-align: top;
    display: inline-block;
}

#footer .follow li:hover {
	background: #00a9c9;
	color: #fff;
}

#footer .links {
	margin: 10px 30px;
	text-align: center;
	font-size: 10pt;
	font-weight: 600;
}

#footer .copy {
	margin: 10px;
	text-align: center;
	font-size: 9pt;
}


/* ADS */

#radsTop {
	width: 160px;
	margin: 0 auto;
	font-size: 7pt;
	text-align: center;
}

#radsTop a {
	color: #00a !important;
	display: block;
}

.gadLong {
	position: relative;
	width: 960px;
	height: 90px;
	margin: 0 auto;
}

.gadLong .gad {
	width: 728px;
	height: 90px;
	margin: 0 auto;
}

.gadSide {
	position: relative;
	width: 160px;
	height: 600px;
	margin: 0 auto;
	background-color: #ececec;
}

.gadSide .gad {
	width: 160px;
	height: 600px;
}

.gadBlock {
	position: relative;
	width: 300px;
	height: 250px;
}

.gadBlock .gad {
	position: relative;
	width: 300px;
	height: 250px;
}

.gadLongBody {
	position: relative;
	width: 728px;
	height: 90px;
	margin: 0 auto;
}

.promo {
	text-align: center !important;
	margin: 0 0 20px 0;
}

.promo .gadBlock {
	display: inline-block;
}

.promo .royalSlider {
	position: relative;
	margin: 0 18px 0 0;
	width: 420px !important;
	height: 250px !important;
	display: inline-block !important;
}

.promo .royalSlider a {
	cursor: inherit;
}

.intad img {
	max-width: 100%;
}


/* X-LARGE / DESKTOP */
/*
@media only screen and (min-width: 1250px) {
	#header .links {
		margin-top: 25px;
	}

	#header.sticky .links {
		margin-top: 5px;
	}

	#menu {
		display: block !important;
	}

	#page {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	#body .leftColumn {
		width: 980px;
		float: left;
	}

	#body .rightColumn {
		width: 200px;
		margin-left: 20px;
		float: left;
	}
}
*/

/* LARGE / DESKTOP */

@media only screen and (min-width: 960px) {
	#header {
		max-width: 960px;
		margin: 0 auto;
	}

	#header img.banner {
		margin: 4px 0;
	}

	#header.sticky {
		max-width: none;
	}

	#header.sticky img.banner {
		margin: 0;
	}

	#header.sticky .links li {
		line-height: 44px;
	}

	#menu {
		display: block !important;
	}

	#page {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}

	#body .leftColumn {
		width: 740px;
		float: left;
	}

	#body .rightColumn {
		width: 200px;
		margin-left: 20px;
		float: left;
	}
}


/* MID / TABLET */

@media only screen and (min-width: 641px) and (max-width: 959px) {
	p.info,
	p.error,
	p.success,
	p.warn {
		font-size: 10pt;
	}

	#header {
		text-align: center;
	}

	#header img.banner {
		margin-top: 4px;
	}

	#header .links {
		margin: 4px 20px;
	}

	#header .links li {
		margin: 10px 6px;
		line-height: 40px;
	}

	#header .links .avatar {
		margin: 0 0 0 10px;
	}

	#header.sticky {
		vertical-align: top;
		text-align: justify;
		text-justify: distribute-all-lines; /* distribute items in IE */
	}

	#header.sticky img.banner {
		margin-top: 0;
	}

	#header.sticky .links {
		margin: 0 10px 0 0;
	}

	#header.sticky .links li {
		line-height: 0;
	}

	#header.sticky .links .profileLink {
		font-size: 0;
	}

	#header.sticky .links .avatar {
		margin-top: -22px;
	}

	#menu {
		max-width: 640px;
		margin-top: 6px;
		display: block !important;
	}

	#menu a {
		padding: 10px 8.2px;
		font-size: 9.5pt;
	}

	#menu ul {
		top: 38px;
	}

	#menu ul a {
		font-size: 9pt;
	}

	#searchbar {
		height: 36px;
	}

	#searchbar input {
		width: 65px;
		height: 36px;
		padding: 5px 6px 5px 10px;
		font-size: 9pt;
	}

	#searchbar .fa-search {
		width: 26px;
		height: 36px;
		line-height: 36px;
		font-size: 12pt;
		background-size: cover;
	}

	#body .leftColumn {
		width: 640px;
		margin: 0 auto;
	}

	#body .rightColumn {
		width: 640px;
		margin: 0 auto;
	}

	#body .rightColumn .panel {
		min-height: 200px;
		margin-right: 20px;
		float: left;
	}

	#radsTop {
		width: auto;
		font-size: 7pt;
		clear: both;
	}

	.gadLong {
		width: auto;
		height: auto;
		max-height: 90px;
		margin: 0 auto;
		//background-color: #ececec;
	}

	.gadLong .adsbygoogle {
		background-color: #f7f7f7;
		margin: 0;
	}

	.gadSide {
		min-width: 300px;
		text-align: center;
		background-color: transparent;
	}

	.gadSide .gad {
		display: inline-block;
	}

	.promo .gadBlock {
		margin: 0 0 20px 0;
	}

	.promo .royalSlider {
		margin: 0 0 20px 0;
	}
}


/* SMALL / MOBILE */

@media only screen and (max-width: 640px) {
	h1.title {
		font-size: 16pt;
	}
.popup h4.title {
    margin: 0px;
    padding: 13px 16px 0px;
}

	h4.title {
		padding: 8px 12px;
		background-color: #00a9c9;
		color: #FFF;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
	}

	p.info,
	p.error,
	p.success,
	p.warn {
		padding: 8px;
		font-size: 9pt;
	}

	nav span.badge {
		margin: 1px 10px;
	}

	div.sort {
		text-align: center;
	}

	#header #radsTop,
	#header .gadLong {
		display: none;
	}

	#header,
	#header.sticky {
		position: fixed;
		width: 100%;
		height: 60px;
		line-height: 60px;
		padding: 0 10px;
		border-bottom: solid #ccc 1px;
	}

	#header img.banner,
	#header.sticky img.banner {
		height: 100%;
		padding: 10px 0;
		box-sizing: border-box;
		float: left;
		display: block;
	}

	#header .links {
		margin-right: 0;
		float: right;
	}

	#header .links li,
	#header .links li.member img,
	#header .links li.member a.profileLink {
		display: none;
	}

	#header .links li.member {
		margin: 10px 0 0 0;
		float: right;
		display: block;
	}

	#header .links .avatar {
		margin: 0;
	}

	#header .links li.loglink {
		margin: 9px 0 0 0;
		float: right;
		display: block;
	}

	#header .links li.loglink a {
		width: 80px !important;
		min-width: 80px !important;
		padding: 9px 0;
	}

	#notices {
		margin-bottom: 10px;
	}

	#page {
		position: relative;
		top: 50px;
	}

	/* nav-wrap */
	#menu-wrap {
		position: relative;
	}

	#menu-wrap * {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* menu icon */
	#menu-trigger {
		width: 20px;
		height: 20px;
		margin: 20px 6px 0 0;
		padding: 0;
		background: url(//images.simplek12.com/img/menuicon18.png) no-repeat center center;
		background-size: cover;
		cursor: pointer;
		display: block; /* show menu icon */
		float: left;
	}

	/*

	/* main nav */
	#menu {
		display: none;
	}

	#body {
		margin: 10px;
	}

	#body .split.panel .half {
		width: auto;
		display: block;
	}

	#body .leftColumn {
		width: 100%;
		margin: 0 auto;
	}

	#body .rightColumn {
		width: 100%;
		margin: 0 auto;
	}

	.popup.preview,
	.popup .preview {
		min-width: 180px;
	}

	.preview img.tn {
		display: none;
	}

	.preview .avatar {
		width: 80px;
		height: 80px;
		transition: all 0.2s ease;
	}

	.preview h1.title {
		font-size: 12pt;
	}

	.preview .byline {
		height: 40px;
		clear: both;
		float: none;
	}

	.preview .byline a {
		display: block;
	}

	.preview .date {
		padding: 16px 16px 16px 50px;
		background-position: 12px center;
		background-size: 24px 24px;
	}
	.preview .actions {
		text-align: center;
	}

	.preview .actions .button {
		margin-top: 4px;
		display: inline-block;
		float: none;
	}

	.preview .fullaccess {
		width: 100%;
	}

	.preview .feedback {
		width: 100px;
		text-align: left;
		float: none;
	}

	.preview .feedback h2 {
		text-align: left;
	}

	.preview .feedback .rating {
		float: left;
	}

	.preview div.text {
		font-size: 9pt;
	}

	#footer {
		height: 280px;
	}

	#footer .follow li {
		width: 32px;
		height: 32px;
		font-size: 16px;
	}

	#footer .follow li:before {
		width: 30px;
		height: 30px;
	}

	#footer .links {
		font-size: 8pt;
	}

	#footer .copy {
		font-size: 7pt;
	}

	#radsTop {
		width: auto;
		font-size: 7pt;
		clear: both;
	}

	.gadLong,
	.gadLongBody {
		display: none;
	}

	/*
	.gadLong {
		width: auto;
		height: auto;
		max-height: 90px;
		margin: 0 auto;
		background-color: #ececec;
	}

	.gadLong .adsbygoogle {
		background-color: #f7f7f7;
		margin: 0;
	}
	*/

	.gadSide {
		min-width: 300px;
		text-align: center;
		background-color: transparent;
	}

	.gadSide .gad {
		display: inline-block;
	}

	.promo .gadBlock {
		margin: 0 0 20px 0;
	}

	.promo .royalSlider {
		width: 100% !important;
		margin: 0 0 20px 0;
	}

	.promo .royalSlider img {
		width: 100%;
		height: auto;
	}
}

/* RESULTS FOR MOBILE */

@media only screen and (max-width: 480px) {

	/* medium/large/2-column results grid block */

	.results.grid .result.tiny,
	.results.grid .result.small,
	.results.grid .result.medium,
	.results.grid .result.large {
		width: 48%;
	}

	.results.grid .result.tiny .preview .overlay,
	.results.grid .result.small .preview .overlay,
	.results.grid .result.medium .preview .overlay,
	.results.grid .result.large .preview .overlay {
		padding-top: 48%;
	}

	/* medium list block */

	.results.list .result.medium .preview {
		width: 35%;
		padding-top: 35%;
	}

	.results.list .result.medium .preview.wide {
		padding-top: 26.25%;
	}

	.results.list .result.medium .rating {
		margin: 4px 0 6px 39%;
		float: none;
		display: block;
	}

	.results.list .result.medium a.title span,
	.results.list .result.medium span.presenter,
	.results.list .result.medium span.description,
	.results.list .result.medium span.date {
		margin-left: 39%;
	}

	.results.list .result.medium a.title,
	.results.list .result.medium a.title span {
		font-size: 9pt;
	}

	.results.list .result.medium span,
	.results.list .result.medium span.presenter,
	.results.list .result.medium span.description {
		font-size: 8pt;
	}

	/* small list block */

	.results.list .result.small .preview {
		width: 25%;
		padding-top: 25%;
	}

	.results.list .result.small .preview.wide {
		padding-top: 18.75%;
	}

	.results.list .result.small .rating {
		margin: 4px 0 6px 29%;
		float: none;
		display: block;
	}

	.results.list .result.small a.title span,
	.results.list .result.small span.presenter,
	.results.list .result.small span.description,
	.results.list .result.small span.date {
		margin-left: 29%;
	}

	.results.list .result.small a.title,
	.results.list .result.small a.title span {
		font-size: 9pt;
	}

	.results.list .result.small span,
	.results.list .result.small span.presenter,
	.results.list .result.medium span.description {
		font-size: 8pt;
	}
}


/* IPAD */
.no-transition {
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;
}

#menu li:hover > .no-transition {
	display: block;
}


/* REGISTRATION */

.details-header {
    font-size: 16px;
    text-align: justify;
    font-family: "Open Sans", sans-serif;
    width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    line-height: 20px;
    color: #444;
}

span#popup-new-reg-left {
    text-align: justify;
    padding: 0em 1em .3em 1em;
    /* border-width: 1px 0 0 0; */
    /* border-color: rgb(199, 227, 245); */
    width: 184px;
    font-size: 12px;
    float: left;
    /* border-radius: 5px; */
    /* border: 1px solid rgba(174, 208, 234, 0.45); */
    background: rgb(240, 240, 240);
}

span#popup-new-reg-right {
    text-align: justify;
    /* border-width: 1px 0 0 0; */
    /* border-color: rgb(199, 227, 245); */
    width: 184px;
    font-size: 12px;
    float: right;
    /* border-radius: 5px; */
    /* border: 1px solid rgba(174, 208, 234, 0.45); */
    background: rgb(240, 240, 240);
    padding: 0em 1em .3em 1em;
}

span.newAcct, span.diffAcct, span.support {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.popup-signin-bottom h4 {
	margin: -5px 0px -17px;
	font-size: 13px;
	text-align: center;
	padding: 7px;
	color: rgb(0, 101, 186);
}

.popup-signin-bottom {
    margin-top: 1.3em;
    padding: 1em;
    width: 484px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    color: #444;
}
