/*
* Main Stylesheet
*/

/* ================ Reset & Basics ================ */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; 
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
        quotes: none;
        border-left: 4px solid #731744;
        padding: 10px 20px 10px 20px;
        margin-bottom: 10px;
        background-color: #EAE9E9;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; 
	}
	table {
		border-collapse: collapse;
		border-spacing: 0; 
	}
	
	.printonly {
    	display: none !important;
	}

/* ================ Site Styles ================ */

/* Basic Styles */
	
	body {
		background: #fff;
		font: 18px/28px "Open Sans", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		text-rendering: optimizeLegibility;
	}
 
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #343434;
		font-family: 'Merriweather', "Georgia", "Times New Roman", serif;
		font-weight: 700;
        font-style: normal;
        text-rendering: optimizeLegibility;
        -webkit-text-stroke: 1px transparent;
        }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 38px; line-height: 44px; margin-bottom: 8px;}
	h2 { font-size: 30px; line-height: 36px; margin-bottom: 6px; }
	h3 { font-size: 24px; line-height: 30px; margin-bottom: 4px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	
	html, html a {
        -webkit-font-smoothing: antialiased;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.04);
    }

/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	footer a, footer a:visited { color: whitesmoke; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #881B52; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; } 

/* Images */
	img.scale-with-grid, img.size-full, img.size-large, img.alignnone, .section-content img, img.aligncenter {
		max-width: 100%;
		height: auto; }
    img {
        display: block;
    }
    img.radius {
        border-radius: 10px;
    }
    img.alignright, .wp-caption.alignright {
        float: right;
        margin-left: 20px;
        margin-bottom: 10px;
        display: block;
        max-width: 100%;
    }
    img.alignleft, .wp-caption.alignleft {
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
        display: block;
        max-width: 100%;
    }
    .wp-caption {
      display: table;
    }
    
    .wp-caption-text {
      caption-side: bottom;
    }
    .wp-caption-text:last-child {
        margin: 0;
    }
    .wp-caption {
        margin-top: 40px;
        margin-bottom: 40px;
        background-color: white;
        border: 5px solid #343434;
        border-bottom: 0px;
        width: 80% !important;
    }
    .wp-caption img {
        margin: auto;
    }
    .wp-caption-text {
        background-color: #343434;
        color: #fff;
        padding: 20px;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
    }
    .wp-caption-text a:link, .wp-caption-text a:hover, .wp-caption-text a:active {
        color: white;
    }
    .wp-caption-text .wp-caption-text a:visited {
        color: #666;
    }  
    .wp-caption-text a:hover, .wp-caption-text a:active {
        color: #b51f6a;
    }
    .aligncenter {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    }
    
    .widget_bias_widget {
        background: #EAE9E9;
    }
    
    .widget_bias_widget p {
        padding: 0 20px 10px 20px;
    }
    
    .widget_bias_widget select {
        width: 90%;
        margin: 20px auto 0;
        display: block;
        font-size: 18px !important;
    }
/* Content Page Styling */

table, th, tr, td {
    border: 1px solid #9A9A9A;
}

th, tr, td {
    padding: 5px;
}

th {
    background-color: #881B52;
    color: #fff;
}
tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.content ul {
    padding: 5px 0px;
}

.content ul li {
    list-style: inside disc;
    margin-left: 2em;
    text-indent: -1em;
    padding: 3px 0px;
}

p + ul, p + ol {
    margin-top: -20px;
}

/* Misc */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

/* Header */

header {
  padding: 100px 0px;
  background-color: #012147;
  color: #fff;
  position: relative;
}
header .logo h1 {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 54px;
}
header .oxford-uni img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 40px 0px;
}

/* Navigation */

nav {
    font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
    font-weight: 700;
    background-color: #181818;
    z-index: 1 !important;
    position: relative !important;
    -webkit-font-smoothing: antialiased;
}

nav.main {
  border-bottom: 5px solid #731744;
}

nav .main ul {
    margin: 0;
    padding: 0px 0px;
}

nav .main ul li {
    display: inline;
    margin: 0px;
    background-color: #731744;
    font-size: 12px;
    line-height: 20px;
}

nav .main ul li a {
    color: #fff;
    background-color: #181818;      
    padding: 10px 15px 12px 15px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

nav .main ul li.current_page_item a, nav .main ul li a:hover, nav .main ul li.current-menu-parent a, nav .main ul li.current-menu-item a, nav .main ul li.current-post-ancestor a, nav .main ul li.current-menu-ancestor a {
    color: #fff;
    background-color: #731744;
}

nav .search-input {
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color: #731644 !important;
    border: none;
    height: 42px;
    width: 85%;
    padding: 0px 10px;
    color: #fff; 
}

nav .search-submit {
    background-color: #9E215F; 
    border: none;
    height: 42px;
    background: url('../images/search-icon.png') no-repeat center center #9E215F;
    text-indent: -9999px;
    width: 15%;
    cursor: pointer;
}

nav .search-input {
  width: 75%\0/;
}

nav .mobile-nav, nav .mobile-search {
    display: none;
}
.main li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative !important;
}

.main ul ul {
	position: absolute;
	visibility: hidden;
	z-index: 10;
}

nav.main {
  margin-bottom: 0px;
}

body.home nav.main, body.category-blog nav.main {
  margin-bottom: 40px;
}

/* Second Level */

body.home nav.second_level, body.category-blog nav.second_level {
  display: none;
}

nav.second_level {
  background-color: #dfdfdf;
  margin-bottom: 40px;
  padding: 0px;
  position: relative;
}

nav.second_level ul li, nav.second_level ul li.current-menu-item ul li ul, nav.second_level ul li.current-menu-item a, nav.second_level ul li.current-menu-ancestor a, nav.second_level ul li.current-menu-ancestor ul li ul {
  display: none;
}

nav.second_level ul li.current-menu-item, nav.second_level ul li.current-menu-item ul li, nav.second_level ul li.current-menu-item ul li a, nav.second_level ul li.current-menu-ancestor, nav.second_level ul li.current-menu-ancestor ul li, nav.second_level ul li.current-menu-ancestor ul li a {
  display: inline-block;
}

nav.second_level ul li.current-menu-item, nav.second_level ul li.current-menu-ancestor {
  visibility: hidden;
}

nav.second_level ul li.current-menu-item ul li, nav.second_level ul li.current-menu-ancestor ul li {
  visibility: visible;
}

nav.second_level ul, nav.second_level ul li.current-menu-item ul, nav.second_level ul li.current-menu-item ul li, nav.second_level ul li.current-menu-ancestor ul, nav.second_level ul li.current-menu-ancestor ul li {
   margin: 0px;
}

nav.second_level ul li.current-menu-item ul li a, nav.second_level ul li.current-menu-ancestor ul li a {
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  color: #333333;
}

nav.second_level ul li.current-menu-item ul li a:hover, nav.second_level ul li.current-menu-ancestor ul li a:hover, nav.second_level ul li.current-menu-ancestor ul li.current-menu-item a, nav.second_level ul li.current-menu-ancestor ul li.current-menu-ancestor a  {
  background-color: #c8c8c8;
} 

/* Third Level */

body.single-biases nav.second_level {
  display: none;
}

nav.second_level ul ul li.current-menu-item {
  border-bottom: 0px;
}

nav.second_level ul ul li.current-menu-item ul.sub-menu, nav.second_level ul ul li.current-menu-ancestor ul.sub-menu {
  display: inline-block;
}
  
nav.second_level ul ul li.current-menu-item ul.sub-menu, nav.second_level ul ul li.current-menu-ancestor ul.sub-menu {
  position: absolute;
  margin-top: 10px;
  background-color: #fff;
  left: 0;
  margin-left: 20px;
  padding: 0px;
}

@-moz-document url-prefix() { 
  nav.second_level ul ul li.current-menu-item ul.sub-menu, nav.second_level ul ul li.current-menu-ancestor ul.sub-menu {
     top: 40px;
  }
}

nav.second_level ul ul li.current-menu-item ul.sub-menu li a, nav.second_level ul li.current-menu-ancestor ul li.current-menu-ancestor ul li a {
  background-color: #fff;
  padding: 0px 10px;
  text-decoration: underline;
  font-size: 12px;
  color: #6c6c6c;
}

nav.second_level ul ul ul.sub-menu li {
  border-right: 1px solid #c8c8c8;
}

nav.second_level ul ul ul.sub-menu:before {
  content: 'In This Section \a0\a0\a0 >';
}

nav.second_level ul ul ul.sub-menu li:last-child {
  border-right: none;
} 

nav.second_level ul ul ul li.current-menu-item a, nav.second_level ul ul ul li a:hover {
  text-decoration: none !important;
  font-weight: bold !important;
  color: #333333 !important;
}

#crumbs {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C0C0C0;
}

/* Footer */

footer {
  background-color: #181818;
	padding: 40px 0px;
	color: #fff;
}

.footer-sitemap {
    text-align: right;
    margin-bottom: 20px;
}

ul#menu-footer li {
    display: inline;
    padding-left: 10px;
}

ul#menu-footer li:before {
    content: "|";
    padding-right: 10px;
}

ul#menu-footer li:first-child:before {
    content: "";
}


/* ================ Page Styles ================ */

.content h1 {
  margin-bottom: 20px;
}

.blog-desc {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}

.addthis_sharing_toolbox {
  margin-bottom: 20px;
}

h3.latest-blogs {
    text-align: center;
    margin-top: 20px;
}

p.view-all-blogs {
    text-align: center;
    margin: 0px;
}

.author-area {
    padding: 10px;
   
    background-color: #F3F3F3;
    overflow: hidden;
    border-bottom: 4px solid #333;
}

.author-area p {
    font-size: 12px;
    margin-bottom: 0px;
} 

.author-area img {
    float: right;
    margin-left: 10px;
}

.nivo-caption {
  background: #011247 !important;
}

ul.slides .caption h1, ul.slides .caption h2, ul.slides .caption h3, ul.slides .caption h4 {
    color: #fff;
    margin-bottom: 0px;
}
ul.slides .caption {
    padding: 20px;
    line-height: 20px;
}

.sidebar h3 {
    background-color: #881B52;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.sidebar aside {
    margin-bottom: 40px;

}
.sidebar h3.normal {
  background-color: transparent;
  text-transform: none;
  padding: 0;
  margin-bottom: 20px;
  color: #343434;
  font-size: 22px;
}
.sidebar h3.twitter, .sidebar .widget_twitter h3 {
    background: url('../images/twitter-icon.png') no-repeat 15px 10px #5495bf;
    padding-left:50px;
}

.sidebar .sidebar_feature {
  box-shadow: 4px 4px 10px #adadad;
}

.sidebar .sidebar_feature img {
  margin-bottom: 0px !important;
}
.sidebar h3.feature {
  margin-bottom: 0px;
  background-color: #e07f1e;
}
.sidebar .video-description, .sidebar .text-description, .sidebar .image-description {
  padding:10px 15px 10px 15px;
  background-color: #f3f3f3;
  margin-bottom: 20px;
}
.sidebar .video-description p, .sidebar .text-description p, .sidebar .image-description p {
  margin-bottom: 10px;
}
.sidebar h4 {
    font-size: 16px;
    line-height: 24px;
    color: #575757;
    background-color: #f3f3f3;
    border-bottom: 2px solid #c0c0c0;
    margin-bottom: 0px;
    padding: 5px 10px;
    transition: background-color 1.5s ease;
}
.sidebar h4 a {
    text-decoration: none;
    color: #575757;
}
.sidebar h4:hover {
    background-color: #01152F;  
}
.sidebar h4:hover > a {
    color: #fff;
}

.sidebar h4 a:hover {
    text-decoration: none;
    color: #fff;
}

.sidebar .sidebar-text {
  padding: 10px 0px;
}

aside.widget_text {
  margin-bottom: 20px;
}

.sidebar h4.twitter-account {
    margin-bottom: 10px;
    border-bottom: 2px solid #5695BC;
}

.sidebar .widget_twitter li {
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sidebar .widget_twitter a {
    color: #5695BC;
}
.sidebar .widget_twitter a:hover {
    color: #01152F;
}
.sidebar img {
    margin: 0px 0px 10px 0px;
}

.subscribe-and-connect-connect {
  text-align: center;
}

.subscribe-and-connect-connect .icons li {
  margin: 10px 2px !important;
}

.bg-grey {
  padding: 60px 0px;
}

.sections:nth-child(1), .sections:nth-child(4) {
  margin-left: 0;
}

.sections:nth-child(3), .sections:nth-child(6) {
  margin-right: 0;
}

.sections:nth-child(1) {
  margin-left: 0;
}

.sections {
  border-radius: 10px;
  margin-bottom: 20px;
}
.sections.workshops {
    background: url('../images/oxford_home.jpg') no-repeat center center;
}
.sections.calculators {
    background: url('../images/tools_home.jpg') no-repeat center center;
}
.sections.podcasts {
    background: url('../images/blog_home.jpg') no-repeat center center;
}
.sections.cebm {
    background: url('../images/projects_home.jpg') no-repeat bottom center;
}
.sections .overlay {
    background-color: rgba(0,20,47,1);
    /* transition: background-color 1.5s ease; */
    border-radius: 10px;
    height: inherit;
}
.sections .overlay a {
    text-decoration: none;
}
.sections .overlay a:hover p, .sections .overlay a:hover h2 {
    color: #d4d4d4;
}
.sections .overlay h2 {
    color: #fff;
    padding: 20px 20px 0px 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    line-height: 30px; 
}
.sections .overlay p {
    color: #fff;
    padding: 0px 20px;
}
.sections img {
    z-index: 2;
}

.related-posts img {
  min-height: 145px;
  border: 1px solid #c0c0c0;
}

.related-posts .content {
  padding: 5px 0px;
}

/* Bias */

section.definition {
  background-color: #731744;
}

section.definition .content h1 {
  color: #fff;
}

section.definition .content {
  color: #fff;
  padding: 30px 0px;
  font-size: 18px;
  overflow: hidden;
}

section.bias_main h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #424242;
}

section.bias_main {
  background-color: #f3f3f3;
  padding: 40px 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #424242;
}

h3.table, h3.widget-title, h2.widgettitle {
  font-size: 18px !important;
  color: #fff !important;
  margin-bottom: 0px !important;
  text-align: center;
  text-transform: none;
  background-color: #741444;
}

li.widget {
    list-style:none;
    margin-bottom: 20px;
}

.table_content, ul.wpp-list {
  background-color: #eae9e9;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 20px;
}

.table_content ul, ul.wpp-list {
  list-style: disc inside !important;
  color: #881B52;
  margin-bottom: 0px;
}
.table_content ul li {
  color: #731744;
  padding: 5px 0px;
}
.table_content ul li a, ul.wpp-list li a, ul.wpp-list li a:visited {
  color: #881B52;
  font-size: 16px;
  text-decoration:none;
}
.table_content ul li a:hover, ul.wpp-list li a:hover, ul.wpp-list li a:active {
  color: #212121;
  font-size: 16px;
  text-decoration: underline;
}

a.btn {
  display: block;
  padding: 10px 15px;
  color: #fff !important;
  text-decoration: none;
  margin-bottom: 20px;
}
a.btn.blue {
  background-color: #002147;
  text-align: center;
}
a.btn.blue:hover {
  background-color: #001530;
}
a.btn.red {
  background-color: #871b52;
  display: inline-block;
}
a.btn.red:hover {
  background-color: #731744;
}

.jll-article {
    font-style: italic;
    font-size:0.8em; 
    line-height: 1.2em; 
    margin: 8px 0;
    display: block;
}
section.main a {
  color: #731744;
}

section.further {
  background-color: #fff;
  padding: 40px 0px;
}

/* New Sections */

.sections .overlay h3 {
  color: #fff;
  padding: 10px 0px;
  margin: 0px 20px 0px 20px;
  font-size: 14px;
  line-height: 20px; 
  border-top: 1px solid #e6e6e6;
}

.sections .overlay article {
  padding: 0px 20px 20px 20px;
  color: #fff;
  font-size: 13px;
  overflow: hidden;
}

.sections .overlay article a {
  color: #fff;
  text-decoration: underline !important;
}

.sections .overlay article a:hover {
  color: #d4d4d4;
  text-decoration: underline !important;
}

.sections .overlay article img {
  width: 90px;
  height: 60px;
}

.sections .overlay article span.time {
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  color: #e6e6e6;
}

.content h1, .content h2, .content h3, .content h4, .content h5 {
    color: #731744;
}

.content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a {
    color: #002147;
}

.content a {
    color: #881B52;
}

.content a:hover {
    color: #01152F;
}


article.blog-post.featured {
  padding: 0px;
  margin: 0px 0px 20px 0px !important;
  border-top: 10px solid #881b52;
  border-bottom: 10px solid #881b52;
  padding-top: 20px;
}

article.blog-post.featured .content {
  padding: 0px;
}

article.blog-post {
  overflow: hidden;
  margin: 20px 0px 0px 0px; 
  border-bottom: 1px solid #cacaca;
}

.blog-content h2 {
    font-size: 20px;
    line-height: 28px;  
    margin-bottom: 10px;
    padding: 0px;
    color: #333333;
}

.blog-content h2 a {
    text-decoration: none;
    color: #333333;
}

.blog-content.home h2 {
    margin-bottom: 10px;
}

.blog-content span.read a {
  float: right;
  padding: 7px 15px;
  background: #01152e;
  color: #fff;
  text-decoration: none;
}

.blog-content span.read a:hover {
  background: #334358;
}

.sidebar-image {
    overflow: hidden;
    width: 100%;
    height: 140px;
}

.sidebar-image img {
    width: 100%;
    min-height: 140px;
}

.category-image {
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.category-image img {
    width: 100%;
    min-height: 200px;
}

.overlay img {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.overlay img:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
}

.pagination {
  margin-top: 20px;
}

.pagination ul li {
    display: inline;
    list-style: outside;
    margin-left: 0em;
    text-indent: 0em;
}

.pagination ul li a {
    background-color: #881B52;
    padding: 6px 10px;
    color: #fff;
    text-decoration: none;
}

.pagination ul li.active a, .pagination ul li a:hover {
    background-color: #731744;
}

/* Slider */

.nivo-caption {
    padding: 15px !important;
}
.nivo-caption h1, .nivo-caption h1 a {
    color: #fff !important;
    text-decoration: none;
    border-bottom: 0px !important;
}

a.rslides_nav.next:link, a.rslides_nav.prev:link {
    color: whitesmoke;
    //background-color: #01152F;
}

a.rslides_nav.next:hover, a.rslides_nav.prev:hover {
    color: #fff;
    //background-color: #01152F;
}

.theme-default .nivo-directionNav a {
	opacity: 1 !important;
}

/* Google Calendar */

.gce-has-events {
    background-color: #01152F;
    color: #fff !important;
}
.gce-event-info {
    padding: 10px;
}

.gce-event-info .gce-tooltip-event {
    background-color: #881B52 !important;
    color: #fff !important;
    margin-bottom: 15px;
    padding: 5px;
}

.gce-event-info ul li {
    margin: 10px;
}
.gce-month-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #343434;
    font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
    font-weight: 700; 
}

.gce-prev, .gce-next {
    font-size: 30px;
}

p.comment-form-comment label {
    display: block;
}

/* Comments */

#comments {
    
}

h2.comments-title {
    margin-bottom: 20px;
}

#comments img.wp-user-avatar {
    float: left;
    padding-right: 10px;
}

ol.commentlist {
    list-style: none;
    margin: 0px;
}

ol.commentlist li {
    background-color: #F3F3F3;
    padding: 20px;
    border-top: 4px solid #731744;
    margin-bottom: 20px;
}

ol.commentlist li p {
    margin-bottom: 10px;
}

section.comment-content {
    clear: left;
    padding: 10px 0px;
}

p.edit-link {
    margin: 0px;
}

cite.fn {
    font-weight: bold;
}

textarea.comment {
    clear: left;
}

/* Survery Section */

section.survey {
  padding: 10px 0px;
  text-align: center;
  background-color: #881b52;
  color: #fff;
}

section.survey a {
  color: #fff;
}

/* Search Results */

ul.filter-search {
  border-bottom: 5px solid #881b52;
  margin: 20px 0px 0px 0px;
}

ul.filter-search li {
  display: inline-block;
  margin-left: 0em;
  text-indent: 0em;
  padding: 0px;
}

ul.filter-search li a {
  padding: 10px 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

ul.filter-search li a:hover, ul.filter-search li.ui-state-active a {
  background-color: #881b52;
  color: #fff;
}

article.result-listings {
  border-bottom: 5px solid #881b52;
}

article.result {
  overflow: hidden;
  padding: 20px 20px 0px 20px;
}

article.result h3 a {
  font-size: 18px;
  line-height: 24px;
  color: #881b52;
}

article.result:nth-child(even) {
  background-color: #e3e2e2;
}

article.result:nth-child(odd) {
  background-color: #f8f8f8;
}

/* Responsive Video */

#menu-footer {
    margin-bottom: -6px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** RL ADDITIONAL **/

.sources p, .sidebar {
    font-size: 16px;
    line-height: 20px;
}

.feedzy-rss .rss_item {
    border-bottom: none !important;
    list-style: none;
    padding: 0 !important;
}

.feedzy-rss ul li {
    margin-top: 0 !important;
}
.metaslider{
    margin-top: -40px !important;
}

.caption h1 {
    color: white;
    line-height: 38px;
    width: 70%;
    margin: auto;
}

.caption p {
    width: 70%;
    margin: 10px auto;
}

.caption-wrap {
    opacity: 1 !important;
    padding: 20px 10px;
    text-align: left;
    text-align: center;
}

a.rslides_nav {
    bottom: 12%;
    top: auto !important;
    font-size: 64px;
    margin: 0 20px;
    opacity: 1;
    color: white;
    background: none;
}

.bg-white {
    background-color: white;
}

.bg-grey {
    background-color: #F3F3F3
}

.post-date {
    background-color: #731744;
    font-size: 12px;
    color: white;
    position: relative;
    bottom: -130px;
    left: 0;
    padding:5px;
    font-weight: 700;
}

.image-block {
    height: 160px;
    width: auto;
    background-position: center top;
    background-size: cover;
    margin-bottom: 10px;
}

a.panel:link, a.panel:visited {
    text-decoration: none !important;
}

a.panel:link h3, a.panel:visited h3 {
    color: #212121 !important;    
}

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

a.panel:hover h3, a.panel:active h3 {
    color: #881B52 !important;    
}

.image-block.discover {
    width: 100%; 
    margin: 0 auto 20px; 
}

/* with thanks to unruthless unruthless */
sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

ul:not[.dpsp-networks-btns-wrapper] li {
    list-style-type: square;
}
.bias_main .two-thirds ul {
    margin-top: 5px;
}

.bias_main .two-thirds ul li {
    margin: 5px 0 10px 40px;
    line-height: 24px;
    font-size: 0.8em;
}

.metaslider .caption-wrap
{
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top, rgba(69,72,77,0.8) 0%, rgba(0,0,0,1) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(69,72,77,0.8) 0%,rgba(0,0,0,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(69,72,77,0.8) 0%,rgba(0,0,0,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.mobile-only {
    display: none;
}


/* STICKY MENU */
/* This is the existing CSS... */


.sticky-header {
  position: fixed !important;
  top: 0 !important;
  background: #181818 !important;
  width: 100% !important;
}
/* Here's the new CSS to add... */
.admin-bar .sticky-header {
  top: 32px !important;
}

@media screen and (max-width: 783px) {
  .admin-bar .sticky-header {
    top: 0px !important;
  }
}

/* ================ Media Queries ================ */

    /* Firefox fixes */
    @-moz-document url-prefix() { 

        nav .search-input {
            width: 75%;
            padding: 0px 5%;
        }
    }
    /* Larger than 1200px side */
    @media only screen and (min-width: 1200px)  {
        nav .main ul li {
            font-size: 16px;
        }
    }

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
    	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
    	nav .search-input {
            /* width: 130px; */
        }
        .sidebar h3 {
            font-size: 14px;
        }
    }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
    	.oxford-uni {
        	display: none !important;
    	}
    	header {
        	padding: 20px 0 40px 0;
    	}
    	header .logo {
            height: 40px;
            padding: 80px 0 0 0;
            margin-top: -15px;
            text-align: center !important;           
        }
        header .logo img {
            display: inline-block !important;
        }
        
        .ml-slider {
            display: none;    
        }
                
        nav {
            margin-bottom: 20px;
        }
        nav .mobile-nav, nav .mobile-search {
            display: block;
        }
        .main ul, .search input {
            display: none;
        }
        
        nav.main {
            margin-bottom: 0 !important;
        }
        
        nav .main ul {
            padding: 0;          
        }
        nav .main ul li {
            display: block;
            margin: 10px 0px;
            text-align: center;
            background-color: #731744;
            width: 420px;
        }
        nav .main ul li a {
            padding: 10px 50px;
            background-color: #9E215F;
            position: relative;
            display: block;
        }
        .search {
            text-align: center;
        }
        .search input {
            margin: 20px 0px !important;
        }
        .mobile-nav {
            height: 20px;
            background: url('../images/menu-icon.png') no-repeat 90% center #181818;
            float: left;
            color: #fff;
            padding: 10px 65px 10px 20px;
            cursor: pointer;
        }
        h1 {
            font-size: 30px;
            line-height: 34px;
            margin-bottom: 5px;
        }
        .sections {
            margin-top: 20px !important;
        }
        aside {
            margin: 20px 0px 0px 0px !important;
        }
        .footer-divide {
            margin-bottom: 20px !important;
        }
        .footer-sitemap {
            text-align: center;
            margin: 5px 0px !important;
        }
        .footer-logo img {
            margin-bottom: 10px;
        }
        .main li:hover > ul {
            visibility: hidden;
        }
        .nivo-caption h1 {
            font-size: 24px;
            line-height: 30px;
        }
        .nivo-caption {
            padding: 10px;
            line-height: 16px;
            font-size: 12px;
        }
        nav.second_level {
          margin-bottom: 20px;
        }
        nav.second_level ul ul li.current-menu-item ul.sub-menu, nav.second_level ul ul li.current-menu-ancestor ul.sub-menu {
          display: none;
        }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
        
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	    nav .main ul li {
            width: 300px;
        }
        .nivo-caption h1 {
            font-size: 18px;
            line-height: 24px;
        }
        .nivo-caption {
            padding: 10px;
            line-height: 16px;
            font-size: 12px;
        }
        
        .mobile-only{
            display: block;
        }
        
        .large-screen {
            display: none;
        }
	}
