/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */

}
/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */

}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */

}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Begin django-vote styles. */
@font-face {
  font-family: 'LTCCaslonLong';
  src: url('../fonts/LTCCaslonLongWeb.woff') format('woff');
  font-weight: normal;
  font-style: normal;/* Modern Browsers */
}
@font-face {
  font-family: 'KievitSlabMedium';
  src: url('../fonts/KievitSlabWebPro-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KievitSlabRegular';
  src: url('../fonts/KievitSlabWebPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Vaud';
  src: url('../fonts/VaudBook-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/VaudBook-webfont.woff') format('woff'), url('../fonts/VaudBook-webfont.ttf') format('truetype'), url('../fonts/VaudBook-webfont.svg#vaudregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Vaud';
  src: url('../fonts/VaudBookIt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/VaudBookIt-webfont.woff') format('woff'), url('../fonts/VaudBookIt-webfont.ttf') format('truetype'), url('../fonts/VaudBookIt-webfont.svg#vauditalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Vaud';
  src: url('../fonts/VaudUltra-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/VaudUltra-webfont.woff') format('woff'), url('../fonts/VaudUltra-webfont.ttf') format('truetype'), url('../fonts/VaudUltra-webfont.svg#vaudregular') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Vaud';
  src: url('../fonts/VaudUltraIt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/VaudUltraIt-webfont.woff') format('woff'), url('../fonts/VaudUltraIt-webfont.ttf') format('truetype'), url('../fonts/VaudUltraIt-webfont.svg#vauditalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'VaudMedium';
  src: url('../fonts/VaudExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/VaudExtraBold-webfont.woff') format('woff'), url('../fonts/VaudExtraBold-webfont.ttf') format('truetype'), url('../fonts/VaudExtraBold-webfont.svg#vaudregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VaudMedium';
  src: url('../fonts/VaudExtraBoldIt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/VaudExtraBoldIt-webfont.woff') format('woff'), url('../fonts/VaudExtraBoldIt-webfont.ttf') format('truetype'), url('../fonts/VaudExtraBoldIt-webfont.svg#vaudregular') format('svg');
  font-weight: normal;
  font-style: italic;
}
* {
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-family: Vaud, sans-serif;
}
html .navbar {
  font-size: 14px;
  padding-left: 32px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
a,
a:visited {
  color: cornflowerblue;
  text-decoration: none;
}
.header_background {
  background-image: url("/static/theme/images/vtp_headerbg.jpg");
  background-repeat: repeat-x;
  height: 150px;
  position: relative;
}
.header_background a,
.header_background a:visited {
  color: white;
}
img#logo {
  position: absolute;
  top: 0;
  left: 4%;
}
#sitename {
  position: absolute;
  left: 100px;
  width: 100%;
}
#logo-source,
#logo-title {
  position: absolute;
  top: 30px;
  left: 8%;
  font-size: 2em;
  font-family: Times New Roman, serif;
  color: white;
}
#logo-title {
  top: 65px;
  font-size: 3em;
}
.django-vote-homepage {
  background-image: url("/static/theme/images/vtp_background.jpg");
  background-repeat: repeat-y;
  background-position: 0px 210px;
}
.static-page {
  background-image: url("/static/theme/images/vtp_background.jpg");
  background-repeat: repeat-y;
  background-position: 0px 210px;
}
.who-we-are-page {
  background-image: url("/static/theme/images/vtp_background.jpg");
  background-repeat: repeat-y;
  background-position: 0px 210px;
}
.working-paper-index {
  background-image: url("/static/theme/images/vtp_background.jpg");
  background-repeat: repeat-y;
  background-position: 0px 210px;
}
.working-paper-page {
  background-image: url("/static/theme/images/vtp_background.jpg");
  background-repeat: repeat-y;
  background-position: 0px 210px;
}
.report-index {
  background-image: url("/static/theme/images/vtp_background.jpg");
  background-repeat: repeat-y;
  background-position: 0px 210px;
}
.report-page {
  background-image: url("/static/theme/images/vtp_background.jpg");
  background-repeat: repeat-y;
  background-position: 0px 210px;
}
.photo-gallery-index {
  background-image: url("/static/theme/images/vtp_background.jpg");
  background-repeat: repeat-y;
  background-position: 0px 210px;
}
.photo-gallery-page {
  background-image: url("/static/theme/images/vtp_background.jpg");
  background-repeat: repeat-y;
  background-position: 0px 210px;
}
.template-searchresults {
  background-image: url("/static/theme/images/vtp_background.jpg");
  background-repeat: repeat-y;
  background-position: 0px 210px;
}
#ribbon {
  height: 40px;
  background-color: #999;
  position: relative;
  z-index: 501;
}
#ribbon-content {
  position: relative;
  height: 100%;
}
#breadcrumbs {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #ffffff;
  font-family: VaudMedium, sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding-left: 48px;
}
#breadcrumbs a,
#breadcrumbs a:visited {
  color: #ffffff;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs .active {
  color: #ffffff;
}
#debug-info {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #ffffff;
  font-family: Vaud, sans-serif;
  font-size: 12px;
  line-height: 14px;
}
#debug-info a {
  font-weight: bold;
  color: #CCCCCC;
}
#banner {
  position: relative;
  height: 40px;
  background-color: #cc0000;
  margin-bottom: 0px;
  width: 102%;
}
#banner a,
#banner a:visited {
  color: #ffffff;
}
#banner a:hover {
  text-decoration: underline;
}
#banner .active {
  color: #ffffff;
}
#ribbon-search-form {
  float: right;
  width: 100%;
  clear: both;
}
#ribbon-search-form.visible {
  display: block;
}
#search-text {
  float: left;
  width: 80%;
  border: 2px solid #cfcfcf;
  line-height: 26px;
  outline: 0;
  padding: 0 10px;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
#search-submit {
  float: left;
  width: 20%;
  height: 30px;
  border-radius: 0;
  background-color: buttonface;
  padding: 0;
}
#title {
  margin: 35px 0 25px 0;
  font-family: Vaud, sans-serif;
  font-size: 38px;
  white-space: nowrap;
  color: #002768;
}
#title a,
#title a:visited {
  color: black;
  text-decoration: none;
}
ul.messages {
  list-style: none;
  padding: 0;
}
ul.messages li {
  border: 1px solid #888;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 5px;
}
ul.messages li.info {
  background: #CCC;
  color: #1C1C1C;
  border-color: #999;
}
ul.messages li.success {
  background: #AFA;
  color: green;
  border-color: green;
}
ul.messages li.error {
  color: red;
  background: #FCC;
  border-color: red;
}
ul.messages li.warning {
  color: #F90;
  background: #FFC;
  border-color: #F90;
}
#main_menu {
  background-color: #cc0000;
}
#main_menu a,
#main_menu a:visited {
  color: #ffffff;
  padding-right: 25px;
  white-space: nowrap;
}
#main_menu a:hover {
  text-decoration: underline;
}
#main_menu .active {
  color: #ffffff;
}
#content {
  padding: 0 10px 10px 80px;
}
.float_people {
  float: left;
  margin: 0 30px 20px 0;
}
.float_none {
  float: none;
}
footer {
  font-size: 12px;
  font-family: VaudMedium, sans-serif;
  color: #ffffff;
  z-index: 500;
  background-color: #999;
}
footer ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 5%;
  transform: translateY(-75%);
}
footer ul li {
  float: left;
  padding-left: 25px;
}
#footer-bar {
  padding-top: 12px;
  height: 55px;
}
#footer-connect {
  font-color: white;
  font-family: Verdana, Geneva, san-serif;
  font-size: 22px;
  padding-left: 33px;
}
#footer-content {
  padding: 8px 10px;
}
#footer-name {
  color: #ff8f51;
}
#footer-address {
  text-transform: uppercase;
}
#footer-copy-bar {
  height: 30px;
  background-color: #002768;
  padding-top: 3px;
}
#footer-copy {
  font-family: Vaud, sans-serif;
  font-size: 11px;
  color: #999;
  padding-left: 33px;
}
table {
  width: 97%;
  max-width: 100%;
}
table a {
  word-wrap: break-word;
}
table tr.odd {
  background-color: white;
}
table tr.even {
  background-color: #fff2e6;
}
/* Styles for output of rich-text fields */
.rich-text:before,
.rich-text:after {
  content: "";
  display: table;
}
.rich-text:after {
  clear: both;
}
.rich-text ol,
.rich-text ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
.rich-text li {
  display: list-item;
}
.rich-text ul li {
  list-style-type: disc;
}
.rich-text ol li {
  list-style-type: decimal;
}
.rich-text h2 {
  font-size: 2em;
  line-height: 1.2em;
  clear: both;
}
.rich-text h3 {
  font-size: 1.7em;
  line-height: 1.194em;
}
.rich-text h4 {
  font-size: 1.5em;
  line-height: 1.267em;
}
.rich-text h5 {
  font-size: 1.2em;
  line-height: 1.27em;
}
.rich-text hr {
  border-bottom: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
}
.rich-text .richtext-image {
  margin-top: 3px;
}
.rich-text .richtext-image.small {
  max-width: 45%;
}
.rich-text .richtext-image.left {
  float: left;
  margin-right: 16px;
}
.rich-text .richtext-image.right {
  float: right;
  margin-left: 16px;
}
.rich-text .richtext-image img {
  width: 100%;
}
.rich-text .richtext-image figcaption {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) and (min-width: 321px) {
  img #logo {
    left: 3%;
  }
  #logo-source,
  #logo-title {
    font-size: 1.5em;
    left: 6%;
    top: 40px;
  }
  #logo-title {
    font-size: 2em;
    top: 65px;
  }
  #ribbon-search-form {
    width: 255px;
    padding: 5px 15px 5px 0px;
    background-color: #999;
    border-bottom-left-radius: 10px;
  }
  #search-text {
    width: 155px;
    margin-right: 10px;
  }
  #search-submit {
    width: 65px;
  }
}
@media screen and (max-width: 520px) {
  .header_background {
    height: 28vw;
  }
  img#logo {
    width: 20vw;
    top: 0vw;
  }
  #sitename {
    left: 20vw;
  }
  #logo-source {
    font-size: 1em;
    font-size: 4.5vw;
    top: 7.9vw;
  }
  #logo-title {
    font-size: 1.5em;
    font-size: 6vw;
    top: 13vw;
  }
  .float_people {
    float: none;
  }
  #footer-bar {
    height: 100px;
  }
  footer ul {
    transform: translateY(20%);
  }
}
@media (min-width: 768px) {
  #ribbon-search-form {
    width: 255px;
    padding: 5px 15px 5px 0px;
    background-color: #999;
    border-bottom-left-radius: 10px;
  }
  #search-text {
    width: 155px;
    margin-right: 10px;
  }
  #search-submit {
    width: 65px;
  }
  #content {
    padding-bottom: 55px;
    padding-left: 110px;
    padding-right: 30px;
  }
  footer {
    font-size: 13px;
    position: fixed;
    bottom: 0;
    height: 85px;
    width: 100%;
  }
  #footer-content {
    position: relative;
    height: 39px;
    padding: 0;
    margin: 8px 10px;
  }
  #footer-name {
    position: absolute;
    top: 0;
    left: 0;
    color: #ff8f51;
  }
  #footer-address {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
  }
  #footer-copyright {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1000px) {
  .responsive-container {
    width: 1000px;
    margin: auto;
  }
  #ribbon-content {
    position: absolute;
    right: 0;
    top: 30px;
  }
  #ribbon-search-form {
    border-bottom-right-radius: 10px;
    padding: 15px 10px 10px 10px !important;
  }
  #logo {
    margin-left: 0;
  }
  #breadcrumbs {
    left: 0;
  }
  #content {
    padding-right: 30px;
    padding-left: 110px;
  }
  #footer-content {
    margin: 8px auto;
  }
}
