@charset "utf-8";
/* CSS Document */
/*
Theme Name: UoL Lifelong Learning
Theme URI: https://www.llc.leeds.ac.uk/
Author: Richard Francis
Author URI: https://www.llc.leeds.ac.uk/
Description: This is a custom Wordpress theme designed for the Lifelong Learning Centre. The theme has custom post types for news items, events and staff members. It also has a featured content system allowing users to add pages to the featured content carousel on the home page.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: Lifelong Learning Centre, University of Leeds
*/

@import url(assets/css/reset.css);

@import url(assets/css/forms.css);

@import url(assets/css/scratch.css);

/*html .content {
  	background-image : url(assets/img/ui/grid.png);
  	background-position : 10px 10px;
  	background-repeat : repeat-y;
  }*/

body {
	background: rgb(255,255,255) url(assets/img/html_bg.png) repeat-x;
	color: rgb(92,91,86);
	font: 12px/1.5 Verdana, Helvetica, Arial, sans-serif;
}

/* TYPOGRAPHY --------------------------------------------------------------- */

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
}

h2,h3,h4,h5,h6 {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 1.333em;
	line-height: 1.125em;
	margin: 1.5em 0;
}

.header h2 {
	margin-top: 0;
}

h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.1667em;
	line-height: 1.2857em;
	margin: 1.2857em 0;
}
h5 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 1.2857em 0;
}
p {
	font-size: 1em;
	margin: 1.5em 0;
}

/* HEADINGS ----------------------------------------------------------------- */

.content-main h2 {
	float: left;
	font-size: 2em;
	line-height: 1.08em;
	margin: 0 0 .4em 0;
	width: 100%;
}
.oci-api h2 {
	line-height:1.3em;
}
h3.subtitle {
	line-height:0.5em;
}
h3.search  {
	margin-top: 5px;
}
.search_post_type {
	color: #555 !important;
	padding-bottom:5px !important;
	border-bottom:1px solid #555;
}
.hfeed h2,
.vcalendar h2 {
	letter-spacing: 1px;
	margin: 0;
}

.aside h4 {
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 8px 0;
}

h4.information {
	background: url(assets/img/aside_border.png) no-repeat;
	border-top: 1px solid rgb(255,255,255);
	padding-top: 15px;
	width: 180px;
}

h4.related-info {
	font: 1.1667em Georgia;
	line-height: 1.286em;
	margin: .75em 0;
}
h4.news-date {
	padding-bottom:2px;
	border-bottom:1px solid #5C5B56;
}
h3 strong {
	font-weight:normal !important;
}

/* LINKS -------------------------------------------------------------------- */

.content-main a,
.content-info a, 
.content-main a:visited,
.content-info a:visited {
	color: rgb(37,84,190);
	text-decoration: none;
}

.content-main a:hover {
	color: rgb(205,89,42);
}

h1 a {
	color: rgb(255,255,255);
	text-decoration: none;
}

.header h2 a {
	color: rgb(255,255,255);
	text-decoration: none;
}

.hfeed h3 a,
.vcalendar h3 a {
	line-height: 1.5em;
}

.article p + a {
	background: url('assets/img/article-full_blue.png') 100% 50% no-repeat;
	clear: both;
	float: left;
	font-size: 0.916em;
	font-weight: bold;
	padding-right: 10px;
	text-transform: lowercase;
}

.article p + a:hover {
	background: url('assets/img/article-full_orange.png') 100% 50% no-repeat;
}

/* IMAGES ------------------------------------------------------------------- */

/* image panels */

.figure {
	background-color: rgb(255,255,255);
	color: rgb(255,255,255);
	float: left;
	min-height: 147px;
	position: relative;
}

.document .figure,
.document-alt .figure {
	margin-bottom: 18px;
}

.figure img {
	float:left;
	position: relative;
}

.figcaption {
	background-color: #434343;
	float: left;
	font-size: 0.8em;
	height: 198px;
	padding: 0 10px;
	position: absolute;
	width:200px;
	z-index: 1;
}

.homepage .figcaption,
.homepage-alt .figcaption {
	background-color: rgb(2,103,153);
}
.document .figcaption p,
.document-alt .figcaption p {
	padding: 0 10px;
}

.break {
	min-height: 199px;
	overflow: visible;
}

.break img {
	left: auto;
	margin-bottom: -18px;
	right: 0;
	top: -20px;
}

.figcaption p {
	margin-bottom: 1em;
}

.figcaption ul {
	list-style-type: none;
}

.figcaption h3 {
	font-size: 18px;
	line-height: 1.125em;
	margin-bottom: 0;
	margin-top: 18px;
}

.figcaption a,
.figcaption a:link,
.figcaption a:visited,
.figcaption a:active {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: rgb(205,89,42) !important;
	line-height: 2em;
}

.figcaption a:hover {
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	background: rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.9);
}

/* BRANDING ----------------------------------------------------------------- */

.header h2 {
	clear: both;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	left: 10px;
	line-height: 1em;
	margin-bottom: 10px;
	position: relative;
	top: -5px;
}

#logo {
	background: url(assets/img/logo.png) no-repeat;
	display: block;
	float: right;
	height: 54px;
	left: -29px;
	margin: 0;
	position: relative;
	text-indent: -9999px;
	top: 17px;
	width: 183px;
}

h1 a {
	background-color: rgb(7,102,149);
	color: rgb(255,255,255);
	display: block;
	margin-top: 10px;
	padding: 11px 0 11px 16px;
	text-shadow: 1px 2px 1px rgb(0,0,0);
	width: 684px;
}

h1 a:hover {
	-webkit-transition: all .2s linear;
	background: rgb(101,121,131);
	text-shadow: 0 -1px 1px rgb(0, 0, 0);
}

/* TABLE -------------------------------------------------------------------- */

table {
border: 1px solid rgb(204,204,204);
}

table th {
background-color: rgb(236,236,236);
border-bottom: 1px solid rgb(204,204,204);
}

table td {
border: 1px solid rgb(204,204,204);
padding: 0 3px;
}

table.zebra tr:nth-child(2n+3) {
background-color: rgb(236,236,236);
}

/* LAYOUT ------------------------------------------------------------------- */

#container {
	background: url(assets/img/container_shadow.png) 950px 88px no-repeat;
	margin: 0 auto;
	overflow: auto;
	width: 960px;
}

.header {
	float: left;
	width: 100%;
	height:80px;
}

.aside {
	background: url(assets/img/aside_bg.png) no-repeat;
	float: right;
	min-height: 780px;
	padding: 16px 0 18px 20px;
	position: relative;
	width: 210px;
}

.content {
	background: rgb(255,255,255);
	float: left;
	padding-left: 10px;
	position: relative;
	width: 720px;
}

.content-info {
	border-top: 1px solid rgb(204,204,204);
	float: left;
	font-size: 0.833em;
	padding-top: 18px;
	width: 100%;
}

.content-main {
	float: left;
	margin-bottom: 36px;
	position: relative;	
}

/* column widths */

.col-1 {
	width: 160px;
}

.col-2 {
	width: 340px;
}

.col-3 {
	width: 520px;
}

.col-4 {
	width: 700px;
}

/* position */

.left, .alignleft  {
	float: left;
	margin: 0 20px 0 0;
}

.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
}
.absleft {
	float:left;
}
.absright {
	float:right;
}

/* NAVIGATION --------------------------------------------------------------- */

/* main */

.nav-main {
	background-color: rgb(53,52,49);
	clear: both;
	float: left;
	width: 700px;
	margin-bottom:10px;
}

.nav-main li {
	border-left: 1px solid rgb(83,82,80);
	border-right: 1px solid rgb(0,0,0);
	display: inline;
	margin-left: -0.35em;
	margin-right: 0;
}

.nav-main li:first-child {
	border-left: 0;
	margin-left: 0;
}

.nav-main li:last-child {
	border-left: 1px solid rgb(83,82,80);
	border-right: 0;
}

.nav-main li a {
	color: rgb(255,255,255);
	display: inline-block;
	margin-top: .8em;
	padding: 0 0.7em 0.2em 0.7em;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-main li a:hover {
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-transition: all .15s ease-in-out;
	background: rgb(255,255,255);
	border: 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: rgb(0,0,0);
}

/* breadcrumb */

.breadcrumb {
	float: left;
	font-size: 0.75em;
	margin-bottom: 2px;
	margin-top: 15px;
	width: 700px;
}

.breadcrumb li a, .breadcrumb-trail a {
	color: rgb(92,91,86);
	text-decoration: none;
}

.breadcrumb a:hover, .breadcrumb-trail a:hover {
	-webkit-transition: all .5s ease-in-out;
	color: rgb(205,89,42);
	text-decoration: underline;
}

.breadcrumb li:last-child a {
	text-decoration: underline;
}

.breadcrumb li:last-child a {
	color: rgb(205,89,42);
}

.breadcrumb:hover li:last-child a {
	-webkit-transition: all .2s linear;
	color: rgb(92,91,86);
}

.breadcrumb:hover li:last-child a {
	text-decoration: none;
}

.breadcrumb li {
	display: inline;
}

.breadcrumb li:after {
	content: "> ";
	left: 2px;
	position: relative;
}

.breadcrumb li:last-child:after {
	content: "";
}

/* aside secondary */

.nav-sub, #menu-aside-navigation {
	border-top: 1px solid rgb(193,192,187);
	list-style-type: none;
	margin: 18px 0;
	width: 179px;
}

.nav-sub li a, #menu-aside-navigation li a {
	background: url(assets/img/nav_sub_arrow.png) no-repeat center right;
	border-bottom: 1px solid rgb(193,192,187);
	border-top: 1px solid rgb(255,255,255);
	color: rgb(49,47,43);
	display: block;
	font: 16px Georgia;
	padding: 10px 0;
	text-decoration: none;
	width: 100%;
}

.nav-sub li a:hover, #menu-aside-navigation li a:hover {
	-webkit-transition: all 0.2s ease-in-out;
}

.nav-sub > li:last-child, #menu-aside-navigation > li:last-child {
	border-bottom: 1px solid rgb(255,255,255);
}

.nav-sub li a:hover, #menu-aside-navigation li a:hover {
	background: url(assets/img/nav_sub_arrow-hover.png) no-repeat center right;
	color: rgb(37,84,190);
}

/* related */

.related {
	float: left;
	margin: 5px 20px 0 0;
	width: 160px;
}

.document-alt .related {
	float: right;
	margin: 5px 0 0 20px;
}

.related ul {
	margin: 1em 0;
}

.related li {
	list-style-image: url(assets/img/article-full_orange.png);
	margin-bottom: 0.5em;
	margin-left: 13px;
}

.related a {
	color: rgb(205,89,42);
	text-decoration: none;
}

.related a:hover {
	text-decoration: underline;
}

/* page-tools */

.page-tools {
	float: left;
	list-style-type: none;
	margin-bottom: 18px;
	width: 100%;
}

.page-tools li {
	float: left;
	min-height: 20px;
}

.page-tools li:nth-child(1) {
	background: url(assets/img/rss-icon.png) center left no-repeat;
}

.page-tools li:nth-child(2) {
	background: url(assets/img/print-icon.png) center left no-repeat;
}

.page-tools li:nth-child(3) {
	background: url(assets/img/send-icon.png) center left no-repeat;
}

.page-tools li:nth-child(4) {
	background: url(assets/img/download-icon.png) center left no-repeat;
}

.page-tools li a {
	border-right: 1px solid rgb(204,204,204);
	color: rgb(92,91,86);
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.page-tools li:nth-child(1) a {
	margin-left: 30px;
	margin-right: 10px;
}

.page-tools li:nth-child(2) a {
	margin-left: 30px;
	margin-right: 10px;
}

.page-tools li:nth-child(3) a {
	margin-left: 30px;
	margin-right: 10px;
}

.page-tools li:nth-child(4) a {
	margin-left: 30px;
	border-right: 0;
}

.page-tools li:nth-child(1) a:hover,
.page-tools li:nth-child(2) a:hover,
.page-tools li:nth-child(3) a:hover,
.page-tools li:nth-child(4) a:hover {
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	color: rgb(205,89,42);
	text-decoration: underline;
}

/* footer */

.content-info .nav li {
	display: inline;
}

.content-info li a {
	border-right: 1px solid rgb(204,204,204);
	padding: 0 10px 0 7px;
}

.content-info li:first-child a {
	padding-left: 0;
}

.content-info li:last-child a {
	border-right: 0;
}

.content-info li a:hover {
	text-decoration: underline;
}

.content-info .sm {
	float:right;
}
.content-info .sm img, .content-info .sm img a {
	border:none;
}
.content-info .sm_t {
	margin-top:-10px;
}
/* TEMPLATE SPECIFIC -------------------------------------------------------- */

/* INDEX -------------------------------------------------------------------- */

/* links */

.index-alt h1 a {
	width: 924px;
}

/* layout */

.index .content-main {
	width: 700px;
}

.index-alt .content {
	background-image: none;
	padding-right: 10px;
	width: 940px;
}

.index-alt .content-main {
	margin-left: 20px;
	width: 700px;
}

.index-alt .aside {
	float: left;
	width: 200px;
}

.index .vcalendar .article,
.index-alt .vcalendar .article {
	margin-bottom: 10px;
}

.index .vcalendar .article p,
.index-alt .vcalendar .article p {
	float: left;
	margin-top: 0;
	width: 85%;
}

/* navigation */

.index-alt .nav-main {
	margin-bottom: 0;
	width: 940px;
}

/* HOMEPAGE ----------------------------------------------------------------- */

/* links */

.homepage .content-info a,
.homepage-alt .content-info a, 
.homepage .content-info a:visited,
.homepage-alt .content-info a:visited {
	color: rgb(205,89,42);
	text-decoration: none;
}

.homepage-alt h1 a {
	width: 924px;
}

.homepage .article h3 a,
.homepage-alt .article h3 a {
	color: rgb(205,89,42);
}

.homepage h3 a:hover,
.homepage-alt h3 a:hover {
	text-decoration: underline;
}

.homepage .article p + a,
.homepage-alt .article p + a {
	background: url('assets/img/article-full_orange.png') 100% 50% no-repeat;
	color: rgb(205,89,42);
}

.homepage .article p + a:hover,
.homepage-alt .article p + a:hover {
	text-decoration: underline;
}

/* images */

.homepage img.left {
	margin: 0;
}

.no-event {
	margin-top:10px;
}
/* navigation */

.homepage-alt .nav-main {
	margin-bottom: 0;
	width: 940px;
}

.homepage-alt .breadcrumb {
	margin-left: 20px;
}

/* layout */

.homepage-alt .content {
	background-image: none;
	padding-right: 10px;
	width: 940px;
}

.homepage .content-main {
	width: 700px;
}

.homepage-alt .content-main {
	margin-left: 20px;
	width: 700px;
}

.homepage-alt .content-main .left {
	margin-right: 0;
}

.homepage-alt .aside {
	float: left;
	width: 200px;
}

.homepage .vcalendar .article,
.homepage-alt .vcalendar .article {
	background-color: transparent;
	padding: 0;
	width: 340px;
}

.homepage .hfeed .article p,
.homepage-alt .hfeed .article p {
	margin-top: 0;
}

.homepage .vcalendar .article p,
.homepage-alt .vcalendar .article p {
	margin-top: 0;
}

.homepage-alt p.right.col-2 {
	margin-left: 0;
}

/* DOCUMENT ----------------------------------------------------------------- */

/* headings */

.document .content-main > h2,
.document-alt .content-main > h2 {
	color: #999;
	font-size: 1.9em;
	line-height: 1em;
	margin: 0 0 14px 0;
}

/* links */

.document .content-info a,
.document-alt .content-info a, 
.document .content-info a:visited,
.document-alt .content-info a:visited {
	color: rgb(205,89,42);
	text-decoration: none;
}

.document-alt h1 a {
	width: 924px;
}

.document .content-main > ul,
.document-alt .content-main > ul {
	list-style-type: none;
}
.content-main ul {
	margin-bottom:1em;
	margin-left:30px;
}

.document .content-main ul li a,
.document-alt .content-main ul li a {
	color: rgb(37,84,190);
	line-height: 2em;
}
.document .content-main ul li a:hover,
.document-alt .content-main ul li a:hover {
	color: rgb(205,89,42);
}
/* images */

.homepage img.left {
	margin: 0;
}

/* layout */

.document-alt .content {
	background-image: none;
	padding-right: 10px;
	width: 940px;
}

.document-alt .content-main {
	margin-left: 20px;
	width: 520px;
}

.document-alt .aside {
	float: left;
	width: 200px;
}

.homepage .hfeed .article,
.homepage .vcalendar .article {
	margin-top: 18px;
}

/* navigation */

.document .nav-main {
	margin-bottom: 0;
}

.document-alt .nav-main {
	margin-bottom: 0;
	width: 940px;
}

.document-alt .breadcrumb {
	margin-left: 20px;
}

/* videos ------------------------------------------------------------------ */
.homespacer {
	padding-left:20px;
}
.homevid {
	float: right;
	margin-top: 18px;
	margin-right:20px;
	width: 340px;
}
.vid {
	float: right;
	width: 340px;
	margin:15px 0px 5px 5px;
	font-size:0.8em;
	line-height:1.5em;
	color:#333;
}
/* HFEED -------------------------------------------------------------------- */

.hfeed {
	clear: both;
	float: left;
	margin-top: 18px;
	position: relative;
	width: 340px;
}

.hfeed .article {
	margin-right: 0;
	margin-top: 10px;
}

/* VCALENDAR -----------------------------------------------------------------*/

.vcalendar {
	float: right;
	margin-top: 18px;
	width: 340px;
	margin-right:20px;	
}

.vcalendar .article {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #ececee;
	border-radius: 10px;
	float: left;
	margin-left: 0;
	margin-top: 10px;
	padding: 14px 10px 14px 10px;
	text-shadow: 1px 1px 0 #fff;
	width: 320px;
}

.vcalendar .article a.url {
	display: block;
	float: left;
	padding-right: 50px;
	text-decoration: underline;
	width: 225px;
}

.vcalendar .article .dtstart {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #2554be;
	border-radius: 5px;
	color: rgb(255,255,254);
	float: right;
	padding: 0 10px;
	text-align: center;
	text-shadow: none;
}

.vcalendar .article .dtstart .d {
	display: block;
	font-size: 1.2em;
	line-height: 1.5em;
}

.vcalendar .article .dtstart .m {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
	text-transform: uppercase;
}

.vcalendar .article .dtstart .y {
	display: block;
	font-size: 0.7em;
	line-height: 1.5em;
}
/*courses pages additional layout */
.add_info {
	padding:0px 3px 3px 3px;
	background-color:#F5F4F1;
	margin-bottom:5px;	
}
.add_info h4 {
	padding:0px !important;
	line-height:0em;
}
.add_info p {
	line-height:1.2em;
	margin-bottom:0px;
}
/* clearing additional info */
.clearing_add_info {
	padding:3px 3px 3px 3px;
	background-color:#E5F0F0;
	border:1px solid #00457A;
	color:#032B80;
	float:left;
	width:100%;
}
.clearing_add_info p {
	line-height:1.2em;
	margin-bottom:0px;
}
.clearing_add_info p strong {
	font-size:1.2em;
	line-height:1.2em;
}
/*staff page additional layout */
.staff {
	padding:3px 3px 3px 3px;
	background-color:#F5F4F1;
	margin-bottom:2px;
	border:1px solid #999;	
}
.staff h4 {
	font-size: 1.1667em;
	line-height: 0.1em;
	margin: 10px 0px 1px 0px;
}
.staff p {
	line-height:1.5em;
	margin-bottom:3px;
}
/* blockquote */
blockquote {
	padding-left:37px;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style:italic;
	font-size:1.3em;
	background-image:url(assets/img/blockquote.png);
	background-repeat:no-repeat;
	background-position:0px 21px;
	display:inline-block;
	padding-top:0px;
}
blockquote p {
	padding:0px;
	margin-bottom:10px;
}
/* Social media widgets */
.social_media {
	float:left;
	position:relative;
	width:245px;
	border:1px solid #000;
}
.social_media_title {
	border-bottom:1px solid #000;
	padding:5px;
}
.sm_fb .social_media_title {
	background-color:#3b5998;
	color:#fff;
	border-bottom:1px solid #3b5998;
	padding:5px;
	font-weight:bold;
}
.sm_fb .social_media_title h3 {
	font-weight:bold;
	font-size:1.2em;
}
.social_media_content {
	padding:5px;
	height:400px;
	overflow:scroll;
}
.sm_right {
	float:right;
	margin-left:5px;
}
.sm_left {
	float:left;
	margin-left:5px;
}
.social_media ul {
	list-style:none;
	list-style-position:outside;
	margin-left:0px;
	
}
.social_media ul li {
	margin-bottom:3px;
	border-bottom:1px solid #ccc;
}
.sm_fb {
	border-color:#3b5998 !important;
	background-color:#f7f7f7;
}
.sm_fb a {
	color:#3b5998;
}
.update {
	margin-top: 18px;
	position: relative;
	width: 340px;
}
/* Social Media on News and Events  */
.sm_share {
	float:right;
	margin-top:-3px;
}

/*fix OL layout */
.content-main ol {
	margin: 1.5em 0 1.5em 2.5em;
	list-style-position:outside;
}
.content-main ol li {
	margin:1em 0;
}
/* fix table layout */
.content table {
	margin-bottom:20px;
}
/* to add to live style sheet */
.tabbed-nav, .tabbed-nav-oci {
	clear: both;
	float: left;
	margin-bottom: 10px;
	margin-left: 0px !important;
	border-bottom: 1px solid #00457A;
	margin-top:-10px !important;
}
.tabbed-nav {
	width: 520px;
}
.tabbed-nav-oci {
	width: 700px;
}
.tabbed-nav li, .tabbed-nav-oci li {
	display: inline;
	margin-left: 0;
	margin-right: 0;
}
.tabbed-nav li a, .tabbed-nav-oci li a  {
	color:#fff !important;
	display: inline-block;
	margin-top: .3em;
	margin-right:5px;
	padding: 0 0.6em 0.2em 0.6em;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #076695;
	border-top:1px solid #00457A;	
	border-left:1px solid #00457A;
	border-right:1px solid #00457A;		
}
.tabbed-nav .tab-current, .tabbed-nav-oci .tab-current  {
	background-color:#FFF !important;
	color:#032B80 !important;
	border-bottom: 1px solid white;
    margin-bottom: -1px;
	padding-top:0.2em;
}
.tabbed-nav li a:hover, .tabbed-nav-oci li a:hover{
	background-color:#FFF !important;
	color:#076695 !important;
}
.tabbed-nav li a:focus, .tabbed-nav-oci li a:focus {
	outline:none;
}
.ucas_code_table {
	border-collapse:collapse;
	width:310px;
	display:inline-table;
}
.ucas_code_table td {
	padding:5px;
	border:1px solid #00457A;
	font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-size:1.3em;
	color:#032B80;
	background-color:#E5F0F0;
}
/* blog index loop, sticky post and guest post styles */
.blog_index_loop {
	background-color:#eee;
	padding:10px 10px 0px 10px;
	margin-bottom:10px;
	-moz-box-shadow: inset 0px 2px #fff;
	-webkit-box-shadow: inset 0px 2px #fff;
	box-shadow: inset 0px 2px #fff;
	border:1px solid #CCC;
}
.blog_index_loop h3 {
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
	margin-bottom:0px;
	line-height:1.4em;
}
.blog_index_loop h4 {
	border-top:1px solid #fff;
	margin-top:0px;
	padding-top:5px;
}
.blog_index_loop p {
	line-height:1.6em;
}
.blog_index_loop blockquote {
	padding-left:10px;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style:italic;
	font-size:1.2em;
	background-image:none !important;
	display:inline-block;
	padding-top:0px;
	margin-bottom:10px;
}
a.blog_index_read_more {
	border:1px solid #ccc;
	padding:6px 10px;
	background-color:#4579EF;
	color:#fff !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px #ddd;
	-webkit-box-shadow: 2px 2px #ddd;
	box-shadow: 0px 1px #ddd;	
}
a.blog_index_read_more:hover {
	color:#CD592A !important;
}
.blog_index_loop img {
	-moz-box-shadow: 0px 5px 25px -10px #000;
	-webkit-box-shadow: 0px 5px 25px -10px #000;
	box-shadow: 0px 5px 25px -10px #000;
}
.sticky {
	background-color:#e5e5e5;
	-moz-box-shadow: inset 0px 2px #f5f5f5;
	-webkit-box-shadow: inset 0px 2px #f5f5f5;
	box-shadow: inset 0px 2px #f5f5f5;
	border:1px solid #c5c5c5;
	background-image:url(assets/img/feat_post_bg.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.sticky h3 {
	border-bottom:1px solid #c5c5c5;
}
.sticky h4 {
	border-top:1px solid #f5f5f5;
}
.right_info_box {
	float:right;
	width:150px;
	border-top:5px solid #076695;
	border-bottom:5px solid #076695;
	padding-top:3px;
}
.right_info_box h4 {
	padding-top:0px;
	margin-top:0px;
	color:#076695;
}
.right_info_box p {
	line-height:1.3em;
}
.guest_info_box {
	margin:0px;
	width:515px;
	background-color:#efefef;
	padding:15px 0px 15px 5px;
	border:1px solid #ddd;
}
.blog_index_loop .guest_info_box {
	display:none;
}
/* front page video section */
.v_w {
	position:relative;
	width:340px;
	height:191px;
	float:right;
}
#vid_wrapper {
	width:340px;
	height:191px;
	overflow:hidden;
	float:right;
	background-color:#000;
	position:absolute;
}
.yt_vid_link {
	width:100%;
	float:left;
	padding-left:5px;
}
.yt_player_img  {
	float:left;
	margin-right:8px;
	border:2px solid #000;
}
.yt_player_img:hover {
	border:2px solid #F00 !important;
}
.yt_vid_link h3, .yt_vid_link p {
	color:#fff;
}
.yt_vid_link h3 {
	margin:8px 0px 0px 0px;
	line-height:0.8em;
}
.yt_vid_link p {
	margin-top:5px;
	font-size:0.8em;
	color:#CCC;
	line-height:1.2em;
}
/* New Course page templates */
.course_data_box {
	width:180px;
	min-height:200px;
	border:1px solid #DCDDDF;
	float:right;
	margin:0px 0px 10px 10px;
	background-color:#efefef;
	padding-bottom:3px;
}
.course_data_box h3 {
	text-align:center;	
	color:#555;
	text-transform:uppercase;
	font-size:1.1em;
	border-bottom:1px solid #DCDDDF;
	padding:5px 0px 7px 0px;
	margin-bottom:0px;
	font-weight:bold;
}
.course_data_box p {
	border-top:1px solid #F9FAFC;
	border-bottom:1px solid #DCDDDF;
	font-size:1.2em;	
	margin:0px;
	padding:6px;
}
.course_data_box p:last-child {
	border-bottom:none;
}
.course_data_box .key_fact {
	font-weight:bold;
	font-size:1em;
	color:#666;
}
.tag_line_div {
	float:left;
}
.tag_line {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	margin:0px 0px 20px 0px;
}
/**
 * Toggle
 */
 
.llc-toggle {
  margin: 1em 0;
  border:1px solid #e1e1e1;
  border-color:#ccc;
  padding:0;
  
  overflow:hidden;
}

.llc-toggle-title {
	position:relative;
	cursor:pointer;
	padding:0.6em 1em 0.6em 2.4em;
	
	border-bottom:1px solid;
	border-color:#e2e2e2;
	margin-bottom:-1px;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color:#efefef;
	
}

.llc-toggle-title:after {
	display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: transparent url(assets/img/toggle-sprite.jpg) 0px 0px;
	float:left;
	margin-right:7px;
	margin-top:2px;
}

.llc-toggle-title:hover,
.llc-toggle.llc-expanded .llc-toggle-title {
  background:rgba(0,0,0,0.03);
}

.llc-toggle.llc-expanded .llc-toggle-title:after {
  background:url(assets/img/toggle-sprite.jpg) 0px 14px;
}

.llc-toggle-inner {
  display: none;
  padding:1em 1em 0.6em 2.4em;
}

/**
 * Accordion
 */

.llc-accordion {
	margin:1em 0;
}

.llc-accordion > * {
  display: none;
}
.llc-accordion .llc-toggle {
  display: block;
  margin:0;
  border-top-width:0;
}
.llc-accordion {
	border-top:1px solid #e1e1e1;
	border-top-color:#ccc;
}
/*
** Course Directory links
*/
.course_dir_loop h3 {
	margin:4px 0px !important;
}
.course_dir_loop h3:last-child {
	margin-bottom:10px;
}
.course_dir_loop h3 a {
	background-color:#eee;
	padding:7px;
	-moz-box-shadow: inset 0px 2px #fff;
	-webkit-box-shadow: inset 0px 2px #fff;
	box-shadow: inset 0px 2px #fff;
	border:1px solid #CCC;
	display:block;
}
.course_dir_loop p {
	border-top:1px solid #fff;
	margin-top:0px;
	padding-top:5px;
	color:#000;
}
.after_loop {
	margin-top:15px;
}
/*
 * Electives table 
*/
.electives_table td {
	padding:5px;
	vertical-align:top;
	border-color:#fff;
}
.electives_table th {
	padding:5px;
	vertical-align:top;
	font-weight:bold;
}
.electives_table tr:nth-child(odd) { 
	background-color:#e1e1e1; 
}
.electives_table tr:nth-child(even) { 
	background-color:#f1f1f1; 
}
.electives_table tr:hover { 
	background-color:#e9e9e9; 
}
.scutrea-logo {
	clear:both;
	margin-bottom:20px;
}
/*
 * oci modules table 
*/
.oci_table {
	width:95%;
}
.oci_table td {
	padding:5px;
	vertical-align:top;
	border-color:#fff;
}
.oci_table th {
	padding:5px;
	vertical-align:top;
	font-weight:bold;
}
.oci_table tr:nth-child(odd) { 
	background-color:#e1e1e1; 
}
.oci_table tr:nth-child(even) { 
	background-color:#f1f1f1; 
}
.oci_table tr:hover { 
	background-color:#e9e9e9; 
}
/*
** Info div for course info (above tabs)
*/
.course-entry-info {
	border:1px solid #dcdddf;
	background-color:#efefef;
	float:left;
	display:block;
	margin-top:-10px;
	margin-bottom:20px;
}
.course-entry-info p {
	font-size:1.1em;
	font-weight:bold;
	margin:10px 20px;
}
.clearing_phone_div {
	border:1px solid #dcdddf;
	background-color:#efefef;
	float:left;
	display:block;
	margin-top:-10px;
	margin-bottom:20px;
	width:100%;
}
.clearing_phone_div p {
	font-size:1.1em;
	margin:10px 20px;
}
/*
//oci main
*/
.oci_left {
	width:500px;
}
/*
//oci tabs
*/
.tab-content{
  display: none;
}

.tab-content.current{
  display: inherit;
}
/*
//oci alt course show/hide styles
*/
.hide {
	display:none;
}
.show {
	display:inherit;
}
/*
//oci alt course info box
*/
.key_facts {
	width:200px;
	float:right;
}
.oci_key_facts {
	float:right;
	border:1px solid #00457A;
	width:180px;
	margin:0px 0px 10px 10px;
}
.oci_key_facts h4 {
	margin: 0;
	background-color: #076695;
	padding: 0.5em 0.3em;
	border-bottom:1px solid #00457A;
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:1em;
}
.oci_key_facts p {
	padding: 0 0.3em;
	line-height: 1.2em;
}