/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Main styles
   ========================================================================== */
/* ---- PRIMARY COLORS ---- */
/* $header-primary-color: #207aae;
$header-secondary-color: #fe5621;
$header-other-color: #9b9b9b;
$header-text-color: #75c5f0;

$sections-primary-color: #207aae;
$sections-secondary-color: #fe5621;
$sections-yellow-color: #fec006;
$sections-green-color: #2ecc71;
$sections-blue-color: #75c5f0;
$sections-grey-color:  #515151;

$footer-primary-color: #515151;
$footer-text-color: #9b9b9b;

/* ---- LINKS COLORS ---- */
/* $link-color: #fff;
$link-hover-color: #fff;
$link-visited-color: #fff;
$link-other-color: #fff; */
/* ---- BUTTONS COLORS ---- */
/* $btn-color: #fff;
$btn-hover-color: #fff;
$btn-active-color: #fff;
$btn-other-color: #fff; */
/* ---- FONTS ---- */
/* $primary-font: 'MuseoSansRegular', sans-serif;
$secondary-font: 'RotondaC'; */
/* ---- WIDTH DEVICES ---- */
/*  */
@font-face {
  font-family: 'OpenSpaceFont';
  src: url("../fonts/vSGT8Y6v.otf"); }

body {
  font-family: 'PT Sans Narrow', sans-serif; }

.logo img {
  width: 100%;
  /*  @media screen and (max-width: 768px){
        	width: 60%;
        } */ }

@media screen and (max-width: 480px) {
  .logo {
    margin-top: 15px; } }

.primary-menu {
  margin: 80px 0 25px 0;
  padding: 0;
  text-align: center; }
  @media screen and (max-width: 992px) {
    .primary-menu {
      margin-top: 30px; } }
  .primary-menu li {
    list-style-type: none;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .primary-menu li {
        display: block;
        height: 2rem; } }
  .primary-menu a {
    text-decoration: none;
    text-transform: lowercase;
    color: #043747;
    font-weight: 600;
    padding: 15px;
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .primary-menu a {
        padding: 0; } }

@media screen and (max-width: 768px) {
  .overlay {
    display: none; } }

.overlay.open {
  display: block;
  position: absolute;
  background: #fff;
  z-index: 1;
  width: 100%;
  top: 0;
  margin: 0;
  padding: 25px; }

.current-menu-item a {
  color: #0bb3f6; }

.social {
  margin-top: 80px; }
  @media screen and (max-width: 992px) {
    .social {
      margin-top: 30px; } }
  @media screen and (max-width: 768px) {
    .social {
      margin-top: 15px; } }
  @media screen and (max-width: 440px) {
    .social {
      display: none; } }
  .social a {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(../img/social-icons.png);
    background-size: 115px; }
  .social .facebook {
    background-position: 0 1px; }
  .social .youtube {
    background-position: -27px 1px; }

/* --- Burger --- */
.button_container {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 27px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease; }

@media screen and (max-width: 768px) {
  .button_container {
    display: block; } }

.button_container:hover {
  opacity: .7; }

.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #0bb3f6; }

.button_container.active .middle {
  opacity: 0;
  background: #0bb3f6; }

.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #0bb3f6; }

.button_container span {
  background: #043747;
  border: none;
  border-radius: 5px;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer; }

.button_container span:nth-of-type(2) {
  top: 11px; }

.button_container span:nth-of-type(3) {
  top: 22px; }

/* -------------- */
#home {
  min-height: 100vh;
  background-image: url("../img/logo-bg.png");
  background-size: 55%;
  background-repeat: no-repeat;
  transition: background-position .1s linear;
  background-position: center center; }
  @media screen and (max-width: 768px) {
    #home {
      min-height: auto; } }
  #home h1 {
    position: relative;
    text-transform: uppercase;
    color: #0bb3f6;
    font-weight: 600;
    font-size: 60px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      #home h1 {
        font-size: 36px; } }
  #home .sub-title {
    position: relative;
    text-transform: lowercase;
    color: #06556d;
    font-weight: 600;
    font-family: 'OpenSpaceFont';
    font-size: 36px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      #home .sub-title {
        font-size: 24px; } }

@media screen and (max-height: 650px) {
  .banner {
    margin-top: -30px;
    margin-bottom: -15px; } }

.banner-down {
  margin-top: 10%; }

.slide-thumbs, .slide-content {
  display: inline-block;
  vertical-align: top;
  width: 49%; }
  @media screen and (max-width: 480px) {
    .slide-thumbs, .slide-content {
      width: 100%; } }

.slide-thumbs img {
  width: 100%; }

@media screen and (max-width: 480px) {
  .slide-thumbs {
    margin-bottom: 15px; } }

.slide-content {
  padding-left: 5px; }
  .slide-content h2 {
    color: #06556d;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0;
    padding: 0; }
  .slide-content .description {
    color: #1b1b1b;
    line-height: 1.1;
    margin: 10px 0; }

.btn-more {
  background: #ba1619;
  color: #fff;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 12px;
  display: inline-block;
  cursor: pointer;
  transition: opacity .2s linear;
  line-height: 1;
  font-family: 'PT Sans Narrow', sans-serif; }

.btn-more:hover, .btn-more:focus, .btn-more:hover:active {
  opacity: 0.9;
  text-decoration: none;
  /*   color: #fff; */
  outline: none; }

.home-slider {
  margin-top: 15vh; }
  @media screen and (max-height: 600px) {
    .home-slider {
      margin-top: 10vh; } }
  @media screen and (max-width: 480px) {
    .home-slider {
      margin-top: 10vh; } }

.wrapper {
  height: 100% !important;
  height: 100%;
  margin: 0 auto;
  overflow: hidden; }

.onepage-pagination li a:before {
  opacity: 0.5; }

#about {
  padding-top: 25vh; }
  @media screen and (max-height: 600px) {
    #about {
      padding-top: 10vh; } }
  @media screen and (max-width: 992px) {
    #about {
      padding: 50px 0; } }
  #about .row {
    position: relative; }

@keyframes down {
  from {
    bottom: 60px; }
  to {
    bottom: 50px; } }

.btn-down {
  width: 25px;
  height: 25px;
  border-bottom: 1px solid #043747;
  border-right: 1px solid #043747;
  transform: rotate(45deg) !important;
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -12px;
  animation-name: down;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate; }
  @media screen and (max-width: 992px) {
    .btn-down {
      display: none; } }

.menu-vertical {
  font-size: 18px;
  text-transform: lowercase;
  padding: 5px 5px;
  transform: rotate(-90deg);
  transform-origin: left top 0;
  width: 370px;
  left: 100px;
  position: absolute;
  bottom: 40%;
  margin-bottom: -185px;
  text-align: center; }
  .menu-vertical ul {
    margin: 0; }
  @media screen and (max-width: 992px) {
    .menu-vertical {
      display: none; } }

.radio-donate {
  display: none; }

.radio-btn {
  display: inline-block; }

.box {
  width: 50%;
  padding: 25px;
  display: inline-block;
  vertical-align: top;
  white-space: normal; }
  @media screen and (max-width: 768px) {
    .box {
      width: 100%; } }
  .box h2 {
    font-family: 'OpenSpaceFont', 'PT Sans Narrow', sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1;
    color: #043747; }
  .box p {
    margin-bottom: 15px; }

.box-mision {
  background-color: #043747; }
  .box-mision h2 {
    color: #fff; }
  .box-mision p {
    color: #fff; }
  .box-mision .btn-more {
    background-color: #fff;
    color: #043747; }

.box-donate {
  background-color: #0bb3f6;
  min-height: 225px; }
  .box-donate h2, .box-donate p {
    color: #fff; }
  .box-donate .btn-more {
    background-color: #fff;
    color: #043747; }
  @media screen and (max-width: 768px) {
    .box-donate {
      padding-bottom: 0;
      min-height: 160px; } }

.radio-btn {
  margin: 5px 0 15px 0;
  background-color: #0bb3f6; }
  .radio-btn label {
    color: #fff;
    cursor: pointer;
    background-color: #043747;
    padding: 5px 10px; }

.radio-donate:checked + label {
  color: #043747;
  background-color: #fff; }

.box-donate-form {
  min-height: 225px;
  background-color: #0bb3f6;
  height: 100%; }
  .box-donate-form .btn-more {
    border: none;
    background-color: #fff;
    color: #043747;
    width: 80%; }
    @media screen and (max-width: 768px) {
      .box-donate-form .btn-more {
        width: 60%; } }
  .box-donate-form .form-group {
    width: 50%;
    padding: 0 5px;
    display: inline-block; }
    .box-donate-form .form-group:last-child {
      margin-bottom: 0; }
    .box-donate-form .form-group input {
      padding: 5px 10px;
      outline: none;
      border: none;
      width: 100%; }
    .box-donate-form .form-group label {
      display: block;
      color: #fff; }

#activities {
  background-color: #dadada;
  padding-top: 15vh; }
  @media screen and (max-height: 850px) {
    #activities {
      padding-top: 25px; } }
  @media screen and (max-width: 992px) {
    #activities {
      padding-top: 50px; } }
  #activities .primary-menu {
    margin-top: 25px; }
    @media screen and (max-width: 992px) {
      #activities .primary-menu {
        display: none; } }
  #activities .btn-more:hover, #activities .btn-more:focus, #activities .btn-more:active {
    color: #fff; }
  @media screen and (max-height: 750px) {
    #activities .slide-project {
      height: 375px; } }
  @media screen and (max-height: 750px) {
    #activities .slide-direction .thumbs {
      display: none; }
    #activities .slide-direction .content {
      width: 100%; }
    #activities .slide-project .content {
      width: 80%;
      height: 80%; } }
  @media screen and (max-width: 400px) {
    #activities .slide-project .content {
      width: 90%;
      height: 90%; } }

.slider-directions h3, .slide-project h3 {
  margin: 0;
  color: #043747;
  font-size: 30px;
  font-family: 'OpenSpaceFont';
  text-transform: uppercase;
  padding-bottom: 10px;
  line-height: 1; }
  @media screen and (max-width: 480px) {
    .slider-directions h3, .slide-project h3 {
      font-size: 22px; } }

.slider-directions .slick-dots {
  transform: rotate(90deg);
  left: -35px;
  top: 47%;
  bottom: inherit;
  width: auto; }
  @media screen and (max-width: 768px) {
    .slider-directions .slick-dots {
      transform: none;
      bottom: -20px;
      left: 0;
      top: inherit; } }

@media screen and (max-width: 768px) {
  .slick-dots {
    left: 0;
    right: 0;
    width: 95%;
    margin: 0 auto; } }

.slide-direction {
  background-color: #fff;
  margin-bottom: 15px; }
  .slide-direction p {
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 83px; }
  .slide-direction .thumbs {
    width: 50%;
    height: 250px;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-height: 600px) {
      .slide-direction .thumbs {
        display: none; } }
  .slide-direction .content {
    position: relative;
    width: 50%;
    display: inline-block;
    padding: 25px; }
    @media screen and (max-height: 600px) {
      .slide-direction .content {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .slide-direction .content {
        padding: 15px; } }
    .slide-direction .content:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 25px 15px 0;
      border-color: transparent #fff transparent transparent;
      position: absolute;
      top: 25%;
      left: -25px; }

@media screen and (max-width: 768px) {
  .slider-projects {
    margin-top: 50px; } }

.slide-project {
  position: relative;
  width: 100%;
  height: 515px;
  overflow: hidden; }
  @media screen and (max-height: 600px) {
    .slide-project {
      height: 375px; } }
  .slide-project h3 {
    text-align: center; }
  .slide-project p {
    margin-bottom: 15px; }
  .slide-project .thumbs {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  .slide-project .content {
    width: 75%;
    height: 75%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px; }
    @media screen and (max-height: 600px) {
      .slide-project .content {
        width: 80%;
        height: 80%; } }

.slick-slide:focus {
  outline: none; }

.footer-home, .footer-single {
  padding: 15px 0;
  width: 100%;
  min-height: 100px;
  background-color: #043747;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center; }
  @media screen and (max-width: 992px) {
    .footer-home, .footer-single {
      position: static;
      margin-top: 50px; } }
  .footer-home a, .footer-single a {
    color: #fff;
    text-decoration: none;
    display: block; }
    .footer-home a:hover, .footer-home a:active, .footer-home a:focus, .footer-single a:hover, .footer-single a:active, .footer-single a:focus {
      text-decoration: none;
      color: #eee; }

.title-footer {
  color: #fff;
  font-size: 18px;
  font-family: 'OpenSpaceFont';
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .title-footer {
      margin-top: 10px; } }

.footer-home {
  position: absolute;
  bottom: 0; }
  .footer-home img {
    width: 50%; }
  @media screen and (max-width: 992px) {
    .footer-home {
      position: static; } }
  @media screen and (max-width: 768px) {
    .footer-home {
      min-height: 250px; } }

@media screen and (max-width: 768px) {
  address {
    margin-bottom: 0; } }

.footer-single {
  margin-top: 50px; }
  .footer-single img {
    width: 100px;
    margin-top: 25px; }
    @media screen and (max-width: 480px) {
      .footer-single img {
        margin-top: 15px; } }

@media screen and (max-width: 992px) {
  .onepage-wrapper .section {
    height: auto !important; } }

/* ----navigation---- */
.navigation {
  margin: 40px 0 25px 15%; }

.navigation .prev, .navigation .next {
  display: none; }

.navigation a {
  text-decoration: none; }

.page-numbers {
  border-radius: 50%;
  display: inline-block;
  padding: 5px 12px;
  text-align: center;
  color: #043747;
  background-color: #e3e3e3; }

.page-numbers.current {
  background-color: #043747;
  color: #fff;
  margin: 0 10px; }

/* ----------------------------- */
/* ----------PAGES-------------- */
/* ----------------------------- */
/* page about */
.background-logo {
  background-image: url("../img/logo-bg.png");
  background-size: 40%;
  background-repeat: no-repeat;
  transition: background-position .1s linear;
  background-position: top center; }

.page-title {
  font-family: 'OpenSpaceFont';
  font-size: 36px;
  color: #043747;
  padding: 25px;
  text-transform: uppercase; }

.page-about .mission-block {
  background: #043747;
  color: #fff;
  padding: 5vh;
  text-align: left; }

.page-about .block-title {
  font-family: 'OpenSpaceFont', 'PT Sans Narrow', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  padding-bottom: 20px;
  line-height: 1; }

.page-about .block-text {
  font-size: 16px;
  padding-bottom: 20px; }

.page-about .meta-block {
  background: #fff;
  color: #043747;
  padding: 5vh;
  text-align: left; }

/* page donate */
#donate-page .block-title {
  font-family: 'OpenSpaceFont', 'PT Sans Narrow', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  padding-bottom: 20px;
  line-height: 1;
  color: #043747; }

#donate-page .block-text {
  font-size: 16px;
  padding-bottom: 20px; }

#donate-page .box {
  background-color: #0bb3f6;
  padding: 50px;
  min-height: 300px; }

/* checkout page */
#checkout-page {
  font-size: 24px; }

.checkout-title {
  display: inline-block;
  min-width: 250px;
  font-weight: 600;
  font-family: 'OpenSpaceFont', 'PT Sans Narrow', sans-serif;
  color: #043747; }
  @media screen and (max-width: 480px) {
    .checkout-title {
      width: 100%;
      margin-top: 15px; } }

.btn-liqpay {
  background-color: #ba1619;
  font-size: 18px;
  border: none;
  margin-top: 25px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }

/* page projects */
.project-item {
  width: 47%;
  margin: 1%;
  height: 250px;
  position: relative;
  background-color: #dadada; }
  @media screen and (max-width: 992px) {
    .project-item {
      height: 300px; } }
  @media screen and (max-width: 768px) {
    .project-item {
      width: 100%;
      height: 250px; } }
  @media screen and (max-width: 480px) {
    .project-item {
      height: 450px; } }

.project-thumbs {
  width: 49%;
  height: 250px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 480px) {
    .project-thumbs {
      width: 100%; } }
  @media screen and (max-width: 400px) {
    .project-thumbs {
      height: 200px; } }

.project-item article {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-left: 2%;
  z-index: 100; }
  @media screen and (max-width: 480px) {
    .project-item article {
      width: 100%; } }
  @media screen and (max-width: 400px) {
    .project-item article {
      padding: 10px; } }

.project-item article a {
  display: block;
  line-height: 1.1;
  text-decoration: none;
  color: #043747;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; }

.project-item article h2 {
  margin-top: 10px; }

.btn-more-project {
  background: #ba1619;
  color: #fff;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 12px;
  display: inline-block;
  cursor: pointer;
  transition: opacity .2s linear;
  line-height: 1;
  font-family: 'PT Sans Narrow', sans-serif; }

.project-content {
  max-height: 140px;
  overflow: hidden;
  margin-bottom: 5px; }

.btn-more-project:hover {
  opacity: 0.9; }

.project-footer {
  text-align: center; }

.project-descr {
  padding: 1rem;
  display: none;
  z-index: 0; }

.title-descr {
  color: #043747;
  font-size: 16px;
  font-weight: 600;
  width: 25%;
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 480px) {
    .title-descr {
      width: 100%; } }

.text-descr {
  width: 74%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .text-descr {
      width: 100%; } }

.field-group {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee; }

.thumbs-team img, .thumbs-report img {
  width: 100%;
  height: auto; }

.prev-team .content {
  margin-bottom: 25px; }

/* post list */
.post-prev {
  margin-bottom: 25px; }
  .post-prev .btn-more {
    background: #043747;
    color: #fff;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 12px;
    display: inline-block;
    cursor: pointer;
    transition: opacity .2s linear;
    line-height: 1;
    font-family: 'PT Sans Narrow', sans-serif; }
  .post-prev .btn-more:hover {
    opacity: 0.9; }
  .post-prev .btn-more a {
    color: #fff;
    text-decoration: none; }

.post-thumbs {
  display: inline-block;
  vertical-align: top;
  width: 49%; }
  @media screen and (max-width: 768px) {
    .post-thumbs {
      width: 100%;
      margin-bottom: 15px; } }

.post-thumbs img {
  width: 100%;
  height: auto; }

.post-descr {
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
  width: 49%; }
  @media screen and (max-width: 768px) {
    .post-descr {
      width: 100%;
      padding-left: 0; } }

.post-title, .report-title {
  color: #043747;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px; }

.category-list a {
  color: #043747;
  text-decoration: none;
  margin-right: 5px;
  opacity: 0.9; }

.category-list a:hover {
  opacity: 1; }

.post-excerpt {
  color: #1b1b1b;
  font-size: 14px;
  padding-bottom: 15px; }

.box-goal a:hover, .box-goal a:active, .box-goal a:focus {
  color: #fff; }

/* ---reports page---- */
.report-title {
  margin-top: 15px; }

/* ----contact page---- */
.page-contact-form {
  background-color: #0bb3f6;
  padding: 0 25px 25px; }
  .page-contact-form .page-title, .page-contact-form label {
    color: #fff; }
  .page-contact-form .control-label {
    text-align: left; }
  .page-contact-form .form-horizontal {
    padding: 0 25px 25px 25px; }
  .page-contact-form .btn-more {
    border: none; }
  .page-contact-form .form-control {
    border-radius: 0; }
  .page-contact-form textarea {
    resize: none;
    height: 100px; }
  @media screen and (max-width: 992px) {
    .page-contact-form {
      margin-top: 30px; } }

.single-thumbs img {
  width: 100%;
  height: auto; }

.single-post {
  margin-top: 25px; }
  .single-post .page-title {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0; }

.wpcf7-form p {
  display: none; }

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
  color: #fff; }

@media screen and (max-width: 480px) {
  .page-header {
    margin-top: 0; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  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; } }
