/* Variables!
 *****************************************************************************************************/
/* Sidebar navigation variables */
/* Table variables */
/* Mixins
 *****************************************************************************************************/
/* Font styling
 *****************************************************************************************************/
p {
  margin-bottom: 30px;
  font-size: .875em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 15px 0 25px 0;
  font-family: Minion Pro, Times, serif;
  font-weight: normal;
  line-height: 1.2;
}
h1,
.h1 {
  margin: 20px 0 10px 0;
  font-size: 2.5em;
}
h2,
.h2 {
  font-size: 1.75em;
}
h3,
.h3 {
  font-size: 1.5em;
}
h4,
.h4 {
  font-size: 1.25em;
}
blockquote {
  margin: 0 0 20px 0;
  padding-left: 20px;
  border-left: 10px solid #c82229;
  font-size: 1.1em;
  line-height:100%;
}
blockquote p:last-child {
  margin: 0;
}
blockquote p {
  margin:0;
  padding:0;
}
#comments blockquote,
.page-sidebar blockquote {
  padding: 0;
  border-left: 0;
  font-size: 1em;
}
ul,
ol {
  margin-bottom: 30px;
  font-size: .875em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
  font-size: 1em;
}
a {
  color: #45a0d0;
  text-decoration: underline;
}
a:hover {
  color: #c82229;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
pre {
  background-color: white !important;
  color: black !important;
}
/* Form styling
 *****************************************************************************************************/
form input[type=text],
form input[type=submit],
form input[type=password] {
  padding: 14px 19px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
form input[type=text],
form input[type=email],
form input[type=password] {
  background: #fff;
  border: 1px solid #d1d1d1;
  color: #444;
  font-size: .9375em;
  line-height: 1.25;
}
form input[type=submit] {
  border: 0;
  border: 1px solid #ececec;
  background: #1e5f88;
  /* Old browsers */

  background: -moz-linear-gradient(top, #1e5f88 0%, #002147 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5f88), color-stop(100%, #002147));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #1e5f88 0%, #002147 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #1e5f88 0%, #002147 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #1e5f88 0%, #002147 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #1e5f88 0%, #002147 100%);
  /* W3C */

  color: #fff;
  border: 1px solid #002147;
}
form input::-webkit-input-placeholder {
  color: #565656;
  font-size: .75em;
  line-height: 20px;
}
form input:-moz-placeholder {
  color: #565656;
  font-size: .75em;
  line-height: 20px;
}
form .required {
  color: #f00;
}
form .success {
  color: #090;
}
/* Layout styling
 *****************************************************************************************************/
html body {
  min-width: 1020px;
  background: #fafafa;
  color: #111;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}
.row {
  width: 1020px;
  margin: 0 auto;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  float: left;
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.col-1 {
  width: 85px;
}
.col-2 {
  width: 170px;
}
.col-3 {
  width: 255px;
}
.col-4 {
  width: 340px;
}
.col-5 {
  width: 425px;
}
.col-6 {
  width: 510px;
}
.col-7 {
  width: 595px;
}
.col-8 {
  width: 680px;
}
.col-9 {
  width: 765px;
}
.col-10 {
  width: 850px;
}
.col-11 {
  width: 935px;
}
.col-12 {
  width: 1020px;
}
/* Header styling
*****************************************************************************************************/
.page-header {
  width: 100%;
  min-width: 1020px;
  background: #5c86b2 url(/web/20180202233856im_/http://public.oed.com/wpcms/wp-content/themes/OED-appeals/images/bg/header-bg.jpg) no-repeat center center;
  padding-bottom: 20px;
}
.site-logo {
  padding-left: 20px;
}
/* Navigation styling
 *****************************************************************************************************/
/* Header navigation styling */
.primary-navigation {
  padding: 20px;
  font-size: .6875em;
  font-weight: bold;
}
.primary-navigation li {
  float: left;
  display: block;
}
.primary-navigation li a {
  display: block;
  padding: 0 9px;
  color: #d7e1f1;
  text-decoration: none;
}
.primary-navigation li:first-child a,
.primary-navigation li.first a {
  padding-left: 0;
}
.primary-navigation li:last-child a,
.primary-navigation li.last a {
  padding-right: 0;
}
.primary-navigation li ul {
  display: none;
}
.secondary-navigation {
  margin: 0 20px;
  padding: 10px;
  background: #416089;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: .8125em;
  font-weight: bold;
}
.secondary-navigation li {
  float: left;
  display: block;
  padding: 5px 0 5px 10px;
}
.secondary-navigation li a {
  display: block;
  padding-right: 10px;
  border-right: 2px solid #6b85b2;
  color: #fff;
  text-decoration: none;
}
.secondary-navigation li:last-child a,
.secondary-navigation li.last a {
  border: none;
}
/* Footer navigation styling */
.footer-navigation {
  display: inline-block;
  margin: 0;
}
.footer-navigation ul {
  margin: 0;
  padding: 0;
}
.footer-navigation ul li {
  color: #888;
  display: inline-block;
  list-style-type: none;
}
.footer-navigation ul li:before {
  content: " | ";
}
.footer-navigation ul li a {
  color: #888;
  margin: 0;
}
.footer-navigation ul li a:hover {
  color: #888;
}
/* Content styling
 *****************************************************************************************************/
.page-breadcrumbs {
  padding: 25px 0 20px 0;
}
.page-breadcrumbs p {
  margin: 0;
  padding: 0 20px;
  font-size: .8125em;
}
.page-breadcrumbs .seperator {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(/web/20180202233856im_/http://public.oed.com/wpcms/wp-content/themes/OED-appeals/images/icons/arrow-sprite.png) no-repeat 0 0;
}
.page-breadcrumbs .seperator.current {
  background: url(/web/20180202233856im_/http://public.oed.com/wpcms/wp-content/themes/OED-appeals/images/icons/arrow-sprite.png) no-repeat 0 -12px;
}
.page-content {
  padding: 20px;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 4px rgba(154, 154, 154, 0.2);
}
/* Homepage styling
	 * front-page.php
	 */
/* Archive page styling
	 * index.php, archive.php, category.php, search.php
	 */
.title-details {
  width: 470px;
  margin-bottom: 30px;
}
.title-details h1 {
  margin-top: 10px;
  font-size: 2.25em;
}
.page-search {
  width: 438px;
  margin-bottom: 30px;
  padding: 14px;
  border: 1px solid #5c86b2;
  background: #e9edf2;
  color: #5c86b2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.page-search form {
  margin-bottom: 15px;
}
.page-search form input[type=text] {
  width: 300px;
  float: left;
}
.page-search form input[type=submit] {
  float: right;
}
.page-search form a {
  color: #5c86b2;
}
.post-pagination {
  position: relative;
  min-height: 54px;
  padding: 20px 150px;
  border-top: 1px solid #d1d1d1;
  text-align: center;
}
.post-pagination.bottom {
  border-bottom: 1px solid #d1d1d1;
}
.post-pagination a,
.post-pagination span {
  display: inline-block;
  padding: 15px;
  background: #fafafa;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fafafa 0%, #f4f4f4 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f4f4f4));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fafafa 0%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fafafa 0%, #f4f4f4 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fafafa 0%, #f4f4f4 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fafafa 0%, #f4f4f4 100%);
  /* W3C */

  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 #fff;
  color: #028bc4;
  font-size: .875em;
  text-decoration: none;
}
.post-pagination .current {
  background: #eaeaea;
  /* Old browsers */

  background: -moz-linear-gradient(top, #eaeaea 0%, #f4f4f4 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #f4f4f4));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #eaeaea 0%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #eaeaea 0%, #f4f4f4 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #eaeaea 0%, #f4f4f4 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #eaeaea 0%, #f4f4f4 100%);
  /* W3C */

  box-shadow: none;
  font-weight: bold;
}
.post-pagination .prev,
.post-pagination .next {
  position: absolute;
  top: 20px;
}
.post-pagination .prev {
  left: 0;
}
.post-pagination .next {
  right: 0;
}
.hentry {
  padding: 20px 0;
  border-top: 1px solid #d1d1d1;
}
.hentry.search .item {
  width: 35px;
  padding-left: 20px;
  font-family: Minion Pro, Times, serif;
  font-size: 1.125em;
  font-weight: bold;
}
.hentry.search .entry {
  width: 905px;
}
.hentry.search .entry h2 {
  margin: 0 0 5px 0;
}
.hentry.search .entry a {
  text-decoration: none;
}
.hentry.search .entry p:last-child {
  margin-bottom: 0;
}
.hentry.first {
  padding-top: 0;
  border: 0;
}
/* Single page styling
	 * single.php
	 */
/* Author styling
	 * author.php
	 */
/* 404 styling
	 * 404.php
	 */
.author {
  padding-bottom: 40px;
}
.author .image {
  width: 30px;
  height: 30px;
  display: block;
  padding-right: 10px;
}
.author .text {
  color: #555;
  font-family: Minion Pro, Times, serif;
  font-size: 1em;
  line-height: 30px;
}
.content-navigation {
  margin-bottom: 30px;
  background: #fafafa;
  border: 1px solid #ececec;
  color: #555;
}
.content-navigation .title {
  padding: 9px;
  font-size: .875em;
}
.content-navigation .text {
  padding: 19px;
  border-top: 1px solid #ececec;
}
.content-navigation .text ul {
  margin: 0;
}
.content-navigation table {
  margin-bottom: 0;
}
.content-navigation table tr td.bibliography a {
  width: 20%;
  display: block;
  float: left;
  text-align: center;
}
.content-navigation table tr td.bibliography:after {
  content: "";
  display: table;
  clear: both;
}
.content-navigation table tr td.bibliography p {
  font-size: 1.2em;
  display: block;
  float: left;
  margin-bottom: 0;
}
.content-box {
  position: relative;
  padding: 30px 0;
}
.content-box h3 {
  margin: 0 0 10px 0;
}
.content-box p {
  margin: 0;
}
.toggler {
  width: 16px;
  height: 16px;
  float: right;
  display: block;
  margin: 3px;
  background: url(/web/20180202233856im_/http://public.oed.com/wpcms/wp-content/themes/OED-appeals/images/icons/toggler-sprite.png) no-repeat 0 0;
  text-indent: -99px;
  overflow: hidden;
}
.toggler:hover {
  background: url(/web/20180202233856im_/http://public.oed.com/wpcms/wp-content/themes/OED-appeals/images/icons/toggler-sprite.png) no-repeat 0 0 !important;
}
.toggler.close {
  background: url(/web/20180202233856im_/http://public.oed.com/wpcms/wp-content/themes/OED-appeals/images/icons/toggler-sprite.png) no-repeat 0 -16px;
}
.toggler.close:hover {
  background: url(/web/20180202233856im_/http://public.oed.com/wpcms/wp-content/themes/OED-appeals/images/icons/toggler-sprite.png) no-repeat 0 -16px !important;
}
.to-top {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 110px;
  margin-left: -61px;
  padding-right: 12px;
  background: #fff;
  color: #888;
  font-family: Minion Pro, Times, serif;
  text-align: center;
  text-decoration: none;
}
.to-top .arrow {
  position: absolute;
  top: 6px;
  right: 9px;
  width: 12px;
  height: 12px;
  display: block;
  background: url(/web/20180202233856im_/http://public.oed.com/wpcms/wp-content/themes/OED-appeals/images/icons/arrow-sprite.png) no-repeat 0 -24px;
}
/* Sidebar styling
 *****************************************************************************************************/
.sidebar-navigation {
  background: #002147;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  /**
		 * Primary navigation (really dark blue bit)
		 */

}
.sidebar-navigation a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.sidebar-navigation a:hover {
  text-decoration: underline;
}
.sidebar-navigation .toggler {
  float: right;
  margin: 12px;
  padding: 0;
  border: 0;
}
.sidebar-navigation ul li {
  /**
				 * Secondary navigation
				 * bg: @secondary
				 * border: @tertiary
				 */

}
.sidebar-navigation ul li.current_page_item:first-child a:hover,
.sidebar-navigation ul li.current_page_item:last-child a:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.sidebar-navigation ul li.current_page_item > a {
  position: relative;
  background: #c82229;
  border: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.sidebar-navigation ul li.current_page_item > a:before,
.sidebar-navigation ul li.current_page_item > a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #c82229;
}
.sidebar-navigation ul li.current_page_item > a:before {
  left: -3px;
}
.sidebar-navigation ul li.current_page_item > a:after {
  right: -3px;
}
.sidebar-navigation ul li.current_page_item > a:hover {
  background-color: #c82229;
}
.sidebar-navigation ul li.current_page_item > ul:before {
  border-top: 10px solid #c82229;
}
.sidebar-navigation ul li a {
  padding: 10px 20px;
  border-bottom: 1px solid #0e3157;
}
.sidebar-navigation ul li a:hover {
  background: #004593;
}
.sidebar-navigation ul li:last-child a {
  border: 0;
}
.sidebar-navigation ul li ul {
  position: relative;
  display: none;
  padding-top: 15px;
  background: #0e3157;
}
.sidebar-navigation ul li ul > li:last-child > ul:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.sidebar-navigation ul li ul li {
  /**
						 * Tertiary navigation
						 * bg: @tertiary
						 * border: @quaternary
						 */

}
.sidebar-navigation ul li ul li a {
  border-bottom: 1px solid #234770;
  padding-left: 30px;
}
.sidebar-navigation ul li ul li a:hover {
  background: #195699;
}
.sidebar-navigation ul li ul li ul {
  background: #234770;
}
.sidebar-navigation ul li ul li ul:before {
  border-top: 10px solid #0e3157;
}
.sidebar-navigation ul li ul li ul li {
  /**
								 * Below is the quaternary navigation!
								 * bg: @quaternary
								 * border: @quinary
								 */

}
.sidebar-navigation ul li ul li ul li a {
  border-bottom: 1px solid #396089;
  padding-left: 40px;
  position: relative;
}
.sidebar-navigation ul li ul li ul li a:hover {
  background: #356caa;
}
.sidebar-navigation ul li ul li ul li ul {
  background: #396089;
}
.sidebar-navigation ul li ul li ul li ul:before {
  border-top: 10px solid #234770;
}
.sidebar-navigation ul li ul li ul li ul li {
  position: relative;
  /**
										 * Below is the quinary navigation!
										 */

}
.sidebar-navigation ul li ul li ul li ul li a {
  border-bottom: 1px solid #4e77a2;
  padding-left: 50px;
}
.sidebar-navigation ul li ul li ul li ul li a:hover {
  background: #5686b9;
}
.sidebar-navigation ul li ul li ul li ul li ul {
  background: #4e77a2;
}
.sidebar-navigation ul li ul li ul li ul li ul:before {
  border-top: 10px solid #396089;
}
.sidebar-navigation ul li ul li ul li ul li ul li {
  position: relative;
  /**
												 * The senary navigation! Lol
												 */

}
.sidebar-navigation ul li ul li ul li ul li ul li a {
  border-bottom: 1px solid #5c86b2;
  padding-left: 60px;
}
.sidebar-navigation ul li ul li ul li ul li ul li a:hover {
  background: #7c9dc0;
}
.sidebar-navigation ul li ul li ul li ul li ul li ul {
  background: #5c86b2;
}
.sidebar-navigation ul li ul li ul li ul li ul li ul:before {
  border-top: 10px solid #4e77a2;
}
.sidebar-navigation ul li ul li ul li ul li ul li ul li {
  position: relative;
}
.sidebar-navigation ul li ul li ul li ul li ul li ul li a {
  border-bottom: 1px solid #6a96c3;
  padding-left: 70px;
}
.sidebar-navigation ul li ul li ul li ul li ul li ul li a:hover {
  background: #90adcb;
}
.sidebar-navigation ul li.current_page_item > a,
.sidebar-navigation ul li.current_page_parent > a,
.sidebar-navigation ul li.current_page_ancestor > a {
  font-weight: bold;
}
.sidebar-navigation ul li.current_page_item > ul,
.sidebar-navigation ul li.current_page_parent > ul,
.sidebar-navigation ul li.current_page_ancestor > ul {
  display: block;
}
.sidebar-navigation ul li > ul:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  display: block;
  margin-left: -25px;
  border-top: 10px solid #002147;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}
.sidebar-navigation > ul > li:first-child > a:hover {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.sidebar-navigation > ul > li:last-child > a:hover {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.page-sidebar {
  padding-left: 20px;
  word-wrap: break-word;
}
.page-sidebar h3 {
  margin: 0 0 10px 0;
}
.page-sidebar h3 a {
  color: #111;
  text-decoration: none;
}
.page-sidebar .sidebar-box {
  padding: 30px 0;
}
.page-sidebar .sidebar-box.first {
  padding: 0;
}
.page-sidebar .sidebar-box.first > div {
  margin: 30px 0;
}
.page-sidebar .sidebar-search {
  padding: 0 0 15px 0;
}
.page-sidebar form {
  margin-bottom: 15px;
}
.page-sidebar form input[type=text] {
  width: 178px;
  float: left;
}
.page-sidebar form input[type=submit] {
  float: right;
}
.page-sidebar .tweets {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.page-sidebar .tweets li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
  color: #888;
}
.page-sidebar .tweets li:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.page-sidebar .tweets li .timesince {
  display: block;
  clear: both;
  color: #888;
  font-weight: bold;
  text-decoration: none;
}
/* Shortcode styling
 *****************************************************************************************************/
/* Footer styling
 *****************************************************************************************************/
.page-footer {
  padding-top: 20px;
  padding: 70px auto;
  color: #888;
}
.page-footer a {
  display: inline-block;
  margin-right: 20px;
}
.page-footer p {
  display: inline-block;
}
/* Wordpress default styling
 *****************************************************************************************************/
.aligncenter,
.alignleft,
.alignright,
.alignnone,
.wp-caption {
  display: block;
  text-align: center;
}
.aligncenter {
  clear: both;
  margin: 0 auto 20px auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignnone {
  clear: both;
  margin-bottom: 20px;
}
.wp-caption {
  padding: 5px 0;
  border: 1px solid #ececec;
  font-family: Minion Pro, Times, serif;
}
.wp-caption .wp-caption-text {
  margin: 0;
  padding-top: 5px;
}
/* Non-semantic helper classes
 *****************************************************************************************************/
.highlight {
  display: inline-block;
  padding: 2px;
  background: #fff7da;
}
.bluebox {
  background: #ebf3fb;
  border: 1px solid #b4cce4;
  padding: 10px 20px;
  margin-top: -10px;
  margin-bottom: 20px;
}
.bluebox p {
  margin: 0;
}
.btn-alt {
  display: inline-block;
  padding: 15px;
  background: #fafafa;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fafafa 0%, #f4f4f4 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f4f4f4));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fafafa 0%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fafafa 0%, #f4f4f4 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fafafa 0%, #f4f4f4 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fafafa 0%, #f4f4f4 100%);
  /* W3C */

  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 #fff;
  color: #028bc4;
  font-size: .875em;
  text-decoration: none;
  vertical-align: middle;
}
.bt-ececec {
  border-top: 1px solid #ececec;
}
.bt-ececec .linkedin {
  margin-left: 24px;
}
.bb-ececec {
  border-bottom: 1px solid #ececec;
}
.bt-d1d1d1 {
  border-top: 1px solid #d1d1d1;
}
.bb-d1d1d1 {
  border-bottom: 1px solid #d1d1d1;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.color-888 {
  color: #888;
}
.color-565656 {
  color: #565656;
}
.color-444 {
  color: #444;
}
.color-111 {
  color: #111;
}
.color-cc2127 {
  color: #cc2127;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: "";
  display: table;
}
.clearfix:after,
.row:after {
  clear: both;
}
.clearfix,
.row {
  *zoom: 1;
}
/* Table styles
 *****************************************************************************************************/
table {
  width: 100%;
  background-color: transparent;
  font-size: 0.875em;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  margin-bottom: 20px;
}
table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) th {
  background-color: #ebf3fb;
}
table th,
table td {
  border-top: 1px solid #b4cce4;
  padding: 8px;
}
table caption + thead tr:first-child th,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + tbody tr:first-child th,
table colgroup + tbody tr:first-child td,
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}
/* Appeals styles
 *****************************************************************************************************/
body.public-section {
  /* Font styling
	 *****************************************************************************************************/

}
body.public-section blockquote {
  font-family: Minion Pro, Times, serif;
  font-style: italic;
  font-size:1.3em;
}
/* Appeals styles
 *****************************************************************************************************/
body.appeals-section {
  /* Font styling
	 *****************************************************************************************************/

  /* Content styling
	 *****************************************************************************************************/

  /* Sidebar styling
	 *****************************************************************************************************/

}
body.appeals-section h1 a,
body.appeals-section .h1 a,
body.appeals-section h2 a,
body.appeals-section .h2 a,
body.appeals-section h3 a,
body.appeals-section .h3 a,
body.appeals-section h4 a,
body.appeals-section .h4 a,
body.appeals-section h5 a,
body.appeals-section .h5 a,
body.appeals-section h6 a,
body.appeals-section .h6 a {
  text-decoration: none;
}
body.appeals-section .page-title.appeals-title {
  padding: 0 0 0 50px;
  background: url(/web/20180202233856im_/http://public.oed.com/wpcms/wp-content/themes/OED-appeals/images/bg/oed-appeals-medium.png) no-repeat -5px -4px;
}
body.appeals-section .page-title .btn-alt {
  position: relative;
  float: right;
  padding: 6px 42px 6px 12px;
}
body.appeals-section .page-title .btn-alt .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 11px;
  display: block;
  margin: -5px -5px 0 0;
  background: url(/web/20180202233856im_/http://public.oed.com/wpcms/wp-content/themes/OED-appeals/images/icons/new-window-icon.png ) no-repeat center center;
}
body.appeals-section .page-title .founded {
  color: #888;
  font-size: 14px;
}
body.appeals-section .archive-title h1,
body.appeals-section .archive-title h2,
body.appeals-section .archive-title h3,
body.appeals-section .archive-title h4,
body.appeals-section .archive-title h5,
body.appeals-section .archive-title h6 {
  font-size: 1.5em;
}
body.appeals-section .archive-title h1:first-child,
body.appeals-section .archive-title h2:first-child,
body.appeals-section .archive-title h3:first-child,
body.appeals-section .archive-title h4:first-child,
body.appeals-section .archive-title h5:first-child,
body.appeals-section .archive-title h6:first-child {
  margin-top: 0;
}
body.appeals-section .archive-title h1:last-child,
body.appeals-section .archive-title h2:last-child,
body.appeals-section .archive-title h3:last-child,
body.appeals-section .archive-title h4:last-child,
body.appeals-section .archive-title h5:last-child,
body.appeals-section .archive-title h6:last-child,
body.appeals-section .archive-title p:last-child,
body.appeals-section .archive-title ul:last-child {
  margin-bottom: 0;
}
body.appeals-section .archive-title a {
  color: #888;
}
body.appeals-section .page-tags h4 {
  margin: 0 0 10px 0;
}
body.appeals-section .updated-box {
  margin: 0 0 30px 0;
  padding: 14px 14px 14px 54px;
  background: #fff8e8 url(/web/20180202233856im_/http://public.oed.com/wpcms/wp-content/themes/OED-appeals/images/bg/oed-appeals-small.png) no-repeat 10px 10px;
  border: 1px solid #ffe6d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body.appeals-section .updated-box p:last-child {
  margin: 0;
}
body.appeals-section .page-sidebar h3 {
  font-size: 1.25em;
  font-weight: bold;
}
body.appeals-section .page-sidebar .type-sidebar {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-top: 0;
  border-bottom: 1px solid #ececec;
  color: #888;
}
body.appeals-section .page-sidebar .type-sidebar.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
body.appeals-section .page-sidebar .type-sidebar p {
  margin: 0;
}
body.appeals-section .page-sidebar .type-sidebar .title {
  font-size: 1em;
}
body.appeals-section .page-sidebar .type-sidebar .title a {
  text-decoration: none;
}
body.appeals-section .page-sidebar .rss {
  padding: 0 0 0 24px;
  background: url(/web/20180202233856im_/http://public.oed.com/wpcms/wp-content/themes/OED-appeals/images/icons/rss-icon.jpg) no-repeat 0 0;
  font-weight: bold;
  text-decoration: none;
}

/*
     FILE ARCHIVED ON 23:38:56 Feb 02, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:33:46 Aug 19, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 2302.237
  exclusion.robots: 0.124
  exclusion.robots.policy: 0.115
  cdx.remote: 0.096
  esindex: 0.011
  LoadShardBlock: 165.809 (3)
  PetaboxLoader3.datanode: 178.818 (5)
  CDXLines.iter: 15.025 (3)
  load_resource: 187.875 (2)
  PetaboxLoader3.resolve: 124.693 (2)
*/