﻿/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear-fix:before,
.clear-fix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clear-fix:after {
  clear: both;
}

.float-right {
  float: right;
}

@font-face {
  font-family: 'LiberationSans-Regular';
  src: url("/webfonts/LiberationSans-Regular-webfont.eot");
  src: url("/webfonts/LiberationSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/webfonts/LiberationSans-Regular-webfont.woff") format("woff"), url("/webfonts/LiberationSans-Regular-webfont.ttf") format("truetype"), url("/webfonts/LiberationSans-Regular-webfont.svg#liberation_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LiberationSans-Bold';
  src: url("/webfonts/LiberationSans-Bold-webfont.eot");
  src: url("/webfonts/LiberationSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/webfonts/LiberationSans-Bold-webfont.woff") format("woff"), url("/webfonts/LiberationSans-Bold-webfont.ttf") format("truetype"), url("/webfonts/LiberationSans-Bold-webfont.svg#liberation_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LiberationSans-BoldItalic';
  src: url("/webfonts/LiberationSans-BoldItalic-webfont.eot");
  src: url("/webfonts/LiberationSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/webfonts/LiberationSans-BoldItalic-webfont.woff") format("woff"), url("/webfonts/LiberationSans-BoldItalic-webfont.ttf") format("truetype"), url("/webfonts/LiberationSans-BoldItalic-webfont.svg#liberation_sansbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LiberationSans-Italic';
  src: url("/webfonts/LiberationSans-Italic-webfont.eot");
  src: url("/webfonts/LiberationSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("/webfonts/LiberationSans-Italic-webfont.woff") format("woff"), url("/webfonts/LiberationSans-Italic-webfont.ttf") format("truetype"), url("/webfonts/LiberationSans-Italic-webfont.svg#liberation_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Screen reader Only - for hiding an element visually, but keeping it available for screen readers */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */
body {
  background: #DDDDDD;
  font-family: "LiberationSans-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
body > img {
  display: none;
}

h1, h2 {
  font-family: "Source Sans Pro", sans-serif;
}

a {
  text-decoration: none;
  color: #231F20;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #017F8F;
}

.the-expandables, .expandable {
  cursor: pointer;
}
.the-expandables > span, .expandable > span {
  border-bottom: 1px dotted #666666;
  padding-left: 10px;
  background: url(https://www.fwc.gov.au/misc/menu-expanded.png) no-repeat;
  background-position-y: 50%;
}

.accordion {
  display: none;
}
.accordion span {
  padding-left: 12px;
  display: inherit;
}

.browser-notification {
  display: none;
}

header#site-header, article, footer {
  margin-left: 100px;
}

header {
  background: #231F20;
  color: #FFFFFF;
  border-bottom: 1px solid #10C9dE;
}
header > div {
  padding: 20px;
  margin: 0 auto;
}
header h1 {
  margin: 0;
  min-height: 55px;
  overflow: hidden;
  display: inline-block;
}
header h1 img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  header .search {
    float: right;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  header .search {
    margin-top: 25px;
  }
}
header .search label {
  /* Visually Hidden but remains for screen readers*/
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header .search input, header .search a {
  transition: all 300ms ease-in-out;
  padding: 8px 8px;
  border: 0;
  color: #231F20;
  box-sizing: border-box;
}
header .search a {
  background: buttonface;
  padding: 7px 8px;
}
header .search input.btn:focus, header .search input.searchButton:active {
  background: #017F8F;
  color: #FFFFFF;
  border-color: #231F20;
}

article {
  color: #231F20;
}
article header h1, article nav#breadcrumb-tools, article div.content {
  max-width: 1064px;
  margin: 0 auto;
}
article header {
  background: url("/images/UserUploadedImages/11/annual-report-gradient-background.png") #eac888 no-repeat;
  border-bottom: none;
  color: #231F20;
}
article header h1.thin {
  display: block;
  padding: 80px 20px 20px;
  border-bottom: none;
}
article header h1.thin span {
  border-bottom: 2px solid #231F20;
}
article header h1.fat {
  height: inherit;
  border: none;
  vertical-align: bottom;
  text-align: right;
  display: block;
  padding: 20px;
}
article header h1 img {
  max-width: 100%;
}
article nav#breadcrumb-tools {
  color: #263746;
  padding: 0 20px;
}
article nav#breadcrumb-tools p#breadcrumblabel {
  display: none;
}
article nav#breadcrumb-tools ol {
  padding: 10px 0;
}
article nav#breadcrumb-tools ol li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #263746;
}
article nav#breadcrumb-tools ol li:first-child {
  padding: 0 5px 0 0;
}
article nav#breadcrumb-tools ol li:last-child {
  border-right: none;
}
article nav#breadcrumb-tools ol li a {
  color: #263746;
  text-decoration: underline;
}
article nav#breadcrumb-tools ol li a:hover, article nav#breadcrumb-tools ol li a:focus, article nav#breadcrumb-tools ol li a:active {
  text-decoration: none;
  color: #263746;
}
article .content {
  padding: 0 20px 20px;
  min-height: 400px;
}
article .content img {
  max-width: 100%;
}
article .content a {
  border-bottom: 1px dotted #231F20;
}
article .content a:hover, article .content a:focus, article .content a:active {
  border-bottom: 1px dotted #017F8F;
}
article h1 {
  border-bottom: 1px solid #231F20;
  display: inline-block;
  font-weight: 400;
}
article h2 {
  border-bottom: 2px solid #0094A6;
  display: inline-block;
  font-weight: 400;
  /*background: #FFF;*/
  padding: 5px 10px;
  margin: 0.5em 0;
}
article ul, article ol {
  padding: 5px 30px;
list-style-position: inside;
}
article ul li, article ol li {
  padding: 5px 0;
}
article table {
  margin-bottom: 20px;
  float: none;
}
article table caption {
  font-family: "LiberationSans-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
  padding-bottom: 5px;
}
article table tr.fwo-pager table {
  margin: 0;
}
article table tr.fwo-pager table tr td {
  border: 0;
  padding: 0 4px;
}
article table tr th {
  padding: 8px;
  font-family: "LiberationSans-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #231F20;
  background: #9ed5db;
  border: 1px solid #DDDDDD;
}
article table tr th a {
  color: #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
}
article table tr td {
  padding: 8px;
  background: #e5e3e3;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
article table.sleek {
  width: 100%;
}
article table.sleek td {
  background: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  padding: 1em 20px 1em 0;
}
article table.sleek tr {
  border-bottom: 1px solid #CCCCCC;
}
article table.sleek tr:last-child {
  border-bottom: 0;
}
article blockquote {
  padding: 22px 15px 1px 15px;
  background: #FFFFFF url("/images/UserUploadedImages/11/blockquote-gradient.png") no-repeat;
  max-width: 750px;
  margin: 20px 0 30px 0;
}

nav#site-navigation {
  position: fixed;
  transition: all 300ms ease-in-out;
  height: 100%;
  z-index: 1000;
  color: #FFFFFF;
}
nav#site-navigation.open {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
nav#site-navigation span {
  display: block;
}
nav#site-navigation .button-wrapper {
  margin: 0;
  height: 100%;
  background: #017F8F;
  display: inline-block;
}
nav#site-navigation .button-wrapper div {
  margin: 240px 0 0 0;
  padding: 30px;
  display: inline-block;
  cursor: pointer;
}
nav#site-navigation .button-wrapper div:hover {
  background: #231F20;
}
nav#site-navigation .inner-wrapper {
  margin-left: -300px;
  width: 300px;
  transition: all 500ms ease-in-out;
  background: #FFFFFF;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  overflow-y: scroll;
  overflow-x: hidden;
}
nav#site-navigation .inner-wrapper ul {
  margin: 20px;
}
nav#site-navigation .inner-wrapper ul.find ul {
  border-top: none;
}
nav#site-navigation .inner-wrapper ul.float-right {
  float: none;
}
nav#site-navigation .inner-wrapper ul li {
  margin: 0;
  padding: 5px 0;
}
nav#site-navigation .inner-wrapper ul li a {
  display: inline-block;
  color: #231F20;
  line-height: 18px;
  margin-bottom: 1px;
  border-bottom: 1px solid #231F20;
  text-decoration: none;
  padding: 18px 0;
  width: 80%;
  margin-right: -4px;
}
nav#site-navigation .inner-wrapper ul li a:hover, nav#site-navigation .inner-wrapper ul li a:focus, nav#site-navigation .inner-wrapper ul li a:active {
  color: #017F8F;
}
nav#site-navigation .inner-wrapper ul li a.collapse-btn {
  width: 20%;
  text-align: center;
}
nav#site-navigation .inner-wrapper ul li a.collapse-btn img {
  height: 14px;
  margin: 0;
}
nav#site-navigation .inner-wrapper ul li.current > a {
  font-weight: bold;
}
nav#site-navigation .inner-wrapper ul ul {
  margin: 0 0 0 20px;
  display: none;
}
nav#site-navigation img {
  height: 32px;
  margin: 0 0 10px 0;
  width: auto;
}
nav#site-navigation img.close-button {
  margin-right: -40px;
  transition: all 300ms ease-in-out;
}
nav#site-navigation img.menu-button {
  margin: 0 0 10px 11px;
  width: 22px;
  display: inline-block;
}
nav#site-navigation.open .shadow {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 400px;
}
nav#site-navigation.open img.close-button {
  margin-right: 0;
}
nav#site-navigation.open img.menu-button {
  display: inline;
}
nav#site-navigation.open .inner-wrapper {
  margin-left: 100px;
}
nav#site-navigation.open .button-wrapper div {
  background: #231F20;
}
nav#site-navigation span.year {
  text-transform: capitalize;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  position: fixed;
  bottom: 0;
  padding: 10px;
  margin: 10px;
  width: 60px;
  font-family: "LiberationSans-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.8em;
  text-align: center;
}
nav#site-navigation span.year a {
  color: #FFFFFF;
}

nav#overview-articles {
  margin: 20px 0;
}
nav#overview-articles ul {
  padding: 0;
}
nav#overview-articles ul li {
  list-style: none;
  background: #FFFFFF url("/images/UserUploadedImages/11/arrow-right.png") no-repeat;
  background-position-x: 99%;
  background-position-y: 50%;
  margin: 10px 0;
}
nav#overview-articles ul li:hover {
  background-color: #d0eef1;
  background-image: url("/images/UserUploadedImages/11/arrow-right.png"), linear-gradient(to right, #d0eef1, #fdf3df);
  background-repeat: no-repeat;
}
nav#overview-articles ul li a {
  color: #231F20;
  font-size: 1.2em;
  display: block;
  padding: 20px;
  border-bottom: none;
}

div#sibling-wrapper {
  overflow: hidden;
}
div#sibling-wrapper div.sibling {
  color: #6d6d6d;
}
@media (min-width: 768px) {
  div#sibling-wrapper div.sibling {
    width: 48%;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  div#sibling-wrapper div.sibling {
    margin: 15px 0;
  }
}
div#sibling-wrapper div.sibling.left {
  background: #FFFFFF url("/images/UserUploadedImages/11/arrow-left.png") no-repeat;
  background-size: 44px;
  background-position-x: 5%;
  background-position-y: 50%;
}
div#sibling-wrapper div.sibling.left a {
  padding: 10px 10px 10px 100px;
}
div#sibling-wrapper div.sibling.right {
  text-align: right;
  background: #FFFFFF url("/images/UserUploadedImages/11/arrow-right.png") no-repeat;
  background-size: 44px;
  background-position-x: 95%;
  background-position-y: 50%;
}
@media (min-width: 768px) {
  div#sibling-wrapper div.sibling.right {
    float: right;
  }
}
div#sibling-wrapper div.sibling.right a {
  padding: 10px 100px 10px 10px;
}
div#sibling-wrapper div.sibling a {
  color: #231F20;
  display: block;
  border-bottom: none;
}
div#sibling-wrapper div.sibling a:hover, div#sibling-wrapper div.sibling a:focus, div#sibling-wrapper div.sibling a:active {
  color: #017F8F;
  text-decoration: underline;
}
div#sibling-wrapper div.sibling span {
  display: block;
  margin: 6px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
div#sibling-wrapper div.sibling span:last-child {
  font-size: 1.2em;
}

footer {
  background: #231F20;
  color: #FFFFFF;
}
footer div {
  max-width: 1064px;
  margin: 0 auto;
  padding: 20px 0;
}
@media (min-width: 860px) {
  footer div ul {
    width: 30%;
    display: inline-block;
  }
}
footer div ul li {
  list-style: none;
  display: inline;
}
footer div ul li a {
  color: #FFFFFF;
}
footer div ul li a img {
  padding: 0 20px;
  opacity: .6;
}
footer div ul li a:hover img {
  opacity: 1;
}
footer div ul:last-child {
  font-size: 0.8em;
  line-height: 2.5;
}
@media (min-width: 860px) {
  footer div ul:last-child {
    width: 70%;
    text-align: right;
    float: right;
  }
}
@media (max-width: 860px) {
  footer div ul:last-child {
    margin-top: 10px;
  }
}
footer div ul:last-child li {
  border-right: 1px solid #FFFFFF;
  padding: 0 10px;
}
footer div ul:last-child li:last-child {
  border-right: none;
}

.SearchLeft, .resultNumber {
  display: none;
}

#searchResultsInfo {
  padding: 20px 0;
}
#searchResultsInfo li {
  margin: 20px 0;
}
#searchResultsInfo li > span {
  display: block;
}

/* ==========================================================================
   Print-only styles
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    		                        /* Black prints faster:
                                       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
nav#site-navigation .button-wrapper {
  background: #243746;
}

nav#overview-articles ul li {
  background-color: #FFFFFF;
  background-image: url("/images/UserUploadedImages/1162/arc-button-grey.png");
  background-repeat: no-repeat;
}
nav#overview-articles ul li:hover {
  background-color: #D3F2F4;
  background-image: url("/images/UserUploadedImages/1162/arc-button-blue.png");
  background-repeat: no-repeat;
}

article header {
  background: url("/images/UserUploadedImages/1162/arc-banner-left.png"), url(/images/UserUploadedImages/1162/arc-banner-right.png);
  background-repeat: no-repeat;
  background-position: top left, right bottom;
  background-color: #BFECEF;
  border-left: 1px solid #FFFFFF;
  box-sizing: border-box;
}
article header div {
  display: block;
  background: #243746;
  padding: 0;
  width: 100%;
}
article header img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
article header h1 {
  height: inherit;
  min-height: 55px;
}
article header h1.thin {
  padding: 100px 20px 10px 100px;
  max-width: 1144px;
}

#overview-articles.landing li {
  background-image: url("/images/UserUploadedImages/1162/arc-roc-arrow.png");
  background-position-x: 1%;
  max-width: 450px;
  margin: 10px auto;
}
#overview-articles.landing li:first-child {
  background-image: url("/images/UserUploadedImages/1162/arc-fwo-arrow.png");
}
#overview-articles.landing li:hover {
  background-image: url("/images/UserUploadedImages/1162/arc-roc-arrow.png");
  background-color: #DDDDDD;
}
#overview-articles.landing li:hover:first-child {
  background-image: url("/images/UserUploadedImages/1162/arc-fwo-arrow.png");
}
#overview-articles.landing li a {
  padding: 28px 20px 28px 85px;
  font-weight: bold;
}

@media (min-width: 860px) {
  footer div ul:last-child {
    width: 50%;
  }
}
nav#site-navigation .inner-wrapper {
  width: 400px;
}
nav#site-navigation .inner-wrapper ul {
  margin: 0;
  padding: 20px 20px 20px 40px;
}
nav#site-navigation .inner-wrapper ul li a {
  width: 85%;
}
nav#site-navigation .inner-wrapper ul li a.collapse-btn {
  width: 15%;
}
nav#site-navigation .inner-wrapper ul ul {
  margin: 0;
}
nav#site-navigation.open .shadow {
  left: 500px;
}

#sibling-wrapper {
  overflow: hidden;
}

article blockquote {
  background: url("/images/UserUploadedImages/1162/arc-blockquote-teal.png"), url(/images/UserUploadedImages/1162/arc-blockquote-white.png);
  background-repeat: no-repeat;
  background-position: top left, right bottom;
  min-height: 100px;
  padding: 25px 50px 30px;
  margin: 0 0 15px 0;
}

a#YoutubeLink {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20176%20124%22%20height%3D%2240px%22%20width%3D%2257px%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M180.32%2C53.36A22.12%2C22.12%2C0%2C0%2C0%2C164.76%2C37.7C151%2C34%2C96%2C34%2C96%2C34s-55%2C0-68.76%2C3.7A22.12%2C22.12%2C0%2C0%2C0%2C11.68%2C53.36C8%2C67.18%2C8%2C96%2C8%2C96s0%2C28.82%2C3.68%2C42.64A22.12%2C22.12%2C0%2C0%2C0%2C27.24%2C154.3C41%2C158%2C96%2C158%2C96%2C158s55%2C0%2C68.76-3.7a22.12%2C22.12%2C0%2C0%2C0%2C15.56-15.66C184%2C124.82%2C184%2C96%2C184%2C96S184%2C67.18%2C180.32%2C53.36ZM78%2C122.17V69.83L124%2C96Z%22%20transform%3D%22translate%28-8%20-34%29%22%2F%3E%3C%2Fsvg%3E");
  width: 58px;
    color: #ffffff;
    display: inline-block;
    line-height: 40px;
background-repeat: no-repeat;

}

a#TwitterLink {
background-image: url(/images/UserUploadedImages/313/Twitter.png);
  width: 48px;
    color: #ffffff;
    display: inline-block;
    line-height: 40px;
background-repeat: no-repeat;
padding-right: 20px;
    background-position: center;
    background-size: 70%;
}

a#FacebookLink {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20width%3D%2240%22%20height%3D%2240%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M94.48%2C0h-89A5.52%2C5.52%2C0%2C0%2C0%2C0%2C5.52v89A5.52%2C5.52%2C0%2C0%2C0%2C5.52%2C100h47.9V61.33h-13V46.19h13V35.06c0-12.91%2C7.89-20%2C19.41-20a104.57%2C104.57%2C0%2C0%2C1%2C11.64.6V29.2h-8c-6.25%2C0-7.46%2C3-7.46%2C7.35v9.64H84l-2%2C15.14H69V100H94.48A5.52%2C5.52%2C0%2C0%2C0%2C100%2C94.48v-89A5.52%2C5.52%2C0%2C0%2C0%2C94.48%2C0Z%22%2F%3E%3C%2Fsvg%3E");
  width: 40px;
    color: #ffffff;
    display: inline-block;
    line-height: 40px;
background-repeat: no-repeat;

}

@media screen and (max-width: 675px) {
  .content img{
                float: none;
}
}
