/******************************************************************
Site Name : CMS Template
Author :  Richard Farrand

Note : style.css is a compiled css, edits to the css file will be lost 
please ensure you edit the appropriate file in teh less folder.

******************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  margin: 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and 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;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
/******************************************************************
Site Name: CMS Template
Author: Richard Farrand

Stylesheet: Mixins & Constants Stylesheet

******************************************************************/
/*********************
	CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
	TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-break-sm {
  width: 796px;
}
.page-break-md {
  width: 980px;
}
.page-break-lg {
  width: 980px;
}
/*********************
	COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*********************
BORDER RADIUS
*********************/
/* USAGE: .border-radius(4px); */
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #272659;
  border-top-color: #302f6e;
  border-left-color: #302f6e;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #333275;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3b3a87), to(#333275));
  background-image: -webkit-linear-gradient(top, #3b3a87, #333275);
  background-image: -moz-linear-gradient(top, #3b3a87, #333275);
  background-image: -o-linear-gradient(top, #3b3a87, #333275);
  background-image: linear-gradient(to bottom, #3b3a87, #333275);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #272659;
  border-top-color: #1c1b40;
  border-left-color: #1c1b40;
  background-color: #2b2b63;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333275), to(#2b2b63));
  background-image: -webkit-linear-gradient(top, #333275, #2b2b63);
  background-image: -moz-linear-gradient(top, #333275, #2b2b63);
  background-image: -o-linear-gradient(top, #333275, #2b2b63);
  background-image: linear-gradient(to bottom, #333275, #2b2b63);
}
.button:active,
.button:visited:active {
  background-color: #3b3a87;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333275), to(#3b3a87));
  background-image: -webkit-linear-gradient(top, #333275, #3b3a87);
  background-image: -moz-linear-gradient(top, #333275, #3b3a87);
  background-image: -o-linear-gradient(top, #333275, #3b3a87);
  background-image: linear-gradient(to bottom, #333275, #3b3a87);
}
.alt-button,
.alt-button:visited {
  border-color: #d5d5d5;
  text-shadow: 0 1px 1px #d5d5d5;
  background-color: #e2e2e2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #eeeeee, #e2e2e2);
  background-image: -moz-linear-gradient(top, #eeeeee, #e2e2e2);
  background-image: -o-linear-gradient(top, #eeeeee, #e2e2e2);
  background-image: linear-gradient(to bottom, #eeeeee, #e2e2e2);
  -webkit-box-shadow: inset 0 0 3px #ffffff;
  -moz-box-shadow: inset 0 0 3px #ffffff;
  box-shadow: inset 0 0 3px #ffffff;
}
.alt-button:hover,
.alt-button:visited:hover,
.alt-button:focus,
.alt-button:visited:focus {
  border-color: #c8c8c8;
  background-color: #d5d5d5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#d5d5d5));
  background-image: -webkit-linear-gradient(top, #e4e4e4, #d5d5d5);
  background-image: -moz-linear-gradient(top, #e4e4e4, #d5d5d5);
  background-image: -o-linear-gradient(top, #e4e4e4, #d5d5d5);
  background-image: linear-gradient(to bottom, #e4e4e4, #d5d5d5);
}
.alt-button:active,
.alt-button:visited:active {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #e2e2e2, #eeeeee);
  background-image: -moz-linear-gradient(top, #e2e2e2, #eeeeee);
  background-image: -o-linear-gradient(top, #e2e2e2, #eeeeee);
  background-image: linear-gradient(to bottom, #e2e2e2, #eeeeee);
}
/******************************************************************
Site Name : CMS Template
Author : Richard Farrand;

Stylesheet: Core Styles for inclusion in Custom Radeditor Styles

******************************************************************/
html,
body {
  padding: 0 0 50px 0;
  margin: 0;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  padding: 0 0 0 0;
}
hr {
  border-top: #ddd 1px solid;
  border-bottom: #efefef 1px solid;
  clear: both;
  color: transparent;
  background-color: transparent;
  height: 0px;
}
p {
  margin: 0 0 10px 0;
}
img {
  -ms-interpolation-mode: bicubic;
}
/*********************
LINK STYLES
*********************/
a,
a:visited {
  color: #0066cc;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #cc0000;
  text-decoration: none;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
HEADING STYLES
******************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-rendering: optimizelegibility;
  margin: 0 0 10px 0;
  padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000000;
  text-decoration: none;
}
h1 {
  font-size: 2.143em;
  color: #a72339;
  font-weight: 600;
  margin: 10px 0;
}
h2 {
  color: #0f0e4b;
  font-weight: 400;
}
h3 {
  color: #a72339;
  font-weight: 400;
}
/******************************************************************
LIST STYLES
******************************************************************/
ul {
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
}
ul li {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
/******************************************************************
TABLE STYLES
******************************************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0px;
  margin-bottom: 1em;
}
table th {
  background-color: #eeeeee;
  color: #000000;
  border-collapse: collapse;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table td {
  color: #000000;
  border-collapse: collapse;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.dataTable {
  border: 1px solid #000000;
  width: 100%;
}
table.dataTable th {
  background-color: #3b3a87;
  color: #ffffff;
  border: 1px solid #000000;
  font-weight: 400;
}
table.dataTable td {
  border: 1px solid #000000;
}
table.dataTable tr:nth-child(2n+1) td {
  background-color: #eeeeee;
  color: #333333;
}
/******************************************************************
Site Name : CMS Template
Author : Richard Farrand;

Stylesheet: Default Layout Styles - Excludes Custom Radeditor Styles

******************************************************************/
/*********************
HEADER STYLES
*********************/
/*********************
NAVIGATION STYLES
*********************/
nav {
  text-align: left;
}
nav a.home,
nav a.home:visited {
  padding: 0;
  font-size: 14px;
  line-height: 50px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 50px;
  text-align: center;
}
nav a.home:hover,
nav a.home:visited:hover {
  background-color: #2b2b63;
  color: #ffffff;
}
nav a.home:before,
nav a.home:visited:before {
  font-family: 'FontAwesome';
  content: '\f015';
  font-size: 22px;
}
/*********************
GENERAL STYLES
*********************/
.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}
header {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  zoom: 1;
  text-align: center;
}
header:before,
header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header #headerBlock {
  min-height: 165px;
  position: relative;
}
header #headerBlock img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
header nav {
  zoom: 1;
  background-color: #3b3a87;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
}
header nav:before,
header nav:after {
  content: "";
  display: table;
}
header nav:after {
  clear: both;
}
header nav a,
header nav a:visited {
  color: white;
}
header nav a:hover,
header nav a:visited:hover {
  color: #ed9c39;
}
header nav .home {
  float: left;
  display: inline-block;
}
header nav .fa {
  font-size: 25px;
  line-height: 1;
}
[role="main"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  zoom: 1;
  font-size: 0.875em;
  margin-bottom: calc(20px);
}
[role="main"]:before,
[role="main"]:after {
  content: "";
  display: table;
}
[role="main"]:after {
  clear: both;
}
[role="main"]#contentLayout1 {
  padding: 0 0 0 15px;
}
[role="main"]#contentLayout1 .column {
  background-image: url(http://www.slater-harrison.co.uk/assets/gfx/seperator.png);
  background-position: 535px 0px;
  background-repeat: repeat-y;
  zoom: 1;
}
[role="main"]#contentLayout1 .column:before,
[role="main"]#contentLayout1 .column:after {
  content: "";
  display: table;
}
[role="main"]#contentLayout1 .column:after {
  clear: both;
}
[role="main"]#contentLayout1 .primary {
  display: inline-block;
  vertical-align: top;
  width: 515px;
}
[role="main"]#contentLayout1 .secondary {
  display: inline-block;
  vertical-align: top;
  width: 390px;
  margin-left: 45px;
}
[role="main"]#contentLayout1 .tertiary {
  zoom: 1;
  display: block;
  padding-top: 10px;
}
[role="main"]#contentLayout1 .tertiary:before,
[role="main"]#contentLayout1 .tertiary:after {
  content: "";
  display: table;
}
[role="main"]#contentLayout1 .tertiary:after {
  clear: both;
}
[role="main"]#contentLayout2 {
  padding: 0 15px 0 15px;
}
[role="main"]#contentLayout2 .secondary {
  display: none;
}
[role="main"] ul {
  padding: 0 0 0 0;
  margin: 0 0 1em 0;
  zoom: 1;
}
[role="main"] ul:before,
[role="main"] ul:after {
  content: "";
  display: table;
}
[role="main"] ul:after {
  clear: both;
}
[role="main"] ul li {
  padding: 0 0 0 3em;
  margin: 0 0 0 0;
}
[role="main"] ul li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  color: #a72339;
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
  text-align: left;
}
[role="main"] ul.two-column li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pagelead {
  margin-top: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  zoom: 1;
}
#pagelead:before,
#pagelead:after {
  content: "";
  display: table;
}
#pagelead:after {
  clear: both;
}
.pagefollow {
  background-color: #dadaea;
  color: #333366;
  padding: 15px 0;
}
/*********************
FOOTER STYLES
*********************/
.sub-footer {
  background-color: #dadaea;
  color: #3b3a87;
  padding: 8px 0;
  margin-bottom: 1px;
}
.sub-footer table {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  border-collapse: separate;
  border-spacing: 8px;
  margin: 0 auto;
}
.sub-footer table td {
  border: 1px solid #3b3a87;
  background-color: #ffffff;
  color: #3b3a87;
  border-collapse: separate;
  padding: 10px;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sub-footer table td p {
  margin-bottom: 0px;
}
.sub-footer table td p:first-of-type {
  border-bottom: 1px dotted #3b3a87;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
footer {
  background-color: #3b3a87;
  color: #b0b0e0;
  font-size: 0.875em;
}
footer a,
footer a:visisted {
  color: #ffffff;
}
footer a:hover,
footer a:visisted:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer [role="banner"] {
  background-color: #3b3a87;
  color: #b0b0e0;
  padding: 35px 0 20px 0;
  line-height: 20px;
}
footer [role="banner"] a,
footer [role="banner"] a:visited {
  color: #ffffff;
}
footer [role="banner"] a:hover,
footer [role="banner"] a:visited:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer [role="banner"] h3 {
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  font-size: 14px;
  margin: 0 0 10px 0;
}
footer [role="banner"] #contact {
  display: inline-block;
  vertical-align: top;
  width: 490px;
}
footer [role="banner"] #contact ul li {
  margin-left: 20px;
}
footer [role="banner"] #contact ul li:before {
  font-family: 'FontAwesome';
  content: '\f041';
  font-size: 18px;
  margin-left: -20px;
  width: -20px;
  text-align: center;
  display: inline-block;
  float: left;
}
footer [role="banner"] #contact ul li.address {
  display: inline-block;
}
footer [role="banner"] #contact ul li.address:before {
  content: '\f041';
}
footer [role="banner"] #contact ul li.tel {
  display: inline-block;
  width: 180px;
}
footer [role="banner"] #contact ul li.tel:before {
  content: '\f095';
}
footer [role="banner"] #contact ul li.email {
  display: inline-block;
}
footer [role="banner"] #contact ul li.email:before {
  content: '\f0e0 ';
  font-size: 14px;
}
footer [role="banner"] #about {
  display: inline-block;
  width: 315px;
  vertical-align: top;
}
footer [role="banner"] #social {
  display: inline-block;
  width: 42px;
  vertical-align: top;
  text-align: center;
  margin-left: 103px;
}
footer [role="banner"] #social a {
  color: #ffffff;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ffffff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
  font-size: 25px;
}
footer [role="banner"] #social a:hover {
  background-color: #5857b7;
  border-color: #ffffff;
  color: #ffffff;
}
footer [role="contentinfo"] {
  border-top: 1px solid white;
  background-color: #000033;
  color: #b0b0e0;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer [role="contentinfo"] a,
footer [role="contentinfo"] a:visited {
  color: #ffffff;
}
footer [role="contentinfo"] a:hover,
footer [role="contentinfo"] a:visited:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer [role="contentinfo"] #updated {
  display: inline-block;
  width: 230px;
}
footer [role="contentinfo"] #cwn {
  display: inline-block;
  width: 230px;
  text-align: right;
}
footer [role="contentinfo"] #misc {
  display: inline-block;
  width: 500px;
  text-align: center;
}
.pagingBlockTop {
  background-color: #dee9f3;
  background-color: #eff7fc;
  margin: 0 0 1em 0;
  padding: 5px 2px 5px 2px;
  border: 1px solid #c6dae6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.pagingBlockBottom {
  background-color: #dee9f3;
  background-color: #eff7fc;
  margin: 1em 0 0 0;
  padding: 5px 2px 5px 2px;
  border: 1px solid #c6dae6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
A.pagerButton {
  background-color: #dee9f3;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 2px 5px 2px 5px;
  text-decoration: none;
  margin: 0 2px 0 0;
  border: 1px solid #dee9f3;
}
A.pagerButton:hover {
  background-color: #dee9f3;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 2px 5px 2px 5px;
  text-decoration: none;
  margin: 0 2px 0 0;
  border: 1px solid #346585;
}
span.pagerButtonCurrentPage {
  background-color: #346585;
  color: white;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 2px 5px 2px 5px;
  text-decoration: none;
  margin: 0 2px 0 0;
  border: 1px solid #346585;
}
#euRegulations {
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
  background-image: -moz-linear-gradient(top, #ffffff, #e5e5e5);
  background-image: -o-linear-gradient(top, #ffffff, #e5e5e5);
  background-image: linear-gradient(to bottom, #ffffff, #e5e5e5);
  margin: 0 auto 0 auto;
  padding: 3px 10px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  border-top: 1px solid #ccc;
  padding: 1em 2em;
  color: #333;
  width: 100%;
  text-align: left;
  position: fixed;
  bottom: 0px;
  font-size: 0.875em;
  line-height: 1;
  overflow: hidden;
}
#euRegulations p {
  margin: 0;
}
#euRegulations .cookieInstructions {
  width: 70%;
  float: left;
}
#euRegulations .cookieClose {
  width: 25%;
  float: right;
  text-align: center;
}
#euRegulations .cookieClose img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#euRegulationsChange {
  color: #c00;
  padding: 8px 10px 6px 10px;
  border: 1px dashed #ccc;
}
#euRegulationsChange input {
  padding: 0.5em 1em 0.5em 1em;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #207ce5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#499bea), to(#207ce5));
  background-image: -webkit-linear-gradient(top, #499bea, #207ce5);
  background-image: -moz-linear-gradient(top, #499bea, #207ce5);
  background-image: -o-linear-gradient(top, #499bea, #207ce5);
  background-image: linear-gradient(to bottom, #499bea, #207ce5);
  color: white;
}
#textsizes {
  display: none;
}
/******************************************************************
Site Name : Responsive Design Development
Author : Richard Farrand;

Stylesheet: Base (Mobile-First) Stylesheet

******************************************************************/
/*********************
NEWS MODULE
*********************/
.cmsnews .media-object {
  width: 64px;
  margin-top: 5px;
}
.cmsnews .badge {
  background-color: #000000;
}
/*********************
FEATUREBOX
*********************/
#carousel-example-generic {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
#carousel-example-generic .item {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
#featureBox-example h3 {
  color: #000000;
}
#featureBox-example .item {
  background-color: #7fc242;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
#featureBox-example .carousel-indicators {
  position: relative;
  bottom: auto;
}
#featureBox-example .carousel-indicators .active {
  background-color: #000000;
  border-color: #000000;
}
#featureBox-example .carousel-indicators li {
  background-color: #ffffff;
  border-color: #000000;
}
#featureBox-example .featureBoxText {
  padding-left: 30px;
  padding-right: 30px;
}
/*********************
IMAGE GALLERY
*********************/
.gallery {
  display: inline-block;
  margin: 10px 5px 0px 5px;
  text-align: center;
  vertical-align: top;
}
.gallery a {
  position: relative;
  text-align: center;
  display: block;
  overflow: hidden;
}
.gallery a:hover {
  text-decoration: none;
}
.gallery a img {
  margin: 0 auto;
  display: block;
}
.gallery .galleryImage {
  border: 1px solid black;
  margin-bottom: 3px;
}
.gallery .galleryCaption {
  font-size: 12px;
  text-align: left;
  min-height: 30px;
  line-height: 15px;
}
/*********************
ROTATING IMAGES
*********************/
.RadRotator {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.RadRotator .rrItemsList {
  padding: 0;
  margin: 0;
}
.RadRotator .rrItemsList .rrItem {
  padding: 0;
  margin: 0;
}
.RadRotator .rrItemsList .rrItem:before {
  display: none;
}
.RadRotator .brand-banner {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  width: 980px;
  height: 195px;
}
.RadRotator .column-rotator {
  border: 1px solid black;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 390px;
  height: 350px;
}
/*********************
EVENTS MODULE
*********************/
/*********************
FORMBUILDER MODULE
*********************/
.formBuilderGrid .text-center .checkbox input[type=checkbox],
.formBuilderGrid .text-center .radio input[type=radio] {
  float: none;
}
.formBuilder-OpenEnded {
  margin-top: 5px;
}
.requiredIcon {
  color: #000000;
  margin-right: 5px;
}
/*********************
TWIITER MODULE
*********************/
.twitter-avatar {
  width: 48px;
  height: 48px;
}
.twitter-date {
  color: #999;
}
/******************************************************************
Site Name : Responsive Design Development
Author : Richard Farrand;

Stylesheet: Base Radmenu

******************************************************************/
.RadMenu_sitemenu {
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-align: left;
}
.RadMenu_sitemenu a.rmLink {
  cursor: pointer !important;
}
.RadMenu_sitemenu .rmHorizontal a.rmLink,
.RadMenu_sitemenu .rmHorizontal .rmLink {
  padding: 0;
  font-size: 14px;
  line-height: 50px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
}
.RadMenu_sitemenu .rmHorizontal a.rmLink:hover,
.RadMenu_sitemenu .rmHorizontal .rmLink:hover {
  background-color: #2b2b63;
}
.RadMenu_sitemenu .rmHorizontal a.rmLink .rmText,
.RadMenu_sitemenu .rmHorizontal .rmLink .rmText {
  color: #ffffff;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.RadMenu_sitemenu .rmHorizontal .rmFocused,
.RadMenu_sitemenu .rmHorizontal .rmSelected {
  color: #ffffff;
}
.RadMenu_sitemenu .rmGroup {
  border: 1px solid #000000;
  background-color: #ed9c39;
  text-align: left;
}
.RadMenu_sitemenu .rmGroup a.rmLink,
.RadMenu_sitemenu .rmGroup .rmLink {
  padding: 0;
  font-size: 14px;
  line-height: 50px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
}
.RadMenu_sitemenu .rmGroup a.rmLink:hover,
.RadMenu_sitemenu .rmGroup .rmLink:hover {
  background-color: #eb9022;
}
.RadMenu_sitemenu .rmGroup a.rmLink .rmText,
.RadMenu_sitemenu .rmGroup .rmLink .rmText {
  color: #000000;
  line-height: 24px;
  padding: 5px 53px 5px 10px;
}
.RadMenu_sitemenu .rmGroup a.rmLink .rmText.rmExpandRight,
.RadMenu_sitemenu .rmGroup .rmLink .rmText.rmExpandRight {
  background-position: 100% -24px;
}
.RadMenu_sitemenu .rmGroup a.rmLink .rmText.rmExpandRight:after,
.RadMenu_sitemenu .rmGroup .rmLink .rmText.rmExpandRight:after {
  font-family: 'FontAwesome';
  content: "\f054";
  font-size: 14px;
  display: inline-block;
  float: right;
  margin-right: -42px;
}
.RadMenu_sitemenu .rmGroup a.rmLink .rmText.rmExpandLeft,
.RadMenu_sitemenu .rmGroup .rmLink .rmText.rmExpandLeft {
  background: transparent url('http://www.slater-harrison.co.uk/assets/radControls/Menu/rmExpandArrows.png') no-repeat;
  background-position: 0 -72px;
}
.RadMenu_sitemenu .rmGroup .rmFocused,
.RadMenu_sitemenu .rmGroup .rmSelected {
  color: #ffffff;
}
/******************************************************************
Site Name : Slater Harrison
Author : Richard Farrand;

Stylesheet: Twitter

******************************************************************/
.TwitterClass {
  zoom: 1;
}
.TwitterClass ul {
  margin: 0 !important;
  padding: 0 !important;
}
.TwitterClass ul > li {
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
}
.TwitterClass ul > li:before,
.TwitterClass ul > li:after {
  display: none;
}
.TwitterClass:before,
.TwitterClass:after {
  content: "";
  display: table;
}
.TwitterClass:after {
  clear: both;
}
.TwitterClass .itemTemplateTwitter {
  zoom: 1;
  background-color: #ed9c39;
  color: #000000;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  vertical-align: top;
  height: 68px;
  max-height: 68px;
  overflow: hidden;
  line-height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.TwitterClass .itemTemplateTwitter:before,
.TwitterClass .itemTemplateTwitter:after {
  content: "";
  display: table;
}
.TwitterClass .itemTemplateTwitter:after {
  clear: both;
}
.TwitterClass .itemTemplateTwitter .twitterProfileImage {
  display: inline-block;
  padding-right: 12px;
  width: 48px;
  vertical-align: top;
}
.TwitterClass .itemTemplateTwitter .twitterContent {
  display: inline-block;
  width: 310px;
  vertical-align: top;
  height: 48px;
  overflow: hidden;
}
.TwitterClass .itemTemplateTwitter .twitterDate {
  color: #a72339;
  font-weight: bold;
}
.TwitterClass .itemTemplateTwitter a {
  color: #a72339;
}
.TwitterClass .itemTemplateTwitter a:hover {
  color: #a72339;
}
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i0 .itemTemplateTwitter,
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i2 .itemTemplateTwitter,
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i4 .itemTemplateTwitter {
  zoom: 1;
  background-color: #336633;
  color: #ffffff;
}
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i0 .itemTemplateTwitter:before,
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i2 .itemTemplateTwitter:before,
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i4 .itemTemplateTwitter:before,
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i0 .itemTemplateTwitter:after,
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i2 .itemTemplateTwitter:after,
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i4 .itemTemplateTwitter:after {
  content: "";
  display: table;
}
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i0 .itemTemplateTwitter:after,
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i2 .itemTemplateTwitter:after,
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i4 .itemTemplateTwitter:after {
  clear: both;
}
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i0 .itemTemplateTwitter .twitterDate,
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i2 .itemTemplateTwitter .twitterDate,
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i4 .itemTemplateTwitter .twitterDate {
  color: #ed9c39;
}
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i0 .itemTemplateTwitter a,
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i2 .itemTemplateTwitter a,
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i4 .itemTemplateTwitter a {
  color: #ed9c39;
}
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i0 .itemTemplateTwitter a:hover,
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i2 .itemTemplateTwitter a:hover,
.TwitterClass #ctl00_placeHolderAdditionalTemplateContent3_ctl00_Twitter_i4 .itemTemplateTwitter a:hover {
  color: #ed9c39;
}
[role="main"] UL.currentList {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
}
[role="main"] UL.currentList li {
  margin: 0 0 0 0;
  padding: 1em 8em 1em 2.5em;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #e8e8f4;
}
[role="main"] UL.currentList li.altListing {
  background-color: white;
}
[role="main"] UL.currentList li .listDate {
  color: white;
  background-color: #3b3a87;
  float: right;
  font-size: 12px;
  padding: 5px 10px;
  margin-right: -8em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
[role="main"] UL.currentList li .listTitle {
  font-weight: normal;
  margin: 0 0 0 0;
  font-size: 18px;
  color: #a72339;
}
[role="main"] UL.currentList li .listTitle a {
  color: #a72339;
}
[role="main"] UL.currentList li .listSummary {
  margin: 0 0 0.3em 0;
}
[role="main"] UL.currentList li .listFineprint {
  color: #333;
  font-size: 14px;
}
[role="main"] UL.currentList li:before {
  font-family: 'FontAwesome';
  content: '\f054';
  color: #3b3a87;
  display: inline-block;
  position: absolute;
  text-align: center;
  left: 1em;
  top: 1.2em;
  margin: 0;
  text-align: left;
}
.question {
  margin: 0 0 0.6em 0;
  text-align: left !important;
}
.TextFormat,
.freeText {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border: 1px solid #ccc;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f0f0f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f2', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1em;
  padding: 0.2em 1%;
  width: 98%;
  display: inline-block;
}
select.TextFormat {
  padding: 1px;
}
select.TextFormat Option {
  padding: 2px 4px 2px 4px;
}
.optionLabel {
  display: block;
  margin: 5px 0 0 0;
}
.optionLabel Input {
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
.optionLabel Label {
  display: inline;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  position: relative;
  top: 0;
  color: #ff6600;
}
.question Table TD {
  white-space: nowrap;
}
.question Table Input {
  margin: 0 5px 0 0;
  padding: 0 0 0 0;
  display: inline-block;
  float: left;
  line-height: 1;
  height: 18px;
  width: 18px;
}
.question Table Label {
  padding: 0 30px 0 0;
  margin: 0 0 0 0;
  position: relative;
  top: 0;
  color: #900;
  text-align: left !important;
  white-space: nowrap;
  float: left;
  display: inline-block;
}
.freeText {
  width: 50%;
  margin: 3px 0 5px 25px;
}
.question .otherOptionQuestionLabel {
  margin: 5px 0 5px 25px;
  display: block;
}
fieldset {
  margin: 0;
  padding: 10px 0 0 0;
  border: none;
}
Legend {
  color: black;
  font-size: 140%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: normal;
  display: inline-block;
}
UL.FormLayout {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
UL.FormLayout LI {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  list-style-image: none;
  background-image: none;
}
UL.FormLayout LI.half {
  float: left;
  width: 50%;
}
UL.FormLayout LI.third {
  float: left;
  width: 33.3%;
}
UL.FormLayout LI Label {
  margin-bottom: 3px;
  display: inline-block;
}
UL.FormLayout LI Input.TextFormat {
  padding: 2px 3px 2px 3px !important;
  margin: 0 0 1em 0 !important;
}
UL.FormLayout LI.third Input.TextFormat {
  width: 90.5% !important;
}
UL.FormLayout LI.half Input.TextFormat {
  width: 93.7% !important;
}
UL.FormLayout LI.full Input.TextFormat {
  width: 96.8% !important;
}
.CaptchaInput Input.TextFormat {
  margin: 0 0 1em 0 !important;
  width: 97%;
}
.CaptchaLabel {
  display: inline-block;
  margin-bottom: 3px;
}
.rcCaptchaAudioLink {
  border: 1px solid #ccc;
  background-color: white;
  padding: 0.5em 10px 0.5em 10px;
  margin: 0 0 0 0;
  zoom: 1;
  margin: 0.5em 0 1em 0;
  clear: both;
  display: inline-block;
  text-decoration: none;
  width: 160px;
  text-align: center;
}
.rcCaptchaAudioLink:hover {
  border: 1px solid red;
  background-color: white;
  color: red;
}
.captchaImage IMG {
  border: 1px solid #ccc;
}
.surveyTable {
  margin: 3px 0 3px 0;
  padding: 0 0 0 0;
  border-collapse: collapse;
  width: 100%;
}
.surveyTable TH {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  color: black;
  padding: 2px 4px 2px 4px;
  border-collapse: collapse;
  vertical-align: top;
  font-weight: normal;
  color: #333;
  text-align: center !important;
}
.surveyTable TH.rowHeading {
  text-align: left !important;
}
.surveyTable TD {
  border: 1px solid #ccc;
  border-collapse: collapse;
  vertical-align: middle !important;
  text-align: center !important;
}
.surveyTable TD.blankSpace {
  border: none;
  background-color: transparent;
}
.surveyTable TD Input {
  float: none;
}
/******************************************************************
Site Name: CMS Template
Author: Richard Farrand

Stylesheet: Mixins & Constants Stylesheet

******************************************************************/
/*********************
	COLORS
*********************/
/*********************
NEWS
*********************/
/*********************
MENU
*********************/
/*********************
DATA TABLE
*********************/
/*********************
TWITTER
*********************/
/* PRINT STYLESHEET */
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}