@charset "UTF-8";
/*
Theme Name: GAIN Template
Theme URI: http://3magine.com
Author: 3magine
Author URI: http://3magine.com
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: gain-template
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 GAIN Template is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Inputs and buttons
5.0 - Navigation 
	5.1 - Links
	5.2 - Menus  
6.0 - Accessibility 
7.0 - Alignments 
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
--------------------------------------------------------------*/
/*1400*/
@import url("//hello.myfonts.net/count/2b2da1");
.desktop-only {
  display: block;
}
@media screen and (max-width: 65.3em) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 65.3em) {
  .mobile-only {
    display: block;
  }
}

/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(./img/minimal.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal {
  background-position: 0 0;
}

.icheckbox_minimal.hover {
  background-position: -20px 0;
}

.icheckbox_minimal.checked {
  background-position: -40px 0;
}

.icheckbox_minimal.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal {
  background-position: -100px 0;
}

.iradio_minimal.hover {
  background-position: -120px 0;
}

.iradio_minimal.checked {
  background-position: -140px 0;
}

.iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url(./img/minimal@2x.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background: #ffffff;
}

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

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

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

a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("./fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("./fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("./fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("./fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-mail-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

@font-face {
  font-family: 'AvantGardeGothicITCW01Bk';
  src: url("fonts/2B2DA1_0_0.eot");
  src: url("fonts/2B2DA1_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/2B2DA1_0_0.woff") format("woff"), url("fonts/2B2DA1_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'AvantGardeGothicITCW02Dm';
  src: url("fonts/2B2DA1_1_0.eot");
  src: url("fonts/2B2DA1_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/2B2DA1_1_0.woff") format("woff"), url("fonts/2B2DA1_1_0.ttf") format("truetype");
}
@font-face {
  font-family: 'AvantGardeGothicITCW02Md';
  src: url("fonts/2B2DA1_2_0.eot");
  src: url("fonts/2B2DA1_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/2B2DA1_2_0.woff") format("woff"), url("fonts/2B2DA1_2_0.ttf") format("truetype");
}
body {
  font-family: "Arial", sans-serif;
  color: #504f4f;
}
@media screen and (max-width: 65.3em) {
  body {
    font-size: 12px;
  }
}

h1,
h2,
h3,
h4 {
  font-family: AvantGardeGothicITCW02Dm;
}

h1 {
  font-size: 1.875em;
  /*30*/
}

h2 {
  font-size: 1.25em;
  /*20/16*/
}

.page-box-container h2,
.single-page h2 {
  color: #bb173c;
  text-transform: uppercase;
}
.page-box-container.bg-img h2,
.single-page.bg-img h2 {
  color: #ffffff;
}

h3 {
  font-size: 1.125em;
  /*18/16*/
  text-transform: uppercase;
}

h4 {
  font-size: 0.875em;
  /*14/16*/
  margin-bottom: 3%;
}

h6 {
  font-size: 0.5em;
}

p {
  margin: 2% 0;
}

a,
a:link,
a:visited {
  color: #525151;
  text-decoration: none;
}

.post a:link,
.page-content a:link,
.post a:visited,
.page-content a:visited {
  color: #bb173c;
}

.page-box-container a,
.page-box-container a:link,
.page-box-container a:visited {
  color: #bb173c;
}

.bg-img a,
.bg-img a:link,
.bg-img a:visited {
  color: #ffffff;
}

input[placeholder] {
  color: #ffffff;
}

::-webkit-input-placeholder {
  color: #ffffff;
}

:-moz-placeholder {
  color: #ffffff;
}

/* Firefox 18- */
::-moz-placeholder {
  color: #ffffff;
}

/* Firefox 19+ */
:-ms-input-placeholder {
  color: #ffffff;
}

blockquote,
cite {
  width: 60%;
  display: block;
  margin: 0 auto;
  font-size: 1.5em;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

cite {
  text-align: right;
}

.home-hero h2 {
  font-size: 3.3em;
  padding-top: 6%;
}
@media screen and (max-width: 37.5em) {
  .home-hero h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 30em) {
  .home-hero h2 {
    font-size: 1.5em;
  }
}

.home-info {
  color: #fff;
}
.home-info h1 {
  font-size: 52px;
  line-height: 1.3em;
}
.home-info a,
.home-info h3 {
  color: #fd8424;
}
.home-info h3 {
  font-size: 20px;
}
.home-info a {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: underline;
}
.home-info a:hover {
  color: #fff;
}
.home-info p {
  line-height: 1.2em;
}

.main-navigation,
.site-footer {
  font-family: AvantGardeGothicITCW01Bk;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.main-navigation a:link,
.main-navigation a:visited,
.main-navigation a:hover,
.site-footer a:link,
.site-footer a:visited,
.site-footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
.main-navigation .social-links,
.site-footer .social-links {
  font-size: 1.5em;
}
.main-navigation .social-links a,
.site-footer .social-links a {
  padding: 12px 10px;
}
@media screen and (max-width: 81.25em) {
  .main-navigation,
  .site-footer {
    font-size: 12px;
  }
}

.main-navigation a {
  padding: 15px 24px;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 81.25em) {
  .main-navigation a {
    padding: 15px 13px;
  }
}
@media screen and (max-width: 65.3em) {
  .main-navigation a {
    text-align: left;
  }
}
.main-navigation a:hover,
.main-navigation a:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.main-navigation .sub-menu a {
  text-align: left;
}

.home .site-main h2 {
  font-size: 1.5625em;
  /*25/16*/
  text-transform: uppercase;
  margin-top: 5%;
}

.search-area {
  color: #ffffff;
}
.search-area .search-box {
  font-size: 1.125em;
  text-transform: uppercase;
}
.search-area .search-box p {
  font-family: AvantGardeGothicITCW02Dm;
  padding: 10% 0 0 0;
}
@media screen and (max-width: 75em) {
  .search-area .search-box p {
    padding-left: 0px;
  }
}
.search-area .tags a {
  color: #ffffff;
}
.search-area .tags p {
  font-weight: bold;
}
.search-area .tags span,
.search-area .tags p {
  font-style: normal;
}
.search-area .tags span:hover {
  cursor: pointer;
}
@media screen and (max-width: 65.3em) {
  .search-area {
    font-size: 1.16em;
  }
}

.tags {
  font-style: italic;
  font-size: 14px;
}

.about-container {
  font-size: 1.25em;
  /*20/16*/
  font-family: AvantGardeGothicITCW02Dm;
}
.about-container .image-container {
  font-size: 1.8em;
  /*36/20*/
  text-align: center;
}

.social-media h3,
.social-media .social-info {
  color: #bb173c;
}
.social-media .facebook .social-content {
  font-size: 11px;
}
.social-media .twitter .tweet {
  color: #636363;
  font-size: 13px;
}
.social-media .twitter .tweet a {
  color: #bb173c;
}
.social-media .twitter .date {
  color: #9a9a9a;
  font-size: 12px;
}

.sub-header-container {
  text-transform: uppercase;
  color: #ffffff;
}
.sub-header-container p {
  max-width: 25em;
}
.sub-header-container h1 {
  color: #ffffff;
}
.sub-header-container li {
  font-size: 0.75em;
  /*12*/
}
.sub-header-container a:link,
.sub-header-container a:visited {
  color: #ffffff;
  text-decoration: none;
}
.sub-header-container a:hover,
.sub-header-container a:focus,
.sub-header-container a.active {
  text-decoration: underline;
}
.sub-header-container .sub-menu {
  font-size: 16px;
}

.sub-content {
  font-size: 0.875em;
  /*14*/
}
.sub-content h2 {
  font-size: 1.4em;
  /*18*/
  margin-bottom: 1.4em;
  padding: 0px;
  text-transform: uppercase;
  display: inline-block;
}
.sub-content h2.donors-header {
  padding-left: 0;
}
.sub-content h2.red-header {
  color: #bb173c;
}
.sub-content h2.stand-alone {
  padding-left: 4.85%;
  margin-top: 2em;
}

.page-box-container.bg-img,
.background-image {
  color: #ffffff;
}

.news p,
.news .tags,
.news .content {
  font-size: 12px;
  /*12/16*/
  margin-bottom: 0;
}
@media screen and (max-width: 65.3em) {
  .news p {
    font-size: 1em;
  }
  .news h4 {
    font-size: 1.16em;
  }
  .news .tags {
    font-size: 0.83em;
  }
}
@media screen and (max-width: 37.5em) {
  .news p {
    display: none;
  }
  .news .read-more {
    display: block;
  }
}

.read-more {
  font-size: 0.8125em;
  /*13/16*/
  text-transform: uppercase;
  font-family: AvantGardeGothicITCW02Dm;
}
.read-more a:link {
  text-decoration: underline;
}

.top-news h3 {
  font-size: 0.8em;
}
@media screen and (max-width: 1048px) {
  .top-news h3 {
    font-size: 1em;
  }
}
.top-news h4 {
  max-width: 65%;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-news i {
  font-size: 20px;
}
.top-news .load-more a {
  font-size: 0.75em;
  padding: 1.5em;
  color: #bb173c;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
}
.top-news .take-action-box {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
}
.top-news .take-action-box p {
  font-family: AvantGardeGothicITCW02Dm;
  text-transform: uppercase;
  text-decoration: underline;
}

.country-container {
  font-family: AvantGardeGothicITCW02Md;
}
.country-container a {
  color: #504F49;
}

.country-info-container {
  color: #ffffff;
}
.country-info-container a {
  color: #ffffff;
  text-decoration: underline;
}
.country-info-container .slick-dots li button:before {
  font-size: 40px;
}

.topic-page h1 {
  text-transform: uppercase;
  color: #bb173c;
}
.topic-page .letter-header {
  color: #bb173c;
  text-decoration: none;
  font-family: AvantGardeGothicITCW02Dm;
  font-weight: 600;
}

.map-item .number {
  font-size: 4em;
  line-height: 1em;
  margin-top: 0px;
  font-family: AvantGardeGothicITCW02Md;
  display: inline-block;
}
.map-item .title {
  display: inline-block;
  max-width: 15em;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 0.875em;
  margin-top: 0px;
}

.careers-page h2 {
  color: #00ffff;
}
.careers-page .job-link {
  text-decoration: underline;
  text-align: center;
}

.country h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 1em;
}
@media screen and (max-width: 37.5em) {
  .country h2 {
    font-size: 17px;
    font-family: AvantGardeGothicITCW02Md;
  }
}
.country p {
  margin-top: 0px;
}
.country .population {
  margin-bottom: 1em;
  text-transform: uppercase;
}
.country .country-content {
  column-count: 2;
  column-gap: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}
@media screen and (max-width: 65.3em) {
  .country .country-content {
    column-count: 1;
    column-gap: 20px;
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
  }
}

.project-container .author {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding-left: 1.5em;
}
.project-container .desc,
.project-container .read-more {
  font-size: 13px;
}
.project-container .read-more {
  text-transform: uppercase;
  text-decoration: underline;
}

.search-terms {
  font-size: 14px;
  text-decoration: underline;
}
.search-terms p {
  display: inline;
  margin-right: 10px;
}

.search-result h3 {
  text-decoration: underline;
  text-transform: none;
}
.search-result .search-link {
  font-size: 12px;
  font-style: italic;
}
.search-result p {
  margin: 0px;
}

.search-results h2 {
  text-transform: uppercase;
}

.media-page {
  margin-bottom: 2em;
}
.media-page h2 {
  text-transform: uppercase;
  color: #f8a238;
  margin-bottom: 1.5em;
}
.media-page .sub-header-container p {
  text-transform: none;
}
.media-page .press-release h3 {
  text-transform: none;
}

.error-404 h1 {
  font-size: 3em;
}
.error-404 p {
  font-size: 1.5em;
}

.content-single-parent-area h1 {
  color: #bb173c;
}

.content-slide-container h2.stand-alone {
  text-transform: uppercase;
  color: #00ffff;
}

.page-boxes a,
.page-boxes a:hover {
  color: #fff;
}
.page-boxes h3 {
  font-family: AvantGardeGothicITCW02Md;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px;
}

.sub-page-nav {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px;
}
.sub-page-nav a,
.sub-page-nav a:hover {
  color: #ffffff;
}
@media screen and (max-width: 75em) {
  .sub-page-nav {
    font-size: 8px;
  }
}

.sidebar-item p,
.sidebar-item h3,
.sidebar-item a,
.sidebar-item a:hover {
  color: #bb173c;
}
.sidebar-item .read-more {
  text-decoration: underline;
}
.sidebar-item h3 {
  font-size: 15px;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Inputs and buttons
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.site-header {
  position: relative;
}
.page .site-header .main-navigation, .single .site-header .main-navigation,
.site-header .blog .main-navigation, .search .site-header .main-navigation, .no-backgroundsize .site-header .main-navigation, .archive .site-header .main-navigation {
  position: fixed;
  top: 0;
  z-index: 4000;
}
.lt-ie9 .page .site-header .main-navigation {
  position: fixed;
  z-index: 4000;
}
.site-header .home-hero {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1000;
}
.site-header .home-hero .slick-slider {
  margin-bottom: 0;
}
.site-header .home-hero .slick-prev:before {
  background-image: url("img/prev-arrow.png");
}
.site-header .home-hero .slick-next:before {
  background-image: url("img/next-arrow.png");
}
.site-header .home-hero .slick-dots li a:before {
  font-size: 12px;
  color: #ffffff;
  text-indent: 0;
}
.site-header .home-hero .home-slides {
  visibility: hidden;
}
.site-header .home-hero .home-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -ms-behavior: url(/wp-content/themes/gain/backgroundsize.min.htc);
}
.site-header .home-hero .home-slide .spacer {
  padding-bottom: 70%;
}
@media screen and (max-height: 769px) {
  .site-header .home-hero .home-slide .spacer {
    padding-bottom: 0;
    height: 568px;
  }
}
@media screen and (max-width: 37.5em) {
  .site-header .home-hero .home-slide .spacer {
    height: 700px;
  }
}
.site-header .home-hero .home-info {
  position: absolute;
  z-index: 1500;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6% 5% 0 2.5%;
}
@media screen and (max-width: 37.5em) {
  .site-header .home-hero .home-info {
    padding-left: 6%;
    padding-top: 45px;
  }
}
.site-header .home-hero .intro-text {
  width: 420px;
  margin-bottom: 4%;
}
@media screen and (max-width: 37.5em) {
  .site-header .home-hero .intro-text {
    width: 80%;
  }
}
.site-header .home-hero .focus-areas {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 6%;
  left: 0%;
}
@media screen and (max-width: 37.5em) {
  .site-header .home-hero .focus-areas {
    position: static;
  }
}
.site-header .home-hero .focus-area {
  width: 25%;
  margin: 0;
  float: left;
}
.site-header .home-hero .focus-area p {
  border-right: 1px solid #fff;
}
.site-header .home-hero .focus-area h3 a {
  font-size: 20px;
  text-decoration: none;
  padding: 0;
}
.site-header .home-hero .focus-area p,
.site-header .home-hero .focus-area h3,
.site-header .home-hero .focus-area a {
  padding: 0 10%;
}
@media screen and (max-width: 37.5em) {
  .site-header .home-hero .focus-area p,
  .site-header .home-hero .focus-area h3,
  .site-header .home-hero .focus-area a {
    padding: 0 10% 0 0;
  }
}
.site-header .home-hero .focus-area.last p {
  border-right: none;
}
@media screen and (max-width: 37.5em) {
  .site-header .home-hero .focus-area {
    width: 45%;
    height: 155px;
    margin-bottom: 5%;
    margin-right: 5%;
  }
  .site-header .home-hero .focus-area.second p {
    border-right: none;
  }
}
.site-header .nav-link {
  height: 40px;
  width: 114px;
  display: inline-block;
  float: left;
  margin: 3px 3% 0 0;
  padding: 0px;
}
.site-header .nav-link:hover, .site-header .nav-link:focus {
  background-color: transparent;
}
.site-header .nav-logo {
  text-indent: -9999em;
  background-image: url("./img/header-logo-lrg.png");
  -ms-behavior: url(/wp-content/themes/gain/backgroundsize.min.htc);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 40px;
  width: 114px;
}
.site-header .social-links,
.site-header .menu-main-menu-container {
  display: inline-block;
  float: left;
}
@media screen and (max-width: 65.3em) {
  .site-header .social-links,
  .site-header .menu-main-menu-container {
    display: block;
    float: none;
  }
}
.site-header .social-links {
  overflow: hidden;
  float: right;
  margin-right: 5%;
}
@media screen and (max-width: 65.3em) {
  .site-header .social-links {
    float: none;
    text-align: center;
    margin-right: 0px;
    border-top: 1px dotted #ffffff;
  }
}
.site-header .main-navigation {
  height: 43px;
  padding: 0 0 0 5%;
  background-color: rgba(0, 0, 0, 0.5);
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.site-header .main-navigation.showing {
  background-color: rgba(0, 0, 0, 0.9);
}
.site-header .main-navigation .current_page_item a {
  background-color: rgba(255, 255, 255, 0.2);
}
.fixed .site-header .main-navigation, .lt-ie9 .fixed.page.home .site-header .main-navigation {
  position: fixed;
  top: 0;
  left: auto;
  bottom: auto;
  padding-left: 4.25%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fixed .site-header .home-hero, .lt-ie9 .fixed.page.home .site-header .home-hero {
  padding-left: 0px;
}
.site-header .search {
  margin-left: 1em;
}
@media screen and (max-width: 65.3em) {
  .site-header .search {
    margin-left: 0px;
  }
}

@media screen and (max-width: 65.3em) {
  .menu-items {
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    z-index: -10;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .csstransitions .menu-items {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu-items.show {
    top: 43px;
  }
}

.site-header .main-navigation li:hover ul.sub-menu {
  display: block;
  background-color: #000000;
}
@media screen and (max-width: 65.3em) {
  .site-header .main-navigation li:hover ul.sub-menu {
    display: none;
  }
}
@media screen and (max-width: 65.3em) {
  .site-header .main-navigation li {
    float: none;
  }
}
.site-header .main-navigation ul {
  display: block;
}
.site-header .main-navigation ul.sub-menu {
  background-color: #000000;
  display: none;
  top: 100%;
  width: 300px;
}
.site-header .main-navigation ul.sub-menu li,
.site-header .main-navigation ul.sub-menu a {
  width: 100%;
}
@media screen and (max-width: 65.3em) {
  .site-header .main-navigation ul.sub-menu {
    display: none;
  }
}

@media screen and (max-width: 65.3em) {
  .site-header .social-links li {
    display: inline-block;
  }
}

.nav-icon {
  float: right;
  display: none;
  margin-right: 3em;
  margin-top: 1em;
}
.nav-icon:hover {
  cursor: pointer;
}
@media screen and (max-width: 65.3em) {
  .nav-icon {
    display: block;
  }
}

.image-header .entry-header {
  width: 100%;
  background-size: cover;
  -ms-behavior: url(/wp-content/themes/gain/backgroundsize.min.htc);
  background-position: center;
  position: relative;
}
.image-header .sub-header-container {
  padding: 5%;
  width: 100%;
}
.image-header .sub-header-container ul {
  padding: 0px;
  margin: 1em 0 0 0;
}
@media screen and (max-width: 37.5em) {
  .image-header .sub-header-container ul {
    margin: 0;
  }
}
.image-header .sub-header-container li {
  display: block;
  padding: 0 0 18px 0;
}
.image-header .sub-header-container .menu-item,
.image-header .sub-header-container .current-menu-item > a {
  display: none;
}
.image-header .sub-header-container .current-menu-item,
.image-header .sub-header-container .current-menu-item .menu-item {
  display: block;
}
@media screen and (max-width: 65.3em) {
  .image-header .sub-header-container {
    padding-top: 80px;
  }
}
.image-header .line {
  background-color: #ffffff;
}

.no-rgba .main-navigation {
  background-color: #000000;
}

.no-opacity .step-2 {
  display: none;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 1.5em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul {
  display: block;
}

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation ul {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
#page {
  margin: 0 auto;
  position: relative;
}
.lt-ie9 #page {
  min-width: 1250px;
}

.content-area,
#page {
  overflow: hidden;
}

.content-area img {
  max-width: 100%;
}

.image-container {
  position: relative;
  -ms-behavior: url(/wp-content/themes/gain/backgroundsize.min.htc);
  background-size: cover;
  background-position: center;
  padding: 9% 0;
}
.image-container p {
  border: 6px solid #ffffff;
  color: #ffffff;
  left: 50%;
  top: 25%;
  padding: 17px;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 65.3em) {
  .image-container {
    padding: 10%;
  }
  .image-container p {
    width: 80%;
    left: 26%;
  }
}

.image-container .arrow,
.country-info-container .arrow {
  position: absolute;
  border-top: 30px solid #ffffff;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  margin-left: -30px;
  left: 50%;
  top: 0;
}
@media screen and (max-width: 37.5em) {
  .image-container .arrow,
  .country-info-container .arrow {
    border-width: 20px;
  }
}
.image-container .slick-loading .slick-list,
.country-info-container .slick-loading .slick-list {
  border-radius: 50%;
}
.image-container .back-top-countries,
.country-info-container .back-top-countries {
  position: absolute;
  right: 5%;
  top: 50px;
}

.line {
  width: 60px;
  height: 1px;
  background-color: #676666;
  margin: 3% 0;
}

.circle-mask,
.sub-page-content .right img.circle-mask,
.single-page-content .right img.circle-mask {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.lt-ie9 .circle-mask,
.lt-ie9 .sub-page-content .right img.circle-mask,
.lt-ie9 .single-page-content .right img.circle-mask {
  display: block;
  width: 100%;
}

.impact-container .content-slide-container .sub-page-content {
  padding-top: 4em;
}
.impact-container .impact-slider {
  position: relative;
}
.impact-container .impact-slider .right {
  position: relative;
}
.impact-container .impact-slider .right img {
  max-width: 430px;
}
@media screen and (max-width: 65.3em) {
  .impact-container .impact-slider .right img {
    max-width: 100%;
  }
}
.impact-container .sub-page-content {
  padding: 0px;
}

.lt-ie9 .impact-container .impact-slider .right img {
  width: 100%;
  max-width: 100%;
}

.about-container .content-container {
  position: relative;
}
.about-container .content-container .facebook-share {
  display: inline;
  position: absolute;
  top: 22%;
  right: 2%;
  width: 210px;
}
.about-container .content-container .facebook-share .fb-share-button {
  max-width: 84px;
  margin-right: 10px;
  float: left;
}
@media screen and (max-width: 30em) {
  .about-container .content-container .facebook-share {
    position: static;
  }
}
@media screen and (max-width: 65.3em) {
  .about-container .content-container {
    padding: 5% 0;
  }
}

.fb-share-button span {
  vertical-align: top !important;
}

.video-container .videos {
  overflow: hidden;
}
.video-container .video {
  display: inline-block;
  width: 20%;
  position: relative;
  z-index: 50;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-container .video:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 100;
}
@media screen and (max-width: 37.5em) {
  .video-container .video {
    width: 50%;
    float: left;
    display: block;
  }
}
.video-container a {
  display: block;
  position: relative;
  z-index: 100;
  padding: 10px;
}
.video-container .slick-list {
  overflow: visible;
}
.video-container img {
  width: 100%;
}
.video-container .overlay {
  position: absolute;
  z-index: 1000;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 10px;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.video-container .overlay:hover {
  cursor: pointer;
  opacity: 1;
}
.lt-ie9 .video-container .video .overlay {
  display: none;
}
.lt-ie9 .video-container .video:hover .overlay {
  display: block;
  z-index: 200;
}

.fancybox-nav {
  width: 7%;
}
.fancybox-nav.fancybox-prev {
  left: -7%;
}
.fancybox-nav.fancybox-next {
  right: -7%;
}

.entry-content,
.sub-content {
  position: relative;
  overflow: hidden;
}

.about-page .full-text .inner-wrap,
.careers-page .full-text .inner-wrap,
.topic-page .full-text .inner-wrap {
  max-width: 81%;
}
@media screen and (max-width: 65.3em) {
  .about-page .full-text .inner-wrap,
  .careers-page .full-text .inner-wrap,
  .topic-page .full-text .inner-wrap {
    max-width: 70%;
  }
}
.about-page .background-image,
.about-page .bg-img,
.careers-page .background-image,
.careers-page .bg-img,
.topic-page .background-image,
.topic-page .bg-img {
  background-size: cover;
  background-position: center;
}
.lt-ie9 .about-page .background-image,
.lt-ie9 .about-page .bg-img, .lt-ie9
.careers-page .background-image,
.lt-ie9
.careers-page .bg-img, .lt-ie9
.topic-page .background-image,
.lt-ie9
.topic-page .bg-img {
  -ms-behavior: url(/wp-content/themes/gain/backgroundsize.min.htc);
}

.inner-wrap {
  max-width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.sub-page-content,
.single-page-content {
  float: left;
  padding: 5em 0;
}
.sub-page-content .no-image-content,
.single-page-content .no-image-content {
  padding: 0 5%;
}
.sub-page-content .left,
.single-page-content .left {
  width: 60%;
  display: inline-block;
  padding-left: 5%;
  float: left;
}
.sub-page-content .right,
.single-page-content .right {
  width: 30%;
  display: inline-block;
  float: right;
  margin-right: 5%;
  position: relative;
}
.sub-page-content .right img,
.single-page-content .right img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 65.3em) {
  .sub-page-content .left,
  .single-page-content .left {
    width: 100%;
    float: none;
    padding: 0 9%;
  }
  .sub-page-content .right,
  .single-page-content .right {
    float: none;
    margin: 0 auto;
    display: block;
  }
}

.slider-header {
  margin-left: 9.5%;
}

.single .right,
.page-template-default .right,
.page-template-sitemap-php .right {
  width: 78%;
  display: inline-block;
}
@media screen and (max-width: 37.5em) {
  .single .right,
  .page-template-default .right,
  .page-template-sitemap-php .right {
    width: 100%;
  }
}
.single .left,
.page-template-default .left,
.page-template-sitemap-php .left {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding-right: 3em;
}
.single .left img,
.page-template-default .left img,
.page-template-sitemap-php .left img {
  width: 100%;
}
@media screen and (max-width: 37.5em) {
  .single .left,
  .page-template-default .left,
  .page-template-sitemap-php .left {
    display: none;
  }
}
.single .project .left img,
.page-template-default .project .left img,
.page-template-sitemap-php .project .left img {
  width: auto;
}
.single .single-post,
.page-template-default .single-post,
.page-template-sitemap-php .single-post {
  width: 50%;
  margin: 0 auto;
  padding: 5% 5% 0 0;
}
@media screen and (max-width: 65.3em) {
  .single .single-post,
  .page-template-default .single-post,
  .page-template-sitemap-php .single-post {
    width: 100%;
    float: none;
    padding: 5%;
  }
}
@media screen and (max-width: 37.5em) {
  .single .single-post,
  .page-template-default .single-post,
  .page-template-sitemap-php .single-post {
    padding: 15% 5%;
  }
}

.single-page {
  overflow: hidden;
}
.single-page .entry-content {
  padding: 0%;
}
.single-page .left {
  padding-left: 0;
}
.single-page .right {
  float: right;
  width: 25%;
  margin-left: 5%;
}
.single-page .single-page-content {
  padding-top: 0;
}
@media screen and (max-width: 65.3em) {
  .single-page .right {
    width: 50%;
    margin: 0 auto;
    float: none;
  }
}
.single-page .single-donor-image {
  width: 33.33%;
  float: left;
}
@media screen and (max-width: 37.5em) {
  .single-page .single-donor-image {
    width: 100%;
    float: none;
  }
}

.sub-page-nav {
  width: 100%;
  background-color: #bb173c;
  position: relative;
}
.sub-page-nav ul {
  margin: 0;
  padding: 0 0 0 3.5%;
}
.sub-page-nav li {
  display: inline-block;
}
.sub-page-nav li a {
  padding: 20px;
  display: inline-block;
}
.sub-page-nav li:hover {
  cursor: pointer;
}
@media screen and (max-width: 75em) {
  .sub-page-nav li a {
    padding: 20px 10px;
  }
}
.sub-page-nav .current-arrow {
  display: block;
  position: absolute;
  left: 5px;
  bottom: 0;
  border: 10px solid #fff;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 880px) {
  .sub-page-nav {
    display: none;
  }
}

.content-single-parent-area {
  padding: 3% 5%;
}

.content-area-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-area-container .content-single-area {
  width: 70%;
  height: 100%;
  float: left;
}
@media screen and (max-width: 880px) {
  .content-area-container .content-single-area {
    float: none;
    width: 100%;
  }
}
.content-area-container .block-container {
  position: relative;
  display: block;
}
.content-area-container .block-container.slick-slider {
  margin-bottom: 0;
  -webkit-user-select: all;
  -khtml-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.content-area-container .block-container.animating {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content-area-container .block-container.animating.bounce-right .slick-active .page-content {
  margin-left: -25px;
  margin-right: 25px;
}
.content-area-container .block-container.animating.bounce-left .slick-active .page-content {
  margin-right: -25px;
  margin-left: 25px;
}
.content-area-container .single-sidebar {
  width: 30%;
  height: 100%;
  background-color: #f4f5f5;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 52px;
  bottom: 0;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.content-area-container .single-sidebar a {
  display: block;
  overflow: hidden;
}
.content-area-container .single-sidebar h1 {
  display: none;
}
@media screen and (max-width: 75em) {
  .content-area-container .single-sidebar {
    top: 48px;
  }
}
@media screen and (max-width: 880px) {
  .content-area-container .single-sidebar {
    position: static;
    width: 100%;
  }
}
.content-area-container .page-slide {
  display: block;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.content-area-container .page-content {
  padding: 7%;
  -moz-transition: margin 0.4s ease;
  -o-transition: margin 0.4s ease;
  -webkit-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
.content-area-container .image-area {
  padding-bottom: 50%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -ms-behavior: url(/wp-content/themes/gain/backgroundsize.min.htc);
}
.content-area-container .sidebar-item {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 25px;
  padding-top: 7%;
}
.content-area-container .sidebar-item img {
  width: 80%;
  position: relative;
  left: -5%;
  border: 3px solid #dcddde;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.content-area-container .sidebar-item .line {
  background-color: #bb173c;
  height: 2px;
}
.content-area-container .sidebar-item h3,
.content-area-container .sidebar-item .line {
  margin-bottom: 25px;
}
.content-area-container .slick-active .page-content {
  display: block;
  opacity: 1;
}

.post-hero {
  background-size: cover;
  background-position: center;
  -ms-behavior: url(/wp-content/themes/gain/backgroundsize.min.htc);
  padding-bottom: 30%;
}
@media screen and (max-width: 37.5em) {
  .post-hero {
    display: none;
  }
}

.error-404 {
  padding: 15%;
  text-align: center;
}

.page-boxes {
  overflow: hidden;
}
.page-boxes .page-box {
  width: 33.33%;
  float: left;
  padding-bottom: 18%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(/wp-content/themes/gain/backgroundsize.min.htc);
}
.page-boxes .page-box .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  height: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-boxes .page-box .overlay .table {
  display: table;
  height: 100%;
  width: 100%;
  padding-top: 15px;
}
.page-boxes .page-box .overlay h3 {
  padding: 0 10%;
  margin-top: 23%;
  text-align: center;
  line-height: 1.2;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-boxes .page-box:hover .overlay {
  margin-top: 33%;
}
.page-boxes .page-box:hover h3 {
  margin-top: 2%;
}
@media screen and (max-width: 1300px) {
  .page-boxes .page-box .overlay h3 {
    margin-top: 20%;
  }
  .page-boxes .page-box:hover .overlay {
    margin-top: 28%;
  }
  .page-boxes .page-box:hover h3 {
    margin-top: 2%;
  }
}
@media screen and (max-width: 65.3em) {
  .page-boxes .page-box {
    width: 50%;
    float: left;
    padding-bottom: 25%;
  }
  .page-boxes .page-box h3 {
    margin-top: 0;
    display: table-cell;
    vertical-align: middle;
  }
  .page-boxes .page-box:hover .overlay {
    margin-top: 0;
  }
}

.page-box {
  float: left;
  width: 50%;
  position: relative;
  padding-bottom: 20%;
}
.page-box article {
  position: absolute;
}
.lt-ie9 .page-box .overlay {
  background-image: url("img/ie8-overlay.png");
}
.page-box .page-box-container {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5% 5% 5% 10%;
}
@media screen and (max-width: 65.3em) {
  .page-box {
    width: 100%;
    float: none;
    padding-bottom: 0;
  }
  .page-box article {
    position: relative;
  }
}

.content-slide-container {
  position: relative;
}
.content-slide-container .issues-header-wrap {
  position: absolute;
  left: 9.5%;
  top: 6%;
  width: 100%;
  height: 30px;
  z-index: 1000;
}
.content-slide-container .issues-header-wrap h2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.content-slide-container h2 {
  position: absolute;
  top: 9.5%;
  left: 9.5%;
  z-index: 100;
}
@media screen and (max-width: 65.3em) {
  .content-slide-container h2 {
    left: 13%;
  }
}
.lt-ie9 .content-slide-container h2 {
  top: 7.5%;
}
.content-slide-container.bg-img h2 {
  color: #ffffff;
  top: 7%;
}
.content-slide-container p {
  margin-top: 0;
}
.content-slide-container .sub-page-content {
  padding-top: 7em;
}

.site-map ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: bold;
}
.site-map ul ul {
  margin-left: 15px;
}
.site-map ul ul li {
  position: relative;
}
.site-map ul ul li:before {
  content: "-";
  display: block;
  position: absolute;
  left: -15px;
}
.site-map .menu-item {
  margin-bottom: 1em;
}
.site-map ul ul .menu-item {
  margin-bottom: 0;
  font-weight: normal;
}

.offices {
  overflow: hidden;
}

.office-container {
  width: 50%;
  min-height: 165px;
  padding-right: 25px;
  float: left;
}

.wpcf7 input[type=submit] {
  display: block;
}

div.anchor {
  display: block;
  position: relative;
  top: -75px;
}

.comments-area .form-allowed-tags {
  display: none;
}
.comments-area input[type=submit] {
  display: block;
}

.fancybox {
  display: block;
}

input[type=submit] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.entry-header input[type=search],
.entry-header input[type=text],
.search-area input[type=search],
.search-area input[type=text] {
  border: none;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  height: 25px;
  width: 85%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.lt-ie9 .entry-header input[type=search],
.lt-ie9 .entry-header input[type=text],
.lt-ie9 .search-area input[type=search],
.lt-ie9 .search-area input[type=text] {
  color: #000000;
}

.search-page button {
  padding: 0;
  background-color: transparent;
  border: none;
  float: left;
  color: #ffffff;
  padding: 5px 0 4px 10px;
}
.search-page button:hover {
  cursor: pointer;
}
.search-page button i {
  font-size: 1.8em;
}

.search-page input[type=text] {
  margin: 0;
  width: 235px;
  height: 40px;
  float: left;
  color: #ffffff;
}

.search-list {
  max-width: 85%;
  clear: both;
}
.search-list:after, .search-list:before {
  content: "";
  clear: both;
  display: table;
}
.search-list li {
  width: 50%;
  position: relative;
  display: block;
}
@media screen and (max-width: 37.5em) {
  .search-list li {
    float: none;
    width: 100%;
  }
}
.search-list .icheckbox_minimal {
  margin-right: 15px;
}
.search-list ul.search-sub-list {
  display: none;
  position: absolute;
  margin-top: 10px;
  z-index: 100;
  padding: 10px 10px 0 10px;
  left: 30px;
  background-color: #464545;
}
.search-list ul.search-sub-list li {
  float: none;
  width: 100%;
}
.search-list .show .search-sub-list {
  display: block;
}

.expand {
  margin-left: 1em;
}
.expand:hover {
  cursor: pointer;
}

.topic-page {
  padding-top: 0em;
}
@media screen and (max-width: 65.3em) {
  .topic-page {
    padding-top: 0em;
  }
}
.topic-page .line {
  background-color: #bb173c;
}
.topic-page .map-container {
  position: relative;
  display: block;
}
@media screen and (max-width: 65.3em) {
  .topic-page .map-container {
    display: none;
  }
}
.topic-page .map-header {
  position: absolute;
  top: 5em;
  width: 100%;
  z-index: 100;
}
.topic-page #map {
  width: 100%;
  padding-bottom: 65%;
}
.topic-page iframe {
  width: 100%;
  height: 100%;
}
.topic-page .map-item {
  position: absolute;
  width: 30%;
}
.topic-page .map-item:hover {
  cursor: pointer;
}
.topic-page .map-item-1 {
  left: 5%;
  top: 0;
}
.topic-page .map-item-2 {
  left: 35%;
  top: 0;
}
.topic-page .map-item-3 {
  left: 65%;
  top: 0;
}
.topic-page .map-item-4 {
  left: 5%;
  bottom: 5%;
}
.topic-page .map-item-5 {
  left: 35%;
  bottom: 5%;
}
.topic-page .map-item-6 {
  left: 65%;
  bottom: 5%;
}
.topic-page .image-container {
  padding-bottom: 8%;
  padding-top: 7%;
}
@media screen and (max-width: 65.3em) {
  .topic-page .image-container {
    padding-bottom: 50%;
    padding-top: 0;
  }
}
.topic-page .topic-overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: scroll;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 3%;
}
.topic-page .topic-overlay img {
  width: 100%;
}
.topic-page .topic-overlay.show {
  display: block;
}
.topic-page .close-btn {
  position: absolute;
  top: 25px;
  right: 50px;
  z-index: 90000;
  width: 80px;
}
.topic-page .close-btn:hover {
  cursor: pointer;
}
.topic-page .close-btn p {
  float: left;
  display: inline-block;
}
.topic-page .close-btn img {
  width: 24px;
  float: right;
}
.topic-page .mobile-space {
  display: none;
  height: 43px;
}
@media screen and (max-width: 65.3em) {
  .topic-page .mobile-space {
    display: block;
  }
}
.lt-ie9 .topic-page .overlay {
  background-image: url("img/ie8-overlay.png");
}
.topic-page .col {
  width: 33%;
  padding-left: 12%;
  padding-bottom: 3em;
  float: left;
}
@media screen and (max-width: 37.5em) {
  .topic-page .col {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    float: none;
  }
}
.topic-page .country-container {
  padding-top: 3em;
}
.topic-page .country-info-container {
  position: relative;
  width: 100%;
  background-color: #bb173c;
  padding-bottom: 1em;
  display: none;
}
.topic-page .country-info-container .country {
  display: none;
  padding-top: 5%;
}
.topic-page .country-info-container .country.show {
  display: block;
}
@media screen and (max-width: 65.3em) {
  .topic-page .country-info-container .country {
    padding-top: 10%;
  }
}
.topic-page .country-info-container .country-content {
  width: 60%;
  float: left;
}
@media screen and (max-width: 37.5em) {
  .topic-page .country-info-container .country-content {
    width: 100%;
    float: none;
  }
}
.topic-page .country-info-container .country-images {
  width: 40%;
  float: left;
  padding: 0 5%;
  position: relative;
  overflow: hidden;
}
.topic-page .country-info-container .country-images .image-slider {
  position: relative;
}
.topic-page .country-info-container .country-images .circle-mask {
  width: 100%;
}
.topic-page .country-info-container .country-images ul {
  margin-left: 0;
}
.topic-page .country-info-container .country-images .slick-slide {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.topic-page .country-info-container .country-images .slick-slide img {
  width: 100%;
}
@media screen and (max-width: 37.5em) {
  .topic-page .country-info-container .country-images {
    width: 80%;
  }
}
@media screen and (max-width: 37.5em) {
  .topic-page .country-info-container .image-slider-wrapper {
    margin: 0 auto;
    float: none;
  }
}
.topic-page .page-boxes .page-box {
  width: 50%;
  padding-bottom: 25%;
}

.slick-loading .circle-mask {
  display: block;
}

.project-container,
.map-modal {
  position: absolute;
  z-index: 900;
  top: 10%;
  left: 50%;
  width: 565px;
  margin-left: -282px;
  background-color: #ffffff;
  display: none;
}
.project-container .right,
.map-modal .right {
  width: 64%;
  float: right;
  margin-top: 2em;
  margin-bottom: 5em;
  padding-right: 10%;
}
.project-container .left,
.map-modal .left {
  width: 30%;
  padding-top: 15%;
  float: left;
  text-align: right;
}
.project-container .content-container,
.map-modal .content-container {
  overflow: hidden;
}
.project-container .image-container,
.map-modal .image-container {
  position: relative;
  padding: 0;
}
.project-container .image-container .arrow,
.map-modal .image-container .arrow {
  position: absolute;
  top: 0;
}
.project-container .image-container img,
.map-modal .image-container img {
  display: block;
  width: 100%;
}
.project-container .close-btn,
.map-modal .close-btn {
  top: 1em;
  right: 1em;
}
.project-container.show,
.map-modal.show {
  display: block;
}

.boxshadow .project-container,
.boxshadow .map-modal {
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.boxshadow .project-dot {
  -moz-box-shadow: #ffffff 0 0 0 2px, rgba(0, 255, 255, 0.3) 0 0 5px 5px;
  -webkit-box-shadow: #ffffff 0 0 0 2px, rgba(0, 255, 255, 0.3) 0 0 5px 5px;
  box-shadow: #ffffff 0 0 0 2px, rgba(0, 255, 255, 0.3) 0 0 5px 5px;
}

.project-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  border: 5px solid #00ffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: none;
  z-index: 200;
}
.project-dot.hover {
  cursor: pointer;
  width: 250px;
  height: 250px;
  margin-left: -125px;
  margin-top: -125px;
  z-index: 1000;
}
.project-dot.hover img {
  -webkit-animation: imageAnimate 5s infinite ease;
  -moz-animation: imageAnimate 5s infinite ease;
  -o-animation: imageAnimate 5s infinite ease;
  animation: imageAnimate 5s infinite ease;
}
.project-dot img {
  position: absolute;
  left: -50%;
  top: -30%;
  z-index: 100;
}

@-webkit-keyframes imageAnimate {
  0% {
    left: -55%;
  }
  50% {
    left: -70%;
  }
  100% {
    left: -50%;
  }
}
@-moz-keyframes imageAnimate {
  0% {
    left: -55%;
  }
  50% {
    left: -70%;
  }
  100% {
    left: -50%;
  }
}
@-o-keyframes imageAnimate {
  0% {
    left: -55%;
  }
  50% {
    left: -70%;
  }
  100% {
    left: -50%;
  }
}
@keyframes imageAnimate {
  0% {
    left: -55%;
  }
  50% {
    left: -70%;
  }
  100% {
    left: -50%;
  }
}
.csstransitions .project-dot {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.project-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.project-overlay.show {
  display: block;
}

.slide-controls {
  position: absolute;
  top: 45%;
  width: 100%;
}
.slide-controls .arrow-prev {
  float: left;
  margin-left: 5%;
}
.slide-controls .arrow-next {
  float: right;
  margin-right: 5%;
}
.slide-controls .arrow:hover {
  cursor: pointer;
  opacity: 1;
}
.slide-controls .arrow {
  opacity: 0.5;
}
.slide-controls .arrow.disabled {
  opacity: 0.2;
}

.donor-slider {
  background-color: #d9d9d9;
}
.donor-slider .slick-list {
  margin-top: 6%;
}
.donor-slider .slick-dots {
  position: relative;
  bottom: -8px;
}
.donor-slider img {
  display: block;
  max-width: 75%;
  margin: -50px auto;
}
@media screen and (max-width: 65.3em) {
  .donor-slider {
    height: auto;
  }
}

.slick-dots {
  bottom: 30px;
  padding: 0px;
  margin: 0px;
  z-index: 200;
}

.image-slider .slick-dots {
  bottom: -30px;
}

.slick-next,
.slick-prev {
  top: 45%;
  z-index: 200;
  opacity: 0.5;
  height: 50px;
  width: 22px;
}
.slick-next:hover,
.slick-prev:hover {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  width: 22px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
}

.slick-prev:before {
  background-image: url("img/prev-arrow-blk.png");
}

.bg-img .slick-prev:before,
.videos .slick-prev:before {
  background-image: url("img/prev-arrow.png");
}

.slick-next:before {
  background-image: url("img/next-arrow-blk.png");
}

.bg-img .slick-next:before,
.videos .slick-next:before {
  background-image: url("img/next-arrow.png");
}

.slick-prev {
  left: 5%;
}

.slick-next {
  right: 5%;
}

.bg-img .slick-dots li a {
  color: transparent;
}

.bg-img .slick-dots li a:before {
  font-size: 12px;
  color: #ffffff;
  text-indent: 0;
}

.slick-dots li a:before {
  font-size: 12px;
}

.impact-slider .slick-dots {
  bottom: -45px;
}

.no-opacity .slick-dots li a:before {
  color: #878787;
}
.no-opacity .slick-dots li.slick-active a:before {
  color: #504F4F;
}

.fade .slick-list {
  z-index: 100;
}
.fade .sub-page-content {
  background-color: #ffffff;
}

.top-news {
  overflow: hidden;
}
.top-news .box {
  width: 25%;
  padding-bottom: 25%;
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden;
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top-news .box img {
  display: block;
  width: 100%;
}
.top-news .box .tags {
  padding: 0px;
}
@media screen and (max-width: 65.3em) {
  .top-news .box {
    width: 50%;
    padding-bottom: 50%;
  }
}
.top-news .box-content {
  position: absolute;
  width: 100%;
}
.top-news .box-large {
  width: 50%;
  overflow: hidden;
}
.top-news .box-large .news-content {
  width: 50%;
  float: left;
}
.top-news .box-large .news-image {
  width: 50%;
  position: relative;
  float: right;
}
.top-news .box-large .news-image img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 65.3em) {
  .top-news .box-large {
    width: 100%;
  }
}
.top-news .reverse .news-content {
  float: right;
}
.top-news .reverse .news-image {
  float: left;
}
.top-news .reverse .arrow {
  right: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ffffff;
  border-left: 15px solid transparent;
}
.top-news .video-box {
  width: 50%;
  padding-bottom: 0px;
  background-image: url("./img/play-button.png");
  background-repeat: no-repeat;
  background-position: center;
}
.top-news .video-box .box-content {
  padding-bottom: 50%;
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: -10;
  -ms-behavior: url(/wp-content/themes/gain/backgroundsize.min.htc);
}
@media screen and (max-width: 65.3em) {
  .top-news .video-box {
    width: 100%;
  }
}
.top-news .search-area {
  -ms-behavior: url(/wp-content/themes/gain/backgroundsize.min.htc);
  background-size: cover;
}
.top-news .search-area .tags {
  padding-left: 11%;
}
@media screen and (max-width: 65.3em) {
  .top-news .search-area {
    width: 100%;
    padding-bottom: 75%;
  }
}
@media screen and (max-width: 37.5em) {
  .top-news .search-area {
    padding-bottom: 100%;
  }
}
.top-news .search-box {
  width: 80%;
  padding-bottom: 31.5%;
  padding-left: 8%;
  background-image: url("./img/welcome-box.png");
  -ms-behavior: url(/wp-content/themes/gain/backgroundsize.min.htc);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 10% auto 0 auto;
}
@media screen and (max-width: 1400px) {
  .top-news .search-box {
    padding-bottom: 21.5%;
  }
}
@media screen and (max-width: 65.3em) {
  .top-news .search-box {
    width: 60%;
  }
}
@media screen and (max-width: 37.5em) {
  .top-news .search-box {
    width: 80%;
    padding-bottom: 28.5%;
  }
}
.top-news .load-more {
  width: 100%;
  text-align: center;
  clear: both;
  border-top: 1px dotted #d7d7d7;
  border-bottom: 1px dotted #919191;
  background-color: #efefef;
}
.top-news .news-content {
  padding: 5%;
  position: relative;
}
.top-news .news-content-sml {
  padding: 10%;
}
.top-news .line {
  width: 35px;
  height: 1px;
  background-color: #676666;
  margin: 10% 0;
}
.top-news .arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ffffff;
}
.top-news h3 {
  position: relative;
}
.top-news .share-links {
  display: inline-block;
  position: absolute;
  right: 5%;
  width: 60px;
}
.top-news .share-links i {
  margin-left: 10px;
}
@media screen and (max-width: 30em) {
  .top-news .share-links {
    right: -5px;
    top: 25px;
  }
  .top-news .share-links .fb_iframe_widget {
    top: -5px;
  }
}
.top-news .content {
  margin-bottom: 0.5em;
}
.top-news .take-action-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  -ms-behavior: url(/wp-content/themes/gain/backgroundsize.min.htc);
}
.top-news .take-action-content {
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  border: 6px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}
.top-news .take-action-content p {
  margin: 30% 0 0 0;
}

.site-footer {
  width: 100%;
  height: 36px;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  padding-right: 6.25%;
}
.site-footer .site-info {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 700px) {
  .site-footer .site-info {
    float: none;
  }
}
.site-footer .site-info .menu-footer-menu-container,
.site-footer .site-info .social-links,
.site-footer .site-info li {
  display: inline-block;
}
.site-footer .site-info .menu-footer-menu-container,
.site-footer .site-info .social-links {
  float: left;
}
@media screen and (max-width: 700px) {
  .site-footer .site-info .menu-footer-menu-container,
  .site-footer .site-info .social-links {
    float: none;
    width: 100%;
    margin-left: 15px;
  }
}
.site-footer .site-info a {
  padding: 10px;
  display: inline-block;
}
.site-footer .social-links {
  font-size: 2em;
  margin-left: 0px;
}
.site-footer .social-links a {
  padding: 5px;
}
.site-footer .social-links .search {
  display: none;
}
.site-footer .spacer {
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 9px 32px 0px 32px;
  float: left;
  background-color: #ffffff;
}
@media screen and (max-width: 700px) {
  .site-footer {
    width: 100%;
    padding-right: 0px;
    height: auto;
  }
  .site-footer #menu-footer-menu {
    margin: 0px;
  }
  .site-footer .spacer {
    display: none;
  }
}

.no-rgba .site-footer {
  background-color: #000000;
}

.social-media {
  overflow: hidden;
  padding-bottom: 5%;
  background-color: #dcdcdc;
}
@media screen and (max-width: 30em) {
  .social-media {
    overflow: visible;
  }
}
.social-media .inner-wrap {
  overflow: visible;
}
.social-media .left, .social-media .middle {
  padding-right: 2em;
}
.social-media .left,
.social-media .middle,
.social-media .right {
  width: 40%;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 65.3em) {
  .social-media .left,
  .social-media .middle,
  .social-media .right {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.social-media .left > div,
.social-media .middle > div,
.social-media .right > div {
  background: #fff;
  padding: 1em;
}
.social-media .middle, .social-media .right {
  width: 30%;
}
@media screen and (max-width: 65.3em) {
  .social-media .middle, .social-media .right {
    width: 100%;
  }
}
@media screen and (max-width: 65.3em) {
  .social-media .left {
    margin-bottom: 5%;
  }
}
.social-media .social-info {
  display: inline-block;
  width: 80%;
  float: left;
}
.social-media .social-info p {
  margin: 0;
}
.social-media .profile-image {
  width: 10%;
  float: left;
}
.social-media .profile-image img {
  width: 100%;
}
.social-media .social-content,
.social-media .tweet {
  clear: both;
  width: 100%;
}
.social-media .twitter a {
  display: block;
  overflow: hidden;
}
.social-media .twitter .tweet {
  margin-bottom: 0px;
}
.social-media .twitter .date {
  margin-top: 0px;
}
.social-media .facebook,
.social-media .twitter {
  margin-bottom: 5%;
}
.social-media .social-container h3 {
  margin-bottom: 15px;
}
.social-media .social-container .profile-image {
  margin-right: 15px;
}
.social-media .linkedin {
  margin-bottom: 2em;
}
.social-media .flickr-container {
  overflow: hidden;
  margin-bottom: 5%;
  margin-top: 23px;
}
.social-media .flickr-container .flickr-image {
  float: left;
  line-height: 0;
  padding-bottom: 30%;
  width: 49.5%;
  background-size: cover;
  background-position: center;
  -ms-behavior: url(/wp-content/themes/gain/backgroundsize.min.htc);
  border: 3px solid #fff;
}
.social-media .flickr-container .flickr-image.small {
  width: 33%;
}
@media screen and (max-width: 65.3em) {
  .social-media .flickr-container {
    padding-right: 0;
  }
}

body .search-results {
  padding: 1% 5%;
  width: auto;
  overflow: hidden;
  margin: 0 -15px;
}
body .search-results h2 {
  margin-left: 15px;
}
body .search-results .navigation {
  clear: both;
}
body .search-results .search-result {
  display: inline-block;
  width: 33%;
  float: left;
  padding: 15px;
  overflow: hidden;
}
@media screen and (max-width: 65.3em) {
  body .search-results .search-result {
    width: 50%;
  }
}
@media screen and (max-width: 37.5em) {
  body .search-results .search-result {
    width: 100%;
  }
}
body .search-results .search-result h3 {
  text-decoration: none;
}
body .search-results .search-result a {
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #ccc;
  height: 300px;
  color: #000;
  position: relative;
}
body .search-results .search-result a div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
}
body .search-results .search-result a div > * {
  padding: 5px 15px;
}
body .search-results .search-result a div p {
  max-height: 0;
  line-height: 0;
  overflow: hidden;
  padding: 0;
}
body .search-results .search-result a div .type {
  display: block;
  background: #9b9b9b;
  width: 100%;
  text-transform: uppercase;
}
body .search-results .search-result a:hover div p, body .search-results .search-result a:focus div p {
  max-height: none;
  line-height: initial;
  padding: 5px 15px 15px;
}

.event-hero {
  position: relative;
}
.event-hero div {
  background: rgba(95, 121, 120, 0.7);
  left: 5%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 550px;
  position: absolute;
  padding: 2em;
  color: #fff;
  font-size: 1.5em;
}
.event-hero div h2 {
  color: #fff;
  font-size: 100%;
}
.event-hero div a {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-transform: uppercase;
}

#event-nav {
  background: #5f7978;
  padding: 0 5%;
}
#event-nav ul {
  list-style-type: none;
  margin: 0;
}
#event-nav ul li {
  display: inline-block;
}
#event-nav ul li + li:before {
  content: '.';
  display: inline-block;
  margin: 0 0.25em;
  color: #fff;
}
#event-nav ul li a {
  color: #fff;
  padding: 1em 0.25em;
  display: inline-block;
}
#event-nav ul li a.active {
  background: url(/wp-content/themes/gain/img/white-arrow.png) no-repeat center bottom;
}
#event-nav ul li a:hover, #event-nav ul li a:focus {
  text-decoration: underline;
}

h1.event-title {
  color: #000;
}

#give-well {
  position: absolute;
  right: 5rem;
  top: 20%;
  width: 33rem;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10000;
  padding: 2rem;
  border: 1px solid #000;
  border-radius: 5px;
}
#give-well img {
  display: block;
  margin: auto;
}
#give-well p {
  display: block;
  margin: 2rem 0;
}
#give-well a {
  display: block;
  border-radius: 5px;
  background: #fd8424;
  border: 1px solid #fd8424;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem;
}
#give-well a:hover, #give-well a:focus {
  color: #fd8424;
  background: #fff;
}

@media all and (max-width: 850px) {
  #give-well {
    display: none;
  }
}
.event-home h2 {
  color: #000;
  font-size: 2em;
  text-transform: none;
}
.event-home section {
  padding: 0 5%;
}
.event-home section > h3 {
  color: #5f7978;
  font-size: 1.7em;
  margin: 40px 0;
  display: inline-block;
}
.event-home #speakers ul, .event-home #partners ul, .event-home #related ul {
  margin: 0;
  overflow: hidden;
  margin: -1em;
}
.event-home #speakers li, .event-home #partners li, .event-home #related li {
  list-style-type: none;
  display: inline-block;
  float: left;
  padding: 1em;
}
.event-home #speakers img, .event-home #partners img, .event-home #related img {
  max-width: 100%;
  height: auto;
}
.event-home #speakers {
  background: #ccc;
}
.event-home #speakers h4 {
  font-size: 1.2em;
  margin-bottom: 0;
}
.event-home #speakers li {
  width: 25%;
  height: 450px;
}
.event-home #partners li {
  width: 16.66%;
  text-align: center;
}
.event-home #partners li p {
  display: block;
  border-top: 1px solid #ccc;
  color: #ccc;
  margin-top: 1em;
  padding-top: 5px;
}
.event-home #location {
  background: #5f7978;
}
.event-home #location h3 {
  color: #fff;
}
.event-home #location > div {
  position: relative;
  height: 400px;
  width: auto;
  margin: auto -6%;
}
.event-home #location > div .acf-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.event-home #location > div .venue-details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  width: 400px;
  max-width: 100%;
  padding: 1em;
  background: rgba(255, 255, 255, 0.7);
  padding-bottom: 100px;
}
.event-home #location > div .venue-details .more {
  position: absolute;
  bottom: 20px;
  margin: 0;
}
.event-home #related {
  background: #5f7978;
  margin: 0;
}
.event-home #related > h3 {
  color: #fff;
}
.event-home #partners, .event-home #related {
  padding-bottom: 40px;
}
.event-home #contact {
  overflow: hidden;
  padding-bottom: 40px;
}
.event-home .more {
  text-decoration: underline;
  color: #5f7978;
  font-size: 1.25em;
  display: inline-block;
  margin: 40px 0;
}
.event-home .entry-header p {
  font-size: 1.5em;
}
.event-home .page-content {
  max-width: 800px;
}
.event-home .content-area-container {
  padding: 5%;
}
.event-home .content-area-container .page-content {
  margin: 0;
  padding: 0;
}
.event-home a.facebook, .event-home a.twitter {
  display: block;
  color: #666;
  line-height: 26px;
  vertical-align: top;
  margin-top: 10px;
}
.event-home a.facebook:before, .event-home a.twitter:before {
  display: inline-block;
  height: 26px;
  width: 26px;
  content: ' ';
  margin-right: 10px;
}
.event-home a.facebook:before {
  background: url(/wp-content/themes/gain/img/facebook.png) no-repeat center;
}
.event-home a.twitter:before {
  background: url(/wp-content/themes/gain/img/twitter.png) no-repeat center;
}
.event-home .single-sidebar {
  background: #fff;
  position: relative;
  float: right;
  top: auto;
}
.event-home form {
  width: 100%;
}
.event-home form p {
  position: relative;
  overflow: hidden;
}
.event-home form p label {
  position: absolute;
  top: -100%;
}
.event-home form p input[type=text] {
  padding: 10px;
  width: 100%;
  max-width: 550px;
}
.event-home form p input[type=text]::-webkit-input-placeholder {
  color: #666;
}
.event-home form p input[type=text]::-moz-placeholder {
  color: #666;
}
.event-home form p input[type=text]:-ms-input-placeholder {
  color: #666;
}
.event-home form p .error {
  display: block;
  color: #bb173c;
  font-weight: bold;
  font-size: 150%;
}
.event-home form p input[type=submit] {
  display: inline-block;
  box-shadow: none;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-shadow: none;
  text-transform: uppercase;
  padding: 1em 3em;
  background: #666;
  margin-right: 1em;
}

@media all and (max-width: 768px) {
  .event-home #contact form, .event-home #contact > div, .event-home #contact h3 {
    width: 100%;
    float: none;
  }
}
.event-childlist ul {
  margin: 0 -6%;
}
.event-childlist ul li {
  list-style-type: none;
  overflow: hidden;
  display: block;
  padding: 2em 5%;
}
.event-childlist ul li:nth-of-type(odd) {
  background: #fff;
}
.event-childlist ul li:nth-of-type(even) {
  background: #ccc;
}
.event-childlist ul li img {
  float: left;
  width: 300px;
  height: auto;
  max-width: 100%;
}
.event-childlist ul li > div {
  float: left;
  padding-left: 50px;
  width: 800px;
}

@media all and (max-width: 1300px) {
  .event-childlist ul li a img {
    width: 30%;
  }
  .event-childlist ul li a > div {
    width: 70%;
  }
}
@media all and (max-width: 500px) {
  .event-childlist ul li a img, .event-childlist ul li a > div {
    width: 100%;
    float: none;
  }
  .event-childlist ul li a > div {
    margin-top: 10px;
    padding-left: 0;
  }
}
.event-location .acf-map {
  height: 400px;
  margin: 20px -6%;
  width: auto;
}
.event-location .address {
  margin-bottom: 20px;
}

.content-event h3 {
  margin-top: 2em;
}
.content-event h2 {
  color: #000;
  font-size: 2em;
  text-transform: none;
}
.content-event .entry-header p {
  font-size: 1.5em;
}
.content-event a.facebook, .content-event a.twitter {
  display: block;
  color: #666;
  line-height: 26px;
  vertical-align: top;
  margin-top: 10px;
}
.content-event a.facebook:before, .content-event a.twitter:before {
  display: inline-block;
  height: 26px;
  width: 26px;
  content: ' ';
  margin-right: 10px;
}
.content-event a.facebook:before {
  background: url(/wp-content/themes/gain/img/facebook.png) no-repeat center;
}
.content-event a.twitter:before {
  background: url(/wp-content/themes/gain/img/twitter.png) no-repeat center;
}
.content-event .single-sidebar {
  background: #fff;
  position: relative;
  float: right;
}
.content-event form {
  width: 100%;
}
.content-event form p {
  position: relative;
  overflow: hidden;
}
.content-event form p label {
  position: absolute;
  top: -100%;
}
.content-event form p input[type=text] {
  padding: 10px;
  width: 100%;
  max-width: 550px;
}
.content-event form p input[type=text]::-webkit-input-placeholder {
  color: #666;
}
.content-event form p input[type=text]::-moz-placeholder {
  color: #666;
}
.content-event form p input[type=text]:-ms-input-placeholder {
  color: #666;
}
.content-event form p .error {
  display: block;
  color: #bb173c;
  font-weight: bold;
  font-size: 150%;
}
.content-event form p input[type=submit] {
  display: inline-block;
  box-shadow: none;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-shadow: none;
  text-transform: uppercase;
  padding: 1em 3em;
  background: #666;
  margin-right: 1em;
}

.media-page .sub-header-container h1 {
  margin-bottom: 0px;
}
.media-page .sub-header-container p {
  margin-top: 0px;
}
.media-page .search-results {
  padding-top: 3%;
}
.media-page .press-release {
  margin-bottom: 1.5em;
  width: 50%;
}
@media screen and (max-width: 65.3em) {
  .media-page .press-release {
    width: 100%;
  }
}

.careers-page .job-link {
  width: 100%;
}
.careers-page .slick-slide {
  background-size: cover;
}

.search-page .sub-header-container h1 {
  margin-bottom: 0%;
}
@media screen and (max-width: 65.3em) {
  .search-page .sub-header-container {
    padding-left: 6%;
  }
}
.search-page .search-terms {
  clear: both;
  padding-top: 1em;
}
.search-page .search-holder {
  max-width: 335px;
  height: 125px;
}
.search-page .search-list {
  padding: 5px 5%;
  width: auto;
  max-width: none;
}
.search-page .search-list p {
  margin: 0;
  color: #fff;
}
.search-page .search-list p a {
  color: #fff;
  margin-left: 1em;
  text-transform: uppercase;
  text-decoration: underline;
}
.search-page .search-list p a:hover, .search-page .search-list p a:focus {
  text-decoration: none;
}
.search-page .search-list ul {
  margin: 5px -5px 0 -5px;
}
.search-page .search-list.focus-areas {
  margin-top: 5em;
}
.search-page .search-list.focus-areas li a {
  background: rgba(174, 57, 68, 0.8);
}
.search-page .search-list li {
  display: inline-block;
  width: auto;
  padding: 2px;
  vertical-align: top;
}
.search-page .search-list li a {
  display: block;
  background: #ccc;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  min-width: 5em;
  font-size: 0.75em;
}
.search-page .search-list li a:hover, .search-page .search-list li a:focus, .search-page .search-list li a.active {
  background: #bb173c;
}
.search-page .search-result {
  margin-bottom: 3%;
}

.donor-page .page-box {
  width: 25%;
  padding-bottom: 25%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.donor-page .page-box .overlay {
  top: 100%;
}
.donor-page .page-box .overlay h3 {
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
  text-align: center;
  -moz-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.3s;
  transition: all 0.5s ease 0.3s;
}
.donor-page .page-box:hover .overlay {
  top: 0%;
  margin-top: 0;
}
.donor-page .page-box:hover .overlay h3 {
  bottom: 10%;
}
@media screen and (max-width: 37.5em) {
  .donor-page .page-box {
    width: 50%;
    padding-bottom: 50%;
  }
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

@media print {
  body {
    font-size: 12px;
  }

  #masthead,
  .post-hero,
  .site-footer,
  .comments-area,
  img,
  .single .left {
    display: none;
  }

  .single .single-post,
  .page-template-default .single-post,
  .page-template-sitemap-php .single-post,
  .single .right {
    width: 100%;
  }
}
