@charset "UTF-8";
/**
 * Global Variables
 *
 * Do not edit this file. To edit variables, go to custom/_variables.scss
*/
/************************ Basic Layout *********************/
/*************************** Grid **************************/
/************************ Color ***********************/
/********************* Typography ********************/
/*************************** Nav **************************/
/************************** Inputs *************************/
/************************* buttons(forms.scss) *************************/
/************************* Helpers *************************/
/*================================
Mixings
================================*/
/*================================
Responsive CSS
================================*/
/* Portrait tablet to landscape and desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/**
 * form CSS
 *
 * All css goes here
*/
textarea {
  overflow: auto; }

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

td,
th {
  padding: 0; }

a.button:hover {
  text-decoration: none; }
a.button:focus {
  text-decoration: none; }

.button {
  height: 50px;
  padding: 0px 40px;
  font-size: 14px;
  line-height: 50px;
  background-color: rgba(225, 225, 225, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 3px solid #283b83;
  border-radius: 0px;
  color: #333;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  text-decoration: none;
  transition: all 0.4s ease;
  font-family: "futura-pt", sans-serif; }
  .button:hover {
    background-color: #283b83;
    text-decoration: none;
    color: #f3b01d; }
  .button.sizelarge {
    height: 80px;
    padding: 0px 70px;
    font-size: 16px;
    line-height: 80px; }
  .button.sizesmall {
    height: 30px;
    padding: 0px 12px;
    font-size: 12px;
    line-height: 30px; }
  .button.maincolor {
    background-color: rgba(225, 225, 225, 0.1);
    color: #ffffff;
    border: 3px solid #fff; }
    .button.maincolor:hover {
      background-color: rgba(225, 225, 225, 0.3);
      color: #ffffff; }
  .button.subcolor {
    background-color: #ffffff;
    color: #0b258e;
    border: 3px solid #0b258e; }
    .button.subcolor:hover {
      background-color: #0b258e;
      color: #ffffff; }
  .button.full {
    width: 100%;
    text-align: center; }

input {
  -webkit-appearance: none; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  box-sizing: border-box; }

input:focus, textarea:focus {
  outline: none; }

input[type="submit"] {
  cursor: pointer; }

input[type="radio"] {
  float: left; }

input[type=text].input,
input[type=url].input,
input[type=tel].input,
input[type=number].input,
input[type=color].input,
input[type=passowrd].input,
input[type=email].input,
select.input {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0px;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857;
  padding: 0px 15px;
  width: 100%;
  font-family: Georgia, serif; }
  input[type=text].input.smallinput,
  input[type=url].input.smallinput,
  input[type=tel].input.smallinput,
  input[type=number].input.smallinput,
  input[type=color].input.smallinput,
  input[type=passowrd].input.smallinput,
  input[type=email].input.smallinput,
  select.input.smallinput {
    height: 25px;
    padding: 0 6px;
    font-size: 12px; }
  input[type=text].input.largeinput,
  input[type=url].input.largeinput,
  input[type=tel].input.largeinput,
  input[type=number].input.largeinput,
  input[type=color].input.largeinput,
  input[type=passowrd].input.largeinput,
  input[type=email].input.largeinput,
  select.input.largeinput {
    height: 40px;
    padding: 0 15px;
    font-size: 20px; }

select.input {
  -webkit-appearance: inherit; }

input[type=submit].input {
  width: 100%; }

textarea {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0px;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 200px;
  line-height: 1.42857;
  padding: 10px;
  width: 100%;
  font-family: Georgia, serif; }

textarea:focus,
input[type="text"].input:focus,
input[type="submit"].input:focus,
input[type="email"].input:focus,
select.input:focus {
  border: 1px solid #666;
  box-shadow: none;
  outline: 0 none;
  background: #f5f5f5;
  color: #333333; }

.chosen-container-single .chosen-single {
  height: 40px;
  border-radius: 0px;
  border: 1px solid #999;
  font-size: 14px;
  color: #555555;
  background-color: #fff;
  padding: 0px; }
  .chosen-container-single .chosen-single:focus {
    background-color: #f5f5f5; }

.chosen-container-single .chosen-single span {
  height: 40px;
  line-height: 40px; }

.chosen-container-single .chosen-single div {
  top: 2px; }

.chosen-container .chosen-results {
  padding: 0px;
  margin: 0px; }

.chosen-container .chosen-results li {
  padding: 0px 15px;
  margin: 0px; }

label.customradio.checked .customcheck {
  background-color: #0b258e;
  height: 16px;
  width: 16px;
  padding: 4px;
  border-radius: 26px;
  position: absolute;
  top: 2px;
  left: 2px; }

label.customradio {
  background-position: center right;
  background-repeat: no-repeat;
  width: 22px !important;
  height: 22px;
  display: inline-block;
  margin: 5px 40px 5px 0px;
  position: relative;
  background-color: white;
  border-radius: 26px;
  border: 1px solid #999; }
  label.customradio input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 1;
    left: 1;
    float: left; }
  label.customradio a {
    padding-left: 25px; }

.ui-tooltip, .arrow:after {
  background: #eeeeee;
  border: 2px solid #999999; }

.ui-tooltip {
  padding: 10px 20px;
  color: #333333;
  border-radius: 5px;
  font-size: 14px; }

.formwrap .error .input-message {
  display: block; }
.formwrap .error input[type=text].input,
.formwrap .error input[type=email].input,
.formwrap .error input[type=url].input,
.formwrap .error input[type=tel].input,
.formwrap .error input[type=number].input,
.formwrap .error input[type=color].input,
.formwrap .error input[type=passowrd].input,
.formwrap .error input[type=email].input {
  border: 1px solid red;
  background: #fff; }
.formwrap .input-message {
  display: none; }
  .formwrap .input-message p {
    margin: 0px;
    font-size: 13px;
    color: red; }
.formwrap .row {
  padding-top: 5px;
  padding-bottom: 5px; }

/**
 * Grid css
 *
 * All css goes here
*/
/*================================
Useful class
================================*/
.nopad {
  padding: 0px !important; }

.clearboth {
  clear: both;
  height: 1px; }

/*================================
General
================================*/
.section {
  width: 100%;
  float: left; }
  .section.secondary {
    background-color: #000000; }
  .section.primary {
    background-color: #f5f5f5; }

.row.gutter-small {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px; }
  .row.gutter-small > .bricks {
    padding-left: 5px;
    padding-right: 5px; }

.row.gutter-medium {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px; }
  .row.gutter-medium > .bricks {
    padding-left: 15px;
    padding-right: 15px; }

.row.gutter-large {
  overflow: hidden;
  margin-left: -40px;
  margin-right: -40px; }
  .row.gutter-large > .bricks {
    padding-left: 40px;
    padding-right: 40px; }

.bricks {
  float: left;
  display: block;
  min-height: 1px; }

.bricks.large-1 {
  width: 8.33333%; }

.bricks.large-2 {
  width: 16.66667%; }

.bricks.large-3 {
  width: 25%; }

.bricks.large-4 {
  width: 33.33333%; }

.bricks.large-5 {
  width: 41.66667%; }

.bricks.large-6 {
  width: 50%; }

.bricks.large-7 {
  width: 58.33333%; }

.bricks.large-8 {
  width: 66.66667%; }

.bricks.large-9 {
  width: 75%; }

.bricks.large-10 {
  width: 83.33333%; }

.bricks.large-11 {
  width: 91.66667%; }

.bricks.large-12 {
  width: 100%; }

@media (min-width: 1080px) {
  .container {
    width: 1000px;
    margin: 0px auto; }
    .container.xsmall {
      width: 450px; }
    .container.small {
      width: 770px; }
    .container.medium {
      width: 800px; } }
/* Portrait tablet to landscape and desktop */
@media (max-width: 1080px) {
  .container {
    overflow-x: hidden; } }
/* Landscape phone to portrait tablet */
@media (max-width: 720px) {
  .bricks.medium-1 {
    width: 8.33333%; }

  .bricks.medium-2 {
    width: 16.66667%; }

  .bricks.medium-3 {
    width: 25%; }

  .bricks.medium-4 {
    width: 33.33333%; }

  .bricks.medium-5 {
    width: 41.66667%; }

  .bricks.medium-6 {
    width: 50%; }

  .bricks.medium-7 {
    width: 58.33333%; }

  .bricks.medium-8 {
    width: 66.66667%; }

  .bricks.medium-9 {
    width: 75%; }

  .bricks.medium-10 {
    width: 83.33333%; }

  .bricks.medium-11 {
    width: 91.66667%; }

  .bricks.medium-12 {
    width: 100%; } }
/* Landscape phones and down */
@media (max-width: 480px) {
  .bricks.small-1 {
    width: 8.33333% !important; }

  .bricks.small-2 {
    width: 16.66667% !important; }

  .bricks.small-3 {
    width: 25% !important; }

  .bricks.small-4 {
    width: 33.33333% !important; }

  .bricks.small-5 {
    width: 41.66667% !important; }

  .bricks.small-6 {
    width: 50% !important; }

  .bricks.small-7 {
    width: 58.33333% !important; }

  .bricks.small-8 {
    width: 66.66667% !important; }

  .bricks.small-9 {
    width: 75% !important; }

  .bricks.small-10 {
    width: 83.33333% !important; }

  .bricks.small-11 {
    width: 91.66667% !important; }

  .bricks.small-12 {
    width: 100% !important; }

  .bricks {
    width: 100% !important; }

  .row.gutter-small, .row.gutter-medium, .row.gutter-large {
    margin-left: 0px;
    margin-right: 0px; }
    .row.gutter-small > .bricks, .row.gutter-medium > .bricks, .row.gutter-large > .bricks {
      padding-left: 0px;
      padding-right: 0px; }

  .section {
    padding-left: 20px !important;
    padding-right: 20px !important; }
    .section.navbar {
      padding-left: 0px !important;
      padding-right: 0px !important; } }
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding: 0px; }

/**
 * Font CSS
 *
 * All css goes here
*/
a {
  color: #0b258e;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  outline: 0 !important;
  font-size: 17px; }
  a:hover {
    color: #f3b01d; }
  a:active {
    outline: 0; }
  a:hover {
    outline: 0; }

p {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #666666;
  font-style: normal;
  font-size: 17px;
  line-height: 32px;
  margin: 15px 0; }

h1 {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  color: #333;
  font-style: normal;
  font-size: 42px;
  line-height: 40px;
  margin: 30px 0px; }

h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  color: #333333;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  margin: 30px 0px; }

h3, h3 a {
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  color: #000000;
  font-style: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 30px 0px 30px 0; }

h4 {
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  color: #333333;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  margin: 30px 0 30px 0; }

h5 {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #333333;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0; }

h6 {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  color: #999999;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  margin: 0; }

.success {
  background-color: #ecf4e6;
  color: #519217; }

/**
 * Basic CSS
 *
 * All css goes here
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #FFFFFF;
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  font-style: normal;
  line-height: 24px;
  margin: 0; }

img {
  border: 0;
  vertical-align: middle;
  width: 100%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

a {
  transition: all 0.5s ease; }

/*================================
Nav
================================*/
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

.nav-push {
  height: 70px;
  width: 100%; }

.navbar-toggle {
  border: 1px solid #ccc; }

.logo {
  background: url(/img/logo.png) no-repeat;
  height: 46px;
  width: 220px;
  max-width: 100%;
  float: left;
  margin-top: 13px; }

.navbar {
  height: 70px;
  background: rgba(64, 64, 64, 0.8);
  padding: 0px 0px 0px 30px; }

ul.navbar-nav {
  padding: 0px;
  float: right;
  margin: 0px; }
  ul.navbar-nav li {
    list-style-type: none;
    float: left;
    font-family: "futura-pt", sans-serif;
    margin-left: 15px;
    margin-right: 20px; }
    ul.navbar-nav li:hover a.mainli {
    color: #f3b01d;
}
    ul.navbar-nav li a {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      letter-spacing: 0.1em;
      font-size: 12px;
      padding: 24px 0px;
      display: block;
      transition: all 0.5s ease;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    ul.navbar-nav li.haschild {
      padding-right: 20px;
      cursor: pointer; }
      ul.navbar-nav li.haschild a {
        background: url("/img/ico_menudrop.png") right 33px no-repeat;
        padding-right: 18px; }
      ul.navbar-nav li.haschild ul {
        display: none;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        padding: 15px 0px;
        top: 72px; }
        ul.navbar-nav li.haschild ul li {
          display: block;
          float: none;
          margin: 0px; }
          ul.navbar-nav li.haschild ul li a {
            font-weight: 400;
            padding: 0px 20px;
            background: none; }
            ul.navbar-nav li.haschild ul li a:hover {
              color: #999; }
      ul.navbar-nav li.haschild.display ul {
        display: block; }
      ul.navbar-nav li.haschild.display a {
        background: url("/img/ico_menudrop_up.png") right 33px no-repeat; }

/*================================
Decoration
================================*/
.round-corner {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* future proofing */
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */ }

.shadow {
  -moz-box-shadow: 0 1px 3px rgba(200, 200, 200, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(200, 200, 200, 0.2);
  box-shadow: 0 1px 3px rgba(200, 200, 200, 0.2); }

/*================================
Slideshow
================================*/
.slideshow {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden; }
  .slideshow .img-wrap {
    height: 100%;
    width: 100%; }
    .slideshow .img-wrap .slides {
      height: 600px;
      width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
  .slideshow .next, .slideshow .prev {
    position: absolute;
    cursor: pointer;
    top: 45%;
    width: 42px;
    height: 71px;
    z-index: 1001; }
    .slideshow .next:hover, .slideshow .prev:hover {
      opacity: 0.6; }
  .slideshow .next {
    right: 40px;
    background-image: url(../img/slider-right-arrow.png); }
  .slideshow .prev {
    left: 40px;
    background-image: url(../img/slider-left-arrow.png); }

.alignholder {
  width: 100%; }
  .alignholder.left {
    text-align: left; }
  .alignholder.right {
    text-align: right; }
  .alignholder.center {
    text-align: center; }

/*================================
Responsive CSS
================================*/
/* Portrait tablet to landscape and desktop */
/* Portrait tablet to landscape and desktop */
@media (max-width: 1080px) {
  ul.navbar-nav {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    display: none; }
    ul.navbar-nav li {
      width: 100%;
      background: rgba(100, 100, 100, 0.9);
      margin: 0px;
      padding: 0px;
      border-bottom: 1px solid #666; }
      ul.navbar-nav li.haschild {
        padding: 0px; }
        ul.navbar-nav li.haschild a {
          margin-right: 30px; }
        ul.navbar-nav li.haschild.display ul {
          position: relative;
          float: left;
          width: 100%;
          top: 0;
          padding: 0px; }
          ul.navbar-nav li.haschild.display ul li {
            background: rgba(20, 20, 40, 0.5); }
            ul.navbar-nav li.haschild.display ul li a {
              padding: 10px 50px;
              background: none; }
      ul.navbar-nav li a.mainli {
        padding-left: 40px;
        padding-right: 40px; }
        ul.navbar-nav li a.mainli:hover {
          margin: 0px 30px 0px 0px; } }
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/**
 * Custom CSS
 *
 * All css goes here
 */
.donate {
  height: 70px;
  line-height: 70px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  color: #f3b01d;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0px 60px;
  float: right;
  margin-left: 40px;
  }

.donate:hover {
    background-color: #aaaaaa;
    color: #ffffff;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.10em; }
  h1 span {
    font-weight: 300; }
  h1.bigmargin {
    margin: 80px 0px; }
    h1.bigmargin.withsupport {
      margin: 50px 0px 30px; }

h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center; }
  h2 span {
    font-weight: 300; }

h3 {
  text-transform: uppercase; }
  h3#anchor1 {
    margin-top: 15px; }
  h3 a {
    color: #0b258e; }

h4.first {
  margin-top: 30px; }

a.mainlink {
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.15em;
  text-decoration: underline;
  padding: 15px 0px 0px;
  display: block; }
  a.mainlink:hover {
    text-decoration: none; }

p span {
  font-weight: 600;
  color: black; }
  p span.blue {
    color: #0b258e; }
p.h1support {
  color: #666;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin: 50px 0px 30px; }
p.description {
  font-size: 15px;
  line-height: 26px; }
p.supporttext {
  font-size: 16px !important;
  font-style: italic !important; }

.bullet ul {
  padding: 5px 50px 20px; }
  .bullet ul li {
    font-size: 17px;
    color: #666;
    padding: 6px 0px; }
.bullet a {
  font-size: 17px;
  text-decoration: underline; }

ul.sibarmenu {
  font-family: "futura-pt", sans-serif;
  color: #999;
  font-size: 16px;
  text-transform: uppercase;
  margin: 15px 0px;
  padding: 0px; }
  ul.sibarmenu.newsbar {
    margin: 0px; }
    ul.sibarmenu.newsbar li {
      color: #333; }
      ul.sibarmenu.newsbar li ul {
        padding-left: 20px; }
        ul.sibarmenu.newsbar li ul li:first-child {
          margin-top: 0; }
        ul.sibarmenu.newsbar li ul li a {
          color: #999;
          padding: 6px 0px; }
  ul.sibarmenu.fixed {
    position: fixed;
    top: 170px;
    z-index: 10; }
  ul.sibarmenu li {
    list-style-type: none;
    font-size: 13px; }
    ul.sibarmenu li:first-child {
      margin-top: 50px; }
    ul.sibarmenu li a {
      font-weight: 400;
      font-size: 13px;
      color: #666;
      padding: 11px 0px;
      display: block;
      line-height: 18px;
      letter-spacing: 0.02em; }
      ul.sibarmenu li a.current {
        font-weight: 600; }
      ul.sibarmenu li a:hover {
        margin-left: -5px; }

p.error, label.error {
  color: red;
  font-size: .8em;
  line-height: 2em; }

.index-block h3 a {
  font-weight: 600;
  color: black; }
  .index-block h3 a:hover {
    color: #0b258e;
    text-decoration: underline; }

.clearboth.clearshadow {
  height: 100px;
  background: url(/img/clearshadow.png) center center no-repeat; }

input {
  -webkit-appearance: none; }

ul.navbar-nav li {
  margin-right: 8px; }

ul.navbar-nav li.haschild ul {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); }

.section {
  padding-top: 80px;
  padding-bottom: 80px; }
  .section.navbar, .section.footer {
    padding-top: 0px;
    padding-bottom: 0px; }
  .section.footer {
    background: #222222;
    padding: 15px 0px; }
    .section.footer small {
      color: #999; }
    .section.footer a {
      color: #999;
      font-size: smaller; }
    .section.footer.large {
      background: #333333; }
      .section.footer.large ul.footerlinks {
        padding: 0px; }
        .section.footer.large ul.footerlinks li {
          list-style-type: none;
          clear: left; }
          .section.footer.large ul.footerlinks li input {
            height: 40px;
            width: 150px;
            border: 0px; }
          .section.footer.large ul.footerlinks li input.enteremail {
            background: #999;
            padding-left: 10px;
            font-family: Georgia, serif;
            color: #eee;
            font-size: 12px;
            margin: 5px 0px; }
            .section.footer.large ul.footerlinks li input.enteremail:focus {
              background: #666; }
            .section.footer.large ul.footerlinks li input.enteremail::-webkit-input-placeholder {
              color: #ccc; }
            .section.footer.large ul.footerlinks li input.enteremail:-moz-placeholder {
              /* Firefox 18- */
              color: #ccc; }
            .section.footer.large ul.footerlinks li input.enteremail::-moz-placeholder {
              /* Firefox 19+ */
              color: #ccc; }
            .section.footer.large ul.footerlinks li input.enteremail:-ms-input-placeholder {
              color: #ccc; }
          .section.footer.large ul.footerlinks li input.emailenter {
            background: black;
            border: 0px;
            padding-left: 10px;
            font-family: "futura-pt", sans-serif;
            color: #eee;
            font-size: 14px;
            margin: 5px 0px;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 0.03em; }
            .section.footer.large ul.footerlinks li input.emailenter:hover {
              opacity: 0.7; }
          .section.footer.large ul.footerlinks li.title {
            font-family: "futura-pt", sans-serif;
            text-transform: uppercase;
            color: #999;
            font-weight: 600;
            font-size: 13px; }
          .section.footer.large ul.footerlinks li a {
            color: white;
            font-family: Georgia, serif;
            font-size: 12px;
            font-weight: 300;
            padding: 3px 0px;
            display: block;
            transition: all 0.5s ease;
            text-transform: capitalize; }
            .section.footer.large ul.footerlinks li a:hover {
              color: #999; }
            .section.footer.large ul.footerlinks li a.facebook, .section.footer.large ul.footerlinks li a.instagram, .section.footer.large ul.footerlinks li a.twitter {
              width: 26px;
              height: 26px;
              display: block;
              float: left;
              margin-right: 10px;
              margin-bottom: 10px; }
              .section.footer.large ul.footerlinks li a.facebook:hover, .section.footer.large ul.footerlinks li a.instagram:hover, .section.footer.large ul.footerlinks li a.twitter:hover {
                opacity: 0.6; }
            .section.footer.large ul.footerlinks li a.facebook {
              background: url(/img/facebook.png); }
            .section.footer.large ul.footerlinks li a.instagram {
              background: url(/img/instagram.png); }
            .section.footer.large ul.footerlinks li a.twitter {
              background: url(/img/twitter.png); }
  .section.subnav {
    padding: 0px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background: white;
    z-index: 1000; }
    .section.subnav.fixed {
      position: fixed;
      top: 70px; }
    .section.subnav ul {
      padding: 0px;
      margin: 0px; }
      .section.subnav ul li {
        list-style-type: none;
        display: inline-block; }
        .section.subnav ul li a {
          display: block;
          font-family: "futura-pt", sans-serif;
          text-transform: uppercase;
          font-size: 13px;
          color: #333;
          padding: 18px 35px 13px;
          font-weight: 400;
          letter-spacing: 0.07em; }
          .section.subnav ul li a.current {
            border-bottom: 3px solid #0b258e; }
            .section.subnav ul li a.current:hover {
              border-bottom: 3px solid #0b258e; }
          .section.subnav ul li a:hover {
            border-bottom: 3px solid rgba(11, 37, 142, 0.5); }
  .section.header {
    padding-top: 140px;
    background: url(/img/mainphoto-index.jpg) no-repeat top center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important; }
    .section.header p {
      font-size: 20px;
      line-height: 28px;
      color: #fff;
		text-shadow: 1px 1px #333333;
      text-align: center;
      padding: 15px 35px; }
    .section.header h1 {
		text-shadow: 1px 1px #333333;
      color: white; }
      .section.header h1 span {
        font-size: 33px;
        font-weight: 300;
        display: block; }
    .section.header .button {
      margin: 40px; }
    .section.header .carousel-overlay {
      z-index: 8;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); }
    .section.header.about {
      background: url(/img/mainphoto-about.jpg) no-repeat center center; }
    .section.header.donation {
      background: url(/img/mainphoto-donate.jpg) no-repeat center center; }
    .section.header.student {
      background: url(/img/mainphoto-student.jpg) no-repeat top center; }
    .section.header.ourwork {
      background: url(/img/mainphoto-ourwork.jpg) no-repeat top center; }
    .section.header.volunteers {
      background: url(/img/mainphoto-volunteers.jpg) no-repeat top center; }
    .section.header.news {
      background: url(/img/mainphoto-news.jpg) no-repeat top center; }
    .section.header.singlecontent {
      padding-top: 50px; }

.slick-cloned .carousel-overlay {
  display: none; }

.gallerytile .bricks {
  margin-bottom: 10px; }
  .gallerytile .bricks .pictureholder {
    background: black;
    position: relative;
    cursor: pointer;
    display: block !important; }
    .gallerytile .bricks .pictureholder.instagram:before {
      background: url(/img/icon-instagram.png);
      width: 40px;
      height: 40px;
      content: '';
      display: block;
      position: absolute;
      top: 10px;
      right: 10px; }
    .gallerytile .bricks .pictureholder img:hover {
      opacity: 0.5; }
    .gallerytile .bricks .pictureholder:hover:after {
      background: url(/img/zoomicon.png);
      width: 40px;
      height: 38px;
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -19px;
      margin-left: -20px; }

.navigation {
  width: 100%;
  float: left; }
  .navigation.paging-navigation {
    display: none; }

.row.gutter-large > .bricks.flowanimation {
  padding-left: 180px; }
  .row.gutter-large > .bricks.flowanimation .flowcontent {
    padding-left: 60px;
    border-left: 2px solid #eee;
    position: relative; }
    .row.gutter-large > .bricks.flowanimation .flowcontent .studenticon {
      position: absolute;
      left: -41px;
      width: 75px;
      height: 75px;
      opacity: 1;
      display: block; }
      .row.gutter-large > .bricks.flowanimation .flowcontent .studenticon.fixed {
        position: fixed;
        top: 33.3333%;
        left: 50%;
        margin-left: -128px;
        z-index: 200;
        opacity: 1; }
      .row.gutter-large > .bricks.flowanimation .flowcontent .studenticon img {
        width: 100%;
        border-radius: 50%;
        border: 2px solid #ccc; }
    .row.gutter-large > .bricks.flowanimation .flowcontent .seasonwrap {
      position: relative; }
      .row.gutter-large > .bricks.flowanimation .flowcontent .seasonwrap .flowstep {
        border-top: 1px solid #cccccc;
        padding: 30px 0px; }
        .row.gutter-large > .bricks.flowanimation .flowcontent .seasonwrap .flowstep p {
          margin: 0px; }
        .row.gutter-large > .bricks.flowanimation .flowcontent .seasonwrap .flowstep img {
          margin-top: 20px; }
        .row.gutter-large > .bricks.flowanimation .flowcontent .seasonwrap .flowstep.dash {
          border-top: 1px dashed #cccccc; }
      .row.gutter-large > .bricks.flowanimation .flowcontent .seasonwrap span.progressicon {
        position: absolute;
        left: -100px;
        width: 75px;
        height: 75px;
        display: block;
        border: 3px solid #cccccc;
        border-radius: 50%;
        text-align: center;
        top: 38px;
        background: white;
        font-family: "futura-pt", sans-serif;
        text-transform: uppercase;
        color: #cccccc;
        line-height: 15px;
        padding: 22px 5px;
        font-size: 13px;
        letter-spacing: 0.05em;
        font-weight: 600; }
    .row.gutter-large > .bricks.flowanimation .flowcontent h3 {
      padding-bottom: 0; }

.mentor1, .mentor2 {
  width: 70px;
  height: 66px;
  position: absolute;
  top: 5px;
  display: none; }

.mentor1 {
  right: 85px;
  background: url(/img/icon_mentor.png); }

.mentor2 {
  right: 160px;
  background: url(/img/icon_advisor.png); }

.achivement {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 80px;
  display: none; }

.achivement1 {
  background: url(/img/icon_1.png);
  right: 90px; }

.achivement2 {
  background: url(/img/icon_2.png);
  right: 130px; }

.achivement3 {
  background: url(/img/icon_3.png);
  right: 170px; }

.achivement4 {
  background: url(/img/icon_4.png);
  right: 210px; }

.achivement5 {
  background: url(/img/icon_5.png);
  top: 120px;
  right: 90px; }

.achivement6 {
  background: url(/img/icon_6.png);
  top: 120px;
  right: 130px; }

.achivement7 {
  background: url(/img/icon_7.png);
  top: 120px;
  right: 170px; }

.achievement8 {
  background: url(/img/icon_8.png);
  top: 120px;
  right: 210px; }

.blogblock {
  border-bottom: 1px solid #eee;
  padding: 60px 0px 50px; }
  .blogblock:first-child {
    padding-top: 0px; }
  .blogblock:last-child {
    border-bottom: none; }
  .blogblock .posteddate {
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    color: #999;
    margin: 0px 0px 20px; }
    .blogblock .posteddate span {
      color: #999;
      font-weight: 300; }
    .blogblock .posteddate a {
      font-family: "futura-pt", sans-serif;
      font-size: 14px;
      color: #999;
      margin: 0px 5px 20px;
      font-weight: 200; }
  .blogblock p {
    margin: 20px 0px; }
  .blogblock h3 {
    margin: 0px; }
  .blogblock img {
    padding: 8px 15px 10px 0px;
    height: 110%;
    width: 110%; }
  .blogblock .mainlink {
    text-align: right; }
    .blogblock .mainlink.backlink {
      text-align: left;
      font-size: 14px; }
      .blogblock .mainlink.backlink:before {
        content: '';
        width: 10px;
        height: 10px;
        display: inline-block;
        background: url(/img/backarrow.png) no-repeat;
        margin-right: 7px; }

.inquiryrow {
  display: none; }
  .inquiryrow.display {
    display: block; }

.inquirybox {
  border: 1px solid #000;
  padding: 25px 30px;
  margin-top: 40px;
  position: relative; }
  .inquirybox h3.formtitle {
    margin: 5px 0px;
    font-size: 18px; }

a.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  right: -1px;
  border: 1px solid #000;
  display: block;
  background: url(/img/closeicon.png) center center no-repeat; }
  a.close:hover {
    top: 3px; }

.chapter .chaptercontent {
  width: auto;
  float: left;
  position: relative;
  padding-left: 70px;
  margin: 20px 0px; }
  .chapter .chaptercontent p {
    margin: 5px 0px; }
  .chapter .chaptercontent .chaptericon {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid #0b258e;
    color: #0b258e;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0; }

.button {
  line-height: 44px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0px 20px; }
  .button.subscribe {
    text-align: center;
    padding: 0px 20px !important; }
  .button.simple {
    border: none; }

.profile {
  margin: 20px 0px 30px; }
  .profile .circle {
    margin: 40px 0px; }
  .profile .title {
    font-style: italic; }

a.readmore {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #333; }
  a.readmore:hover {
    color: #999; }

.readmorewrap {
  font-family: "futura-pt", sans-serif;
  line-height: 24px;
  font-weight: 300; }

.name {
  font-size: 17px;
  font-weight: 400;
  color: #666;
  display: block;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif; }

.circle {
  border-radius: 50%;
  overflow: hidden; }

.pquote p:before {
  content: '“'; }

.pquote p:after {
  content: '”'; }

.circleicons {
  padding: 35px 0px;
  margin: 20px 0px; }
  .circleicons img {
    width: 140px; }

.onefifth {
  width: 20%; }

.address .name, .address p, .address a {
  font-family: "futura-pt", sans-serif;
  font-weight: 500; }
.address a {
  font-size: 17px; }

.donationoption {
  border: 1px solid #ccc;
  margin: 50px 0px;
  padding: 10px !important;
  position: relative;
}
  
  .donationoption h2 {
    font-weight: 300;
    text-transform: capitalize;
    font-size: 38px;
    letter-spacing: 0; }
  .donationoption .donationwrap {
    border: 1px solid #eee;
    padding: 20px; }
  .donationoption .button.blue {
    padding: 0px;
    width: 100%;
    margin: 20px 0px; }

.button.blue {
  background: #0b258e;
  color: white;
  border-color: #0b258e; }
  .button.blue:hover {
    background: #06175a;
    border-color: #06175a; }

.singledonors {
  margin: 8px 0px; }

.corporatedonors {
  padding-bottom: 30px; }
  .corporatedonors .imgwrap {
    padding-right: 30px;
    height: 60px; }

.quote {
  margin: 40px 0px; }
  .quote p {
    font-family: "futura-pt", sans-serif;
    font-size: 19px;
    line-height: 30px;
    color: #444444;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 40px;
    position: relative; }
    .quote p:before {
      content: open-quote;
      font-size: 70px;
      position: absolute;
      left: -5px;
      color: #ccc;
      font-family: Georgia, serif;
      top: 10px;
      font-weight: 300; }
    .quote p:after {
      content: "”";
      font-size: 70px;
      position: absolute;
      right: 20px;
      color: #ccc;
      font-family: Georgia, serif;
      bottom: -27px;
      font-weight: 300; }
  .quote .quoteby {
    padding-left: 40px;
    padding-right: 40px; }

.quoteby {
  font-size: 15px;
  width: 100%;
  font-style: italic;
  text-align: right;
  display: block; }

.profilewrap {
  margin-bottom: 50px;
  margin-top: 30px; }
  .profilewrap img {
    width: 100%;
    border-radius: 50%;
    border: 3px solid #ccc; }
  .profilewrap p {
    margin: 0px; }

.alert {
  background: #eee;
  padding: 20px;
  margin-bottom: 50px; }
  .alert p {
    font-family: "futura-pt", sans-serif;
    text-align: center;
    margin: 0px; }
    .alert p span {
      color: #990000;
      font-weight: 400;
      display: block; }

a.downloadreport {
  width: 100%;
  color: #666;
  padding: 10px 15px;
  text-transform: capitalize;
  border: 1px solid #ccc;
  display: block;
  margin: 5px 0px;
  font-weight: 200;
  background: white url(/img/icon-file.png) center right no-repeat; }
  a.downloadreport:hover {
    background: #eee url(/img/icon-file.png) center right no-repeat; }

.readmoremodal {
  display: none; }
  .readmoremodal .readmore-wrap {
    position: fixed;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 2000; }
  .readmoremodal .redmorecontent {
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    z-index: 2002;
    background: white;
    padding: 40px 70px;
    border: 1px solid #ccc; }

.mobilemenu {
  width: 24px;
  height: 22px;
  display: none;
  background: url(/img/mobile-menu.png);
  float: right;
  margin: 23px 0px; }

.successmessage {
  width: 200px;
  padding: 40px;
  border: 2px solid black;
  top: 50%;
  left: 50%;
  position: fixed;
  background: white;
  font-family: "futura-pt", sans-serif;
  text-align: center;
  font-size: 18px;
  display: none;
  margin-left: -100px; }

.call-to-action h2 {
  font-weight: 300; }
  .call-to-action h2 strong {
    font-weight: 600; }

/*================================
mmas form
================================*/
ul#mmas-sibar li a i {
  margin-left: 10px;
  color: green; }
ul#mmas-sibar li a.disabled {
  color: #ccc; }

.formblock {
  display: none; }
  .formblock.active {
    display: block; }
  .formblock input[type="checkbox"] {
    float: left;
    margin: 10px;
    font-size: 2em; }

input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  display: block; }

.upload-block {
  color: #8592c6;
  font-size: 32px;
  border: 1px solid #999;
  border-radius: 0px;
  padding: 20px;
  cursor: pointer;
  position: relative; }
  .upload-block span.fa-stack {
    float: left;
    margin-right: 20px; }
  .upload-block:hover {
    border: 1px solid #666;
    box-shadow: none;
    outline: 0 none;
    background: #f5f5f5; }
  .upload-block p {
    line-height: 55px; }
  .upload-block input[type="file"] {
    width: 100%;
    height: 100%; }

/*================================
Responsive CSS
================================*/
/* Portrait tablet to landscape and desktop */
/* Portrait tablet to landscape and desktop */
@media (max-width: 1080px) {
  .donate {
    margin-left: 20px; }

  .mobilemenu {
    display: block; }
    .mobilemenu :hover {
      opacity: 0.7; } }
/* Landscape phone to portrait tablet */
@media (max-width: 720px) {
  .donate {
    padding: 0px 30px; } }
/* Landscape phones and down */
@media (max-width: 480px) {
  .logo {
    width: 50px;
    margin-left: 20px; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

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