@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

button,
input,
select,
textarea {
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

.fixed-nav {
  position: fixed;
  left: 0;
  z-index: 20;
  background-color: #fff;
  box-shadow: 5px 8px 16px 0px rgba(0, 0, 0, 0.15);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 100%;
  bottom: 0; }
  @media (min-width: 970px) {
    .fixed-nav {
      padding: 30px 0;
      top: 108px;
      bottom: auto;
      left: 0;
      width: auto; } }
  .fixed-nav.open .current-position p {
    color: #e73e2e; }
  .fixed-nav.open .current-position svg {
    transform: rotate(45deg); }
  .fixed-nav.open .current-position .plus-svg {
    fill: #e73e2e; }
  .fixed-nav ul {
    list-style-type: none;
    overflow: hidden;
    height: 0; }
    @media (min-width: 970px) {
      .fixed-nav ul {
        height: auto; } }
  .fixed-nav a {
    color: #282828;
    font-size: 16px;
    line-height: 26px;
    padding-left: 60px;
    padding-right: 40px;
    text-decoration: none; }
  .fixed-nav li.active a {
    font-weight: bold; }
  .fixed-nav .current-position {
    position: relative; }
    @media (min-width: 970px) {
      .fixed-nav .current-position {
        display: none; } }
    .fixed-nav .current-position p {
      font-size: 14px;
      line-height: 16px;
      color: #494848;
      background-color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 18px 20px;
      margin: 0;
      box-shadow: 0 -3px 5px 0 rgba(90, 21, 21, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
      transition: color 0.25s ease-in; }
      .fixed-nav .current-position p:hover {
        cursor: pointer; }
    .fixed-nav .current-position svg {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 30px;
      margin-top: -7px;
      transition: transform 0.25s ease-in-out;
      transform: rotate(0deg); }
    .fixed-nav .current-position .plus-svg {
      transition: fill 0.25s ease-in-out; }

.about-us {
  overflow-x: hidden; }
  .about-us .heading {
    text-align: center;
    background-color: #007dc2;
    position: relative; }
    .about-us .heading h1 {
      color: #fff;
      font-size: 52px;
      line-height: 1;
      padding-top: 74px;
      padding-bottom: 110px;
      margin: 0;
      font-family: 'leitura'; }
      @media (min-width: 970px) {
        .about-us .heading h1 {
          font-size: 74px;
          padding-top: 84px;
          padding-bottom: 120px; } }
    .about-us .heading .bottom-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 42px;
      background-color: #006eab;
      box-shadow: 1px 3px 42px 0px rgba(0, 0, 0, 0.35); }
  .about-us .summary .cont-up {
    text-align: center;
    text-align: center;
    padding: 80px 40px 120px; }
    @media (min-width: 970px) {
      .about-us .summary .cont-up {
        padding: 150px 0 250px; } }
    .about-us .summary .cont-up blockquote {
      font-size: 20px;
      line-height: 32px;
      color: #282828;
      display: block;
      position: relative;
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
      padding: 0;
      border: none;
      font-family: 'leitura'; }
      @media (min-width: 970px) {
        .about-us .summary .cont-up blockquote {
          font-size: 33px;
          line-height: 48px;
          padding: 0 40px; } }
      .about-us .summary .cont-up blockquote:before {
        content: "“";
        display: block;
        position: absolute;
        opacity: 0.1;
        top: 12px;
        left: -38px;
        font-size: 100px;
        font-family: 'leitura'; }
        @media (min-width: 970px) {
          .about-us .summary .cont-up blockquote:before {
            top: 40px;
            left: -122px;
            font-size: 310px; } }
      .about-us .summary .cont-up blockquote:after {
        content: "“";
        display: block;
        position: absolute;
        opacity: 0.1;
        right: -28px;
        bottom: 14px;
        font-size: 100px;
        transform: rotate(180deg);
        font-family: 'leitura'; }
        @media (min-width: 970px) {
          .about-us .summary .cont-up blockquote:after {
            font-size: 310px;
            top: 0;
            right: -100px;
            bottom: auto; } }
    .about-us .summary .cont-up p {
      font-size: 12px;
      line-height: 2;
      color: #000; }
      @media (min-width: 970px) {
        .about-us .summary .cont-up p {
          font-size: 20px; } }
  .about-us .summary .cont-down {
    background-color: #007dc2; }
    .about-us .summary .cont-down img {
      display: block;
      position: relative;
      max-width: 100%;
      margin-top: -290px; }
      @media (max-width: 600px) {
        .about-us .summary .cont-down img {
          margin-left: 0px; } }
    .about-us .summary .cont-down .img-box {
      padding-top: 210px;
      padding-bottom: 116px; }
    .about-us .summary .cont-down .why-chess {
      position: relative;
      padding-top: 0;
      padding-bottom: 60px; }
      @media (min-width: 970px) {
        .about-us .summary .cont-down .why-chess {
          padding-top: 210px;
          padding-bottom: 116px; } }
      .about-us .summary .cont-down .why-chess:after {
        content: "";
        position: absolute;
        right: 0;
        top: -120px;
        background: url(../images/chess-piece-1.png) no-repeat 0 0;
        background-size: 80px 148px;
        width: 80px;
        height: 148px; }
        @media (min-width: 970px) {
          .about-us .summary .cont-down .why-chess:after {
            background-size: 150px 277px;
            width: 150px;
            height: 277px; } }
    .about-us .summary .cont-down h2 {
      font-size: 36px;
      line-height: 48px;
      margin-bottom: 20px;
      color: #fff;
      font-family: 'leitura'; }
      @media (min-width: 970px) {
        .about-us .summary .cont-down h2 {
          font-size: 46px;
          line-height: 72px;
          margin-bottom: 0; } }
    .about-us .summary .cont-down p {
      font-size: 18px;
      line-height: 30px;
      color: #fff;
      display: block;
      padding-left: 14px;
      position: relative;
      max-width: 480px;
      padding-top: 6px;
      padding-bottom: 10px; }
      @media (min-width: 970px) {
        .about-us .summary .cont-down p {
          padding-left: 54px; } }
    .about-us .summary .cont-down ul {
      list-style-type: disc !important; }
    .about-us .summary .cont-down li {
      font-size: 18px;
      line-height: 30px;
      color: #fff;
      padding-left: 0px;
      max-width: 436px;
      list-style-type: disc !important;
      list-style-position: outside;
      margin-bottom: 10px;
      margin-left: 36px; }
      @media (min-width: 970px) {
        .about-us .summary .cont-down li {
          margin-left: 73px;
          padding-left: 14px; } }
  .about-us .special-event {
    background-color: #fff;
    padding-bottom: 50px; }
    @media (min-width: 970px) {
      .about-us .special-event {
        padding-bottom: 120px; } }
    .about-us .special-event header {
      text-align: center;
      margin: 70px auto 0;
      max-width: 500px;
      z-index: 1; }
      .about-us .special-event header:after {
        content: none; }
      @media (min-width: 970px) {
        .about-us .special-event header {
          margin: 118px auto 0; } }
      .about-us .special-event header h3 {
        font-size: 38px;
        line-height: 48px;
        font-family: 'leitura'; }
        @media (min-width: 970px) {
          .about-us .special-event header h3 {
            font-size: 45px;
            line-height: 50px; } }
      .about-us .special-event header p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px; }
        @media (min-width: 970px) {
          .about-us .special-event header p {
            font-size: 26px;
            line-height: 38px; } }
        .about-us .special-event header p a {
          color: #007dc2; }
    .about-us .special-event .box-wrap {
      width: 100%;
      display: block;
      max-width: 724px;
      box-shadow: 8px 18px 48px 0px rgba(0, 0, 0, 0.27);
      margin: 0 auto 120px; }
      @media (min-width: 970px) {
        .about-us .special-event .box-wrap {
          margin: 0 auto 220px; } }
      .about-us .special-event .box-wrap:after {
        content: "";
        display: table;
        clear: both; }
      .about-us .special-event .box-wrap .img-box {
        width: 100%;
        float: left;
        min-height: 360px;
        background: url(../images/playing-chess.jpg) no-repeat 0 0;
        background-size: cover; }
        @media (min-width: 970px) {
          .about-us .special-event .box-wrap .img-box {
            width: 50%; } }
      .about-us .special-event .box-wrap .text-box {
        width: 100%;
        float: left;
        min-height: 360px;
        padding: 35px 20px; }
        @media (min-width: 970px) {
          .about-us .special-event .box-wrap .text-box {
            width: 50%;
            padding: 35px 40px; } }
        .about-us .special-event .box-wrap .text-box h4 {
          display: block;
          font-size: 22px;
          line-height: 1;
          margin-bottom: 16px; }
          @media (min-width: 970px) {
            .about-us .special-event .box-wrap .text-box h4 {
              display: inline-block; } }
        .about-us .special-event .box-wrap .text-box time {
          font-size: 22px;
          line-height: 1;
          color: #e73e2e;
          display: block;
          margin-bottom: 16px; }
          @media (min-width: 970px) {
            .about-us .special-event .box-wrap .text-box time {
              display: inline-block;
              margin-bottom: 0;
              float: right; } }
        .about-us .special-event .box-wrap .text-box p {
          padding-top: 28px;
          position: relative;
          box-shadow: inset 0px 1px 0px 0px #ccc;
          font-size: 15px;
          line-height: 23px;
          color: #747474; }
          @media (min-width: 970px) {
            .about-us .special-event .box-wrap .text-box p {
              padding-top: 38px; } }
        .about-us .special-event .box-wrap .text-box .btn-red, .about-us .special-event .box-wrap .text-box .btn-blue {
          color: #fff;
          background-color: #e73e2e;
          font-size: 20px;
          line-height: 1;
          padding: 16px;
          border-radius: 14px;
          width: 100%;
          box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.13), inset 0 -1px 1px rgba(0, 0, 0, 0.13);
          transition: background-color 0.25s ease-in-out; }
          .about-us .special-event .box-wrap .text-box .btn-red:hover, .about-us .special-event .box-wrap .text-box .btn-blue:hover {
            background-color: #da2a19; }
  .about-us .faq {
    background-color: #fada4f;
    padding-top: 52px;
    padding-bottom: 60px; }
    @media (min-width: 970px) {
      .about-us .faq {
        padding-top: 112px;
        padding-bottom: 170px; } }
    .about-us .faq h3 {
      font-size: 32px;
      line-height: 46px;
      color: #282828;
      text-align: center;
      margin-bottom: 40px;
      font-family: 'leitura'; }
      @media (min-width: 970px) {
        .about-us .faq h3 {
          font-size: 46px;
          line-height: 56px;
          margin-bottom: 60px; } }
  .about-us .sponsors {
    background-color: #fff;
    text-align: center;
    padding-bottom: 150px; }
    .about-us .sponsors img {
      max-width: 100%; }
    .about-us .sponsors h3 {
      color: #282828;
      font-size: 40px;
      margin: 145px 20px 50px;
      font-family: 'leitura'; }
    .about-us .sponsors .sponsor-list {
      margin-bottom: 80px; }
      @media (min-width: 970px) {
        .about-us .sponsors .sponsor-list {
          margin-bottom: 280px; } }
      .about-us .sponsors .sponsor-list li {
        display: inline-block;
        margin: 5px 100px 5px 0; }
      .about-us .sponsors .sponsor-list a {
        overflow: hidden;
        text-indent: -9000px;
        display: block;
        position: relative;
        width: 100px;
        height: 55px;
        margin: 20px auto; }
        .about-us .sponsors .sponsor-list a:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        .about-us .sponsors .sponsor-list a.github:after {
          background: url(../images/sponsors/github.png) no-repeat 0 0;
          background-size: 100px 55px;
          width: 100px;
          height: 55px; }
        .about-us .sponsors .sponsor-list a.rabit:after {
          background: url(../images/sponsors/rabit.png) no-repeat 0 0;
          background-size: 100px 55px;
          width: 100px;
          height: 55px; }
        .about-us .sponsors .sponsor-list a.angela:after {
          background: url(../images/sponsors/angela.png) no-repeat 0 0;
          background-size: 100px 55px;
          width: 100px;
          height: 55px; }
        .about-us .sponsors .sponsor-list a.qualia:after {
          background: url(../images/sponsors/qualia.png) no-repeat 0 0;
          background-size: 100px 55px;
          width: 100px;
          height: 55px; }
  .about-us .leadership {
    background-color: #007dc2;
    padding-bottom: 70px; }
    .about-us .leadership > .container {
      position: relative; }
      .about-us .leadership > .container:after {
        content: "";
        position: absolute;
        left: 0;
        top: -70px;
        background: url(../images/chess-piece-2.png) no-repeat 0 0;
        background-size: 80px 157px;
        width: 80px;
        height: 157px; }
        @media (min-width: 970px) {
          .about-us .leadership > .container:after {
            left: -154px;
            top: -120px;
            background-size: 154px 302px;
            width: 154px;
            height: 302px; } }
    .about-us .leadership h2 {
      margin: 0 auto;
      text-align: center;
      color: #fff;
      font-size: 20px;
      line-height: 40px;
      margin-top: 60px;
      margin-bottom: 66px;
      font-family: 'leitura'; }
      @media (min-width: 970px) {
        .about-us .leadership h2 {
          font-size: 23px;
          line-height: 50px;
          margin-top: 110px;
          margin-bottom: 86px; } }
      .about-us .leadership h2 strong {
        display: block;
        font-size: 30px;
        line-height: 40px; }
        @media (min-width: 970px) {
          .about-us .leadership h2 strong {
            display: block;
            font-size: 40px;
            line-height: 50px; } }
    .about-us .leadership .person-box {
      background-color: #ffffff;
      border-radius: 6px;
      margin-bottom: 30px;
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
      min-height: 196px; }
      .about-us .leadership .person-box .up {
        padding: 26px 36px 16px; }
        .about-us .leadership .person-box .up img {
          border-radius: 50em;
          display: inline-block;
          max-width: 100%;
          position: relative;
          max-width: 80px;
          margin-bottom: 20px; }
        .about-us .leadership .person-box .up img + .info-wrap {
          text-align: left;
          width: auto; }
        .about-us .leadership .person-box .up .info-wrap {
          display: inline-block;
          text-align: center;
          width: 100%; }
          .about-us .leadership .person-box .up .info-wrap h4 {
            font-size: 20px;
            line-height: 1;
            color: #010101; }
          .about-us .leadership .person-box .up .info-wrap p {
            font-size: 16px;
            line-height: 22px;
            color: #ca4235; }
      .about-us .leadership .person-box .down {
        padding: 26px 36px;
        background: url(../images/layer-faq.png) repeat-x 0 0; }
        .about-us .leadership .person-box .down p {
          font-size: 14px;
          line-height: 18px;
          color: #929292;
          text-align: center;
          margin-bottom: 0px; }
  .about-us .annual-reports {
    background-color: #fff; }
    .about-us .annual-reports > .container {
      position: relative;
      padding-left: 30px;
      padding-right: 40px; }
      .about-us .annual-reports > .container:after {
        content: "";
        position: absolute;
        top: -60px;
        right: 0;
        background: url(../images/chess-piece-3.png) no-repeat 0 0;
        background-size: 80px 130px;
        width: 80px;
        height: 130px; }
        @media (min-width: 970px) {
          .about-us .annual-reports > .container:after {
            top: -48px;
            right: -165px;
            background-size: 165px 268px;
            width: 165px;
            height: 268px; } }
    .about-us .annual-reports h3 {
      font-size: 20px;
      line-height: 45px;
      color: #ca4235;
      text-align: center;
      margin-top: 80px;
      margin-bottom: 40px;
      font-family: 'leitura'; }
      @media (min-width: 970px) {
        .about-us .annual-reports h3 {
          margin-top: 110px; } }
      .about-us .annual-reports h3 strong {
        display: block;
        font-size: 32px;
        color: #282828; }
        @media (min-width: 970px) {
          .about-us .annual-reports h3 strong {
            font-size: 36px; } }
    .about-us .annual-reports .box-pdf {
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 970px) {
        .about-us .annual-reports .box-pdf {
          margin-bottom: 0; } }
      .about-us .annual-reports .box-pdf a {
        position: relative;
        display: block; }
        .about-us .annual-reports .box-pdf a:before {
          content: '';
          display: block;
          background: url(../images/pdf-ico.png) no-repeat 0 0;
          background-size: 150px 150px;
          width: 150px;
          height: 150px;
          margin: 0 auto 26px; }
      .about-us .annual-reports .box-pdf dt {
        font-size: 18px;
        line-height: 1;
        color: #010101;
        margin-bottom: 6px; }
      .about-us .annual-reports .box-pdf dd {
        font-size: 16px;
        line-height: 24px;
        color: #929292; }

.panel-group .panel .panel-heading {
  color: #000;
  padding: 0;
  background-color: #ffffff; }
  .panel-group .panel .panel-heading a {
    font-size: 14px;
    line-height: 22px;
    flex: 1;
    align-self: center;
    display: flex;
    align-items: center;
    padding: 30px 30px 30px 0;
    position: relative;
    text-decoration: none; }
    @media (min-width: 970px) {
      .panel-group .panel .panel-heading a {
        font-size: 20px;
        padding: 42px 90px 30px 0; } }
    .panel-group .panel .panel-heading a:hover, .panel-group .panel .panel-heading a:focus {
      text-decoration: none; }
      .panel-group .panel .panel-heading a:hover span, .panel-group .panel .panel-heading a:focus span {
        color: #e73e2e; }
    .panel-group .panel .panel-heading a:after {
      content: '';
      display: block;
      position: absolute;
      right: 12px;
      top: 50%;
      z-index: 2;
      width: 10px;
      height: 10px;
      margin-top: -7px;
      border-top: 1px solid #565656;
      border-left: 1px solid #565656;
      cursor: pointer;
      transform: rotate(45deg);
      transition: transform 0.25s ease-in-out; }
      @media (min-width: 970px) {
        .panel-group .panel .panel-heading a:after {
          right: 56px;
          top: 56px;
          width: 20px;
          height: 20px;
          margin-top: 0; } }
    .panel-group .panel .panel-heading a.collapsed:after {
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg);
      transition: transform 0.25s ease-in-out; }
    .panel-group .panel .panel-heading a span {
      display: inline-block;
      color: #dedcdc;
      margin-right: 10px;
      margin-left: 12px;
      font-size: 24px;
      line-height: 40px;
      vertical-align: middle;
      align-self: center;
      transition: color 0.2s ease-in; }
      @media (min-width: 970px) {
        .panel-group .panel .panel-heading a span {
          margin-right: 35px;
          margin-left: 42px;
          font-size: 35px;
          line-height: 60px; } }

.panel-group .panel .panel-collapse .panel-body {
  color: #747474;
  padding: 20px 30px 20px 40px;
  font-size: 14px;
  line-height: 26px;
  background: url(../images/layer-faq.png) repeat-x 0 0; }
  @media (min-width: 970px) {
    .panel-group .panel .panel-collapse .panel-body {
      font-size: 15px;
      padding: 40px 60px 50px 100px;
      position: relative; } }
  .panel-group .panel .panel-collapse .panel-body ul {
    margin-bottom: 20px; }
  .panel-group .panel .panel-collapse .panel-body li {
    font-size: 15px;
    color: #747474;
    margin: 0px;
    list-style-type: disc !important;
    margin-left: 19px; }
  .panel-group .panel .panel-collapse .panel-body span {
    display: inline-block;
    margin-right: 10px;
    margin-left: 12px;
    font-size: 24px;
    line-height: 40px;
    color: #e73e2e;
    vertical-align: middle;
    position: absolute;
    left: 2px;
    top: 115px; }
    @media (min-width: 970px) {
      .panel-group .panel .panel-collapse .panel-body span {
        margin-right: 35px;
        margin-left: 42px;
        font-size: 35px;
        line-height: 60px;
        left: 0;
        top: 30px; } }

.leadership #advisors .person-box {
  min-height: auto; }

.align_w {
  display: table;
  height: 100%;
  width: 100%; }
  .align_w .align_m {
    display: table-cell;
    vertical-align: middle; }

.bg_var_1 {
  position: relative;
  background: #007dc2; }
  .bg_var_1 h2 {
    color: #FFF; }
  .bg_var_1 p {
    color: #FFF; }

.bg_var_2 {
  position: relative;
  background: #FFF; }

.bg_var_3 {
  position: relative;
  background: #fada4f; }

.bg_var_mix_1 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 50%, #fada4f 50%, #fada4f 100%);
  background: -webkit-linear-gradient(top, #ffffff 1%, #ffffff 50%, #fada4f 50%, #fada4f 100%);
  background: linear-gradient(to bottom, #ffffff 1%, #ffffff 50%, #fada4f 50%, #fada4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fada4f',GradientType=0 ); }

.bg_var_mix_2 {
  position: relative;
  background: #ffffff;
  background: -moz-linear-gradient(bottom, #ffffff 1%, #ffffff 50%, #fada4f 50%, #fada4f 100%);
  background: -webkit-linear-gradient(bottom, #ffffff 1%, #ffffff 50%, #fada4f 50%, #fada4f 100%);
  background: linear-gradient(to top, #ffffff 1%, #ffffff 50%, #fada4f 50%, #fada4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fada4f', endColorstr='#ffffff',GradientType=0 ); }

.bg_var_mix_3 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 50%, #007dc2 50%, #007dc2 100%);
  background: -webkit-linear-gradient(top, #ffffff 1%, #ffffff 50%, #007dc2 50%, #007dc2 100%);
  background: linear-gradient(to bottom, #ffffff 1%, #ffffff 50%, #007dc2 50%, #007dc2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007dc2',GradientType=0 ); }

.bg_var_mix_4 {
  background: #007dc2;
  background: -moz-linear-gradient(top, #007dc2 1%, #007dc2 93%, #0070ad 100%);
  background: -webkit-linear-gradient(top, #007dc2 1%, #007dc2 93%, #0070ad 100%);
  background: linear-gradient(to bottom, #007dc2 1%, #007dc2 93%, #0070ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dc2', endColorstr='#0070ad',GradientType=0 ); }

.bg_var_mix_5 {
  background: #ffffff;
  background: -moz-linear-gradient(bottom, #ffffff 1%, #ffffff 50%, #007dc2 50%, #007dc2 100%);
  background: -webkit-linear-gradient(bottom, #ffffff 1%, #ffffff 50%, #007dc2 50%, #007dc2 100%);
  background: linear-gradient(to top, #ffffff 1%, #ffffff 50%, #007dc2 50%, #007dc2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007dc2',GradientType=0 ); }

.border_var_1 {
  border-bottom: none; }

.shadow {
  -webkit-box-shadow: 16px 12px 25px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 16px 12px 25px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 16px 12px 25px 0px rgba(0, 0, 0, 0.26); }

.btn-red, .btn-blue {
  display: block;
  width: 100%;
  max-width: 400px;
  background: #E73E2E;
  border-radius: 10px;
  margin: auto auto;
  text-align: center;
  -webkit-box-shadow: 16px 12px 58px -21px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 16px 12px 58px -21px rgba(0, 0, 0, 0.26);
  box-shadow: 16px 12px 58px -21px rgba(0, 0, 0, 0.26);
  color: #FFF;
  font-size: 22px;
  height: 53px;
  line-height: 53px;
  text-decoration: none;
  padding: 0 !important;
  text-transform: capitalize; }
  .btn-red:hover, .btn-blue:hover {
    text-decoration: none;
    background: #be1f10;
    color: #fff; }
  .btn-red:visited, .btn-blue:visited, .btn-red:active, .btn-blue:active, .btn-red:focus, .btn-blue:focus {
    color: #FFF;
    text-decoration: none;
    outline: none; }

.btn-blue {
  background: #0070ad; }
  .btn-blue:hover {
    background: #00598a; }

h3 {
  font-size: 46px;
  margin-bottom: 40px;
  font-family: 'leitura'; }

header {
  z-index: 10; }

.col-1-5 {
  width: 20%;
  float: left;
  padding: 0 15px; }
  @media (max-width: 768px) {
    .col-1-5 {
      width: 100%; } }

#page-intro {
  height: 33vh;
  width: 100%;
  display: table;
  text-align: center; }
  @media (max-width: 980px) {
    #page-intro {
      height: auto;
      padding: 120px 0 30px; } }
  #page-intro h1 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 52px;
    font-family: 'leitura'; }
    @media (min-width: 970px) {
      #page-intro h1 {
        font-size: 60px; } }

.add-text {
  padding: 100px 0; }
  .add-text p {
    font-size: 18px; }

@media (min-width: 768px) {
  .box {
    display: flex; } }

.box img {
  width: 100%; }

.box .half {
  width: 50%;
  float: left;
  background: #FFF;
  min-height: 374px; }
  @media (max-width: 768px) {
    .box .half {
      width: 100%;
      float: none; } }

.box .post {
  padding: 20px 36px;
  position: relative; }
  .box .post .btn-red, .box .post .btn-blue {
    position: absolute;
    width: calc(100% - 72px);
    bottom: 30px; }
  .box .post header {
    border-bottom: 1px solid #CCC;
    padding-bottom: 12px;
    margin: 0 0 18px;
    text-align: left;
    max-width: 100%;
    z-index: 2; }
    .box .post header:after {
      content: none !important;
      display: none !important; }
  .box .post p {
    font-size: 15px; }
    .box .post p a {
      color: #007dc2; }
  .box .post h2 {
    color: #000;
    font-size: 22px !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important; }
  .box .post .text {
    font-size: 15px;
    line-height: 23px; }
    .box .post .text p {
      color: #747474;
      margin-bottom: 15px; }
    @media (max-width: 970px) {
      .box .post .text {
        margin-bottom: 20px; } }
  .box .post .date {
    color: #E73E2E;
    font-size: 12px;
    display: block;
    line-height: 16px; }

.donate-other .box .post .text p {
  font-size: 12px; }

.post-img {
  text-align: center; }
  .post-img img {
    max-width: 100%; }
  .post-img a {
    display: block;
    height: 100%; }
  @media (max-width: 768px) {
    .post-img {
      display: none; } }

.slider .box {
  margin-bottom: 20px !important; }

body.events {
  padding: 0; }

.events {
  padding: 100px 0 40px;
  position: relative;
  /*@media (min-width: 970px) {
        &:after {
            content: "";
            position: absolute;
            right: 100px;
            top: 75px;
            background: url(../images/chess-piece-3.png) no-repeat 0 0;
            background-size: 150px 277px;
            width: 150px;
            height: 277px;
        }
    }*/ }
  .events .btn-red, .events .btn-blue {
    font-size: 20px; }
    @media (min-width: 768px) {
      .events .btn-red, .events .btn-blue {
        position: absolute;
        width: calc(100% - 80px);
        bottom: 30px; } }

.quick-donate {
  padding: 100px 0 0; }
  .quick-donate .btn-red, .quick-donate .btn-blue {
    margin: 30px auto; }

.donate-forms {
  padding: 60px 0 100px; }
  .donate-forms .cont {
    height: 53px;
    margin-bottom: 25px; }
    .donate-forms .cont span {
      float: left;
      line-height: 28px;
      font-size: 18px;
      margin-left: 70px;
      min-height: 53px; }
      @media (min-width: 1200px) {
        .donate-forms .cont span {
          line-height: 53px; } }
  .donate-forms h3 {
    margin-bottom: 70px; }
  .donate-forms input[type=text], .donate-forms textarea, .donate-forms input[type=email], .donate-forms #contact-form textarea, #contact-form .donate-forms textarea, .donate-forms #contact-form input[type=email], #contact-form .donate-forms input[type=email] {
    width: 100%;
    border-radius: 15px;
    height: 53px;
    outline: none;
    border: 1px solid #CCC;
    font-size: 18px;
    padding: 10px;
    color: #000;
    margin-bottom: 25px; }
    .donate-forms input[type=text]::-webkit-input-placeholder, .donate-forms textarea::-webkit-input-placeholder, .donate-forms input[type=email]::-webkit-input-placeholder, .donate-forms #contact-form textarea::-webkit-input-placeholder, #contact-form .donate-forms textarea::-webkit-input-placeholder, .donate-forms #contact-form input[type=email]::-webkit-input-placeholder, #contact-form .donate-forms input[type=email]::-webkit-input-placeholder {
      color: #000;
      font-size: 18px; }
    .donate-forms input[type=text]:-moz-placeholder, .donate-forms textarea:-moz-placeholder, .donate-forms input[type=email]:-moz-placeholder, .donate-forms #contact-form textarea:-moz-placeholder, #contact-form .donate-forms textarea:-moz-placeholder, .donate-forms #contact-form input[type=email]:-moz-placeholder, #contact-form .donate-forms input[type=email]:-moz-placeholder {
      color: #000;
      opacity: 1;
      font-size: 18px; }
    .donate-forms input[type=text]::-moz-placeholder, .donate-forms textarea::-moz-placeholder, .donate-forms input[type=email]::-moz-placeholder, .donate-forms #contact-form textarea::-moz-placeholder, #contact-form .donate-forms textarea::-moz-placeholder, .donate-forms #contact-form input[type=email]::-moz-placeholder, #contact-form .donate-forms input[type=email]::-moz-placeholder {
      color: #000;
      font-size: 18px;
      opacity: 1; }
    .donate-forms input[type=text]:-ms-input-placeholder, .donate-forms textarea:-ms-input-placeholder, .donate-forms input[type=email]:-ms-input-placeholder, .donate-forms #contact-form textarea:-ms-input-placeholder, #contact-form .donate-forms textarea:-ms-input-placeholder, .donate-forms #contact-form input[type=email]:-ms-input-placeholder, #contact-form .donate-forms input[type=email]:-ms-input-placeholder {
      color: #000;
      font-size: 18px; }
    .donate-forms input[type=text]::-ms-input-placeholder, .donate-forms textarea::-ms-input-placeholder, .donate-forms input[type=email]::-ms-input-placeholder, .donate-forms #contact-form textarea::-ms-input-placeholder, #contact-form .donate-forms textarea::-ms-input-placeholder, .donate-forms #contact-form input[type=email]::-ms-input-placeholder, #contact-form .donate-forms input[type=email]::-ms-input-placeholder {
      color: #000;
      font-size: 18px; }
  .donate-forms select {
    width: 100%;
    border-radius: 15px;
    height: 53px;
    outline: none;
    border: 1px solid #CCC;
    font-size: 18px;
    padding: 10px;
    color: #000;
    margin-bottom: 25px; }
    .donate-forms select::-webkit-input-placeholder {
      color: #000;
      font-size: 18px; }
    .donate-forms select:-moz-placeholder {
      color: #000;
      opacity: 1;
      font-size: 18px; }
    .donate-forms select::-moz-placeholder {
      color: #000;
      font-size: 18px;
      opacity: 1; }
    .donate-forms select:-ms-input-placeholder {
      color: #000;
      font-size: 18px; }
    .donate-forms select::-ms-input-placeholder {
      color: #000;
      font-size: 18px; }
    .donate-forms select option {
      border-radius: 15px; }
  .donate-forms input[type=checkbox] {
    width: 0px;
    height: 0px;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }
  .donate-forms input[type=checkbox]:after {
    content: " ";
    cursor: pointer;
    font-size: 28px;
    background-color: #FFF;
    display: block;
    width: 53px;
    height: 53px;
    border: 1px solid #DDD;
    text-align: center;
    line-height: 53px;
    border-radius: 15px;
    margin-top: -4px; }
  .donate-forms input[type=checkbox]:checked:after {
    content: "\2714"; }
  .donate-forms textarea {
    height: 180px; }
  .donate-forms input[type=submit] {
    outline: none;
    border: none;
    position: absolute;
    z-index: 10;
    bottom: -88px;
    width: calc(100% - 30px);
    max-width: 100%; }

.donate-other {
  padding: 100px 0; }
  @media (min-width: 970px) {
    .donate-other:after {
      content: "";
      position: absolute;
      left: 100px;
      top: -110px;
      background: url(../images/chess-piece-1.png) no-repeat 0 0;
      background-size: 150px 277px;
      width: 150px;
      height: 277px; } }
  .donate-other p {
    color: #FFF;
    font-size: 15px;
    margin-bottom: 60px; }
  .donate-other h3 {
    color: #FFF;
    margin-bottom: 60px; }
  .donate-other .container {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (max-width: 768px) {
      .donate-other .container {
        padding-top: 20px;
        padding-bottom: 20px; } }

.donate-more {
  padding: 80px 0 160px; }
  .donate-more p {
    font-size: 15px;
    margin-bottom: 60px; }

.accord {
  border-radius: 10px;
  background: #FFF;
  margin-bottom: 20px; }
  .accord .top {
    font-size: 20px;
    padding: 40px 100px;
    -webkit-box-shadow: 0px 24px 77px -21px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 24px 77px -21px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 24px 77px -21px rgba(0, 0, 0, 0.26);
    cursor: pointer;
    position: relative; }
    .accord .top .arrow {
      position: absolute;
      right: 80px;
      top: 45px;
      transition: all .3s ease; }
    .accord .top.open .arrow {
      transform: rotateZ(180deg); }
  .accord .bottom {
    display: none;
    padding: 40px 100px; }
    .accord .bottom p {
      font-size: 15px;
      margin-bottom: 20px; }

@media (min-width: 970px) {
  #fixed-nav {
    transform: translateX(-190px);
    transition: all .5s ease;
    z-index: 30;
    width: 190px; }
    #fixed-nav:hover {
      transform: translateX(0px); }
      #fixed-nav:hover:after {
        content: "\25C0"; }
    #fixed-nav:after {
      display: block;
      content: "\25B6";
      font-size: 20px;
      width: 40px;
      height: 40px;
      position: absolute;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      top: 0;
      right: -38px;
      background: #FFF;
      text-align: center;
      line-height: 40px;
      color: #007dc2;
      box-shadow: 10px 0px 16px 0px rgba(0, 0, 0, 0.15); } }

#contact-form input[type=text], #contact-form .donate-forms textarea, .donate-forms #contact-form textarea, #contact-form textarea, #contact-form input[type=email] {
  width: 100%;
  border-radius: 15px;
  height: 53px;
  outline: none;
  border: 1px solid #CCC;
  font-size: 18px;
  padding: 10px;
  color: #000;
  margin-bottom: 25px; }
  #contact-form input[type=text]::-webkit-input-placeholder, #contact-form .donate-forms textarea::-webkit-input-placeholder, .donate-forms #contact-form textarea::-webkit-input-placeholder, #contact-form textarea::-webkit-input-placeholder, #contact-form input[type=email]::-webkit-input-placeholder {
    color: #000;
    font-size: 18px; }
  #contact-form input[type=text]:-moz-placeholder, #contact-form .donate-forms textarea:-moz-placeholder, .donate-forms #contact-form textarea:-moz-placeholder, #contact-form textarea:-moz-placeholder, #contact-form input[type=email]:-moz-placeholder {
    color: #000;
    opacity: 1;
    font-size: 18px; }
  #contact-form input[type=text]::-moz-placeholder, #contact-form .donate-forms textarea::-moz-placeholder, .donate-forms #contact-form textarea::-moz-placeholder, #contact-form textarea::-moz-placeholder, #contact-form input[type=email]::-moz-placeholder {
    color: #000;
    font-size: 18px;
    opacity: 1; }
  #contact-form input[type=text]:-ms-input-placeholder, #contact-form .donate-forms textarea:-ms-input-placeholder, .donate-forms #contact-form textarea:-ms-input-placeholder, #contact-form textarea:-ms-input-placeholder, #contact-form input[type=email]:-ms-input-placeholder {
    color: #000;
    font-size: 18px; }
  #contact-form input[type=text]::-ms-input-placeholder, #contact-form .donate-forms textarea::-ms-input-placeholder, .donate-forms #contact-form textarea::-ms-input-placeholder, #contact-form textarea::-ms-input-placeholder, #contact-form input[type=email]::-ms-input-placeholder {
    color: #000;
    font-size: 18px; }

#contact-form textarea {
  height: 180px; }

#contact-form input[type=submit] {
  outline: none;
  border: none;
  z-index: 10;
  width: calc(100% - 30px);
  max-width: 100%;
  margin-top: 40px; }
