/* CSS Normalize/Reset
--------------------------------------------------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

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

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

  -webkit-font-smoothing: antialiased;
}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  display: block;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses 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. Corrects 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. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses 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 */

}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}
/*
 * Removes 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;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reset-bmp {
  border: 0;
  padding: 0;
  margin: 0;
}
.reset-input {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  border: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
}
.reset-input:focus {
  outline: 0;
}
.reset-input::-moz-focus-inner,
.reset-input[type=reset]::-moz-focus-inner,
.reset-input[type=button]::-moz-focus-inner,
.reset-input[type=submit]::-moz-focus-inner,
.reset-input::-moz-focus-inner,
.reset-input[type=file] > [type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html,
body {
  height: 100%;
}
a {
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.reset-input {
  display: inline-block;
  border: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
  zoom: 1;
  *display: inline;
}
.reset-input:focus {
  outline: 0;
}
.reset-input::-moz-focus-inner,
.reset-input[type="reset"]::-moz-focus-inner,
.reset-input[type="button"]::-moz-focus-inner,
.reset-input[type="submit"]::-moz-focus-inner,
.reset-input::-moz-focus-inner,
.reset-input[type="file"] > [type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reset-bmp {
  border: 0;
  padding: 0;
  margin: 0;
}
button {
  border: 0;
  background: none;
  cursor: pointer;
}
textarea:focus,
input:focus {
  outline: 0;
}
/* Default variables and mixins
	--------------------------------------------------------------*/
/* MediaMonks Less Library */
/*
LESS DSS (dynamic stylesheet) 1.8.3 (for less.js 1.3.0+)
MORE INFO: http://cl.ly/Dqnr

LESS mixins by Chris Krupski
*/
/* Backgrounds Group
========================== */
/* Box Group
========================== */
/* Border Group
========================== */
/* Transform Group
========================== */
/* Transition
========================== */
/* Animation Group
========================== */
/* Misc Group
========================== */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.inline-block {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.abs-block {
  position: absolute;
  display: block;
}
.rel-block {
  position: relative;
  display: block;
}
.rel-inlineblock {
  position: relative;
  display: inline-block;
}
/* Fonts
--------------------------------------------------------------*/
/* Colors
--------------------------------------------------------------*/
/* Font including
	--------------------------------------------------------------*/
@font-face {
  font-family: 'ColfaxWebBold';
  src: url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebBold.eot');
  src: url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebBold.eot?#iefix') format('embedded-opentype'), url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebBold.woff') format('woff'), url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebBold.ttf') format('truetype'), url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebBold.svg#ColfaxWebBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ColfaxWebMedium';
  src: url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebMedium.eot');
  src: url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebMedium.eot?#iefix') format('embedded-opentype'), url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebMedium.woff') format('woff'), url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebMedium.ttf') format('truetype'), url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebMedium.svg#ColfaxWebMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ColfaxWebLight';
  src: url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebLight.eot');
  src: url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebLight.eot?#iefix') format('embedded-opentype'), url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebLight.woff') format('woff'), url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebLight.ttf') format('truetype'), url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebLight.svg#ColfaxWebLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ColfaxWebThin';
  src: url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebThin.eot');
  src: url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebThin.eot?#iefix') format('embedded-opentype'), url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebThin.woff') format('woff'), url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebThin.ttf') format('truetype'), url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebThin.svg#ColfaxWebThin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ColfaxWebRegular';
  src: url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebRegular.eot');
  src: url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebRegular.eot?#iefix') format('embedded-opentype'), url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebRegular.woff') format('woff'), url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebRegular.ttf') format('truetype'), url('https://www.voicesagainstviolence.com/inc/font/ColfaxWebRegular.svg#ColfaxWebRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Headings
--------------------------------------------------------------*/
h1 {
  margin: 0;
  padding: 0;
}
h2 {
  font: 27px/1 "proxima_semibold" Arial, sans-serif;
}
h3 {
  font: 25px/1 "proxima_semibold" Arial, sans-serif;
}
h3 {
  font: 18px/1.1 "proxima_semibold" Arial, sans-serif;
}
h4 {
  font: 12px/1.5 "proxima_semibold" Arial, sans-serif;
}
/* Paragraphs
--------------------------------------------------------------*/
p strong {
  font-family: "proxima_semibold" Arial, sans-serif;
}
p a {
  color: #666;
}
/* Icons
	--------------------------------------------------------------*/
.sprite {
  background-repeat: no-repeat;
  background-image: url('https://www.voicesagainstviolence.com/inc/image/shared/icons.png');
}
.icons-point-on {
  width: 6px;
  height: 6px;
  background-position: -2px -2px;
}
.icons-point-off {
  width: 6px;
  height: 6px;
  background-position: -12px -2px;
}
.icons-fb-white {
  width: 8px;
  height: 17px;
  background-position: -22px -2px;
}
.icons-arrow-back-grey {
  width: 8px;
  height: 6px;
  background-position: -707px -2px;
}
.icons-arrow-grey {
  width: 8px;
  height: 6px;
  background-position: -34px -2px;
}
.icons-arrow-red {
  width: 8px;
  height: 6px;
  background-position: -46px -2px;
}
.icons-arrow-white {
  width: 8px;
  height: 6px;
  background-position: -58px -2px;
}
.icons-man-white {
  width: 9px;
  height: 10px;
  background-position: -70px -2px;
}
.icons-tick-red {
  width: 10px;
  height: 6px;
  background-position: -83px -2px;
}
.icons-phone-white {
  width: 12px;
  height: 20px;
  background-position: -97px -2px;
}
.icons-speaker-white {
  width: 13px;
  height: 12px;
  background-position: -113px -2px;
}
.icons-replay-grey {
  width: 14px;
  height: 12px;
  background-position: -130px -2px;
}
.icons-lines-white {
  width: 14px;
  height: 12px;
  background-position: -148px -2px;
}
.icons-mega-white {
  width: 16px;
  height: 16px;
  background-position: -166px -2px;
}
.icons-twitter-white {
  width: 18px;
  height: 14px;
  background-position: -186px -2px;
}
.icons-vav-white {
  width: 26px;
  height: 11px;
  background-position: -208px -2px;
}
.icons-book-map-red {
  width: 52px;
  height: 51px;
  background-position: -238px -2px;
}
.icons-recruit-map-red {
  width: 52px;
  height: 51px;
  background-position: -28px -39px;
}
.icons-recruit-view-voices-red {
  width: 52px;
  height: 51px;
  background-position: -153px -39px;
}
.icons-lines-map-white {
  width: 52px;
  height: 51px;
  background-position: -294px -2px;
}
.icons-man-map-white {
  width: 52px;
  height: 51px;
  background-position: -350px -2px;
}
.icons-book-map-white {
  width: 52px;
  height: 51px;
  background-position: -406px -2px;
}
.icons-man-map {
  width: 52px;
  height: 51px;
  background-position: -462px -2px;
}
.icons-money-map-white {
  width: 52px;
  height: 51px;
  background-position: -518px -2px;
}
.icons-man-map-grey {
  width: 52px;
  height: 51px;
  background-position: -686px -2px;
}
.icons-lines-map-red {
  width: 52px;
  height: 51px;
  background-position: -574px -2px;
}
.icons-money-map-red {
  width: 52px;
  height: 51px;
  background-position: -630px -2px;
}
.icons-money-map-grey {
  width: 52px;
  height: 51px;
  background-position: -739px -2px;
}
.icons-close-white {
  width: 16px;
  height: 16px;
  background-position: 0 -57px;
}
.icons-close-grey {
  width: 16px;
  height: 16px;
  background-position: -214px -56px;
}
.social {
  background-repeat: no-repeat;
  background-image: url('https://www.voicesagainstviolence.com/inc/image/shared/social.png');
}
.addthis_toolbox .social {
  padding: 0;
}
.addthis_toolbox .social > span {
  visibility: hidden;
}
.social-twitter {
  width: 39px;
  height: 38px;
  background-position: -2px -2px;
}
.social-tumbler {
  width: 39px;
  height: 38px;
  background-position: -43px -2px;
}
.social-facebook {
  width: 39px;
  height: 38px;
  background-position: -84px -2px;
}
.social-addthis {
  width: 39px;
  height: 38px;
  background-position: -2px -42px;
}
/* Buttons
	--------------------------------------------------------------*/
input[type="submit"],
button,
a.button {
  position: relative;
  display: block;
  border: 1px solid #e3e3e3;
  font: normal 13px/35px 'ColfaxWebMedium';
  color: #878787;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 20px;
  text-transform: uppercase;
  min-width: 50px;
  z-index: 100;
}
input[type="submit"].button,
button.button,
a.button.button {
  position: relative;
  display: inline-block;
}
input[type="submit"] span,
button span,
a.button span {
  position: relative;
  display: inline-block;
  top: -1px;
  margin: -5px 0 0 5px;
}
input[type="submit"] span.arrow,
button span.arrow,
a.button span.arrow {
  background-position: -131px -15px;
  height: 8px;
  width: 9px;
}
input[type="submit"]:hover,
button:hover,
a.button:hover {
  color: #ccc;
}
input[type="submit"]:hover .arrow,
button:hover .arrow,
a.button:hover .arrow {
  background-position: -131px -54px;
  height: 8px;
  width: 9px;
}
input[type="submit"].red,
button.red,
a.button.red,
input[type="submit"][type="submit"],
button[type="submit"],
a.button[type="submit"] {
  color: #ffffff;
  background: #d21e13;
  border: none;
}
input[type="submit"].red:hover,
button.red:hover,
a.button.red:hover,
input[type="submit"][type="submit"]:hover,
button[type="submit"]:hover,
a.button[type="submit"]:hover {
  background: #ed5046;
}
input[type="submit"].blue,
button.blue,
a.button.blue {
  color: #ffffff;
  background: #00adf0;
  border: none;
}
input[type="submit"].blue:hover,
button.blue:hover,
a.button.blue:hover {
  background: #37c7ff;
}
input[type="submit"].darkblue,
button.darkblue,
a.button.darkblue {
  color: #ffffff;
  background: #395b9b;
  border: none;
}
input[type="submit"].darkblue:hover,
button.darkblue:hover,
a.button.darkblue:hover {
  background: #5e7fbc;
}
input[type="submit"].redoutline,
button.redoutline,
a.button.redoutline {
  color: #d21e13;
  background: none;
  border-color: #d21e13;
}
input[type="submit"].redoutline:hover,
button.redoutline:hover,
a.button.redoutline:hover {
  background: none;
}
input[type="submit"].social,
button.social,
a.button.social {
  min-width: 240px;
  border: none;
  text-align: left;
}
input[type="submit"].social > span,
button.social > span,
a.button.social > span {
  position: absolute;
  display: block;
  right: 20px;
  top: 12px;
}
input[type="submit"].social > span.icons-twitter-white,
button.social > span.icons-twitter-white,
a.button.social > span.icons-twitter-white {
  top: 15px;
}
input[type="submit"].social.facebook,
button.social.facebook,
a.button.social.facebook {
  background: #395b9b;
  color: #ffffff;
}
input[type="submit"].social.facebook:hover,
button.social.facebook:hover,
a.button.social.facebook:hover {
  background: #4b71b8;
}
input[type="submit"].social.twitter,
button.social.twitter,
a.button.social.twitter {
  background: #00aeef;
  color: #ffffff;
}
input[type="submit"].social.twitter:hover,
button.social.twitter:hover,
a.button.social.twitter:hover {
  background: #2ec6ff;
}
input[type="submit"].skip,
button.skip,
a.button.skip {
  position: absolute;
  display: block;
  top: auto;
  bottom: 115px;
  left: auto;
  right: 35px;
}
input[type="submit"].previous,
button.previous,
a.button.previous {
  position: absolute;
  display: block;
  top: 105px;
  bottom: auto;
  left: 0;
  right: auto;
  border: none;
}
/* Layout
	--------------------------------------------------------------*/
html,
body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 960px) {
  html,
  body {
    width: 960px;
    height: 650px;
  }
}
@media screen and (max-height: 650px) {
  html,
  body {
    height: 650px;
  }
}
body {
  background: #ffffff;
  color: #666666;
  padding-top: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  color: #252525;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  body {
    overflow: auto;
    width: 960px;
    height: 650px;
  }
}
@media screen and (max-height: 650px) {
  body {
    overflow: auto;
    height: 650px;
  }
}
.view-index.loading {
  background: url('https://www.voicesagainstviolence.com/inc/image/loader.gif') no-repeat center center;
}
#logo {
  position: absolute;
  display: block;
  top: 20px;
  bottom: auto;
  left: 40px;
  right: auto;
  height: 83px;
  width: 138px;
  z-index: 887;
}
#logo img {
  width: 100%;
}
.view-takeover {
  background: #ffffff;
  z-index: 888;
}
.view-takeover div.view {
  padding-bottom: 130px;
}
.view-takeover > div {
  position: absolute;
  top: 80px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.view-takeover > div section,
.view-takeover > div .view,
.view-takeover > div .inner {
  height: auto !important;
  position: static;
}
ul.top-links {
  position: relative;
  display: block;
  float: right;
  margin: 40px 40px 0 0;
  z-index: 1;
}
ul.top-links li {
  float: left;
}
ul.top-links li span {
  float: left;
}
ul.top-links li span.icon {
  position: relative;
  display: block;
}
ul.top-links li span.text {
  font: normal 13px/13px 'ColfaxWebMedium';
  text-transform: uppercase;
  margin: 10px 25px 0 20px;
  color: #252525;
  -webkit-transition: all 0.2s ease-out 0;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0;
  /* IE 10+ */

  -o-transition: all 0.2s ease-out 0;
  /* Opera 10.5+ */

  transition: all 0.2s ease-out 0;
}
ul.top-links li:hover span {
  color: #b9b9b9;
}
#content section {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 0 80px;
  /* ( content-box | border-box | inherit ) */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content section .inner {
  height: 100%;
}
@media screen and (max-width: 1020px) {
  #content section .inner h1 {
    font-size: 24px;
  }
}
a {
  cursor: pointer;
}
#container {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.inner {
  position: relative;
  display: block;
  max-width: 960px;
  margin: 0 auto;
}
.inner .half {
  position: relative;
  display: block;
  height: auto;
  width: 50%;
  float: left;
  margin-top: 200px;
}
.inner .half.margin {
  margin-right: 5%;
  border-right: 1px solid #e3e3e3;
  padding: 0% 4% 0 0;
}
.inner .half.margin.half {
  height: auto;
  width: 40%;
}
footer {
  position: absolute;
  display: block;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
  height: 80px;
  width: 100%;
  background: #d21e13;
  z-index: 888;
  color: #e58d89;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  footer {
    text-align: left;
  }
}
footer #disclaimer {
  position: absolute;
  display: block;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
  font: normal 13px/40px 'ColfaxWebMedium';
}
footer ul.links {
  position: relative;
  display: block;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1020px) {
  footer ul.links {
    margin: 0;
    width: auto;
  }
}
footer ul.links li {
  height: 80px;
  float: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 1px solid #d74036;
  -webkit-transition: background 0.2s ease-out 0;
  -moz-transition: background 0.2s ease-out 0s;
  -ms-transition: background 0.2s ease-out 0;
  /* IE 10+ */

  -o-transition: background 0.2s ease-out 0;
  /* Opera 10.5+ */

  transition: background 0.2s ease-out 0;
}
footer ul.links li:hover {
  background: #c31b11;
}
footer ul.links li a {
  padding: 0px 25px;
  position: relative;
  font: normal 13px/13px 'ColfaxWebMedium';
  letter-spacing: -0.5px;
  color: #ffffff;
}
@media screen and (max-width: 1275px) {
  footer ul.links li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1020px) {
  footer ul.links li a {
    padding: 0 10px;
  }
}
footer ul.links li .icon {
  position: relative;
  display: block;
  margin: 20px 0 0;
  min-height: 30px;
}
footer ul.links li .icon > span {
  background: url('https://www.voicesagainstviolence.com/inc/image/shared/spritesheet-icons.png') no-repeat;
  position: relative;
  display: block;
  margin: 0 auto;
}
footer ul.links li .icon > span.lines-white {
  width: 14px;
  height: 12px;
  background-position: -16px -33px;
}
footer ul.links li .icon > span.mphone-white {
  width: 17px;
  height: 16px;
  background-position: -2px -15px;
}
footer ul.links li .icon > span.phone-white {
  width: 12px;
  height: 20px;
  background-position: -2px -33px;
}
footer ul.links li .icon > span.vav-white {
  width: 26px;
  height: 11px;
  background-position: -2px -2px;
}
footer ul.links li .icon > span.book-white {
  background-image: url('https://www.voicesagainstviolence.com/inc/image/shared/icons.png');
  width: 16px;
  height: 15px;
  background-position: 0 -38px;
}
footer ul.links li:last-child {
  border-right: 1px solid #d74036;
}
footer ul.terms {
  position: absolute;
  display: block;
  top: auto;
  bottom: 0;
  left: auto;
  right: 20px;
  font: normal 13px/40px 'ColfaxWebMedium';
}
footer ul.terms li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  -webkit-transition: color 0.3s ease-out 0;
  -moz-transition: color 0.3s ease-out 0s;
  -ms-transition: color 0.3s ease-out 0;
  /* IE 10+ */

  -o-transition: color 0.3s ease-out 0;
  /* Opera 10.5+ */

  transition: color 0.3s ease-out 0;
}
footer ul.terms li a {
  padding: 0px 3px;
}
footer ul.terms li a.login {
  color: #ffffff;
}
footer ul.terms li a.login span {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin: 0 5px 0 0;
}
footer ul.terms li a.login:hover {
  text-decoration: underline;
}
footer ul.terms li:hover {
  color: #ffffff;
}
footer .news {
  position: absolute;
  display: block;
}
@media screen and (max-width: 1020px) {
  footer .news {
    display: none;
  }
}
footer .news.takeover {
  display: none;
}
footer .news ul.tabs {
  z-index: 999;
  position: absolute;
  display: block;
  top: 5px;
  bottom: auto;
  left: 90px;
  right: auto;
}
footer .news ul.tabs li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background: #ed5046;
  overflow: hidden;
  cursor: pointer;
  margin: 0 5px 0 0;
}
footer .news ul.tabs li:hover {
  opacity: 0.6;
}
footer .news ul.tabs li.active {
  background: #ffffff !important;
}
footer .news ul.articles {
  overflow: hidden;
  height: 80px;
  width: 300px;
  position: relative;
  display: block;
  float: left;
}
footer .news ul.articles li {
  position: absolute;
  display: block;
  top: 80px;
  bottom: auto;
  left: 0;
  right: auto;
  height: 80px;
  width: 180px;
  -webkit-transition: all 0.5s ease-out 0;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0;
  /* IE 10+ */

  -o-transition: all 0.5s ease-out 0;
  /* Opera 10.5+ */

  transition: all 0.5s ease-out 0;
  text-align: left;
}
footer .news ul.articles li img {
  float: left;
}
footer .news ul.articles li a {
  position: absolute;
  display: block;
  top: auto;
  bottom: 10px;
  left: 90px;
  right: auto;
  height: auto;
  width: 180px;
  float: left;
  font: normal 13px/13px 'ColfaxWebMedium';
  color: #ffffff;
}
footer .news ul.articles li a:hover {
  text-decoration: underline;
}
footer .news ul.articles li.active {
  top: 0px;
  bottom: auto;
  left: 0;
  right: auto;
}
footer .close-popup {
  position: absolute;
  display: block;
  top: auto;
  bottom: 15px;
  left: auto;
  right: 25px;
  font: normal 13px/10px 'ColfaxWebMedium';
  color: #ffffff;
  text-transform: uppercase;
}
footer .close-popup span {
  display: inline-block;
  top: 12px;
  margin: 0 0 -3px 5px;
}
footer .close-popup:hover {
  text-decoration: underline;
}
#waveform {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#waveform.flash {
  height: 100%;
  width: 100%;
}
#loader {
  position: absolute;
  display: block;
  height: 100%;
  width: 0%;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  background: url('https://www.voicesagainstviolence.com/inc/image/placeholder/wave-line.png') center repeat-x;
  z-index: 2;
  margin-top: -40px;
}
#loader span.num {
  position: absolute;
  display: block;
  font: normal 43px/50px 'ColfaxWebRegular';
  top: 53%;
  right: 30px;
  color: #252525;
}
#loader span.percent {
  position: absolute;
  display: block;
  font: normal 20px/30px 'ColfaxWebMedium';
  top: 53%;
  right: 0;
  color: #878787;
}
form {
  margin: -9px 0 0 0;
}
form li {
  position: relative;
  display: block;
}
form label {
  position: absolute;
  display: block;
  left: 0;
  font: normal 16px/40px 'ColfaxWebRegular';
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"] {
  width: 100%;
  height: 40px;
  font: normal 16px/40px 'ColfaxWebRegular';
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  text-indent: 170px;
  background: none;
}
form .error {
  font: normal 15px/35px 'ColfaxWebRegular';
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  display: inline-block;
  color: #d21e13;
}
form .validation-failed {
  border-bottom: 1px solid #d21e13 !important;
}
form .validation-failed-text {
  color: #d21e13 !important;
}
form input[type="checkbox"] {
  margin-top: 4px;
}
.overlay {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 999;
  background: url('https://www.voicesagainstviolence.com/inc/image/shared/trans-bg-grey.png') repeat;
  left: 0;
  top: 0;
  visibility: hidden;
}
.overlay .modal {
  position: relative;
  display: block;
  width: 400px;
  margin-left: -240px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  box-shadow: #ddd 0px 20px 30px;
  padding: 40px;
}
.overlay .modal p {
  font: normal 15px/20px 'ColfaxWebRegular';
  color: #252525;
}
.overlay .modal .buttons {
  margin-top: 20px;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.overlay .modal .buttons button {
  display: inline-block;
  float: none;
  min-width: 65px;
}
.overlay .modal .buttons button:last-child {
  margin: 0 0 0 10px;
}
#flashcontent {
  position: absolute;
  z-index: 999;
  display: block;
  top: 0;
  left: 0;
  height: 10px;
  width: 10px;
}
#flashcontent.visible-mode {
  height: 100%;
  width: 100%;
}
#slidersContainer {
  display: none;
}
.view ul.links.red {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  margin: 40px 40px 0 0;
  z-index: 1;
}
.view ul.links.red li {
  float: left;
}
.view ul.links.red li a[data-gaia-goto=news] span.text {
  margin-top: 16px;
}
.view ul.links.red li span {
  float: left;
}
.view ul.links.red li span.icon {
  position: relative;
  display: block;
}
.view ul.links.red li span.text {
  font: normal 13px/13px 'ColfaxWebMedium';
  text-transform: uppercase;
  margin: 10px 25px 0 20px;
  color: #252525;
  -webkit-transition: all 0.2s ease-out 0;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0;
  /* IE 10+ */

  -o-transition: all 0.2s ease-out 0;
  /* Opera 10.5+ */

  transition: all 0.2s ease-out 0;
}
body.dark .view ul.links.red li span.text {
  color: #878787;
}
.view ul.links.red li:hover span {
  color: #b9b9b9;
}
.view {
  position: absolute;
  display: block;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
  min-height: 100%;
}
@media screen and (max-width: 960px) {
  .view {
    width: 960px;
    height: 660px;
  }
}
@media screen and (max-height: 650px) {
  .view {
    height: 650px;
  }
}
#content {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
}
.close {
  position: absolute;
  display: block;
  top: 60px;
  bottom: auto;
  left: auto;
  right: 20px;
  font: normal 12px/20px 'ColfaxWebRegular';
  color: #ffffff;
  z-index: 1;
  text-transform: uppercase;
}
header {
  position: absolute;
  display: block;
  top: auto;
  bottom: 100px;
  left: auto;
  right: 20px;
  z-index: 999;
  border: 1px solid #e3e3e3;
  padding: 20px;
  border-radius: 10px;
}
header h1 {
  font: normal 15px/20px 'ColfaxWebRegular';
  padding-bottom: 10px;
}
header a {
  color: #878787;
  font: normal 12px/20px 'ColfaxWebRegular';
}
header a:hover {
  text-decoration: underline;
}
body {
  -webkit-transition: all 0.2s ease-in 0;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0;
  /* IE 10+ */

  -o-transition: all 0.2s ease-in 0;
  /* Opera 10.5+ */

  transition: all 0.2s ease-in 0;
}
body.dark {
  background: #252525;
}
body.dark p {
  color: #ffffff !important;
}
body.dark .view-takeover p {
  color: #252525 !important;
}
body.dark footer {
  background: #1d1d1d;
}
body.dark footer a,
body.dark footer span {
  color: #878787 !important;
}
body.dark footer ul.links li {
  border-left: 1px solid #292929 !important;
}
body.dark footer ul.links li:last-child {
  border-right: 1px solid #292929 !important;
}
body.dark footer ul.links li:hover {
  background: #252525;
}
body.dark footer .news ul.tabs li {
  background: #555555;
}
body.dark .view-map h1 {
  color: #ffffff !important;
}
body.dark .view-map .deaths .switcher {
  border: 1px solid #555;
}
body.dark .view-map .icons-book-map-red {
  width: 52px;
  height: 51px;
  background-position: -406px -2px;
}
body.dark .view-map .icons-recruit-map-red {
  width: 52px;
  height: 51px;
  background-position: -83px -39px;
}
body.dark .view-map .icons-man-map {
  width: 52px;
  height: 51px;
  background-position: -350px -2px;
}
body.dark .view-map .icons-money-map-white {
  width: 52px;
  height: 51px;
}
body.dark .view-map .icons-lines-map-red {
  width: 52px;
  height: 51px;
  background-position: -294px -2px;
}
body.dark .view-map .icons-money-map-red {
  width: 52px;
  height: 51px;
  background-position: -518px -2px;
}
body.dark .view-map .icons-money-map-grey {
  width: 52px;
  height: 51px;
  background-position: -739px -2px;
}
body.dark .view-map .icons-man-map-grey {
  width: 52px;
  height: 51px;
  background-position: -518px -2px;
}
/* Sections
	--------------------------------------------------------------*/
body {
  text-align: center;
  background-size: 100%;
  overflow: auto;
}
html,
body {
  width: 320px;
}
@media only screen and (max-width: 480px) and (min-width: 330px) {
  html,
  body {
    width: 480px;
  }
}
#mobile-logo {
  width: 100%;
}
.break-line {
  height: 0;
  border-bottom: 1px solid #eee;
  margin: 40px 10% 0;
}
.about p {
  font: normal 15px/24px 'ColfaxWebRegular';
  color: #878787;
  margin: 40px 0 20px;
}
.statistics {
  font: normal 28px/32px 'ColfaxWebLight';
}
.statistics .given,
.statistics .lost {
  padding: 40px;
}
.statistics .given .number,
.statistics .lost .number {
  font: normal 46px/50px 'ColfaxWebMedium';
  display: block;
}
.statistics .given {
  color: #252525;
}
.statistics .given .number {
  color: #d21e13;
}
.statistics .lost {
  background: #252525;
  color: white;
}
.app {
  position: relative;
  padding: 40px 0;
  margin: 40px 0 20px;
}
.app p {
  font: normal 15px/24px 'ColfaxWebRegular';
  color: #878787;
  margin-left: 50%;
  text-align: left;
}
.app img {
  position: absolute;
  top: -5%;
  left: 15%;
  height: 100%;
}
.get-the-app {
  margin-bottom: 40px;
}
.march {
  margin-bottom: 40px;
}
.march h1 {
  font: normal 28px/32px 'ColfaxWebRegular';
  color: #252525;
  margin-bottom: 20px;
}
.march p {
  font: normal 15px/24px 'ColfaxWebRegular';
  color: #878787;
  font-style: italic;
  margin-bottom: 20px;
}
.call-congress {
  margin-bottom: 40px;
}
.call-congress p {
  font: normal 24px/32px 'ColfaxWebRegular';
  color: #252525;
  margin-bottom: 20px;
}
.call-congress h1 {
  font: normal 15px/24px 'ColfaxWebRegular';
  color: #878787;
  font-style: italic;
  margin-bottom: 20px;
}
.spread-the-word {
  background: none;
  margin-bottom: 40px;
}
.spread-the-word h1 {
  font: normal 28px/32px 'ColfaxWebRegular';
  color: #252525;
  margin-bottom: 20px;
}
.spread-the-word ul.share {
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  width: 250px;
  padding: 0 0 20px 0;
}
.spread-the-word ul.share li {
  float: left;
  margin: 0 5px 0 0;
}
.spread-the-word ul.share li a {
  position: relative;
  display: block;
}
.copyright p {
  text-transform: uppercase;
  font: normal 15px/24px 'ColfaxWebMedium';
  color: #878787;
  margin-bottom: 20px;
}
.copyright p a {
  color: #d21e13;
}
.logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  overflow: hidden;
  background: #efefef;
}
.logo-wrapper .back {
  text-transform: uppercase;
  font: normal 13px/24px 'ColfaxWebMedium';
  color: #878787;
  margin-bottom: 20px;
  color: #d21e13;
  position: absolute;
  left: 20px;
  top: 32px;
}
.logo-wrapper img {
  position: absolute;
  right: -85px;
  top: -25px;
}
.page-join {
  margin-top: 100px;
}
.page-join h1 {
  font: normal 28px/32px 'ColfaxWebBold';
  text-transform: uppercase;
  color: #252525;
  margin-bottom: 20px;
}
.page-join h2 {
  font: normal 28px/32px 'ColfaxWebRegular';
  color: #252525;
  margin-bottom: 20px;
}
.page-join p {
  font: normal 15px/24px 'ColfaxWebRegular';
  color: #555555;
  margin: 0 40px 20px;
  text-align: left;
}
.page-join p.date {
  font: normal 15px/24px 'ColfaxWebRegular';
  color: #878787;
  font-style: italic;
  margin-bottom: 20px;
  text-align: center;
}
.page-about {
  margin-top: 100px;
}
.page-about h1 {
  font: normal 28px/32px 'ColfaxWebBold';
  text-transform: uppercase;
  color: #252525;
  margin-bottom: 20px;
}
.page-about p {
  font: normal 15px/24px 'ColfaxWebRegular';
  color: #555555;
  margin: 0 40px 20px;
  text-align: left;
}
.page-terms {
  margin-top: 100px;
}
.page-terms h1 {
  font: normal 28px/32px 'ColfaxWebBold';
  text-transform: uppercase;
  color: #252525;
  margin-bottom: 20px;
}
.page-terms p {
  font: normal 15px/24px 'ColfaxWebRegular';
  color: #555555;
  margin: 0 40px 20px;
  text-align: left;
}
/* Miscellaneous, short helper classes
	--------------------------------------------------------------*/
/* No wrap
--------------------------------------------------------------*/
.nowrap {
  white-space: nowrap;
}
/* None
--------------------------------------------------------------*/
.hide {
  display: none;
}
/* Block
--------------------------------------------------------------*/
.block {
  display: block;
}
