/* -- Home -- */

div#features {
	position: relative;
	width: 100%;
	height: 363px;
	overflow: hidden;
	background: #EEE;
	margin-bottom: 34px;
}

div#features .images {
	width: 636px;
	height: 363px;
	overflow: hidden;
}

div#features .images a,
div#features .images img {
	position: relative;
	display: block;
}

div#features .dividers {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	width: 326px;
}

div#features .dividers span {
	display: block;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #FFF;
}

div#features .indicator {
	position: absolute;
	z-index: 3;
	right: 0;
	top: 0;
	width: 347px;
	height: 90px;
	background: url(../images/common/feature-selected-1x.png) no-repeat;
}

div#features .titles {
	position: absolute;
	z-index: 4;
	right: 0;
	top: 0;
	width: 347px;
	height: 363px;
}

div#features .titles a {
	display: block;
	width: 348px;
	height: 91px;
}

div#features .titles a span.text {
	display: block;
	padding-left: 22px;
	-webkit-font-smoothing: antialiased;
}

div#features .titles a span.text span.title {
	display: block;
	padding: 10px 17px 0;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	color: #A5208E;
}

div#features .titles a span.text span.summary {
	display: block;
	padding: 2px 17px 0 17px;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	color: #333;
}

div#features .titles a:first-child span.text span {
	color: #FFF;
}

div#feature-scroll {
	width: 100%;
	height: 176px;
	margin: 34px 0;
}

div#feature-scroll .carousel {
	width: 100%;
	height: 176px;
	overflow: hidden;
}

div#feature-scroll a.carousel-prev,
div#feature-scroll a.carousel-next {
	position: absolute;
	z-index: 999;
	width: 42px;
	height: 42px;
	background: url(../images/common/arrows-1x.png) no-repeat;
}

div#feature-scroll a.carousel-prev:hover {
	background-position: 0 -42px;
}

div#feature-scroll a.carousel-prev {
	margin-left: -20px;
}

div#feature-scroll a.carousel-next {
	margin-right: -20px;
	background-position: -42px 0;
}

div#feature-scroll a.carousel-next:hover {
	background-position: -42px -42px;
}

div#feature-scroll a.item {
	position: relative;
	display: block;
	float: left;
	width: 310px;
	height: 176px;
	margin-right: 16px;
	background: #EEE;
}

div#feature-scroll a.item:nth-child(3) {
	margin-right: 0;
}

div#feature-scroll a.item img {
	display: block;
	width: 100%;
	height: auto;
}

div#feature-scroll a.item span.overlay {
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 95px;
	bottom: -50px;
	text-align: center;
	color: #333;
	background: #F2F2F2;
	background: rgba(255,255,255,.85);
	-webkit-font-smoothing: antialiased;
}

div#feature-scroll a.item:hover span.overlay {
	background: rgba(255,255,255,.90);
}

div#feature-scroll a.item span.title {
	display: block;
	font-size: 20px;
	line-height: 45px;
}

div#feature-scroll a.item span.summary {
	display: block;
	padding: 5px 10px;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
}

div#home-boxes {
	padding-top: 18px;
}

div#home-boxes .box {
	position: relative;
}

div#home-boxes .box h3 {
	padding-bottom: 15px;
}

div#home-boxes .badge {
	position: absolute;
	z-index: 2;
	left: 50%;
	margin: -21px 0 0 -21px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/common/icons-home-1x.png) no-repeat;
}

div#home-boxes .badge-today {
	background-position: -42px 0;
}

div#home-boxes .badge-enews {
	background-position: -84px 0;
}

div#home-boxes .content {
	height: 180px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	font-size: 13px;
	color: 13px;
}

/*div#home-start p {
	padding-top: 10px;
	height: 80px;
	overflow: hidden;
	color: #333;
	cursor: default;
}*/

div#home-start p {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 11px;
	line-height: 33px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

div#home-start .content p:first-child {
	padding-top: 5px;
}

div#home-today p {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 11px;
	line-height: 33px;
	letter-spacing: 1px;
}

div#home-today .content p:first-child {
	padding-top: 5px;
}


div#home-enews p {
	padding-top: 10px;
	height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #333;
	cursor: default;
}

div#home-enews .fsForm {
	box-shadow: none !important;
	background: none !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

div#home-enews .fsBody {
	border: 0 !important;
}

div#home-enews .fsRowBody {
	padding: 0 !important;
	background: none !important;
}

div#home-enews .fsLabel {
	display: none !important;
}

div#home-enews .fsRequiredMarker {
	display: none !important;
}

div#home-enews .fsSupporting {
	display: none !important;
}

div#home-enews .fsOptionLabel {
	display: none !important;
}

div#home-enews .fsField {
	width: 90% !important;
	height: 24px !important;
	padding: 5px !important;
	border: 1px solid #CCC !important;
	background: #FFF !important;
	box-shadow: none !important;
	font-size: 16px !important;
	font-family: 'open sans', sans-serif !important;
}

div#home-enews .fsSubField {
	display: none !important;
}

div#home-enews .fsSubmit {
	padding: 5px 0 0 !important;
}

div#home-enews .fsSubmitButton {
	width: 168px !important;
	padding: 7px 0 !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}



/* -- Films -- */

div#films-landing-sidebar {
	height: 824px;
	margin-bottom: 16px;
	background: #EEE;
}

div#vv-container {
	position: relative;
}

a#vv-logo {
	display: block;
	position: absolute;
	z-index: 5;
	margin: 16px 0 0 235px;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/pages/films/values-visions-logo.png) no-repeat;
}

div#sp-awards {
	font-size: 15px;
	color: #1F1F1F;
}

div#sp-awards .content {
	height: 259px;
}

div#sp-awards p {
	margin: 5px 0 15px;
	text-align: center;
}

div#sp-awards div#award-years {
	height: 178px;
	padding: 0 15px;
	overflow: hidden;
}

div#sp-awards div#award-overflow {
	overflow: hidden;
}

div#sp-awards div#award-overflow a {
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #DDD;
	font-weight: 800;
	font-size: 13px;
	line-height: 28px;
}

div#sp-awards div#award-more {
	display: block;
	text-align: center;
	font-weight: 800;
	font-size: 11px;
	line-height: 32px;
	text-transform: uppercase;
}

div#affiliates {
	padding: 50px 0 0;
	text-align: center;
}

div#affiliates a {
	display: inline-block;
	padding: 0 20px;
}


/* -- Books -- */

div#books-landing-sidebar {
	height: 711px;
	margin-bottom: 16px;
	background: #EEE;
}

div#books div#sp-awards .content {
	height: 276px;
}

div#books div#award-years {
	height: 196px;
}

div#excerpt-buttons {
	margin-bottom: 18px;
}

div#excerpt-buttons p {
	padding-bottom: 0;
}


/* -- Guestbook -- */

div#guestbook .item,
div#guestbook .navigate {
	border-top: 1px solid #DDD;
}

div#guestbook div#sign {
	padding-top: 50px;
}


/* -- E-Courses -- */

div#ecourse-landing-sidebar {
	height: 985px;
	margin-bottom: 16px;
	background: #EEE;
}

div#ecourses div.item-list-full .item:last-child {
	margin-bottom: 0;
}


div#ecourses div.item-list .item .text .title {
	height: auto;
	max-height: 40px;
	margin-bottom: 4px;
	white-space: initial;
}

div#ecourses div.item-list .item .text .byline {
	height: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#ecourses-enews p {
	margin-top: 0;
	font-size: 14px;
}

div#ecourses-enews .fsForm {
	box-shadow: none !important;
	background: none !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	padding: 0 !important;
}

div#ecourses-enews .fsRowBody {
	padding: 0 !important;
	background: none !important;
}

div#ecourses-enews .fsLabel {
	display: none !important;
}

div##ecourses-enews .fsRequiredMarker {
	display: none !important;
}

div#ecourses-enews .fsSupporting {
	display: none !important;
}

div#ecourses-enews .fsOptionLabel {
	display: none !important;
}

div#ecourses-enews .fsField {
	width: 90% !important;
	height: 24px !important;
	padding: 5px !important;
	border: 1px solid #CCC !important;
	background: #FFF !important;
	box-shadow: none !important;
	font-size: 16px !important;
	font-family: 'open sans', sans-serif !important;
}

div#ecourses-enews .fsSubField {
	display: none !important;
}

div#ecourses-enews .fsSubmit {
	padding: 5px 0 0 !important;
}

div#ecourses-enews .fsSubmitButton {
	width: 168px !important;
	padding: 7px 0 !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}



/* -- Quotes -- */

div#quotes-landing-sidebar-1 {
	height: 533px;
	margin-bottom: 16px;
	background: #EEE;
}

div#quotes-landing-sidebar-2 .box .content {
	height: 324px;
}

div#quotes div.item-list-full .item:last-child {
	margin-bottom: 0;
}


/* -- Arts -- */

div#arts-landing-sidebar-1 {
	height: 711px;
	margin-bottom: 16px;
	background: #EEE;
}

div#arts-landing-sidebar-2  {
	height: 355px;
	background: #EEE;
}

div#arts-landing-sidebar-2 .link-list {
	height: 200px;
}



/* -- Practices -- */

div#practices-landing-sidebar-1 {
	height: 856px;
	margin-bottom: 16px;
	background: #EEE;
}

div#practices div.item-list-full .item:last-child {
	margin-bottom: 0;
}

div#practices div.sidebar-image {
	margin-bottom: 16px;
}

div#practices .quote-text {
	font-family: 'minion-pro';
	font-style: italic;
	font-size: 25px;
	line-height: 27px;
	color: #222;
	-webkit-font-smoothing: antialiased;
}

span#sl-logo {
	display: block;
	position: absolute;
	z-index: 5;
	margin: -35px 0 0 215px;
	width: 88px;
	height: 88px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/pages/practices/sl-logo.png) no-repeat;
}


/* -- Photo Galleries -- */

div#gallery-summary {
	padding: 0 12% 50px;
	text-align: center;
	font-family: 'minion-pro';
	font-style: italic;
	font-size: 25px;
	line-height: 27px;
	color: #222;
	-webkit-font-smoothing: antialiased;
}

div#gallery-lightbox {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: #FFF;
	background: rgba(255,255,255,.85);
}

div#gallery-lightbox .titlebar {
	height: 60px;
	color: #FFF;
	background: #68AFC3;
}

div#gallery-lightbox .titlebar .title {
	float: left;
	padding-left: 20px;
	font-weight: 300;
	font-size: 32px;
	line-height: 56px;
	-webkit-font-smoothing: antialiased;
	cursor: default;
}

div#gallery-lightbox .titlebar .close {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	margin-top: 9px;
	margin-right: 15px;
	background: url(../images/common/lightbox-close-1x.png) center center no-repeat;
}

div#gallery-lightbox .titlebar .share-menu {
	float: right;
	width: 40px;
	height: 40px;
	margin-top: 9px;
}

div#gallery-lightbox .titlebar .share-menu .share-trigger {
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 11px;
	background: url(../images/common/lightbox-share-1x.png) center center no-repeat;
}

div#gallery-lightbox .titlebar .share-menu .article-share {
	display: none;
	width: 22px;
	overflow: hidden;
	background: url(../images/common/lightbox-share-arrow.png) center top no-repeat;
	margin-left: 8px;
}

div#gallery-lightbox .container {
	width: 100%;
	text-align: center;
}

div#gallery-lightbox .container .display {
	display: block;
	position: relative;
	margin: auto;
	width: 100px;
	padding: 33px 33px 8px;
	border: 1px solid #CCC;
	background: #FFF;
	box-shadow: 0 0 7px rgba(0,0,0, .3);
}

div#gallery-lightbox .container .display .nav-prev {
	display: block;
	position: absolute;
	left: -18px;
	width: 36px;
	height: 36px;
	background: url(../images/common/lightbox-arrows-1x.png) no-repeat;
}

div#gallery-lightbox .container .display .nav-prev:hover {
	background-position: 0 -36px;
}

div#gallery-lightbox .container .display .nav-next {
	display: block;
	position: absolute;
	right: -18px;
	width: 36px;
	height: 36px;
	background: url(../images/common/lightbox-arrows-1x.png) -36px 0 no-repeat;
}

div#gallery-lightbox .container .display .nav-next:hover {
	background-position: -36px -36px;
}

div#gallery-lightbox .container .display .image img {
	display: block;
}

div#gallery-lightbox .container .display .caption {
	display: block;
	padding: 15px 0 10px;
	position: relative;
}

div#gallery-lightbox .container .display .caption span {
	display: block;
	font-size: 13px;
	line-height: 16px;
	max-height: 32px;
	overflow: hidden;
	color: #222;
	cursor: default;
	transition-property: height, max-height;
	-moz-transition-property: height, max-height;
	-webkit-transition-property: height, max-height;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

div#gallery-lightbox .container .display .caption.extended {
	padding-bottom: 20px;
}

div#gallery-lightbox .container .display .caption.extended span:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #CCCCCC;
	border-width: 6px;
	margin-left: -6px;
	margin-top: -10px;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

div#gallery-lightbox .container .display .caption:hover span {
	display: block;
	max-height: 200px;
}

div#gallery-lightbox .container .display .caption.extended:hover span:after {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
}

.blurfilter {
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-o-filter: blur(6px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}


/* -- Blogs -- */

div#blogs h2.banner {
	margin-bottom: 20px;
}

div#blogs div.article-layout {
	padding-bottom: 50px;
}

div#blogs img.blog-post-image {
	display: block;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}

div#blogs div.blog-title {
	font-size: 40px;
	font-weight: 300;
	line-height: 46px;
}

div#blogs div.blog-title a {
	color: #000;
}

div#blogs div.blog-share {
	float: left;
	width: 30px;
	padding: 24px 0 0 3px;
}

div#blogs div.blog-share a {
	display: block;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/common/blog-share-1x.png) no-repeat;
}

div#blogs div.blog-share a:hover {
	background-position: -29px 0;
}

div#blogs img.author-image {
	margin-bottom: -8px;
	margin-right: 3px;
	border-radius: 50%;
}

div#blogs a.rss {
	display: block;
	width: 16px;
	height: 1px;
	padding-top: 16px;
	margin-top: 5px;
	overflow: hidden;
	background: url(../images/common/blog-rss-1x.png) no-repeat;
}

div#blogs div.grid-lg div.item-list div.item {
	position: relative;
	padding: 0;
	width: 471px;
	height: 440px;
}

div#blogs div.grid-lg div.item-list div.item a span.overlay {
	display: block;
	position: absolute;
	z-index: 2;
	margin-left: -1px;
	width: 473px;
	height: 58px;
	line-height: 53px;
	margin-top: 217px;
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	color: #000;
	background: #F2F2F2;
	background: rgba(255,255,255,.85);
	-webkit-font-smoothing: antialiased;
}

div#blogs div.grid-lg div.item-list div.item a img {
	background: #DDD;
}

div#blogs div.grid-lg div.item-list div.item a:hover span.overlay {
	background: rgba(255,255,255,.90);
}

div#blogs div.grid-lg div.item-list div.item span.text {
	padding: 294px 22px 0;
}

div#blogs div.grid-lg div.item-list div.item span.summary {
	width: 100%;
	height: 75px;
	overflow: hidden;
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 21px;
	border-bottom: 1px solid #DDD;
}

div#blogs div.grid-lg div.item-list div.item span.summary p {
	margin: 0;
	padding: 0;
}

div#blogs div.grid-lg div.item-list div.item span.recent {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div#blogs div.grid-lg div.item-list div.item span.all {
	display: block;
	padding-top: 1px;
}

div#blogs div#blog-headlines p {
	margin: 0 0 15px;
	color: #222;
	font-size: 17px;
}


/* -- Cart -- */

.add-to-cart {
	padding: 15px 25px 25px;
	text-align: center;
	border: 1px solid #DDD;
}

.add-to-cart .buttons {
	height: 49px;
}

.add-to-cart .buttons .button-lg {
	display: inline-block;
	width: 210px;
	margin: 0 5px;
}

.add-to-cart .price {
	margin-top: -15px;
	font-weight: 600;
	color: #59ADC4;
}

#cart-gift-form {
	padding: 15px;
	background: #EEE;
	text-align: left;
}

#cart-gift-form .input,
#cart-gift-form .textarea {
	width: 95%;
}

div#cart form td {
	border-top: 1px solid #DDD;
}

div#cart #checkout-button {
	text-align: center;
}

div#cart #checkout-button a,
div#cart #checkout-button input {
	margin: auto;
	width: 200px;
}

div#cart div.cart-form {
	padding: 20px 10% 40px;
	margin-bottom: 20px;
	background: #EEE;
}


/* -- Forums -- */

div#forums h2.banner {
	margin-bottom: 12px;
}

div#forums h2:nth-child(2) {
	margin-top: 35px;
}

div#forums div.tabs {
	margin-top: 12px;
}

div#forums .hidden-meta {
	display: none;
}

div#forum-sidebar .box .content p {
	font-size: 13px;
}

div#forum-sidebar .box .content p:first-child {
	margin-top: 0;
}

div#forum-threads {
	border-bottom: 1px solid #DDD;
}

div#forum-threads div.thread {
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
	border-top: 1px solid #DDD;
}

div#forum-threads div.thread div.text {
	float: left;
	width: 70%;
	font-size: 15px;
	line-height: 18px;
}

div#forum-threads div.thread div.title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px 0 6px;
	font-size: 20px;
	line-height: 22px;
	color: #A5208E;
}

div#forum-threads div.thread div.title a {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px 0 5px;
	font-size: 20px;
	line-height: 22px;
}

div#forum-threads div.thread div.info {
	float: right;
}

div#forum-threads div.thread div.info div {
	float: left;
	width: 71px;
	height: 71px;
	margin-right: 5px;
	border: 3px solid #EEE;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
	font-weight: 300;
	color: #68AFC3;
	cursor: default;
}

div#forum-threads div.thread div.info div span {
	display: block;
	padding: 19px 0 0;
	font-size: 20px;
	line-height: 21px;
	color: #000;
}

div#forum-thread-header {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 16px 0;
}

div#forum-thread-header a.back {
	display: block;
	float: left;
	height: 32px;
	width: 23px;
	background: url(../images/common/back-arrow-1x.png) left center no-repeat;
}

div#forum-thread-header h3 {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 30px;
	line-height: 32px;
}

div#forum-messages {
	width: 100%;
	overflow: hidden;
}

div#forum-messages div.message {
	width: 100%;
	margin: 20px 0 0;
	padding-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px solid #DDD;
}

div#forum-messages div.message div.avatar {
	float: left;
	width: 100px;
	min-height: 145px;
	text-align: center;
}

div#forum-messages div.message div.avatar img {
	display: block;
	border-radius: 50%;
	margin-bottom: 10px;
	background: #EEE;
}

div#forum-messages div.message a.quote-post-link {
	display: block;
	width: 70px;
	height: 34px;
	margin: auto;
	text-align: center;
	line-height: 26px;
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	background: url(../images/common/quote-1x.png) no-repeat;
}

div#forum-messages div.message div.content {
	float: right;
	width: 512px;
}

div#forum-messages div.message div.details {
	font-size: 13px;
	color: #666;
}

div#forum-messages div.message div.details span.username {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

div#forum-messages div.message div.title {
	padding: 18px 0;
	font-size: 22px;
	line-height: 26px;
}

div#forum-messages div.message div.body {
	font-size: 17px;
	line-height: 26px;
}

div#forum-messages div.message div.body .quoted {
	position: relative;
	background: #EEE;
	padding: 1px 16px 16px;
	color: #555;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}

div#forum-messages div.message div.body .quoted .overflow {
	display: none;
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 30px;
	padding-top: 30px;
	bottom: 0;
	margin-left: -16px;
	background: url(/images/pages/forums/quote-overflow.png) repeat-x;
}

div#forum-messages div.message div.body .quoted .overflow a {
	display: block;
	float: right;
	padding: 0 16px;
}

div#forum-post {
	margin-top: 40px;
}

div#forum-post p {
	margin: 12px 0;
	font-size: 13px;
	color: #444;
}

div#forum-post label {
	display: inline;
	padding: 0;
	margin: 0;
	color: #444;
}

div#forum-post .input {
	display: block;
	border: 1px solid #DDD;
	width: 95%;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 100%;
}

div#forum-post .editable-rte {
	border: 1px solid #DDD;
	background: #FFF;
	width: 99%;
	height: 220px;
}

div#forum-post .editable-rte textarea {
	width: 95%;
}

div#forum-post .textarea {
	margin-top: 3px;
	border: 1px solid #DDD;
}

div#forum-post .buttons {
	padding-top: 24px;
	text-align: center;
}

div#forum-post .buttons .button {
	display: inline-block;
	width: 140px;
}

div#forums .pagination {
	border-bottom: 1px solid #DDD;
	margin-top: 14px;
	padding-bottom: 13px;
}

form#forum-thread-edit {
	width: 500px;
	overflow: hidden;
}

form#forum-thread-edit input.input {
	width: 95%;
	height: 34px;
	padding: 7px 2%;
	border: 1px solid #CCC;
	font-size: 22px;
	line-height: 34px;
}

form#forum-thread-edit .button {
	display: inline-block;
	width: 120px;
}

div#forum-post-popup div#forum-post {
	margin-top: 0;
	overflow: hidden;
}

div#forum-post-popup div#forum-post .textarea {
	display: block;
	width: 95%;
	border: 1px solid #DDD;
	margin-top: 3px;
}

div#forum-post-popup div.buttons {
	padding-top: 0;
}



/* -- Advanced Search -- */

div.advanced-search {
	width: 90%;
	padding: 0 5%;
	overflow: hidden;
}

div.advanced-search-form {
	position: relative;
	float: left;
	width: 445px;
	padding: 20px;
	background: #EEE;
}

div.advanced-search-form:after {
	left: 100%;
	top: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 238, 238, 0);
	border-left-color: #EEEEEE;
	border-width: 18px;
}

div.advanced-search .input {
	width: 425px;
}

div.advanced-search .submit {
	padding-top: 18px;
	text-align: center;
}

div.advanced-search .submit .button-lg {
	padding-left: 65px;
	padding-right: 65px;
	margin: auto;
}

div.advanced-search-text {
	float: right;
	width: 350px;
	padding-top: 3px;
}



/* -- Search Results -- */

div#search-results .results-label {
	background: #A6A6A6;
	padding: 10px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
}

div#search-results .results-list .item {
	display: block;
	padding: 30px 8% 10px 0;
}

div#search-results .results-list .item .title {
	display: block;
	padding-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
}

div#search-results .results-list .item .byline {
	display: block;
	padding-bottom: 3px;
	font-size: 13px;
	color: #777;
}

div#search-results .results-list .item .summary {
	display: block;
	font-size: 13px;
	line-height: 20px;
}

div#search-results .quotes-results .item {
	padding-bottom: 30px;
	border-bottom: 1px solid #DDD;
}

div#search-results .quotes-results .item:last-child {
	border-bottom: 0;
}

div#search-results .quotes-results .item .quotation,
div#search-results .quotes-results .item .quotation-summary {
	display: block;
	font-size: 17px;
	line-height: 28px;
}

div#search-results .quotes-results .item .attribution {
	display: block;
	font-size: 17px;
	font-style: italic;
}

div#search-results .pagination {
	padding: 12px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

div#search-results .results-filter {
	margin-bottom: 0;
}

div#search-results .results-filter ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#search-results .results-filter ul li {
	margin: 0;
	padding: 2px 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

div#search-results .results-filter ul li a {
	display: block;
	width: 100%;
	padding: 2px 2px 2px 0;
	overflow: hidden;
}

div#search-results .results-filter ul li a span {
	display: block;
	float: right;
	width: 30px;
	height: 16px;
	font-weight: normal;
	text-align: center;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 0 1px #999;
	color: #545454;
}

div#search-results .results-filter ul li.none a {
	color: #777;
}

div#search-results .results-filter ul li.none a span {
	color: #AAA;
}


/* -- Teachers -- */

div#teachers-intro {
	padding-right: 8%;
	font-size: 17px;
	line-height: 29px;
}

div#teachers-intro p:first-child {
	margin-top: 0;
}

div#teachers-intro .center {
	padding: 30px 0;
}

div#teachers-intro .center .button-lg {
	width: 240px;
	margin: auto;
}

/* -- Awards -- */


div#awards-menu {
	position: relative;
	width: 100%;
	height: 42px;
	margin: 25px 0 55px;
}

div#awards-menu a {
	display: block;
	float: left;
	width: 72px;
	height: 42px;
	background: #EEE;
}

div#awards-menu a span {
	display: block;
	padding-top: 11px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

div#awards-menu a {
	display: block;
	float: left;
	width: 72px;
	height: 42px;
	background: #EEE;
}

div#awards-menu a:first-child {
	padding-left: 20px;
}

div#awards-menu a.selected span {
	height: 52px;
	margin-top: -15px;
	padding-top: 20px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	font-family: 'minion-pro';
	background: url(../images/common/awards-selected-1x.png) center center no-repeat;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
}

div#awards-menu a.past {
	width: 115px;
}

div#awards-menu a.all {
	width: 100px;
	float: right;
}

div#awards-menu div.overflow-menu {
	display: none;
	position: absolute;
	z-index: 100;
	top: 42px;
	left: 740px;
	width: 115px;
	background: #A5138C;
}

div#awards-menu div.overflow-menu a {
	float: none;
	width: auto;
	height: 30px;
	background: none;
	color: #FFF;
}

div#awards-menu div.overflow-menu a:hover,
div#awards-menu div.overflow-menu a.selected {
	background: #C837AA;
}

div#awards-menu div.overflow-menu a.selected span {
	height: 30px;
	margin-top: 0;
	padding-top: 6px;
	font-size: 13px;
	line-height: 17px;
	font-family: 'open sans';
	background: none;
	color: #FFF;
	-webkit-font-smoothing: inherit;
}

div#awards-menu div.overflow-menu a:first-child {
	padding-left: 0;
}

div#awards-menu div.overflow-menu a span {
	padding-top: 6px;
}


/* -- User: Account / Signin / Register / Profile -- */


div#account table tr td {
	padding: 8px 3px 8px 0;
	border-bottom: 1px solid #EEE;
	vertical-align: top;
}

div#account table tr:last-child td {
	border-bottom: 0;
}

div#account h2.ecourse-title {
	font-size: 34px;
}

div#account div#ecourse-text .content h2 {
	padding-top: 15px;
	font-size: 34px;
	line-height: 40px;
	text-align: left;
	margin-bottom: 10px;
}

div#account div#ecourse-text .content p {
	font-size: 17px;
	line-height: 28px;
	margin: 20px 0;
	font-weight: normal;
}

div#account div#ecourse-text .content .footer  {
	margin-top: 10px;
	border-top: 1px solid #CCC;
	padding: 10px 0 30px;
}

div#account div#ecourse-text .content .footer p  {
	font-size: 14px;
	line-height: 22px;
	margin: 20px 0 -10px;
}

div#account div#ecourse-text .content h4 {
	padding: 10px 0;
}

div#register {
	text-align: center;
}

div#register .box {
	max-width: 636px;
	margin: auto;
	text-align: left;
}

div#profile img.profile-photo {
	border-radius: 50%;
	background: #EEE;
}

div#profile-details {
	position: relative;
	padding-top: 30px;
}

div#profile-details p {
	width: auto;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 250px;
}

div#profile-details strong {
	display: block;
	position: absolute;
	margin-left: -250px;
}

/* -- Muti-adder forms -- */

.multi {
	width: 600px;
	overflow: hidden;
}

.multi .multi-form {
	float: left;
	width: 335px;
}

.multi .multi-form .input,
.multi .multi-form .textarea {
	width: 97% !important;
}

.multi .multi-form label {
	padding-top: 10px;
	font-size: 13px;
	font-weight: normal;
}

.multi .multi-list {
	float: right;
	width: 230px;
	padding: 5px;
}

.multi .multi-list a {
	position: relative;
	display: block;
	width: 218px;
	min-height: 16px;
	padding: 5px 0 5px 5px;
	margin-bottom: 4px;
	overflow: hidden;
	font-size: 12px;
	border: 1px solid #EEE;
	border-radius: 2px;
	background: #FFF;
}

.multi .multi-list a.selected {
	background: #D5EAF4;
	border: 1px solid #8DBBCC;
	color: #333;
}

.multi .multi-list a img {
	display: block;
	float: left;
}

.multi .multi-list a:hover span.up,
.multi .multi-list a:hover span.down {
	display: block !important;
	position: absolute !important;
	top: 6px;
	margin-left: 180px;
	width: 20px;
	height: 16px;
	background: #FFF url(/images/cms/multi-move.gif) -85px -1px no-repeat;
}

.multi .multi-list a:hover span.down {
	margin-left: 197px;
	background-position: -108px -1px;
}

.multi .multi-list a.selected:hover span.up {
	display: none !important;
	background-position: 0 -1px;
}

.multi .multi-list a.selected:hover span.down {
	display: none !important;
	background-position: -23px -1px;
}

.multi .multi-list a:hover span.up,
.multi .multi-list a:hover span.down {
	display: block;
}

.multi .multi-edit {
	display: none;
}

.multi .multi-remove-button {
	float: right;
}



/* -- Projects -- */

div#projects .landing-list .item {
	width: 514px;
}

div#projects .landing-list .item .text {
	height: auto;
}

div#projects .landing-list .item .text .category {
	margin: 0 0;
}

div#projects #page-header {
	margin-bottom: 20px;
}

div#projects .article-layout {
	border-top: 1px solid #DDD;
}


/* -- Survey Popup -- */

#survey-popup-container {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

#survey-popup {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin-left: -265px;
	margin-top: 0;
	height: 375px;
	width: 530px;
	border-radius: 20px;
	opacity: 0;
	background: #FFF url(../images/common/popupbg.svg) left bottom no-repeat;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
	transition: margin .4s, opacity .4s;
}

#survey-popup.animate {
	margin-top: -190px;
	opacity: 1;
}

#survey-close {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 17px;
	top: 17px;
	background: url(../images/common/popupclose.svg) center center no-repeat;
	cursor: pointer;
}

#survey-popup .survey-heading {
	padding: 70px 50px 10px;
	color: #A6208E;
	font-weight: 900;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	cursor: default;
}

#survey-popup .survey-text {
	padding: 15px 50px 10px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	font-family: 'minion-pro';
	font-style: italic;
	color: #222;
	-webkit-font-smoothing: antialiased;
	cursor: default;
}

#survey-popup .survey-button {
	padding: 22px 15px 5px;
	text-align: center;
}

#survey-popup .survey-button a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #FFF;
	padding: 15px 30px;
	border-radius: 5px;
	background: #A6208E;
	-webkit-font-smoothing: antialiased;
}

#survey-popup .survey-button a:hover {
	background: #BB3AA0;
}

#survey-popup .survey-no-thanks {
	padding: 7px 50px 10px;
	text-align: center;
}

#survey-popup .survey-no-thanks a {
	font-size: 13px;
	line-height: 16px;
	color: #808080;
}

#survey-popup .survey-no-thanks a:hover {
	color: #333;
}


@media screen and (max-width: 600px) {
	
	#survey-popup .survey-heading {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 22px;
		line-height: 24px;
	}
	
	#survey-popup .survey-text {
		padding-left: 15px;
		padding-right: 15px;
	}

	#survey-popup {
		height: 430px;
		width: 300px;
		margin-left: -150px;
	}
	#survey-popup.animate {
		top: 0;
		margin-top: 50px;
	}
}