@charset "UTF-8";
/*
  Based on the Eric Meyer CSS Reset v2.0 (http://meyerweb.com/eric/tools/css/reset/)
*/
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: top; }

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

/*
 * Function to calculate PSD to CSS letter spacing 
 *
 * $font-size-px 				Photoshop font size
 * $letter-spacing-ps		Photoshot letter spacing
 * @return letter-spacing in px
 */
/**
 * Strips the unit from a given number-unit-combination and returns the number.
 * @link: http://stackoverflow.com/a/12335841/1779999
 * @usage: parse-int(10px) => 10
 */
/**
 * Simply adds the em unit to a given number. This is used twice in the 
 * function underneath, thus the need for a separate function.
 */
/**
 * Calculates em values for a given list of (px or em) values and a given em 
 * base. Multiply base values for nested em structures (last @usage example).
 * @usage: em(10px, 1.125) => .55556em
 *         em(24px, .875em) => 1.71429em
 *         em(12px 0 7em rgba(0, 0, 0, .7), 1.75) => .42857em 0 4em rgba(0, 0, 0, 0.7)
 *         em(12px) + em(3em) => 3.75em
 *         em(23px, em(53px)) => .43396em
 *         em(24px, 1.5 * 1.125) => .88889em
 */
body {
  color: #000000;
  font-family: "Helvetica Neue Roma", "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  line-height: 1.4; }
  @media (max-width: 768px) {
    body {
      font-size: 75%; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.2; }
  h1.-prefix,
  h2.-prefix,
  h3.-prefix,
  h4.-prefix,
  h5.-prefix,
  h6.-prefix {
    position: relative;
    padding-left: 1.5em; }
    h1.-prefix:before,
    h2.-prefix:before,
    h3.-prefix:before,
    h4.-prefix:before,
    h5.-prefix:before,
    h6.-prefix:before {
      position: absolute;
      top: 0.1em;
      left: 0;
      margin: 0; }

h1 {
  font-size: 4.25em;
  line-height: 0.8;
  font-weight: 800; }
  @media (max-width: 768px) {
    h1 {
      font-size: 3.4375em; } }
  h1.-large {
    font-size: 5.625em;
    text-transform: uppercase;
    margin: 0; }

h2 {
  font-size: 3.75em;
  line-height: 1;
  font-weight: 800; }
  @media (max-width: 768px) {
    h2 {
      font-size: 3.125em; } }

h3 {
  font-size: 1.875em;
  line-height: 1.2;
  margin-top: 1em; }

h4 {
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 0.5em; }

h5 {
  font-size: 1.125rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

h6 {
  font-size: 1rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.ninja-forms-form-wrap .nf-error-msg, .about-founder .quote, .team-member header .name, .about-board p, .date, .action-date, .action-intro p, .actionbox-progress .progress-text, .sharebox p, .sharebox .js-share-count,
.sharebox .js-email-count,
.sharebox .js-twitter-count, .ally-media .meta, .campus-ambassadors .ally-splash .ally-title, .campus-ambassadors .ally-splash .ally-quote p, .faq:before, .faq .faq-question, .faq-expander:before {
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 800; }

p {
  margin: 1em 0;
  font-size: 1.125rem; }
  p.-caps {
    font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300; }

a {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a:hover {
    text-decoration: none;
    color: #09dd9a; }
  a.link i:before {
    margin: 0; }
  a.link-alt {
    font-family: "Permanent Marker";
    font-size: 1.375em;
    text-transform: none;
    line-height: .8; }
    a.link-alt i {
      font-size: 0.75em;
      margin-left: 5px; }

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

address {
  font-size: 1rem;
  font-style: italic; }

blockquote {
  margin: 1em 0;
  padding: 0 0 0 2em; }

cite {
  font-style: italic; }

code {
  font-size: 0.96rem;
  font-family: monospace;
  background: #eee;
  border: 1px solid #e1e1e1;
  padding: 0.125em 0.25em;
  line-height: 150%; }

em {
  font-style: italic; }

i {
  font-style: normal; }

strong,
b {
  font-weight: bold; }

hr {
  outline: none;
  border: none;
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid #eee; }

ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 2em; }
  ol li,
  ul li {
    font-size: 1rem;
    list-style-position: outside; }

ul li {
  list-style: disc; }

ol li {
  list-style: decimal; }

form {
  margin: 1em 0; }

dl {
  margin: 1em 0; }
  dl dt {
    font-weight: bold; }
  dl dd {
    margin: 0 0 0.5em; }

table {
  width: 100%;
  margin: 1em 0; }
  table th {
    padding: 0.5em;
    border: 1px solid #eee;
    background: #f7f7f7;
    text-align: left;
    font-weight: bold; }
  table td {
    padding: 0.5em;
    border: 1px solid #eee; }

.error {
  color: #AA0000; }

.success {
  color: #00AA00; }

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Light.eot?#iefix");
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Light.eot?#iefix") format("eot"), url("../fonts/HelveticaNeue/HelveticaNeue-Light.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeue-Light.ttf") format("truetype"), url("../fonts/HelveticaNeue/HelveticaNeue-Light.svg") format("svg");
  font-weight: 300; }

@font-face {
  font-family: "Helvetica Neue Roma";
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Roma.eot?#iefix");
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Roma.eot?#iefix") format("eot"), url("../fonts/HelveticaNeue/HelveticaNeue-Roma.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeue-Roma.ttf") format("truetype"), url("../fonts/HelveticaNeue/HelveticaNeue-Roma.svg=") format("svg"); }

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Italic.eot?#iefix");
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Italic.eot?#iefix") format("eot"), url("../fonts/HelveticaNeue/HelveticaNeue-Italic.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeue-Italic.ttf") format("truetype"), url("../fonts/HelveticaNeue/HelveticaNeue-Italic.svg") format("svg");
  font-style: italic;
  font-weight: 500; }

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Medium.eot?#iefix");
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Medium.eot?#iefix") format("eot"), url("../fonts/HelveticaNeue/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeue-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeue/HelveticaNeue-Medium.svg") format("svg");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Medium.eot?#iefix");
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Medium.eot?#iefix") format("eot"), url("../fonts/HelveticaNeue/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeue-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeue/HelveticaNeue-Medium.svg") format("svg");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Bold.eot?#iefix");
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Bold.eot?#iefix") format("eot"), url("../fonts/HelveticaNeue/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeue/HelveticaNeue-Bold.svg") format("svg");
  font-style: normal;
  font-weight: 800; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/fontello.eot?39928259");
  src: url("../fonts/fontello/fontello.eot?39928259#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff?39928259") format("woff"), url("../fonts/fontello/fontello.ttf?39928259") format("truetype"), url("../fonts/fontello/fontello.svg?39928259#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('../font/entypo.svg?59575301#entypo') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-note:before {
  content: '\e800'; }

/* '' */
.icon-note-beamed:before {
  content: '\e801'; }

/* '' */
.icon-music:before {
  content: '\e802'; }

/* '' */
.icon-search:before {
  content: '\e803'; }

/* '' */
.icon-flashlight:before {
  content: '\e804'; }

/* '' */
.icon-mail:before {
  content: '\e805'; }

/* '' */
.icon-heart:before {
  content: '\e806'; }

/* '' */
.icon-heart-empty:before {
  content: '\e807'; }

/* '' */
.icon-star:before {
  content: '\e808'; }

/* '' */
.icon-star-empty:before {
  content: '\e809'; }

/* '' */
.icon-user:before {
  content: '\e80a'; }

/* '' */
.icon-users:before {
  content: '\e80b'; }

/* '' */
.icon-user-add:before {
  content: '\e80c'; }

/* '' */
.icon-video:before {
  content: '\e80d'; }

/* '' */
.icon-picture:before {
  content: '\e80e'; }

/* '' */
.icon-camera:before {
  content: '\e80f'; }

/* '' */
.icon-layout:before {
  content: '\e810'; }

/* '' */
.icon-menu:before {
  content: '\e811'; }

/* '' */
.icon-check:before {
  content: '\e812'; }

/* '' */
.icon-cancel:before {
  content: '\e813'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e814'; }

/* '' */
.icon-cancel-squared:before {
  content: '\e815'; }

/* '' */
.icon-plus:before {
  content: '\e816'; }

/* '' */
.icon-plus-circled:before {
  content: '\e817'; }

/* '' */
.icon-plus-squared:before {
  content: '\e818'; }

/* '' */
.icon-minus:before {
  content: '\e819'; }

/* '' */
.icon-minus-circled:before {
  content: '\e81a'; }

/* '' */
.icon-minus-squared:before {
  content: '\e81b'; }

/* '' */
.icon-help:before {
  content: '\e81c'; }

/* '' */
.icon-help-circled:before {
  content: '\e81d'; }

/* '' */
.icon-info:before {
  content: '\e81e'; }

/* '' */
.icon-info-circled:before {
  content: '\e81f'; }

/* '' */
.icon-back:before {
  content: '\e820'; }

/* '' */
.icon-home:before {
  content: '\e821'; }

/* '' */
.icon-link:before {
  content: '\e822'; }

/* '' */
.icon-attach:before {
  content: '\e823'; }

/* '' */
.icon-lock:before {
  content: '\e824'; }

/* '' */
.icon-lock-open:before {
  content: '\e825'; }

/* '' */
.icon-eye:before {
  content: '\e826'; }

/* '' */
.icon-tag:before {
  content: '\e827'; }

/* '' */
.icon-bookmark:before {
  content: '\e828'; }

/* '' */
.icon-bookmarks:before {
  content: '\e829'; }

/* '' */
.icon-flag:before {
  content: '\e82a'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e82b'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e82c'; }

/* '' */
.icon-download:before {
  content: '\e82d'; }

/* '' */
.icon-upload:before {
  content: '\e82e'; }

/* '' */
.icon-upload-cloud:before {
  content: '\e82f'; }

/* '' */
.icon-reply:before {
  content: '\e830'; }

/* '' */
.icon-reply-all:before {
  content: '\e831'; }

/* '' */
.icon-forward:before {
  content: '\e832'; }

/* '' */
.icon-quote:before {
  content: '\e833'; }

/* '' */
.icon-code:before {
  content: '\e834'; }

/* '' */
.icon-export:before {
  content: '\e835'; }

/* '' */
.icon-pencil:before {
  content: '\e836'; }

/* '' */
.icon-feather:before {
  content: '\e837'; }

/* '' */
.icon-print:before {
  content: '\e838'; }

/* '' */
.icon-retweet:before {
  content: '\e839'; }

/* '' */
.icon-keyboard:before {
  content: '\e83a'; }

/* '' */
.icon-comment:before {
  content: '\e83b'; }

/* '' */
.icon-chat:before {
  content: '\e83c'; }

/* '' */
.icon-bell:before {
  content: '\e83d'; }

/* '' */
.icon-attention:before {
  content: '\e83e'; }

/* '' */
.icon-alert:before {
  content: '\e83f'; }

/* '' */
.icon-vcard:before {
  content: '\e840'; }

/* '' */
.icon-address:before {
  content: '\e841'; }

/* '' */
.icon-location:before {
  content: '\e842'; }

/* '' */
.icon-map:before {
  content: '\e843'; }

/* '' */
.icon-direction:before {
  content: '\e844'; }

/* '' */
.icon-compass:before {
  content: '\e845'; }

/* '' */
.icon-cup:before {
  content: '\e846'; }

/* '' */
.icon-trash:before {
  content: '\e847'; }

/* '' */
.icon-doc:before {
  content: '\e848'; }

/* '' */
.icon-docs:before {
  content: '\e849'; }

/* '' */
.icon-doc-landscape:before {
  content: '\e84a'; }

/* '' */
.icon-doc-text:before {
  content: '\e84b'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\e84c'; }

/* '' */
.icon-newspaper:before {
  content: '\e84d'; }

/* '' */
.icon-book-open:before {
  content: '\e84e'; }

/* '' */
.icon-book:before {
  content: '\e84f'; }

/* '' */
.icon-folder:before {
  content: '\e850'; }

/* '' */
.icon-archive:before {
  content: '\e851'; }

/* '' */
.icon-box:before {
  content: '\e852'; }

/* '' */
.icon-rss:before {
  content: '\e853'; }

/* '' */
.icon-phone:before {
  content: '\e854'; }

/* '' */
.icon-cog:before {
  content: '\e855'; }

/* '' */
.icon-tools:before {
  content: '\e856'; }

/* '' */
.icon-share:before {
  content: '\e857'; }

/* '' */
.icon-shareable:before {
  content: '\e858'; }

/* '' */
.icon-basket:before {
  content: '\e859'; }

/* '' */
.icon-bag:before {
  content: '\e85a'; }

/* '' */
.icon-calendar:before {
  content: '\e85b'; }

/* '' */
.icon-login:before {
  content: '\e85c'; }

/* '' */
.icon-logout:before {
  content: '\e85d'; }

/* '' */
.icon-mic:before {
  content: '\e85e'; }

/* '' */
.icon-mute:before {
  content: '\e85f'; }

/* '' */
.icon-sound:before {
  content: '\e860'; }

/* '' */
.icon-volume:before {
  content: '\e861'; }

/* '' */
.icon-clock:before {
  content: '\e862'; }

/* '' */
.icon-hourglass:before {
  content: '\e863'; }

/* '' */
.icon-lamp:before {
  content: '\e864'; }

/* '' */
.icon-light-down:before {
  content: '\e865'; }

/* '' */
.icon-light-up:before {
  content: '\e866'; }

/* '' */
.icon-adjust:before {
  content: '\e867'; }

/* '' */
.icon-block:before {
  content: '\e868'; }

/* '' */
.icon-resize-full:before {
  content: '\e869'; }

/* '' */
.icon-resize-small:before {
  content: '\e86a'; }

/* '' */
.icon-popup:before {
  content: '\e86b'; }

/* '' */
.icon-publish:before {
  content: '\e86c'; }

/* '' */
.icon-window:before {
  content: '\e86d'; }

/* '' */
.icon-arrow-combo:before {
  content: '\e86e'; }

/* '' */
.icon-down-circled:before {
  content: '\e86f'; }

/* '' */
.icon-left-circled:before {
  content: '\e870'; }

/* '' */
.icon-right-circled:before {
  content: '\e871'; }

/* '' */
.icon-up-circled:before {
  content: '\e872'; }

/* '' */
.icon-down-open:before {
  content: '\e873'; }

/* '' */
.icon-left-open:before {
  content: '\e874'; }

/* '' */
.icon-right-open:before {
  content: '\e875'; }

/* '' */
.icon-up-open:before {
  content: '\e876'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e877'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e878'; }

/* '' */
.icon-right-open-mini:before {
  content: '\e879'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e87a'; }

/* '' */
.icon-down-open-big:before {
  content: '\e87b'; }

/* '' */
.icon-left-open-big:before {
  content: '\e87c'; }

/* '' */
.icon-right-open-big:before {
  content: '\e87d'; }

/* '' */
.icon-up-open-big:before {
  content: '\e87e'; }

/* '' */
.icon-down:before {
  content: '\e87f'; }

/* '' */
.icon-left:before {
  content: '\e880'; }

/* '' */
.icon-right:before {
  content: '\e881'; }

/* '' */
.icon-up:before {
  content: '\e882'; }

/* '' */
.icon-down-dir:before {
  content: '\e883'; }

/* '' */
.icon-left-dir:before {
  content: '\e884'; }

/* '' */
.icon-right-dir:before {
  content: '\e885'; }

/* '' */
.icon-up-dir:before {
  content: '\e886'; }

/* '' */
.icon-down-bold:before {
  content: '\e887'; }

/* '' */
.icon-left-bold:before {
  content: '\e888'; }

/* '' */
.icon-right-bold:before {
  content: '\e889'; }

/* '' */
.icon-up-bold:before {
  content: '\e88a'; }

/* '' */
.icon-down-thin:before {
  content: '\e88b'; }

/* '' */
.icon-left-thin:before {
  content: '\e88c'; }

/* '' */
.icon-right-thin:before {
  content: '\e88d'; }

/* '' */
.icon-up-thin:before {
  content: '\e88e'; }

/* '' */
.icon-ccw:before {
  content: '\e88f'; }

/* '' */
.icon-cw:before {
  content: '\e890'; }

/* '' */
.icon-arrows-ccw:before {
  content: '\e891'; }

/* '' */
.icon-level-down:before {
  content: '\e892'; }

/* '' */
.icon-level-up:before {
  content: '\e893'; }

/* '' */
.icon-shuffle:before {
  content: '\e894'; }

/* '' */
.icon-loop:before {
  content: '\e895'; }

/* '' */
.icon-switch:before {
  content: '\e896'; }

/* '' */
.icon-play:before {
  content: '\e897'; }

/* '' */
.icon-stop:before {
  content: '\e898'; }

/* '' */
.icon-pause:before {
  content: '\e899'; }

/* '' */
.icon-record:before {
  content: '\e89a'; }

/* '' */
.icon-to-end:before {
  content: '\e89b'; }

/* '' */
.icon-to-start:before {
  content: '\e89c'; }

/* '' */
.icon-fast-forward:before {
  content: '\e89d'; }

/* '' */
.icon-fast-backward:before {
  content: '\e89e'; }

/* '' */
.icon-progress-0:before {
  content: '\e89f'; }

/* '' */
.icon-progress-1:before {
  content: '\e8a0'; }

/* '' */
.icon-progress-2:before {
  content: '\e8a1'; }

/* '' */
.icon-progress-3:before {
  content: '\e8a2'; }

/* '' */
.icon-target:before {
  content: '\e8a3'; }

/* '' */
.icon-palette:before {
  content: '\e8a4'; }

/* '' */
.icon-list:before {
  content: '\e8a5'; }

/* '' */
.icon-list-add:before {
  content: '\e8a6'; }

/* '' */
.icon-signal:before {
  content: '\e8a7'; }

/* '' */
.icon-trophy:before {
  content: '\e8a8'; }

/* '' */
.icon-battery:before {
  content: '\e8a9'; }

/* '' */
.icon-back-in-time:before {
  content: '\e8aa'; }

/* '' */
.icon-monitor:before {
  content: '\e8ab'; }

/* '' */
.icon-mobile:before {
  content: '\e8ac'; }

/* '' */
.icon-network:before {
  content: '\e8ad'; }

/* '' */
.icon-cd:before {
  content: '\e8ae'; }

/* '' */
.icon-inbox:before {
  content: '\e8af'; }

/* '' */
.icon-install:before {
  content: '\e8b0'; }

/* '' */
.icon-globe:before {
  content: '\e8b1'; }

/* '' */
.icon-cloud:before {
  content: '\e8b2'; }

/* '' */
.icon-cloud-thunder:before {
  content: '\e8b3'; }

/* '' */
.icon-flash:before {
  content: '\e8b4'; }

/* '' */
.icon-moon:before {
  content: '\e8b5'; }

/* '' */
.icon-flight:before {
  content: '\e8b6'; }

/* '' */
.icon-paper-plane:before {
  content: '\e8b7'; }

/* '' */
.icon-leaf:before {
  content: '\e8b8'; }

/* '' */
.icon-lifebuoy:before {
  content: '\e8b9'; }

/* '' */
.icon-mouse:before {
  content: '\e8ba'; }

/* '' */
.icon-briefcase:before {
  content: '\e8bb'; }

/* '' */
.icon-suitcase:before {
  content: '\e8bc'; }

/* '' */
.icon-dot:before {
  content: '\e8bd'; }

/* '' */
.icon-dot-2:before {
  content: '\e8be'; }

/* '' */
.icon-dot-3:before {
  content: '\e8bf'; }

/* '' */
.icon-brush:before {
  content: '\e8c0'; }

/* '' */
.icon-magnet:before {
  content: '\e8c1'; }

/* '' */
.icon-infinity:before {
  content: '\e8c2'; }

/* '' */
.icon-erase:before {
  content: '\e8c3'; }

/* '' */
.icon-chart-pie:before {
  content: '\e8c4'; }

/* '' */
.icon-chart-line:before {
  content: '\e8c5'; }

/* '' */
.icon-chart-bar:before {
  content: '\e8c6'; }

/* '' */
.icon-chart-area:before {
  content: '\e8c7'; }

/* '' */
.icon-tape:before {
  content: '\e8c8'; }

/* '' */
.icon-graduation-cap:before {
  content: '\e8c9'; }

/* '' */
.icon-language:before {
  content: '\e8ca'; }

/* '' */
.icon-ticket:before {
  content: '\e8cb'; }

/* '' */
.icon-water:before {
  content: '\e8cc'; }

/* '' */
.icon-droplet:before {
  content: '\e8cd'; }

/* '' */
.icon-air:before {
  content: '\e8ce'; }

/* '' */
.icon-credit-card:before {
  content: '\e8cf'; }

/* '' */
.icon-floppy:before {
  content: '\e8d0'; }

/* '' */
.icon-clipboard:before {
  content: '\e8d1'; }

/* '' */
.icon-megaphone:before {
  content: '\e8d2'; }

/* '' */
.icon-database:before {
  content: '\e8d3'; }

/* '' */
.icon-drive:before {
  content: '\e8d4'; }

/* '' */
.icon-bucket:before {
  content: '\e8d5'; }

/* '' */
.icon-thermometer:before {
  content: '\e8d6'; }

/* '' */
.icon-key:before {
  content: '\e8d7'; }

/* '' */
.icon-flow-cascade:before {
  content: '\e8d8'; }

/* '' */
.icon-flow-branch:before {
  content: '\e8d9'; }

/* '' */
.icon-flow-tree:before {
  content: '\e8da'; }

/* '' */
.icon-flow-line:before {
  content: '\e8db'; }

/* '' */
.icon-flow-parallel:before {
  content: '\e8dc'; }

/* '' */
.icon-rocket:before {
  content: '\e8dd'; }

/* '' */
.icon-gauge:before {
  content: '\e8de'; }

/* '' */
.icon-traffic-cone:before {
  content: '\e8df'; }

/* '' */
.icon-cc:before {
  content: '\e8e0'; }

/* '' */
.icon-cc-by:before {
  content: '\e8e1'; }

/* '' */
.icon-cc-nc:before {
  content: '\e8e2'; }

/* '' */
.icon-cc-nc-eu:before {
  content: '\e8e3'; }

/* '' */
.icon-cc-nc-jp:before {
  content: '\e8e4'; }

/* '' */
.icon-cc-sa:before {
  content: '\e8e5'; }

/* '' */
.icon-cc-nd:before {
  content: '\e8e6'; }

/* '' */
.icon-cc-pd:before {
  content: '\e8e7'; }

/* '' */
.icon-cc-zero:before {
  content: '\e8e8'; }

/* '' */
.icon-cc-share:before {
  content: '\e8e9'; }

/* '' */
.icon-cc-remix:before {
  content: '\e8ea'; }

/* '' */
.icon-info-1:before {
  content: '\e8eb'; }

/* '' */
.icon-x-thin:before {
  content: '\e8ec'; }

/* '' */
.icon-angle-left-thin:before {
  content: '\e8ed'; }

/* '' */
.icon-angle-right-thin:before {
  content: '\e8ee'; }

/* '' */
.icon-quote-left:before {
  content: '\f10d'; }

/* '' */
.icon-quote-right:before {
  content: '\f10e'; }

/* '' */
.icon-shield:before {
  content: '\f132'; }

/* '' */
.icon-youtube-squared:before {
  content: '\f166'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.icon-github:before {
  content: '\f300'; }

/* '' */
.icon-github-circled:before {
  content: '\f301'; }

/* '' */
.icon-flickr:before {
  content: '\f303'; }

/* '' */
.icon-flickr-circled:before {
  content: '\f304'; }

/* '' */
.icon-vimeo:before {
  content: '\f306'; }

/* '' */
.icon-vimeo-circled:before {
  content: '\f307'; }

/* '' */
.icon-twitter:before {
  content: '\f309'; }

/* '' */
.icon-twitter-circled:before {
  content: '\f30a'; }

/* '' */
.icon-facebook:before {
  content: '\f30c'; }

/* '' */
.icon-facebook-circled:before {
  content: '\f30d'; }

/* '' */
.icon-facebook-squared:before {
  content: '\f30e'; }

/* '' */
.icon-gplus:before {
  content: '\f30f'; }

/* '' */
.icon-gplus-circled:before {
  content: '\f310'; }

/* '' */
.icon-pinterest:before {
  content: '\f312'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\f313'; }

/* '' */
.icon-tumblr:before {
  content: '\f315'; }

/* '' */
.icon-tumblr-circled:before {
  content: '\f316'; }

/* '' */
.icon-linkedin:before {
  content: '\f318'; }

/* '' */
.icon-linkedin-circled:before {
  content: '\f319'; }

/* '' */
.icon-dribbble:before {
  content: '\f31b'; }

/* '' */
.icon-dribbble-circled:before {
  content: '\f31c'; }

/* '' */
.icon-stumbleupon:before {
  content: '\f31e'; }

/* '' */
.icon-stumbleupon-circled:before {
  content: '\f31f'; }

/* '' */
.icon-lastfm:before {
  content: '\f321'; }

/* '' */
.icon-lastfm-circled:before {
  content: '\f322'; }

/* '' */
.icon-rdio:before {
  content: '\f324'; }

/* '' */
.icon-rdio-circled:before {
  content: '\f325'; }

/* '' */
.icon-spotify:before {
  content: '\f327'; }

/* '' */
.icon-spotify-circled:before {
  content: '\f328'; }

/* '' */
.icon-qq:before {
  content: '\f32a'; }

/* '' */
.icon-instagram:before {
  content: '\f32d'; }

/* '' */
.icon-dropbox:before {
  content: '\f330'; }

/* '' */
.icon-evernote:before {
  content: '\f333'; }

/* '' */
.icon-flattr:before {
  content: '\f336'; }

/* '' */
.icon-skype:before {
  content: '\f339'; }

/* '' */
.icon-skype-circled:before {
  content: '\f33a'; }

/* '' */
.icon-renren:before {
  content: '\f33c'; }

/* '' */
.icon-sina-weibo:before {
  content: '\f33f'; }

/* '' */
.icon-paypal:before {
  content: '\f342'; }

/* '' */
.icon-picasa:before {
  content: '\f345'; }

/* '' */
.icon-soundcloud:before {
  content: '\f348'; }

/* '' */
.icon-mixi:before {
  content: '\f34b'; }

/* '' */
.icon-behance:before {
  content: '\f34e'; }

/* '' */
.icon-google-circles:before {
  content: '\f351'; }

/* '' */
.icon-vkontakte:before {
  content: '\f354'; }

/* '' */
.icon-smashing:before {
  content: '\f357'; }

/* '' */
.icon-db-shape:before {
  content: '\f600'; }

/* '' */
.icon-sweden:before {
  content: '\f601'; }

/* '' */
.icon-logo-db:before {
  content: '\f603'; }

/* '' */
* {
  box-sizing: border-box; }

.container {
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1200px) {
    .container {
      max-width: 100%; } }
  @media (max-width: 1024px) {
    .container {
      max-width: 100%; } }
  @media (max-width: 768px) {
    .container {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .container {
      max-width: 100%; } }

body {
  background-color: #171717; }

#app {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 4.5em; }
  #app:after {
    content: "";
    display: table;
    clear: both; }
  #app:before {
    max-width: 1200px;
    width: 100%;
    height: 4.5em;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000; }
    @media (max-width: 768px) {
      #app:before {
        display: none; } }

.logged-in.admin-bar #app:before {
  top: 32px; }

section {
  width: 100%;
  float: left;
  position: relative;
  padding: 5em 0; }
  section.-pnone {
    padding: 0; }
  section.-ptnone {
    padding-top: 0; }
  section.-pbnone {
    padding-bottom: 0; }

.container {
  max-width: 1000px;
  padding: 0 20px; }
  .container.-full {
    padding: 0; }
  .container.-med {
    max-width: 1000px; }
  .container.-small {
    max-width: 830px; }

.row {
  margin-left: auto;
  margin-right: auto; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1200px) {
    .row {
      max-width: 100%; } }
  @media (max-width: 1024px) {
    .row {
      max-width: 100%; } }
  @media (max-width: 768px) {
    .row {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .row {
      max-width: 100%; } }

.-bglines {
  background-image: url(../img/bg.lines.jpg);
  background-repeat: top left;
  margin-left: auto;
  margin-right: auto; }
  .-bglines:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1200px) {
    .-bglines {
      max-width: 100%; } }
  @media (max-width: 1024px) {
    .-bglines {
      max-width: 100%; } }
  @media (max-width: 768px) {
    .-bglines {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .-bglines {
      max-width: 100%; } }

.-bgdark {
  background-color: #000;
  color: #fff; }

.-bglight {
  background-color: #f6f6f6; }

.-bgmed {
  background-color: #eae9e9; }

.-wbg {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.section-header-shape {
  min-height: 75px;
  padding: 0.75rem 1rem 3rem 1rem;
  background-image: url(../img/shape.corner.svg);
  background-repeat: no-repeat;
  background-size: 205px auto;
  background-position: -2px 0;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff; }
  .section-header-shape.-gray {
    background-image: url(../img/shape.corner.gray.svg); }

#content {
  position: relative; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.-justify {
  column-count: 2;
  column-gap: 36px;
  -webkit-column-count: 2;
  -webkit-column-gap: 36px;
  -moz-column-count: 2;
  -moz-column-gap: 36px;
  text-align: justify; }
  .-justify p {
    margin-top: 0; }
  @media (max-width: 768px) {
    .-justify {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0;
      -webkit-column-count: 0;
      -webkit-column-gap: 0x;
      -moz-column-count: 0; } }

.bg-cover, .hero.-single.-actions, .actionbox-image, .home-actions .action-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

button,
.button,
[class^="button"],
input[type="button"],
input[type="submit"],
input[type="reset"],
.campus-content a {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.5em 0.5em 0.5em 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  line-height: 100%;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  font-size: 1rem;
  font-family: "Permanent Marker";
  text-transform: uppercase;
  font-size: 1.375em;
  line-height: 1;
  border: 7px solid #fff;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  button:hover, button:focus,
  .button:hover,
  .button:focus,
  [class^="button"]:hover,
  [class^="button"]:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  .campus-content a:hover,
  .campus-content a:focus {
    border-color: #09dd9a;
    background: #09dd9a;
    color: #000000; }

button.-dark,
.button.-dark,
input.button-dark {
  border-color: #000;
  color: #000; }
  button.-dark:hover, button.-dark:focus,
  .button.-dark:hover,
  .button.-dark:focus,
  input.button-dark:hover,
  input.button-dark:focus {
    border-color: #09dd9a;
    background: #09dd9a;
    color: #000000; }

.button.-primary,
.button-primary,
input.button-primary {
  background-color: #09dd9a;
  color: #000;
  border: 7px solid #09dd9a; }
  .button.-primary:hover,
  .button-primary:hover,
  input.button-primary:hover {
    background-color: #08ce90;
    text-decoration: none; }
  .button.-primary:active,
  .button-primary:active,
  input.button-primary:active {
    background: #08c086; }
  .button.-primary.disabled,
  .button-primary.disabled,
  input.button-primary.disabled {
    background-color: #09e9a3;
    color: #069367;
    cursor: default; }
  .button.-primary:hover, .button.-primary:focus,
  .button-primary:hover,
  .button-primary:focus,
  input.button-primary:hover,
  input.button-primary:focus {
    border: 7px solid #23f6b3;
    background-color: #23f6b3;
    color: #000000; }
  .button.-primary.disabled,
  .button-primary.disabled,
  input.button-primary.disabled {
    background-color: #aebcc7;
    color: white;
    cursor: default; }

.button.-primary-ol,
.button-primary-ol,
input.button-primary-ol {
  background-color: transparent;
  color: #09dd9a;
  border: 7px solid #09dd9a; }
  .button.-primary-ol:hover,
  .button-primary-ol:hover,
  input.button-primary-ol:hover {
    background-color: transparent;
    text-decoration: none; }
  .button.-primary-ol:active,
  .button-primary-ol:active,
  input.button-primary-ol:active {
    background: transparent; }
  .button.-primary-ol.disabled,
  .button-primary-ol.disabled,
  input.button-primary-ol.disabled {
    background-color: rgba(6, 6, 6, 0);
    color: transparent;
    cursor: default; }
  .button.-primary-ol:hover, .button.-primary-ol:focus,
  .button-primary-ol:hover,
  .button-primary-ol:focus,
  input.button-primary-ol:hover,
  input.button-primary-ol:focus {
    background-color: #09dd9a;
    color: #000; }

.button.-play,
.button-play {
  width: 4em;
  height: 4em;
  border: 0.25em solid #fff;
  border-radius: 50%;
  display: block;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .button.-play:hover,
  .button-play:hover {
    color: #000000;
    background-color: #09dd9a;
    border-color: #09dd9a; }
  .button.-play:before,
  .button-play:before {
    content: '\e897';
    position: absolute;
    top: 50%;
    left: 53%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 2em;
    font-family: "fontello"; }

.arrow {
  width: 2.375em;
  height: 2.375em;
  border-radius: 50%;
  border: 1px solid #000;
  position: relative;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer; }
  .arrow:before {
    content: ''; }

a.-circle {
  font-weight: 800;
  color: #cbcaca;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px; }
  a.-circle i {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background-color: #cbcaca;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    margin-right: 10px; }
  a.-circle i:before {
    width: auto;
    margin: 0;
    position: absolute;
    margin-top: -1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    line-height: 1; }
  a.-circle:hover {
    color: #09dd9a; }
    a.-circle:hover i {
      color: #000;
      background-color: #09dd9a; }

.read-more {
  padding-left: 25px;
  position: relative;
  display: block;
  margin-top: 2.25em;
  font-size: 12px;
  color: #cbcaca;
  font-weight: 800;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  cursor: pointer; }
  .read-more i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #cbcaca;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .read-more i:before {
      content: '\e816';
      font-family: "fontello";
      font-size: 14px;
      position: absolute;
      line-height: 1;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    .read-more i:before {
      margin: 0; }
  .read-more:hover {
    color: #09dd9a;
    border-bottom: none !important; }
    .read-more:hover i {
      color: #000;
      background-color: #09dd9a; }
  .read-more.-large {
    padding-left: 47px;
    padding-top: 8px; }
    .read-more.-large i {
      width: 30px;
      height: 30px; }
      .read-more.-large i:before {
        font-size: 28px; }
  .read-more.-alt {
    padding-right: 25px;
    padding-left: 0;
    text-align: right; }
    .read-more.-alt i {
      left: auto;
      right: 0; }
  .read-more.-carat i:before {
    content: '\e875';
    left: 7px; }
  .read-more.-large.-alt {
    padding-left: 0;
    padding-right: 47px; }
  .read-more.-x i:before {
    content: '\e819'; }

/* --- EASYDROPDOWN METRO THEME --- */
/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown:after {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

.dropdown .selected::after,
.dropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none; }

/* WRAPPER */
.dropdown {
  position: relative;
  width: 250px;
  cursor: pointer;
  font-weight: 200;
  background: #f8f8f8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dropdown.open {
  z-index: 2; }

.dropdown:hover {
  background: #f4f4f4; }

.dropdown:after {
  content: '';
  position: absolute;
  right: 3px;
  bottom: 3px;
  top: 2px;
  width: 30px;
  background: transparent; }

.dropdown.focus:after {
  background: #0180d1; }

/* CARAT */
.dropdown .carat,
.dropdown .carat:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  border: 8px solid transparent;
  border-top: 8px solid #000;
  z-index: 2;
  -webkit-transform-origin: 50% 20%;
  transform-origin: 50% 20%; }

.dropdown .carat:after {
  margin-top: -10px;
  right: -8px;
  border-top-color: #f8f8f8; }

.dropdown:hover .carat:after {
  border-top-color: #f4f4f4; }

.dropdown.focus .carat {
  border-top-color: #f8f8f8; }

.dropdown.focus .carat:after {
  border-top-color: #0180d1; }

.dropdown.open .carat {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* OLD SELECT (HIDDEN) */
.dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

.dropdown select {
  position: absolute;
  left: 0px;
  top: 0px; }

.dropdown.touch .old {
  width: 100%;
  height: 100%; }

.dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0; }

/* SELECTED FEEDBACK ITEM */
.dropdown .selected,
.dropdown li {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #000;
  padding: 9px 12px;
  overflow: hidden;
  white-space: nowrap; }

.dropdown .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  border-radius: 0 2px 2px 0;
  box-shadow: inset -55px 0 25px -20px #f8f8f8; }

.dropdown:hover .selected::after {
  box-shadow: inset -55px 0 25px -20px #f4f4f4; }

/* DROP DOWN WRAPPER */
.dropdown div {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -1px;
  background: #f8f8f8;
  overflow: hidden;
  opacity: 0; }

.dropdown:hover div {
  background: #f4f4f4; }

/* Height is adjusted by JS on open */
.dropdown.open div {
  opacity: 1;
  z-index: 2; }

/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  box-shadow: inset 0 -50px 30px -35px #f8f8f8; }

.dropdown.scrollable:hover div::after {
  box-shadow: inset 0 -50px 30px -35px #f4f4f4; }

.dropdown.scrollable.bottom div::after {
  opacity: 0; }

/* DROP DOWN LIST */
.dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden; }

.dropdown.scrollable.open ul {
  overflow-y: auto; }

/* DROP DOWN LIST ITEMS */
.dropdown li {
  list-style: none;
  padding: 8px 12px; }

/* .focus class is also added on hover */
.dropdown li.focus {
  background: #0180d1;
  position: relative;
  z-index: 3;
  color: #fff; }

.dropdown li.active {
  background: #0180d1;
  color: #fff; }

form {
  display: block; }

fieldset {
  display: block;
  margin: 1.25em 0;
  padding: 0; }

legend {
  display: block;
  width: 100%;
  margin: 0 0 1em 0;
  font-weight: bold;
  border-bottom: 1px solid #eee; }

label {
  display: block;
  margin: 0 0 0.25em;
  font-weight: bold; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="image"],
input[type="color"],
select {
  height: 50px;
  padding: 0 0.5em; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="image"],
input[type="color"],
select {
  display: block;
  padding: 0.5em;
  margin: 0 0 0.625em;
  vertical-align: middle;
  border: 1px solid #eee;
  outline: none;
  font-family: inherit;
  font-size: 1rem;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #fff;
  background-color: #595959;
  border: 1px solid #595959;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }
  textarea:hover,
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:hover,
  input[type="date"]:hover,
  input[type="month"]:hover,
  input[type="time"]:hover,
  input[type="week"]:hover,
  input[type="number"]:hover,
  input[type="email"]:hover,
  input[type="url"]:hover,
  input[type="search"]:hover,
  input[type="tel"]:hover,
  input[type="image"]:hover,
  input[type="color"]:hover,
  select:hover {
    border: 1px solid #09dd9a; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="image"]:focus,
  input[type="color"]:focus,
  select:focus {
    border: 1px solid #09dd9a; }
  textarea.error,
  input[type="text"].error,
  input[type="password"].error,
  input[type="datetime"].error,
  input[type="datetime-local"].error,
  input[type="date"].error,
  input[type="month"].error,
  input[type="time"].error,
  input[type="week"].error,
  input[type="number"].error,
  input[type="email"].error,
  input[type="url"].error,
  input[type="search"].error,
  input[type="tel"].error,
  input[type="image"].error,
  input[type="color"].error,
  select.error {
    margin-bottom: 0;
    border-color: #AA0000; }
  textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="image"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #999; }
  textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="image"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  select::-moz-placeholder {
    color: #999; }
  textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="image"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #999; }
  textarea:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="image"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  select:-moz-placeholder {
    color: #999; }

select {
  border-color: #d5d5d5;
  background-image: url("../img/select-arrow.png");
  background-size: 17px auto;
  background-position: 92% 48%;
  background-repeat: no-repeat;
  border-radius: 0.25em; }
  select[multiple] {
    background-image: none; }

input[type="submit"],
input[type="button"] {
  display: block;
  border-radius: 0; }

input[type="file"] {
  padding: 0.125em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 100%; }

textarea {
  padding: 0.25em; }

progress,
meter {
  padding: 0.125em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1rem; }

.form-wrap {
  float: left;
  width: 100%; }
  .form-wrap.left {
    width: 49%; }
  .form-wrap.right {
    width: 49%;
    float: right; }
    .form-wrap.right + .form-wrap {
      clear: both; }

.form-field-complex {
  position: relative; }
  .form-field-complex .prepend,
  .form-field-complex .append {
    position: absolute;
    display: block;
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .form-field-complex .prepend {
    left: 1em; }
  .form-field-complex .append {
    right: 1em;
    line-height: 1em; }
  .form-field-complex .append:before {
    top: -0.1em; }
  .form-field-complex input {
    padding-left: 1em;
    padding-right: 2em; }
  .form-field-complex label.button {
    padding-left: 2.4em;
    padding-right: 1.4em;
    cursor: pointer; }
    .form-field-complex label.button:after {
      display: none; }
    .form-field-complex label.button span {
      margin-top: -0.1em; }
  .form-field-complex.-top {
    margin-top: 2em; }
    .form-field-complex.-top input {
      padding-left: 1em;
      padding-right: 1em; }
  .form-field-complex.-append input {
    padding-left: 1em; }
  .form-field-complex.-prepend input {
    padding-right: 1em; }
  .field-donation-other .form-field-complex .prepend {
    top: 33px; }

.inline-button input[type="email"],
.inline-button input[type="text"] {
  float: left;
  width: 80%; }

.inline-button input[type="submit"],
.inline-button button {
  float: left;
  width: 20%;
  font-size: 1.25rem;
  padding: 1em; }

.inline-input {
  position: relative; }
  .inline-input .prepend {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .inline-input input, .inline-input select {
    float: right;
    width: auto; }

input::-webkit-input-placeholder {
  color: #ddd; }

input::-moz-placeholder {
  color: #ddd; }

.ninja-forms-form-wrap input[type="text"],
.ninja-forms-form-wrap input[type="password"],
.ninja-forms-form-wrap input[type="datetime"],
.ninja-forms-form-wrap input[type="datetime-local"],
.ninja-forms-form-wrap input[type="date"],
.ninja-forms-form-wrap input[type="month"],
.ninja-forms-form-wrap input[type="time"],
.ninja-forms-form-wrap input[type="week"],
.ninja-forms-form-wrap input[type="number"],
.ninja-forms-form-wrap input[type="email"],
.ninja-forms-form-wrap input[type="url"],
.ninja-forms-form-wrap input[type="search"],
.ninja-forms-form-wrap input[type="tel"],
.ninja-forms-form-wrap input[type="image"],
.ninja-forms-form-wrap input[type="color"],
.ninja-forms-form-wrap select {
  height: 48px;
  padding: 0 0.5em; }

.ninja-forms-form-wrap textarea {
  padding: 0.5em; }

.ninja-forms-form-wrap .field-wrap > .nf-field-label {
  display: none; }

.ninja-forms-form-wrap .-label-hidden .nf-field-label {
  display: none; }

.ninja-forms-form-wrap .field-wrap.checkbox-wrap > .nf-field-label {
  display: block;
  padding-left: 0; }

.ninja-forms-form-wrap .nf-error-msg {
  font-weight: 600;
  font-size: 12px;
  display: block;
  clear: both; }

.ninja-forms-form-wrap .nf-field-container {
  margin-bottom: 20px; }

.ninja-forms-form-wrap .nf-field-container.-half {
  width: calc(50% - 10px);
  float: left;
  clear: none;
  margin-right: 20px; }
  @media (max-width: 768px) {
    .ninja-forms-form-wrap .nf-field-container.-half {
      width: 100%;
      margin-right: 0; } }
  .ninja-forms-form-wrap .nf-field-container.-half.-last {
    margin-right: 0; }

.ninja-forms-form-wrap .nf-field-container.-firstname,
.ninja-forms-form-wrap .nf-field-container.-lastname {
  width: calc(50% - 10px);
  float: left;
  clear: none; }
  @media (max-width: 768px) {
    .ninja-forms-form-wrap .nf-field-container.-firstname,
    .ninja-forms-form-wrap .nf-field-container.-lastname {
      width: 100%; } }

.ninja-forms-form-wrap .nf-field-container.-firstname {
  margin-right: 20px; }
  @media (max-width: 768px) {
    .ninja-forms-form-wrap .nf-field-container.-firstname {
      margin-right: 0; } }

.ninja-forms-form-wrap .nf-field-container.-lastname {
  margin-right: 0; }

.ninja-forms-form-wrap .nf-field-container.-full input,
.ninja-forms-form-wrap .nf-field-container.-full select,
.ninja-forms-form-wrap .nf-field-container.-full textarea {
  width: 100%; }

.ninja-forms-form-wrap .checkbox-wrap,
.ninja-forms-form-wrap .radio-wrap {
  position: relative; }
  .ninja-forms-form-wrap .checkbox-wrap input[type=checkbox],
  .ninja-forms-form-wrap .checkbox-wrap input[type=radio],
  .ninja-forms-form-wrap .radio-wrap input[type=checkbox],
  .ninja-forms-form-wrap .radio-wrap input[type=radio] {
    width: 0;
    height: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden; }
  .ninja-forms-form-wrap .checkbox-wrap .nf-field-label label,
  .ninja-forms-form-wrap .radio-wrap .nf-field-label label {
    position: relative;
    padding-left: 2.5em; }
    .ninja-forms-form-wrap .checkbox-wrap .nf-field-label label:before,
    .ninja-forms-form-wrap .radio-wrap .nf-field-label label:before {
      content: '';
      width: 1.5em;
      height: 1.5em;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #595959; }
    .ninja-forms-form-wrap .checkbox-wrap .nf-field-label label:after,
    .ninja-forms-form-wrap .radio-wrap .nf-field-label label:after {
      content: '\e812';
      position: absolute;
      top: -0.25em;
      left: 0.2em;
      font-family: "fontello";
      color: #09dd9a;
      font-size: 2em;
      line-height: 1;
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform .2s ease-in-out;
      transition: -webkit-transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
    .ninja-forms-form-wrap .checkbox-wrap .nf-field-label label.nf-checked-label:after,
    .ninja-forms-form-wrap .radio-wrap .nf-field-label label.nf-checked-label:after {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }

.ninja-forms-form-wrap .submit-container input[type=submit],
.ninja-forms-form-wrap .submit-container input[type=button] {
  background-color: transparent; }
  .ninja-forms-form-wrap .submit-container input[type=submit]:hover,
  .ninja-forms-form-wrap .submit-container input[type=button]:hover {
    background-color: #09dd9a; }
  .ninja-forms-form-wrap .submit-container input[type=submit].-primary,
  .ninja-forms-form-wrap .submit-container input[type=button].-primary {
    background-color: #09dd9a;
    color: #000;
    border: 7px solid #09dd9a; }
    .ninja-forms-form-wrap .submit-container input[type=submit].-primary:hover,
    .ninja-forms-form-wrap .submit-container input[type=button].-primary:hover {
      background-color: #08ce90;
      text-decoration: none; }
    .ninja-forms-form-wrap .submit-container input[type=submit].-primary:active,
    .ninja-forms-form-wrap .submit-container input[type=button].-primary:active {
      background: #08c086; }
    .ninja-forms-form-wrap .submit-container input[type=submit].-primary.disabled,
    .ninja-forms-form-wrap .submit-container input[type=button].-primary.disabled {
      background-color: #09e9a3;
      color: #069367;
      cursor: default; }
    .ninja-forms-form-wrap .submit-container input[type=submit].-primary:hover, .ninja-forms-form-wrap .submit-container input[type=submit].-primary:focus,
    .ninja-forms-form-wrap .submit-container input[type=button].-primary:hover,
    .ninja-forms-form-wrap .submit-container input[type=button].-primary:focus {
      border: 7px solid #23f6b3;
      background-color: #23f6b3;
      color: #000000; }
    .ninja-forms-form-wrap .submit-container input[type=submit].-primary.disabled,
    .ninja-forms-form-wrap .submit-container input[type=button].-primary.disabled {
      background-color: #aebcc7;
      color: white;
      cursor: default; }
  .ninja-forms-form-wrap .submit-container input[type=submit].-dark,
  .ninja-forms-form-wrap .submit-container input[type=button].-dark {
    border-color: #000;
    color: #000; }
    .ninja-forms-form-wrap .submit-container input[type=submit].-dark:hover, .ninja-forms-form-wrap .submit-container input[type=submit].-dark:focus,
    .ninja-forms-form-wrap .submit-container input[type=button].-dark:hover,
    .ninja-forms-form-wrap .submit-container input[type=button].-dark:focus {
      border-color: #09dd9a;
      background: #09dd9a;
      color: #000000; }

ul[class*="menu-"] {
  margin: 0;
  padding: 0; }
  ul[class*="menu-"] li {
    list-style-type: none;
    display: inline-block; }

ul.menu {
  margin: 1em 0;
  padding: 0; }
  @media (max-width: 768px) {
    ul.menu {
      width: 100%;
      float: left; } }
  ul.menu li {
    position: relative;
    list-style: none;
    display: inline-block; }
    @media (max-width: 768px) {
      ul.menu li {
        width: 100%;
        display: block;
        float: left;
        margin: 1em 0; } }
    ul.menu li a {
      display: inline-block;
      padding: 0.75em 1.25em;
      line-height: 100%;
      text-decoration: none; }
    ul.menu li:hover > a,
    ul.menu li a:hover,
    ul.menu li a.selected,
    ul.menu li.selected a {
      color: #09dd9a; }
    ul.menu li a:active,
    ul.menu li a.selected:hover,
    ul.menu li.selected a:hover {
      color: #09dd9a; }
    ul.menu li ul {
      display: none;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 2.25em;
      left: 0;
      border: 1px solid #eee;
      background: white;
      z-index: 1000; }
      ul.menu li ul li {
        display: block; }
        ul.menu li ul li a {
          display: block;
          white-space: nowrap; }
    @media screen and (min-width: 769px) {
      ul.menu li:hover ul,
      ul.menu li ul:hover {
        display: inline-block; } }

ul.menu-primary {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2.7em;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    ul.menu-primary {
      margin-top: 2em;
      display: none; }
      .nav.-open ul.menu-primary {
        display: block; } }
  ul.menu-primary li a {
    font-size: 12px;
    color: #fff;
    font-weight: 800;
    font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif; }
    @media (max-width: 768px) {
      ul.menu-primary li a {
        padding: 0; } }
  ul.menu-primary li.current-menu-item a {
    color: #09dd9a; }

ul.menu-secondary {
  font-family: "Permanent Marker";
  position: absolute;
  top: 1.2em;
  right: 2em;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    ul.menu-secondary {
      position: relative;
      top: auto;
      right: auto !important;
      margin-bottom: 2em;
      display: none; }
      .nav.-open ul.menu-secondary {
        display: block; } }
  ul.menu-secondary li a {
    font-size: 22px;
    font-weight: 700;
    padding: 0.45em 0.7em;
    color: #fff; }
    @media (max-width: 768px) {
      ul.menu-secondary li a {
        padding: 0; } }

.nav.-main {
  width: 100%;
  max-width: 1200px;
  height: 185px;
  background-image: url(../img/shape.header.svg);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  -webkit-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out;
  -webkit-transition: top .2s ease-in-out;
  transition: top .2s ease-in-out; }
  .logged-in.admin-bar .nav.-main {
    top: 32px; }
    @media (max-width: 768px) {
      .logged-in.admin-bar .nav.-main {
        top: 46px; } }
  .post-type-archive-allies .nav.-main li.menu-item-32 a {
    color: #09dd9a; }
  @media (max-width: 768px) {
    .nav.-main {
      height: 75px;
      background-image: none;
      background-color: #000;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
      .nav.-main:after {
        content: "";
        display: table;
        clear: both; } }
  @media (max-width: 768px) and (min-width: 1200px) {
    .nav.-main {
      max-width: 100%; } }
  @media (max-width: 768px) and (max-width: 1024px) {
    .nav.-main {
      max-width: 100%; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .nav.-main {
      max-width: 100%; } }
  @media (max-width: 768px) and (max-width: 767px) {
    .nav.-main {
      max-width: 100%; } }
  @media (max-width: 768px) {
    .nav.-main.-open {
      height: 100% !important; } }
  .nav.-main.-open .menu-social {
    display: block; }
  .nav.-main .container {
    max-width: 960px; }
    @media (max-width: 768px) {
      .nav.-main .container {
        padding: 0 30px; } }
  .nav.-main .logo {
    height: auto;
    display: block;
    float: left; }
    .nav.-main .logo img {
      width: 100%;
      height: auto; }
    .nav.-main .logo.-default {
      width: 15.5em;
      margin-top: 1.125em;
      margin-right: 1.56em; }
      @media (max-width: 768px) {
        .nav.-main .logo.-default {
          width: 130px !important;
          margin-top: 0.7em !important;
          margin-bottom: 0.7em; } }
    .nav.-main .logo.-small {
      width: 40px;
      height: 40px;
      margin-right: 50px;
      margin-top: 10px;
      display: none; }
  .nav.-main .menu-primary {
    float: left; }
  .nav.-main .menu-secondary {
    float: right; }
  .nav.-main .menu-social {
    float: right;
    position: absolute;
    right: 2.7em;
    top: 6em;
    visibility: visible;
    opacity: 1;
    display: none; }
    @media (max-width: 768px) {
      .nav.-main .menu-social {
        width: 100%;
        float: left;
        margin-top: 1em;
        position: relative;
        top: auto;
        right: auto;
        display: none; } }
  .nav.-main .menu-item-social:hover {
    color: #000; }
  @media (max-width: 768px) {
    .nav.-main .menu-item-social {
      margin: 0 10px; } }
  .nav.-main.-up {
    background-image: none;
    top: -185px; }
  .nav.-main.-down {
    background-color: #000;
    top: 0;
    height: 60px; }
    @media (max-width: 768px) {
      .nav.-main.-down {
        height: 70px; } }
    .nav.-main.-down .logo.-default {
      display: none; }
      @media (max-width: 768px) {
        .nav.-main.-down .logo.-default {
          display: block; } }
    .nav.-main.-down .logo.-small {
      display: block; }
      @media (max-width: 768px) {
        .nav.-main.-down .logo.-small {
          display: none; } }
    .nav.-main.-down .menu-primary {
      margin-top: 15px; }
    .nav.-main.-down .menu-secondary {
      margin-top: 0;
      top: 8px; }
    .nav.-main.-down .menu-social {
      visibility: hidden;
      opacity: 0; }

.page-template-front-page .nav.-main .menu-social {
  display: block; }
  @media (max-width: 768px) {
    .page-template-front-page .nav.-main .menu-social {
      display: none; } }

@media (max-width: 768px) {
  .page-template-front-page .nav.-main.-open .menu-social {
    display: block; } }

.logged-in.admin-bar .nav.-main.-up {
  top: -185px; }

.logged-in.admin-bar .nav-campus.-sticky {
  top: 32px; }

ul.menu-footer {
  margin: 0;
  float: left;
  width: auto;
  clear: none;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif; }
  @media (max-width: 768px) {
    ul.menu-footer {
      width: 100%;
      text-align: center; } }
  ul.menu-footer li {
    position: relative; }
    @media (max-width: 768px) {
      ul.menu-footer li {
        float: none;
        width: auto;
        display: inline-block;
        margin: 0; } }
    ul.menu-footer li:before {
      content: '';
      width: 1px;
      height: 9px;
      background-color: #fff;
      position: absolute;
      left: -1px;
      top: 0.6em; }
    @media (max-width: 768px) {
      ul.menu-footer li:first-of-type:before {
        display: none; } }
  ul.menu-footer a {
    font-weight: 300;
    font-size: 10px;
    font-weight: 600; }

@media screen and (max-width: 1200px) and (min-width: 736px) {
  .nav.-main .logo {
    width: 10em;
    margin-top: 0.8em; }
  ul.menu-primary {
    margin-top: 1.5em; }
  ul.menu-secondary {
    top: 0;
    right: 1.5em; } }

@media screen and (max-width: 920px) and (min-width: 736px) {
  .nav.-main .logo {
    width: 8em;
    margin-right: 1em; }
  ul.menu-primary li a {
    font-size: 11px; }
  ul.menu-secondary li a {
    font-size: 20px; } }

button.menu-toggle,
.menu-toggle {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 25px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: transparent;
  border-radius: 0;
  position: absolute;
  top: 24px;
  right: 30px;
  display: none; }
  @media (max-width: 768px) {
    button.menu-toggle,
    .menu-toggle {
      display: block; } }
  button.menu-toggle:focus,
  .menu-toggle:focus {
    outline: none; }
  button.menu-toggle span,
  .menu-toggle span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 4px;
    background: #fff;
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s; }
    button.menu-toggle span:before, button.menu-toggle span:after,
    .menu-toggle span:before,
    .menu-toggle span:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #fff;
      content: '';
      -webkit-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s;
      -webkit-transition-delay: 0.3s, 0s;
      transition-delay: 0.3s, 0s; }
    button.menu-toggle span:before,
    .menu-toggle span:before {
      top: -9px;
      -webkit-transition-property: top, -webkit-transform;
      transition-property: top, -webkit-transform;
      transition-property: top, transform;
      transition-property: top, transform, -webkit-transform; }
    button.menu-toggle span:after,
    .menu-toggle span:after {
      bottom: -9px;
      -webkit-transition-property: bottom, -webkit-transform;
      transition-property: bottom, -webkit-transform;
      transition-property: bottom, transform;
      transition-property: bottom, transform, -webkit-transform; }
  button.menu-toggle.-x span:before,
  button.menu-toggle.-x span:after,
  .menu-toggle.-x span:before,
  .menu-toggle.-x span:after {
    background: #09dd9a; }
  button.menu-toggle.-x span,
  .menu-toggle.-x span {
    background: none;
    -webkit-transition: none;
    transition: none; }
    button.menu-toggle.-x span:before,
    .menu-toggle.-x span:before {
      top: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    button.menu-toggle.-x span:after,
    .menu-toggle.-x span:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    button.menu-toggle.-x span:before, button.menu-toggle.-x span:after,
    .menu-toggle.-x span:before,
    .menu-toggle.-x span:after {
      -webkit-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }

ul.menu-social-sm p {
  font-size: 14px;
  font-weight: 800;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  line-height: 28px;
  margin: 0; }

ul.menu-social-sm li {
  margin-left: 1.3em; }
  ul.menu-social-sm li a {
    width: 28px;
    height: 28px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: block; }
    ul.menu-social-sm li a i {
      line-height: 28px;
      display: block;
      text-align: center; }
      ul.menu-social-sm li a i:before {
        margin: 0; }
    ul.menu-social-sm li a:hover {
      color: #fff;
      background-color: #09dd9a; }

ul.menu-social-sm .js-share-count {
  display: none; }

.menu-item-social {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decorationa: none;
  margin-left: 20px;
  color: #000; }
  .menu-item-social a {
    border-bottom: none !important; }
  .menu-item-social:before {
    content: '';
    font-family: "fontello";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 16px; }
  .menu-item-social.-twitter:before {
    content: '\f309'; }
  .menu-item-social.-facebook:before {
    content: '\f30c'; }
  .menu-item-social.-linkedin:before {
    content: '\f318'; }
  .menu-item-social.-youtube:before {
    content: '\f16a'; }
  .menu-item-social.-email:before {
    content: '\e805'; }
  .menu-item-social:hover {
    background-color: #09dd9a; }
  .menu-item-social.-alt {
    width: 55px;
    height: 55px;
    background-color: #000;
    color: #fff; }
    .menu-item-social.-alt:before {
      font-size: 30px; }
    .menu-item-social.-alt:hover {
      background-color: #09dd9a; }

.sub-menu:hover {
  display: inline-block; }

@media (max-width: 768px) {
  ul.menu.menu-primary li:hover > a {
    color: #fff; } }

ul.menu-primary ul li a {
  color: #000;
  white-space: normal !important; }
  @media (max-width: 768px) {
    ul.menu-primary ul li a {
      text-transform: none;
      font-weight: 300;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.8); } }

.sub-menu {
  width: 250px;
  top: 0 !important;
  background-color: transparent !important;
  border: none !important; }
  @media (max-width: 768px) {
    .sub-menu {
      width: 100%;
      top: auto !important;
      position: relative;
      float: left; } }
  .sub-menu li {
    display: block;
    width: 250px;
    background-color: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee; }
    @media (max-width: 768px) {
      .sub-menu li {
        background-color: transparent;
        border: none; } }
  .sub-menu li:first-of-type {
    margin-top: 2.25em;
    padding-top: 0.5em;
    border-top: 1px solid #eee; }
    @media (max-width: 768px) {
      .sub-menu li:first-of-type {
        padding-top: 0;
        margin-top: 1em;
        border: none; } }
  .sub-menu li:last-of-type {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eee; }
    @media (max-width: 768px) {
      .sub-menu li:last-of-type {
        padding-bottom: 0;
        border: none; } }

.sub-menu-toggle {
  width: 1em;
  font-size: 12px;
  height: 1em;
  position: relative;
  display: inline-block;
  color: #fff;
  margin-left: 15px;
  cursor: pointer;
  display: none; }
  @media (max-width: 768px) {
    .sub-menu-toggle {
      display: inline-block; } }
  .sub-menu-toggle:before {
    display: inline-block;
    font-family: 'fontello';
    content: '\e873';
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: none;
    transform-origin: none;
    font-size: 16px;
    line-height: 12px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.menu-item-has-children.-open > a {
  color: #09dd9a !important; }

.menu-item-has-children.-open .sub-menu-toggle {
  color: #09dd9a; }
  .menu-item-has-children.-open .sub-menu-toggle:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.menu-item-has-children.-open .sub-menu {
  display: block;
  position: relative; }

@media screen and (min-width: 769px) {
  .nav.-main.-down .sub-menu li:first-of-type {
    margin-top: 45px; } }

[data-tooltip] {
  position: relative;
  height: 100%;
  cursor: pointer;
  display: inline-block; }
  [data-tooltip]:before, [data-tooltip]:after {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }
  [data-tooltip]:before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000000;
    content: '';
    top: 0;
    left: 50%;
    margin-left: -3.25px;
    z-index: 10001;
    bottom: -10px; }
  [data-tooltip]:after {
    box-sizing: border-box;
    content: attr(data-tooltip);
    padding: 0.5em 0.75em;
    border-radius: 3px;
    font-size: 0.95em;
    z-index: 10000;
    left: 50%;
    bottom: 100%;
    margin-left: -7.5em;
    margin-top: 10px;
    width: 15em;
    line-height: 120%;
    background: #000000;
    color: #eee; }
  [data-tooltip]:hover:before, [data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide:focus {
  outline: none; }

.slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center; }
  .slick-dots li {
    list-style-type: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b1b1b1;
    display: inline-block;
    margin: 5px;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out; }
    .slick-dots li.slick-active {
      background-color: #fff; }
  .slick-dots button {
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden; }

.slider {
  display: none; }
  .slider.slick-initialized {
    display: block; }

.slick-arrow {
  width: 4.75em;
  height: 4.75em;
  border: none;
  background-color: transparent;
  color: #000000;
  position: absolute;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .slick-arrow i:before {
    font-family: "fontello";
    font-size: 2.25em;
    font-weight: 300; }
  .slick-arrow.-prev {
    left: 0;
    text-align: left; }
    .slick-arrow.-prev i:before {
      content: '\e8ed'; }
  .slick-arrow.-next {
    right: 0;
    text-align: right; }
    .slick-arrow.-next i:before {
      content: '\e8ee'; }

.slider.-arrows-title .slick-arrow.-next {
  max-width: 230px;
  width: 230px; }
  .slider.-arrows-title .slick-arrow.-next span {
    display: none;
    line-height: 1.2;
    width: calc(100% - 90px);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.125rem;
    text-transform: none;
    font-family: "Helvetica Neue Roma", "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000; }
  .slider.-arrows-title .slick-arrow.-next i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .slider.-arrows-title .slick-arrow.-next.-prev i {
    left: 10px; }
  .slider.-arrows-title .slick-arrow.-next.-prev span {
    left: 65px; }
  .slider.-arrows-title .slick-arrow.-next.-next i {
    right: 10px; }
  .slider.-arrows-title .slick-arrow.-next.-next span {
    right: 65px; }
  .slider.-arrows-title .slick-arrow.-next:hover span {
    display: inline-block; }

.footer {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0;
  padding: 5em 0;
  background-color: #000; }
  @media (min-width: 1200px) {
    .footer {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .footer {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .footer {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .footer {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .footer {
      text-align: center;
      padding: 4em 0; } }
  .footer .row:last-of-type {
    margin-top: 5em; }
    @media (max-width: 768px) {
      .footer .row:last-of-type {
        margin-top: 0; } }
  .footer p {
    font-size: 10px;
    color: #fff;
    margin: 0;
    float: left;
    padding: 0.75em 1.25em;
    line-height: 1;
    font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600; }
    @media (max-width: 768px) {
      .footer p {
        width: 100%; } }
  .footer .link-alt {
    padding: 1.3em 0;
    float: right; }
    @media (max-width: 768px) {
      .footer .link-alt {
        float: none;
        clear: both;
        display: block;
        padding: 1.5rem 0 3rem;
        font-size: 1.375rem; } }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #09dd9a; }
    .footer a.menu-item-social {
      color: #000; }
  @media (max-width: 768px) {
    .footer .logo {
      width: 80px;
      height: 80px;
      display: block;
      margin: 0 auto;
      overflow: hidden; } }
  .footer .menu-social {
    float: right; }
    @media (max-width: 768px) {
      .footer .menu-social {
        width: 100%;
        float: left;
        margin-top: 3em; } }
    @media (max-width: 768px) {
      .footer .menu-social .menu-item-social {
        margin: 0 10px; } }

.grid-item {
  display: block;
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0;
  margin: 2em 0;
  text-align: center; }
  @media (min-width: 1200px) {
    .grid-item {
      display: block;
      float: left;
      width: 48%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (max-width: 1024px) {
    .grid-item {
      display: block;
      float: left;
      width: 40%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 768px) {
    .grid-item {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 767px) {
    .grid-item {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  .grid-item.-small {
    display: block;
    float: left;
    width: 31.33333%;
    margin-left: 1%;
    margin-right: 1%; }
    @media (min-width: 1200px) {
      .grid-item.-small {
        display: block;
        float: left;
        width: 31.33333%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (max-width: 1024px) {
      .grid-item.-small {
        display: block;
        float: left;
        width: 23.33333%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .grid-item.-small {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .grid-item.-small {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .grid-item.-small {
        display: block;
        float: left;
        width: 40%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .grid-item.-small {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
  .grid-item .grid-item-image img {
    display: block;
    margin: 0 auto; }

.hero {
  width: 100%;
  float: left;
  background-color: #595959;
  min-height: 525px;
  padding: 0;
  position: relative; }

.hero-inner {
  display: block;
  float: left;
  width: 64.66667%;
  margin-left: 1%;
  margin-right: 1%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center; }
  @media (min-width: 1200px) {
    .hero-inner {
      display: block;
      float: left;
      width: 64.66667%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (max-width: 1024px) {
    .hero-inner {
      display: block;
      float: left;
      width: 56.66667%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 768px) {
    .hero-inner {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 767px) {
    .hero-inner {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 1200px) {
    .hero-inner {
      display: block;
      float: left;
      width: 81.33333%;
      margin-left: 9.33333%;
      margin-right: 1%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (max-width: 1200px) and (min-width: 1200px) {
    .hero-inner {
      display: block;
      float: left;
      width: 81.33333%;
      margin-left: 9.33333%;
      margin-right: 1%; } }
  @media (max-width: 1200px) and (max-width: 1024px) {
    .hero-inner {
      display: block;
      float: left;
      width: 73.33333%;
      margin-left: 13.33333%;
      margin-right: 5%; } }
  @media (max-width: 1200px) and (max-width: 768px) {
    .hero-inner {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 1200px) and (max-width: 767px) {
    .hero-inner {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }

.hero.-error {
  height: 80vh;
  color: #fff; }

.hero.-short, .hero.-donate, .hero.-allies,
.hero.-archive, .hero.-campus, .hero.-single {
  min-height: 0;
  padding-top: 8em;
  background-color: transparent;
  text-align: center; }
  .hero.-short p.heading,
  .hero.-short h1, .hero.-donate p.heading, .hero.-allies p.heading,
  .hero.-archive p.heading, .hero.-campus p.heading, .hero.-single p.heading, .hero.-donate h1, .hero.-allies h1,
  .hero.-archive h1, .hero.-campus h1, .hero.-single h1 {
    font-size: 5.625em;
    font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 0.8;
    margin: 0; }
    @media (max-width: 768px) {
      .hero.-short p.heading,
      .hero.-short h1, .hero.-donate p.heading, .hero.-allies p.heading,
      .hero.-archive p.heading, .hero.-campus p.heading, .hero.-single p.heading, .hero.-donate h1, .hero.-allies h1,
      .hero.-archive h1, .hero.-campus h1, .hero.-single h1 {
        font-size: 3.75em; } }
  .hero.-short .hero-inner, .hero.-donate .hero-inner, .hero.-allies .hero-inner,
  .hero.-archive .hero-inner, .hero.-campus .hero-inner, .hero.-single .hero-inner {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    display: block;
    float: left;
    width: 64.66667%;
    margin-left: 17.66667%;
    margin-right: 1%; }
    @media (min-width: 1200px) {
      .hero.-short .hero-inner, .hero.-donate .hero-inner, .hero.-allies .hero-inner,
      .hero.-archive .hero-inner, .hero.-campus .hero-inner, .hero.-single .hero-inner {
        display: block;
        float: left;
        width: 64.66667%;
        margin-left: 17.66667%;
        margin-right: 1%; } }
    @media (max-width: 1024px) {
      .hero.-short .hero-inner, .hero.-donate .hero-inner, .hero.-allies .hero-inner,
      .hero.-archive .hero-inner, .hero.-campus .hero-inner, .hero.-single .hero-inner {
        display: block;
        float: left;
        width: 56.66667%;
        margin-left: 21.66667%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .hero.-short .hero-inner, .hero.-donate .hero-inner, .hero.-allies .hero-inner,
      .hero.-archive .hero-inner, .hero.-campus .hero-inner, .hero.-single .hero-inner {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .hero.-short .hero-inner, .hero.-donate .hero-inner, .hero.-allies .hero-inner,
      .hero.-archive .hero-inner, .hero.-campus .hero-inner, .hero.-single .hero-inner {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }

.hero.-default p.header-text {
  width: 100%;
  max-width: 700px;
  padding: 0 20px;
  margin: 1em auto; }

.hero.-join .container {
  position: relative;
  min-height: 525px; }

.hero.-join .joinbox {
  max-width: 100%;
  width: 465px;
  bottom: 40px;
  padding: 2em; }
  @media (max-width: 768px) {
    .hero.-join .joinbox {
      width: calc(100% - 40px); } }
  .hero.-join .joinbox .email-container {
    width: 100%;
    margin-bottom: 16px; }
  .hero.-join .joinbox .submit-container {
    width: 180px;
    float: right;
    clear: both; }
    .hero.-join .joinbox .submit-container input {
      width: 100%; }

.hero.-donate {
  background-color: #e1e1e1; }

.about-founder article,
.about-founder aside {
  display: block;
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%; }
  @media (min-width: 1200px) {
    .about-founder article,
    .about-founder aside {
      display: block;
      float: left;
      width: 48%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (max-width: 1024px) {
    .about-founder article,
    .about-founder aside {
      display: block;
      float: left;
      width: 40%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 768px) {
    .about-founder article,
    .about-founder aside {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 767px) {
    .about-founder article,
    .about-founder aside {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }

@media (max-width: 768px) {
  .about-founder article {
    margin-top: 2em; } }

.about-founder .quote {
  margin-top: 1.5em;
  font-size: 2.375em;
  line-height: 1;
  padding-right: 2em; }
  @media (max-width: 768px) {
    .about-founder .quote {
      padding-right: 0;
      margin-bottom: 1em;
      font-size: 1.875em; } }

.about-work {
  background-size: 100% auto;
  background-position: 50% 0%;
  background-color: #000;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 45em;
  height: auto;
  -webkit-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out; }
  @media (max-width: 768px) {
    .about-work {
      min-height: 0; } }
  .about-work article {
    display: block;
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }
    @media (min-width: 1200px) {
      .about-work article {
        display: block;
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (max-width: 1024px) {
      .about-work article {
        display: block;
        float: left;
        width: 40%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .about-work article {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .about-work article {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
  .about-work p {
    line-height: 1.83; }
  .about-work p,
  .about-work ol li,
  .about-work ul li {
    font-size: 1.125em; }
  .about-work ol li,
  .about-work ul li {
    line-height: 1.5; }
  .about-work .post {
    position: relative;
    overflow: hidden; }
  .about-work .extended {
    display: none;
    width: 100%; }
    .about-work .extended.-open {
      height: auto;
      visibility: visible;
      opacity: 1; }

.about-who {
  background-color: #eae9e9; }
  .about-who h1, .about-who h2, .about-who h3, .about-who h4, .about-who h5, .about-who h6 {
    margin-bottom: 1em; }
  .about-who p {
    font-size: 1.125em; }
  .about-who article,
  .about-who aside {
    display: block;
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }
    @media (min-width: 1200px) {
      .about-who article,
      .about-who aside {
        display: block;
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (max-width: 1024px) {
      .about-who article,
      .about-who aside {
        display: block;
        float: left;
        width: 40%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .about-who article,
      .about-who aside {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .about-who article,
      .about-who aside {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
  @media (max-width: 768px) {
    .about-who article {
      margin-top: 2em; } }

.about-team-title {
  padding-bottom: 1.5em; }

.team-member {
  padding: 1.875em 0;
  border-top: 1px solid #ccc; }
  .team-member:last-of-type {
    border-bottom: 1px solid #ccc; }
  .team-member header {
    display: block;
    float: left;
    width: 39.66667%;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    padding-left: 84px;
    padding-right: 40px; }
    @media (min-width: 1200px) {
      .team-member header {
        display: block;
        float: left;
        width: 39.66667%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (max-width: 1024px) {
      .team-member header {
        display: block;
        float: left;
        width: 31.66667%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .team-member header {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .team-member header {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .team-member header {
        min-height: 64px;
        padding-right: 0; } }
    .team-member header p {
      margin: 0; }
    .team-member header .name {
      font-size: 1.5em; }
    .team-member header .title {
      line-height: 1; }
  .team-member article {
    display: block;
    float: left;
    width: 56.33333%;
    margin-left: 1%;
    margin-right: 1%; }
    @media (min-width: 1200px) {
      .team-member article {
        display: block;
        float: left;
        width: 56.33333%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (max-width: 1024px) {
      .team-member article {
        display: block;
        float: left;
        width: 48.33333%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .team-member article {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .team-member article {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    .team-member article p {
      margin-top: 0; }
      @media (max-width: 768px) {
        .team-member article p {
          font-size: 1rem; } }
  .team-member .team-img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0; }
  .team-member .js-toggle-bio {
    margin-top: 1em; }
  .team-member .js-bio {
    display: none; }
    @media (max-width: 768px) {
      .team-member .js-bio {
        padding-top: 2em; } }

.about-board {
  padding-top: 0; }
  .about-board .about-board-grid {
    border-top: 1px solid #ccc; }
  .about-board .about-board-title {
    padding: 1.5em 20px; }
  .about-board .name {
    font-size: 18px;
    margin: 0 0 0.4em; }
  .about-board .title {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 4px; }
  .about-board .company {
    font-size: 12px;
    font-weight: 300;
    margin: 0; }
  .about-board .board-member {
    display: block;
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1.5em; }
    @media (min-width: 1200px) {
      .about-board .board-member {
        display: block;
        float: left;
        width: 23%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (max-width: 1024px) {
      .about-board .board-member {
        display: block;
        float: left;
        width: 15%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .about-board .board-member {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .about-board .board-member {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }

body.post-type-archive-actions #app {
  background-color: #eae9e9; }

body.post-type-archive-actions section {
  background-color: #eae9e9; }

.hero.-single.-actions {
  min-height: 24em;
  padding-bottom: 4em;
  background-color: #ccc;
  color: #fff;
  position: relative; }
  .hero.-single.-actions:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.5); }
  .hero.-single.-actions h1 {
    text-transform: none;
    font-size: 5em; }

.action {
  position: relative; }
  .action:hover {
    color: #000000; }
    .action:hover h4 {
      color: #09dd9a; }
  .action h4 {
    font-size: 2.5em;
    line-height: 0.9;
    margin: 0;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
  .action .actionbox-progress {
    width: 100%;
    float: left; }
    .action .actionbox-progress .progressbar span {
      background-color: #000; }
    .action .actionbox-progress .progress-text {
      padding: 0.75em 1.25em; }
      .action .actionbox-progress .progress-text p {
        margin: 0;
        font-size: 0.9em; }

.action-bg {
  width: 100%;
  height: 10.6em;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.action-content {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0;
  padding: 0.875em 1.25em; }
  @media (min-width: 1200px) {
    .action-content {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .action-content {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .action-content {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .action-content {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }

.date, .action-date {
  font-size: 12px;
  text-transform: uppercase;
  display: block; }

.action-title {
  margin: 0.5em 0 0.7em;
  line-height: 1.2; }

.action-excerpt {
  line-height: 1.3; }

.actionbox {
  position: relative;
  overflow: hidden;
  padding: 0; }
  .actionbox.-sticky {
    position: fixed; }

.actionbox-image {
  display: block;
  float: left;
  width: 58.33333%;
  margin-left: 0%;
  margin-right: 0;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0; }
  @media (min-width: 1200px) {
    .actionbox-image {
      display: block;
      float: left;
      width: 58.33333%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .actionbox-image {
      display: block;
      float: left;
      width: 58.33333%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .actionbox-image {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .actionbox-image {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .actionbox-image {
      position: relative;
      height: auto;
      top: auto;
      left: auto; } }
  .actionbox-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }

.actionbox-text {
  padding: 2.75em 4em 2.75em 2.75em;
  color: #fff;
  position: relative; }
  .actionbox-text p {
    line-height: 1.5;
    margin: 0; }

.actionbox-form {
  width: 100%;
  padding: 2.5em 2em;
  background-color: #000; }
  @media (max-width: 768px) {
    .actionbox-form {
      padding: 3em; } }
  .actionbox-form .nf-field-container {
    margin-bottom: 10px; }
  .actionbox-form .nf-form-title {
    display: none; }
  .actionbox-form .html-container {
    color: #fff; }
    .actionbox-form .html-container h1, .actionbox-form .html-container h3, .actionbox-form .html-container h3, .actionbox-form .html-container h4, .actionbox-form .html-container h5 {
      margin: 0.25em 0; }
  .actionbox-form .ninja-forms-form-wrap .nf-field-container:first-of-type h3 {
    margin: 0; }
  .actionbox-form .ninja-forms-form-wrap .submit-container input[type=submit],
  .actionbox-form .ninja-forms-form-wrap .submit-container input[type=button] {
    background-color: #09dd9a;
    color: #000;
    border-color: #09dd9a; }
    .actionbox-form .ninja-forms-form-wrap .submit-container input[type=submit]:hover, .actionbox-form .ninja-forms-form-wrap .submit-container input[type=submit]:focus,
    .actionbox-form .ninja-forms-form-wrap .submit-container input[type=button]:hover,
    .actionbox-form .ninja-forms-form-wrap .submit-container input[type=button]:focus {
      background-color: #23f6b3;
      border-color: #23f6b3; }
  .actionbox-form .ninja-forms-form-wrap .nf-input-limit {
    margin: 0; }
  .actionbox-form .firstname-container,
  .actionbox-form .lastname-container {
    width: calc(50% - 5px);
    float: left;
    clear: none;
    margin-right: 10px; }
    @media (max-width: 768px) {
      .actionbox-form .firstname-container,
      .actionbox-form .lastname-container {
        width: 100%;
        margin-right: 0; } }
  .actionbox-form .lastname-container {
    margin-right: 0; }
  .actionbox-form input[type=button] {
    width: 100% !important; }
  .actionbox-form .nf-form-fields-required {
    display: none; }
  .actionbox-form .nf-error-wrap.nf-error {
    margin-top: 2px; }
  .actionbox-form .nf-response-msg {
    color: #fff; }
    .actionbox-form .nf-response-msg h1, .actionbox-form .nf-response-msg h2, .actionbox-form .nf-response-msg h3 {
      font-size: 1.875em;
      margin-top: 0; }
    .actionbox-form .nf-response-msg p {
      font-size: 1.125em; }

.action-video .embed-container {
  width: 1200px;
  height: 675px; }

.action-intro p {
  font-size: 1.75em;
  line-height: 1.15;
  margin: 0 0 1em; }

.action-intro a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .action-intro a:hover {
    border-bottom: 1px solid #09dd9a; }

@media (max-width: 768px) {
  .action-single-content {
    padding-top: 0; } }

@media (max-width: 768px) {
  .action-single-content .container {
    padding: 0; } }

.action-single-content article {
  width: calc(100% - 400px);
  padding-right: 50px;
  float: left; }
  @media (max-width: 768px) {
    .action-single-content article {
      width: 100%;
      padding-right: 0;
      margin-top: 4em;
      padding: 0 20px; } }

.action-single-content aside {
  width: 350px;
  float: right; }
  @media (max-width: 768px) {
    .action-single-content aside {
      width: 100%; } }

.actionbox-progress .progressbar {
  width: 100%;
  height: 10px;
  background-color: #c7c8ca;
  position: relative; }
  .actionbox-progress .progressbar span {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #09dd9a; }

.actionbox-progress .progress-text {
  color: #c7c8ca;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0.75em 0 0;
  line-height: 1; }
  @media (max-width: 768px) {
    .actionbox-progress .progress-text {
      padding: 0 20px; } }
  .actionbox-progress .progress-text .signed {
    color: #000; }

.sharebox {
  width: 100%;
  height: 50px;
  float: left;
  background-color: #ebeced;
  margin-top: 2em; }
  @media (max-width: 768px) {
    .sharebox {
      width: calc(100% - 40px);
      margin-left: 20px;
      margin-top: 3em; } }
  .sharebox p,
  .sharebox a {
    width: 25%;
    float: left;
    text-align: center;
    line-height: 50px;
    color: #a3a3a3; }
  .sharebox p {
    font-size: 1em;
    margin: 0;
    padding: 0 0.5em;
    text-transform: uppercase;
    font-weight: 800;
    color: #a3a3a3; }
  .sharebox a {
    border-bottom: none; }
    .sharebox a:hover {
      color: #fff; }
      .sharebox a:hover i {
        color: #fff;
        -webkit-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out; }
    .sharebox a.-facebook:hover {
      background-color: #3b5998; }
    .sharebox a.-twitter:hover {
      background-color: #00aced; }
    .sharebox a.-email:hover {
      background-color: #d14836; }
  .sharebox i {
    font-size: 22px;
    line-height: 50px;
    color: #757676; }
    .sharebox i:before {
      margin: 0; }
  .sharebox .js-share-count,
  .sharebox .js-email-count,
  .sharebox .js-twitter-count {
    font-size: 1em;
    font-weight: 800; }
    .sharebox .js-share-count span,
    .sharebox .js-email-count span,
    .sharebox .js-twitter-count span {
      display: inline-block;
      margin-left: 10px; }
  .sharebox .acf-form {
    display: none; }

.page-template-page-allies #app,
.post-type-archive-allies #app,
.tax-sport #app {
  background-color: #eae9e9; }

.page-template-page-allies section,
.post-type-archive-allies section,
.tax-sport section {
  background-color: #eae9e9; }

.hero.-allies,
.hero.-archive {
  background-color: #eae9e9; }

.ally-grid .ally {
  height: 450px;
  max-height: 450px;
  padding: 2.8em 1.25em;
  background-color: #fff;
  text-align: center; }
  @media (max-width: 768px) {
    .ally-grid .ally {
      height: auto; } }
  .ally-grid .ally:hover {
    color: #000000; }
    .ally-grid .ally:hover .ally-title {
      color: #09dd9a; }

.ally-grid .ally-title {
  font-size: 2.8125em;
  line-height: 0.9 !important;
  font-weight: 800;
  color: #000;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  margin: 0.5em 0; }

.ally-grid .post-pagination {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0;
  text-align: center; }
  @media (min-width: 1200px) {
    .ally-grid .post-pagination {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .ally-grid .post-pagination {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .ally-grid .post-pagination {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .ally-grid .post-pagination {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  .ally-grid .post-pagination .button {
    margin-left: 0;
    margin-right: 0; }

img.-round {
  width: 23.75em;
  height: 23.75em;
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  margin: 0 auto;
  background-color: #eee; }

.ally-img {
  width: 12.5em;
  height: 12.5em;
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  margin: 0 auto;
  background-color: #eee; }
  .ally-img.-small {
    width: 8em;
    height: 8em; }

.ally-img-blank {
  width: 12.5em;
  height: 12.5em;
  display: block; }
  @media (max-width: 768px) {
    .ally-img-blank {
      display: none; } }

.ally-position {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0; }

.ally-sport {
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0; }

.content.-ally-single {
  padding-top: 8em; }
  .content.-ally-single .ally-title {
    margin: 0 0 1rem !important; }
  .content.-ally-single aside {
    display: block;
    float: left;
    width: 39.66667%;
    margin-left: 1%;
    margin-right: 1%; }
    @media (min-width: 1200px) {
      .content.-ally-single aside {
        display: block;
        float: left;
        width: 39.66667%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (max-width: 1024px) {
      .content.-ally-single aside {
        display: block;
        float: left;
        width: 31.66667%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .content.-ally-single aside {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .content.-ally-single aside {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
  .content.-ally-single article {
    display: block;
    float: left;
    width: 48%;
    margin-left: 9.33333%;
    margin-right: 1%; }
    @media (min-width: 1200px) {
      .content.-ally-single article {
        display: block;
        float: left;
        width: 48%;
        margin-left: 9.33333%;
        margin-right: 1%; } }
    @media (max-width: 1024px) {
      .content.-ally-single article {
        display: block;
        float: left;
        width: 40%;
        margin-left: 13.33333%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .content.-ally-single article {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .content.-ally-single article {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .content.-ally-single article {
        margin-top: 2em; } }
  @media (max-width: 768px) {
    .content.-ally-single header {
      text-align: center; } }
  .content.-ally-single .ally-img {
    max-width: 24em;
    width: 100%;
    height: auto; }
  .content.-ally-single h1 {
    font-size: 3.75em;
    line-height: 0.8;
    margin: 0; }
  .content.-ally-single .ally-link {
    border-bottom: none;
    font-size: 14px;
    padding: 0 0 0 35px;
    position: relative; }
    .content.-ally-single .ally-link i {
      position: absolute;
      top: -6px;
      left: 0;
      font-size: 22px;
      -webkit-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out; }
    .content.-ally-single .ally-link:hover {
      border-bottom: none; }
      .content.-ally-single .ally-link:hover i {
        color: #09dd9a; }
  .content.-ally-single .ally-link + .ally-link {
    margin-left: 1.5em; }
  .content.-ally-single .ally-position,
  .content.-ally-single .ally-sport {
    margin: 0; }
  .content.-ally-single .ally-position {
    font-size: 1.125em; }
  .content.-ally-single .ally-sport {
    font-size: 14px;
    margin-bottom: 1.75em; }
  .content.-ally-single .ally-bio {
    margin-bottom: 2em; }
    .content.-ally-single .ally-bio p {
      font-size: 1.125em;
      line-height: 1.6; }

.ally-media-group {
  width: 100%;
  float: left;
  background-color: #000;
  padding: 0;
  color: #fff; }

.ally-media .container {
  padding: 2em 0;
  border-bottom: 2px dotted #808080; }

.ally-media article {
  display: block;
  float: left;
  width: 39.66667%;
  margin-left: 1%;
  margin-right: 1%; }
  @media (min-width: 1200px) {
    .ally-media article {
      display: block;
      float: left;
      width: 39.66667%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (max-width: 1024px) {
    .ally-media article {
      display: block;
      float: left;
      width: 31.66667%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 768px) {
    .ally-media article {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 767px) {
    .ally-media article {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }

.ally-media aside {
  display: block;
  float: left;
  width: 56.33333%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 3.75%;
  float: right !important; }
  @media (min-width: 1200px) {
    .ally-media aside {
      display: block;
      float: left;
      width: 56.33333%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (max-width: 1024px) {
    .ally-media aside {
      display: block;
      float: left;
      width: 48.33333%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 768px) {
    .ally-media aside {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 767px) {
    .ally-media aside {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 768px) {
    .ally-media aside {
      padding-left: 0;
      float: left !important;
      margin-bottom: 1em; } }
  .ally-media aside img {
    display: block;
    max-width: 100%;
    height: auto; }

.ally-media .meta {
  font-size: 14px;
  line-height: 1; }
  .ally-media .meta span {
    display: inline-block; }

.ally-media .meta-date {
  padding-right: 10px; }

.ally-media .meta-byline {
  color: #999;
  padding: 0 10px;
  border-left: 1px solid #fff; }

.ally-media .title {
  font-size: 1.875em;
  line-height: 1.36; }

.ally-media .excerpt a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .ally-media .excerpt a:hover {
    color: #09dd9a;
    border-color: #09dd9a; }

.ally-media .read-more {
  color: #999;
  font-weight: 800; }
  .ally-media .read-more i {
    background-color: #999; }
    .ally-media .read-more i:before {
      color: #000; }
  .ally-media .read-more:hover {
    color: #09dd9a; }
    .ally-media .read-more:hover i {
      background-color: #09dd9a; }

.tax-select {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0;
  margin-bottom: 2em; }
  @media (min-width: 1200px) {
    .tax-select {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .tax-select {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .tax-select {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .tax-select {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  .tax-select > select {
    opacity: 0; }
  .tax-select .dropdown {
    max-width: 100%;
    width: 430px;
    float: right;
    background-color: transparent; }
    .tax-select .dropdown ul {
      padding: 0;
      margin: 0; }
    .tax-select .dropdown li {
      background-color: #ccc;
      border-top: 2px solid #eae9e9;
      color: #fff; }
    .tax-select .dropdown .selected:after {
      box-shadow: none; }
    .tax-select .dropdown .carat:after {
      border-top-color: #eae9e9; }
    .tax-select .dropdown span.selected {
      color: #999;
      border-bottom: 1px solid #bbbaba;
      padding: 12px 12px 12px 0; }
  .tax-select .dropdown .carat {
    border-top-color: #999; }
  .tax-select .dropdown li.focus,
  .tax-select .dropdown li.active {
    background: #09dd9a; }
  .tax-select .dropdown.focus:after {
    background: transparent; }
  .tax-select .dropdown.focus .carat {
    border-top-color: #999; }

.hero.-campus {
  background-color: #595959;
  background-position: 100% 100%;
  position: relative; }
  .hero.-campus .campus-image-mobile {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    margin: 0 auto 2em;
    background-color: #eee;
    display: none; }
    @media (max-width: 768px) {
      .hero.-campus .campus-image-mobile {
        display: block; } }
  @media (max-width: 768px) {
    .hero.-campus.-wbg-mobile {
      background-image: none !important;
      background-color: #000; } }

.campus-content {
  display: block;
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 5em;
  text-align: left; }
  @media (min-width: 1200px) {
    .campus-content {
      display: block;
      float: left;
      width: 48%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (max-width: 1024px) {
    .campus-content {
      display: block;
      float: left;
      width: 40%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 768px) {
    .campus-content {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 767px) {
    .campus-content {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 768px) {
    .campus-content {
      margin-top: 1em; } }
  .campus-content h3 {
    margin-top: 2em; }
  .campus-content p {
    font-size: 1.125em;
    line-height: 1.55; }

.hero-reveal {
  position: absolute;
  background-color: #211f20;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: left;
  padding-top: 8em;
  display: none; }
  .hero-reveal .container {
    position: relative; }
  .hero-reveal .circle-action {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0; }
    @media (max-width: 768px) {
      .hero-reveal .circle-action {
        right: 20px;
        top: -40px; } }
  .hero-reveal p {
    color: #ccc;
    font-size: 1.125em;
    line-height: 1.6; }
  .hero-reveal article,
  .hero-reveal .nf-form-cont {
    display: block;
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }
    @media (min-width: 1200px) {
      .hero-reveal article,
      .hero-reveal .nf-form-cont {
        display: block;
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (max-width: 1024px) {
      .hero-reveal article,
      .hero-reveal .nf-form-cont {
        display: block;
        float: left;
        width: 40%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .hero-reveal article,
      .hero-reveal .nf-form-cont {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .hero-reveal article,
      .hero-reveal .nf-form-cont {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .hero-reveal article,
      .hero-reveal .nf-form-cont {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
  .hero-reveal .nf-form-cont {
    padding-left: 2.5em; }
    @media (max-width: 768px) {
      .hero-reveal .nf-form-cont {
        padding-left: 0;
        padding-top: 2em; } }
    .hero-reveal .nf-form-cont h3 {
      font-size: 1.5em; }
    .hero-reveal .nf-form-cont .checkbox-container label {
      display: block;
      float: left;
      width: 83.33333%;
      margin-left: 0%;
      margin-right: 0;
      color: #ccc;
      line-height: 1.5; }
      @media (min-width: 1200px) {
        .hero-reveal .nf-form-cont .checkbox-container label {
          display: block;
          float: left;
          width: 83.33333%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 1024px) {
        .hero-reveal .nf-form-cont .checkbox-container label {
          display: block;
          float: left;
          width: 83.33333%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 768px) {
        .hero-reveal .nf-form-cont .checkbox-container label {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 767px) {
        .hero-reveal .nf-form-cont .checkbox-container label {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
  .hero-reveal .nf-form-title,
  .hero-reveal .nf-form-fields-required {
    display: none; }
  .hero-reveal .nf-response-msg {
    font-size: 1.125em;
    line-height: 1.5;
    margin-top: 1.25em;
    color: #09dd9a; }

.circle-action {
  width: 2.375em;
  height: 2.375em;
  border-radius: 50%;
  border: 1px solid #aaa;
  position: relative;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  color: #fff; }
  .circle-action:before {
    font-family: "fontello";
    position: absolute;
    font-size: 1.5em;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .circle-action.-close:before {
    content: '\e8ec'; }
  .circle-action.-arrow:before {
    content: '\e8ee'; }
  .circle-action.-dark {
    border: 1px solid #aaa;
    color: #000; }
  .circle-action:hover {
    background-color: #09dd9a;
    border-color: #09dd9a;
    color: #000; }

.nav-campus {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0;
  height: 60px;
  background-color: #000;
  text-align: center; }
  @media (min-width: 1200px) {
    .nav-campus {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .nav-campus {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .nav-campus {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .nav-campus {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .nav-campus {
      height: 94px;
      border-top: 1px solid #eae9e9; } }
  .nav-campus.-sticky {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 15; }
  .nav-campus ul {
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
    display: inline-block; }
    .nav-campus ul li {
      list-style-type: none;
      display: block;
      float: left; }
      @media (max-width: 768px) {
        .nav-campus ul li {
          width: 50%; } }
      .nav-campus ul li a {
        height: 60px;
        color: #fff;
        font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        padding: 1.8em 3.33em 0;
        display: block; }
        @media (max-width: 768px) {
          .nav-campus ul li a {
            font-size: 11px;
            padding-top: 0.75em;
            padding-bottom: 0.75em;
            height: 47px; } }
        .nav-campus ul li a:hover, .nav-campus ul li a.-active {
          background-color: #09dd9a; }

.ally-grid.slider.-thirds .slick-list {
  max-width: 100%;
  width: 990px;
  margin: 0 auto; }

.ally-grid.slider.-thirds .ally {
  cursor: pointer; }
  @media (max-width: 1024px) {
    .ally-grid.slider.-thirds .ally {
      width: calc(33.3333% - 1.3333em);
      margin-right: 2em; } }
  @media (max-width: 768px) {
    .ally-grid.slider.-thirds .ally {
      width: 100%;
      height: auto;
      margin: 0 0 2em;
      padding: 3.5em; } }
  @media (max-width: 767px) {
    .ally-grid.slider.-thirds .ally {
      padding: 2em; } }
  @media (max-width: 1024px) {
    .ally-grid.slider.-thirds .ally:nth-of-type(odd) {
      margin-right: 2em; } }
  @media (max-width: 768px) {
    .ally-grid.slider.-thirds .ally:nth-of-type(odd) {
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .ally-grid.slider.-thirds .ally:nth-of-type(3n) {
      margin-right: 0; } }

@media (max-width: 768px) {
  .ally-grid.slider.-thirds .ally-img {
    width: 16em;
    height: 16em;
    float: left; } }

@media (max-width: 767px) {
  .ally-grid.slider.-thirds .ally-img {
    width: 10em;
    height: 10em;
    float: none; } }

@media (max-width: 768px) {
  .ally-grid.slider.-thirds .ally-title {
    margin-top: 1.5em; } }

@media (max-width: 767px) {
  .ally-grid.slider.-thirds .ally-title {
    margin-top: 0.5em; } }

.campus-ambassadors {
  padding: 0; }
  .campus-ambassadors .title {
    padding-top: 5em;
    margin-bottom: 2em; }
    .campus-ambassadors .title h2,
    .campus-ambassadors .title .title-text {
      display: block;
      float: left;
      width: 48%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1200px) {
        .campus-ambassadors .title h2,
        .campus-ambassadors .title .title-text {
          display: block;
          float: left;
          width: 48%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1024px) {
        .campus-ambassadors .title h2,
        .campus-ambassadors .title .title-text {
          display: block;
          float: left;
          width: 40%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 768px) {
        .campus-ambassadors .title h2,
        .campus-ambassadors .title .title-text {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 767px) {
        .campus-ambassadors .title h2,
        .campus-ambassadors .title .title-text {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
    @media (max-width: 768px) {
      .campus-ambassadors .title .title-text {
        margin-top: 2em; } }
  .campus-ambassadors .ally-grid {
    padding-bottom: 5em; }
  .campus-ambassadors .ally-hidden {
    display: none; }
  .campus-ambassadors .ally-splash {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f6f6f6;
    display: none; }
    .campus-ambassadors .ally-splash .container {
      position: relative; }
    .campus-ambassadors .ally-splash .circle-action {
      position: absolute;
      right: 20px;
      top: 0; }
    .campus-ambassadors .ally-splash .ally-img {
      float: left;
      margin-right: 2.25em; }
    .campus-ambassadors .ally-splash .ally-title {
      font-size: 2.8125em;
      margin-top: 0.4em;
      padding-right: 1em;
      line-height: 1; }
      @media (max-width: 768px) {
        .campus-ambassadors .ally-splash .ally-title {
          padding-right: 0; } }
    .campus-ambassadors .ally-splash header {
      display: block;
      float: left;
      width: 98%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (min-width: 1200px) {
        .campus-ambassadors .ally-splash header {
          display: block;
          float: left;
          width: 98%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1024px) {
        .campus-ambassadors .ally-splash header {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 768px) {
        .campus-ambassadors .ally-splash header {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 767px) {
        .campus-ambassadors .ally-splash header {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 768px) {
        .campus-ambassadors .ally-splash header {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 768px) {
        .campus-ambassadors .ally-splash header {
          padding-right: 3em; } }
      .campus-ambassadors .ally-splash header .col {
        display: block;
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%; }
        @media (min-width: 1200px) {
          .campus-ambassadors .ally-splash header .col {
            display: block;
            float: left;
            width: 48%;
            margin-left: 1%;
            margin-right: 1%; } }
        @media (max-width: 1024px) {
          .campus-ambassadors .ally-splash header .col {
            display: block;
            float: left;
            width: 40%;
            margin-left: 5%;
            margin-right: 5%; } }
        @media (max-width: 768px) {
          .campus-ambassadors .ally-splash header .col {
            display: block;
            float: left;
            width: 90%;
            margin-left: 5%;
            margin-right: 5%; } }
        @media (max-width: 767px) {
          .campus-ambassadors .ally-splash header .col {
            display: block;
            float: left;
            width: 90%;
            margin-left: 5%;
            margin-right: 5%; } }
        @media (max-width: 768px) {
          .campus-ambassadors .ally-splash header .col {
            display: block;
            float: left;
            width: 100%;
            margin-left: 0%;
            margin-right: 0; } }
      @media (max-width: 768px) {
        .campus-ambassadors .ally-splash header .col:last-of-type {
          margin-top: 2em; } }
    .campus-ambassadors .ally-splash .ally-quote {
      padding-right: 3em; }
      @media (max-width: 768px) {
        .campus-ambassadors .ally-splash .ally-quote {
          padding-right: 0; } }
      .campus-ambassadors .ally-splash .ally-quote p {
        font-size: 1.6875em;
        margin: 0;
        line-height: 1.1; }
    .campus-ambassadors .ally-splash article {
      display: block;
      float: left;
      width: 98%;
      margin-left: 1%;
      margin-right: 1%;
      margin-top: 2em;
      column-count: 2;
      column-gap: 36px;
      -webkit-column-count: 2;
      -webkit-column-gap: 36px;
      -moz-column-count: 2;
      -moz-column-gap: 36px;
      text-align: justify; }
      @media (min-width: 1200px) {
        .campus-ambassadors .ally-splash article {
          display: block;
          float: left;
          width: 98%;
          margin-left: 1%;
          margin-right: 1%; } }
      @media (max-width: 1024px) {
        .campus-ambassadors .ally-splash article {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 768px) {
        .campus-ambassadors .ally-splash article {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 767px) {
        .campus-ambassadors .ally-splash article {
          display: block;
          float: left;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      @media (max-width: 768px) {
        .campus-ambassadors .ally-splash article {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 768px) {
        .campus-ambassadors .ally-splash article {
          column-count: 1;
          column-gap: 0;
          -webkit-column-count: 1;
          -webkit-column-gap: 0;
          -moz-column-count: 1;
          -moz-column-gap: 0;
          text-align: left; } }
      .campus-ambassadors .ally-splash article p {
        font-size: 1.125em;
        line-height: 1.5;
        margin-top: 0; }
  .campus-ambassadors.-open {
    background-color: #f6f6f6; }
    .campus-ambassadors.-open .ally-splash {
      position: relative; }

.campus-become-ambassador {
  background-color: #fff; }
  .campus-become-ambassador header {
    padding: 3.75em; }
    .campus-become-ambassador header h2,
    .campus-become-ambassador header p {
      display: block;
      float: left;
      width: 66.66667%;
      margin-left: 0%;
      margin-right: 0;
      clear: both; }
      @media (min-width: 1200px) {
        .campus-become-ambassador header h2,
        .campus-become-ambassador header p {
          display: block;
          float: left;
          width: 66.66667%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 1024px) {
        .campus-become-ambassador header h2,
        .campus-become-ambassador header p {
          display: block;
          float: left;
          width: 66.66667%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 768px) {
        .campus-become-ambassador header h2,
        .campus-become-ambassador header p {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 767px) {
        .campus-become-ambassador header h2,
        .campus-become-ambassador header p {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
  .campus-become-ambassador article {
    padding: 3.125em 0 4em;
    text-align: center;
    position: relative; }
    .campus-become-ambassador article h2 {
      font-size: 2.8125em; }
    .campus-become-ambassador article .col {
      text-align: left;
      margin-top: 3em; }
      .campus-become-ambassador article .col:nth-of-type(odd) {
        display: block;
        float: left;
        width: 39.66667%;
        margin-left: 1%;
        margin-right: 1%; }
        @media (min-width: 1200px) {
          .campus-become-ambassador article .col:nth-of-type(odd) {
            display: block;
            float: left;
            width: 39.66667%;
            margin-left: 1%;
            margin-right: 1%; } }
        @media (max-width: 1024px) {
          .campus-become-ambassador article .col:nth-of-type(odd) {
            display: block;
            float: left;
            width: 31.66667%;
            margin-left: 5%;
            margin-right: 5%; } }
        @media (max-width: 768px) {
          .campus-become-ambassador article .col:nth-of-type(odd) {
            display: block;
            float: left;
            width: 90%;
            margin-left: 5%;
            margin-right: 5%; } }
        @media (max-width: 767px) {
          .campus-become-ambassador article .col:nth-of-type(odd) {
            display: block;
            float: left;
            width: 90%;
            margin-left: 5%;
            margin-right: 5%; } }
      .campus-become-ambassador article .col:nth-of-type(even) {
        display: block;
        float: left;
        width: 56.33333%;
        margin-left: 1%;
        margin-right: 1%; }
        @media (min-width: 1200px) {
          .campus-become-ambassador article .col:nth-of-type(even) {
            display: block;
            float: left;
            width: 56.33333%;
            margin-left: 1%;
            margin-right: 1%; } }
        @media (max-width: 1024px) {
          .campus-become-ambassador article .col:nth-of-type(even) {
            display: block;
            float: left;
            width: 48.33333%;
            margin-left: 5%;
            margin-right: 5%; } }
        @media (max-width: 768px) {
          .campus-become-ambassador article .col:nth-of-type(even) {
            display: block;
            float: left;
            width: 90%;
            margin-left: 5%;
            margin-right: 5%; } }
        @media (max-width: 767px) {
          .campus-become-ambassador article .col:nth-of-type(even) {
            display: block;
            float: left;
            width: 90%;
            margin-left: 5%;
            margin-right: 5%; } }
  .campus-become-ambassador ul.menu {
    display: inline-block;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .campus-become-ambassador ul.menu {
        float: none;
        width: auto; } }
    @media (max-width: 767px) {
      .campus-become-ambassador ul.menu {
        width: 100%; } }
    .campus-become-ambassador ul.menu li {
      width: 205px;
      padding: 0.25em;
      float: left;
      position: relative;
      font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 11px;
      font-weight: 800;
      text-transform: uppercase;
      color: #595959;
      border: 1px solid #999;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      @media (max-width: 767px) {
        .campus-become-ambassador ul.menu li {
          width: 50%;
          height: 4em; } }
      .campus-become-ambassador ul.menu li span {
        display: block;
        line-height: 1; }
        @media (max-width: 767px) {
          .campus-become-ambassador ul.menu li span {
            max-width: 80%;
            left: 10%;
            width: 100%;
            padding: 0 0.5em;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
      .campus-become-ambassador ul.menu li.-active {
        background-color: #09dd9a;
        border: 1px solid #09dd9a;
        color: #fff; }
    .campus-become-ambassador ul.menu li:first-of-type {
      border-right: 0; }
    .campus-become-ambassador ul.menu li:last-of-type.-active {
      border-left: 1px solid #999; }
  .campus-become-ambassador .tab .col h3 {
    margin-top: 0.25em; }
  .campus-become-ambassador ul.icon-list {
    padding-left: 0; }
    .campus-become-ambassador ul.icon-list:before {
      display: none; }
    .campus-become-ambassador ul.icon-list li {
      list-style-type: none;
      position: relative;
      padding-left: 3.5em; }
      .campus-become-ambassador ul.icon-list li i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1.75em; }
        .campus-become-ambassador ul.icon-list li i:before {
          margin: 0; }
    .campus-become-ambassador ul.icon-list li + li {
      margin-top: 1em; }

.tabs {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .tabs .tab {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out; }
    @media (max-width: 768px) {
      .tabs .tab {
        position: relative;
        display: none; } }
    .tabs .tab.-active {
      left: 0;
      visibility: visible;
      opacity: 1;
      z-index: 1; }
      @media (max-width: 768px) {
        .tabs .tab.-active {
          display: block; } }

#js-ambassador-tabs-wrap .slick-arrow {
  z-index: 2; }
  @media (max-width: 768px) {
    #js-ambassador-tabs-wrap .slick-arrow {
      display: none; } }

#questions {
  width: 100%;
  float: left; }

.faq {
  padding: 4.5rem 1.25rem;
  position: relative;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .faq {
      width: calc(33.3333% - 1.3333em) !important;
      margin-right: 2em !important; } }
  @media (max-width: 767px) {
    .faq {
      width: 100% !important;
      margin-right: 0 !important;
      -webkit-transition: height .2s ease-in-out;
      transition: height .2s ease-in-out; } }
  @media (max-width: 1024px) {
    .faq:nth-of-type(3n) {
      margin-right: 0 !important; } }
  .faq.-active {
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.08); }
    .faq.-active:before {
      color: #09dd9a; }
  .faq.-active.-mobile .faq-answer {
    height: auto;
    opacity: 1;
    visibility: visible; }
  .faq:before {
    content: "Q";
    color: #eae9e9;
    font-size: 3.125em;
    line-height: 0.8;
    position: absolute;
    left: 1.25rem;
    top: 1rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .faq .faq-question {
    font-size: 1.875em;
    line-height: 1.2; }
  .faq .faq-answer {
    display: none; }
    @media (max-width: 767px) {
      .faq .faq-answer {
        display: block;
        height: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: height .2s ease-in-out;
        transition: height .2s ease-in-out; } }
    .faq .faq-answer p {
      font-size: 1.125em;
      line-height: 1.5; }
  .faq .circle-action {
    position: absolute;
    right: 1.125rem;
    bottom: 1.125rem;
    z-index: 5; }
    .faq .circle-action.-dark {
      border: 1px solid #000;
      background-color: #000;
      color: #fff; }
  .faq:hover .circle-action {
    background-color: #09dd9a;
    border-color: #09dd9a; }
    @media (max-width: 767px) {
      .faq:hover .circle-action {
        background-color: transparent;
        border-color: #aaa; } }
  .faq.-active .circle-action:before {
    content: '\e8ec';
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.faq-expander {
  width: 100%;
  float: left;
  padding: 2rem 5rem;
  margin-bottom: 2em;
  background-color: #fff;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.08);
  position: relative;
  display: none; }
  .faq-expander:before {
    content: "A";
    color: #09dd9a;
    font-size: 3.125em;
    line-height: 0.8;
    position: absolute;
    left: 1.25rem;
    top: 2rem; }
  .faq-expander p {
    margin: 0 0 1em; }
  .faq-expander.-open {
    display: block; }

.campus-orgs header h2 {
  margin-bottom: 0.5em; }

.campus-orgs .logo-list li {
  height: 150px;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    .campus-orgs .logo-list li {
      display: block;
      float: left;
      width: -7.225%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 768px) {
    .campus-orgs .logo-list li {
      display: block;
      float: left;
      width: 40%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 768px) {
    .campus-orgs .logo-list li {
      height: 70px; } }

.campus-participating header {
  margin-bottom: 5em; }

.campus-participating .logo-list li {
  display: block;
  float: left;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%; }
  @media (min-width: 1200px) {
    .campus-participating .logo-list li {
      display: block;
      float: left;
      width: 23%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (max-width: 1024px) {
    .campus-participating .logo-list li {
      display: block;
      float: left;
      width: 15%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 768px) {
    .campus-participating .logo-list li {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 767px) {
    .campus-participating .logo-list li {
      display: block;
      float: left;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 1024px) {
    .campus-participating .logo-list li {
      display: block;
      float: left;
      width: -7.225%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 768px) {
    .campus-participating .logo-list li {
      display: block;
      float: left;
      width: 40%;
      margin-left: 5%;
      margin-right: 5%; } }
  .campus-participating .logo-list li .img-wrap {
    height: 125px; }
    @media (max-width: 768px) {
      .campus-participating .logo-list li .img-wrap {
        height: 70px; } }
    .campus-participating .logo-list li .img-wrap img {
      vertical-align: middle;
      max-height: 100%;
      width: auto; }
  .campus-participating .logo-list li .name {
    min-height: 2rem; }
    @media (max-width: 768px) {
      .campus-participating .logo-list li .name {
        font-size: 10px; } }

.content .content-contact {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0;
  padding: 2.9em 2em;
  background-color: #000;
  color: #fff; }
  @media (min-width: 1200px) {
    .content .content-contact {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .content .content-contact {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .content .content-contact {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .content .content-contact {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  .content .content-contact .col {
    display: block;
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }
    @media (min-width: 1200px) {
      .content .content-contact .col {
        display: block;
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (max-width: 1024px) {
      .content .content-contact .col {
        display: block;
        float: left;
        width: 40%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .content .content-contact .col {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .content .content-contact .col {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    .content .content-contact .col:nth-of-type(even) {
      padding-left: 2em; }
      @media (max-width: 768px) {
        .content .content-contact .col:nth-of-type(even) {
          padding-left: 0;
          padding-top: 3em; } }
  .content .content-contact .nf-form-title,
  .content .content-contact .nf-form-fields-required {
    display: none; }
  .content .content-contact h3 {
    margin-top: 0;
    margin-bottom: 1em; }
  .content .content-contact a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    .content .content-contact a:hover {
      color: #09dd9a;
      border-bottom: 1px solid #09dd9a; }

.hero.-donate {
  background-color: #e1e1e1; }

.donate-content {
  background-color: #e1e1e1; }
  .donate-content article {
    display: block;
    float: left;
    width: 64.66667%;
    margin-left: 17.66667%;
    margin-right: 1%;
    text-align: center;
    padding: 0 0 5em; }
    @media (min-width: 1200px) {
      .donate-content article {
        display: block;
        float: left;
        width: 64.66667%;
        margin-left: 17.66667%;
        margin-right: 1%; } }
    @media (max-width: 1024px) {
      .donate-content article {
        display: block;
        float: left;
        width: 56.66667%;
        margin-left: 21.66667%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .donate-content article {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .donate-content article {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    .donate-content article h5 {
      text-transform: uppercase;
      margin-bottom: 0;
      margin-top: 2em; }
    .donate-content article h5 + p {
      margin-top: 0.25em;
      margin-bottom: 2em; }
    .donate-content article p + h5 {
      margin-top: 3em; }

.hero.-home .slider {
  color: #fff; }
  .hero.-home .slider .slick-slide {
    height: 100%;
    min-height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    position: relative; }
    @media (max-width: 768px) {
      .hero.-home .slider .slick-slide {
        background-position: 60% 50%; } }
    .hero.-home .slider .slick-slide:before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
      @media (max-width: 768px) {
        .hero.-home .slider .slick-slide:before {
          display: block; } }
  .hero.-home .slider .container {
    max-width: 1000px;
    height: 100%;
    min-height: 650px;
    position: relative; }
  .hero.-home .slider .caption {
    position: absolute;
    right: 0;
    bottom: 30px;
    text-align: right; }
    @media (max-width: 768px) {
      .hero.-home .slider .caption {
        width: 100%;
        margin-top: 2em;
        float: left;
        position: relative;
        bottom: auto;
        right: auto; } }
  .hero.-home .slider h1 {
    display: block;
    float: left;
    width: 64.66667%;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 1.5em; }
    @media (min-width: 1200px) {
      .hero.-home .slider h1 {
        display: block;
        float: left;
        width: 64.66667%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (max-width: 1024px) {
      .hero.-home .slider h1 {
        display: block;
        float: left;
        width: 56.66667%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .hero.-home .slider h1 {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .hero.-home .slider h1 {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .hero.-home .slider h1 {
        padding-top: 2em;
        margin-left: 0;
        margin-right: 0; } }
  .hero.-home .slider h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    margin: 0;
    line-height: 1; }
    @media (max-width: 768px) {
      .hero.-home .slider h4 {
        font-size: 18px; } }
  .hero.-home .slider p {
    font-size: 12px;
    margin: 0;
    font-weight: 700;
    margin: 0.25em 0; }
    .hero.-home .slider p.-emphasis {
      font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase; }
  .hero.-home .slider a.link {
    font-size: 12px;
    margin-top: 1em;
    color: #fff;
    display: block;
    font-weight: 500; }
    .hero.-home .slider a.link i {
      display: inline-block; }
    .hero.-home .slider a.link:hover {
      color: #09dd9a; }

.hero.-home .joinbox-container {
  position: relative;
  max-width: 1000px; }

.hero.-home .joinbox .firstname-container,
.hero.-home .joinbox .lastname-container {
  display: none; }

.hero.-home .joinbox input {
  width: 100%;
  margin: 0; }

.joinbox {
  width: 385px;
  height: auto;
  position: absolute;
  left: 20px;
  bottom: -10px;
  background-color: #000;
  color: #fff;
  padding: 2em;
  z-index: 5; }
  @media (max-width: 768px) {
    .joinbox {
      width: calc(100% - 40px);
      bottom: -20px; } }
  .joinbox .nf-form-fields-required {
    display: none; }
  .joinbox h3 {
    font-family: "Permanent Marker";
    font-size: 3.75em;
    line-height: 0.8;
    font-weight: 700;
    margin: 1rem 0;
    margin: 0; }
  .joinbox p {
    font-size: 14px;
    margin: 1em 0 0; }
  .joinbox input {
    height: 50px !important;
    line-height: 50px; }
  .joinbox input[type=email],
  .joinbox input[type=text] {
    background: #595959;
    border: 1px solid #595959; }
    .joinbox input[type=email]:focus, .joinbox input[type=email]:active,
    .joinbox input[type=text]:focus,
    .joinbox input[type=text]:active {
      border: 1px solid #09dd9a; }
  .joinbox input[type=button],
  .joinbox input[type=submit] {
    padding: 0;
    width: 100% !important;
    border: 7px solid #fff;
    background-color: #000;
    color: #fff;
    line-height: 36px; }
    .joinbox input[type=button]:hover, .joinbox input[type=button]:focus,
    .joinbox input[type=submit]:hover,
    .joinbox input[type=submit]:focus {
      border-color: #09dd9a;
      background-color: #09dd9a;
      color: #fff; }
  .joinbox .email-container {
    width: 200px;
    float: left;
    margin: 0; }
    @media (max-width: 768px) {
      .joinbox .email-container {
        width: calc(100% - 120px); } }
  .joinbox .firstname-container,
  .joinbox .lastname-container {
    width: calc(50% - 8px);
    float: left;
    clear: none;
    margin-bottom: 16px !important; }
  .joinbox .lastname-container {
    margin-left: 16px; }
  .joinbox .submit-container {
    width: 120px;
    float: left;
    clear: none;
    margin: 0; }
  .joinbox .nf-form-errors {
    display: none; }
  .joinbox .nf-input-limit {
    margin: 0; }
  .joinbox.-initial #nf-form-2-cont .nf-field-container.email-container,
  .joinbox.-initial #nf-form-2-cont .nf-field-container.submit-container {
    display: none; }

@media (max-width: 768px) {
  .home-interstitial {
    padding-bottom: 0; } }

.home-interstitial .tweet {
  display: block;
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: 0;
  padding-right: 0.5em; }
  @media (min-width: 1200px) {
    .home-interstitial .tweet {
      display: block;
      float: left;
      width: 25%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .home-interstitial .tweet {
      display: block;
      float: left;
      width: 25%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .home-interstitial .tweet {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .home-interstitial .tweet {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .home-interstitial .tweet {
      text-align: center;
      padding-bottom: 2em;
      padding-right: 0; } }

.tweet a {
  color: #000000; }
  .tweet a:hover {
    color: #09dd9a; }

.tweet-meta {
  font-size: 12px;
  color: #929292; }
  .tweet-meta a {
    font-weight: 800;
    font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif; }

.tweet-text {
  font-size: 14px;
  font-weight: 800;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif; }
  .tweet-text i {
    width: 2.125em;
    display: inline-block;
    position: relative; }
    .tweet-text i:before {
      margin: 0;
      height: 0;
      font-size: 1.75em;
      position: absolute;
      top: -0.1875em;
      left: 0; }

.stat {
  text-align: center;
  float: left;
  border-left: 1px solid #b3b0b2;
  padding: 1.5em 1em; }
  @media (max-width: 768px) {
    .stat {
      width: 100%;
      border-left: none;
      display: none; } }
  @media (max-width: 768px) {
    .stat.-main {
      display: block; } }

.stat-number {
  font-size: 4.0625em;
  line-height: 0.8;
  font-weight: 800;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  display: block; }

.stat-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  margin: 1.5em 0 0; }

.post-grid .post,
.action,
.ally-grid .ally,
.faq {
  width: calc(33.3333% - 1.3333em);
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .post-grid .post:nth-of-type(3n),
  .action:nth-of-type(3n),
  .ally-grid .ally:nth-of-type(3n),
  .faq:nth-of-type(3n) {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .post-grid .post,
    .action,
    .ally-grid .ally,
    .faq {
      width: 48%;
      margin-right: 0; }
      .post-grid .post:nth-of-type(odd),
      .action:nth-of-type(odd),
      .ally-grid .ally:nth-of-type(odd),
      .faq:nth-of-type(odd) {
        margin-right: 2em; } }
  @media (max-width: 767px) {
    .post-grid .post,
    .action,
    .ally-grid .ally,
    .faq {
      width: 100%;
      margin-right: 0; } }
  .post-grid .post:hover,
  .action:hover,
  .ally-grid .ally:hover,
  .faq:hover {
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.08); }
    .post-grid .post:hover .post-title, .action:hover .post-title, .ally-grid .ally:hover .post-title, .faq:hover .post-title {
      color: #09dd9a; }
    .post-grid .post:hover .post-bg, .action:hover .post-bg, .ally-grid .ally:hover .post-bg, .faq:hover .post-bg {
      filter: none;
      -webkit-filter: none;
      -moz-filter: none; }

.post-grid .post {
  min-height: 340px; }
  @media (max-width: 768px) {
    .post-grid .post {
      min-height: 0; } }

.grayscale-initial, .action-bg, .ally-grid .ally-img, .post-grid .post-bg {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: url(../img/desaturate.svg#greyscale);
  filter: url(../img/desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.grayscale-hover, .action-bg:hover, .ally-grid .ally:hover .ally-img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none; }

.post-grid .post-bg {
  width: 100%;
  height: 10.6em;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.post-grid .post-content {
  width: 100%;
  float: left;
  padding: 1.75em;
  text-align: left; }

.post-grid .post-title {
  font-size: 1.25em;
  line-height: 1.1;
  font-weight: 800;
  color: #000;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  margin: 0; }

.post-grid .posts-footer {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0;
  text-align: right; }
  @media (min-width: 1200px) {
    .post-grid .posts-footer {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .post-grid .posts-footer {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .post-grid .posts-footer {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .post-grid .posts-footer {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  .post-grid .posts-footer a {
    font-family: "Permanent Marker";
    font-size: 1.375em;
    color: #000; }
    .post-grid .posts-footer a:hover {
      color: #09dd9a; }

.story h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  padding-right: 200px; }

.story .embed-container {
  width: 1200px;
  height: 675px; }
  .story .embed-container:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 1; }
  .story .embed-container .button-play {
    z-index: 1; }
  .story .embed-container iframe {
    z-index: 2; }
  .story .embed-container:hover:after {
    opacity: 0; }
  .story .embed-container:hover .button-play {
    color: #000000;
    background-color: #09dd9a;
    border-color: #09dd9a; }

.js-lazyvideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.button-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  margin: 0; }

.partners .partner-heading {
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.5em; }

.partners .partner-heading {
  font-size: 1.5em;
  margin: 0 0 1em; }

.logo-list {
  margin: 0;
  padding: 0; }
  .logo-list li {
    list-style-type: none;
    float: left;
    vertical-align: middle;
    padding-right: 3em;
    margin-bottom: 3.5em; }
    .logo-list li img {
      max-width: 100%;
      height: auto;
      vertical-align: middle; }
    .logo-list li .name {
      font-size: 12px;
      text-transform: uppercase;
      display: none;
      line-height: 1; }
    .logo-list li a {
      display: inline-block; }
  .logo-list.-verbose li {
    text-align: center; }
    .logo-list.-verbose li .name {
      display: block; }

.home-actions {
  padding: 0;
  background-color: #ccc;
  color: #fff;
  min-height: 600px;
  position: relative; }
  .home-actions .section-header-shape {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .home-actions .container {
    position: relative;
    min-height: 600px; }
  .home-actions article {
    display: block;
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 1200px) {
      .home-actions article {
        display: block;
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media (max-width: 1024px) {
      .home-actions article {
        display: block;
        float: left;
        width: 40%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .home-actions article {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .home-actions article {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .home-actions article {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        padding-top: 6em; } }
    .home-actions article h2 {
      margin-bottom: 1rem; }
    .home-actions article p {
      margin: 0 0 1rem; }
  .home-actions aside {
    display: block;
    float: left;
    width: 31.33333%;
    margin-left: 17.66667%;
    margin-right: 1%;
    position: absolute;
    right: 0;
    bottom: 70px; }
    @media (min-width: 1200px) {
      .home-actions aside {
        display: block;
        float: left;
        width: 31.33333%;
        margin-left: 17.66667%;
        margin-right: 1%; } }
    @media (max-width: 1024px) {
      .home-actions aside {
        display: block;
        float: left;
        width: 23.33333%;
        margin-left: 21.66667%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .home-actions aside {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .home-actions aside {
        display: block;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 768px) {
      .home-actions aside {
        position: relative;
        bottom: auto;
        right: auto;
        -webkit-transform: none;
        transform: none;
        margin-top: 4em; } }
    .home-actions aside .shares {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0;
      font-size: 12px;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .home-actions aside .shares {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 1024px) {
        .home-actions aside .shares {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 768px) {
        .home-actions aside .shares {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
      @media (max-width: 767px) {
        .home-actions aside .shares {
          display: block;
          float: left;
          width: 100%;
          margin-left: 0%;
          margin-right: 0; } }
      .home-actions aside .shares > div {
        display: block;
        float: left;
        width: 33.33333%;
        margin-left: 0%;
        margin-right: 0; }
        @media (min-width: 1200px) {
          .home-actions aside .shares > div {
            display: block;
            float: left;
            width: 33.33333%;
            margin-left: 0%;
            margin-right: 0; } }
        @media (max-width: 1024px) {
          .home-actions aside .shares > div {
            display: block;
            float: left;
            width: 33.33333%;
            margin-left: 0%;
            margin-right: 0; } }
        @media (max-width: 768px) {
          .home-actions aside .shares > div {
            display: block;
            float: left;
            width: 100%;
            margin-left: 0%;
            margin-right: 0; } }
        @media (max-width: 767px) {
          .home-actions aside .shares > div {
            display: block;
            float: left;
            width: 100%;
            margin-left: 0%;
            margin-right: 0; } }
        @media (max-width: 768px) {
          .home-actions aside .shares > div {
            width: 33.3333333% !important; } }
      .home-actions aside .shares i {
        font-size: 1.5rem;
        display: block; }
        .home-actions aside .shares i:before {
          margin: 0; }
  .home-actions .action-slide {
    min-height: 600px; }
    .home-actions .action-slide:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3); }
  .home-actions .slick-arrow {
    color: #fff;
    z-index: 5;
    -webkit-transition: none;
    transition: none; }
    .home-actions .slick-arrow:hover {
      color: #000; }
  .home-actions .slick-dots {
    position: absolute;
    right: 35px;
    top: 45px;
    bottom: auto;
    left: auto;
    margin: 0;
    padding: 0;
    display: inline-block !important;
    width: auto;
    z-index: 10; }
    .home-actions .slick-dots li {
      background-color: rgba(255, 255, 255, 0.25); }
      .home-actions .slick-dots li.slick-active {
        background-color: #fff; }
  .home-actions .actionbox-progress {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    margin-top: 1em; }
    @media (min-width: 1200px) {
      .home-actions .actionbox-progress {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .home-actions .actionbox-progress {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 768px) {
      .home-actions .actionbox-progress {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .home-actions .actionbox-progress {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    .home-actions .actionbox-progress .progressbar {
      background-color: rgba(255, 255, 255, 0.25); }
      .home-actions .actionbox-progress .progressbar span {
        background-color: #fff; }
    .home-actions .actionbox-progress .progress-text {
      margin-top: 0.35em; }
      @media (max-width: 768px) {
        .home-actions .actionbox-progress .progress-text {
          padding: 0; } }
      .home-actions .actionbox-progress .progress-text p {
        margin: 0;
        font-size: 1em; }
      .home-actions .actionbox-progress .progress-text .signed {
        color: #fff; }

.home-actions + .latest {
  padding-top: 0; }

.page-template-page-join-thanks .hero h1 {
  text-transform: none; }

.page-template-page-join-thanks .content {
  padding-top: 0; }

.page-template-page-join-thanks .menu-share {
  text-align: center; }

.page-template-page-join-thanks .menu-item-social {
  margin: 0 10px; }
  .page-template-page-join-thanks .menu-item-social .js-share-count {
    display: none; }

.content p.wp-caption-text {
  font-size: 12px;
  font-weight: 600;
  margin-top: 0.5em;
  text-transform: uppercase; }

.content img {
  max-width: 100%;
  height: auto; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.wp-caption {
  max-width: 100%; }

.content blockquote,
blockquote {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0;
  padding-left: 2rem;
  margin: 2em 0 3em;
  padding-top: 3em;
  position: relative; }
  @media (min-width: 1200px) {
    .content blockquote,
    blockquote {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .content blockquote,
    blockquote {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .content blockquote,
    blockquote {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .content blockquote,
    blockquote {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .content blockquote,
    blockquote {
      padding-right: 2rem; } }
  .content blockquote:before,
  blockquote:before {
    content: '\f10d';
    position: absolute;
    top: 0;
    left: 2rem;
    font-family: "fontello";
    font-size: 2em;
    width: 0;
    height: 0;
    color: #aaa; }
  .content blockquote p,
  blockquote p {
    display: block;
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0;
    font-size: 1.5em;
    margin-top: 0; }
    @media (min-width: 1200px) {
      .content blockquote p,
      blockquote p {
        display: block;
        float: left;
        width: 66.66667%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .content blockquote p,
      blockquote p {
        display: block;
        float: left;
        width: 66.66667%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 768px) {
      .content blockquote p,
      blockquote p {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .content blockquote p,
      blockquote p {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
  .content blockquote .quote-attribution,
  blockquote .quote-attribution {
    display: block;
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #aaa; }
    @media (min-width: 1200px) {
      .content blockquote .quote-attribution,
      blockquote .quote-attribution {
        display: block;
        float: left;
        width: 66.66667%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .content blockquote .quote-attribution,
      blockquote .quote-attribution {
        display: block;
        float: left;
        width: 66.66667%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 768px) {
      .content blockquote .quote-attribution,
      blockquote .quote-attribution {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .content blockquote .quote-attribution,
      blockquote .quote-attribution {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }

.hero.-single p.heading {
  font-size: 5.625em;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 0.8;
  margin: 0; }

.hero.-single p.subheading {
  font-size: 1.875em;
  line-height: 0.8;
  margin-bottom: 0; }

.hero.-single.-empty {
  padding-top: 4em;
  text-align: right;
  z-index: 15; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin: 2rem 0 1rem; }

.content h1 {
  font-size: 3.4375em;
  line-height: 1.1; }

.content h2 {
  font-size: 2.5em; }

.content h3 {
  font-weight: 800; }

.content h4 {
  font-size: 1.125em;
  text-transform: uppercase;
  line-height: 1.2; }

.content p {
  font-size: 1.125rem;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.55;
  margin: 1rem 0; }

.content a:not(.button) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .content a:not(.button):hover {
    border-bottom: 1px solid #09dd9a; }

.content ol,
.content ul {
  font-size: 1.125em; }
  .content ol li,
  .content ul li {
    font-size: 100%;
    font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.55; }
    .content ol li ul,
    .content ol li ol,
    .content ul li ul,
    .content ul li ol {
      font-size: 100%; }
      .content ol li ul li,
      .content ol li ol li,
      .content ul li ul li,
      .content ul li ol li {
        font-size: 100%; }

@media (max-width: 768px) {
  .content.-single {
    padding-top: 0; } }

.content .post-header {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0;
  margin: 0 0 3em; }
  @media (min-width: 1200px) {
    .content .post-header {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .content .post-header {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .content .post-header {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .content .post-header {
      display: block;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; } }
  .content .post-header h1 {
    font-size: 3.125em; }
  .content .post-header h2 {
    margin-bottom: 0.5em; }
  .content .post-header a:hover {
    border-bottom: none; }
  .content .post-header .post-image {
    max-width: 100%;
    height: auto;
    float: left; }
  .content .post-header .post-meta {
    float: left;
    font-size: 12px; }
    .content .post-header .post-meta span {
      padding: 0 8px; }
  .content .post-header .menu-social-sm {
    float: right; }
    @media (max-width: 768px) {
      .content .post-header .menu-social-sm {
        margin-top: 2.5em;
        float: left;
        clear: both; } }
  .content .post-header.-wimg .post-meta {
    color: #fff;
    background-color: #000;
    padding: 11px 15px; }
  .content .post-header.-wimg .menu-social-sm {
    padding-top: 10px; }
    @media (max-width: 768px) {
      .content .post-header.-wimg .menu-social-sm {
        padding-top: 1.5em; } }

.content .post-footer .menu-social-sm {
  margin-top: 3.75em;
  text-align: right; }

.content article.post a {
  border-bottom: none; }

article.post + article.post {
  border-top: 1px solid #eee; }

article.post {
  padding: 2.3em 0; }
  article.post h2 {
    font-size: 3.125em;
    line-height: 1.1; }
    @media (max-width: 768px) {
      article.post h2 {
        font-size: 2.5em; } }
  article.post .post-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: left; }
  article.post .post-meta {
    float: left; }
  article.post .menu-social-sm {
    float: right; }
  article.post .row {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0; }
    @media (min-width: 1200px) {
      article.post .row {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      article.post .row {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 768px) {
      article.post .row {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
    @media (max-width: 767px) {
      article.post .row {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0; } }
  article.post .post-header {
    margin-bottom: 0; }
  article.post a {
    display: block; }
    article.post a:hover {
      color: #09dd9a; }

.posts-footer a i {
  display: inline-block; }

.posts-pagination {
  width: 100%;
  float: left;
  margin-top: 5em; }
  .posts-pagination .posts-link {
    border-bottom: none !important; }
    .posts-pagination .posts-link.-next {
      float: right; }

.page-template-page-subpage #app {
  background-color: #e1e1e1; }

.page-template-page-subpage .hero h1 {
  font-family: "Permanent Marker";
  font-size: 2em; }

.page-template-page-subpage .content h1 strong, .page-template-page-subpage .content h2 strong, .page-template-page-subpage .content h3 strong, .page-template-page-subpage .content h4 strong, .page-template-page-subpage .content h5 strong, .page-template-page-subpage .content h6 strong {
  font-family: "Permanent Marker";
  font-weight: normal; }

/*# sourceMappingURL=site.min.css.map */
