/*
*
* main.css generated from main.less
*
*/
/*! normalize.css v3.0.3 | 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'social';
  src: url('../fonts/social.eot?58692246');
  src: url('../fonts/social.eot?58692246#iefix') format('embedded-opentype'), url('../fonts/social.woff2?58692246') format('woff2'), url('../fonts/social.woff?58692246') format('woff'), url('../fonts/social.ttf?58692246') format('truetype'), url('../fonts/social.svg?58692246#social') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'social';
    src: url('../font/social.svg?58692246#social') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "social";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-behance:before {
  content: '\e800';
}
/* '' */
.icon-behance-squared:before {
  content: '\e801';
}
/* '' */
.icon-codeopen:before {
  content: '\e802';
}
/* '' */
.icon-connectdevelop:before {
  content: '\e803';
}
/* '' */
.icon-delicious:before {
  content: '\e804';
}
/* '' */
.icon-deviantart:before {
  content: '\e805';
}
/* '' */
.icon-digg:before {
  content: '\e806';
}
/* '' */
.icon-dribbble:before {
  content: '\e807';
}
/* '' */
.icon-facebook:before {
  content: '\e808';
}
/* '' */
.icon-facebook-squared:before {
  content: '\e809';
}
/* '' */
.icon-facebook-official:before {
  content: '\e80a';
}
/* '' */
.icon-flickr:before {
  content: '\e80b';
}
/* '' */
.icon-foursquare:before {
  content: '\e80c';
}
/* '' */
.icon-google:before {
  content: '\e80d';
}
/* '' */
.icon-gplus:before {
  content: '\e80e';
}
/* '' */
.icon-gplus-squared:before {
  content: '\e80f';
}
/* '' */
.icon-instagram:before {
  content: '\e810';
}
/* '' */
.icon-lastfm:before {
  content: '\e811';
}
/* '' */
.icon-lastfm-squared:before {
  content: '\e812';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\e813';
}
/* '' */
.icon-linkedin:before {
  content: '\e814';
}
/* '' */
.icon-youtube:before {
  content: '\e815';
}
/* '' */
.icon-youtube-squared:before {
  content: '\e816';
}
/* '' */
.icon-youtube-play:before {
  content: '\e817';
}
/* '' */
.icon-yelp:before {
  content: '\e818';
}
/* '' */
.icon-yahoo:before {
  content: '\e819';
}
/* '' */
.icon-xing-squared:before {
  content: '\e81a';
}
/* '' */
.icon-xing:before {
  content: '\e81b';
}
/* '' */
.icon-vimeo-squared:before {
  content: '\e81c';
}
/* '' */
.icon-twitter:before {
  content: '\e81d';
}
/* '' */
.icon-twitter-squared:before {
  content: '\e81e';
}
/* '' */
.icon-tumblr-squared:before {
  content: '\e81f';
}
/* '' */
.icon-tumblr:before {
  content: '\e820';
}
/* '' */
.icon-stumbleupon-circled:before {
  content: '\e821';
}
/* '' */
.icon-stumbleupon:before {
  content: '\e822';
}
/* '' */
.icon-steam-squared:before {
  content: '\e823';
}
/* '' */
.icon-steam:before {
  content: '\e824';
}
/* '' */
.icon-pinterest:before {
  content: '\e825';
}
/* '' */
.icon-pinterest-circled:before {
  content: '\e826';
}
/* '' */
.icon-pinterest-squared:before {
  content: '\e827';
}
/* '' */
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on April 23, 2016 */
@font-face {
  font-family: 'kelson_sans_rubold';
  src: url('../fonts/kelson_sans_bold_ru-webfont.eot');
  src: url('../fonts/kelson_sans_bold_ru-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/kelson_sans_bold_ru-webfont.woff2') format('woff2'), url('../fonts/kelson_sans_bold_ru-webfont.woff') format('woff'), url('../fonts/kelson_sans_bold_ru-webfont.ttf') format('truetype'), url('../fonts/kelson_sans_bold_ru-webfont.svg#kelson_sans_rubold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kelson_sans_rulight';
  src: url('../fonts/kelson_sans_light_ru-webfont.eot');
  src: url('../fonts/kelson_sans_light_ru-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/kelson_sans_light_ru-webfont.woff2') format('woff2'), url('../fonts/kelson_sans_light_ru-webfont.woff') format('woff'), url('../fonts/kelson_sans_light_ru-webfont.ttf') format('truetype'), url('../fonts/kelson_sans_light_ru-webfont.svg#kelson_sans_rulight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kelson_sans_ruregular';
  src: url('../fonts/kelson_sans_regular_ru-webfont.eot');
  src: url('../fonts/kelson_sans_regular_ru-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/kelson_sans_regular_ru-webfont.woff2') format('woff2'), url('../fonts/kelson_sans_regular_ru-webfont.woff') format('woff'), url('../fonts/kelson_sans_regular_ru-webfont.ttf') format('truetype'), url('../fonts/kelson_sans_regular_ru-webfont.svg#kelson_sans_ruregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  font: 16px/1.79 'kelson_sans_ruregular', Arial, sans-serif;
  color: #000000;
  background: #ffffff;
}
img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 15px;
}
a {
  color: #f7941e;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/**/
.site-header {
  background: rgba(51, 51, 51, 0.95);
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  padding: 50px 10px 50px 50px;
  width: 227px;
  z-index: 10;
}
.site-header .logo img {
  display: block;
}
.site-header .main-navigation {
  margin-top: 42px;
  font-size: 15px;
  letter-spacing: .18em;
  text-transform: uppercase;
  line-height: 2.333em;
  font-family: 'kelson_sans_rubold';
}
.site-header .main-navigation ul {
  margin: 0;
  padding: 0;
}
.site-header .main-navigation ul li {
  list-style: none;
  margin: 0;
  padding: 1px 0;
}
.site-header .main-navigation ul li a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  padding: 0 5px 0 0;
}
.site-header .main-navigation ul li a:hover {
  background: #f7941e;
  color: #000000;
  padding-left: 7px;
}
.site-header .main-navigation ul li.current-menu-item a {
  background: #f7941e;
  color: #000000;
  padding-left: 7px;
}
.site-header .home-nav-btn {
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  padding: 10px;
  background: transparent;
  position: relative;
  border: none;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header .home-nav-btn .buns {
  width: 30px;
  height: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  color: #fff;
  display: block;
}
.site-header .home-nav-btn .buns:after {
  content: '';
  width: 20px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.site-header .home-nav-btn .buns span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-10px) translateZ(0);
  transform: translateY(-10px) translateZ(0);
  -webkit-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.site-header .home-nav-btn .buns span:last-child {
  top: 10px;
  -webkit-transform: translateY(-1px) translateZ(0);
  transform: translateY(-1px) translateZ(0);
}
.site-header .home-nav-btn.toggled {
  z-index: 99999;
}
.site-header .home-nav-btn.toggled .buns:after {
  -webkit-transform: translateX(200%) translateZ(0);
  transform: translateX(200%) translateZ(0);
}
.site-header .home-nav-btn.toggled .buns span {
  -webkit-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
}
.site-header .home-nav-btn.toggled .buns span:last-child {
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
}
.site-header .home-nav-btn:focus {
  outline: none;
}
.site-header .donate {
  font-size: 13px;
  color: #bdbdbd;
  margin: 32px 0 0;
}
.site-header .donate .donate-btn {
  display: block;
  color: #f06a5e;
  border: 1px solid #f06a5e;
  font: 20px/1 'kelson_sans_rubold';
  letter-spacing: .18em;
  text-align: center;
  text-decoration: none;
  padding: 5px 0 3px;
  margin-bottom: 4px;
}
.site-header .donate p {
  margin: 0;
}
@media (min-width: 768px) {
  .site-header {
    right: inherit;
    bottom: 0;
    overflow-y: auto;
  }
  .site-header .home-nav-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header {
    width: 100%;
    padding: 18px 12px;
  }
  .site-header .logo {
    float: left;
  }
  .site-header .mobile-dropdown {
    position: fixed;
    top: -200%;
    right: 0;
    background: rgba(51, 51, 51, 0.95);
    text-align: center;
    left: 0;
    padding-top: 50px;
    overflow-y: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header .mobile-dropdown.toggled {
    top: 0;
    bottom: 0;
  }
  .site-header .donate {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 69px;
  }
  .site-header .main-navigation ul li a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -558px;
  overflow: hidden;
}
.push {
  clear: both;
  height: 558px;
}
.site-footer {
  min-height: 558px;
  font-size: 13px;
  color: #575757;
}
.site-footer .bottom-box {
  min-height: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding: 0 25px;
  justify-content: space-between;
}
.site-footer .bottom-box a {
  color: #575757;
  text-decoration: none;
}
.site-footer .bottom-box h5 {
  font-size: 13px;
  font-weight: normal;
}
.site-footer .bottom-box p,
.site-footer .bottom-box h5 {
  margin: 0;
}
.site-footer .bottom-box [class*="icon"] {
  font-size: 23px;
  line-height: 1;
}
.site-footer .bottom-box .meta,
.site-footer .bottom-box .follow h5 {
  text-transform: uppercase;
}
.site-footer .bottom-box > div,
.site-footer .bottom-box > nav {
  padding: 0 25px;
  flex-grow: 1;
}
.site-footer .bottom-box .footer-navigation {
  flex-grow: 2;
  text-transform: uppercase;
}
.site-footer .bottom-box .footer-navigation ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.site-footer .bottom-box .footer-navigation ul li {
  list-style: none;
}
.site-footer .bottom-box .donate {
  font-size: 13px;
  color: #000;
  max-width: 305px;
  margin: 20px auto 0;
}
.site-footer .bottom-box .donate .donate-btn {
  display: block;
  color: #f06a5e;
  border: 1px solid #f06a5e;
  font: 20px/1 'kelson_sans_rubold';
  letter-spacing: .18em;
  text-align: center;
  text-decoration: none;
  padding: 5px 0 3px;
  margin-bottom: 4px;
}
.site-footer .bottom-box .donate p {
  margin: 0;
}
@media (max-width: 767px) {
  .site-footer .copyright {
    font-size: 11px;
    opacity: .4;
  }
  .site-footer .copyright br {
    display: none;
  }
  .site-footer .bottom-box > div,
  .site-footer .bottom-box > nav {
    padding: 12px;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .site-footer .bottom-box {
    margin-left: 227px;
    text-align: left;
  }
}
.footer-boxes {
  padding-right: 1px;
}
.footer-boxes .item {
  padding: 0 0 0 1px;
  overflow: hidden;
}
.footer-boxes .item .text {
  color: #ffffff;
  background-color: rgba(51, 51, 51, 0.9);
  background-position: 50%;
  background-size: cover;
  padding: 50px 35px 14px;
  letter-spacing: .08em;
  min-height: 335px;
}
.footer-boxes .item .text a {
  color: #ffffff;
}
.footer-boxes .item h1 {
  margin: 0;
}
.footer-boxes .item footer a {
  background: #37b0de;
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 25px;
  letter-spacing: .3em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.52;
}
.footer-boxes .item.simple-text .text {
  display: table;
  font-size: 18px;
  line-height: 1.3888;
  width: 101%;
  table-layout: fixed;
}
.footer-boxes .item.simple-text .text > div {
  display: table-cell;
  vertical-align: bottom;
}
.footer-boxes .item.simple-text .text h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'kelson_sans_rubold';
}
.footer-boxes .item.program h1 {
  font-size: 28px;
  line-height: 1.2;
  color: #8fc269;
  text-transform: uppercase;
  font-family: 'kelson_sans_rubold';
  text-align: center;
  margin-bottom: 23px;
}
.footer-boxes .item.program table {
  margin: 0 auto 32px;
  width: auto;
  font-size: 13px;
  line-height: 1.9;
  text-transform: uppercase;
}
.footer-boxes .item.program table td {
  padding: 0 12px;
  vertical-align: top;
}
.footer-boxes .item.program table td:first-child {
  font-family: 'kelson_sans_rubold';
}
.footer-boxes .item.join .text {
  padding-top: 40px;
  padding-bottom: 42px;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-align: center;
  display: table;
  width: 101%;
}
.footer-boxes .item.join .text > div {
  display: table-row;
}
.footer-boxes .item.join .text > div > div {
  display: table-cell;
  vertical-align: bottom;
}
.footer-boxes .item.join .text > div:first-child > div {
  vertical-align: top;
}
.footer-boxes .item.join .text p {
  margin: 0;
}
.footer-boxes .item.join .text .title {
  font-size: 28px;
  color: #8fc269;
  text-transform: uppercase;
  line-height: 1.25;
  font-family: 'kelson_sans_rubold';
}
.footer-boxes .item.join .text .title a {
  color: #8fc269;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-boxes {
    margin-left: 227px;
  }
}
@media (min-width: 992px) {
  .footer-boxes {
    padding: 0 0 0 1px;
  }
  .footer-boxes .item {
    width: 33.333%;
    float: left;
  }
}
.home-slide {
  height: 490px;
  position: relative;
  z-index: 0;
}
.home-slide > span {
  background-position: 50%;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.home-slide .cycle-pager {
  position: absolute;
  left: 16px;
  bottom: 11px;
  z-index: 999;
}
.home-slide .cycle-pager > span {
  height: 1.5px;
  width: 25px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  margin: 0 2px 0 3px;
}
.home-slide .cycle-pager > span.cycle-pager-active {
  background: #ffffff;
}
@media (min-width: 768px) {
  .home-slide .cycle-pager {
    left: 243px;
  }
}
.home-banner {
  background-position: 50%;
  background-attachment: fixed;
  background-size: cover;
  min-height: 490px;
}
.home-banner .text {
  text-align: center;
  padding-top: 96px;
}
.home-banner .text > div {
  max-width: 740px;
  margin: 0 auto;
}
.home-banner .text h1 {
  margin: 0 0 5px;
  color: #434242;
  font: 43px/1.04 'kelson_sans_rubold';
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-banner .text h2 {
  font-size: 27px;
  line-height: 1.85;
  letter-spacing: .04em;
  color: #ffffff;
  font-weight: normal;
  margin: 0 0 58px;
}
.home-banner .text h2:before,
.home-banner .text h2:after {
  content: '';
  background: #ffffff;
  height: 9px;
  display: block;
}
.home-banner .text a {
  border: 2px solid #ffffff;
  display: inline-block;
  color: #ffffff;
  padding: 6px 7px 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font: 22px/1.04 'kelson_sans_rubold';
  letter-spacing: .18em;
}
@media (min-width: 768px) {
  .home-banner .text {
    margin-left: 227px;
  }
}
.home-boxes .item {
  min-height: 307px;
  background-position: 50%;
  background-size: cover;
}
.home-boxes .item .play {
  display: block;
  height: 100%;
  position: relative;
}
.home-boxes .item .play:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-left-color: #ffffff;
  border-width: 33px 55px;
}
.home-boxes .item.home-donate {
  text-align: center;
  color: #ffffff;
  padding: 15px;
}
.home-boxes .item.home-donate:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -4px;
}
.home-boxes .item.home-donate div {
  display: inline-block;
  vertical-align: middle;
  max-width: 285px;
  text-align: left;
  letter-spacing: .08em;
  line-height: 1.33;
}
.home-boxes .item.home-donate h1 {
  margin: 0 0 10px;
  font: 33px/1 'kelson_sans_rubold';
  letter-spacing: .18em;
  text-transform: uppercase;
}
.home-boxes .item.home-donate p {
  margin-bottom: 23px;
}
.home-boxes .item.home-donate p:last-child {
  margin: 0;
}
.home-boxes .item.home-donate a {
  color: #37b0de;
  border: 1px solid #37b0de;
  text-decoration: none;
  font: 20px/1 'kelson_sans_rubold';
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 1px 4px 1px 9px;
}
@media (min-width: 550px) {
  .home-boxes .item {
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  .home-boxes {
    margin-left: 227px;
  }
}
@media (min-width: 768px) {
  .margin-content {
    margin-left: 227px;
  }
}
.not-found {
  text-align: center;
  height: 100vh;
  padding: 25px 12px;
}
.not-found:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -5px;
}
.not-found > div {
  display: inline-block;
  vertical-align: middle;
}
.not-found .title {
  font: 43px/1 'kelson_sans_rubold';
  color: #434242;
  text-transform: uppercase;
  margin: 0 0 50px;
}
.not-found .title:before,
.not-found .title:after {
  content: '';
  height: 9px;
  display: block;
  background: #333333;
}
.not-found .title:before {
  margin-bottom: 12px;
}
.not-found .title:after {
  margin-top: 7px;
}
.not-found a {
  color: #f7941e;
  border: 2px solid #f7941e;
  font: 20px/1 'kelson_sans_rubold';
  letter-spacing: .18em;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 6px 3px 10px;
}
.inner-top-banner {
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
  display: table;
  width: 100%;
  margin-bottom: 34px;
}
.inner-top-banner .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px;
}
.inner-top-banner .text h1 {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font: 43px/1.04 'kelson_sans_rubold';
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-left: 7px;
}
.inner-top-banner .text h1:before,
.inner-top-banner .text h1:after {
  content: '';
  display: block;
  height: 9px;
  background: #ffffff;
  margin-left: -7px;
}
.inner-top-banner .text h1:before {
  margin-bottom: 13px;
}
.inner-top-banner .text h1:after {
  margin-top: 7px;
}
.page-text {
  padding: 34px 15px 24px;
  font: 16px/1.6667 'Roboto Slab', serif;
  letter-spacing: .02em;
  color: #434242;
}
.page-text .two-column {
  margin-bottom: 49px;
}
.page-text .three-column-list, .page-text .one-column-list {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: bold;
  letter-spacing: .12em;
  line-height: 1.2;
}
.page-text .three-column-list li, .page-text .one-column-list li {
  list-style: none;
  text-align: center;
  padding: 7px 0;
}
.page-text .three-column-list li span, .page-text .one-column-list li span {
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  padding: 0 16px;
  position: relative;
}
.page-text p {
  margin-bottom: 30px;
}
.page-text .section-title {
  margin: 0 0 30px;
  padding-bottom: 7px;
  color: #37b0de;
  font: 33px/1.05 'kelson_sans_rubold';
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 9px solid #e5e5e5;
}
@media (min-width: 550px) {
  .page-text {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
  }
  .page-text .section-title {
    font-size: 43px;
  }
  .page-text .three-column-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .page-text .three-column-list li {
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  .page-text .two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 43px;
    -moz-column-gap: 43px;
    column-gap: 43px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .page-text .three-column-list li:nth-child(3n+1):before, page-text .one-column-list li:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #ebebeb;
    width: 60%;
    left: 20%;
    z-index: 0;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-text .three-column-list li {
    width: 50%;
  }
  .page-text .three-column-list li:nth-child(odd):before, .page-text .one-column-list li:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #ebebeb;
    z-index: 0;
    margin-top: 10px;
  }
  .page-text .three-column-list li:nth-child(odd):before {
    width: 60%;
    left: 20%;
  }
    .page-text .one-column-list li:before {        
        width: 60%;
        left: 32%;
    }
}
@media (min-width: 992px) {
  .page-text {
    padding-left: 50px;
    padding-right: 50px;
  }
  .page-text .three-column-list li:nth-child(3n+1):before, .page-text .one-column-list li:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #ebebeb;
    z-index: 0;
    margin-top: 10px;
  }
  .page-text .three-column-list li:nth-child(3n+1):before {
      
    width: 60%;
    left: 20%;
  }
  .page-text .one-column-list li:before {
      
    width: 60%;
    left: 25%;
  }

}
.alumni-page-list-header {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 9px solid #e5e5e5;
  display: flex;
  align-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 21px 0 15px;
  padding: 0;
  overflow: hidden;
  height: 27px;
}
.alumni-page-list-header dt,
.alumni-page-list-header dd {
  width: 50%;
  padding: 0 10px 0 35px;
  margin: 0;
}
.alumni-page-list-header dt:first-child {
  padding-left: 0;
}
@media (min-width: 768px) {
  .alumni-page-list-header dt,
  .alumni-page-list-header dd {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .alumni-page-list-header dt,
  .alumni-page-list-header dd {
    width: 16.6667%;
  }
}
.alumni-page-list {
  font-size: 14px;
  display: flex;
  align-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 0 36px;
  padding: 0;
}
.alumni-page-list dt,
.alumni-page-list dd {
  margin: 0;
  padding: 0 10px 0 35px;
  width: 50%;
}
@media (max-width: 767px) {
  .alumni-page-list dt:nth-child(4n+3),
  .alumni-page-list dd:nth-child(4n+4) {
    background: #f1f1f1;
  }
  .alumni-page-list dt:nth-child(2n+1) {
    border-left: none;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .alumni-page-list dt,
  .alumni-page-list dd {
    width: 25%;
  }
  .alumni-page-list dt {
    border-left: 1px solid #d3d3d3;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .alumni-page-list dt:nth-child(8n+5),
  .alumni-page-list dt:nth-child(8n+7),
  .alumni-page-list dd:nth-child(8n+6),
  .alumni-page-list dd:nth-child(8n+8) {
    background: #f1f1f1;
  }
  .alumni-page-list dt:nth-child(4n+1) {
    border-left: none;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .alumni-page-list dt,
  .alumni-page-list dd {
    width: 16.66667%;
  }
  .alumni-page-list dt:nth-child(12n+7),
  .alumni-page-list dt:nth-child(12n+9),
  .alumni-page-list dt:nth-child(12n+11),
  .alumni-page-list dd:nth-child(12n+8),
  .alumni-page-list dd:nth-child(12n+10),
  .alumni-page-list dd:nth-child(12n+12) {
    background: #f1f1f1;
  }
  .alumni-page-list dt {
    border-left: 1px solid #d3d3d3;
  }
  .alumni-page-list dt:nth-child(6n+1) {
    border-left: none;
    padding-left: 0;
  }
}
.register-form, 
.contact-form {
  margin: 0 -33px;
}
.register-form .column,
.register-form .full-width,
.contact-form .column,
.contact-form .full-width {
  padding: 0 33px;
  margin-bottom: 18px;
}
.register-form .full-width,
.contact-form .full-width,
.left .contact-form p {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .02em;
}
.register-form h3,
.contact-form h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0 0 10px;
}
.register-form .form-group,
.contact-form .form-group {
  margin-bottom: 13px;
}
.register-form .form-group.half,
.contact-form .form-group.half {
  padding: 0 7px;
}
.register-form .form-group .form-control,
.contact-form .form-group .form-control {
  width: 100%;
  border: none;
  border-bottom: 3px solid #e5e5e5;
  font: 18px 'Roboto Slab', Arial;
  letter-spacing: .02em;
  padding: 1px 0;
}
.register-form .form-group .form-control:focus,
.contact-form .form-group .form-control:focus {
  outline: none;
}
.register-form .form-group textarea.form-control,
.contact-form .form-group textarea.form-control {
  line-height: 2.389;
  background-image: linear-gradient(to right, #ffffff 5px, transparent 3px), linear-gradient(#e5e5e5 3px, transparent 3px);
  background-size: 104% 2.5em;
  background-position: 50% 4.7em;
  background-repeat: repeat-y;
  border-bottom: none;
}
.register-form .half-parent,
.contact-form .half-parent {
  margin: 0 -7px;
}
.register-form .checkbox-group {
  margin-bottom: 15px;
}
.register-form .checkbox-group.inline {
  padding-top: 8px;
}
.register-form .checkbox-group.inline h3 {
  margin-bottom: 0;
}
.register-form .checkbox-group.inline .checkbox {
  display: inline-block;
  vertical-align: top;
  color: rgba(67, 66, 66, 0.3);
}
.register-form .checkbox-group.inline .checkbox + .checkbox {
  margin-left: 12px;
}
.register-form .checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.register-form .checkbox input[type=checkbox]:checked + label:after, 
.register-form .checkbox input[type=checkbox]:checked + input[type=hidden] + label:after {
  content: '';
  background: #8fc269;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 12px;
}
.register-form .checkbox label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 25px;
  letter-spacing: .02em;
  font-size: 18px;
}
.register-form .checkbox label:before {
  content: '';
  background: #e5e5e5;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 7px;
}
select.form-control.placeholder { 
    color: #aaaaaa;     
    text-indent: -2px;
    padding-left: -1px;
    margin-left: -1px;
}

.register-form button,
.register-form input[type=submit],
.register-form a.button,
.contact-form button,
.contact-form input[type=submit],
.contact-form a.button {
  background: transparent;
  border: 2px solid #f7941e;
  color: #f7941e;
  font: 20px 'kelson_sans_rubold';
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 0 0 0 4px;
}
.register-form a.button {
    text-decoration: none;
    cursor: pointer;
}
@media (min-width: 768px) {
  .register-form .column {
    float: left;
    width: 50%;
  }
  .register-form .form-group.half,
  .contact-form .form-group.half {
    width: 50%;
    float: left;
  }
}
.grid-with-popup {
  position: relative;
}
.grid-with-popup .grid-list .item {
  position: relative;
  background: #b1b2b4;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  width: 50%;
  float: left;
}
@media (min-width: 992px) {
  .grid-with-popup .grid-list .item {
    width: 25%;
  }
}
.grid-with-popup .grid-list .item .item-link {
  background-size: cover;
  background-position: 50%;
  transition: all .5s;
  width: 100%;
  padding-bottom: 100%;
  display: block;
}
.grid-with-popup .grid-list .item .item-link:after {
  content: '';
  background: url(../images/staff-item-bg.png) repeat-x 0 100%;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63.92%;
  z-index: 0;
}
.grid-with-popup .grid-list .item .title {
  position: absolute;
  bottom: 12px;
  left: 0;
  color: #ffffff;
  transition: all .5s;
  width: 100%;
  font: 18px 'kelson_sans_rubold';
  text-transform: uppercase;
  z-index: 1;
  letter-spacing: .08em;
  padding: 0 20px;
}
.grid-with-popup .grid-list .item .content {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  height: 0;
}
.grid-with-popup .grid-list .item .close {
  position: absolute;
  top: 30px;
  right: 32px;
  background: url("assets/images/sprite.png") no-repeat 0 -180px;
  width: 70px;
  height: 70px;
}
.grid-with-popup .content {
  position: fixed;
  top: 2%;
  bottom: 2%;
  left: 0;
  right: 0;
  pointer-events: none;
  height: 0;
  visibility: hidden;
  z-index: 10001;
  -webkit-overflow-scrolling: touch;
}
.grid-with-popup .content.show {
  height: auto;
  pointer-events: auto;
  visibility: visible;
}
.grid-with-popup .content > div {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
  overflow-y: auto;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  height: 100%;
  background: #fbfbfb;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.grid-with-popup .content > div:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -4px;
}
.grid-with-popup .content > div.show {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.grid-with-popup .content > div .popup-content {
  display: inline-block;
  vertical-align: middle;
  max-width: 839px;
  margin: 0 auto;
  padding: 20px 10px;
  font: 18px/1.666 'Roboto Slab';
  text-align: left;
}
.grid-with-popup .content > div .popup-content h1 {
  border-bottom: 1px solid #e8e7e7;
  font: 33px 'kelson_sans_rubold';
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #434242;
  padding: 0 0 15px;
  margin: 0 0 21px;
}
.grid-with-popup .content > div .popup-content .image {
  max-width: 304px;
  margin: 0 auto;
}
.grid-with-popup .close-content {
  background: url(../images/icon-close.png) no-repeat;
  background-size: 27px 27px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  float: right;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.grid-with-popup .close-content:hover {
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
}
@media (min-width: 768px) {
  .grid-with-popup .content {
    left: 227px;
  }
  .grid-with-popup .content > div .popup-columns .image {
    float: left;
    width: 36.6%;
    margin-right: 31px;
  }
  .grid-with-popup .content > div .popup-columns .text {
    overflow: hidden;
  }
  .grid-with-popup .content > div .popup-columns:after {
    content: '';
    display: block;
    clear: both;
  }
}
.donate-page, 
.contact-page {
  margin-bottom: 43px;
}
.donate-page .left,
.donate-page .right, 
.contact-page .left,
.contact-page .right {
  margin-bottom: 40px;
}
.donate-page .left,
.contact-page .left {
  max-width: 407px;
}
.donate-page .right,
.contact-page .right {
  max-width: 635px;
}
.donate-page .right:after,
.contact-page .right:after {
  content: '';
  display: block;
  clear: both;
}
.donate-page p, .contact-page p {
  margin-bottom: 5px;
}
.donate-page .form-control {
  border: 2px solid #8fc269;
  text-align: right;
  color: rgba(0, 0, 0, 0.8);
  padding: 10px 12px 11px;
  display: block;
  width: 100%;
}
.donate-page .radio {
  padding-top: 5px;
  width: 25%;
}
.donate-page .radio input {
  opacity: 0;
  position: absolute;
}
.donate-page .radio input:checked + label {
  background: #8fc269;
  color: #ffffff;
}
.donate-page .radio label {
  background: #e5e5e5;
  display: block;
  height: 68px;
  width: 100%;
  min-width: 67px;
  line-height: 68px;
  font-weight: 300;
  text-align: center;
  font-size: 12px;
}
.donate-page .radio-group {
  margin: 0 -3px 0 -2px;
}
.donate-page .radio-group .radio {
  float: left;
  padding-left: 2px;
  padding-right: 3px;
}
.donate-page .donate-amount .radio {
  font-size: 14px;
}
.donate-page .donate-button, .contact-page .contact-button {
  background: transparent;
  border: 2px solid #f7941e;
  color: #f7941e;
  font: 28px 'kelson_sans_rubold';
  letter-spacing: 1.8px;
  text-transform: uppercase;
  width: 150px;
  height: 42px;
  margin-top: 32px;
  cursor: pointer;
}
.donate-page .donate-button:hover, .contact-page .contact-button:hover {
  background: #f7941e;
  color: #ffffff;
}
@media (min-width: 1215px) {
  .donate-page .left, .contact-page .left {
    float: left;
    padding-right: 25px;
    width: 50%;
    max-width: 432px;
  }
  .donate-page .right, .contact-page .right {
    float: right;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .donate-page .donate-amount .radio {
    font-size: 28px;
  }
  .donate-page .radio label {
    font-size: 18px;
    height: 98px;
    min-width: 98px;
    line-height: 98px;
  }
}
@media (min-width: 932px) {
  .donate-page .right .radio-group {
    float: left;
  }
  .donate-page .right .donate-button {
    float: right;
  }
  .donate-page .right .donate-time {
    margin-right: 15px;
  }
}
/**/
.mb0 {
  margin-bottom: 0;
}

/* Gallery */
.media-group {
}
.media-group img, .videobox
{
    width: 200px;
    margin: 15px;
    float: left;
}
.videobox h2
{
    font-size: 15px;
    text-transform: uppercase;
}