/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/**************************
  Break it down with some heavy breakpoints
***************************/
* {
  box-sizing: border-box; }

/**************************
  Break it down with some heavy breakpoints
***************************/
* {
  box-sizing: border-box; }

[class*="-blocks"], .row, .one-block {
  display: block; }

[class*="-blocks"] {
  margin-right: 2.85714%; }

.row {
  *zoom: 1; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

@media screen and (max-width: 20em) {
  .row {
    padding: 0 1.25em; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  .row {
    padding: 0 1.25em; } }

@media screen and (min-width: 40.0625em) and (max-width: 47.9375em) {
  .row {
    padding: 0 1.25em; } }

@media screen and (min-width: 48em) and (max-width: 58.75em) {
  .row {
    padding: 0 1.25em; } }

.one-block {
  display: block;
  float: left;
  margin-right: 2.85714%;
  width: 5.71429%; }

.one-block:last-child {
  margin-right: 0; }

.two-blocks {
  display: block;
  float: left;
  margin-right: 2.85714%;
  width: 14.28571%; }

.two-blocks:last-child {
  margin-right: 0; }

.three-blocks {
  display: block;
  float: left;
  margin-right: 2.85714%;
  width: 22.85714%; }

.three-blocks:last-child {
  margin-right: 0; }

.four-blocks {
  display: block;
  float: left;
  margin-right: 2.85714%;
  width: 31.42857%; }

.four-blocks:last-child {
  margin-right: 0; }

.five-blocks {
  display: block;
  float: left;
  margin-right: 2.85714%;
  width: 40%; }

.five-blocks:last-child {
  margin-right: 0; }

.six-blocks {
  display: block;
  float: left;
  margin-right: 2.85714%;
  width: 48.57143%; }

.six-blocks:last-child {
  margin-right: 0; }

.seven-blocks {
  display: block;
  float: left;
  margin-right: 2.85714%;
  width: 57.14286%; }

.seven-blocks:last-child {
  margin-right: 0; }

.eight-blocks {
  display: block;
  float: left;
  margin-right: 2.85714%;
  width: 65.71429%; }

.eight-blocks:last-child {
  margin-right: 0; }

.nine-blocks {
  display: block;
  float: left;
  margin-right: 2.85714%;
  width: 74.28571%; }

.nine-blocks:last-child {
  margin-right: 0; }

.ten-blocks {
  display: block;
  float: left;
  margin-right: 2.85714%;
  width: 82.85714%; }

.ten-blocks:last-child {
  margin-right: 0; }

.eleven-blocks {
  display: block;
  float: left;
  margin-right: 2.85714%;
  width: 91.42857%; }

.eleven-blocks:last-child {
  margin-right: 0; }

.twelve-blocks {
  display: block;
  float: left;
  margin-right: 2.85714%;
  width: 100%; }

.twelve-blocks:last-child {
  margin-right: 0; }

@media screen and (max-width: 20em) {
  [class*="-blocks"] {
    display: block;
    float: none;
    display: block;
    float: left;
    margin-right: 20%;
    width: 100%; }
  [class*="-blocks"]:last-child {
    margin-right: 0; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  [class*="-blocks"] {
    display: block;
    float: none;
    display: block;
    float: left;
    margin-right: 9.09091%;
    width: 100%; }
  [class*="-blocks"]:last-child {
    margin-right: 0; } }

[class*="-blocks"].centered {
  float: none;
  display: block;
  margin: 0 auto; }

button,
input[type="submit"] {
  border: 1px solid #2459a6;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #89a8d5;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #477dca;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #477dca), color-stop(100%, #2760b2));
  background-image: -webkit-linear-gradient(#477dca, #2760b2);
  background-image: linear-gradient(#477dca, #2760b2);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #1b4f9a;
  background-clip: padding-box;
  font-size: 1em; }

button:hover:not(:disabled),
input[type="submit"]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #628cc8;
  cursor: pointer;
  background-color: #3c71bb;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c71bb), color-stop(100%, #255aa5));
  background-image: -webkit-linear-gradient(#3c71bb, #255aa5);
  background-image: linear-gradient(#3c71bb, #255aa5); }

button:active:not(:disabled),
input[type="submit"]:active:not(:disabled) {
  border: 1px solid #2459a6;
  box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397, 0 1px 1px 0 #eeeeee; }

button:disabled,
input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed; }

body {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.25em; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear; }

a:hover {
  color: #2c5999; }

a:active, a:focus {
  color: #2c5999;
  outline: none; }

hr {
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #595959; }

blockquote {
  border-left: 2px solid #dddddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }

cite:before {
  content: '\2014 \00A0'; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }

label.required:after {
  content: "*"; }

label abbr {
  display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  box-sizing: border-box;
  -webkit-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }

textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover {
  border-color: #c4c4c4; }

textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

select {
  width: auto;
  margin-bottom: 1.5em; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

table {
  margin: 0.75em 0;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #dddddd;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }

dl dt {
  font-weight: bold;
  margin-top: 0.75em; }

dl dd {
  margin: 0; }

/* Success, error & notice boxes for messages and errors. */
.error, #flash_failure, .notice, #flash_notice, .success, #flash_success {
  margin-bottom: 0.75em;
  padding: 0.75em;
  font-weight: bold; }

.error, #flash_failure {
  background: #fbe3e4;
  color: #96151b; }

.error a, #flash_failure a {
  color: #6a0f13; }

.error a:hover, #flash_failure a:hover {
  color: #110203; }

.notice, #flash_notice {
  background: #fff6bf;
  color: #8c7800; }

.notice a, #flash_notice a {
  color: #594c00; }

.notice a:hover, #flash_notice a:hover {
  color: black; }

.success, #flash_success {
  background: #e6efc2;
  color: #56651a; }

.success a, #flash_success a {
  color: #333c10; }

.success a:hover, #flash_success a:hover {
  color: black; }

body {
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif; }

p {
  font-family: "BaskervilleMTW01-Roman", Georgia, serif; }

a {
  color: #444; }

html, body {
  background: white;
  height: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiasing;
  text-rendering: optimizeLegibility; }

body {
  background: white;
  font-family: "BaskervilleMTW01-Roman", Georgia, serif; }

body.is-active {
  overflow: hidden; }

#page-wrap {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  left: 0;
  background: white;
  -webkit-transition: left 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 0.25s cubic-bezier(0.77, 0, 0.175, 1); }

body.is-active #page-wrap {
  position: relative;
  left: -80%;
  -webkit-transition: left 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  height: 100%;
  overflow: hidden;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.25); }

#mobile-menu {
  border-top: 5px solid black;
  display: none;
  background: #e6e6e6;
  position: absolute;
  left: -80%;
  top: 0;
  width: 80%;
  max-width: 80%;
  height: 100%;
  z-index: 1;
  -webkit-transition: left 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif; }

@media screen and (max-width: 20em) {
  #mobile-menu {
    display: block; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  #mobile-menu {
    display: block; } }

@media screen and (min-width: 40.0625em) and (max-width: 47.9375em) {
  #mobile-menu {
    display: block; } }

body.is-active #mobile-menu {
  z-index: 48;
  left: 20%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 0.25s cubic-bezier(0.77, 0, 0.175, 1); }

#mobile-menu .the-fine-print {
  width: 100%;
  max-width: 100%;
  padding: 0.9375em; }

#mobile-menu .the-fine-print p {
  width: 100%;
  font-size: 0.875em; }

#mobile-menu .the-fine-print .copyright {
  font-size: 0.8125em; }

.mobile-menu--logo {
  width: 80%;
  margin: 1.5625em auto;
  height: 100px;
  background: url("../images/worldview_knockout_lockup.svg") transparent no-repeat center center;
  background-size: 80%;
  max-width: 250px; }

.nav-mobile--primary {
  display: block; }

.nav-mobile--primary li:last-of-type a {
  border-bottom: 1px solid white; }

.nav-mobile--primary a {
  display: block;
  padding: 0.625em 1.25em;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  text-transform: uppercase; }

.nav-mobile--primary a:first-child {
  border-top: 1px solid white; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

ul li, ol li {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  color: #477dca;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

a:hover {
  color: #222; }

a:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }

a:active, a:focus, input[type="submit"]:active, input[type="submit"]:focus {
  outline: none;
  box-shadow: none; }

.nav--primary a {
	color: #444;
}

.v-aligner--wrap {
  display: table; }

.v-aligner {
  display: table-cell;
  vertical-align: middle; }

.worldview-full-lockup {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 15vw;
  background: url("../images/worldview-full-lockup.svg") transparent no-repeat top center;
  background-size: 100% 80%; }

@media screen and (min-width: 47.9375em) {
  .hide-on-desktop {
    display: none; } }

@media screen and (max-width: 20em) {
  .hide-on-devices {
    display: none !important; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  .hide-on-devices {
    display: none !important; } }

@media screen and (min-width: 40.0625em) and (max-width: 47.9375em) {
  .hide-on-devices {
    display: none !important; } }

.pdf-download {
  padding-left: 1.5625em;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif; }

.pdf-download:before {
  content: "";
  display: inline-block;
  background: url("../images/pdf-icon.gif") transparent no-repeat center center;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  vertical-align: middle; }

.register-btn, .donate-btn {
  display: block;
  width: 100%;
  background: black;
  color: white;
  position: relative;
  text-align: left;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 1.5em;
  line-height: 1;
  text-transform: uppercase;
  padding: 1.25em 1.5625em;
  overflow: hidden;
  margin-bottom: 0.9375em; }

.register-btn:after, .donate-btn:after {
  display: block;
  content: "";
  position: absolute;
  width: 250px;
  height: 50px;
  right: -100px;
  bottom: 0;
  background-color: #cd9700;
  background-image: -webkit-linear-gradient(#cd9700 0, #cd9700 32%, #ad172b 33%, #ad172b 70%, #004a87 71%, #004a87 100%);
  background-image: linear-gradient(#cd9700 0, #cd9700 32%, #ad172b 33%, #ad172b 70%, #004a87 71%, #004a87 100%);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all, 0.25s, ease-in-out;
  transition: all, 0.25s, ease-in-out; }

.register-btn:hover, .donate-btn:hover {
  color: white; }

header[role="header"] {
  display: block; }

@media screen and (min-width: 40.0625em) and (max-width: 47.9375em) {
  header[role="header"] .row {
    padding: 0; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  header[role="header"] .row {
    padding: 0; } }

@media screen and (max-width: 20em) {
  header[role="header"] .row {
    padding: 0; } }

.header--primary {
  background: white;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 999999;
  border-top: 5px solid black; }

body.home .header--primary .header-logo {
  display: none; }

@media screen and (min-width: 40.0625em) and (max-width: 47.9375em) {
  body.home .header--primary .header-logo {
    display: block; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  body.home .header--primary .header-logo {
    display: block; } }

@media screen and (max-width: 20em) {
  body.home .header--primary .header-logo {
    display: block; } }

.header--primary .header-logo:after {
  content: "";
  display: none;
  position: absolute;
  width: 160px;
  height: 20px;
  background: url("../images/worldview-wordmark.svg") transparent no-repeat top center;
  background-size: 100%;
  z-index: 999;
  left: 95%;
  top: 50%;
  margin-top: -6px; }

@media screen and (max-width: 20em) {
  .header--primary .header-logo:after {
    left: 88%; } }

@media screen and (max-width: 20em) {
  .header--primary .header-logo {
    display: block; }
  .header--primary .header-logo:after {
    display: block; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  .header--primary .header-logo {
    display: block; }
  .header--primary .header-logo:after {
    display: block; } }

@media screen and (min-width: 40.0625em) and (max-width: 47.9375em) {
  .header--primary .header-logo {
    display: block; }
  .header--primary .header-logo:after {
    display: block; } }

.header-logo {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background: url("../images/worldview-mark.svg") transparent no-repeat top center;
  background-size: 115%;
  top: -5px;
  bottom: 0;
  display: block;
  width: 110px;
  height: 110%;
  position: absolute;
  z-index: 9999999; }

@media screen and (max-width: 20em) {
  .header-logo {
    background-size: 80%;
    top: -3px; } }

.nav--primary {
  margin: 0 auto;
  text-align: center;
  overflow: hidden; }

@media screen and (min-width: 40.0625em) and (max-width: 47.9375em) {
  .nav--primary {
    display: none; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  .nav--primary {
    display: none; } }

@media screen and (max-width: 20em) {
  .nav--primary {
    display: none; } }

.nav--primary li {
  display: inline-block; }

.nav--primary li a {
  font-family: "Avenir";
  font-weight: 500;
  display: inline-block;
  font-size: 1em;
  padding: 1.25em 1em;
  text-transform: uppercase;
  position: relative; }

.nav--primary li a:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -18px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 8px;
  border-bottom-color: #eeeeee;
  -webkit-transition: bottom, 0.25s, cubic-bezier(0.77, 0, 0.175, 1);
  transition: bottom, 0.25s, cubic-bezier(0.77, 0, 0.175, 1); }

.nav--primary li a:hover:after {
  bottom: 0; }

.nav--primary li a[title="login-btn"] {
  background: whitesmoke;
  /*display: none;*/
  vertical-align: middle;
  padding: 0.1875em 0.9375em 0.125em;
  font-size: 0.75em;
  margin-left: 0.625em;
  border-radius: 2px; }

.nav--primary li a[title="login-btn"]:after {
  display: none; }

body.home .nav--primary li a[title="login-btn"] {
  display: inline-block; }

.nav--primary li.current-menu-item a:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 8px;
  border-bottom-color: black; }

#menu-trigger {
  display: block;
  float: right;
  font-weight: 500;
  font-size: 1.5625em;
  padding: 0.75em;
  text-transform: uppercase;
  color: black; }

@media screen and (min-width: 47.9375em) {
  #menu-trigger {
    display: none; } }

#footer {
  border-top: 1px solid #e6e6e6;
  width: 100%;
  min-height: 300px;
  margin: 2.1875em 0 0;
  padding: 0 3.75em;
  position: relative;
  overflow: hidden;
  background: white;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif; }

#footer:after {
  display: block;
  content: "";
  position: absolute;
  width: 400px;
  height: 50px;
  right: -100px;
  bottom: 0;
  background-color: #cd9700;
  background-image: -webkit-linear-gradient(#cd9700 0, #cd9700 32%, #ad172b 33%, #ad172b 70%, #004a87 71%, #004a87 100%);
  background-image: linear-gradient(#cd9700 0, #cd9700 32%, #ad172b 33%, #ad172b 70%, #004a87 71%, #004a87 100%);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media screen and (max-width: 20em) {
  #footer {
    padding: 0 0 9.375em; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  #footer {
    padding: 0 0 9.375em; } }

body.home #footer {
  margin-top: 0; }

.footer--social {
  display: block;
  margin-bottom: 5em;
  position: relative;
  top: -2px;
  z-index: 9999; }

.footer--social a.footer--social-icn {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  padding: 0.3125em 0.9375em;
  background: url("../images/social-icons.svg") transparent no-repeat center center;
  background-size: 400%;
  color: white; }

.footer--social a.footer--social-icn[class*=facebook] {
  background-color: #507cbe;
  background-position: 0px center; }

.footer--social a.footer--social-icn[class*=twitter] {
  background-color: #63cdf1;
  background-position: -30px center; }

.footer--social a.footer--social-icn[class*=youtube] {
  background-color: #ef6c53;
  background-position: -60px center; }

.footer--social a.footer--social-icn[class*=rss] {
  background-color: #f7941e;
  background-position: -90px center; }

@media screen and (max-width: 20em) {
  .footer--social {
    margin-bottom: 2.5em; } }

.footer-logo {
  display: block;
  float: left;
  margin-right: 1.5625em;
  width: 120px;
  height: 100px;
  text-indent: -99999em;
  background: url("../images/worldview_knockout_lockup.svg") transparent no-repeat center center;
  background-size: 100%; }

.the-fine-print {
  display: block;
  float: left;
  font-size: 0.875em;
  margin: 0;
  padding: 0;
  line-height: 1.5; }

.the-fine-print p {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  color: #231f20;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif; }

.the-fine-print small {
  text-transform: uppercase;
  color: #bbb;
  margin: 0; }

.v-align-wrap {
  display: table; }

.v-aligner {
  display: table-cell;
  vertical-align: middle; }

.page-default--hero {
  height: 24vw;
  margin-bottom: 2.8125em;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center; }

.page-default--hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 115, 78, 0.75);
  z-index: 0; }

.page-default--hero.south {
  background: #004987; }

.page-default--hero.south:after {
  background: rgba(0, 73, 135, 0.75); }

.page-default--hero.west:after {
  background: rgba(205, 151, 0, 0.75); }

.page-default--hero.north {
  background: #ad172b; }

.page-default--hero.north:after {
  background: rgba(173, 23, 43, 0.75); }

@media screen and (max-width: 20em) {
  .page-default--hero {
    height: 45vw; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  .page-default--hero {
    height: 30vw; } }

@media screen and (min-width: 48em) and (max-width: 58.75em) {
  .page-default--hero {
    height: 30vw; } }

body.single-camps .page-default--hero {
  background: #20558a; }

body.single-camps .page-default--hero:after {
  content: "";
  background: rgba(32, 85, 138, 0.8); }

body.single-camps .page-default--hero.south {
  background: #004987; }

body.single-camps .page-default--hero.south:after {
  background: rgba(0, 73, 135, 0.75); }

body.single-camps .page-default--hero.west:after {
  background: rgba(205, 151, 0, 0.75); }

body.single-camps .page-default--hero.north:after {
  background: rgba(173, 23, 43, 0.75); }

.page-default--title {
  position: absolute;
  bottom: 20px;
  font-size: 1.25em;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  z-index: 2; }

@media screen and (max-width: 20em) {
  .page-default--title {
    font-size: 1em; } }

.page-default--title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -44px;
  left: 0;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 12.5px;
  border-top-color: #05734e; }

.page-default--title.south:after {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 12.5px;
  border-top-color: #004987; }

.page-default--title.west:after {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 12.5px;
  border-top-color: #cd9700; }

.page-default--title.north:after {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 12.5px;
  border-top-color: #ad172b; }

body.single-camps .page-default--title:after {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 12.5px;
  border-top-color: #20558a; }

body.single-camps .page-default--title.south:after {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 12.5px;
  border-top-color: #004987; }

body.single-camps .page-default--title.west:after {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 12.5px;
  border-top-color: #cd9700; }

body.single-camps .page-default--title.north:after {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 12.5px;
  border-top-color: #ad172b; }

.sidebar {
  display: block;
  position: relative;
  top: -45px; }

@media screen and (max-width: 20em) {
  .sidebar {
    top: 0;
    margin-top: 2.1875em; } }

.sidebar section:nth-child(2) {
  border-bottom: 1px solid white;
  margin-top: 2.1875em;
  padding-top: 2.1875em; }

.sidebar-subtitle {
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-weight: 200;
  font-size: 1.25em;
  text-transform: uppercase;
  margin-bottom: 0.9375em; }

.sidebar--meta-wrap {
  background: #e6e6e6;
  padding: 1.5625em; }

.camp-single--quick-fact {
  display: block;
  position: relative;
  padding-left: 0.9375em;
  margin-bottom: 0.9375em;
  text-transform: uppercase;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 1em; }

.camp-single--quick-fact:last-of-type {
  margin-bottom: 0; }

.camp-single--quick-fact:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: black; }

.camp-single--download {
  display: block;
  position: relative;
  padding-left: 1.5625em;
  margin-bottom: 0.9375em;
  text-transform: uppercase;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 1em; }

.camp-single--download a {
  text-decoration: underline; }

.camp-single--download:last-of-type {
  margin-bottom: 0; }

.camp-single--download:before {
  content: "";
  display: inline-block;
  background: url("../images/pdf-icon.gif") transparent no-repeat center center;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  vertical-align: middle; }

.sidebar--register-btn {
  display: block;
  width: 100%;
  background: black;
  color: white;
  position: relative;
  text-align: left;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 1.5em;
  line-height: 1;
  text-transform: uppercase;
  padding: 1.25em 1.5625em;
  overflow: hidden;
  margin-bottom: 0.9375em;
  -webkit-transition: all, 0.25s, ease-in-out;
  transition: all, 0.25s, ease-in-out; }

.sidebar--register-btn:after {
  display: block;
  content: "";
  position: absolute;
  width: 250px;
  height: 50px;
  right: -100px;
  bottom: 0;
  background-color: #cd9700;
  background-image: -webkit-linear-gradient(#cd9700 0, #cd9700 32%, #ad172b 33%, #ad172b 70%, #004a87 71%, #004a87 100%);
  background-image: linear-gradient(#cd9700 0, #cd9700 32%, #ad172b 33%, #ad172b 70%, #004a87 71%, #004a87 100%);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all, 0.25s, ease-in-out;
  transition: all, 0.25s, ease-in-out; }

.sidebar--register-btn:hover {
  color: white; }

@media screen and (max-width: 20em) {
  .sidebar--register-btn {
    font-size: 1em; } }

.sidebar-btn {
  display: block;
  width: 100%;
  background: #20558a;
  color: white;
  position: relative;
  text-align: left;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 1.25em 1.5625em 1.25em 2.1875em;
  margin-bottom: 0.9375em; }

.sidebar-btn:hover {
  color: white;
  padding-left: 2.5em; }

.sidebar-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 9px;
  border-left-color: white; }

.sidebar-btn.green-btn {
  background: #05734e; }

.sidebar-btn.south {
  background: #004987; }

.sidebar-btn.west {
  background: #cd9700; }

.sidebar-btn.north {
  background: #ad172b; }

@media screen and (max-width: 20em) {
  .sidebar-btn {
    font-size: 1em; } }

.camp-connection-sidebar .sidebar-subtitle {
  position: relative;
  padding-left: 0.625em; }

.camp-connection-sidebar .sidebar-subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-left-color: black; }

.camp-connection-sidebar section {
  margin-top: 2.1875em; }

.camp-connection-sidebar section a:last-of-type {
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 0.75em;
  color: #4d4d4d;
  text-transform: uppercase; }

.sidebar--camp-connection-btn {
  display: block;
  width: 100%;
  background: #20558a;
  color: white;
  position: relative;
  text-align: left;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 1.25em;
  text-transform: uppercase;
  padding: 1.25em 1.5625em 1.25em 2.5em;
  margin-top: 0.9375em; }

.sidebar--camp-connection-btn:hover {
  color: white;
  padding-left: 2.8125em; }

.sidebar--camp-connection-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -10px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 9px;
  border-left-color: white; }

.sidebar--camp-connection-btn.south {
  background: #004987; }

.sidebar--camp-connection-btn.west {
  background: #cd9700; }

.sidebar--camp-connection-btn.north {
  background: #ad172b; }

@media screen and (max-width: 20em) {
  .sidebar--camp-connection-btn {
    font-size: 1em; } }

ul.tweetfeed {
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif; }

ul.tweetfeed .tweet-twittar, ul.tweetfeed .tweet-name, ul.tweetfeed .tweet-screen-name, ul.tweetfeed .tweet-timestamp, ul.tweetfeed .intent-meta {
  display: none; }

ul.tweetfeed p.tweet-content {
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif; }

ul.tweetfeed p.tweet-content a {
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  text-decoration: underline;
  font-size: 1em; }

.latest-instagram .easy-instagram-thumbnail-wrapper .easy-instagram-thumbnail-wrapper {
  width: 33.3333%;
  float: left;
  padding-right: 0.3125em; }

.latest-instagram .easy-instagram-thumbnail-wrapper .easy-instagram-thumbnail-wrapper a {
  display: block; }

.latest-instagram .easy-instagram-thumbnail-wrapper .easy-instagram-thumbnail-wrapper a img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important; }

.latest-instagram .easy-instagram-thumbnail-wrapper .easy-instagram-thumbnail-wrapper .easy-instagram-thumbnail-author, .latest-instagram .easy-instagram-thumbnail-wrapper .easy-instagram-thumbnail-wrapper .easy-instagram-thumbnail-caption, .latest-instagram .easy-instagram-thumbnail-wrapper .easy-instagram-thumbnail-wrapper .easy-instagram-thumbnail-time {
  display: none !important; }

@media screen and (max-width: 20em) {
  .latest-instagram .easy-instagram-thumbnail-wrapper .easy-instagram-thumbnail-wrapper {
    width: 50%; } }

.page-content--header {
  border-bottom: 1px solid whitesmoke;
  padding-bottom: 2.8125em;
  margin-bottom: 2.8125em; }

.page-section {
  margin-bottom: 1.5625em; }

.page-subtitle {
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-weight: 200;
  font-size: 2.1875em;
  margin-bottom: 0.5em;
  text-transform: capitalize; }

@media screen and (max-width: 20em) {
  .page-subtitle {
    font-size: 1.875em; } }

.page-subheader {
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-weight: 200;
  font-size: 1.25em;
  margin-bottom: 0.5em; }

@media screen and (max-width: 20em) {
  .page-subheader {
    font-size: 1.25em; } }

.pagination {
  display: block;
  border-top: 1px solid whitesmoke; }

.pagination .page-numbers {
  display: block;
  width: 100%;
  list-style: none; }

.pagination .page-numbers li {
  display: inline-block; }

.pagination .page-numbers li span, .pagination .page-numbers li a {
  color: #cdcdcd;
  display: block;
  font-size: 1em;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  padding: 0.9375em; }

.pagination .page-numbers li span.current, .pagination .page-numbers li a.current {
  background: #fafafa;
  color: #a6a6a6; }

.pagination .page-numbers li span.current:hover, .pagination .page-numbers li a.current:hover {
  background: #fafafa;
  color: #a6a6a6; }

.pagination .page-numbers li span:hover, .pagination .page-numbers li a:hover {
  background: #fafafa;
  color: #a6a6a6; }

.article-single--back-btn {
  margin-bottom: 1.5em;
  display: inline-block; }

.article-single--meta {
  color: whitesmoke;
  text-transform: uppercase;
  font-size: 1em; }

.article-single--content {
  word-wrap: break-word; }

.article-single--content img,
.post-content img,
.page-content img {
  max-width: 100%;
  height: auto; }

.article-single--content h1, .article-single--content h2, .article-single--content h3, .article-single--content h4, .article-single--content h5, .article-single--content h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  text-transform: capitalize; }

.article-single--content p,
.post-content p,
.page-content p {
  /*line-height: 1.875em;*/ }

.article-single--content ol li,
.post-content ol li,
.page-content ol li {
  list-style: decimal; }

.article-single--content ul li,
.post-content ul li,
.page-content ul li {
  list-style: disc; }

#homepage--hero {
  height: 45vw;
  width: 100%;
  position: relative;
  overflow: hidden; }

@media screen and (min-width: 40.0625em) and (max-width: 47.9375em) {
  #homepage--hero {
    padding: 2.5em 0; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  #homepage--hero {
    padding: 3.125em 1.25em; } }

@media screen and (max-width: 20em) {
  #homepage--hero {
    padding: 4.0625em 0; } }

@media screen and (max-width: 20em) {
  .homepage--hero-logo {
    display: block;
    height: 150px; } }

.fullpage-video-wrapper {
  background: #cdcdcd;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden; }

.fullpage-video-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(255, 255, 255, 0.85); }

@media screen and (max-width: 20em) {
  .fullpage-video-wrapper video {
    display: none !important; } }

@media screen and (max-width: 48em) {
  .fullpage-video-wrapper video {
    display: none !important; } }

.homepage-intro {
  text-align: center;
  position: relative;
  z-index: 5;
  font-family: Georgia, serif;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none; }

.homepage-intro p {
  font-size: 2vw;
  line-height: 1.25;
  font-family: Baskerville, serif;
  margin: 1em auto; }

@media screen and (max-width: 20em) {
  .homepage-intro p {
    font-size: 1.125em; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  .homepage-intro p {
    font-size: 1.25em; } }

@media screen and (min-width: 40.0625em) and (max-width: 47.9375em) {
  .homepage-intro p {
    font-size: 1.25em; } }

.homepage-intro .worldview-full-lockup {
  max-width: 350px; }

@media screen and (max-width: 20em) {
  .homepage-intro .worldview-full-lockup {
    margin-bottom: 0.9375em;
    width: 90%;
    height: 25px;
    min-height: 0;
    background: url("../images/worldview-tagline.svg") transparent no-repeat center center;
    background-size: 100%; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  .homepage-intro .worldview-full-lockup {
    margin-bottom: 0.9375em;
    width: 75%;
    height: 30px;
    min-height: 0;
    background: url("../images/worldview-tagline.svg") transparent no-repeat center center;
    background-size: 100%; } }

@media screen and (min-width: 40.0625em) and (max-width: 47.9375em) {
  .homepage-intro .worldview-full-lockup {
    margin-bottom: 0.9375em;
    width: 60%;
    height: 25px;
    min-height: 50px;
    background: url("../images/worldview-tagline.svg") transparent no-repeat center center;
    background-size: 100%; } }

#homepage--camps {
  background: white;
  padding: 12px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }

@media screen and (min-width: 40.0625em) and (max-width: 47.9375em) {
  #homepage--camps {
    padding: 2.5em 0; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  #homepage--camps {
    padding: 0.625em 0; } }

@media screen and (max-width: 20em) {
  #homepage--camps {
    padding: 0; } }

.homepage--camp-single {
  -webkit-box-flex: 3;
  box-flex: 3;
  -webkit-flex: 3;
  -moz-flex: 3;
  flex: 3;
  background: #333;
  border: 1rem solid #333;
  min-height: 200px;
  height: 35vw;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1); }

.homepage--camp-single:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
  z-index: 100;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 12px;
  border-top-color: white;
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1); }

.homepage--camp-single:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 55, 55, 0.8);
  z-index: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1); }

.homepage--camp-single.camp-west {
  border-color: #cd9700; }

.homepage--camp-single.camp-west:hover:after {
  box-shadow: inset 0 0 0 5px #cd9700;
  background: rgba(205, 151, 0, 0.38); }

.homepage--camp-single.camp-west:before {
  border-top-color: inherit; }

.homepage--camp-single.camp-west.is-active:after {
  box-shadow: inset 0 0 0 5px #cd9700;
  background: rgba(205, 151, 0, 0.38); }

.homepage--camp-single.camp-north {
  border-color: #ac1a2f; }

.homepage--camp-single.camp-north:hover:after {
  box-shadow: inset 0 0 0 5px #ac1a2f;
  background: rgba(91, 36, 44, 0.8); }

.homepage--camp-single.camp-north:before {
  border-top-color: inherit; }

.homepage--camp-single.camp-north.is-active:after {
  box-shadow: inset 0 0 0 5px #ac1a2f;
  background: rgba(91, 36, 44, 0.8); }

.homepage--camp-single.camp-south {
  border-color: #20558a; }

.homepage--camp-single.camp-south:hover:after {
  box-shadow: inset 0 0 0 5px #20558a;
  background: rgba(48, 65, 82, 0.8); }

.homepage--camp-single.camp-south:before {
  border-top-color: inherit; }

.homepage--camp-single.camp-south.is-active:after {
  box-shadow: inset 0 0 0 5px #20558a;
  background: rgba(48, 65, 82, 0.8); }

.homepage--camp-single:hover:before {
  margin-left: -25px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 25px;
  border-top-color: inherit; }

.homepage--camp-single.is-active:before {
  margin-left: -25px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 25px;
  border-top-color: inherit; }

.homepage--camp-single > div {
  height: 100%;
  width: 100%; }

@media screen and (min-width: 48em) and (max-width: 58.75em) {
  .homepage--camp-single {
    height: 275px; } }

@media screen and (min-width: 40.0625em) and (max-width: 47.9375em) {
  .homepage--camp-single {
    border: .5em solid inherit; } }

.homepage--camp-title {
  color: white;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 2vw;
  font-weight: 200;
  text-transform: uppercase;
  position: relative;
  z-index: 10; }

.homepage-camps--dropdowns {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear; }

@media screen and (max-width: 20em) {
  .homepage-camps--dropdowns {
    display: none; } }

.homepage-camps--dropdown {
  position: relative;
  display: block;
  width: 100%; }

.homepage-camps--dropdown ul {
  padding: 2.8125em 0; }

.homepage-camps--dropdown ul li {
  display: inline-block;
  margin-right: 3.75em;
  margin-bottom: 0.875em;
  width: 250px; }

.homepage-camps--dropdown ul li a {
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin-right: 5vw;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  padding-left: 20px;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.homepage-camps--dropdown ul li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 4px;
  left: 0;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7.5px;
  border-left-color: black; }

.homepage-camps--dropdown ul li a:hover {
  padding-left: 0.9375em; }

.homepage-camps--dropdown[data-camps="west"] {
  background: #fff2cd; }

.homepage-camps--dropdown[data-camps="west"] a {
  border-bottom-color: #cd9700; }

.homepage-camps--dropdown[data-camps="north"] {
  background: #f8cdd4; }

.homepage-camps--dropdown[data-camps="north"] a {
  border-bottom-color: #ac1a2f; }

.homepage-camps--dropdown[data-camps="south"] {
  background: #bad4ef; }

.homepage-camps--dropdown[data-camps="south"] a {
  border-bottom-color: #7caee1; }

.mobile-camps--dropdowns {
  display: block;
  width: 100%; }

.dropdown-region-selector {
  display: block;
  width: 100%;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  text-transform: uppercase;
  background: #eee;
  font-size: 1.25em;
  color: white;
  position: relative; }

.dropdown-region-selector > a {
  color: white;
  display: block;
  width: 100%;
  padding: 0.625em;
  padding-left: 1.875em;
  position: relative; }

.dropdown-region-selector > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -7px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px;
  border-left-color: white;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.dropdown-region-selector.is-active a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -4px;
  left: 12px; }

.dropdown-region-selector:hover {
  cursor: pointer; }

.dropdown-region-selector .mobile-camps--dropdown {
  display: none; }

.dropdown-region-selector[data-camps="west"] {
  background: #cd9700; }

.dropdown-region-selector[data-camps="west"] .mobile-camps--dropdown {
  background: #fff2cd;
  color: white; }

.dropdown-region-selector[data-camps="west"] .dropdown-camp {
  border-bottom-color: #ffe49a; }

.dropdown-region-selector[data-camps="north"] {
  background: #ac1a2f; }

.dropdown-region-selector[data-camps="north"] .mobile-camps--dropdown {
  background: #f8cdd4;
  color: white; }

.dropdown-region-selector[data-camps="north"] .dropdown-camp {
  border-bottom-color: #f1a1ad; }

.dropdown-region-selector[data-camps="south"] {
  background: #20558a; }

.dropdown-region-selector[data-camps="south"] .mobile-camps--dropdown {
  background: #bad4ef;
  color: white; }

.dropdown-region-selector[data-camps="south"] .dropdown-camp {
  border-bottom-color: #91bbe5; }

.dropdown-region-selector .dropdown-camp {
  font-size: 0.875em;
  border-bottom: 1px solid black; }

.dropdown-region-selector .dropdown-camp:last-of-type {
  border-bottom: 0; }

.dropdown-region-selector .dropdown-camp a {
  display: block;
  width: 100%;
  color: black;
  padding: 0.9375em 0.625em;
  padding-left: 2.1875em;
  vertical-align: baseline; }

#homepage-info {
  background: #e8e8e8;
  padding: 1.25em 0;
  overflow: hidden; }

@media screen and (max-width: 20em) {
  #homepage-info {
    padding: 0; } }

.homepage-info--block {
  padding: 2.5em 0;
  padding-right: 2.5em; }

.homepage-info--block h2 {
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.25em;
  margin: 0 0 0.625em;
  padding-left: 20px;
  position: relative; }

.homepage-info--block h2:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 8px;
  border-left-color: black;
  vertical-align: middle;
  top: 4px; }

.homepage-info--block p {
  font-family: "Baskerville", serif; }

.homepage-info--block:first-child {
  border-right: 1px solid white; }

@media screen and (min-width: 40.0625em) and (max-width: 47.9375em) {
  .homepage-info--block {
    padding: 2.8125em;
    width: 100%;
    display: block;
    float: none; }
  .homepage-info--block:first-child {
    border-right: none;
    border-bottom: 1px solid white; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  .homepage-info--block {
    padding: 2.8125em;
    width: 100%;
    display: block;
    float: none; }
  .homepage-info--block:first-child {
    border-right: none;
    border-bottom: 1px solid white; } }

@media screen and (max-width: 20em) {
  .homepage-info--block {
    padding: 2.1875em 0.625em;
    width: 100%;
    display: block;
    float: none; }
  .homepage-info--block:first-child {
    border-right: none;
    border-bottom: 1px solid white; } }

.faculty-wrap {
  padding: 2.5em 0;
  margin: 2.5em auto;
  border: 1px solid whitesmoke;
  border-left: none;
  border-right: none; }

.faculty-member {
  margin: 0 0 2.8125em;
  overflow: hidden; }

.faculty-member--thumbnail {
  display: block;
  width: 25%;
  float: left;
  padding-right: 1.5625em; }

.faculty-member--thumbnail img {
  display: block;
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 20em) {
  .faculty-member--thumbnail {
    width: 100%;
    float: none;
    padding: 0; } }

.faculty-member--details {
  display: block;
  float: left;
  width: 75%; }

@media screen and (max-width: 20em) {
  .faculty-member--details {
    width: 100%;
    float: none;
    margin-top: 1.5625em; } }

.faculty-member--name {
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  position: relative;
  padding-left: 0.625em;
  margin-bottom: 0.3125em; }

.faculty-member--name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-left-color: black; }

.faculty-member--bio {
  line-height: 1.5;
  margin-bottom: 0; }

.faculty-member--email {
  margin-top: 0.3125em; }

.faculty-member--email a {
  padding-bottom: 0.125em;
  border-bottom: 1px solid #4d4d4d; }

.affinity-organization {
  width: 20%;
  margin-right: 5%;
  float: left;
  margin-bottom: 5%;
  text-align: center;
  min-height: 200px; }

.affinity-organization a {
  display: block;
  width: 100%; }

@media screen and (max-width: 20em) {
  .affinity-organization {
    margin-bottom: 1.5625em;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 0.3125em;
    float: left;
    min-height: 150px; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  .affinity-organization {
    width: 32%;
    margin-right: 1.3333%;
    float: left;
    margin-bottom: 0.125em;
    min-height: 100px; } }

@media screen and (min-width: 40.0625em) and (max-width: 47.9375em) {
  .affinity-organization {
    width: 24%;
    margin-right: 1%;
    float: left;
    margin-bottom: 1%; } }

@media screen and (min-width: 48em) and (max-width: 58.75em) {
  .affinity-organization {
    width: 24%;
    margin-right: 1%;
    float: left;
    margin-bottom: 0.625em;
    min-height: 300px; } }

.camp-region--listing {
  margin-bottom: 2.8125em;
  padding-bottom: 2.8125em; }

.camp-region--listing:nth-child(1) {
  color: #cd9700; }

.camp-region--listing:nth-child(2) {
  color: #ac1a2f; }

.camp-region--listing:nth-child(3) {
  color: #20558a; }

.camp-region--listing:last-child {
  border-bottom: none;
  margin-bottom: 0; }

@media screen and (max-width: 20em) {
  .camp-region--listing {
    border-bottom: 1px solid whitesmoke; } }

.camp-region--title {
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-weight: 200;
  font-size: 1.875em;
  margin-bottom: 0.5em; }

.camp-region--camp-item {
  display: inline-block;
  font-size: 1.25em;
  margin-bottom: 0.625em;
  margin-right: 1.5625em;
  padding-left: 0.625em;
  position: relative; }

.camp-region--camp-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: black; }

.camp-single--specific {
  padding-bottom: 2.1875em;
  margin-bottom: 2.1875em;
  border-bottom: 1px solid whitesmoke; }

.camp-single--location,
.camp-single--date {
  margin: 0;
  padding: 0;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase; }

.camp-single--intro {
  margin: 0.9375em 0; }

.camp-single--faculty a {
  display: inline-block;
  text-decoration: underline; }

.event-listings {
  padding-top: 2.1875em;
  margin-top: 2.1875em;
  border-top: 1px solid whitesmoke; }

.event-listing {
  display: block;
  float: left;
  width: 50%;
  padding-right: 1.5625em;
  margin-bottom: 2.1875em;
  min-height: 250px; }

.event-listing:nth-child(2n+1) {
  padding-right: 0; }

.event-listing .event-listing--date,
.event-listing .event-listing--title {
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  margin: 0;
  text-transform: uppercase; }

.event-listing .event-listing--date {
  font-size: 0.875em; }

.event-listing .event-listing--title {
  font-size: 1.25em;
  margin-bottom: 0.3125em; }

.event-listing .event-listing--time {
  font-size: 0.875em;
  color: #737373; }

.event-listing .event-listing--location {
  margin: 0; }

.event-listing .event-listing--permalink {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 1.125em;
  position: relative;
  padding-left: 0.75em;
  margin-top: 0.625em; }

.event-listing .event-listing--permalink:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-left-color: black; }

@media screen and (max-width: 20em) {
  .event-listing {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 3.125em;
    padding: 0;
    min-height: 150px; }
  .event-listing:last-of-type {
    margin-bottom: 0; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  .event-listing {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 3.125em;
    padding: 0;
    min-height: 150px; }
  .event-listing:last-of-type {
    margin-bottom: 0; } }

.event-single--title {
  margin-bottom: 0.9375em; }

.event-speakers {
  margin-top: 2.1875em;
  padding-top: 2.1875em;
  border-top: 1px solid whitesmoke; }

.event-speaker {
  display: block;
  float: left;
  width: 30%;
  margin-right: 3.3333%;
  margin-bottom: 2.1875em; }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  .event-speaker {
    width: 45%;
    margin-right: 5%; } }

@media screen and (max-width: 20em) {
  .event-speaker {
    width: 100%;
    margin-right: 0; } }

.event-speaker--image {
  display: block;
  width: 100%; }

.event-speaker--image img {
  display: block;
  max-width: 100%; }

.event-speaker--name {
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 1.25em;
  text-transform: uppercase;
  margin-top: 0.5em; }

.event--additional-information {
  margin-top: 2.1875em;
  padding-top: 2.1875em;
  border-top: 1px solid whitesmoke;
  margin-bottom: 2.8125em; }

.event--additional-information .add-info {
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px; }

@media screen and (max-width: 20em) {
  .event--additional-information .add-info {
    -webkit-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    column-gap: 0; } }

@media screen and (min-width: 20.0625em) and (max-width: 40em) {
  .event--additional-information .add-info {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px; } }

.resource--desc {
  padding-bottom: 2.1875em;
  margin-bottom: 2.1875em;
  border-bottom: 1px solid whitesmoke; }

.recommended-reading-listings {
  margin: 1.5625em 0;
  padding: 0 0 0 1.25em;
  list-style: none; }

.recommended-reading-listing {
  list-style: decimal;
  margin-bottom: 0.9375em; }

.recommended-reading-listing:last-of-type {
  margin-bottom: 0; }

.recommended-reading-listing--title {
  font-weight: 600; }

.recommended-reading-listing--author {
  display: block; }

.resources-sidebar .sidebar-btn:first-child {
  margin-bottom: 0.9375em; }

.resource--download {
  display: block;
  position: relative;
  padding-left: 1.5625em;
  margin-bottom: 0.9375em;
  text-transform: uppercase;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 1em; }

.resource--download a {
  text-decoration: underline; }

.resource--download:last-of-type {
  margin-bottom: 0; }

.resource--download:before {
  content: "";
  display: inline-block;
  background: url("../images/pdf-icon.gif") transparent no-repeat center center;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  vertical-align: middle; }

#useStudentNotebookLink .resource--download:before {
  background: none;
  display: none; }

.region-article--listing {
  margin-bottom: 2.8125em;
  padding-bottom: 2.8125em;
  border-bottom: 1px solid whitesmoke;
  word-wrap: break-word; }

.region-article--listing:last-of-type {
  padding-bottom: 0;
  border-bottom: 0; }

.region-article--meta {
  color: #e6e6e6;
  text-transform: uppercase;
  font-size: 1em; }

.region-article--permalink {
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  text-decoration: underline;
  text-transform: uppercase; }

#mti_wfs_colophon {
  display: none !important; }

.camp-single--faculty-image {
  float: left;
  padding-right: 10px; }

.visible-link {
  text-decoration: underline !important; }

a.randy-sims {
  width: 380px;
  height: 99px;
  display: block;
  background-image: url("https://www.worldview.org/wp-content/themes/worldview-academy/assets/images/donateforrandy.gif");
  color: white;
  position: relative;
  text-align: left;
  text-indent: -50000px;
  font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 1.5em;
  line-height: 1;
  text-transform: uppercase;
  padding: 0;
  overflow: hidden;
  margin-bottom: 0.9375em;
  background-position: 0px 0px;
  -webkit-transition-duration: 0;
          transition-duration: 0; }

a.randy-sims:hover {
  background-image: url("https://www.worldview.org/wp-content/themes/worldview-academy/assets/images/donateforrandy.gif"); }

.blog-archive-article {
  padding: 2rem;
  border: 1px solid;
  margin-top: 1rem; }
  .blog-archive-article h2 {
    font-size: 1.5rem; }
  .blog-archive-article .blog-article-excerpt {
    margin: 1rem 0; }

.btn {
  border: 1px solid;
  border-radius: 8px;
  padding: .5rem 1rem;
  background: white;
  color: black;
  display: inline-block; }
  .btn:hover {
    background: black;
    color: white;
    cursor: pointer; }
