@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700,800);
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* normalize.scss v2.1.0 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   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;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establish a vertical rhythm unit using $base-line-height. */
  line-height: 1.375em; }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements in IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.375em 0; }

blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.375em 40px; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2.2em;
  line-height: 1.25em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.625em;
  margin-bottom: 0.625em; }

h2 {
  font-size: 1.7em;
  line-height: 1.618em;
  margin-top: 0.809em;
  margin-bottom: 0.809em; }

h3 {
  font-size: 1.5em;
  line-height: 1.833em;
  margin-top: 0.917em;
  margin-bottom: 0.917em; }

h4 {
  font-size: 1.17em;
  line-height: 2.35em;
  margin-top: 1.175em;
  margin-bottom: 1.175em; }

h5 {
  font-size: 1em;
  line-height: 1.375em;
  margin-top: 1.375em;
  margin-bottom: 1.375em; }

h6 {
  font-size: 0.83em;
  line-height: 1.657em;
  margin-top: 1.657em;
  margin-bottom: 1.657em; }

/**
 * 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.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-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-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.375em; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm and a consistent indentation.
 */
dl,
menu,
ol,
ul {
  margin: 1.375em 0;
  padding: 0 0 0 40px; }

dl {
  padding: 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/**
 * 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
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-top-style: solid;
  border-top-width: 0.063em;
  padding-top: 0.419em;
  border-bottom-style: solid;
  border-bottom-width: 0.063em;
  padding-bottom: 0.831em;
  border-left-style: solid;
  border-left-width: 0.063em;
  padding-left: 0.797em;
  border-right-style: solid;
  border-right-width: 0.063em;
  padding-right: 0.797em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 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.
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */ }

/**
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

body {
  background-color: #333; }

.wrapper {
  width: 1140px;
  margin: 40px auto;
  background-color: #fff; }

a {
  color: #0071bc;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

h1 {
  color: #670099; }
  h1 span {
    color: black; }

h1, h2, h3 {
  line-height: 1em; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, blockquote + h1, blockquote + h2, blockquote + h3, blockquote + h4, blockquote + h5, blockquote + h6, form + h1, form + h2, form + h3, form + h4, form + h5, form + h6, .embed-youtube + h1, .embed-youtube + h2, .embed-youtube + h3, .embed-youtube + h4, .embed-youtube + h5, .embed-youtube + h6, aside + h1, aside + h2, aside + h3, aside + h4, aside + h5, aside + h6 {
  margin-top: 1.5em; }

h1 + time,
h2 + time,
h3 + time {
  margin-top: -1em; }

hr {
  border: 0 none;
  background-color: #e6e6e6;
  height: 4px; }

h1 + hr, h2 + hr, h3 + hr, h4 + hr, h5 + hr, h6 + hr {
  margin-top: -0.5em;
  margin-bottom: 1em; }

h1 + .meta-info,
h2 + .meta-info,
h3 + .meta-info {
  display: block;
  margin-top: -1em;
  margin-bottom: 1em; }
  h1 + .meta-info time,
  h2 + .meta-info time,
  h3 + .meta-info time {
    display: inline;
    margin: 0; }
  h1 + .meta-info .comments-info,
  h2 + .meta-info .comments-info,
  h3 + .meta-info .comments-info {
    float: right; }

time {
  display: block;
  color: #666;
  font-style: italic;
  margin-bottom: 1em; }

q:before, q:after {
  font-family: serif;
  font-size: 1.2em; }

blockquote,
.greybox {
  display: block;
  margin: 1em 0;
  padding: 1em 3em;
  background-color: #e6e6e6; }

figure {
  background-color: #e6e6e6;
  display: inline-block; }
  figure img {
    display: block; }

figcaption {
  background-color: #e6e6e6;
  font-size: 0.7em;
  font-weight: 600;
  padding: 0 1em; }

table caption {
  text-align: left;
  font-weight: 900;
  padding: .3em .7em;
  color: #670099; }
table td, table th {
  padding: 0 .7em;
  line-height: 1.8em; }
table th:first-child {
  text-align: left; }
table th:last-child {
  text-align: right; }
table thead th {
  border-bottom: 4px solid #e6e6e6; }
table tfoot th {
  border-top: 4px solid #adadad; }
table tbody tr:nth-child(2n) {
  background-color: #e6e6e6; }

ul li {
  margin: .5em 0; }
ul.expanded li {
  margin: 1em 0; }

ul.table_list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 4px solid #e6e6e6;
  border-bottom: 4px solid #e6e6e6;
  margin-bottom: 1em; }
  ul.table_list li {
    margin: 0;
    padding: 4px 6px; }
    ul.table_list li:nth-child(2n) {
      background-color: #e6e6e6; }

aside.orange, aside.purple {
  position: relative;
  display: block;
  background-color: #ff6600;
  padding: 26px;
  margin-bottom: 22px; }
  aside.orange h2, aside.orange h3, aside.orange h4, aside.purple h2, aside.purple h3, aside.purple h4 {
    color: white;
    text-transform: uppercase;
    line-height: .9em;
    margin: 0; }
  aside.orange h2, aside.orange h3, aside.orange h4, aside.purple h2, aside.purple h3, aside.purple h4 {
    font-size: 1.4em; }
  aside.orange a.button, aside.purple a.button {
    position: absolute;
    display: block;
    right: 26px;
    top: 26px;
    color: black;
    background-color: white; }
aside.purple {
  background-color: #670099; }

/* Donation Form
-------------------------------------------------------------- */
#donateForm fieldset {
  margin-bottom: 1em; }
#donateForm label {
  margin-right: .4em; }
#donateForm .amounts {
  vertical-align: middle;
  line-height: 2.2em; }
  #donateForm .amounts .otherAmount {
    display: inline-block; }
  #donateForm .amounts div {
    display: inline-block; }
  #donateForm .amounts #amount_other_value {
    width: 3em;
    padding: 0 4px;
    line-height: 1.8em; }
#donateForm .showConverter,
#donateForm .hideConverter {
  width: 310px;
  padding-left: 0;
  padding-right: 0;
  text-align: center; }
#donateForm .likeforex {
  background-color: LIGHTGRAY;
  text-align: center;
  width: 310px;
  border: 0 none; }

/* Buttons
-------------------------------------------------------------- */
a.button,
input[type=button],
input[type=submit],
button {
  margin: 0;
  padding: 0;
  border: 0 none;
  -webkit-appearance: none;
  color: white;
  background-color: #ff6600;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 36px;
  line-height: 2.4em;
  margin: 0.1em 0;
  display: inline-block; }
  a.button.wide,
  input[type=button].wide,
  input[type=submit].wide,
  button.wide {
    padding: 0 56px; }
  a.button.purple, a.button.showConverter, a.button.hideConverter,
  input[type=button].purple,
  input[type=button].showConverter,
  input[type=button].hideConverter,
  input[type=submit].purple,
  input[type=submit].showConverter,
  input[type=submit].hideConverter,
  button.purple,
  button.showConverter,
  button.hideConverter {
    background-color: #670099; }
  a.button.right,
  input[type=button].right,
  input[type=submit].right,
  button.right {
    float: right;
    clear: right; }
  a.button.left,
  input[type=button].left,
  input[type=submit].left,
  button.left {
    float: left;
    clear: left; }

/*----------------------------------------------------------------------------*/
/*  Header Classes -----------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
body {
  background-image: url("../img/nvaccess_bg.png");
  background-repeat: 0;
  background-position: left top;
  background-size: 100% auto;
  background-attachment: fixed;
  font-family: 'Open Sans', open-sans, helvetica, arial, sans-serif; }

header {
  position: relative;
  border-bottom: 4px solid #e6e6e6;
  padding: 0 45px; }
  header .site-title {
    padding-top: 36px; }
    header .site-title h1 {
      background: url("../img/logo_header.png") no-repeat 2px 0;
      height: 74px;
      text-indent: -9999px;
      margin: 0;
      padding: 0; }
    header .site-title h2 {
      font-weight: normal;
      color: #adadad;
      font-size: 21px;
      line-height: 1em;
      margin: 0;
      padding: 14px 0 20px; }
  header .main-navigation {
    text-transform: uppercase; }
    header .main-navigation ul {
      font-weight: 600;
      height: 48px; }
    header .main-navigation ul,
    header .main-navigation ul,
    header .main-navigation ul ul li {
      margin: 0px;
      padding: 0px; }
    header .main-navigation ul li {
      display: inline;
      cursor: pointer;
      list-style: none;
      margin-left: 28px;
      position: relative;
      line-height: 48px; }
      header .main-navigation ul li:first-child {
        margin-left: 0; }
    header .main-navigation li, header .main-navigation li a {
      color: #000;
      text-decoration: none; }
    header .main-navigation ul ul li {
      display: block;
      font-weight: 400;
      font-size: 0.8em;
      width: 100%;
      text-indent: 10px;
      line-height: 30px;
      margin-right: 10px;
      background: #e6e6e6; }
    header .main-navigation ul ul li li {
      font-size: 1em; }
    header .main-navigation ul li a {
      display: inline;
      width: inherit;
      height: inherit; }
    header .main-navigation ul ul {
      display: none; 
      position: absolute;
      width: 200px;
      top: 0px;
      left: 99%;
      z-index: 1000;
      padding-top: 13px; }
    header .main-navigation ul ul li:hover > a,
    header .main-navigation ul ul li:hover {
      color: black;
      background: #cdcdcd; }
    header .main-navigation li:hover > a,
    header .main-navigation li:hover {
      color: #666; }
    header .main-navigation li:hover > ul {
      display: block; }
    header .main-navigation ul ul ul {
      padding-top: 0; }
    header .main-navigation li:hover {
      position: relative;
      z-index: 2000; }
    header .main-navigation ul li ul.sub-menu,
    header .main-navigation li:hover > .sub-menu {
      left: -10px;
      top: 100%; }
    header .main-navigation li.donate,
    header .main-navigation li.donate a {
      color: white;
      background-color: #670099; }
    header .main-navigation li.donate {
      position: absolute;
      right: 45px;
      bottom: 60px; }
    header .main-navigation li.donate a {
      display: block;
      padding: 0 56px;
      line-height: 36px;
      height: 36px; }
  header .social-media {
    position: absolute;
    top: 36px;
    right: 45px; }
    header .social-media ul, header .social-media ul li, header .social-media img {
      margin: 0;
      padding: 0; }
    header .social-media ul li,
    header .social-media ul li a {
      display: block;
      height: 36px;
      min-width: 36px; }
    header .social-media ul li {
      float: left;
      margin-left: 6px; }
    header .social-media ul li,
    header .social-media ul li a {
      background-color: #a366c1;
      color: white;
      text-indent: -9999px; }
    header .social-media ul li.facebook a,
    header .social-media ul li.twitter a,
    header .social-media ul li.linkedin a,
    header .social-media ul li.youtube a {
      background-image: url("../img/social_sprite.png");
      background-repeat: no-repeat; }
    header .social-media ul li.facebook a {
      background-position: 0 0; }
    header .social-media ul li.twitter a {
      background-position: -42px 0; }
    header .social-media ul li.linkedin a {
      background-position: -126px 0; }
    header .social-media ul li.youtube a {
      background-position: -84px 0; }

/*----------------------------------------------------------------------------*/
/*  Content Classes ----------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
#content {
  /* Columns
  -------------------------------------------------------------- */
  /* WordPress Core
  -------------------------------------------------------------- */ }
  #content article {
    padding: 0 45px; }
    #content article.featured {
      background-color: #adadad;
      padding-top: 40px;
      padding-bottom: 40px;
      font-size: 1.25em; }
      #content article.featured small {
        font-size: .65em;
        line-height: 1rem; }
      #content article.featured h2, #content article.featured h3 {
        color: white;
        font-weight: 900;
        margin: 0;
        line-height: 1em; }
      #content article.featured a {
        color: #ff6600;
        font-weight: 600; }
      #content article.featured a.button {
        color: white;
        font-size: 1rem; }
      #content article.featured p, #content article.featured pre {
        margin: 1em 0; }
      #content article.featured.braillespeaker {
        background-image: url("../img/braillespeaker.jpg");
        background-repeat: no-repeat;
        background-position: top left; }
  #content .columngroup {
    *zoom: 1; }
    #content .columngroup:before, #content .columngroup:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    #content .columngroup:after {
      clear: both; }
    #content .columngroup:after {
      content: "";
      display: table;
      clear: both; }
    #content .columngroup .column {
      float: left;
      width: 502px;
      margin-left: 46px; }
      #content .columngroup .column:first-child {
        margin-left: 0; }
      #content .columngroup .column figure {
        display: block; }
      #content .columngroup .column img {
        max-width: 100%;
        max-height: auto; }
        #content .columngroup .column img.fit {
          width: 100%;
          height: auto; }
      #content .columngroup .column .embed-youtube:first-child {
        margin-top: 1em; }
      #content .columngroup .column .podPress_content img {
        width: auto;
        height: auto; }
      #content .columngroup .column .podPress_content a, #content .columngroup .column .podPress_content img {
        letter-spacing: normal;
        word-spacing: normal; }
      #content .columngroup .column .podPress_content .podpress_mediafile_title,
      #content .columngroup .column .podPress_content .podpress_mediafile_dursize {
        color: black;
        letter-spacing: normal;
        word-spacing: normal; }
      #content .columngroup .column .podPress_content .podpress_playlink,
      #content .columngroup .column .podPress_content .podpress_playinpopup,
      #content .columngroup .column .podPress_content .podpress_downloadlink {
        display: inline-block;
        border: 0 none;
        color: white;
        background-color: #adadad;
        text-decoration: none;
        font-weight: 600;
        font-size: .9em;
        padding: 0 6px;
        line-height: 2em;
        margin: 0.1em 0;
        display: inline-block; }
      #content .columngroup .column .podPress_content .podpress_downloadlink {
        background-color: #ff6600; }
    #content .columngroup.three .column {
      width: 330px;
      margin-left: 30px; }
      #content .columngroup.three .column:first-child {
        margin-left: 0; }
      #content .columngroup.three .column.two {
        width: 690px; }
      #content .columngroup.three .column.padding {
        width: 280px;
        padding-left: 50px; }
  #content .alignnone {
    margin: 5px 20px 20px 0; }
  #content .aligncenter,
  #content div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  #content .alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  #content .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  #content .aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  #content a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  #content a img.alignnone {
    margin: 5px 20px 20px 0; }
  #content a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  #content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #content .wp-caption {
    background: white;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; }
  #content .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  #content .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  #content .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  #content .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  #content .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/* Comments */
#comments {
  clear: both; }

#comments .navigation {
  padding: 0 0 18px 0; }

h3#comments-title,
h3#reply-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0; }

h3#comments-title {
  padding: 24px 0; }

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

.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative; }

.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0; }

#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px; }

#comments .comment-body p:last-child {
  margin-bottom: 6px; }

#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px; }

.commentlist ol {
  list-style: decimal; }

.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0; }

.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold; }

.comment-author .says {
  font-style: italic; }

.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0; }

.comment-meta a:link,
.comment-meta a:visited {
  color: #888;
  text-decoration: none; }

.comment-meta a:active,
.comment-meta a:hover {
  color: #ff4b33; }

.reply {
  font-size: 12px;
  padding: 0 0 24px 0; }

.reply a,
a.comment-edit-link {
  color: #888; }

.reply a:hover,
a.comment-edit-link:hover {
  color: #ff4b33; }

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

.commentlist .children li {
  border: none;
  margin: 0; }

.nopassword,
.nocomments {
  display: none; }

#comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px; }

.commentlist li.comment + li.pingback {
  margin-top: -6px; }

#comments .pingback p {
  color: #888;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0; }

#comments .pingback .url {
  font-size: 13px;
  font-style: italic; }

#commentform label {
  margin-right: 1em;
  font-weight: bold;
  color: #670099;
  display: inline-block;
  width: 5em; }
#commentform code {
  color: grey; }

/*
Pagination
*/
/* Widget CSS */
.audible {
  left: -999em;
  position: absolute; }

.archive #content article > ol,
.search-results #content article > ol {
  margin: 0;
  padding: 0;
  list-style: none; }
  .archive #content article > ol li,
  .search-results #content article > ol li {
    margin: 0;
    padding: 0;
    border-top: 4px solid #e6e6e6;
    margin-bottom: 2em; }
    .archive #content article > ol li:first-child,
    .search-results #content article > ol li:first-child {
      border-top: 0 solid transparent; }

.google-search ol {
  padding: 0;
  list-style: none; }

.glcse-search input[type=text],
.glcse-search .search-field {
  width: 278px;
  border-color: 1px solid #adadad !important; }

.pagination {
  text-align: center;
  margin-top: 1em;
  /**
   *  @HACK:  The `.prev` and `.next` spans apparently ignore the
   *          link's padding in IE.  The left/right positions also
   *          ought be adjusted, since they don't get the generated
   *          arrows.
   */ }
  .pagination ul {
    display: inline;
    position: relative; }
  .pagination li {
    border-width: 0;
    display: inline;
    margin: 0 2px; }
  .pagination li a, .pagination .prev, .pagination .next {
    border: 1px solid #e6e6e6;
    color: #369;
    padding: 2px 5px;
    text-decoration: none; }
  .pagination li a:hover, .pagination a:hover .prev, .pagination a:hover .next,
  .pagination li a:focus, .pagination a:focus .prev, .pagination a:focus .next {
    background: #0063DC;
    color: #FFF;
    border-color: #FFF; }
  .pagination .prev {
    position: absolute;
    left: -7em;
    top: -3px; }
  .pagination .prev:before {
    content: "← "; }
  .pagination .next {
    position: absolute;
    right: -5em;
    top: -3px; }
  .pagination .next:after {
    content: " →"; }
  .pagination p {
    border: 1px solid #EEE;
    color: #adadad;
    display: inline;
    padding: 2px 4px; }
  .pagination ul, .pagination li, .pagination a, .pagination p {
    /**
     *  @HACK: The `ul` needs "layout" in IE.
     */
    _zoom: 1; }
  .pagination .prev, .pagination .next {
    _top: 0px; }
  .pagination .prev {
    _left: -5em; }
  .pagination .next {
    _right: -4em; }

/*----------------------------------------------------------------------------*/
/*  Footer Classes -----------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
.wrapper > footer {
  font-size: 14px;
  position: relative;
  border-top: 4px solid #e6e6e6;
  padding: 0 45px;
  line-height: 45px;
  margin-top: 4em; }
  .wrapper > footer nav ul, .wrapper > footer nav li {
    margin: 0;
    padding: 0; }
  .wrapper > footer nav li {
    display: inline;
    margin-right: 1em; }
  .wrapper > footer nav a {
    color: #ff6600;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase; }
  .wrapper > footer p {
    position: absolute;
    margin: 0;
    right: 45px;
    top: 0; }

h4 img.headingThumbnail {
	display: inline;
	margin-bottom: -6px;
}


/* Additions from David McDonald */

/* global styles */

.wrapper > footer{
  clear: both;
}

.home iframe#twitter-widget-0{
  margin-top: 2rem !important;
}

.ui-tabs .ui-widget-content a.button{
  color: #fff;
}

/* tabs */

.synved-tab-list{
  float: left;
}

/* sponsors */

.sponsors{
  list-style: none;
  margin: 0;
  padding: 0;
}

.sponsors li{
  display: inline;
}

.sponsors li img{
    padding: 0 1rem 1rem 0;
}

.sponsors li:last-child img{
  padding-right: 0;
}

/* Improve woocommerce cart / checkout */

.shop_table.cart input.button {
color: white;
background-color: #ff6600;
}

.cart_totals td:last-child,
.shop_table.woocommerce-checkout-review-order-table td:last-child {
text-align: right;
}

/* make woocommerce navbar link larger */

a.wpmenucart-contents {
font-size: 1.4em;
}

i.wpmenucart-icon-shopping-cart-0 {
font-size: 1.15em;
}

.woocommerce-info {
	background-color: transparent !important;
	border-top-color: #ff6600 !important;
}

.woocommerce-info::before {
	color: #670099 !important;
	content: "•" !important;
}
