/* Screen ================================================ */
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Variables ================================================= */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  padding-right: 0.5em;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.icon-star:before {
  content: "\2a";
}

.icon-bookmark:before {
  content: "\22";
}

.icon-broadcast:before {
  content: "\23";
}

.icon-cancel:before {
  content: "\21";
}

.icon-plus:before {
  content: "\2b";
}

.icon-minus:before {
  content: "\2d";
}

.icon-arrow-up:before {
  content: "\5e";
}

.icon-download:before {
  content: "\28";
}

/* Mixins ================================================ */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}

.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.visuallyhidden {
  display: none;
  visibility: hidden;
}

/* Typography ================================================ */
body {
  font-family: "ff-meta-serif-web-pro-n5", "ff-meta-serif-web-pro", "Lucida Bright", Cambria, Georgia, serif;
  line-height: 1.5625em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
  margin: 0;
  font-family: "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-rendering: optimizelegibility;
}

small {
  /* 12px / 18px */
  font-size: 0.66667em;
  line-height: 1.5625em;
}

.tiny,
h6 {
  /* 14px / 18px */
  font-size: 0.77778em;
  line-height: 1.33929em;
}

.small,
h5 {
  /* 16x / 24px */
  margin-bottom: 0.69444em;
  font-size: 0.88889em;
  line-height: 1.5625em;
}

.normal, .p60 h3,
h4 {
  /* 18x / 27px */
  margin-bottom: 1.38889em;
  font-size: 1em;
  line-height: 1.5625em;
}

.medium,
h3 {
  /* 21 / 31.5px */
  margin-bottom: 1.19048em;
  font-size: 1.3125em;
  line-height: 1.5873em;
}

.large,
h2 {
  /* 24 / 36px */
  margin-bottom: 1.04167em;
  font-size: 1.5em;
  line-height: 1.38889em;
}

.big,
h1 {
  /* 36 / 40 */
  margin-bottom: 0.69444em;
  font-size: 1.875em;
  line-height: 1.38889em;
}

.huge {
  /* 48 / 54px */
  margin-bottom: 0.52083em;
  font-size: 2.625em;
  line-height: 1.04167em;
}

.massive {
  /* 60px / 48px */
  margin-bottom: 0.55556em;
  font-size: 3.375em;
  line-height: 1.11111em;
}

ul,
ol,
dl,
dd,
dt,
p,
figure,
pre,
table,
fieldset,
hr {
  margin: 0 0 1.5em;
}

ul {
  padding: 0;
  list-style-type: circle;
  list-style-position: outside;
}

ul ol {
  margin-bottom: 0;
}

ol {
  padding: 0;
  list-style-position: outside;
}
ol ol {
  margin-bottom: 0;
  list-style-type: lower-latin;
  list-style-position: inside;
}

.non-hanging {
  list-style-position: inside;
}

.no-punctuation {
  list-style: none;
}
.no-punctuation ol {
  margin-left: 1em;
}

blockquote {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 0.69444em;
  border-left: 0.69444em solid #4f4f4f;
  font-family: "proxima-nova-n3", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

q {
  quotes: none;
}

blockquote::before,
blockquote:before,
blockquote::after,
blockquote:after,
q::before,
q:before,
q::after,
q:after {
  content: '';
  content: none;
}

cite {
  font-style: normal;
}

dl {
  overflow: hidden;
}

dt {
  font-weight: 700;
  float: left;
  width: 50%;
  clear: left;
}

dd {
  float: right;
  width: 48%;
  margin-left: 2%;
}

abbr[title] {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  cursor: help;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

ins {
  text-decoration: none;
}

mark {
  font-weight: 700;
  font-style: italic;
}

pre,
code,
kbd,
samp {
  font-family: "Monaco", Courier New, monospace;
  font-size: 0.77778em;
  line-height: 1.33929em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub,
sup {
  position: relative;
  font-size: 0.66667em;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.js .hyphenate {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* Colour =================================================== */
html {
  background: white;
}

body {
  color: #2f2f29;
}

div[role='complementary'] h1,
div[role='complementary'] h2,
div[role='complementary'] h3,
div[role='complementary'] h4,
div[role='complementary'] h5,
div[role='complementary'] h6,
section h1,
section h2,
section h3,
section h4,
section h5,
section h6,
.by_editor h1,
.by_editor h2,
.by_editor h3,
.by_editor h4,
.by_editor h5,
.by_editor h6 {
  color: #5f7519;
}

abbr[title] {
  border-bottom-color: #5f7519;
}

ins {
  background-color: white;
}

mark {
  background-color: #afd539;
}

.green {
  color: #5f7519;
}

a {
  text-decoration: none;
  color: #5f7519;
  -webkit-transition: color 0.15s 0 linear;
  -moz-transition: color 0.15s 0 linear;
  -o-transition: color 0.15s 0 linear;
  transition: color 0.15s 0 linear;
  -webkit-tap-highlight-color: #daeba2;
}
a:visited {
  color: #708a1d;
}
a:hover {
  text-decoration: underline;
  color: #708a1d;
}
a:focus {
  outline: thin dotted;
  color: #708a1d;
}
a:hover, a:active {
  outline: 0;
}
a ::selection {
  color: white;
  background-color: #5f7519;
}
a ::-moz-selection {
  color: white;
  background-color: #5f7519;
}

.instapaper_body a {
  border-bottom: 1px dotted #5f7519;
}
.instapaper_body a:hover {
  border-bottom: 1px solid #708a1d;
  text-decoration: none;
}

/* Texture =============================================== */
/* @group `Button */
button {
  font-family: "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5625em;
  text-transform: uppercase;
  letter-spacing: 0.08333em;
}

/* @end */
/* @group `Alert */
.alert {
  font-family: "proxima-nova-n3", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.alert .close {
  font-weight: bold;
  line-height: 1em;
}

.alert-block .alert-heading {
  font-size: inherit;
  font-weight: bold;
}

/* @end */
/* @group `Well */
.well {
  background-color: #e6e6e6;
}

/* @end */
/* @group `Button */
button {
  background-color: #5f7519;
  color: white;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
}

.policies .download a {
  color: white;
}
.policies .download a:hover {
  color: white;
}

/* @end */
/* @group `Alert */
.alert {
  color: #9c8611;
  background-color: #fcf8e3;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  color: inherit;
}

.alert-success {
  border-color: #a2d6a2;
  color: #347834;
  background-color: #c5e6c5;
}

.alert-warning {
  border-color: #fcd296;
  color: #c17305;
  background-color: #fee7c7;
}

.alert-error {
  border-color: #eba19e;
  color: #da4f49;
  background-color: #f4cac8;
}

.alert-inverse {
  border-color: black;
  color: white;
  background-color: #414141;
}

.alert-info {
  border-color: white;
  color: #247fad;
  background-color: #d9edf7;
}

/* @end */
/* @group `Well */
.well {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* @end */
/* @group `Button */
button {
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: white;
  background-color: #5f7519;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  -webkit-appearance: none;
  cursor: pointer;
}
button:hover {
  background-color: #819f22;
}
button:focus {
  outline-width: 1px;
  outline-style: solid;
}
button:after {
  opacity: 1;
}

/* @end */
/* @group `Alert */
.alert {
  border: 1px solid #f2e187;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* @end */
/* @group `View all */
.cssanimations .viewed_page {
  -webkit-animation: target-fade 10s 1;
  -moz-animation: target-fade 10s 1;
}

@-webkit-keyframes target-fade {
  0% {
    background-color: #fcf8e3;
  }
  100% {
    background-color: transparent;
  }
}
@-moz-keyframes target-fade {
  0% {
    background-color: #fcf8e3;
  }
  100% {
    background-color: transparent;
  }
}
/* @end */
/* @group `Button */
button {
  margin-bottom: 1.5em;
}

/* @end *

/* @group `Well */
.well {
  margin-bottom: 1.5em;
  padding: 0 0.69444em;
  padding-top: 1.5625em;
}
.well p {
  margin-bottom: 1.44676em;
}

/* @end */
/* @group `Alert */
.alert {
  margin-bottom: 1.5em;
  padding: 0.444444444em 1.944444444em 0.444444444em 0.777777778em;
}
.alert .close {
  float: right;
  position: relative;
  top: -0.111111111em;
  right: -1.166666667em;
}

.alert-block {
  padding-top: 0.777777778em;
  padding-bottom: 0.777777778em;
}
.alert-block .alert-heading {
  margin-bottom: 3.125;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

/* @end */
/* @group `Index */
/* @end */
/* Banner ================================================ */
header[role='banner'] h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1em;
}

header[role='banner'] {
  background: #3f3f3f;
}
header[role='banner'] a {
  color: white;
}

header[role='banner'] a {
  text-decoration: none;
}
header[role='banner'] a[title*="Leeds"] {
  background: url(../images/uol_logo.png) no-repeat;
}

header[role='banner'] div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 5.55556%;
  padding: 1.5625em 0.69444em;
}
header[role='banner'] h1 {
  float: left;
  position: absolute;
  bottom: 0;
}
header[role='banner'] a[title*="Leeds"] {
  display: block;
  float: right;
  position: relative;
  width: 186px;
  height: 54px;
  margin: 0;
  bottom: -6px;
}

/* Navigation ============================================ */
/* @group `Main navigation */
.main ul li {
  text-align: left;
}
.main ul li a {
  font-size: 0.87719em;
  font-family: "Bliss Regular", "Gill Sans MT", "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.contracted button {
  font-size: 0.75em;
}

/* @end */
/* @group `Document pages navigation */
.pages {
  font-family: "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
}

/* @end */
/* @group `Related topics */
aside h3 {
  font-family: "proxima-nova-n3", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}
aside footer ul {
  list-style: none;
}

/* @end */
/* @group `Policies accordion */
.accordion .accordionButton {
  font-family: "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: normal;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url("xml/ellipsis.xml#ellipsis");
  white-space: nowrap;
}
.accordion h3 {
  margin-top: 1.125em;
}
.accordion .last .small {
  margin-bottom: 0;
}

/* @end */
/* @group `Content info */
footer[role='contentinfo'] small {
  font-family: "Bliss Regular", "Gill Sans MT", "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
  font-weight: normal;
  font-size: 0.66667em;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.08333em;
}
footer[role='contentinfo'] span {
  text-align: center;
}
footer[role='contentinfo'] ul {
  font-size: 0.66667em;
  font-family: "Bliss Regular", "Gill Sans MT", "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  text-decoration: none;
}
footer[role='contentinfo'] ul li {
  text-align: center;
}

/* @end */
/* @group `Tabs*/
ul.tabs li a {
  text-decoration: none;
  font-family: "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

/* @end */
/* @group `Main navigation */
.contracted a {
  color: white;
}

.main .expanded:hover {
  color: white;
}

/* @end */
/* @group `Document pages navigation */
.document .pages li a {
  color: #767676;
}

/* @end */
/* @group `Policies accordion */
.accordion .accordionButton {
  background-color: #e6e6e6;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  color: #404040;
}
.accordion .accordionContent {
  border-top-color: #e6e6e6;
  border-right-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
}

/* @end */
/* @group `Content info */
footer[role='contentinfo'] {
  background: #e6e6e6;
}
footer[role='contentinfo'] small {
  color: #4f4f4f;
}
footer[role='contentinfo'] ul li a {
  color: #5f7519;
}

/* @end */
/* @group `Tabs*/
ul.tabs li a {
  color: #738e1e;
  background: #f0f0f0;
}
ul.tabs li .selected, ul.tabs li a:hover {
  background: #e6e6e6;
  color: #5f7519;
}

/* @end */
.contracted span {
  border: 0;
}
.contracted button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: white;
  background-color: #5f7519;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  -webkit-appearance: none;
  cursor: pointer;
}
.contracted button:hover {
  background-color: #819f22;
}
.contracted button:focus {
  outline-width: 1px;
  outline-style: solid;
}
.contracted button::-moz-focus-inner {
  border: 0;
}

/* @end */
.hover {
  background: -webkit-linear-gradient(0, #fff 50%, #5f7519 50%);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: none;
  -webkit-transition: background-position 0.4s cubic-bezier(0, 0, 0.5, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* @end */
/* @group `Document pages navigation */
.next:after {
  text-decoration: none;
  content: "»";
}
.next:before {
  content: "Next Page —";
}

.pages ul {
  background-color: white;
}
.pages li:first-child {
  background: none;
}

/* @end */
/* @group `Policies accordion */
.accordion .accordionButton {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  cursor: pointer;
}
.accordion .accordionButton:hover, .accordion .accordionButton:focus {
  background-color: #cccccc;
}
.accordion .on {
  background-color: #cccccc;
}
.accordion .accordionButton:after {
  content: '\2b';
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: gray;
  line-height: 1em;
}
.accordion .accordionButton .on {
  border: none;
}
.accordion .on:after {
  content: '\2d';
  color: gray;
}
.accordion div:last-child .accordionButton {
  border: none;
}
.accordion .accordionContent .nested {
  border: none;
  margin-left: 1em;
}

/* @end */
/* @group `Tabs*/
ul.tabs {
  border-bottom: solid 4px #e6e6e6;
}
ul.tabs li a {
  cursor: pointer;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* @end */
/* @group `Main navigation */
.main ul {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 5.55556%;
  padding: 0.78125em 0.69444em;
}

.contracted {
  position: relative;
  margin: 1em 0 2em 0;
}
.contracted button {
  position: absolute;
  top: 5px;
  right: 8%;
  overflow: visible;
  margin: 0;
  padding: 0.69444em;
}
.contracted button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
}
.contracted button button::-moz-focus-inner {
  padding: 0;
}
.contracted ul li {
  display: none;
}

.contracted.expanded li {
  display: block;
}

/* @end */
/* @group `Related topics */
aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
aside h3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.69444em;
}
aside footer ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.69444em;
}

/* @end */
/* @group `Document pages navigation */
.next {
  display: block;
  margin-bottom: 1.5em;
}
.next::after, .next:after {
  padding-left: 0.2em;
}

.pages {
  margin-bottom: 1.5em;
}
.pages ul {
  display: inline-block;
  margin: 0;
}
.pages li {
  display: inline;
  padding-left: 0.69444em;
  padding-right: 0.34722em;
}
.pages li:last-child {
  padding-right: 0.69444em;
}
.pages li .active {
  padding: 0.5em;
}
.pages .active-li {
  padding-left: 0.34722em;
  padding-right: 0;
}

/* @end */
/* @group `Policies accordion */
.accordion {
  padding: 0;
}
.accordion div, .accordion li {
  margin-top: 1.5em;
}
.accordion .accordionButton {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 3.125em;
  padding: 0 0.69444em;
  padding-top: 0.75em;
  padding-right: 3.125em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.accordion .accordionButton:after,
.accordion .on:after {
  position: absolute;
  width: 25px;
  height: 16px;
  top: 1.04167em;
  right: 0.69444em;
}
.accordion .accordionContent {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 0.69444em;
  display: none;
}

/* @end */
/* @group `Tabs*/
ul.tabs {
  display: inline-block;
  width: 100%;
  padding-bottom: 4px;
}
ul.tabs li {
  display: inline;
}
ul.tabs li a {
  padding: 0.5em 1em;
  margin-right: 0.5em;
}

/* @end */
/* @group `Content info */
footer[role='contentinfo'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 0.5em 0;
  margin-top: 3em;
}
footer[role='contentinfo'] small {
  display: inline-block;
  float: left;
  margin-top: 0.4em;
}
footer[role='contentinfo'] ul {
  float: right;
  margin-bottom: 0;
}

/* @end */
.full-width section {
  padding: 0;
}

/* Search ================================================ */
/* @group `Options */
.options,
.searching {
  font-family: "Bliss ExtraBold", "Gill Sans MT", "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  text-decoration: none;
  letter-spacing: 0.08333em;
  vertical-align: bottom;
}

#menu li a {
  text-decoration: none;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url("xml/ellipsis.xml#ellipsis");
  white-space: nowrap;
}

/* @end */
/* @group `Results */
.search_result {
  font-family: "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.search_result .result {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url("xml/ellipsis.xml#ellipsis");
  white-space: nowrap;
}
.search_result .result-download {
  text-align: center;
}
.search_result li:last-child {
  font-style: italic;
}

/* @end */
#sub-menu {
  font-family: "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

/* @end */
/* @group Home Search Text */
.index .secondary h2, .index .secondary p {
  text-align: center;
  display: block;
}

/* @end */
/* @group `Search */
#main_autocomplete {
  border-top-color: #bfbfbf;
  border-right-color: #bfbfbf;
  border-bottom-color: #bfbfbf;
  border-left-color: #bfbfbf;
  -webkit-appearance: none;
}
#main_autocomplete:focus {
  outline: none;
  border-top-color: #819f22;
  border-right-color: #819f22;
  border-bottom-color: #819f22;
  border-left-color: #819f22;
}

input:-moz-placeholder:hover {
  color: #5f7519;
}

input::-webkit-input-placeholder {
  background: -webkit-linear-gradient(0, #5f7519 50%, #bbb 50%);
}

/* @end */
/* @group `Options */
.options {
  color: #4f4f4f;
}

.options,
.searching {
  border-top-color: #767676;
  border-right-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
}

.searching {
  color: white;
  background-color: #5f7519;
}

#menu li a {
  color: white;
  background-color: #5f7519;
}

#menu a:hover {
  background-color: #4f4f4f;
}

/* @end */
/* @group `Search */
.secondary {
  background-color: #e6e6e6;
}

/* @end */
/* @group `Results */
.search_result {
  border-top-color: gray;
  border-right-color: gray;
  border-bottom-color: gray;
  border-left-color: gray;
}
.search_result:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: gray;
}
.search_result:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: white;
}
.search_result li {
  border-top-color: #e6e6e6;
  border-right-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  background: white;
  color: #404040;
}
.search_result li:focus {
  text-decoration: underline;
  outline: none;
  background: #e6e6e6;
  opacity: 1;
}
.search_result li a {
  color: #404040;
}
.search_result li a:hover {
  background: #5f7519;
  opacity: 1;
  color: white;
}

.lt-ie9 .search_hover {
  background: #5f7519;
  opacity: 1;
  color: white;
}

/* @end */
/* @group `Navigation */
#sub-menu a {
  color: white;
}
#sub-menu li ul {
  background: white;
}

/* @end */
/* @group `Search */
form[role="search"] fieldset {
  border: 0;
}

#main_autocomplete {
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  background: white url("../images/search.png") no-repeat 1% 50%;
}

input::-webkit-input-placeholder {
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: background-position 0.4s cubic-bezier(0, 0, 0.5, 1);
}

input:hover::-webkit-input-placeholder {
  background-position: 0 0;
}

/* @end */
/* @group `Options */
.options,
.searching {
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

#menu {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: margin 500ms linear;
  -moz-transition: margin 500ms linear;
  -o-transition: margin 500ms linear;
  transition: margin 500ms linear;
}
#menu a,
#menu li a {
  -webkit-transition: -webkit-transform 500ms linear, box-shadow 500ms ease-in, background-color 250ms ease-in;
  -moz-transition: -moz-transform 500ms linear, box-shadow 500ms ease-in, background-color 250ms ease-in;
  -ms-transition: -ms-transform 500ms linear, box-shadow 500ms ease-in, background-color 250ms ease-in;
  -o-transition: -o-transform 500ms linear, box-shadow 500ms ease-in, background-color 250ms ease-in;
  transition: transform 500ms linear, box-shadow 500ms ease-in, background-color 250ms ease-in;
}
#menu li {
  -webkit-transition: max-height 500ms linear;
  -moz-transition: max-height 500ms linear;
  -o-transition: max-height 500ms linear;
  transition: max-height 500ms linear;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}
#menu li a {
  -webkit-transform-origin: top, 50%, 0;
  -moz-transform-origin: top, 50%, 0;
  -ms-transform-origin: top, 50%, 0;
  -o-transform-origin: top, 50%, 0;
  transform-origin: top, 50%, 0;
  -webkit-transform: rotateX(-90deg) scale(0.97);
  -moz-transform: rotateX(-90deg) scale(0.97);
  -ms-transform: rotateX(-90deg) scale(0.97);
  -o-transform: rotateX(-90deg) scale(0.97);
  transform: rotateX(-90deg) scale(0.97);
  -webkit-opacity: 0.98;
  -moz-opacity: 0.98;
  opacity: 0.98;
}
#menu li:nth-child(odd) a {
  -webkit-box-shadow: inset 0 0 4em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 4em rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 4em rgba(0, 0, 0, 0.5);
  -webkit-transform: rotateX(90deg) scale(0.97);
  -moz-transform: rotateX(90deg) scale(0.97);
  -ms-transform: rotateX(90deg) scale(0.97);
  -o-transform: rotateX(90deg) scale(0.97);
  transform: rotateX(90deg) scale(0.97);
}
#menu li ul {
  display: none;
  max-height: 0;
}

#menu:target li a, #menu.target li a {
  -webkit-box-shadow: inset 0 0 0 transparent;
  -moz-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
  -webkit-transform: rotateX(0deg) scale(1);
  -moz-transform: rotateX(0deg) scale(1);
  -ms-transform: rotateX(0deg) scale(1);
  -o-transform: rotateX(0deg) scale(1);
  transform: rotateX(0deg) scale(1);
}

.secondary a:hover::before,
.secondary a:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.secondary {
  background-color: #e6e6e6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* @end */
/* @group `Results */
.arrow_box {
  position: relative;
  background: #88b7d5;
  border: 5px solid #c2e1f5;
}

.search_result {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.14);
}
.search_result:after, .search_result:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.search_result:after {
  border-width: 28px;
  left: 50%;
  margin-left: -28px;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: white;
}
.search_result:before {
  border-width: 35px;
  left: 50%;
  margin-left: -35px;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: gray;
}
.search_result li {
  -webkit-opacity: 0.98;
  -moz-opacity: 0.98;
  opacity: 0.98;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}
.search_result .result-download {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: white;
  background-color: #5f7519;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  -webkit-appearance: none;
  cursor: pointer;
}
.search_result .result-download:hover {
  background-color: #819f22;
}
.search_result .result-download:focus {
  outline-width: 1px;
  outline-style: solid;
}

/* @end */
/* @group `Navigation */
#sub-menu li ul {
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  -webkit-opacity: 0.98;
  -moz-opacity: 0.98;
  opacity: 0.98;
}

/* @end */
.clear_search {
  position: absolute;
  right: 3%;
  margin-top: -2.1em;
  margin-top: 0.9em\9;
  font-size: 1.2em;
  color: #bfbfbf;
}
.clear_search:hover {
  cursor: pointer;
  text-decoration: none !important;
}

/* @group `Search */
.secondary {
  position: relative;
  z-index: 2;
  padding: 1em;
  margin-bottom: 1.5em;
  background-color: #e6e6e6;
}

.secondary h2 {
  display: inline-block;
  line-height: 2.2em;
  margin-bottom: 0;
}

.index form[role="search"] {
  float: none;
  width: 100%;
  margin: 0 auto;
}

#main_autocomplete {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.59375em;
  margin: 0;
  padding-left: 3em;
}

.search section ul h3 {
  margin-bottom: 0;
}
.search section ul li {
  margin-bottom: 1.5em;
}
.search section ul p {
  margin-bottom: 0;
}

/* @end */
/* @group `Options */
.options,
.searching {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 25%;
  height: 3.125em;
  padding: 0.78125em 0.69444em;
}

.searching {
  color: #fff !important;
}

.options-nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  float: left;
  width: 25%;
}

#menu {
  position: absolute;
  clear: both;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#menu h4 {
  margin: 0;
}
#menu a,
#menu li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 25%;
  padding: 0.5em 0.9375em;
}
#menu li {
  position: relative;
  max-height: 0;
}
#menu li a {
  width: 100%;
  position: relative;
}

#menu:target, #menu.target {
  margin-top: 0;
}
#menu:target li, #menu.target li {
  max-height: 2.5em;
  height: auto;
}

/* @end */
/* @group `Results */
.search_result {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  margin: 0;
  padding: 0;
  font-family: "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: normal;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.search_result li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 3.5em 0.5em 0.9375em;
}
.search_result li a [data-icon]::before {
  padding-right: 0;
}
.search_result li:first-child {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.search_result li:first-child a:hover {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.search_result li:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom: 0;
}
.search_result li:last-child:last-child a:hover {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.search_result .result {
  float: left;
  width: 100%;
}
.search_result .result-download {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  right: 1em;
  margin-top: 0.3em;
  position: absolute;
  z-index: 999;
  padding: 0 0.69444em;
}

/* @end */
/* @group `Navigation */
#sub-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 25%;
  width: 75%;
  height: 3.125em;
  margin: 0;
  padding: 0 0.69444em;
}
#sub-menu li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 0.69444em;
  padding: 0.78125em 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url("xml/ellipsis.xml#ellipsis");
  white-space: nowrap;
  width: 16.66666667%;
  		/*@include box-sizing;
        	@include text-overflow;
  		display: inline-block;
  		margin-right: 0.69444em;
        	max-width: 16%;
        	height: 100%;
        	padding: 0.78125em 0;*/
}
#sub-menu li ul {
  display: none;
}
#sub-menu li:hover ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 3em;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0.78125em 0.69444em;
}
#sub-menu li:hover ul li {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url("xml/ellipsis.xml#ellipsis");
  white-space: nowrap;
  display: block;
}

a.menu-displayed {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url("xml/ellipsis.xml#ellipsis");
  white-space: nowrap;
  font-family: "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff !important;
  text-transform: none !important;
  background-color: #5f7519;
}

label span.placeholder {
  position: absolute;
  padding: 1.2em 3em;
  z-index: 1;
  cursor: text;
  font-family: "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #999999;
}

label span.placeholder-hide-except-screenreader {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

label span.placeholder-hide {
  display: none;
}

/* overwrite for the HTML5 Boilerplate way to hide labels */
label.visuallyhidden-with-placeholder {
  /*clip: auto !important;*/
  height: auto !important;
  overflow: visible !important;
  position: absolute !important;
  left: -999em;
}

/* @group `Search */
.js .search-query fieldset input[type="submit"] {
  display: none;
  visibility: hidden;
}

/* @end */
/* Tables ================================================ */
table {
  font-family: "proxima-nova-n3", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

th,
td {
  text-align: left;
}

th {
  font-weight: bold;
}

table {
  background-color: transparent;
}
table th,
table td,
table tbody + tbody {
  border-top-color: #8f8f8f;
}
table th a,
table td a,
table tbody + tbody a {
  color: #4f4f4f;
}

tbody tr:hover td,
tbody tr:hover th {
  color: white;
  background-color: #5f7519;
}
tbody tr:hover td a,
tbody tr:hover th a {
  color: white;
}

/* @group `Bordered table */
.table-bordered {
  border-color: #8f8f8f;
}
.table-bordered th,
.table-bordered td {
  border-left-color: #8f8f8f;
}

/* @end */
/* @group `Striped table */
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #a3c92b;
}
.table-striped tbody tr:hover td,
.table-striped tbody tr:hover th {
  background-color: #5f7519;
}

/* @end */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  border-top-width: 1px;
  border-top-style: solid;
  text-align: left;
}

colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0;
}

tbody + tbody {
  border-top-width: 2px;
  border-top-style: solid;
}

tbody tr td,
tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}

/* @group `Bordered table */
.table-bordered {
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left-width: 1px;
  border-left-style: solid;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

/* @end */
table {
  width: 100%;
  max-width: 100%;
}

th,
td {
  padding: 0.78125em 0.69444em;
  vertical-align: top;
}

thead th {
  vertical-align: bottom;
}

/* @group `Condensed table */
.table-condensed {
  margin-bottom: 1.3333333333em;
}
.table-condensed th,
.table-condensed td {
  padding: 0 0.69444em;
}

/* @end */
/* Forms ================================================= */
br {
  display: none;
}

form fieldset {
  border: none;
}
form legend {
  white-space: normal;
}
form label,
form input,
form button,
form select,
form textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}
form input,
form button,
form select,
form textarea {
  font-family: "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
form label {
  font-family: "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
form textarea {
  vertical-align: top;
}
form input[type='image'],
form input[type='checkbox'],
form input[type='radio'] {
  line-height: normal;
}
form input[type='file'] {
  line-height: initial;
}
form select,
form input[type='file'] {
  line-height: 1.5625em;
}
form .radio,
form .checkbox {
  font-weight: normal;
}
form .radio.inline,
form .checkbox.inline {
  vertical-align: middle;
}

form legend {
  color: #2f2f29;
}
form input,
form textarea {
  background-color: white;
  color: #2f2f29;
}
form input:hover,
form textarea:hover {
  border-color: #819f22;
}
form input:focus,
form textarea:focus {
  outline: none;
  border-top-color: #819f22;
  border-right-color: #819f22;
  border-bottom-color: #819f22;
  border-left-color: #819f22;
}
form select {
  background-color: white;
}

form fieldset {
  border: none;
}
form legend {
  border-bottom: 5px solid #bfbfbf #819f22;
}
form label {
  color: #2f2f29;
}
form input,
form textarea {
  border: 5px solid #bfbfbf;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
form input:hover,
form textarea:hover {
  border-color: #819f22;
}
form input[type='image'],
form input[type='checkbox'],
form input[type='radio'] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  cursor: pointer;
}
form input[type='image'] {
  border: 0;
  -webkit-box-shadow: none 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: none 0 0 0 rgba(0, 0, 0, 0.5);
}
form input[type='file'] {
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: none 0 0 0 rgba(0, 0, 0, 0.5);
}
form input[type='button'],
form input[type='reset'],
form input[type='submit'] {
  cursor: pointer;
}

form fieldset {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  *margin-left: -0.40509em;
  padding: 0;
}
form input,
form button,
form select,
form textarea {
  font-family: "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
form label {
  display: block;
  margin-bottom: 0.78125em;
}
form input,
form textarea,
form select {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.78125em;
}
form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.69444em;
  height: 3em;
}
form button {
  margin-bottom: 1.5em;
}
form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 9.375em;
  overflow: auto;
  padding: 0 0.69444em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  resize: vertical;
  overflow: auto;
}
form input[type='image'],
form input[type='checkbox'],
form input[type='radio'] {
  width: auto;
  height: auto;
  margin: 0.26042em 0;
  *margin-top: 0;
  padding: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
form input[type='checkbox'],
form input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *width: 0.75231em;
  *height: 0.75231em;
  padding: 0;
}
form input[type='radio'] {
  margin: 0 0.5em;
}
form input[type='file'] {
  width: auto;
  padding: initial;
}
form input[type='button'],
form input[type='reset'],
form input[type='submit'] {
  width: auto;
  height: auto;
  *overflow: visible;
}
form select,
form input[type='file'] {
  height: 1.5625em;
  *margin-top: 0.23148em;
}
form select {
  width: auto;
}
form select[multiple],
form select[size] {
  height: auto;
}
form input[type='hidden'] {
  display: none;
}
form .radio,
form .checkbox {
  padding-left: 1.5625em;
}
form .radio input[type='radio'],
form .checkbox input[type='checkbox'] {
  float: left;
  margin-left: -1.5625em;
}
form .radio.inline,
form .checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 0.28935em;
}
form .radio.inline + .radio.inline,
form .checkbox.inline + .checkbox.inline {
  margin-left: 0.5787em;
}

.pay_scale_search {
  width: 45.4%;
  margin-bottom: 3em;
  height: 3em;
  position: relative;
  display: inline-block;
}

.pay_scale_button {
  position: absolute;
  right: 0.5em;
  top: 0.6em;
  padding: 0.1em 0.8em;
}

form label[name="discretionary"] {
  float: right;
}

form input[name="discretionary"] {
  float: right;
  margin-left: 1em;
  border-width: 1px;
}

.staff .table-bordered tr:hover a {
  color: white;
}

.grade {
  border: 1px solid white;
}
.grade tr {
  color: white;
  background-color: #a3c92b;
}
.grade a, .grade a:visited {
  color: white;
}
.grade .point {
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.3) 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.3) 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.3) 0 0 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: rotateX(0deg) scale(1.01);
  -moz-transform: rotateX(0deg) scale(1.01);
  -ms-transform: rotateX(0deg) scale(1.01);
  -o-transform: rotateX(0deg) scale(1.01);
  transform: rotateX(0deg) scale(1.01);
  background-color: #5f7519 !important;
  font-weight: bold;
  color: white;
}
.grade .point a, .grade .point .discretionary a {
  color: white !important;
}
.grade .discretionary {
  background-color: #c9e278;
}
.grade .discretionary a {
  color: #3d4b10;
}

.key {
  margin-top: 0.5em;
  font-family: "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
  display: inline-block;
}
.key span {
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.main-grade {
  background-color: #a3c92b;
}

.discretionary-increments {
  background: #c9e278;
}

.salary-scale-downloads p {
  margin-bottom: 0;
}

/* Pay Slip Styles */
.PaySlip {
  border: solid 2px #3c22cd;
  margin: 0px auto;
  overflow: visible;
  padding: 1em;
  /* Mozila postioning fix */
  /* 10. Gross pay  */
  /* 11. Deductions  */
}
.PaySlip h3 {
  background-color: #3c22cd;
  text-transform: uppercase;
  color: white;
  font-weight: normal;
  padding: 0.188em 0;
  text-align: center;
  margin-bottom: 0;
  font-size: 0.750em;
}
.PaySlip h4 {
  background-color: #e8e4fb;
  border: 1px solid #3c22cd;
  text-align: center;
  padding: 0.375em 0;
  font-weight: normal;
  font-size: 1em;
}
.PaySlip br {
  display: block;
}
.PaySlip .EmployeeDetails {
  overflow: auto;
}
.PaySlip table {
  width: 100%;
}
.PaySlip thead {
  background-color: #3c22cd;
  color: white;
  text-transform: uppercase;
  border: 1px solid #3c22cd;
}
.PaySlip thead tr:nth-child(1) th {
  padding: 0.188em 0;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  text-align: center;
}
.PaySlip thead tr:nth-child(1) th:nth-child(2) {
  border-right: 1px solid #3c22cd;
}
.PaySlip thead tr:nth-child(2) {
  font-size: 0.750em;
  font-weight: normal;
  border-top: 1px solid white;
}
.PaySlip thead tr:nth-child(2) th {
  border-right: 1px solid white;
  font-weight: normal;
  text-align: center;
}
.PaySlip thead tr:nth-child(2) th:nth-child(5) {
  border-right: 1px solid #3c22cd;
}
.PaySlip tbody tr:hover td {
  color: #2f2f29;
}
.PaySlip tbody td {
  height: 250px;
  text-align: center;
  border: 1px solid #3c22cd;
  vertical-align: top;
  padding-top: 12px;
  font-size: 16px;
}
.PaySlip tbody td:nth-child(even) {
  background-color: #e8e4fb;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZTRmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8e4fb), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #e8e4fb 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #e8e4fb 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #e8e4fb 0%, #ffffff 100%);
}
.PaySlip tbody td:nth-child(odd) {
  background-color: white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZTRmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e8e4fb));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e8e4fb 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e8e4fb 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e8e4fb 100%);
}
.PaySlip tbody td:nth-child(1), .PaySlip tbody td:nth-child(4) {
  text-align: left;
  padding-left: 5.729166667%;
  width: 14.270833333%;
}
.PaySlip tbody td:nth-child(3), .PaySlip tbody td:nth-child(5) {
  text-align: right;
  padding-right: 1.25%;
  width: 18.75%;
}
.PaySlip tbody td:nth-child(2) {
  width: 20%;
}
.PaySlip tfoot {
  text-align: center;
}
.PaySlip tfoot td {
  border: 1px solid #3c22cd;
  padding: 0.375em 0;
  text-align: center;
}
.PaySlip tfoot td:nth-child(odd) {
  background-color: #3c22cd;
  color: white;
  text-transform: uppercase;
  font-size: 0.750em;
  font-weight: bold;
}
.PaySlip tfoot td:nth-child(even) {
  background-color: #e8e4fb;
  text-align: right;
  padding-right: 1.25%;
}
.PaySlip .NetPay h4 {
  text-align: right;
  padding-right: 1.25%;
  background-color: white;
}
.PaySlip .NetPay span {
  color: #3c22cd;
  float: left;
  padding-left: 2%;
}
.PaySlip ul {
  position: relative;
  z-index: 1;
}
.PaySlip ul li {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #5f7519;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.PaySlip ul li a {
  cursor: help;
  text-decoration: none;
}
.PaySlip ul li a:active p, .PaySlip ul li a:hover p {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5) 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5) 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5) 0 0 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  left: -2em;
  top: 1em;
  z-index: 99;
  margin-left: 0;
  width: 250px;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.PaySlip ul li p {
  padding: 0.8em 1em;
  color: white;
  font-size: 0.8em;
  margin-left: -999em;
  position: absolute;
}
@-moz-document url-prefix() {
  .PaySlip ul li:nth-child(10) {
    top: 813px;
  }
}
@-moz-document url-prefix() {
  .PaySlip ul li:nth-child(11) {
    top: 813px;
  }
}
/* Pulse Styles */
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 1;
    -moz-transform: scale(0.1);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 1;
    -moz-transform: scale(0.1);
  }
  100% {
    opacity: 0;
  }
}
.pulse {
  margin: 0 auto;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 10;
  background-color: transparent;
  opacity: 0.1;
  width: 30px;
  height: 30px;
  border: 5px solid #5f7519;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  /* Giving Animation Function */
  -webkit-animation: pulse 1.5s linear infinite;
  -moz-animation: pulse 1.5s linear infinite;
  -ms-animation: pulse 1.5s linear infinite;
  animation: pulse 1.5s linear infinite;
  border-image: initial;
}

/* Pay Slip Styles */
.p60 {
  border: solid 2px #08417a;
  margin: 0px auto;
  padding: 0 1em 0 1em;
  background-color: #ccd0de;
  color: #08417a;
  width: 912px;
}
.p60 h3 {
  float: left;
  margin-bottom: 0;
}
.p60 h4 {
  float: right;
  margin-bottom: 0;
}
.p60 .tiny {
  display: block;
  line-height: 1;
}
.p60 .bold {
  font-weight: 700;
}
.p60 br {
  display: block;
}
.p60 table {
  width: 100%;
}
.p60 .background-blue {
  background-color: #08417a;
  color: white;
}
.p60 thead {
  border: 1px solid #08417a;
}
.p60 thead tr th {
  padding: 0.188em 0;
  border-right: 1px solid #08417a;
  border-bottom: 1px solid #08417a;
  text-align: center;
}
.p60 tbody tr:hover td {
  color: inherit;
  background: inherit;
}
.p60 tbody td {
  text-align: left;
  border: 1px solid #08417a;
  vertical-align: top;
  padding-top: 12px;
  font-size: 16px;
}
.p60 tbody .background-white {
  background-color: white;
}
.p60 tbody tr:hover .background-white {
  background-color: white;
}
.p60 tbody tr:hover .background-blue {
  background-color: #08417a;
  color: white;
}
.p60 .table-1 td:nth-child(1) {
  text-align: left;
  width: 60%;
}
.p60 .table-1 td:nth-child(2) {
  width: 25%;
}
.p60 .table-1 td:nth-child(3) {
  width: 15%;
  text-align: center;
}
.p60 .table-2 td:nth-child(1) {
  width: 30%;
}
.p60 .table-2 td:nth-child(2) {
  width: 30%;
}
.p60 .table-2 td:nth-child(3) {
  width: 40%;
}
.p60 .table-3 tr th:nth-child(1) {
  width: 60%;
}
.p60 .table-3 tr th:nth-child(2) {
  width: 7%;
}
.p60 .table-3 tr th:nth-child(3) {
  width: 33%;
}
.p60 .table-3 tbody tr:nth-child(1) td:nth-child(9) {
  width: 10%;
}
.p60 .table-4 thead tr th {
  text-align: left;
  padding-left: 0.5em;
}
.p60 .table-4 thead tr:nth-child(2) th:nth-child(1), .p60 .table-4 thead tr:nth-child(2) th:nth-child(2) {
  border-bottom: 1px solid #ccd0de;
}
.p60 .table-4 thead tr:nth-child(2) th:nth-child(3) {
  border-top: 2px solid white;
}
.p60 .table-4 tbody td {
  width: 16.66%;
}
.p60 ul {
  position: relative;
  z-index: 1;
}
.p60 ul li {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #5f7519;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.p60 ul li a {
  cursor: help;
  text-decoration: none;
}
.p60 ul li a:active p, .p60 ul li a:hover p {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5) 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5) 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5) 0 0 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  left: -2em;
  top: 1em;
  z-index: 99;
  margin-left: 0;
  width: 250px;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.p60 ul li p {
  padding: 0.8em 1em;
  color: white;
  font-size: 0.8em;
  margin-left: -999em;
  position: absolute;
}
.p60 .ni-payment {
  top: 373px;
  left: 50%;
}
.p60 .ni-number {
  top: 233px;
  left: 14%;
}
.p60 .ni-paid {
  top: 540px;
  left: 58%;
}
.p60 .tax-office-number {
  top: 121px;
  left: 72%;
}
.p60 .pension-reference-number {
  top: 233px;
  left: 69%;
}
.p60 .tax-year {
  top: 146px;
  left: 91%;
}
.p60 .statutory-payments {
  top: 343px;
  left: 84%;
}
.p60 .tax-to-collect {
  top: 835px;
  left: 8%;
}
.p60 .adjustments {
  top: 835px;
  left: 25%;
}
.p60 .student-loan {
  top: 835px;
  left: 38%;
}
.p60 .total-taxable {
  top: 738px;
  left: 10%;
}
.p60 .tax-deducted {
  top: 738px;
  left: 27%;
}
.p60 .tax-other-job {
  top: 738px;
  left: 43%;
}
.p60 .tax-paid-other-job {
  top: 738px;
  left: 60%;
}
.p60 .taxable-amount {
  top: 738px;
  left: 77%;
}
.p60 .tax-back {
  top: 738px;
  left: 95%;
}

.lt-ie9 header[role='banner'] a, header[role="banner"] span {
  color: white;
}

.lt-ie9 #main_autocomplete, .lt-ie9 input {
  line-height: 2.5em;
}

.lt-ie9 label span.placeholder {
  padding-top: 0.4em;
}

.lt-ie8 header[role='banner'] H1 {
  display: block;
}

.lt-ie8 .main ul li {
  display: inline;
}

.lt-ie8 .options {
  width: 20%;
  margin-top: 1px;
  line-height: 3em;
  height: 3em;
  padding: 0;
}

.lt-ie8 footer[role='contentinfo'] ul li {
  display: inline;
}

@media print {
  /* Print =================================================== */
  header[role="banner"], nav, div[role="complementary"], footer[role="contentinfo"] {
    display: none;
  }

  div[role="main"] {
    border: none !important;
    padding: 1em;
  }

  h1, h2, h3, h4, h5, p, li {
    color: black !important;
  }
}
@media screen and (min-width: 20em) {
  /* 320 =================================================== */
  body {
    font-size: 0.875em;
  }

  header[role="banner"] h1 {
    display: none;
    visibility: hidden;
  }

  .index .secondary h2 {
    line-height: 1.5em;
    font-size: 1.5em;
  }
  .index .secondary p {
    font-size: 1em;
  }

  /* @group `Document pages navigation */
  .pages {
    background: url(../images/pages-bg.png) 0 49% repeat-x;
  }
  .pages li {
    background: url(../images/pages-border.png) 0 50% no-repeat;
  }
  .pages .active {
    background: url(../images/320/anchor_selected.png) 50% 50% no-repeat;
  }

  /* @end */
  /* @group `Main navigation */
  body#home .main .home a,
  body.staff .main .staff a,
  body.policies .main .policies a,
  body.manager .main .manager a,
  body#feedback .main .feedback a {
    text-decoration: underline;
  }

  /* @end */
  /* @group `Pay Scale search */
  .pay_scale_search {
    width: 100%;
  }

  /* @end */
  /* @group `Main content */
  header[role="banner"] div,
  .content,
  .main ul,
  footer[role='contentinfo'] div {
    max-width: 60.625em;
    margin: 0 5.55556%;
  }

  /* @end */
  /* @group `Main content */
  .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.69444em;
    min-height: 700px;
  }

  /* @end */
  /* @group `Search */
  form[role="search"] {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }

  .clear_search {
    right: 8%;
  }

  /* @group `Results */
  .search_result {
    width: 92%;
    margin-top: 2em;
  }

  /* @end */
  /* @group `Options */
  .options,
  .searching {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 16.66666667%;
    padding: 0;
  }

  .options:before,
  .options::before,
  .searching:before,
  .searching::before {
    float: left;
    width: 100%;
    height: 100%;
  }

  #menu,
  #sub-menu {
    display: none;
    visibility: hidden;
  }

  /* @end */
  /* @group `Related links */
  .related {
    margin: 0;
  }

  .related:last-child {
    margin-bottom: 1.5em;
  }

  /* @end */
  /* @group `Search */
  .secondary {
    padding: 1em;
  }

  /* @end */
  /* @group `Content info */
  footer[role='contentinfo'] div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 5.55556%;
    padding: 0 0.69444em;
  }
  footer[role='contentinfo'] small {
    display: block;
    float: none;
  }
  footer[role='contentinfo'] ul {
    display: block;
    float: none;
  }
  footer[role='contentinfo'] ul li {
    display: block;
  }
  footer[role='contentinfo'] ul li a {
    padding: 0;
  }

  /* @end */
  /* @group `Pay Slip */
  .PaySlip {
    /* 1. Personnel number */
    /* 2. Payroll area  */
    /* 3. Annual salary  */
    /* 4. Hourly rate  */
    /* 5. Pay to  */
    /* 6. NI Number  */
    /* 7. Tax code  */
    /* 8. Taxable pay to date  */
    /* 9. Tax to date  */
    /* 10. Gross pay  */
    /* 11. Deductions  */
    /* 12. Monthly  */
    /* 13. PAS/ USS  */
    /* 14. National Insurance  */
    /* 15. R - Arrears  */
    /* 16. Net Pay  */
  }
  .PaySlip .EmployeeDetails div {
    display: block;
    width: 100%;
    margin: 0;
  }
  .PaySlip .EmployeeDetails div .Employee-name {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .PaySlip .EmployeeDetails .Personnel-no {
    margin-left: 0;
  }
  .PaySlip .NetPay {
    display: block;
    width: 100%;
    margin: 0;
  }
  .PaySlip ul li a:active p, .PaySlip ul li a:hover p {
    top: -5em;
    left: -4em;
    width: 200px;
  }
  .PaySlip .Personnel-number {
    top: 120px;
    left: 20%;
  }
  .PaySlip .Payroll-area {
    top: 190px;
    left: 20%;
  }
  .PaySlip .Annual-salary {
    top: 260px;
    left: 20%;
  }  
  .PaySlip .Hourly-rate {
    top: 330px;
    left: 20%;
  }
  .PaySlip .Pay-to {
    top: 400px;
    left: 20%;
  }
  .PaySlip .NI-Number {
    top: 470px;
    left: 20%;
  }
  .PaySlip .Tax-code {
    top: 540px;
    left: 20%;
  }
  .PaySlip .Taxable-pay-to-date {
    top: 610px;
    left: 20%;
  }
  .PaySlip .Tax-to-date {
    top: 680px;
    left: 20%;
  }
  .PaySlip .Gross-pay {
    top: 1070px;
    left: 87%;
  }
  .PaySlip .Deductions {
    top: 1070px;
    left: 158%;
  }
  .PaySlip .Monthly {
    top: 800px;
    left: 77%;
  }
  .PaySlip .PAS-USS {
    top: 823px;
    left: 88%;
  }
  .PaySlip .National-Insurance {
    top: 850px;
    left: 92%;
  }
  .PaySlip .Arrears {
    top: 805px;
    left: 4%;
  }
  .PaySlip .Net-Pay {
    top: 1160px;
    left: 60%;
  }

  /* @end */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 96dpi), only screen and (min-resolution: 1.5dppx) {
  /* 320@2x  =============================================== */
  /* @group `UoL Banner */
  header[role='banner'] a[title*="Leeds"] {
    background: url(../images/2x/uol_logo.png) no-repeat;
    background-size: 186px 54px;
  }

  /* @end */
  /* @group `Document pages navigation */
  .pages {
    background: url(../images/2x/pages-bg.png) 0 49% repeat-x;
    background-size: 14px 5px;
  }
  .pages li {
    background: url(../images/2x/pages-border.png) 0 50% no-repeat;
    background-size: 3px 3px;
  }
  .pages .active {
    background: url(../images/320/anchor_selected@2x.png) 50% 50% no-repeat;
    background-size: 16px 23px;
  }

  /* @end */
}
@media screen and (min-width: 30em) {
  /* 480 =================================================== */
  header[role="banner"] h1 {
    display: inherit;
    visibility: visible;
  }

  .index .secondary h2 {
    font-size: 1.875em;
  }
  .index .secondary p {
    font-size: 1.3125em;
  }

  .main ul {
    border: 0;
  }
  .main ul a {
    color: white;
    text-shadow: 1px 1px 1px black;
  }

  /* @group `Main navigation */
  .main {
    background-color: #5f7519;
  }

  /* @end */
  /* @group `Main navigation */
  .main {
    margin-bottom: 1.5em;
  }

  .main ul li {
    display: inline-block;
    padding: 0 1%;
  }
  .main ul li:nth-child(1) {
    padding-left: 0;
  }

  /* @end */
  form[role="search"] {
    position: relative;
    float: right;
    width: 50%;
  }
  form[role="search"] fieldset {
    margin: 0;
    padding: 0;
  }

  .search_result {
    width: 100%;
  }

  .clear_search {
    right: 3%;
  }

  /* @group `Content info */
  footer[role='contentinfo'] small {
    display: inline-block;
    float: left;
    margin-top: 0.4em;
  }
  footer[role='contentinfo'] ul {
    float: right;
    margin-bottom: 0;
    display: inline-block;
  }
  footer[role='contentinfo'] ul li {
    display: inline-block;
  }
  footer[role='contentinfo'] ul li a {
    padding: 0 0.6em;
  }

  /* @end */
  /* @group `Salary Key */
  .key {
    float: right;
  }
  .key p {
    display: inline;
  }

  .pay_scale_button {
    top: 0.4em;
  }

  /* @end */
}
@media screen and (min-width: 38.75em) {
  /* 620 =================================================== */
  body {
    font-size: 1em;
  }

  /* @group `Document pages navigation */
  .pages .active {
    background: url(../images/620/anchor_selected.png) 50% 50% no-repeat;
  }

  /* @end */
  /* @group `Related links */
  .related {
    width: 33.33333333%;
    margin-bottom: 1.5em;
  }

  .related.half-width {
    width: 50%;
  }

  .related.full-width {
    width: 100%;
  }

  /* @end */
  /* @group `Related topics */
  .page footer ul {
    float: left;
    width: 100%;
  }

  .links footer ul {
    float: left;
    width: 33.33333333%;
  }

  /* @end */
  /* @group `Index widgets */
  .popular {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 47.5%;
    float: left;
    padding: 1.5em;
  }

  .featured {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 47.5%;
    float: left;
    margin-right: 5%;
  }

  .documents {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*margin-left: 0.69444em;*/
  }

  /* @end */
}
@media screen and (min-width: 40em) {
  /* 640 =================================================== */
  /* @group `Related topics */
  aside footer ul {
    float: left;
    width: 33.33333333%;
  }

  /* @end */
  /* `Pay Slip */
  .PaySlip {
    /* 1. Personnel number */
    /* 2. Payroll area  */
    /* 3. Annual salary  */
    /* 4. Hourly rate  */
    /* 5. Pay to  */
    /* 6. NI Number  */
    /* 7. Tax code  */
    /* 8. Taxable pay to date  */
    /* 9. Tax to date  */
    /* 10. Gross pay  */
    /* 11. Deductions  */
    /* 12. Monthly  */
    /* 13. PAS/ USS  */
    /* 14. R - Arrears  */
    /* 15. Net Pay  */
  }
  .PaySlip .NetPay {
    overflow: auto;
    clear: both;
    width: 20%;
    padding-bottom: 2px;
    float: right;
  }
  .PaySlip .EmployeeDetails div {
    width: 24%;
    float: left;
    margin: 12px 1% 10px 0;
  }
  .PaySlip .EmployeeDetails div .Employee-name {
    width: 200%;
    text-align: left;
    padding-left: 3.645833333%;
  }
  .PaySlip .EmployeeDetails div:nth-child(6), .PaySlip .EmployeeDetails div:last-child {
    margin-right: 0;
  }
  .PaySlip .EmployeeDetails .Personnel-no {
    margin-left: 26%;
  }
  .PaySlip .Personnel-number {
    top: 76px;
    left: 56.5%;
  }
  .PaySlip .Payroll-area {
    top: 183px;
    left: 3.5%;
  }
  .PaySlip .Annual-salary {
    top: 183px;
    left: 28.5%;
  }
  .PaySlip .Hourly-rate {
    top: 183px;
    left: 56.5%;
  }
  .PaySlip .Pay-to {
    top: 183px;
    left: 78%;
  }
  .PaySlip .NI-Number {
    top: 291px;
    left: 3.5%;
  }
  .PaySlip .Tax-code {
    top: 291px;
    left: 28.5%;
  }
  .PaySlip .Taxable-pay-to-date {
    top: 291px;
    left: 56.5%;
  }
  .PaySlip .Tax-to-date {
    top: 291px;
    left: 78%;
  }
  .PaySlip .Gross-pay {
    top: 712px;
    left: 50%;
  }
  .PaySlip .Deductions {
    top: 712px;
    left: 92%;
  }
  .PaySlip .Monthly {
    top: 443px;
    left: 50%;
  }
  .PaySlip .PAS-USS {
    top: 470px;
    left: 53%;
  }
  .PaySlip .National-Insurance {
    top: 470px;
    left: 92%;    
  }
  .PaySlip .Arrears {
    top: 443px;
    left: 3.5%;
  }
  .PaySlip .Net-Pay {
    top: 795px;
    left: 88%;
  }

  /* @end */
}
@media screen and (min-width: 45em) {
  /* 720 =================================================== */
  /* @group `Options */
  .options,
  .searching {
    text-indent: 0;
    white-space: normal;
  }

  /* @end */
  /* @group `Options */
  .options:before,
  .options::before,
  .searching:before,
  .searching::before {
    background: none;
    content: '';
  }

  /* @end */
  /* @group `Main navigation */
  body#home .main .home a,
  body.staff .main .staff a,
  body.policies .main .policies a,
  body.forms .main .forms a,
  body.manager .main .manager a,
  body#feedback .main .feedback a {
    position: relative;
    text-decoration: none;
  }
  body#home .main .home a:after,
  body.staff .main .staff a:after,
  body.policies .main .policies a:after,
  body.forms .main .forms a:after,
  body.manager .main .manager a:after,
  body#feedback .main .feedback a:after {
    content: "\5e";
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: white;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -0.5em;
    font-size: 3em;
    text-shadow: none;
  }

  /* @end */
  /* @group `Options */
  .options,
  .searching {
    width: 25%;
    overflow: visible;
    padding: 0.78125em 0.69444em;
  }

  #menu,
  #sub-menu {
    display: inherit;
    visibility: visible;
  }

  /* @end */
  /* @group `Pay Scale search */
  .pay_scale_search {
    width: 45.4%;
  }

  /* @end */
  /* @group `Search */
  .index .secondary {
    padding: 1em 4em 5em 4em;
  }

  /* @end */
}
@media screen and (min-width: 50.625em) {
  /* 810 =================================================== */
  /* @group `Complementary content */
  div[role="complementary"] {
    float: left;
    width: 25%;
  }

  /* @end */
  /* @group `Editor content */
  section {
    float: left;
    width: 75%;
  }

  .by_editor {
    float: left;
    width: 70%;
  }

  .full-width section {
    width: 100%;
  }

  /* @end */
  /* @group Related links */
  .related {
    width: 25%;
  }

  .related.half-width {
    width: 37.5%;
  }

  .related.full-width {
    width: 75%;
  }

  /* @end */
  /* @group Related topics */
  aside h3 {
    float: left;
    width: 25%;
  }
  aside footer ul {
    float: left;
  }

  .page footer ul {
    width: 75%;
  }

  .links footer ul {
    width: 25%;
  }

  /* @end */
  .PaySlip ul li a:active p, .PaySlip ul li a:hover p {
    top: 1em;
  }
}
@media screen and (min-width: 60.625em) {
  /* 970 =================================================== */
  /* @group `Document pages navigation */
  .pages .active {
    background: url(../images/970/anchor_selected.png) 50% 50% no-repeat;
  }

  /* @end */
  /* @group `Main content */
  header[role="banner"] div,
  .content,
  .main ul,
  footer[role='contentinfo'] div {
    margin: 0 auto;
  }

  /* @end */
}
@media screen and (min-width: 75em) {
  /* 1200 =================================================== */
  /* @group `Complementary content */
  div[role="complementary"] {
    float: left;
    width: 25%;
  }

  /* @end */
  /* @group `Editor content */
  .by_editor {
    float: left;
    width: 70%;
  }
}
@media screen and (min-width: 120em) {
  /* 1920 ================================================== */
}
@media screen and (max-width: 1024px) {
  .lt-ie9 {
    /* 1024 ================================================== */
  }
  .lt-ie9 body {
    font-size: 0.875em;
  }
}

html {
  background: white;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* @group `Complementary content */
div[role='complementary'] {
  font-family: "proxima-nova-n3", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

/* @end */
/* @group `Editor content */
.document .by_editor p:first-child {
  font-size: 1.3125em;
  line-height: 1.41093em;
  margin-bottom: 1.31579em;
}

.by_editor .b {
  font-size: 1.5em;
  line-height: 1.38889em;
  margin-bottom: 0;
  font-family: "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

/* @end */
.section_overview {
  font-weight: 700;
  font-size: 1.25em;
}

/* @group `Editor content */
.by_editor .b {
  border-top-color: #5f7519;
  border-right-color: #5f7519;
  border-bottom-color: #5f7519;
  border-left-color: #5f7519;
  color: #5f7519;
}

/* @end */
/* @group `Index widgets */
.popular {
  background: #fdfbed;
  padding: 1.5em;
}
.popular h3 {
  color: #2f2f29;
  margin-bottom: 0.5em;
}
.popular h3 span {
  color: #e5d306;
  font-size: 1.5em;
}

.featured {
  background: #eff3f9;
  padding: 1.5em;
}
.featured h3 {
  color: #2f2f29;
  margin-bottom: 0.5em;
}
.featured h3 span {
  color: #2a5aa9;
  font-size: 1.5em;
}

#announcement {
  padding: 1.5em;
}
#announcement h3 {
  color: #2f2f29;
  margin-bottom: 0.5em;
}
#announcement h3 span {
  color: #bd4733;
  font-size: 1.5em;
}
#announcement h4 {
  margin-bottom: 0;
}

.twitterWidget {
  background: #f5f8fa;
  border-radius: 6px;
  float: left;
  padding: 1.5em;
}
.twitterWidget h2 {
  background: url(../images/twitter.png) no-repeat;
  font-size: 1.3125em;
  line-height: 1.5873em;
  padding-left: 2.333em;
  padding-top: 0.333em;
  margin-bottom: 0.666em;
}
.twitterWidget h2 span a {
  color: #2f2f29;
}

.tweetDate {
  color: #aaaaaa;
  font-size: 0.866em;
}

.well .follow {
  display: none;
}

.well .tweet {
  margin-bottom: 0;
}

/* @end */
/* @group `Main content */
div[role="main"] {
  border-bottom: 1em solid #5f7519;
}

/* @end */
/* @group `Editor */
.by_editor .b {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0.52083em;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

/* @end */
/* @group `Complementary content */
div[role="complementary"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.9375em;
}
div[role="complementary"] p {
  margin: 0;
}

.section_overview {
  margin-bottom: 1.5em;
  display: block;
}

.by_editor .b {
  margin-bottom: 1.5em;
}

span[itemprop='telephone'] {
  display: block;
}

/* @end */
/* @group `Editor content */
section,
.by_editor {
  padding: 0 0.69444em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.by_editor .b {
  display: inline-block;
  margin: 0;
  padding-left: 0.52083em;
}

/* @end */
.download-icon {
  padding-left: 0.5em;
}

/* @group `Address */
.address {
  margin-bottom: 1.5em;
}
.address span {
  display: block;
}

/* @end */
/* @group `Person */
.person {
  display: block;
  width: 100%;
}
.person span {
  display: block;
}
.person h4 {
  margin-bottom: 0;
}
.person .portrait {
  float: left;
  margin-top: 0;
  margin-right: 1em;
  width: 100px;
  height: 100px;
}
.person .contact-info {
  float: left;
  margin-top: 0;
}

/* @end */
