@charset "UTF-8";
/** timing variables for animations **/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box; }

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

img {
  max-width: 100%; }

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1040px; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 1100px) {
    .container {
      padding-left: 40px;
      padding-right: 40px; } }
  .container .container {
    padding-left: 0;
    padding-right: 0; }

.container--large {
  max-width: 1040px; }

.container--medium {
  max-width: 1040px; }

.container--760 {
  max-width: 760px; }

.container--small {
  max-width: 620px; }

.container--smallest {
  max-width: 520px; }

.container--full {
  width: 100%;
  max-width: 100%; }

.container--left {
  margin: 0; }

.span1 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 4.41176%; }
  .span1:last-child {
    margin-right: 0; }

.span2 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 11.76471%; }
  .span2:last-child {
    margin-right: 0; }

.span3 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 19.11765%; }
  .span3:last-child {
    margin-right: 0; }

.span4 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 26.47059%; }
  .span4:last-child {
    margin-right: 0; }

.span5 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 33.82353%; }
  .span5:last-child {
    margin-right: 0; }

.span6 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 41.17647%; }
  .span6:last-child {
    margin-right: 0; }

.span7 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 48.52941%; }
  .span7:last-child {
    margin-right: 0; }

.span8 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 55.88235%; }
  .span8:last-child {
    margin-right: 0; }

.span9 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 63.23529%; }
  .span9:last-child {
    margin-right: 0; }

.span10 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 70.58824%; }
  .span10:last-child {
    margin-right: 0; }

.span11 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 77.94118%; }
  .span11:last-child {
    margin-right: 0; }

.span12 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 85.29412%; }
  .span12:last-child {
    margin-right: 0; }

.span13 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 92.64706%; }
  .span13:last-child {
    margin-right: 0; }

.span14 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 100%; }
  .span14:last-child {
    margin-right: 0; }

.spanthird {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 31.32353%; }
  .spanthird:last-child {
    margin-right: 0; }
  .spanthird:nth-child(3n) {
    margin-right: 0; }
  .spanthird:nth-child(3n+1) {
    clear: left; }

@media screen and (min-width: 800px) {
  .mq-min-800-span50 {
    width: 50%;
    float: left; } }

.omega2:nth-child(2n) {
  margin-right: 0; }
.omega2:nth-child(2n+1) {
  clear: left; }

.shift1 {
  margin-left: 7.35294%; }

@media screen and (min-width: 600px) {
  .mq-min-600-spanthird {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.32353%; }
    .mq-min-600-spanthird:last-child {
      margin-right: 0; }
    .mq-min-600-spanthird:nth-child(3n) {
      margin-right: 0; }
    .mq-min-600-spanthird:nth-child(3n+1) {
      clear: left; } }

@media screen and (max-width: 599px) {
  .mq-max-599-textcenter {
    text-align: center; } }

@media screen and (min-width: 600px) {
  .mq-min-600-span5 {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 33.82353%; }
    .mq-min-600-span5:last-child {
      margin-right: 0; } }

@media screen and (min-width: 600px) {
  .mq-min-600-span4 {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 26.47059%; }
    .mq-min-600-span4:last-child {
      margin-right: 0; } }

@media screen and (min-width: 400px) {
  .mq-min-400-span7 {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 48.52941%; }
    .mq-min-400-span7:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .mq-min768-span6 {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 41.17647%; }
    .mq-min768-span6:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .mq-min768-span7 {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 48.52941%; }
    .mq-min768-span7:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .mq-min768-span8 {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 55.88235%; }
    .mq-min768-span8:last-child {
      margin-right: 0; } }

@media screen and (min-width: 600px) {
  .mq-min600-span7 {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 48.52941%; }
    .mq-min600-span7:last-child {
      margin-right: 0; } }

@media screen and (min-width: 600px) {
  .mq-min600-span9 {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 63.23529%; }
    .mq-min600-span9:last-child {
      margin-right: 0; } }

@media screen and (min-width: 600px) {
  .mq-min600-span10 {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 70.58824%; }
    .mq-min600-span10:last-child {
      margin-right: 0; } }

@media screen and (min-width: 600px) {
  .mq-min600-span4 {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 26.47059%; }
    .mq-min600-span4:last-child {
      margin-right: 0; } }

.mq-min480-show {
  display: none; }
  @media screen and (min-width: 480px) {
    .mq-min480-show {
      display: block; } }

@media screen and (min-width: 480px) {
  .mq-min480-hide {
    display: none; } }

@media screen and (max-width: 479px) {
  .mq-max480-hide {
    display: none; } }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #6e6e6e;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
  font-style: normal; }
  @media screen and (min-width: 1024px) {
    body {
      font-size: 18px; } }

.wrapper {
  flex: 1; }

a {
  text-decoration: none;
  color: #3b3b3b;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    color: #222222;
    text-decoration: none; }

h1, .h1, h2, .h2, h3, h4, .h4, h5 {
  font-style: normal;
  margin: 0;
  color: #3b3b3b;
  line-height: 1.7em;
  text-rendering: optimizeLegibility;
  line-height: 1.4em; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, h4 a, .h4 a, h5 a {
    text-decoration: none; }
    h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover {
      color: #222222;
      text-decoration: underline; }

h1, .h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  margin: 15px 0;
  font-size: 28px;
  line-height: 1.2em; }
  @media screen and (min-width: 600px) {
    h1, .h1 {
      font-size: 36px; } }
  @media screen and (min-width: 960px) {
    h1, .h1 {
      font-size: 42px;
      margin: 20px 0; } }

h2, .h2 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 24px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    h2, .h2 {
      font-size: 26px; } }
  @media screen and (min-width: 960px) {
    h2, .h2 {
      font-size: 30px;
      margin: 15px 0 10px; } }

h3 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin: 0 0 15px 0;
  font-size: 22px;
  text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    h3 {
      font-size: 24px; } }
  @media screen and (min-width: 1000px) {
    h3 {
      font-size: 26px; } }

h4, .h4 {
  font-family: "Lato", sans-serif;
  font-size: 400;
  margin: 15px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700; }

h5 {
  font-family: "Raleway", sans-serif;
  font-size: 400;
  margin: 0;
  font-size: 16px; }

.intro {
  font-size: 22px;
  color: #6e6e6e;
  margin-bottom: 30px; }

.followon {
  font-size: 20px;
  margin-bottom: 25px;
  color: #6e6e6e; }

.leadon {
  font-size: 22px;
  line-height: 1.6em;
  margin-bottom: 20px; }
  @media screen and (min-width: 600px) {
    .leadon {
      font-size: 24px; } }
  @media screen and (min-width: 960px) {
    .leadon {
      font-size: 26px; } }

.leadon--hover {
  cursor: pointer; }
  .leadon--hover:hover {
    text-decoration: underline; }

p {
  margin-bottom: 15px; }
  @media screen and (min-width: 1024px) {
    p {
      margin-bottom: 20px; } }

em {
  font-style: italic; }

strong, .text-bold {
  font-weight: 600;
  color: #3b3b3b; }

code {
  color: red; }

.link-underline {
  text-decoration: underline; }
  .link-underline:hover {
    text-decoration: none; }

.text-light {
  color: white; }

hr {
  height: 0;
  border: 0;
  padding: 0;
  margin: 15px 0;
  border-bottom: 1px solid #e4e4e4;
  background-color: transparent; }

blockquote {
  border-left: 1px solid #e4e4e4;
  padding-left: 22.5px; }
  .media blockquote {
    padding-left: 0;
    border-left: 0; }
  blockquote p {
    font-family: "Lato", sans-serif;
    font-size: 400;
    font-size: 2.2rem;
    line-height: 1.6em;
    font-style: italic;
    color: #6e6e6e; }
  blockquote footer {
    color: #2591d0; }
  blockquote cite {
    display: block;
    margin-top: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 700; }

@font-face {
  font-family: 'the-school-fund';
  src: url("../icons/the-school-fund.eot?t8hrbr");
  src: url("../icons/the-school-fund.eot?#iefix-f1peqi") format("embedded-opentype"), url("../icons/the-school-fund.ttf?t8hrbr") format("truetype"), url("../icons/the-school-fund.woff?t8hrbr") format("woff"), url("../icons/the-school-fund.svg?t8hrbr#the-school-fund") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'the-school-fund' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon--list:before {
  content: "\e900"; }

.icon--grid:before {
  content: "\e901"; }

.icon--heart:before {
  content: "\e902"; }

.icon--email:before {
  content: "\e903"; }

.icon--check:before {
  content: "\e904"; }

.icon--youtube:before {
  content: "\e905"; }

.icon--facebook:before {
  content: "\e906"; }

.icon--twitter:before {
  content: "\e907"; }

.icon--map:before {
  content: "\e908"; }

.icon--play:before {
  content: "\e909"; }

.icon--down:before {
  content: "\e90a"; }

.icon--large {
  font-size: 1.8em; }

.spacing {
  margin-top: 15px;
  margin-bottom: 15px; }

.spacing-bottom {
  margin-bottom: 15px; }

.spacing-medium {
  margin-top: 22.5px;
  margin-bottom: 22.5px; }

.spacing-top-medium {
  margin-top: 22.5px; }

.spacing-top-large {
  margin-top: 30px; }

.spacing-top-huge {
  margin-top: 45px; }

.spacing-bottom {
  margin-bottom: 15px; }

.spacing-bottom-medium {
  margin-bottom: 22.5px; }

.spacing-bottom-large {
  margin-bottom: 22.5px; }
  @media screen and (min-width: 600px) {
    .spacing-bottom-large {
      margin-bottom: 30px; } }

.spacing-bottom-huge {
  margin-bottom: 30px; }
  @media screen and (min-width: 600px) {
    .spacing-bottom-huge {
      margin-bottom: 45px; } }

.spacing-large {
  margin-top: 22.5px;
  margin-bottom: 22.5px; }
  @media screen and (min-width: 600px) {
    .spacing-large {
      margin-top: 30px;
      margin-bottom: 30px; } }

.spacing-huge {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 600px) {
    .spacing-huge {
      margin-top: 45px;
      margin-bottom: 45px; } }

.media::after {
  clear: both;
  content: "";
  display: block; }

.media__image {
  float: left;
  margin-right: 15px; }
  .media--rev .media__image {
    float: right;
    margin-right: 0;
    margin-left: 20px; }
  .media__image img {
    display: block; }

.media__body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }
  @media screen and (max-width: 599px) {
    .media__body p:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 600px) {
  .media--spacing-medium .media__image {
    margin-right: 22.5px; } }

@media screen and (min-width: 600px) {
  .media--spacing-large .media__image {
    margin-right: 30px; } }

@media screen and (min-width: 600px) {
  .mq-min-600-media-off .media__image {
    float: none;
    margin: 0; } }

@media screen and (max-width: 599px) {
  .mq-max-599-media-off .media__image {
    float: none;
    margin: 0; } }

@media screen and (max-width: 599px) {
  .mq-max-599-media-small img {
    width: 50px;
    height: 50px; }
  .mq-max-599-media-small h4 {
    margin-top: 0;
    margin-bottom: 5px; } }

.flag {
  display: table;
  width: 100%; }

.flag__image,
.flag__body {
  display: table-cell;
  vertical-align: middle; }
  .flag--top .flag__image, .flag--top
  .flag__body {
    vertical-align: top; }
  .flag--bottom .flag__image, .flag--bottom
  .flag__body {
    vertical-align: bottom; }

.flag__image {
  padding-right: 10px; }
  .flag__image > img {
    display: block;
    max-width: none; }
  .flag--rev .flag__image {
    padding-right: 0;
    padding-left: 10px; }

.flag__body {
  width: 100%; }

.label {
  font-family: "Raleway", sans-serif; }

.label--white {
  color: white; }

.label--negative {
  color: #e52043; }

a.label--negative:hover {
  color: #bc1633; }

.label--positive {
  color: #0e8e37; }

a.label--positive:hover {
  color: #096025; }

.label--warning {
  color: #f18817; }

a.label--warning:hover {
  color: #c96e0c; }

.label-bg {
  background-color: #e4e4e4; }

.label-bg--positive {
  background-color: #0e8e37; }

.label-bg--warning {
  background-color: #f18817; }

.label-bg--brand {
  background-color: #3b3b3b; }

.box {
  position: relative;
  display: block;
  padding: 15px;
  overflow: hidden; }

a.box {
  text-decoration: none; }

.box--light-text, .box--primary, .box--green, .box--blue, .box--secondary {
  color: white; }
  .box--light-text h1, .box--primary h1, .box--green h1, .box--blue h1, .box--secondary h1, .box--light-text h2, .box--primary h2, .box--green h2, .box--blue h2, .box--secondary h2, .box--light-text h3, .box--primary h3, .box--green h3, .box--blue h3, .box--secondary h3, .box--light-text h4, .box--primary h4, .box--green h4, .box--blue h4, .box--secondary h4, .box--light-text h5, .box--primary h5, .box--green h5, .box--blue h5, .box--secondary h5, .box--light-text h6, .box--primary h6, .box--green h6, .box--blue h6, .box--secondary h6, .box--light-text strong, .box--primary strong, .box--green strong, .box--blue strong, .box--secondary strong {
    color: white; }
  .box--light-text .followon, .box--primary .followon, .box--green .followon, .box--blue .followon, .box--secondary .followon {
    color: #3b3b3b; }
  .box--light-text .f-gray, .box--primary .f-gray, .box--green .f-gray, .box--blue .f-gray, .box--secondary .f-gray {
    color: #6e6e6e; }

.box--primary {
  background-color: #2591d0; }

.box--green {
  background-color: #0e8e37; }
  .box--green .followon {
    color: white; }

.box--blue {
  background-color: #066AB5; }
  .box--blue .followon {
    color: #888888; }

.box--secondary {
  background-color: #3b3b3b; }

.box--tertiary {
  background-color: #2591d0; }

.box--quaternary {
  background-color: #f4f4f4; }

.box--note {
  background-color: #FFF7B2;
  color: #7f7200; }
  .box--note strong {
    color: #7f7200; }

.box--white {
  background-color: white; }

.box--small {
  padding: 7.5px; }

.box--medium {
  padding: 22.5px; }

.box--large {
  padding: 22.5px; }
  @media screen and (min-width: 600px) {
    .box--large {
      padding: 30px; } }

.box--huge {
  padding: 22.5px; }
  @media screen and (min-width: 600px) {
    .box--huge {
      padding: 30px; } }
  @media screen and (min-width: 1024px) {
    .box--huge {
      padding: 45px; } }

.box--recipt {
  max-width: 500px;
  margin: auto;
  line-height: 0;
  overflow: visible; }
  .box--recipt img {
    width: 100%;
    display: block; }

.play {
  background-color: #0e8e37;
  width: 42px;
  height: 42px;
  position: relative;
  vertical-align: middle;
  display: inline-block; }

.list {
  margin-top: 22.5px;
  margin-bottom: 22.5px; }
  .list::after {
    clear: both;
    content: "";
    display: block; }
  .list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px; }
  .list li:last-child {
    margin-bottom: 0; }
  .list li:before {
    content: '•';
    display: block;
    position: absolute;
    left: 0;
    text-align: center;
    width: 20px;
    font-size: inherit; }

.list--check li:before {
  content: '✔';
  color: #0e8e37; }

.list--cross li:before {
  content: '✘';
  color: #e52043; }

li.icon-add:before {
  content: "+";
  font-size: 2em; }

li.icon-cross:before {
  content: '✘';
  color: #e52043; }

.list--small {
  font-size: 14px; }
  .list--small li {
    padding-left: 15px;
    margin-bottom: 5px;
    line-height: 1.6em; }
  .list--small li:before {
    width: 10px; }

.list--ordered {
  list-style-type: none;
  counter-reset: ol-counter; }
  .list--ordered > li:before {
    content: counter(ol-counter);
    counter-increment: ol-counter;
    font-weight: bold; }

@media screen and (min-width: 420px) and (max-width: 639px) {
  .three-col-list li {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 48.52941%; }
    .three-col-list li:last-child {
      margin-right: 0; }
    .three-col-list li:nth-child(2n) {
      margin-right: 0; }
    .three-col-list li:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 640px) {
  .three-col-list li {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.32353%; }
    .three-col-list li:last-child {
      margin-right: 0; }
    .three-col-list li:nth-child(3n) {
      margin-right: 0; }
    .three-col-list li:nth-child(3n+1) {
      clear: left; } }

.link--yellow {
  color: #f9bd29;
  display: inline-block;
  border-bottom: 1px solid #f9bd29;
  text-decoration: none; }
  .link--yellow:hover {
    color: #e8a707;
    border-color: #e8a707; }

.logo-mark {
  display: inline-block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  background-image: url(../../images/logo.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 145px 28px; }

.nav {
  list-style: none;
  padding: 0;
  margin: 0; }
  .nav::after {
    clear: both;
    content: "";
    display: block; }
  .nav a {
    display: block; }

.nav--inline li {
  float: left;
  margin-left: 15px; }
.nav--inline li:first-child {
  margin-left: 0; }

.nav--dot-seporator li {
  position: relative; }
.nav--dot-seporator li:first-child:before {
  content: ''; }
.nav--dot-seporator li:before {
  content: '•';
  position: absolute;
  margin-left: -10px;
  color: #a39fb0;
  top: 50%;
  line-height: 0; }

.alert {
  font-size: 16px;
  position: relative;
  text-align: center;
  display: block;
  text-decoration: none; }
  .alert .container {
    padding-top: 10px;
    padding-bottom: 10px; }

.alert--primary {
  background-color: #0e8e37;
  color: white; }
  .alert--primary:hover {
    background-color: #0d8032;
    text-decoration: none;
    color: white; }

.progress {
  display: block;
  width: 100%;
  background-color: white;
  border: 1px solid #e4e4e4;
  padding: 4px;
  border-radius: 40px;
  position: relative; }

.progress__bar {
  background-color: #0e8e37;
  border-radius: 40px;
  width: 40%;
  height: 16px; }

.progress .progress__funded-icon {
  width: 42px;
  height: 42px;
  margin-right: -1px;
  margin-top: -9px; }

.btn {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-image: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  border-radius: 2px;
  font-weight: 600;
  position: relative;
  padding-left: 1.35em;
  padding-right: 1.35em;
  font-size: 16px;
  line-height: 3.565em;
  color: #f4f4f4;
  background-color: #2591d0;
  border: 1px solid #2591d0; }
  .btn, .btn:hover {
    text-decoration: none; }
  .btn:active, .btn:focus {
    outline: none; }
  .btn:hover {
    color: #f4f4f4;
    background-color: #1d73a5;
    border: 1px solid #1d73a5; }
  .btn:focus, .btn:active, .btn.active, .active .btn {
    color: #f4f4f4;
    background-color: #19648f;
    border: 1px solid #19648f;
    outline: 0; }
  .btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled.active, .active .btn.disabled, .btn.btn--disabled, .btn.btn--disabled:hover, .btn.btn--disabled:focus, .btn.btn--disabled.focus, .btn.btn--disabled:active, .btn.btn--disabled.active, .active .btn.btn--disabled, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled].active, .active .btn[disabled], fieldset[disabled] .btn, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn.active, .active fieldset[disabled] .btn {
    background-color: #2591d0;
    color: #f4f4f4;
    cursor: not-allowed;
    opacity: 0.5; }
  .btn.btn--outline {
    background-color: transparent;
    color: #2591d0; }
    .btn.btn--outline:hover {
      color: #f4f4f4;
      background-color: #2591d0;
      border: 1px solid #2591d0; }
    .btn.btn--outline.disabled, .btn.btn--outline.disabled:hover, .btn.btn--outline.disabled:focus, .btn.btn--outline.disabled.focus, .btn.btn--outline.disabled:active, .btn.btn--outline.disabled.active, .active .btn.btn--outline.disabled, .btn.btn--outline.btn--disabled, .btn.btn--outline.btn--disabled:hover, .btn.btn--outline.btn--disabled:focus, .btn.btn--outline.btn--disabled.focus, .btn.btn--outline.btn--disabled:active, .btn.btn--outline.btn--disabled.active, .active .btn.btn--outline.btn--disabled, .btn.btn--outline[disabled], .btn.btn--outline[disabled]:hover, .btn.btn--outline[disabled]:focus, .btn.btn--outline[disabled].focus, .btn.btn--outline[disabled]:active, .btn.btn--outline[disabled].active, .active .btn.btn--outline[disabled], fieldset[disabled] .btn.btn--outline, fieldset[disabled] .btn.btn--outline:hover, fieldset[disabled] .btn.btn--outline:focus, fieldset[disabled] .btn.btn--outline.focus, fieldset[disabled] .btn.btn--outline:active, fieldset[disabled] .btn.btn--outline.active, .active fieldset[disabled] .btn.btn--outline {
      background-color: transparent;
      color: #2591d0;
      cursor: not-allowed;
      opacity: 0.5; }
  .btn.btn--link {
    border-radius: 0;
    color: #6e6e6e;
    background-color: transparent;
    border-color: transparent; }
    .btn.btn--link:hover {
      color: #3b3b3b;
      background-color: transparent;
      border-color: transparent; }
      .btn.btn--link:hover.btn--negative {
        color: #bc1633; }
    .btn.btn--link:focus, .btn.btn--link:active, .btn.btn--link.active {
      color: #6e6e6e;
      outline: 0;
      background-color: transparent;
      border-color: transparent; }
      .btn.btn--link:focus.btn--negative, .btn.btn--link:active.btn--negative, .btn.btn--link.active.btn--negative {
        color: #a5132d; }
    .btn.btn--link.disabled, .btn.btn--link.disabled:hover, .btn.btn--link.disabled:focus, .btn.btn--link.disabled.focus, .btn.btn--link.disabled:active, .btn.btn--link.disabled.active, .btn.btn--link[disabled], .btn.btn--link[disabled]:hover, .btn.btn--link[disabled]:focus, .btn.btn--link[disabled].focus, .btn.btn--link[disabled]:active, .btn.btn--link[disabled].active, fieldset[disabled] .btn.btn--link, fieldset[disabled] .btn.btn--link:hover, fieldset[disabled] .btn.btn--link:focus, fieldset[disabled] .btn.btn--link.focus, fieldset[disabled] .btn.btn--link:active, fieldset[disabled] .btn.btn--link.active {
      background-color: transparent;
      opacity: 0.5;
      color: #6e6e6e;
      cursor: not-allowed; }
    .btn.btn--link:hover {
      color: #555555; }
    .btn.btn--link.active {
      color: black !important; }

/*------------------------------------*\
    $SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */
.btn--tiny {
  font-size: 16px;
  padding: 12px 20px;
  line-height: 1;
  text-transform: none; }

.btn--smallest {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 16px;
  line-height: 1.95em; }

.btn--small {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 16px;
  line-height: 2.9em; }

.btn--large {
  padding-left: 2em;
  padding-right: 2em;
  font-size: 16px;
  line-height: 4.8em; }

/**
 * These buttons will fill the entirety of their container.
 *
 * 1. Remove padding so that widths and paddings don’t conflict.
 */
.btn--full {
  width: 100%;
  text-align: center; }

/**
 * Make the button inherit sizing from its parent.
 */
.btn--natural {
  vertical-align: baseline;
  padding-left: 0.4em;
  padding-right: 0.4em;
  font-size: inherit;
  line-height: 1.76em; }

.btn--hard {
  border-radius: 0; }

.btn--soft {
  border-radius: 50px; }

/*------------------------------------*\
    $FUNCTIONS
\*------------------------------------*/
/**
 * Button function modifiers.
 */
.btn--primary {
  color: white;
  background-color: #0e8e37;
  border: 1px solid #0e8e37; }
  .btn--primary:hover {
    color: white;
    background-color: #096025;
    border: 1px solid #096025; }
  .btn--primary:focus, .btn--primary:active, .btn--primary.active, .active .btn--primary {
    color: white;
    background-color: #07481c;
    border: 1px solid #07481c;
    outline: 0; }
  .btn--primary.disabled, .btn--primary.disabled:hover, .btn--primary.disabled:focus, .btn--primary.disabled.focus, .btn--primary.disabled:active, .btn--primary.disabled.active, .active .btn--primary.disabled, .btn--primary.btn--disabled, .btn--primary.btn--disabled:hover, .btn--primary.btn--disabled:focus, .btn--primary.btn--disabled.focus, .btn--primary.btn--disabled:active, .btn--primary.btn--disabled.active, .active .btn--primary.btn--disabled, .btn--primary[disabled], .btn--primary[disabled]:hover, .btn--primary[disabled]:focus, .btn--primary[disabled].focus, .btn--primary[disabled]:active, .btn--primary[disabled].active, .active .btn--primary[disabled], fieldset[disabled] .btn--primary, fieldset[disabled] .btn--primary:hover, fieldset[disabled] .btn--primary:focus, fieldset[disabled] .btn--primary.focus, fieldset[disabled] .btn--primary:active, fieldset[disabled] .btn--primary.active, .active fieldset[disabled] .btn--primary {
    background-color: #0e8e37;
    color: white;
    cursor: not-allowed;
    opacity: 0.5; }
  .btn--primary.btn--outline {
    background-color: transparent;
    color: #0e8e37; }
    .btn--primary.btn--outline:hover {
      color: white;
      background-color: #0e8e37;
      border: 1px solid #0e8e37; }
    .btn--primary.btn--outline.disabled, .btn--primary.btn--outline.disabled:hover, .btn--primary.btn--outline.disabled:focus, .btn--primary.btn--outline.disabled.focus, .btn--primary.btn--outline.disabled:active, .btn--primary.btn--outline.disabled.active, .active .btn--primary.btn--outline.disabled, .btn--primary.btn--outline.btn--disabled, .btn--primary.btn--outline.btn--disabled:hover, .btn--primary.btn--outline.btn--disabled:focus, .btn--primary.btn--outline.btn--disabled.focus, .btn--primary.btn--outline.btn--disabled:active, .btn--primary.btn--outline.btn--disabled.active, .active .btn--primary.btn--outline.btn--disabled, .btn--primary.btn--outline[disabled], .btn--primary.btn--outline[disabled]:hover, .btn--primary.btn--outline[disabled]:focus, .btn--primary.btn--outline[disabled].focus, .btn--primary.btn--outline[disabled]:active, .btn--primary.btn--outline[disabled].active, .active .btn--primary.btn--outline[disabled], fieldset[disabled] .btn--primary.btn--outline, fieldset[disabled] .btn--primary.btn--outline:hover, fieldset[disabled] .btn--primary.btn--outline:focus, fieldset[disabled] .btn--primary.btn--outline.focus, fieldset[disabled] .btn--primary.btn--outline:active, fieldset[disabled] .btn--primary.btn--outline.active, .active fieldset[disabled] .btn--primary.btn--outline {
      background-color: transparent;
      color: #0e8e37;
      cursor: not-allowed;
      opacity: 0.5; }
  .btn--primary.btn--link {
    color: #0e8e37; }
    .btn--primary.btn--link:hover {
      color: #096025; }
  .btn--primary.btn--outline {
    color: #0e8e37;
    background-color: transparent; }

.btn--secondary {
  color: white;
  background-color: #e4e4e4;
  border: 1px solid #e4e4e4; }
  .btn--secondary:hover {
    color: white;
    background-color: #cbcbcb;
    border: 1px solid #cbcbcb; }
  .btn--secondary:focus, .btn--secondary:active, .btn--secondary.active, .active .btn--secondary {
    color: white;
    background-color: #bebebe;
    border: 1px solid #bebebe;
    outline: 0; }
  .btn--secondary.disabled, .btn--secondary.disabled:hover, .btn--secondary.disabled:focus, .btn--secondary.disabled.focus, .btn--secondary.disabled:active, .btn--secondary.disabled.active, .active .btn--secondary.disabled, .btn--secondary.btn--disabled, .btn--secondary.btn--disabled:hover, .btn--secondary.btn--disabled:focus, .btn--secondary.btn--disabled.focus, .btn--secondary.btn--disabled:active, .btn--secondary.btn--disabled.active, .active .btn--secondary.btn--disabled, .btn--secondary[disabled], .btn--secondary[disabled]:hover, .btn--secondary[disabled]:focus, .btn--secondary[disabled].focus, .btn--secondary[disabled]:active, .btn--secondary[disabled].active, .active .btn--secondary[disabled], fieldset[disabled] .btn--secondary, fieldset[disabled] .btn--secondary:hover, fieldset[disabled] .btn--secondary:focus, fieldset[disabled] .btn--secondary.focus, fieldset[disabled] .btn--secondary:active, fieldset[disabled] .btn--secondary.active, .active fieldset[disabled] .btn--secondary {
    background-color: #e4e4e4;
    color: white;
    cursor: not-allowed;
    opacity: 0.5; }
  .btn--secondary.btn--outline {
    background-color: transparent;
    color: #e4e4e4; }
    .btn--secondary.btn--outline:hover {
      color: white;
      background-color: #e4e4e4;
      border: 1px solid #e4e4e4; }
    .btn--secondary.btn--outline.disabled, .btn--secondary.btn--outline.disabled:hover, .btn--secondary.btn--outline.disabled:focus, .btn--secondary.btn--outline.disabled.focus, .btn--secondary.btn--outline.disabled:active, .btn--secondary.btn--outline.disabled.active, .active .btn--secondary.btn--outline.disabled, .btn--secondary.btn--outline.btn--disabled, .btn--secondary.btn--outline.btn--disabled:hover, .btn--secondary.btn--outline.btn--disabled:focus, .btn--secondary.btn--outline.btn--disabled.focus, .btn--secondary.btn--outline.btn--disabled:active, .btn--secondary.btn--outline.btn--disabled.active, .active .btn--secondary.btn--outline.btn--disabled, .btn--secondary.btn--outline[disabled], .btn--secondary.btn--outline[disabled]:hover, .btn--secondary.btn--outline[disabled]:focus, .btn--secondary.btn--outline[disabled].focus, .btn--secondary.btn--outline[disabled]:active, .btn--secondary.btn--outline[disabled].active, .active .btn--secondary.btn--outline[disabled], fieldset[disabled] .btn--secondary.btn--outline, fieldset[disabled] .btn--secondary.btn--outline:hover, fieldset[disabled] .btn--secondary.btn--outline:focus, fieldset[disabled] .btn--secondary.btn--outline.focus, fieldset[disabled] .btn--secondary.btn--outline:active, fieldset[disabled] .btn--secondary.btn--outline.active, .active fieldset[disabled] .btn--secondary.btn--outline {
      background-color: transparent;
      color: #e4e4e4;
      cursor: not-allowed;
      opacity: 0.5; }
  .btn--secondary.btn--link {
    color: #2591d0; }
    .btn--secondary.btn--link:hover {
      color: #3b3b3b; }

.active .btn--secondary {
  background-color: transparent;
  border-color: #0e8e37;
  color: #0e8e37; }

.btn--tertiary {
  color: white;
  background-color: #3b3b3b;
  border: 1px solid #3b3b3b; }
  .btn--tertiary:hover {
    color: white;
    background-color: #222222;
    border: 1px solid #222222; }
  .btn--tertiary:focus, .btn--tertiary:active, .btn--tertiary.active, .active .btn--tertiary {
    color: white;
    background-color: #151515;
    border: 1px solid #151515;
    outline: 0; }
  .btn--tertiary.disabled, .btn--tertiary.disabled:hover, .btn--tertiary.disabled:focus, .btn--tertiary.disabled.focus, .btn--tertiary.disabled:active, .btn--tertiary.disabled.active, .active .btn--tertiary.disabled, .btn--tertiary.btn--disabled, .btn--tertiary.btn--disabled:hover, .btn--tertiary.btn--disabled:focus, .btn--tertiary.btn--disabled.focus, .btn--tertiary.btn--disabled:active, .btn--tertiary.btn--disabled.active, .active .btn--tertiary.btn--disabled, .btn--tertiary[disabled], .btn--tertiary[disabled]:hover, .btn--tertiary[disabled]:focus, .btn--tertiary[disabled].focus, .btn--tertiary[disabled]:active, .btn--tertiary[disabled].active, .active .btn--tertiary[disabled], fieldset[disabled] .btn--tertiary, fieldset[disabled] .btn--tertiary:hover, fieldset[disabled] .btn--tertiary:focus, fieldset[disabled] .btn--tertiary.focus, fieldset[disabled] .btn--tertiary:active, fieldset[disabled] .btn--tertiary.active, .active fieldset[disabled] .btn--tertiary {
    background-color: #3b3b3b;
    color: white;
    cursor: not-allowed;
    opacity: 0.5; }
  .btn--tertiary.btn--outline {
    background-color: transparent;
    color: #3b3b3b; }
    .btn--tertiary.btn--outline:hover {
      color: white;
      background-color: #3b3b3b;
      border: 1px solid #3b3b3b; }
    .btn--tertiary.btn--outline.disabled, .btn--tertiary.btn--outline.disabled:hover, .btn--tertiary.btn--outline.disabled:focus, .btn--tertiary.btn--outline.disabled.focus, .btn--tertiary.btn--outline.disabled:active, .btn--tertiary.btn--outline.disabled.active, .active .btn--tertiary.btn--outline.disabled, .btn--tertiary.btn--outline.btn--disabled, .btn--tertiary.btn--outline.btn--disabled:hover, .btn--tertiary.btn--outline.btn--disabled:focus, .btn--tertiary.btn--outline.btn--disabled.focus, .btn--tertiary.btn--outline.btn--disabled:active, .btn--tertiary.btn--outline.btn--disabled.active, .active .btn--tertiary.btn--outline.btn--disabled, .btn--tertiary.btn--outline[disabled], .btn--tertiary.btn--outline[disabled]:hover, .btn--tertiary.btn--outline[disabled]:focus, .btn--tertiary.btn--outline[disabled].focus, .btn--tertiary.btn--outline[disabled]:active, .btn--tertiary.btn--outline[disabled].active, .active .btn--tertiary.btn--outline[disabled], fieldset[disabled] .btn--tertiary.btn--outline, fieldset[disabled] .btn--tertiary.btn--outline:hover, fieldset[disabled] .btn--tertiary.btn--outline:focus, fieldset[disabled] .btn--tertiary.btn--outline.focus, fieldset[disabled] .btn--tertiary.btn--outline:active, fieldset[disabled] .btn--tertiary.btn--outline.active, .active fieldset[disabled] .btn--tertiary.btn--outline {
      background-color: transparent;
      color: #3b3b3b;
      cursor: not-allowed;
      opacity: 0.5; }
  .btn--tertiary.btn--link {
    color: #a39fb0; }
    .btn--tertiary.btn--link:hover {
      color: #3b3b3b; }

.btn--inverted {
  color: #6e6e6e;
  background-color: white;
  border: 1px solid white; }
  .btn--inverted:hover {
    color: #6e6e6e;
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6; }
  .btn--inverted:focus, .btn--inverted:active, .btn--inverted.active, .active .btn--inverted {
    color: #6e6e6e;
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    outline: 0; }
  .btn--inverted.disabled, .btn--inverted.disabled:hover, .btn--inverted.disabled:focus, .btn--inverted.disabled.focus, .btn--inverted.disabled:active, .btn--inverted.disabled.active, .active .btn--inverted.disabled, .btn--inverted.btn--disabled, .btn--inverted.btn--disabled:hover, .btn--inverted.btn--disabled:focus, .btn--inverted.btn--disabled.focus, .btn--inverted.btn--disabled:active, .btn--inverted.btn--disabled.active, .active .btn--inverted.btn--disabled, .btn--inverted[disabled], .btn--inverted[disabled]:hover, .btn--inverted[disabled]:focus, .btn--inverted[disabled].focus, .btn--inverted[disabled]:active, .btn--inverted[disabled].active, .active .btn--inverted[disabled], fieldset[disabled] .btn--inverted, fieldset[disabled] .btn--inverted:hover, fieldset[disabled] .btn--inverted:focus, fieldset[disabled] .btn--inverted.focus, fieldset[disabled] .btn--inverted:active, fieldset[disabled] .btn--inverted.active, .active fieldset[disabled] .btn--inverted {
    background-color: white;
    color: #6e6e6e;
    cursor: not-allowed;
    opacity: 0.5; }
  .btn--inverted.btn--outline {
    background-color: transparent;
    color: white; }
    .btn--inverted.btn--outline:hover {
      color: #6e6e6e;
      background-color: white;
      border: 1px solid white; }
    .btn--inverted.btn--outline.disabled, .btn--inverted.btn--outline.disabled:hover, .btn--inverted.btn--outline.disabled:focus, .btn--inverted.btn--outline.disabled.focus, .btn--inverted.btn--outline.disabled:active, .btn--inverted.btn--outline.disabled.active, .active .btn--inverted.btn--outline.disabled, .btn--inverted.btn--outline.btn--disabled, .btn--inverted.btn--outline.btn--disabled:hover, .btn--inverted.btn--outline.btn--disabled:focus, .btn--inverted.btn--outline.btn--disabled.focus, .btn--inverted.btn--outline.btn--disabled:active, .btn--inverted.btn--outline.btn--disabled.active, .active .btn--inverted.btn--outline.btn--disabled, .btn--inverted.btn--outline[disabled], .btn--inverted.btn--outline[disabled]:hover, .btn--inverted.btn--outline[disabled]:focus, .btn--inverted.btn--outline[disabled].focus, .btn--inverted.btn--outline[disabled]:active, .btn--inverted.btn--outline[disabled].active, .active .btn--inverted.btn--outline[disabled], fieldset[disabled] .btn--inverted.btn--outline, fieldset[disabled] .btn--inverted.btn--outline:hover, fieldset[disabled] .btn--inverted.btn--outline:focus, fieldset[disabled] .btn--inverted.btn--outline.focus, fieldset[disabled] .btn--inverted.btn--outline:active, fieldset[disabled] .btn--inverted.btn--outline.active, .active fieldset[disabled] .btn--inverted.btn--outline {
      background-color: transparent;
      color: white;
      cursor: not-allowed;
      opacity: 0.5; }
  .btn--inverted.btn--link {
    color: white; }
    .btn--inverted.btn--link:hover {
      color: #3b3b3b; }
  .btn--inverted.btn--outline {
    background-color: transparent; }

/**
 * Positive actions; e.g. sign in, purchase, submit, etc.
 */
.btn--positive {
  color: white;
  background-color: #0e8e37;
  border: 1px solid #0e8e37; }
  .btn--positive:hover {
    color: white;
    background-color: #096025;
    border: 1px solid #096025; }
  .btn--positive:focus, .btn--positive:active, .btn--positive.active, .active .btn--positive {
    color: white;
    background-color: #07481c;
    border: 1px solid #07481c;
    outline: 0; }
  .btn--positive.disabled, .btn--positive.disabled:hover, .btn--positive.disabled:focus, .btn--positive.disabled.focus, .btn--positive.disabled:active, .btn--positive.disabled.active, .active .btn--positive.disabled, .btn--positive.btn--disabled, .btn--positive.btn--disabled:hover, .btn--positive.btn--disabled:focus, .btn--positive.btn--disabled.focus, .btn--positive.btn--disabled:active, .btn--positive.btn--disabled.active, .active .btn--positive.btn--disabled, .btn--positive[disabled], .btn--positive[disabled]:hover, .btn--positive[disabled]:focus, .btn--positive[disabled].focus, .btn--positive[disabled]:active, .btn--positive[disabled].active, .active .btn--positive[disabled], fieldset[disabled] .btn--positive, fieldset[disabled] .btn--positive:hover, fieldset[disabled] .btn--positive:focus, fieldset[disabled] .btn--positive.focus, fieldset[disabled] .btn--positive:active, fieldset[disabled] .btn--positive.active, .active fieldset[disabled] .btn--positive {
    background-color: #0e8e37;
    color: white;
    cursor: not-allowed;
    opacity: 0.5; }
  .btn--positive.btn--outline {
    background-color: transparent;
    color: #0e8e37; }
    .btn--positive.btn--outline:hover {
      color: white;
      background-color: #0e8e37;
      border: 1px solid #0e8e37; }
    .btn--positive.btn--outline.disabled, .btn--positive.btn--outline.disabled:hover, .btn--positive.btn--outline.disabled:focus, .btn--positive.btn--outline.disabled.focus, .btn--positive.btn--outline.disabled:active, .btn--positive.btn--outline.disabled.active, .active .btn--positive.btn--outline.disabled, .btn--positive.btn--outline.btn--disabled, .btn--positive.btn--outline.btn--disabled:hover, .btn--positive.btn--outline.btn--disabled:focus, .btn--positive.btn--outline.btn--disabled.focus, .btn--positive.btn--outline.btn--disabled:active, .btn--positive.btn--outline.btn--disabled.active, .active .btn--positive.btn--outline.btn--disabled, .btn--positive.btn--outline[disabled], .btn--positive.btn--outline[disabled]:hover, .btn--positive.btn--outline[disabled]:focus, .btn--positive.btn--outline[disabled].focus, .btn--positive.btn--outline[disabled]:active, .btn--positive.btn--outline[disabled].active, .active .btn--positive.btn--outline[disabled], fieldset[disabled] .btn--positive.btn--outline, fieldset[disabled] .btn--positive.btn--outline:hover, fieldset[disabled] .btn--positive.btn--outline:focus, fieldset[disabled] .btn--positive.btn--outline.focus, fieldset[disabled] .btn--positive.btn--outline:active, fieldset[disabled] .btn--positive.btn--outline.active, .active fieldset[disabled] .btn--positive.btn--outline {
      background-color: transparent;
      color: #0e8e37;
      cursor: not-allowed;
      opacity: 0.5; }
  .btn--positive.btn--link {
    color: #0e8e37; }
    .btn--positive.btn--link:hover {
      color: #15d452; }

.btn--yellow {
  color: white;
  background-color: #f9bd29;
  border: 1px solid #f9bd29; }
  .btn--yellow:hover {
    color: white;
    background-color: #e8a707;
    border: 1px solid #e8a707; }
  .btn--yellow:focus, .btn--yellow:active, .btn--yellow.active, .active .btn--yellow {
    color: white;
    background-color: #d09506;
    border: 1px solid #d09506;
    outline: 0; }
  .btn--yellow.disabled, .btn--yellow.disabled:hover, .btn--yellow.disabled:focus, .btn--yellow.disabled.focus, .btn--yellow.disabled:active, .btn--yellow.disabled.active, .active .btn--yellow.disabled, .btn--yellow.btn--disabled, .btn--yellow.btn--disabled:hover, .btn--yellow.btn--disabled:focus, .btn--yellow.btn--disabled.focus, .btn--yellow.btn--disabled:active, .btn--yellow.btn--disabled.active, .active .btn--yellow.btn--disabled, .btn--yellow[disabled], .btn--yellow[disabled]:hover, .btn--yellow[disabled]:focus, .btn--yellow[disabled].focus, .btn--yellow[disabled]:active, .btn--yellow[disabled].active, .active .btn--yellow[disabled], fieldset[disabled] .btn--yellow, fieldset[disabled] .btn--yellow:hover, fieldset[disabled] .btn--yellow:focus, fieldset[disabled] .btn--yellow.focus, fieldset[disabled] .btn--yellow:active, fieldset[disabled] .btn--yellow.active, .active fieldset[disabled] .btn--yellow {
    background-color: #f9bd29;
    color: white;
    cursor: not-allowed;
    opacity: 0.5; }
  .btn--yellow.btn--outline {
    background-color: transparent;
    color: #f9bd29; }
    .btn--yellow.btn--outline:hover {
      color: white;
      background-color: #f9bd29;
      border: 1px solid #f9bd29; }
    .btn--yellow.btn--outline.disabled, .btn--yellow.btn--outline.disabled:hover, .btn--yellow.btn--outline.disabled:focus, .btn--yellow.btn--outline.disabled.focus, .btn--yellow.btn--outline.disabled:active, .btn--yellow.btn--outline.disabled.active, .active .btn--yellow.btn--outline.disabled, .btn--yellow.btn--outline.btn--disabled, .btn--yellow.btn--outline.btn--disabled:hover, .btn--yellow.btn--outline.btn--disabled:focus, .btn--yellow.btn--outline.btn--disabled.focus, .btn--yellow.btn--outline.btn--disabled:active, .btn--yellow.btn--outline.btn--disabled.active, .active .btn--yellow.btn--outline.btn--disabled, .btn--yellow.btn--outline[disabled], .btn--yellow.btn--outline[disabled]:hover, .btn--yellow.btn--outline[disabled]:focus, .btn--yellow.btn--outline[disabled].focus, .btn--yellow.btn--outline[disabled]:active, .btn--yellow.btn--outline[disabled].active, .active .btn--yellow.btn--outline[disabled], fieldset[disabled] .btn--yellow.btn--outline, fieldset[disabled] .btn--yellow.btn--outline:hover, fieldset[disabled] .btn--yellow.btn--outline:focus, fieldset[disabled] .btn--yellow.btn--outline.focus, fieldset[disabled] .btn--yellow.btn--outline:active, fieldset[disabled] .btn--yellow.btn--outline.active, .active fieldset[disabled] .btn--yellow.btn--outline {
      background-color: transparent;
      color: #f9bd29;
      cursor: not-allowed;
      opacity: 0.5; }

/**
 * Negative actions; e.g. close account, delete photo, remove friend, etc.
 */
.btn--negative {
  color: white;
  background-color: #e52043;
  border: 1px solid #e52043; }
  .btn--negative:hover {
    color: white;
    background-color: #bc1633;
    border: 1px solid #bc1633; }
  .btn--negative:focus, .btn--negative:active, .btn--negative.active, .active .btn--negative {
    color: white;
    background-color: #a5132d;
    border: 1px solid #a5132d;
    outline: 0; }
  .btn--negative.disabled, .btn--negative.disabled:hover, .btn--negative.disabled:focus, .btn--negative.disabled.focus, .btn--negative.disabled:active, .btn--negative.disabled.active, .active .btn--negative.disabled, .btn--negative.btn--disabled, .btn--negative.btn--disabled:hover, .btn--negative.btn--disabled:focus, .btn--negative.btn--disabled.focus, .btn--negative.btn--disabled:active, .btn--negative.btn--disabled.active, .active .btn--negative.btn--disabled, .btn--negative[disabled], .btn--negative[disabled]:hover, .btn--negative[disabled]:focus, .btn--negative[disabled].focus, .btn--negative[disabled]:active, .btn--negative[disabled].active, .active .btn--negative[disabled], fieldset[disabled] .btn--negative, fieldset[disabled] .btn--negative:hover, fieldset[disabled] .btn--negative:focus, fieldset[disabled] .btn--negative.focus, fieldset[disabled] .btn--negative:active, fieldset[disabled] .btn--negative.active, .active fieldset[disabled] .btn--negative {
    background-color: #e52043;
    color: white;
    cursor: not-allowed;
    opacity: 0.5; }
  .btn--negative.btn--outline {
    background-color: transparent;
    color: #e52043; }
    .btn--negative.btn--outline:hover {
      color: white;
      background-color: #e52043;
      border: 1px solid #e52043; }
    .btn--negative.btn--outline.disabled, .btn--negative.btn--outline.disabled:hover, .btn--negative.btn--outline.disabled:focus, .btn--negative.btn--outline.disabled.focus, .btn--negative.btn--outline.disabled:active, .btn--negative.btn--outline.disabled.active, .active .btn--negative.btn--outline.disabled, .btn--negative.btn--outline.btn--disabled, .btn--negative.btn--outline.btn--disabled:hover, .btn--negative.btn--outline.btn--disabled:focus, .btn--negative.btn--outline.btn--disabled.focus, .btn--negative.btn--outline.btn--disabled:active, .btn--negative.btn--outline.btn--disabled.active, .active .btn--negative.btn--outline.btn--disabled, .btn--negative.btn--outline[disabled], .btn--negative.btn--outline[disabled]:hover, .btn--negative.btn--outline[disabled]:focus, .btn--negative.btn--outline[disabled].focus, .btn--negative.btn--outline[disabled]:active, .btn--negative.btn--outline[disabled].active, .active .btn--negative.btn--outline[disabled], fieldset[disabled] .btn--negative.btn--outline, fieldset[disabled] .btn--negative.btn--outline:hover, fieldset[disabled] .btn--negative.btn--outline:focus, fieldset[disabled] .btn--negative.btn--outline.focus, fieldset[disabled] .btn--negative.btn--outline:active, fieldset[disabled] .btn--negative.btn--outline.active, .active fieldset[disabled] .btn--negative.btn--outline {
      background-color: transparent;
      color: #e52043;
      cursor: not-allowed;
      opacity: 0.5; }
  .btn--negative.btn--link {
    color: #e52043; }
    .btn--negative.btn--link:hover {
      color: #ed657d; }

.btn--twitter {
  color: white;
  background-color: #55ACEE;
  border: 1px solid #55ACEE; }
  .btn--twitter:hover {
    color: white;
    background-color: #2795e9;
    border: 1px solid #2795e9; }
  .btn--twitter:focus, .btn--twitter:active, .btn--twitter.active, .active .btn--twitter {
    color: white;
    background-color: #1689e0;
    border: 1px solid #1689e0;
    outline: 0; }
  .btn--twitter.disabled, .btn--twitter.disabled:hover, .btn--twitter.disabled:focus, .btn--twitter.disabled.focus, .btn--twitter.disabled:active, .btn--twitter.disabled.active, .active .btn--twitter.disabled, .btn--twitter.btn--disabled, .btn--twitter.btn--disabled:hover, .btn--twitter.btn--disabled:focus, .btn--twitter.btn--disabled.focus, .btn--twitter.btn--disabled:active, .btn--twitter.btn--disabled.active, .active .btn--twitter.btn--disabled, .btn--twitter[disabled], .btn--twitter[disabled]:hover, .btn--twitter[disabled]:focus, .btn--twitter[disabled].focus, .btn--twitter[disabled]:active, .btn--twitter[disabled].active, .active .btn--twitter[disabled], fieldset[disabled] .btn--twitter, fieldset[disabled] .btn--twitter:hover, fieldset[disabled] .btn--twitter:focus, fieldset[disabled] .btn--twitter.focus, fieldset[disabled] .btn--twitter:active, fieldset[disabled] .btn--twitter.active, .active fieldset[disabled] .btn--twitter {
    background-color: #55ACEE;
    color: white;
    cursor: not-allowed;
    opacity: 0.5; }
  .btn--twitter.btn--outline {
    background-color: transparent;
    color: #55ACEE; }
    .btn--twitter.btn--outline:hover {
      color: white;
      background-color: #55ACEE;
      border: 1px solid #55ACEE; }
    .btn--twitter.btn--outline.disabled, .btn--twitter.btn--outline.disabled:hover, .btn--twitter.btn--outline.disabled:focus, .btn--twitter.btn--outline.disabled.focus, .btn--twitter.btn--outline.disabled:active, .btn--twitter.btn--outline.disabled.active, .active .btn--twitter.btn--outline.disabled, .btn--twitter.btn--outline.btn--disabled, .btn--twitter.btn--outline.btn--disabled:hover, .btn--twitter.btn--outline.btn--disabled:focus, .btn--twitter.btn--outline.btn--disabled.focus, .btn--twitter.btn--outline.btn--disabled:active, .btn--twitter.btn--outline.btn--disabled.active, .active .btn--twitter.btn--outline.btn--disabled, .btn--twitter.btn--outline[disabled], .btn--twitter.btn--outline[disabled]:hover, .btn--twitter.btn--outline[disabled]:focus, .btn--twitter.btn--outline[disabled].focus, .btn--twitter.btn--outline[disabled]:active, .btn--twitter.btn--outline[disabled].active, .active .btn--twitter.btn--outline[disabled], fieldset[disabled] .btn--twitter.btn--outline, fieldset[disabled] .btn--twitter.btn--outline:hover, fieldset[disabled] .btn--twitter.btn--outline:focus, fieldset[disabled] .btn--twitter.btn--outline.focus, fieldset[disabled] .btn--twitter.btn--outline:active, fieldset[disabled] .btn--twitter.btn--outline.active, .active fieldset[disabled] .btn--twitter.btn--outline {
      background-color: transparent;
      color: #55ACEE;
      cursor: not-allowed;
      opacity: 0.5; }

.btn--facebook {
  color: white;
  background-color: #3b5998;
  border: 1px solid #3b5998; }
  .btn--facebook:hover {
    color: white;
    background-color: #2d4373;
    border: 1px solid #2d4373; }
  .btn--facebook:focus, .btn--facebook:active, .btn--facebook.active, .active .btn--facebook {
    color: white;
    background-color: #263961;
    border: 1px solid #263961;
    outline: 0; }
  .btn--facebook.disabled, .btn--facebook.disabled:hover, .btn--facebook.disabled:focus, .btn--facebook.disabled.focus, .btn--facebook.disabled:active, .btn--facebook.disabled.active, .active .btn--facebook.disabled, .btn--facebook.btn--disabled, .btn--facebook.btn--disabled:hover, .btn--facebook.btn--disabled:focus, .btn--facebook.btn--disabled.focus, .btn--facebook.btn--disabled:active, .btn--facebook.btn--disabled.active, .active .btn--facebook.btn--disabled, .btn--facebook[disabled], .btn--facebook[disabled]:hover, .btn--facebook[disabled]:focus, .btn--facebook[disabled].focus, .btn--facebook[disabled]:active, .btn--facebook[disabled].active, .active .btn--facebook[disabled], fieldset[disabled] .btn--facebook, fieldset[disabled] .btn--facebook:hover, fieldset[disabled] .btn--facebook:focus, fieldset[disabled] .btn--facebook.focus, fieldset[disabled] .btn--facebook:active, fieldset[disabled] .btn--facebook.active, .active fieldset[disabled] .btn--facebook {
    background-color: #3b5998;
    color: white;
    cursor: not-allowed;
    opacity: 0.5; }
  .btn--facebook.btn--outline {
    background-color: transparent;
    color: #3b5998; }
    .btn--facebook.btn--outline:hover {
      color: white;
      background-color: #3b5998;
      border: 1px solid #3b5998; }
    .btn--facebook.btn--outline.disabled, .btn--facebook.btn--outline.disabled:hover, .btn--facebook.btn--outline.disabled:focus, .btn--facebook.btn--outline.disabled.focus, .btn--facebook.btn--outline.disabled:active, .btn--facebook.btn--outline.disabled.active, .active .btn--facebook.btn--outline.disabled, .btn--facebook.btn--outline.btn--disabled, .btn--facebook.btn--outline.btn--disabled:hover, .btn--facebook.btn--outline.btn--disabled:focus, .btn--facebook.btn--outline.btn--disabled.focus, .btn--facebook.btn--outline.btn--disabled:active, .btn--facebook.btn--outline.btn--disabled.active, .active .btn--facebook.btn--outline.btn--disabled, .btn--facebook.btn--outline[disabled], .btn--facebook.btn--outline[disabled]:hover, .btn--facebook.btn--outline[disabled]:focus, .btn--facebook.btn--outline[disabled].focus, .btn--facebook.btn--outline[disabled]:active, .btn--facebook.btn--outline[disabled].active, .active .btn--facebook.btn--outline[disabled], fieldset[disabled] .btn--facebook.btn--outline, fieldset[disabled] .btn--facebook.btn--outline:hover, fieldset[disabled] .btn--facebook.btn--outline:focus, fieldset[disabled] .btn--facebook.btn--outline.focus, fieldset[disabled] .btn--facebook.btn--outline:active, fieldset[disabled] .btn--facebook.btn--outline.active, .active fieldset[disabled] .btn--facebook.btn--outline {
      background-color: transparent;
      color: #3b5998;
      cursor: not-allowed;
      opacity: 0.5; }

.btn--google {
  color: white;
  background-color: #d73d32;
  border: 1px solid #d73d32; }
  .btn--google:hover {
    color: white;
    background-color: #b32d23;
    border: 1px solid #b32d23; }
  .btn--google:focus, .btn--google:active, .btn--google.active, .active .btn--google {
    color: white;
    background-color: #9e271f;
    border: 1px solid #9e271f;
    outline: 0; }
  .btn--google.disabled, .btn--google.disabled:hover, .btn--google.disabled:focus, .btn--google.disabled.focus, .btn--google.disabled:active, .btn--google.disabled.active, .active .btn--google.disabled, .btn--google.btn--disabled, .btn--google.btn--disabled:hover, .btn--google.btn--disabled:focus, .btn--google.btn--disabled.focus, .btn--google.btn--disabled:active, .btn--google.btn--disabled.active, .active .btn--google.btn--disabled, .btn--google[disabled], .btn--google[disabled]:hover, .btn--google[disabled]:focus, .btn--google[disabled].focus, .btn--google[disabled]:active, .btn--google[disabled].active, .active .btn--google[disabled], fieldset[disabled] .btn--google, fieldset[disabled] .btn--google:hover, fieldset[disabled] .btn--google:focus, fieldset[disabled] .btn--google.focus, fieldset[disabled] .btn--google:active, fieldset[disabled] .btn--google.active, .active fieldset[disabled] .btn--google {
    background-color: #d73d32;
    color: white;
    cursor: not-allowed;
    opacity: 0.5; }
  .btn--google.btn--outline {
    background-color: transparent;
    color: #d73d32; }
    .btn--google.btn--outline:hover {
      color: white;
      background-color: #d73d32;
      border: 1px solid #d73d32; }
    .btn--google.btn--outline.disabled, .btn--google.btn--outline.disabled:hover, .btn--google.btn--outline.disabled:focus, .btn--google.btn--outline.disabled.focus, .btn--google.btn--outline.disabled:active, .btn--google.btn--outline.disabled.active, .active .btn--google.btn--outline.disabled, .btn--google.btn--outline.btn--disabled, .btn--google.btn--outline.btn--disabled:hover, .btn--google.btn--outline.btn--disabled:focus, .btn--google.btn--outline.btn--disabled.focus, .btn--google.btn--outline.btn--disabled:active, .btn--google.btn--outline.btn--disabled.active, .active .btn--google.btn--outline.btn--disabled, .btn--google.btn--outline[disabled], .btn--google.btn--outline[disabled]:hover, .btn--google.btn--outline[disabled]:focus, .btn--google.btn--outline[disabled].focus, .btn--google.btn--outline[disabled]:active, .btn--google.btn--outline[disabled].active, .active .btn--google.btn--outline[disabled], fieldset[disabled] .btn--google.btn--outline, fieldset[disabled] .btn--google.btn--outline:hover, fieldset[disabled] .btn--google.btn--outline:focus, fieldset[disabled] .btn--google.btn--outline.focus, fieldset[disabled] .btn--google.btn--outline:active, fieldset[disabled] .btn--google.btn--outline.active, .active fieldset[disabled] .btn--google.btn--outline {
      background-color: transparent;
      color: #d73d32;
      cursor: not-allowed;
      opacity: 0.5; }

.btn--alpha {
  font-size: 18px;
  line-height: 3.3em; }

.btn__indicator {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  margin-right: 5px;
  margin-top: -3px;
  margin-left: -3px; }

.btn-padding {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  padding-left: 1.35em;
  padding-right: 1.35em;
  font-size: 16px;
  line-height: 3.565em; }

.btn-padding--small {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 16px;
  line-height: 2.9em; }

.btn__icon {
  vertical-align: middle;
  margin-top: -5px;
  display: inline-block; }

.btn__icon--left {
  margin-right: 5px; }

.btn--wide {
  padding-left: 40px;
  padding-right: 40px; }

.btn--play {
  width: 42px;
  height: 42px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  position: relative;
  line-height: 0;
  padding: 0; }
  .btn--play i {
    line-height: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 1.2em; }
  .btn--play i:before {
    margin-left: 3px; }

.btn--play--large {
  width: 80px;
  height: 80px;
  opacity: 0.8;
  margin-bottom: 20px; }
  .btn--play--large i {
    font-size: 2em; }

.section {
  position: relative;
  box-sizing: content-box; }
  .section::after {
    clear: both;
    content: "";
    display: block; }

.section--primary {
  background-color: #0e8e37;
  box-sizing: content-box; }

.section--secondary {
  background-color: #3b3b3b;
  box-sizing: content-box; }

.section--tertiary {
  background-color: #2591d0;
  box-sizing: content-box; }

.section--quaternary {
  background-color: #f4f4f4;
  box-sizing: content-box; }

.section--gray {
  background-color: #ececec;
  box-sizing: content-box; }

.section--small {
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: content-box; }

.section--medium {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  box-sizing: content-box; }

.section--large {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  box-sizing: content-box; }
  @media screen and (min-width: 900px) {
    .section--large {
      padding-top: 30px;
      padding-bottom: 30px; } }

.section--huge {
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: content-box; }
  @media screen and (min-width: 900px) {
    .section--huge {
      padding-top: 45px;
      padding-bottom: 45px; } }

.section--large-top {
  padding-top: 22.5px; }
  @media screen and (min-width: 900px) {
    .section--large-top {
      padding-top: 30px; } }

@media screen and (min-width: 800px) {
  .section--overlap {
    width: 140%; } }
.post .section--overlap {
  width: 100%; }

@media screen and (min-width: 1024px) {
  .section--overlap-small {
    width: 110%; } }
@media screen and (min-width: 1140px) {
  .section--overlap-small {
    width: 120%; } }
.post .section--overlap-small {
  width: 100%; }

@media screen and (min-width: 800px) {
  .section--overlap-large {
    width: 160%; } }
.post .section--overlap-large {
  width: 100%; }

.section--dots {
  background-image: url(../img/vert-dots.png);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 50px;
  margin: 20px 0; }

.overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  bottom: 0;
  right: 0;
  left: 0; }

.overlay--primary {
  background-color: rgba(0, 0, 0, 0.1); }
  .overlay--primary h1, .overlay--primary p {
    color: white; }

.overlay--secondary {
  background-color: rgba(255, 255, 255, 0.8); }

.vcenter {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }

.vcenter__content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 20; }

.table {
  text-align: left;
  min-width: 300px;
  width: 100%;
  font-family: "Raleway", sans-serif; }

.table__header {
  color: #3b3b3b;
  font-weight: 700;
  width: 100%;
  display: none;
  border-bottom: 2px solid #e4e4e4; }
  @media screen and (min-width: 600px) {
    .table__header {
      display: table-header-group; } }

.table__body {
  width: 100%;
  color: #6e6e6e; }

.table__row {
  display: block;
  border-top: 2px solid #e4e4e4;
  padding: 15px 0; }
  .table__row:first-child {
    border-top: 0; }
  @media screen and (min-width: 600px) {
    .table__row {
      display: table-row;
      padding: 0; } }

.table__col {
  display: block;
  padding: 2px 0; }
  @media screen and (min-width: 600px) {
    .table__col {
      display: table-cell;
      vertical-align: middle;
      padding: 15px 15px; }
      .table__col > * {
        vertical-align: middle; } }
  .table__col:first-child {
    padding-left: 0; }
  .table__col:before {
    content: attr(data-th) ": ";
    width: 80px;
    display: inline-block;
    color: #3b3b3b;
    font-weight: 700;
    margin-right: 15px; }
    @media screen and (min-width: 600px) {
      .table__col:before {
        display: none; } }

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  padding: 35px;
  text-size-adjust: 100%; }
  @media screen and (min-width: 900px) {
    .remodal {
      padding: 100px; } }
  .remodal .container {
    padding: 0; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation: remodal-overlay-opening-keyframes 0.3s; }

.remodal-overlay.remodal-is-closing {
  animation: remodal-overlay-closing-keyframes 0.3s; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 0; }

/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  transform: translate3d(0, 0, 0); }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation: remodal-opening-keyframes 0.3s; }

.remodal.remodal-is-closing {
  animation: remodal-closing-keyframes 0.3s; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -17px;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: white;
  border: 0;
  outline: 0;
  background: transparent; }
  @media screen and (min-width: 600px) {
    .remodal-close {
      left: auto;
      top: -35px;
      right: -35px; } }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }
  @media screen and (min-width: 600px) {
    .remodal-close:before {
      font-size: 55px; } }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.remodal--medium {
  max-width: 600px; }

.form {
  box-sizing: border-box; }
  .form::after {
    clear: both;
    content: "";
    display: block; }

.form__group {
  margin-bottom: 20px;
  box-sizing: border-box; }
  @media screen and (min-width: 600px) {
    .form--inline .form__group {
      margin-bottom: 0; } }

label {
  color: #6e6e6e;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  box-sizing: border-box; }

.form__label {
  display: block;
  margin-bottom: 5px;
  line-height: 1.2em;
  box-sizing: border-box; }
  .form__label .icon {
    margin-left: 2px;
    font-size: 0.9em; }

.form__control {
  width: 100%;
  max-width: 100%;
  padding: 1.2em 1em;
  font-size: 1em;
  border-radius: 2px;
  border: 0;
  font-family: "Raleway", sans-serif;
  box-shadow: none;
  line-height: 1.4em;
  box-sizing: border-box;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .form__control:focus {
    outline: 0;
    border-color: #3b3b3b; }
  .negative .form__control {
    border-color: #e52043; }
  .positive .form__control {
    border-color: #0e8e37; }
  .warning .form__control {
    border-color: #f18817; }

textarea {
  min-height: 120px; }

.with-suffix {
  position: relative; }
  @media screen and (min-width: 500px) {
    .with-suffix .form__control {
      padding-right: 170px; } }
  .with-suffix__content {
    display: none; }
    @media screen and (min-width: 500px) {
      .with-suffix__content {
        display: inline-block;
        color: #cbcbcb;
        position: absolute;
        right: 0;
        top: 0;
        padding: 1.15em 1em;
        font-size: 16px;
        line-height: 1.6em; } }

input[type="checkbox"],
input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    border-color: #444; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    position: relative;
    padding: 0 1.7em;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato", sans-serif; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      content: '';
      color: #3b3b3b;
      position: absolute;
      top: 5px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #6e6e6e;
      font-size: 18px;
      text-align: center; }
    input[type="checkbox"] + label:after,
    input[type="radio"] + label:after {
      content: '';
      background-color: #3b3b3b;
      position: absolute;
      top: 8px;
      left: 3px;
      width: 14px;
      height: 14px;
      transform: scale(0);
      transition: transform 200ms ease-out; }

input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 13px;
  height: 7px;
  margin-top: -5px;
  border-style: solid;
  border-color: #3b3b3b;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0); }
input[type="checkbox"]:checked + label:after {
  content: '';
  transform: rotate(-45deg) scale(1); }

input[type="radio"]:checked + label:before {
  animation: borderscale 300ms ease-in;
  border: 1px solid #3b3b3b; }
input[type="radio"]:checked + label:after {
  transform: scale(1); }
input[type="radio"] + label:before, input[type="radio"] + label:after {
  border-radius: 50%; }

input[type="checkbox"]:checked + label:before {
  animation: borderscale 300ms ease-in; }
input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg) scale(1); }

@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 4px rgba(59, 59, 59, 0.3); } }
.form__actions::after {
  clear: both;
  content: "";
  display: block; }

.form--newsletter {
  position: relative; }
  @media screen and (min-width: 600px) {
    .form--newsletter .form__group {
      margin-bottom: 0; } }
  @media screen and (min-width: 600px) {
    .form--newsletter .form__control {
      padding: 23px 1em;
      padding-right: 0;
      width: 100%;
      font-size: 24px; } }
  @media screen and (min-width: 600px) {
    .form--newsletter .form__actions {
      position: absolute;
      top: 10px;
      right: 10px; } }
  .form--newsletter .form__actions .btn {
    line-height: 57px; }
    @media screen and (max-width: 599px) {
      .form--newsletter .form__actions .btn {
        width: 100%;
        padding: 0; } }

@media screen and (min-width: 600px) {
  .form--generalFund .form__actions {
    right: 10px; } }

.form--student .form__control {
  padding: 18px 1em;
  padding-right: 0; }
.form--student .form__actions .btn {
  line-height: 47px; }
@media screen and (min-width: 600px) {
  .form--student .form__actions {
    right: 10px; } }

.hero {
  position: relative; }
  @media screen and (min-width: 800px) {
    .hero {
      background-position: top right;
      background-repeat: no-repeat;
      background-size: cover; } }
  @media screen and (min-width: 1000px) {
    .hero {
      background-size: 75% auto; } }

.hero--home {
  background-size: cover;
  background-image: url(../img/hero_home.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-position: right; }
  @media screen and (min-width: 600px) {
    .hero--home {
      background-position: 50% right; } }
  @media screen and (min-width: 1000px) {
    .hero--home {
      background-position: center center; } }
  .hero--home:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.5;
    z-index: 1; }
    @media screen and (min-width: 1000px) {
      .hero--home:after {
        display: none; } }
  .hero--home > div {
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 499px) {
    .hero--home .btn-group {
      margin-top: 20px; }
      .hero--home .btn-group .btn, .hero--home .btn-group .btn-padding {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0; }
      .hero--home .btn-group .btn-padding {
        line-height: 2.7em; } }

.hero--home__inner {
  max-width: 600px;
  padding: 20% 0; }

.hero--full {
  min-height: 600px;
  height: 100vh;
  background-position: center;
  background-size: cover; }

.hero--video {
  min-height: 400px;
  height: 100vh;
  max-height: 640px;
  background-position: center;
  background-size: cover;
  overflow: hidden; }

.hero--medium {
  min-height: 540px;
  height: 70vh;
  max-height: 700px;
  background-position: center;
  background-size: cover; }

@media screen and (min-width: 799px) {
  .hero__content-left {
    max-width: 70%; } }
@media screen and (min-width: 800px) {
  .hero__content-left {
    max-width: 65%; } }

.hero__photo-cap {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #e6e6e6;
  padding: 10px;
  font-size: 14px;
  z-index: 90;
  display: none; }
  @media screen and (min-width: 1000px) {
    .hero__photo-cap {
      display: block; } }

@media screen and (max-width: 799px) {
  .hero--fund {
    background-image: none !important; } }
@media screen and (min-width: 600px) and (max-width: 999px) {
  .hero--fund {
    background-position: 130% 0px;
    background-size: 70% auto; } }
@media screen and (min-width: 1000px) {
  .hero--fund {
    background-size: 65% auto;
    background-position: 130% 0px; } }
@media screen and (min-width: 1200px) {
  .hero--fund {
    background-size: 57% auto;
    background-position: top right; } }
@media screen and (min-width: 1400px) {
  .hero--fund {
    background-size: 49% auto; } }
.hero--fund .container:before {
  content: '';
  position: absolute;
  background-color: #0e8e37;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0; }

@media screen and (min-width: 600px) {
  .hero__video-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    min-width: 1200px;
    height: 700px;
    overflow: hidden; } }

.hero__video {
  width: 100%;
  height: auto;
  display: none; }
  @media screen and (min-width: 600px) {
    .hero__video {
      display: block; } }

.video__overlay {
  background-color: rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 599px) {
  .hero--mission {
    background-position: left; } }

/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > div span {
  display: block; }

.tabs > ul li {
  margin: 0 10px 0 0;
  display: inline-block; }

.btn.trigger-dropdown.active {
  color: #3b3b3b; }

.dropdown {
  position: relative;
  display: none; }
  @media screen and (min-width: 570px) {
    .dropdown {
      position: absolute;
      top: 100%;
      margin-top: 15px;
      z-index: 100;
      width: 220px;
      background-color: white;
      left: 0;
      margin-left: -40px;
      box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.1); } }
  .dropdown .btn {
    text-align: left; }

.general-fund {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px; }
  .general-fund .section {
    width: 100%;
    display: block; }
  .general-fund .section:first-child {
    align-self: flex-start; }
  .general-fund .section:last-child {
    align-self: flex-end; }
  .general-fund h3 {
    font-size: 22px; }
  .general-fund .form__control {
    color: #888888; }
  .general-fund .form__control:active, .general-fund .form__control:hover {
    color: #3b3b3b; }

header.header {
  border-bottom: 1px solid #e4e4e4; }

.navbar {
  position: relative; }
  @media (max-width: 569px) {
    .navbar {
      height: 0;
      overflow: hidden;
      clear: both; }
      .navbar--active {
        height: auto; }
      .navbar .trigger-dropdown {
        display: none; }
      .navbar .dropdown {
        display: block !important; } }
  @media (min-width: 570px) {
    .navbar {
      text-align: center; } }
  .navbar .active .btn {
    color: black; }

.navbar__mainnav {
  display: block;
  width: 100%;
  line-height: 0; }
  .navbar__mainnav::after {
    clear: both;
    content: "";
    display: block; }
  @media (max-width: 569px) {
    .navbar__mainnav {
      padding-top: 15px; }
      .navbar__mainnav .btn {
        padding-left: 0;
        padding-right: 0; } }
  .navbar__mainnav .nav li {
    position: relative; }
  @media (min-width: 570px) and (max-width: 869px) {
    .navbar__mainnav .nav {
      float: none;
      display: inline-block;
      margin: 10px auto 0; }
      .navbar__mainnav .nav > li {
        float: left; } }
  @media (min-width: 870px) {
    .navbar__mainnav .nav {
      float: right; }
      .navbar__mainnav .nav > li {
        float: left; }
      .navbar__mainnav .nav > li:last-child .btn {
        padding-right: 0; } }

.trigger-navbar {
  position: absolute;
  top: 14px;
  right: 15px;
  line-height: 0; }
  @media (min-width: 570px) {
    .trigger-navbar {
      display: none; } }

.menu-icon {
  position: relative;
  width: 34px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -1px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }
  .menu-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #979797;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
  .menu-icon span:nth-child(1) {
    top: 0px; }
  .menu-icon span:nth-child(2) {
    top: 50%;
    margin-top: -2px; }
  .menu-icon span:nth-child(3) {
    bottom: 0; }
  .open .menu-icon span:nth-child(1) {
    top: 11px;
    transform: rotate(135deg); }
  .open .menu-icon span:nth-child(2) {
    opacity: 0;
    left: 60px; }
  .open .menu-icon span:nth-child(3) {
    top: 11px;
    transform: rotate(-135deg); }
  @media (min-width: 620px) {
    .menu-icon {
      display: none; } }

@media (max-width: 499px) {
  .trigger-navbar__label {
    display: none; } }

.header__logo {
  display: block;
  line-height: 1;
  z-index: 90;
  position: relative;
  float: left; }
  .header__logo img {
    width: 180px;
    height: auto;
    display: inline;
    margin: 5px 0; }
    @media (min-width: 500px) {
      .header__logo img {
        width: 276px;
        margin: 0; } }
  @media (min-width: 570px) {
    .header__logo {
      margin: 10px auto 0;
      text-align: center;
      float: none; } }
  @media (min-width: 870px) {
    .header__logo {
      float: left;
      margin: 13px 0; } }

@media screen and (max-width: 699px) {
  .footer {
    text-align: center; } }

@media screen and (min-width: 700px) {
  .footer__left {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 48.52941%; }
    .footer__left:last-child {
      margin-right: 0; } }
.footer__left p {
  margin-bottom: 10px; }

@media screen and (min-width: 700px) {
  .footer__right {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 48.52941%;
    text-align: right; }
    .footer__right:last-child {
      margin-right: 0; } }

.footer__nav {
  display: inline-block; }
  .footer__nav .btn:hover {
    color: white; }
  @media screen and (min-width: 700px) {
    .footer__nav li:last-child .btn {
      padding-right: 0; } }

.students__student {
  margin-bottom: 20px;
  list-style: none; }
  @media screen and (min-width: 900px) {
    .students__student {
      margin-bottom: 40px;
      float: left;
      display: block;
      margin-right: 2.94118%;
      width: 31.32353%; }
      .students__student:last-child {
        margin-right: 0; }
      .students__student:nth-child(3n) {
        margin-right: 0; }
      .students__student:nth-child(3n+1) {
        clear: left; } }

.student {
  border: 1px solid #e4e4e4;
  background-color: #f4f4f4;
  text-decoration: none;
  color: #3b3b3b;
  position: relative;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  list-style: none; }
  .section--primary .student {
    background-color: #0d8533;
    border-color: #0d8533;
    color: white; }
    .section--primary .student .student__year, .section--primary .student .student__funding li {
      color: white; }
    .section--primary .student svg path {
      fill: white; }
  @media screen and (min-width: 770px) and (max-width: 899px) {
    .student {
      padding: 0;
      border-radius: 100px 2px 2px 100px;
      text-align: left;
      font-size: 11px; } }
  @media screen and (min-width: 900px) {
    .student {
      padding: 20px;
      min-height: 545px; } }
  .student:hover {
    border-color: #b1b1b1;
    box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.05); }
    .section--primary .student:hover {
      background-color: #0c7b30;
      border-color: #0c7b30;
      box-shadow: none; }

.student__photo {
  margin: auto;
  height: auto;
  border-radius: 100%;
  width: 100%;
  max-width: 210px;
  border: 11px solid white;
  position: relative;
  box-sizing: border-box; }
  .section--primary .student__photo {
    border-color: #0c772e; }
  @media screen and (min-width: 520px) and (max-width: 599px) {
    .student__photo {
      max-width: 210px; } }
  @media screen and (min-width: 770px) and (max-width: 899px) {
    .student__photo {
      width: 110px;
      border-width: 5px; } }
  @media screen and (min-width: 900px) {
    .student__photo {
      width: 100%;
      max-width: 210px; } }

.student__photo_container {
  width: 100% !important;
  max-width: 210px !important;
  box-sizing: border-box;
  margin: auto !important;
  overflow: visible !important;
  margin-bottom: 10px;
  padding: 3px !important; }
  @media screen and (min-width: 770px) and (max-width: 899px) {
    .student__photo_container {
      padding: 0 !important;
      width: auto !important;
      max-width: none !important; } }
  .student__photo_container svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    height: 210px;
    overflow: visible;
    -moz-transform: scale(0.978);
    -webkit-transform: scale(0.978);
    -o-transform: scale(0.978);
    -ms-transform: scale(0.978);
    transform: scale(0.978); }
    @media screen and (min-width: 770px) and (max-width: 899px) {
      .student__photo_container svg {
        display: none; } }

@media screen and (min-width: 770px) and (max-width: 899px) {
  .student__meta {
    width: 140px;
    float: left;
    padding-left: 20px;
    padding-top: 19px; } }

.student__name {
  display: block;
  margin: 10px 0 2px 0;
  text-transform: capitalize;
  font-size: 24px; }
  .student:hover .student__name {
    text-decoration: underline; }
  .section--primary .student__name {
    color: white; }

.student__name--hidden {
  display: none; }
  @media screen and (min-width: 520px) and (max-width: 899px) {
    .student__name--hidden {
      display: block;
      font-size: 1.3em; } }

.student__name--top {
  margin-bottom: 20px;
  margin-top: 0;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 1.4em; }
  @media screen and (min-width: 520px) and (max-width: 899px) {
    .student__name--top {
      display: none; } }

.student__location {
  font-weight: bold;
  margin: 20px 0 10px 0;
  display: block;
  color: #2591d0; }
  @media screen and (min-width: 520px) and (max-width: 899px) {
    .student__location {
      margin-top: 0; } }
  .section--primary .student__location {
    color: white; }
  @media screen and (min-width: 770px) and (max-width: 899px) {
    .student__location {
      font-size: 0.9em; } }

.student__bio {
  font-size: 0.9em;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0 10px;
  box-sizing: border-box; }
  @media screen and (min-width: 770px) and (max-width: 899px) {
    .student__bio {
      position: absolute;
      margin: 0;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0;
      padding-top: 30px;
      padding-right: 250px;
      padding-left: 250px; } }
  .student__bio p {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 100%;
    height: 4.8em;
    /* Fallback for non-webkit */
    margin: 0 auto;
    line-height: 1.6em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (min-width: 770px) and (max-width: 899px) {
      .student__bio p {
        -webkit-line-clamp: 2;
        height: 48px; } }

.student__funding {
  display: block;
  font-size: 1.05em; }
  @media screen and (min-width: 770px) and (max-width: 899px) {
    .student__funding {
      font-size: 0.9em;
      float: right;
      padding: 25px 20px 0;
      width: 200px; } }
  @media screen and (min-width: 770px) and (max-width: 899px) {
    .student__funding .nav {
      margin-bottom: 8px; } }
  .student__funding strong {
    color: #696969; }
    .section--primary .student__funding strong {
      color: white; }
  .student__funding li {
    width: 55%;
    float: left;
    text-align: left;
    margin: 0;
    padding-left: 5%;
    border-left: 1px solid #e4e4e4;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    color: #9f9f9f;
    font-weight: 400; }
    @media screen and (min-width: 770px) and (max-width: 899px) {
      .student__funding li {
        width: auto;
        display: inline-block; } }
    @media screen and (min-width: 1000px) {
      .student__funding li {
        font-size: 18px; } }
    .student__funding li:first-child {
      border-left: 0;
      text-align: right;
      padding-left: 0;
      width: 45%;
      padding-right: 5%; }

.student__progress {
  display: none;
  position: relative; }
  @media screen and (min-width: 770px) and (max-width: 899px) {
    .student__progress {
      display: block; } }

.student__year {
  margin-bottom: 0;
  font-size: 0.85em;
  margin-top: 20px;
  color: #696969;
  font-weight: 600;
  font-size: 16px; }
  @media screen and (min-width: 770px) and (max-width: 899px) {
    .student__year {
      display: none; } }

@media screen and (min-width: 900px) {
  .student__media .media__image, .student__media .media__body {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    overflow: auto; } }
@media screen and (max-width: 520px) {
  .student__media .media__image, .student__media .media__body {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    overflow: auto; } }

.student__overlay-fund {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 50px;
  color: white;
  background-color: rgba(14, 142, 55, 0.5);
  height: 100%;
  border-radius: 100%;
  border: 14px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.student:hover .student__overlay-fund {
  opacity: 1; }

.funded-icon {
  display: block;
  width: 50px;
  height: 50px;
  border: 4px solid #fff;
  background-color: #0e8e37;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
  margin-right: 20px;
  background-image: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%; }
  .funded-icon.funded-icon--list {
    margin-right: -10px;
    margin-top: -7px;
    width: 35px;
    height: 35px; }
  @media screen and (min-width: 770px) and (max-width: 899px) {
    .funded-icon.funded-icon--grid {
      display: none; } }
  .funded-icon.funded-icon--grid-list {
    display: none; }
    @media screen and (min-width: 770px) and (max-width: 899px) {
      .funded-icon.funded-icon--grid-list {
        display: block; } }

.students__student-list {
  margin-bottom: 20px; }
  @media screen and (min-width: 900px) {
    .students__student-list {
      margin-bottom: 40px; } }

.student-list {
  border: 1px solid #e4e4e4;
  background-color: #f4f4f4;
  text-decoration: none;
  color: #3b3b3b;
  position: relative;
  padding: 20px;
  text-align: center;
  border-radius: 2px; }
  .section--primary .student-list {
    background-color: #0e8e37;
    border-color: #0e8e37;
    color: white; }
  @media screen and (min-width: 770px) {
    .student-list {
      padding: 0;
      border-radius: 100px 2px 2px 100px;
      text-align: left; } }
  .student-list:hover {
    border-color: #b1b1b1;
    box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.05); }
    .section--primary .student-list:hover {
      background-color: #0d8533;
      border-color: #0e8e37; }

.student-list__photo {
  margin: auto;
  height: auto;
  border-radius: 100%;
  width: 100%;
  max-width: 180px;
  border: 15px solid white; }
  .section--primary .student-list__photo {
    border-color: #0c772e; }
  @media screen and (min-width: 770px) {
    .student-list__photo {
      width: 120px;
      border-width: 5px; } }

@media screen and (min-width: 770px) {
  .student-list__meta {
    width: 140px;
    float: left;
    padding-left: 10px;
    padding-top: 19px; } }

.student-list__name {
  display: block;
  margin: 10px 0 2px 0;
  text-transform: capitalize;
  font-size: 1.2em;
  height: 30px;
  overflow: hidden; }
  .student:hover .student-list__name {
    text-decoration: underline; }
  .section--primary .student-list__name {
    color: white; }

.student-list__location {
  font-weight: bold;
  margin: 0 0 10px 0;
  display: block;
  color: #2591d0; }
  .section--primary .student-list__location {
    color: white; }
  @media screen and (min-width: 770px) {
    .student-list__location {
      font-size: 0.9em; } }

.student-list__bio {
  font-size: 0.9em;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0 10px; }
  @media screen and (min-width: 770px) {
    .student-list__bio {
      position: absolute;
      margin: 0;
      top: 0;
      left: 0;
      padding: 0;
      padding-top: 30px;
      padding-right: 250px;
      padding-left: 280px;
      width: 100%; } }
  .student-list__bio p {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 55px;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    overflow: hidden; }
    @media screen and (min-width: 770px) {
      .student-list__bio p {
        -webkit-line-clamp: 2; } }

.student-list__funding {
  display: block;
  font-size: 1.05em; }
  @media screen and (min-width: 770px) {
    .student-list__funding {
      font-size: 0.9em;
      float: right;
      padding: 25px 20px 0;
      width: 240px; } }
  @media screen and (min-width: 770px) {
    .student-list__funding .nav {
      margin-bottom: 8px; } }
  .section--primary .student-list__funding strong {
    color: white; }
  .student-list__funding li {
    width: 50%;
    float: left;
    text-align: left;
    margin: 0;
    padding-left: 5%;
    font-size: 13.5px;
    border-left: 1px solid #e4e4e4; }
    @media screen and (min-width: 770px) {
      .student-list__funding li {
        width: auto;
        display: inline-block; } }
    .student-list__funding li:first-child {
      border-left: 0;
      text-align: right;
      padding-left: 0;
      padding-right: 5%; }

.student-list__progress {
  display: none;
  position: relative; }
  @media screen and (min-width: 770px) {
    .student-list__progress {
      display: block; } }

.student-list__year {
  margin-bottom: 0;
  font-size: 0.85em;
  margin-top: 20px; }

@media screen and (max-width: 520px) {
  .student-list__media .media__image, .student-list__media .media__body {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    overflow: auto; } }

/*.how-it-works {

  &__step {
    margin-bottom: 40px;

    @include media(min-width 700px) {
      @include span-columns(4.66);
      @include omega(3n);
      margin-bottom: 0;
    }
  }

  @include media(max-width 699px) {
    h2 {
      margin-top: 0;
    }
  }

  img {
     border: 10px solid $gray-lightest;
     background-color: white;
     width: 80%;
     max-width: 100px;
     height: auto;
     border-radius: 100%;

     @include media(min-width 900px) {
      max-width: 70%;
     }
  }
}
*/
.how-it-works {
  max-width: 320px;
  margin: auto;
  text-align: left; }
  @media screen and (min-width: 600px) {
    .how-it-works {
      max-width: 100%;
      text-align: center; } }
  .how-it-works__step {
    margin: 0 auto 40px;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .how-it-works__step {
        margin: 0;
        float: left;
        display: block;
        margin-right: 2.94118%;
        width: 31.32353%;
        margin-bottom: 20px; }
        .how-it-works__step:last-child {
          margin-right: 0; }
        .how-it-works__step:nth-child(3n) {
          margin-right: 0; }
        .how-it-works__step:nth-child(3n+1) {
          clear: left; } }
    .how-it-works__step:last-child {
      margin-bottom: 0; }
  .how-it-works h2 {
    margin-top: 0; }
    @media screen and (max-width: 599px) {
      .how-it-works h2 {
        font-size: 18px; } }
  .how-it-works p {
    margin-bottom: 0; }
  .how-it-works img {
    max-width: 80px;
    height: auto;
    margin-right: 15px; }
    @media screen and (min-width: 600px) {
      .how-it-works img {
        margin: 0 auto 20px;
        max-width: 100px; } }

.view-type {
  float: left;
  margin-bottom: 10px; }
  @media screen and (max-width: 899px) {
    .view-type {
      display: none; } }
  .view-type .btn {
    padding: 0; }
  .view-type .active.btn {
    color: #0e8e37; }

.filter-options {
  float: right; }
  @media screen and (max-width: 899px) {
    .filter-options {
      float: none;
      margin: auto;
      display: block;
      width: 230px; }
      .filter-options .btn--link {
        padding: 0px !important; } }

.filter-dropdown, .partner-dropdown {
  width: 260px; }
  .filter-dropdown li, .partner-dropdown li {
    display: block;
    float: none;
    margin: 0;
    padding: 0; }
  .filter-dropdown.dropdown, .partner-dropdown.dropdown {
    margin-top: -5px;
    padding: 20px 10px; }
    @media screen and (min-width: 570px) {
      .filter-dropdown.dropdown, .partner-dropdown.dropdown {
        margin-top: -5px;
        padding: 20px 10px; } }

.dropdown.partner-dropdown {
  margin-left: -80px; }

.student-hero__photo, .partner-hero__photo {
  border: 5px solid white;
  border-radius: 100%;
  width: 180px;
  height: auto;
  margin: auto; }
  @media screen and (min-width: 700px) {
    .student-hero__photo, .partner-hero__photo {
      width: 240px; } }
  @media screen and (min-width: 900px) {
    .student-hero__photo, .partner-hero__photo {
      width: 260px; } }

.student-hero__description, .partner-hero__description {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 22.5px;
  text-align: center; }
  @media screen and (min-width: 700px) {
    .student-hero__description, .partner-hero__description {
      font-size: 1.8em;
      text-align: left; } }
  @media screen and (min-width: 900px) {
    .student-hero__description, .partner-hero__description {
      font-size: 1.8em; } }

@media screen and (min-width: 700px) {
  .student-hero__media, .partner-hero__media {
    margin-bottom: 20px; } }
@media screen and (max-width: 699px) {
  .student-hero__media .media__image, .partner-hero__media .media__image {
    float: none;
    margin: 0;
    width: 100%;
    display: block; } }
@media screen and (min-width: 700px) {
  .student-hero__media .media__image, .partner-hero__media .media__image {
    margin-right: 40px; } }
@media screen and (min-width: 900px) {
  .student-hero__media .media__image, .partner-hero__media .media__image {
    margin-right: 60px; } }

.student-profile .form--newsletter {
  margin-top: -40px; }

.cost-breakdown {
  display: block;
  position: relative; }
  .cost-breakdown li {
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media screen and (min-width: 700px) {
      .cost-breakdown li {
        padding-left: 200px;
        height: 40px;
        margin-top: 30px;
        margin-bottom: 30px; } }
  .cost-breakdown .cost-breakdown__label {
    margin-bottom: 10px; }
    @media screen and (min-width: 700px) {
      .cost-breakdown .cost-breakdown__label {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        padding: 6px 0; } }
  .cost-breakdown .cost-breakdown__item {
    width: 100%; }
  .cost-breakdown .cost-breakdown__item .bar {
    background-color: #2591d0;
    color: white;
    padding: 0;
    height: 40px;
    max-width: 87%;
    display: block;
    float: left;
    border-radius: 50px;
    box-sizing: content-box;
    margin-right: 10px; }
  .cost-breakdown .cost-breakdown__percent {
    display: block;
    float: left;
    padding: 6px 0; }

@media screen and (min-width: 620px) {
  .cost-breakdown-needed {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 12px; } }
.cost-breakdown-needed span {
  color: #2591d0; }

@media screen and (max-width: 420px) {
  .share-buttons li {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 15px; }
  .share-buttons li:last-child {
    margin-bottom: 0; }
  .share-buttons .btn {
    width: 100%; } }

.article-case-study, .article--narrow {
  position: relative;
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 100%; }
  .article-case-study:last-child, .article--narrow:last-child {
    margin-right: 0; }
  @media screen and (min-width: 800px) {
    .article-case-study, .article--narrow {
      float: left;
      display: block;
      margin-right: 2.94118%;
      width: 63.23529%; }
      .article-case-study:last-child, .article--narrow:last-child {
        margin-right: 0; } }

.aside {
  position: relative;
  overflow: hidden;
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 100%; }
  .aside:last-child {
    margin-right: 0; }
  @media screen and (min-width: 800px) {
    .aside {
      float: left;
      display: block;
      margin-right: 2.94118%;
      width: 26.47059%;
      margin-left: 7.35294%; }
      .aside:last-child {
        margin-right: 0; } }
  .aside .box:first-child {
    margin-top: 0; }

.table--student img {
  display: none; }
@media screen and (min-width: 600px) {
  .table--student img {
    display: inline-block; }
  .table--student span {
    display: none; } }
.table--student a {
  line-height: 0; }
.table--student .recipt-img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #e4e4e4;
  display: inline-block;
  vertical-align: middle; }
  @media screen and (min-width: 600px) {
    .table--student .recipt-img {
      width: 32px;
      height: 32px; } }

.field-partner-logo img {
  max-width: 180px; }

#tip_checkbox + label {
  padding-left: 30px;
  margin: 20px auto 0;
  display: inline-block;
  width: auto; }

.student-profile__fund-container {
  max-width: 400px; }
  .student-profile__fund-container #tip_checkbox + label {
    padding-right: 0;
    font-size: 14px;
    display: block;
    text-align: left; }

.green-check {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #0e8e37;
  border-radius: 100%;
  background-image: url(../img/check.svg);
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  vertical-align: middle; }

.in-progress {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #f9bd29;
  border-radius: 100%;
  background-image: url(../img/in-progress.svg);
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  vertical-align: middle; }

#journal_form textarea {
  display: block;
  width: 100%;
  padding-bottom: 50px; }
#journal_form .form__actions {
  text-align: center;
  margin-bottom: 70px; }

.entries {
  padding-top: 40px; }

.entry {
  margin-bottom: 40px; }

.entry .media__image {
  margin-right: 40px;
  padding-top: 5px; }

.entry__thumbnail {
  border-radius: 100%;
  width: 120px;
  height: 120px; }

.entry__name {
  font-size: 20px;
  font-weight: bold; }

.entry__timestamp {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px; }

.entry__text {
  font-size: 16px;
  line-height: 1.8em; }

.student-profile__fund-container {
  max-width: 420px; }

.tip-box {
  display: inline-block;
  width: auto;
  margin-left: -23px; }

.checkbox-tooltip-icon {
  position: absolute;
  top: 23px;
  right: -23px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: inline-block; }
  .checkbox-tooltip-icon img {
    width: 100%;
    height: auto;
    opacity: 0.3;
    margin-top: 5px;
    display: block; }

.checkbox-tooltip-icon:hover .checkbox__tooltip {
  display: block; }

.checkbox__tooltip {
  width: 280px;
  position: absolute;
  z-index: 90;
  top: 35px;
  right: -10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px;
  border-radius: 10px;
  font-size: 13px;
  text-align: left;
  display: none; }
  .checkbox__tooltip:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
    position: absolute;
    top: -10px;
    right: 10px; }
  .checkbox__tooltip p {
    margin-bottom: 0;
    line-height: 1.4em; }

.how-we-work-icon {
  margin: auto;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-color: white;
  margin-top: -90px;
  z-index: 200;
  position: relative;
  background-image: url("../img/academic-hat.png");
  background-position: center 30px;
  background-size: 50%;
  background-repeat: no-repeat; }

.how-we-work .item {
  margin-bottom: 0;
  text-align: center; }
  .how-we-work .item::after {
    clear: both;
    content: "";
    display: block; }
  .how-we-work .item img {
    width: 100%;
    margin-top: 30px; }
  @media screen and (min-width: 800px) {
    .how-we-work .item {
      text-align: left;
      margin-bottom: 0; }
      .how-we-work .item img {
        margin-top: 0; } }
.how-we-work .item:last-child {
  margin-bottom: 0; }
  .how-we-work .item:last-child img {
    margin-top: 0; }

@media screen and (min-width: 800px) {
  .how-we-work__content {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 41.17647%;
    float: right;
    margin-right: 0;
    margin-left: 2.94118%; }
    .how-we-work__content:last-child {
      margin-right: 0; }
    .item:first-child .how-we-work__content {
      float: left;
      margin-left: 0;
      margin-right: 2.94118%; }
    .item:nth-child(2) .how-we-work__content {
      float: left;
      display: block;
      margin-right: 2.94118%;
      width: 48.52941%;
      float: right;
      margin: 0; }
      .item:nth-child(2) .how-we-work__content:last-child {
        margin-right: 0; } }

@media screen and (min-width: 800px) {
  .how-we-work__aside {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 55.88235%;
    float: right; }
    .how-we-work__aside:last-child {
      margin-right: 0; }
    .item:first-child .how-we-work__aside {
      float: left; }
    .item:nth-child(2) .how-we-work__aside {
      float: left;
      display: block;
      margin-right: 2.94118%;
      width: 48.52941%;
      float: left; }
      .item:nth-child(2) .how-we-work__aside:last-child {
        margin-right: 0; } }

.tabs > ul::after {
  clear: both;
  content: "";
  display: block; }
@media screen and (max-width: 699px) {
  .tabs > ul li {
    margin: 0;
    padding: 0;
    margin-left: 2%;
    float: left;
    width: 48%;
    margin-bottom: 10px; }
  .tabs > ul li:first-child, .tabs > ul li:nth-child(3) li:nth-child(5) {
    margin-left: 0; }
  .tabs > ul .btn {
    display: block;
    width: 100%; } }
@media screen and (max-width: 359px) {
  .tabs > ul {
    margin-bottom: 20px; }
    .tabs > ul li {
      float: none;
      margin: 0;
      margin-bottom: 10px;
      width: 100%; }
    .tabs > ul li:last-child {
      margin-bottom: 0; } }

.team {
  text-align: center;
  margin-left: -4%; }
  .team a {
    color: #0e8e37;
    text-decoration: none; }
  .team .team__member {
    text-align: center;
    margin-bottom: 60px; }
    @media screen and (min-width: 460px) and (max-width: 599px) {
      .team .team__member {
        width: 44%;
        margin-left: 4%;
        display: inline-block; } }
    @media screen and (min-width: 600px) and (max-width: 799px) {
      .team .team__member {
        width: 44%;
        margin-left: 4%;
        display: inline-block; } }
    @media screen and (min-width: 800px) {
      .team .team__member {
        width: 20%;
        margin-left: 4%;
        display: inline-block; } }
  .team .team__member__photo {
    border-radius: 100%;
    width: 90%;
    margin: auto;
    display: block;
    margin-bottom: 20px; }
  .team .team__member__name {
    font-weight: 900;
    color: black;
    font-size: 16px; }
  .team .team__member__title {
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 5px; }
  .team .team__member__email {
    font-size: 0.9em; }

.partner-hero__description {
  margin-bottom: 10px; }

.partner-hero__media {
  text-align: center; }
  @media screen and (min-width: 700px) {
    .partner-hero__media {
      text-align: left; } }
  .partner-hero__media h3 {
    color: #2591d0;
    margin-top: 0;
    margin-bottom: 20px; }
  .partner-hero__media h4 {
    font-size: 0.95em;
    margin-bottom: 5px; }

.partner-profile .hero-cta {
  margin-top: -32px; }

.partner-info {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  display: none; }
  .partner-info.partner-info--active {
    display: block; }

.partner-info__row {
  margin-bottom: 40px; }
  .partner-info__row::after {
    clear: both;
    content: "";
    display: block; }
  .partner-info__row:last-child {
    margin-bottom: 0; }

.partner-info__col {
  margin-bottom: 20px; }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .partner-info__col {
      width: 50%;
      float: left;
      border-left: 1px solid #e4e4e4;
      text-align: center; }
      .partner-info__col:first-child, .partner-info__col:nth-child(3), .partner-info__col:nth-child(5) {
        border-left: 0; } }
  @media screen and (min-width: 1000px) {
    .partner-info__col {
      width: 33.3333%;
      float: left;
      border-left: 1px solid #e4e4e4;
      text-align: center; }
      .partner-info__col:first-child, .partner-info__col:nth-child(4) {
        border-left: 0; } }

.partner-info__head {
  border-bottom: 1px solid #e4e4e4;
  color: #3b3b3b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  min-height: 92px; }

.partner-info__head, .partner-info__body {
  padding: 15px; }

.mission-stats {
  text-align: center;
  padding: 20px;
  margin-top: -80px;
  position: relative;
  z-index: 200; }
  @media screen and (min-width: 600px) {
    .mission-stats {
      margin-top: -110px;
      padding: 40px 20px; } }
  .mission-stats li {
    margin-bottom: 20px; }
    @media screen and (min-width: 600px) {
      .mission-stats li {
        margin-bottom: 0;
        padding: 0 10px;
        float: left;
        display: block;
        margin-right: 2.94118%;
        width: 31.32353%; }
        .mission-stats li:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 600px) {
    .mission-stats li:nth-child(2) {
      margin-bottom: 0;
      float: left;
      display: block;
      margin-right: 2.94118%;
      width: 31.32353%;
      border-left: 2px solid #096025;
      border-right: 2px solid #096025; }
      .mission-stats li:nth-child(2):last-child {
        margin-right: 0; } }
  .mission-stats li:last-child {
    margin-bottom: 0; }
    @media screen and (min-width: 600px) {
      .mission-stats li:last-child {
        float: left;
        display: block;
        margin-right: 2.94118%;
        width: 31.32353%; }
        .mission-stats li:last-child:last-child {
          margin-right: 0; } }
  .mission-stats h1 {
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 15px; }
    @media screen and (min-width: 600px) and (max-width: 829px) {
      .mission-stats h1 {
        font-size: 24px; } }
  .mission-stats p {
    margin: 0;
    padding: 0 10px;
    font-size: 15px;
    line-height: 1.4; }
    @media screen and (min-width: 600px) and (max-width: 829px) {
      .mission-stats p {
        font-size: 13px; } }

.mission__article:nth-child(2n), .mission__aside:nth-child(2n) {
  margin-right: 0; }
.mission__article:nth-child(2n+1), .mission__aside:nth-child(2n+1) {
  clear: left; }

@media screen and (min-width: 700px) {
  .mission__article {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 55.88235%;
    margin-left: 7.35294%;
    float: right;
    margin-bottom: 40px; }
    .mission__article:last-child {
      margin-right: 0; } }

.mission__aside {
  margin: 20px 0; }
  .mission__aside h3 {
    margin-top: 10px;
    border-left: 5px solid #e4e4e4;
    padding-left: 20px; }
  @media screen and (min-width: 700px) {
    .mission__aside {
      float: left;
      display: block;
      margin-right: 2.94118%;
      width: 33.82353%;
      margin: 0; }
      .mission__aside:last-child {
        margin-right: 0; } }

@media screen and (min-width: 800px) {
  .mission-help {
    position: relative;
    margin-top: 60px; } }

@media screen and (min-width: 800px) {
  .mission-help:before {
    content: '';
    width: 120px;
    height: 120px;
    background-color: #f4f4f4;
    background-image: url(../img/icon_heart-white.svg);
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%; } }

@media screen and (max-width: 699px) {
  .fund-header {
    text-align: right;
    max-width: 380px;
    margin: 20px auto 0; } }
.fund-header .flag {
  margin-bottom: 20px; }
  @media screen and (max-width: 419px) {
    .fund-header .flag {
      display: block;
      float: none;
      text-align: center;
      margin: 0 0 20px 0;
      padding: 0; } }
.fund-header .flag__image {
  padding-left: 40px; }
  @media screen and (max-width: 419px) {
    .fund-header .flag__image {
      display: block;
      float: none;
      text-align: center;
      margin: 0;
      padding: 0; } }
@media screen and (max-width: 419px) {
  .fund-header .flag__body {
    display: block;
    float: none;
    text-align: center;
    margin: 0 0 5px 0;
    padding: 0; } }
.fund-header input {
  width: 100%; }
  @media screen and (min-width: 420px) {
    .fund-header input {
      width: 100px; } }
  @media screen and (min-width: 800px) {
    .fund-header input {
      width: 160px; } }
.fund-header h5 {
  font-size: 18px;
  margin: 0; }
  @media screen and (min-width: 800px) {
    .fund-header h5 {
      font-size: 24px; } }

.account-login {
  display: block;
  margin-bottom: 30px; }
  @media screen and (min-width: 520px) {
    .account-login {
      float: right;
      padding: 15px 0;
      margin-bottom: 20px; } }

.your-details {
  margin-bottom: 5px; }
  @media screen and (min-width: 520px) {
    .your-details {
      float: left; } }

@media screen and (max-width: 519px) {
  .form--fund .span7, .form--fund .span3, .form--fund .span4 {
    width: 100%;
    padding: 0;
    margin: 0; } }

.faq-item {
  margin-bottom: 60px; }

.get-involved .item {
  margin-bottom: 40px;
  text-align: center; }
  .get-involved .item::after {
    clear: both;
    content: "";
    display: block; }
  .get-involved .item img {
    width: 100%;
    margin-top: 30px; }
  @media screen and (min-width: 800px) {
    .get-involved .item {
      text-align: left;
      margin-bottom: 80px; }
      .get-involved .item img {
        margin-top: 0; } }
  .get-involved .item p {
    margin-bottom: 40px; }
.get-involved .item:last-child {
  margin-bottom: 0; }
.get-involved hr {
  margin-bottom: 80px; }

@media screen and (min-width: 800px) {
  .get-involved__content {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 48.52941%;
    margin-left: 7.35294%;
    float: right; }
    .get-involved__content:last-child {
      margin-right: 0; }
    .item--flip .get-involved__content {
      float: left;
      margin-left: 0%; } }

.get-involved__aside {
  display: none; }
  @media screen and (min-width: 800px) {
    .get-involved__aside {
      float: left;
      display: block;
      margin-right: 2.94118%;
      width: 41.17647%;
      margin-left: 0%;
      display: block;
      float: right;
      text-align: right;
      text-align: center; }
      .get-involved__aside:last-child {
        margin-right: 0; }
      .item--flip .get-involved__aside {
        float: left;
        margin-left: 7.35294%;
        text-align: left; } }
  .get-involved__aside img {
    margin-top: -40px;
    max-width: 280px;
    display: inline-block; }
    @media screen and (min-width: 800px) {
      .get-involved__aside img {
        max-width: 460px; } }

.form--fundSmall {
  max-width: 240px;
  margin: 0 auto 0; }
  .form--fundSmall .btn {
    line-height: 2.8em;
    padding: 0 20px; }
  .form--fundSmall .form__control {
    padding: 26px 1em; }

.border {
  border: 1px solid #e4e4e4; }

.border-top {
  border-top: 1px solid #e4e4e4; }

.border-bottom {
  border-bottom: 1px solid #e4e4e4; }

.border-left {
  border-left: 1px solid #e4e4e4; }

.border-right {
  border-right: 1px solid #e4e4e4; }

.border-left--0 {
  border-left: 0; }

.border-right--0 {
  border-right: 0; }

.border--primary {
  border-color: #0e8e37; }

.border--secondary {
  border-color: #3b3b3b; }

.border--tertiary {
  border-color: #2591d0; }

.border--quaternary {
  border-color: #f4f4f4; }

.clearfix::after {
  clear: both;
  content: "";
  display: block; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.text-center {
  text-align: center; }

.inline-block {
  display: inline-block; }

.uppercase {
  text-transform: uppercase; }

.padding-0 {
  padding: 0; }

.overflow-hidden {
  overflow: hidden; }

.padding-bottom-0 {
  padding-bottom: 0; }

.padding-top-0 {
  padding-top: 0; }

.padding-left-0 {
  padding-left: 0; }

.padding-left--base {
  padding-left: 15px; }

.padding-right--base {
  padding-right: 15px; }

.padding-top--medium {
  padding-top: 22.5px; }

.padding-top--base {
  padding-top: 15px; }

.margin-0 {
  margin: 0; }

.margin-top--0 {
  margin-top: 0; }

.margin-bottom--0 {
  margin-bottom: 0; }

.margin-right--medium {
  margin-right: 22.5px; }

.margin-top--medium {
  margin-top: 22.5px; }

.margin-top--large {
  margin-top: 30px; }

.margin-bottom--medium {
  margin-bottom: 22.5px; }

.margin-bottom--large {
  margin-bottom: 30px; }

.margin-right--base {
  margin-right: 15px; }

.margin-bottom--base {
  margin-bottom: 15px; }

.margin-bottom--small {
  margin-bottom: 7.5px; }

.margin-top--base {
  margin-top: 15px; }

.rounded {
  border-radius: 100%; }

.soft {
  border-radius: 4px; }

.hidden {
  display: none; }

.relative {
  position: relative; }

.v-align-middle {
  vertical-align: middle; }

.image-full {
  width: 100%;
  max-width: auto;
  height: auto; }

.line-height-0 {
  line-height: 0; }

.line-height-1 {
  line-height: 1; }

.line-height-14 {
  line-height: 1.4em; }

.line-height-18 {
  line-height: 1.8em; }

.mw-400 {
  max-width: 400px; }

.mw-500 {
  max-width: 500px; }

.text-inverted {
  color: white; }

.text-transform-none {
  text-transform: none; }

.f-sans-serif {
  font-family: "Raleway", sans-serif; }

.f-s24 {
  font-size: 24px; }

.f-serif {
  font-family: "Lato", sans-serif; }

.f-gray {
  color: #6e6e6e; }

.f-twitter {
  color: #55ACEE; }

.f-s14 {
  font-size: 14px; }

.f-s16 {
  font-size: 16px; }

.f-s28 {
  font-size: 28px; }

.f-s60 {
  font-size: 60px; }

.f-w400 {
  font-weight: 400; }

.f-w700 {
  font-weight: 700; }

.f-w800 {
  font-weight: 300; }

h1.f-w800 {
  font-size: 36px; }
  @media screen and (min-width: 600px) {
    h1.f-w800 {
      font-size: 55px; } }

@media screen and (min-width: 600px) {
  h2.h2-large {
    font-size: 32px; } }
@media screen and (min-width: 768px) {
  h2.h2-large {
    font-size: 40px; } }

.f-primary {
  color: #0e8e37; }

.f-white {
  color: white; }

.bg-red {
  background-color: #e52043; }

.bg-orange {
  background-color: #f18817; }

.bg-yellow {
  background-color: #f9bd29; }

.bg-green {
  background-color: #0e8e37; }

.f-red {
  color: #e52043; }

.f-blue {
  color: #2591d0; }

.f-orange {
  color: #f18817; }

.f-yellow {
  color: #f9bd29; }

.f-green {
  color: #0e8e37; }

.btn.f-black {
  color: black; }

.link-green {
  color: #0e8e37;
  text-decoration: none; }
  .link-green:hover {
    text-decoration: none; }

.margin-bottom--huge {
  margin-bottom: 120px; }

.edit-profile {
  max-width: 400px;
  margin: auto;
  background-color: white;
  padding: 40px; }
  .edit-profile h2 {
    margin-top: 0; }

.photo-upload {
  display: block;
  position: relative;
  line-height: 0; }
  .photo-upload img {
    display: block;
    border: 0;
    border: 3px solid #fff;
    border-radius: 100%; }
  .photo-upload:hover .photo-upload__overlay {
    opacity: 1; }

.photo-upload__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(14, 145, 55, 0.5);
  background-image: url(../img/camera.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out; }

.green-circle {
  width: 100%;
  height: 0;
  line-height: 0;
  display: block;
  padding-top: 100%;
  background-color: #0e8e37;
  border-radius: 100%;
  margin-top: -20px;
  background-image: url(../img/academic-hat-white.svg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat; }

.profile-recipts {
  display: inline-block;
  position: relative; }
  .profile-recipts .filter-dropdown.dropdown.nav {
    display: block;
    width: 200px;
    right: 20px;
    left: auto;
    padding: 10px; }

/*# sourceMappingURL=main.css.map */
