/* Universal color variables */
/* Media queries */
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.1.0#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;
}
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -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=2);
  -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=3);
  -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=0, mirror=1);
  -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=2, mirror=1);
  -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;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
@font-face {
  font-family: 'MuseoSans100Italic';
  src: url('../fonts/museosans/museosans-100-italic-webfont.eot');
  src: url('../fonts/museosans/museosans-100-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans/museosans-100-italic-webfont.woff') format('woff'), url('../fonts/museosans/museosans-100-italic-webfont.ttf') format('truetype'), url('../fonts/museosans/museosans-100-italic-webfont.svg#MuseoSans100') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans100';
  src: url('../fonts/museosans/museosans-100-webfont.eot');
  src: url('../fonts/museosans/museosans-100-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans/museosans-100-webfont.woff') format('woff'), url('../fonts/museosans/museosans-100-webfont.ttf') format('truetype'), url('../fonts/museosans/museosans-100-webfont.svg#MuseoSans100') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans300';
  src: url('../fonts/museosans/museosans-300-webfont.eot');
  src: url('../fonts/museosans/museosans-300-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans/museosans-300-webfont.woff') format('woff'), url('../fonts/museosans/museosans-300-webfont.ttf') format('truetype'), url('../fonts/museosans/museosans-300-webfont.svg#MuseoSans300') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans300Italic';
  src: url('../fonts/museosans/museosans-300-italic-webfont.eot');
  src: url('../fonts/museosans/museosans-300-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans/museosans-300-italic-webfont.woff') format('woff'), url('../fonts/museosans/museosans-300-italic-webfont.ttf') format('truetype'), url('../fonts/museosans/museosans-300-italic-webfont.svg#MuseoSans300') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans500';
  src: url('../fonts/museosans/museosans-500-webfont.eot');
  src: url('../fonts/museosans/museosans-500-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans/museosans-500-webfont.woff') format('woff'), url('../fonts/museosans/museosans-500-webfont.ttf') format('truetype'), url('../fonts/museosans/museosans-500-webfont.svg#MuseoSans500') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans700';
  src: url('../fonts/museosans/museosans-700-webfont.eot');
  src: url('../fonts/museosans/museosans-700-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans/museosans-700-webfont.woff') format('woff'), url('../fonts/museosans/museosans-700-webfont.ttf') format('truetype'), url('../fonts/museosans/museosans-700-webfont.svg#MuseoSans700') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans900';
  src: url('../fonts/museosans/museosans-900-webfont.eot');
  src: url('../fonts/museosans/museosans-900-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans/museosans-900-webfont.woff') format('woff'), url('../fonts/museosans/museosans-900-webfont.ttf') format('truetype'), url('../fonts/museosans/museosans-900-webfont.svg#MuseoSans900') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans300Cond';
  src: url('../fonts/museosans/museosanscond-300-webfont.eot');
  src: url('../fonts/museosans/museosanscond-300-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans/museosanscond-300-webfont.woff') format('woff'), url('../fonts/museosans/museosanscond-300-webfont.ttf') format('truetype'), url('../fonts/museosans/museosanscond-300-webfont.svg#MuseoSans300') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans700Cond';
  src: url('../fonts/museosans/museosanscond-700-webfont.eot');
  src: url('../fonts/museosans/museosanscond-700-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans/museosanscond-700-webfont.woff') format('woff'), url('../fonts/museosans/museosanscond-700-webfont.ttf') format('truetype'), url('../fonts/museosans/museosanscond-700-webfont.svg#MuseoSans700') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans700Italic';
  src: url('../fonts/museosans/museosans-700-italic-webfont.eot');
  src: url('../fonts/museosans/museosans-700-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans/museosans-700-italic-webfont.woff') format('woff'), url('../fonts/museosans/museosans-700-italic-webfont.ttf') format('truetype'), url('../fonts/museosans/museosans-700-italic-webfont.svg#MuseoSans700') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LeagueGothicRegular';
  src: url('../fonts/leaguegothic/leaguegothic-regular-webfont.eot');
  src: url('../fonts/leaguegothic/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/leaguegothic/leaguegothic-regular-webfont.woff') format('woff'), url('../fonts/leaguegothic/leaguegothic-regular-webfont.ttf') format('truetype'), url('../fonts/leaguegothic/leaguegothic-regular-webfont.svg#LeagueGothicRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LeagueGothicRegularItalic';
  src: url('../fonts/leaguegothic/leaguegothic-italic-webfont.eot');
  src: url('../fonts/leaguegothic/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/leaguegothic/leaguegothic-italic-webfont.woff') format('woff'), url('../fonts/leaguegothic/leaguegothic-italic-webfont.ttf') format('truetype'), url('../fonts/leaguegothic/leaguegothic-italic-webfont.svg#LeagueGothicRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
  font-family: 'LeagueGothicCondensed';
  src: url('../webfonts/leaguegothic/leaguegothic-condensed-regular-webfont.eot');
  src: url('../webfonts/leaguegothic/leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/leaguegothic/leaguegothic-condensed-regular-webfont.woff') format('woff'), url('../webfonts/leaguegothic/leaguegothic-condensed-regular-webfont.ttf') format('truetype'), url('../webfonts/leaguegothic/leaguegothic-condensed-regular-webfont.svg#LeagueGothicRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LeagueGothicCondensedItalic';
  src: url('../webfonts/leaguegothic/leaguegothic-condensed-italic-webfont-1.eot');
  src: url('../webfonts/leaguegothic/leaguegothic-condensed-italic-webfont-1.eot?#iefix') format('embedded-opentype'), url('../webfonts/leaguegothic/leaguegothic-condensed-italic-webfont.woff') format('woff'), url('../webfonts/leaguegothic/leaguegothic-condensed-italic-webfont.ttf') format('truetype'), url('../webfonts/leaguegothic/leaguegothic-condensed-italic-webfont.svg#LeagueGothicCondensedItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: 'DancingScript';
  src: url('../webfonts/dancingscript/dancingscript-regular-webfont.eot');
  src: url('../webfonts/dancingscript/dancingScript-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/dancingscript/dancingScript-regular-webfont.woff') format('woff'), url('../webfonts/dancingscript/dancingScript-regular-webfont.ttf') format('truetype'), url('../webfonts/dancingscript/dancingScript-regular-webfont.svg#DancingScript') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ErnestEmily';
  src: url('../fonts/ernestemily/ernestemily-webfont.woff2') format('woff2'), url('../fonts/ernestemily/ernestemily-webfont.ttf') format('truetype'), url('../fonts/ernestemily/ernestemily-webfont.svg') format('svg'), url('../fonts/ernestemily/ernestemily-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OrangesLemons';
  src: url('../fonts/orangeslemons/Oranges-Lemons-Script-Upright.woff2') format('woff2'), url('../fonts/orangeslemons/Oranges-Lemons-Script-Upright.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Structural Styles */
body {
  color: #593224;
  background: #FBF3DD;
  background-image: url(../images/background/bg-hope-light-white-noise.gif);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "MuseoSans300", Helvetica, Arial, sans-serif;
}
/* Content Block Containers */
.content-block {
  width: 100%;
  padding: 60px 0;
  z-index: 100;
  position: relative;
  background-color: none;
}
@media only screen and (min-width: 768px) {
  .content-block {
    padding: 120px 0;
  }
}
.content-block-nopad {
  width: 100%;
  z-index: 100;
  position: relative;
  background-color: none;
}
.intro-content img {
  position: relative;
  bottom: 0;
  margin-bottom: -120px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .intro-content img {
    bottom: -75px;
    margin-bottom: -120px;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-content img {
    bottom: 0;
  }
}
hr {
  border-color: #FBF3DD;
}
/* LINKS */
a {
  color: #E2A227;
}
a:hover,
a:active,
a:focus {
  color: #bd8519;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
:hover,
:active,
:focus {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus {
  outline: none;
}
/*a:visited {
	color: fade(@hope-yellow, 80%);
	
}*/
/* LISTS */
ol {
  position: relative;
  padding-left: 22px;
}
ul {
  list-style: none;
  position: relative;
  padding-left: 0;
}
ul li,
ol li {
  font-family: "MuseoSans300", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}
ul.circle li {
  padding-left: 22px;
}
ul.circle li:before {
  font-family: 'fontawesome';
  content: '\f10c';
  font-size: 12px;
  color: #B23F27;
  padding-top: 2px;
  margin-left: -20px;
  position: absolute;
}
/* TITLES */
.underlined-title {
  text-align: center;
  padding-bottom: 30px;
}
.underlined-title h1 {
  color: #593224;
  margin: 0;
}
.underlined-title h2 {
  text-transform: uppercase;
  color: #593224;
}
.underlined-title hr {
  width: 10%;
  border-width: 2px;
  border-color: #593224;
}
/* IMAGES */
img.center {
  width: auto;
  margin: 0 auto;
}
/* TABLES */
table thead {
  font-family: "MuseoSans500";
}
.table > thead > tr > th {
  border-bottom: 2px solid #FBF3DD;
}
.table-striped > tbody > tr:nth-child(2n+1) {
  background-color: rgba(245, 236, 216, 0.2);
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #FBF3DD;
}
/*	ACCORDION / TOGGLE */
.panel-group {
  margin-bottom: 0;
}
.panel-group + .panel-group {
  margin-top: 20px;
}
.panel-group .panel {
  background: #ffffff;
  border: 1px solid #CEB69A;
  border-color: rgba(206, 182, 154, 0.5);
  border-bottom-width: 1px;
  border-radius: 2px;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top-color: #E6E9ED;
}
.panel-body {
  padding: 25px;
}
.panel-heading {
  background-color: inherit !important;
  color: inherit !important;
  padding: 0;
  border-color: inherit !important;
}
.panel-title {
  font-family: "MuseoSans700", Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
.panel-title > a {
  display: block;
  padding: 15px 25px 15px;
  text-decoration: none;
  color: #ffffff;
}
.panel-title > a.collapsed {
  background: #FBF3DD;
}
.panel-title > a.collapsed,
.panel-title > a.collapsed span {
  color: #2EA599;
}
.panel-title > a,
.panel-title > a:hover {
  background: #2EA599;
  color: #ffffff;
}
.panel-title > a span {
  display: block;
  position: relative;
  top: 0;
  color: #ffffff;
  padding-right: 25px;
}
.text-right .panel-title > a span {
  padding-left: 25px;
  padding-right: 0;
}
.text-center .panel-title > a span {
  padding-left: 0;
  padding-right: 0;
}
.panel-title > a:hover span {
  color: inherit;
}
.text-center .panel-title > a:hover span {
  top: 0.5em;
  color: transparent;
}
.panel-title > a span:after {
  font-family: "fontawesome";
  content: "\f077";
  position: absolute;
  top: 0;
  right: 0;
}
.text-right .panel-title > a span:after {
  left: 0;
  right: auto;
}
.text-center .panel-title > a span:after {
  top: -0.75em;
  left: 0;
  opacity: 0;
}
.panel-title > a.collapsed span:after {
  content: "\f078";
}
/* NAV */
.nav > li.disabled > a {
  color: #CEB69A;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #CEB69A;
}
/* BREADCRUMBS */
.breadcrumb {
  background-color: transparent !important;
}
.breadcrumb > .active {
  color: #593224;
}
.breadcrumb > li + li::before {
  color: #CEB69A;
}
/* TABS */
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #E2A227;
  color: #FBF3DD;
}
.nav-tabs {
  margin: 0 auto;
  border-bottom: 1px solid #FBF3DD;
}
.nav-tabs > li {
  z-index: 2;
  float: none;
  display: inline-block;
}
.nav-tabs > li > a {
  padding: 16px 25px 12px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #593224;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none !important;
  border-bottom: 4px solid transparent !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: transparent;
  border-bottom: 4px solid #E2A227 !important;
}
.nav > li > a:hover,
.nav > li > a:focus {
  outline: 0;
}
.tab-content {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.tab-pane {
  padding: 50px 0;
  border-bottom: 1px solid #FBF3DD;
}
/* NAV PILLS */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #593224;
}
/* PAGINATION */
.pagination li a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #CEB69A;
  background: none;
  margin: 0 3px;
  border: 1px solid #CEB69A;
  padding: 5px 12px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #FBF3DD;
  background-color: #593224;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #CEB69A;
  border-color: #CEB69A;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #FBF3DD;
  border-color: #FBF3DD;
  background-color: transparent;
}
.pagination li:first-child a,
.pagination li:last-child a {
  border-radius: 0 !important;
}
.pagination-lg li a {
  padding: 8px 16px;
  font-size: 16px;
}
.pagination-sm li a {
  padding: 4px 10px;
  font-size: 12px;
}
/* PAGER */
.pager li > a,
.pager li > span {
  border: 1px solid #E2A227;
  border-radius: 0;
  color: #E2A227;
  font-family: "MuseoSans700", Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-width: 160px;
  background-color: transparent;
}
.pager li > a:hover,
.pager li > a:focus {
  border: 1px solid #E2A227;
  background-color: #E2A227;
  color: #FBF3DD;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #CEB69A;
  border: 1px solid #CEB69A;
  background-color: transparent;
}
/* TAG BLOCKS */
.tag {
  float: left;
  padding: 5px 8px;
  margin: 0 10px 10px 0;
  border: 1px solid #CEB69A;
  background: rgba(251, 243, 221, 0.5);
  font-size: 12px;
  border-radius: 3px;
  font-family: "MuseoSans700", Helvetica, Arial, sans-serif;
}
/* Example usage...

<section class="content-block bg-white">

<div class="container">

<ul class="small-block-grid-1 medium-block-grid-2 large-block-grid-4">
<li class="bg-hope-brown">
<h1>User 1</h1>
</li>
<li class="bg-hope-yellow">
<h1>User 2</h1>
</li>
<li class="bg-hope-rust">
<h1>User 3</h1>
</li>
<li class="bg-hope-tan">
<h1>User 4</h1>
</li>
<li class="bg-hope-eastern-europe-gold">
<h1>User 4</h1>
</li>
<li class="bg-hope-green">
<h1>User 4</h1>
</li>
</ul>

</div>

</section>

*/
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -15px;
  *zoom: 1;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: inline;
  height: auto;
  float: left;
  margin-bottom: 0;
  padding: 15px;
}
@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 15px;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    padding: 15px;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 15px;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    padding: 15px;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    padding: 15px;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 15px;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 15px;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 15px;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 15px;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    padding: 15px;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 15px;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 15px;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 15px;
  }
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    padding: 15px;
  }
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 15px;
  }
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    padding: 15px;
  }
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    padding: 15px;
  }
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 15px;
  }
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 15px;
  }
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 15px;
  }
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 15px;
  }
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    padding: 15px;
  }
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 15px;
  }
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 15px;
  }
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 15px;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    padding: 15px;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 15px;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    padding: 15px;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    padding: 15px;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 15px;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 15px;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 15px;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 15px;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    padding: 15px;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 15px;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 15px;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Universal Typography Styles */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'MuseoSans900', Helvetica, Arial, sans-serif;
  line-height: 1.3;
}
h1 {
  font-family: 'MuseoSans300Cond', Helvetica, Arial, sans-serif;
}
h2 {
  text-transform: uppercase;
}
h3 {
  font-family: 'MuseoSans300italic', Helvetica, Arial, sans-serif;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #e5e5e5;
}
h1,
h2,
h3 {
  margin-bottom: 20px;
}
h4,
h5,
h6 {
  font-family: "MuseoSans700", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
h1,
.h1 {
  font-size: 40px;
}
@media only screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 52px;
  }
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  font-family: "MuseoSans300", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 18px 0;
  color: #593224;
}
small,
.small {
  font-size: 80%;
  line-height: 2;
}
em {
  font-family: "MuseoSans300italic";
  font-style: normal;
  font-weight: normal !important;
}
b,
strong {
  font-family: "MuseoSans700";
  font-style: normal;
  font-weight: normal !important;
}
pre {
  color: #593224;
  background-color: #FBF3DD;
  border: 1px solid #CEB69A;
}
code {
  color: #B23F27;
  background-color: #FBF3DD;
}
blockquote {
  padding: 10px 20px;
  margin: 0px 0px 20px;
  font-size: 20px;
  border-left: none;
  font-family: "MuseoSans100italic";
}
@media only screen and (min-width: 992px) {
  blockquote {
    font-size: 30px;
  }
}
blockquote cite {
  display: block;
  padding-top: 20px;
  font-family: 'MuseoSans700';
  font-size: 14px;
  font-style: normal;
}
@media only screen and (min-width: 992px) {
  blockquote cite {
    font-size: 20px;
  }
}
blockquote cite:before {
  content: '-';
  margin-right: 10px;
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: none;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #B23F27;
  font-family: "MuseoSans300";
}
/* Universal Helper Classes */
/* -------------------- Color -------------------- */
/* Solid Background Colors */
.bg-black,
.bg-black:after {
  background-color: #000000 !important;
  background-color: #333333 !important;
}
.bg-white,
.bg-alpha-white:after {
  background-color: #ffffff !important;
}
.bg-light-orange,
.bg-alpha-light-orange:after {
  background-color: rgba(240, 196, 152) !important;
  background-color: #F0C498 !important;
}
.bg-pale-orange,
.bg-alpha-pale-orange:after {
  background-color: rgba(254, 244, 231) !important;
  background-color: #FEF4E7 !important;
}
.bg-light-blue,
.bg-alpha-light-blue:after {
  background-color: #b9dfe8 !important;
}
.bg-hope-yellow,
.bg-alpha-hope-yellow:after {
  background-color: #e2a227 !important;
  background-color: #E2A227 !important;
}
.bg-hope-brown,
.bg-alpha-hope-brown:after {
  background-color: #593224 !important;
}
.bg-hope-darkbrown,
.bg-alpha-hope-darkbrown:after {
  background-color: #422e24 !important;
  background-color: #422E24 !important;
}
.bg-hope-mediumbrown,
.bg-alpha-hope-mediumbrown:after {
  background-color: #533022 !important;
}
.bg-hope-lightbrown,
.bg-alpha-hope-lightbrown:after {
  background-color: #ceb69a !important;
  background-color: #CEB69A !important;
}
.bg-hope-tan,
.bg-alpha-hope-tan:after {
  background-color: #f5ecd8 !important;
  background-color: #FBF3DD !important;
}
.bg-hope-white,
.bg-alpha-hope-white:after {
  background-color: #f9f6ee !important;
  background-color: #FBF3DD !important;
}
.bg-hope-latin-america-teal,
.bg-alpha-hope-latin-america-teal:after {
  background-color: #2ea599 !important;
  background-color: #2EA599 !important;
}
.bg-hope-teal,
.bg-alpha-teal:after {
  background-color: #2ea599 !important;
  background-color: #2EA599 !important;
}
.bg-hope-paleteal,
.bg-alpha-paleteal:after {
  background-color: #ebf5f3 !important;
  background-color: #EBF5F3 !important;
}
.bg-hope-green,
.bg-alpha-hope-green:after {
  background-color: #87aa4f !important;
  background-color: #87AA4F !important;
}
.bg-hope-palegreen,
.bg-alpha-hope-palegreen:after {
  background-color: #ebefe2 !important;
  background-color: #EBEFE2 !important;
}
.bg-hope-eastern-europe-gold,
.bg-alpha-hope-eastern-europe-gold:after {
  background-color: #bc9934 !important;
  background-color: #BC9934 !important;
}
.bg-hope-africa-orange,
.bg-alpha-hope-africa-orange:after {
  background-color: #ba692d !important;
  background-color: #DF6326 !important;
}
.bg-hope-rust,
.bg-alpha-hope-rust:after {
  background-color: #89431e !important;
  background-color: #B23F27 !important;
}
.bg-hope-asia-red,
.bg-alpha-hope-asia-red:after {
  background-color: #912731 !important;
}
.bg-Fanny-blue,
.bg-alpha-Fanny-blue:after {
  background-color: #4a88bf !important;
}
.bg-Fanny-blue,
.bg-alpha-light-blue:after {
  background-color: #becfe9 !important;
}
.bg-event-orange,
.bg-alpha-event-orange:after {
  background-color: #df6326 !important;
}
.bg-gve-gradient,
.bg-gve-gradient:after {
  background-image: linear-gradient(98deg, #22a880 20%, rgba(142, 190, 101, 0.5) 100%), url("../images/full-width-featured/bg-rwanda-tree.jpg") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Color Overlay */
.overlay {
  position: relative;
}
.overlay * {
  z-index: 10;
  position: relative;
}
.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
.overlay.alpha10:after {
  opacity: 0.1;
}
.overlay.alpha25:after {
  opacity: 0.25;
}
.overlay.alpha50:after {
  opacity: 0.5;
}
.overlay.alpha75:after {
  opacity: 0.75;
}
.overlay.alpha80:after {
  opacity: 0.8;
}
.overlay.alpha90:after {
  opacity: 0.9;
}
.bg-alpha-paper {
  background-image: url('../images/background/bg-paper-overlay.png');
}
/* Colors */
.black {
  color: #333333 !important;
}
.white {
  color: #ffffff !important;
}
.light-blue {
  color: #b9dfe8 !important;
}
.hope-yellow {
  color: #E2A227 !important;
}
.hope-brown {
  color: #593224 !important;
}
.hope-darkbrown {
  color: #422E24 !important;
}
.hope-mediumbrown {
  color: #533022 !important;
}
.hope-lightbrown {
  color: #CEB69A !important;
}
.hope-tan {
  color: #FBF3DD !important;
}
.hope-white {
  color: #FBF3DD !important;
}
.hope-latin-america-teal {
  color: #2EA599 !important;
}
.hope-teal {
  color: #2EA599 !important;
}
.hope-green {
  color: #87AA4F !important;
}
.hope-eastern-europe-gold {
  color: #BC9934 !important;
}
.hope-africa-orange {
  color: #DF6326 !important;
}
.hope-orange {
  color: #DF6326 !important;
}
.hope-rust {
  color: #B23F27 !important;
}
.hope-asia-red {
  color: #912731 !important;
}
.hope-lightorange {
  color: #F0C498 !important;
}
.hope-paleorange {
  color: #FEF4E7 !important;
}
.north-america {
  background-color: #593224;
}
.africa {
  background-color: #DF6326;
}
.asia {
  background-color: #912731;
}
.eastern-europe {
  background-color: #BC9934;
}
.latin-america {
  background-color: #2EA599;
}
.text-1 {
  color: #593224;
}
.text-2 {
  color: #DF6326;
}
.text-3 {
  color: #912731;
}
.text-5 {
  color: #BC9934;
}
.text-4 {
  color: #2EA599;
}
.north-america-alpha:after {
  background-color: #593224;
}
.africa-alpha:after {
  background-color: #DF6326;
}
.asia-alpha:after {
  background-color: #912731;
}
.eastern-europe-alpha:after {
  background-color: #BC9934;
}
.latin-america-alpha:after {
  background-color: #2EA599;
}
.hope-tan-alpha:after {
  background-color: #FBF3DD;
}
/* -------------------- Margin Padding and Height -------------------- */
/* PADDING, MARGIN & ALIGNMENT */
.pad-5 {
  padding: 5px !important;
}
.pad-10 {
  padding: 10px !important;
}
.pad-15 {
  padding: 15px !important;
}
.pad-25 {
  padding: 25px !important;
}
.pad-30 {
  padding: 30px !important;
}
.pad-45 {
  padding: 45px !important;
}
.pad-60 {
  padding: 60px !important;
}
.pad-90 {
  padding: 90px !important;
}
.pad-120 {
  padding: 120px !important;
}
.t-pad-5 {
  padding-top: 5px !important;
}
.t-pad-10 {
  padding-top: 10px !important;
}
.t-pad-15 {
  padding-top: 15px !important;
}
.t-pad-25 {
  padding-top: 25px !important;
}
.t-pad-30 {
  padding-top: 30px !important;
}
.t-pad-45 {
  padding-top: 45px !important;
}
.t-pad-60 {
  padding-top: 60px !important;
}
.t-pad-90 {
  padding-top: 90px !important;
}
.t-pad-120 {
  padding-top: 120px !important;
}
.b-pad-0 {
  padding-bottom: 0px !important;
}
.b-pad-5 {
  padding-bottom: 5px !important;
}
.b-pad-10 {
  padding-bottom: 10px !important;
}
.b-pad-15 {
  padding-bottom: 15px !important;
}
.b-pad-25 {
  padding-bottom: 25px !important;
}
.b-pad-30 {
  padding-bottom: 30px !important;
}
.b-pad-45 {
  padding-bottom: 45px !important;
}
.b-pad-60 {
  padding-bottom: 60px !important;
}
.b-pad-90 {
  padding-bottom: 90px !important;
}
.b-pad-120 {
  padding-bottom: 120px !important;
}
.min-height-50px {
  min-height: 50px;
}
.min-height-100px {
  min-height: 100px;
}
.min-height-200px {
  min-height: 200px;
}
.min-height-300px {
  min-height: 300px;
}
.min-height-400px {
  min-height: 400px;
}
.min-height-500px {
  min-height: 500px;
}
.min-height-600px {
  min-height: 600px;
}
.min-height-700px {
  min-height: 700px;
}
.min-height-800px {
  min-height: 800px;
}
.min-height-900px {
  min-height: 900px;
}
.min-height-1000px {
  min-height: 1000px;
}
.marg-bottom-5 {
  margin-bottom: 5px;
}
.marg-bottom-25 {
  margin-bottom: 25px;
}
.marg-left-5 {
  margin-left: 5px;
}
.marg-right-5 {
  margin-right: 5px;
}
.but_marg {
  margin-left: 3px;
}
.max-width {
  max-width: 1920px !important;
  margin: 0 auto;
}
/* -------------------- Alignment and Position -------------------- */
.v-center {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* AFFIX RULES - use to stick elements to the top or bottom of the screen on scroll */
.stick {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  z-index: 999;
}
.affix {
  top: 0;
}
/* -------------------- Background -------------------- */
.bg-cover {
  -webkit-background-size: cover;
  -mod-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.feature .bg-cover {
  height: 100%;
}
.bg-fixed {
  background-attachment: scroll;
}
@media only screen and (min-width: 992px) {
  .bg-fixed {
    background-attachment: fixed;
  }
}
/* -------------------- Image Treatment -------------------- */
.icon-circle {
  max-width: 150px;
  height: 100%;
  margin: 0px auto;
  padding: 25px;
  border-radius: 50%;
  border: 3px solid #593224;
}
.img-100 {
  max-width: 100px;
}
.img-150 {
  max-width: 150px;
}
.img-175 {
  max-width: 175px;
}
.img-200 {
  max-width: 200px;
}
.img-300 {
  max-width: 300px;
}
.img-400 {
  max-width: 400px;
}
.img-500 {
  max-width: 500px;
}
/* -------------------- Typography -------------------- */
.lead {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.4;
  font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 992px) {
  .lead {
    font-size: 22px;
  }
}
.text-muted {
  color: #CEB69A;
}
.allcaps {
  text-transform: uppercase !important;
}
/* -------------------- Links -------------------- */
.back-link {
  font-family: 'MuseoSans700';
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 30px;
  display: block;
  padding-left: 20px;
}
.back-link:before {
  font-family: 'fontawesome';
  content: '\f060';
  top: -1px;
  margin-left: -20px;
  position: absolute;
}
/* -------------------- Owl Slider Customizations -------------------- */
.nav-hope-yellow .owl-controls .owl-page span {
  background: #E2A227 !important;
}
.nav-hope-brown .owl-controls .owl-page span {
  background: #593224 !important;
}
.nav-hope-dark-brown .owl-controls .owl-page span {
  background: #422E24 !important;
}
/*--------------------- shadows -----------------------*/
.dark-shadow {
  text-shadow: 0px 0px 8px rgba(89, 50, 36, 0.9);
}
.light-shadow {
  text-shadow: 2px 2px 5px #ffffff;
}
.text-shadow {
  text-shadow: 2px 2px 10px #3F271E;
}
.text-shadow-teal {
  text-shadow: 2px 2px 15px #2BA474;
}
.text-shadow-caption {
  text-shadow: 1px 1px 3px #3F271E, 1px 1px 10px #3F271E;
}
.box-shadow {
  box-shadow: 0 0 30px 0 rgba(89, 50, 36, 0.1);
}
/* -------------------- Gradients -------------------- */
.gr-shsummit-17 {
  background: #e34938;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e34938 0%, #f39a55 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e34938 0%, #f39a55 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e34938 0%, #f39a55 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e34938', endColorstr='#f39a55', GradientType=1);
  /* IE6-9 */
}
.gr-gve-20 {
  background: #e2a227;
  /* Old browsers */
  background: -moz-linear-gradient(left, #df6326 0%, #e2a227 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #df6326 0%, #e2a227 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #df6326 0%, #e2a227 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df6326', endColorstr='#e2a227', GradientType=1);
  /* IE6-9 */
}
/* -------------------- Tooltip -------------------- */
.tooltip.top .tooltip-arrow {
  border-top-color: #593224;
}
.tooltip-inner {
  background: #593224;
  padding: 12px;
}
/* -------------------- Video backgrounds -------------------- */
video#bgvid {
  display: none;
}
@media only screen and (min-width: 768px) {
  video#bgvid {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
/*-------------------- Photo attribution ----------------------*/
.attribution {
  position: absolute;
  color: #ffffff;
  z-index: 1111;
  font-family: "MuseoSans900";
  font-size: 14px;
  padding: 10px 20px;
  cursor: default;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
  text-align: right;
}
.attribution span.region {
  text-transform: uppercase;
  font-family: "MuseoSans700";
}
.attribution.text-top {
  bottom: auto;
  top: 0;
}
.attribution.text-left {
  left: 0;
  right: auto;
  text-align: left;
}
/*------------------------ Slide in animations ----------------------------*/
.module,
.fade {
  opacity: 0;
}
.fade-in {
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
@keyframes come-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.come-in {
  transform: translateY(40px);
  animation: come-in 1s ease forwards;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.come-in:nth-child(1) {
  animation-duration: 0.8s;
}
.come-in:nth-child(2) {
  animation-duration: 1s;
}
.come-in:nth-child(3) {
  animation-duration: 1.2s;
}
.come-in:nth-child(4) {
  animation-duration: 1.4s;
}
@keyframes come-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------------------ Outline Headline Text ----------------------------*/
.headline-outline {
  color: transparent;
  font-family: 'MuseoSans700', Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
}
/*------------------------ More Content Animated Down Arrows ----------------------------*/
#more-arrows {
  width: 75px;
  height: 65px;
}
#more-arrows:hover polygon {
  fill: #E2A227;
  transition: all 0.2s ease-out;
}
#more-arrows:hover polygon.arrow-bottom {
  transform: translateY(-18px);
}
#more-arrows:hover polygon.arrow-top {
  transform: translateY(18px);
}
polygon {
  fill: #E2A227;
  transition: all 0.2s ease-out;
}
polygon.arrow-middle {
  opacity: 0.75;
}
polygon.arrow-top {
  opacity: 0.5;
}
/*-------------------------- Meter -----------------------------*/
#countdown-wrap {
  width: 100%;
}
#goal {
  text-align: center;
}
#glass {
  width: 100%;
  height: 20px;
  background: #ffdd8c;
  border-radius: 10px;
  float: left;
  overflow: hidden;
}
#progress {
  float: left;
  width: 18%;
  height: 20px;
  background: #df6326;
  z-index: 333;
}
.goal-stat {
  padding: 20px;
  float: left;
  margin-left: 13%;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .goal-stat {
    width: 50%;
    text-align: center;
  }
}
.goal-number,
.goal-label {
  display: block;
}
.goal-number {
  font-weight: bold;
}
/*blackthorn embed form styles */
.main-donate {
  border: 1px solid #E2A227;
  width: 362px;
  border-radius: 6px;
  background-color: #E2A227;
}
.monthly-donate {
  border: 1px solid #2EA599;
  width: 362px;
  border-radius: 6px;
  background-color: #2EA599;
}
/*elevate embed form styles */
.main-donate-elevate {
  margin: auto;
  width: 100%;
}
.monthly-donate-elevate {
  margin: auto;
  width: 100%;
}
/* --------------- Sitewide alert banner styles ----------------------*/
.alert-banner {
  background-color: #FBF3DD;
  padding: 10px 0;
  text-align: center;
}
.alert-banner h4 {
  margin: 0;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .alert-banner h4 {
    font-size: 18px;
  }
}
.alert-banner h4 a {
  background: rgba(255, 255, 255, 0);
  padding: 8px 10px;
  border-radius: 4px;
  color: #E2A227;
  display: block;
}
.alert-banner h4 a:hover {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
}
/* --------------- Sitewide alert red ----------------------*/
.alert-banner-red {
  background-color: #B23F27;
  padding: 10px 0;
  text-align: center;
}
.alert-banner-red h4 {
  margin: 0;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .alert-banner-red h4 {
    font-size: 18px;
  }
}
.alert-banner-red h4 a {
  background: rgba(255, 255, 255, 0);
  padding: 8px 10px;
  border-radius: 4px;
  color: #ffffff;
  display: block;
}
.alert-banner-red h4 a:hover {
  background: rgba(206, 129, 92, 0.7);
  border-radius: 30px;
}
/* --------------- alert banner book giveaway ----------------------*/
.alert-banner-book {
  background-color: #3d7d85;
  padding: 10px 0;
}
.alert-banner-book h4 {
  margin: 0;
  font-size: 20px!important;
}
@media only screen and (min-width: 768px) {
  .alert-banner-book h4 {
    font-size: 18px;
  }
}
.alert-banner-book h4 a {
  background: rgba(255, 255, 255, 0);
  padding: 8px 10px;
  border-radius: 4px;
  color: #ffffff;
  display: block;
}
.alert-banner-book h4 a:hover {
  background: rgba(61, 125, 133, 0.7);
}
.vertical-align {
  display: flex;
  align-items: center;
}
/* Button Styles */
.btn {
  color: #ffffff;
  padding: 10px 20px;
  margin: 15px 0;
  font-family: "MuseoSans900", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  border-radius: 30px;
}
.btn-sm {
  padding: 7px 13px;
  font-size: 12px;
  border-radius: 30px;
}
.btn-lg {
  padding: 16px 26px;
  font-size: 16px;
  border-radius: 30px;
}
.btn-xl {
  padding: 18px 30px;
  font-size: 24px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
p .btn {
  margin-left: 15px;
}
/* Button DISABLED */
.disabled a {
  cursor: not-allowed;
}
/* Button DEFAULT */
.btn.btn-default {
  background: #E2A227;
}
.btn.btn-default:hover {
  background: #bd8519;
  color: #ffffff;
}
/* Button PRIMARY */
.btn.btn-primary {
  background: #E2A227;
}
.btn.btn-primary:hover {
  background: #bd8519;
}
/* Button Orange */
.btn.btn-orange {
  background: #DF6326;
}
/* Button Orange Round*/
.btn.btn-orange-rounded {
  background: #DF6326;
  border-radius: 30px;
}
/* Button Medium Orange Round*/
.btn.btn-medium-orange-rounded {
  background: #ECA66E;
  border-radius: 30px;
}
.btn.btn-orange:hover {
  background: #e68352;
  color: #ffffff;
}
.btn.btn-orange-rounded:hover {
  background: #e68352;
  color: #ffffff;
}
.btn.btn-medium-orange-rounded:hover {
  background: #e68352;
  color: #ffffff;
}
/* Button Teal */
.btn.btn-teal {
  background: #2EA599;
}
.btn.btn-teal:hover {
  background: #237d74;
  color: #ffffff;
}
/* Button WARNING */
.btn.btn-warning {
  background: #BC9934;
}
.btn.btn-warning:hover {
  background: #f39c12;
}
/* Button DANGER */
.btn.btn-danger {
  background: #912731;
}
.btn.btn-danger:hover {
  background: #c0392b;
}
/* Button SUCCESS */
.btn.btn-success {
  background: #2EA599;
}
.btn.btn-success:hover {
  background: #27ae60;
}
/* Button DARK */
.btn.btn-dark {
  background: #422E24;
  color: #ffffff;
}
.btn.btn-dark:hover {
  background: #593224;
}
/* Button INFO */
.btn.btn-info {
  background: #CEB69A;
}
.btn.btn-info:hover {
  background: #f6e3af;
}
/* Outline Buttons */
.btn-outline {
  color: #ffffff;
  padding: 12px 20px;
  margin: 15px 0;
  font-family: "MuseoSans900", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.btn-outline:hover {
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-sm {
  padding: 5px 13px;
  font-size: 13px;
}
.btn-outline-lg {
  padding: 14px 26px;
  font-size: 15px;
}
.btn-outline-xl {
  padding: 18px 30px;
  font-size: 24px;
}
.btn-outline.outline-light,
.icon.outline-light {
  color: #ffffff;
  background: none;
  border: 4px solid #ffffff;
}
.btn-outline.outline-light:hover,
.icon.outline-light:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn-outline.outline-dark,
.icon.outline-dark {
  color: #E2A227;
  background: none;
  border: 4px solid #E2A227;
}
.btn-outline.outline-dark:hover,
.icon.outline-dark:hover {
  background: rgba(226, 162, 39, 0.2);
}
button:hover {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Video Play Button */
a.btn-play {
  border: 4px solid #ffffff !important;
  color: #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: block;
  margin: 0px auto;
  text-align: center;
  background: rgba(89, 50, 36, 0.4);
}
a.btn-play:hover {
  background: rgba(89, 50, 36, 0.8);
}
a.btn-play:focus {
  outline: none;
}
a.btn-play i {
  position: relative;
  top: 31px;
  left: 4px;
}
/* Scroll to Next Section Button */
a.btn-down {
  border: 2px solid #ffffff !important;
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0px auto;
  text-align: center;
}
a.btn-down i {
  position: relative;
  top: 12px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn-down:hover i {
  position: relative;
  top: 16px;
}
a.btn-down:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  .btn-bottom {
    position: absolute;
    width: 90%;
    bottom: 0;
  }
}
/* Universal Form Styles */
/* FORM CONTROL */
/*[type="search"], [type="password"], [type="textarea"], [type="email"] {
        -moz-appearance:    textfield;
        -webkit-appearance: textfield;
        appearance: textfield;
    }*/
input::-webkit-input-placeholder {
  color: #CEB69A !important;
}
input:-moz-placeholder {
  color: #CEB69A !important;
  opacity: 1;
}
input::-moz-placeholder {
  color: #CEB69A !important;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #CEB69A !important;
}
textarea::-webkit-input-placeholder {
  color: #CEB69A !important;
}
textarea:-moz-placeholder {
  color: #CEB69A !important;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #CEB69A !important;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #CEB69A !important;
}
fieldset {
  border: 2px solid #ecf0f1;
  border-radius: 6px;
  padding: 30px 50px;
}
fieldset legend {
  color: #333333;
  padding: 5px 10px;
  border: 2px solid #ecf0f1;
  border-radius: 6px;
}
.form-control {
  border: 2px solid #FBF3DD;
  color: #593224;
  font-family: "MuseoSans300", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group .input-group input {
  border: 2px solid #ffffff;
}
.form-group.focus .form-control,
.form-control:focus {
  border-color: #B23F27;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.form-control.form-minimal {
  border-color: transparent;
}
.form-control.form-minimal:hover {
  border-color: #FBF3DD;
}
.form-control.form-minimal:focus {
  border-color: #B23F27;
}
.help-block {
  margin-top: 5px;
  margin-bottom: 5px;
}
.has-success .help-block,
.has-success .control-label {
  color: #2EA599;
}
.has-success .form-control {
  color: #2ecc71;
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}
.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control.placeholder {
  color: #2ecc71;
}
.has-success .form-control:focus {
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #f1c40f;
}
.has-warning .form-control {
  color: #f1c40f;
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}
.has-warning .form-control::-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control.placeholder {
  color: #f1c40f;
}
.has-warning .form-control:focus {
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: #ffffff;
}
.has-error .help-block,
.has-error .control-label {
  color: #e74c3c;
}
.has-error .form-control {
  color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}
.has-error .form-control::-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}
.has-error .form-control:-ms-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control.placeholder {
  color: #e74c3c;
}
.has-error .form-control:focus {
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #ffffff;
}
/* FORM - INPUT ICON */
.form-control + .input-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 37px;
  vertical-align: middle;
  font-size: 20px;
  color: #FBF3DD;
  background-color: #ffffff;
  padding: 0 12px 0 0;
  border-radius: 6px;
}
.input-hg + .input-icon {
  line-height: 49px;
  padding: 0 16px 0 0;
}
.input-lg + .input-icon {
  line-height: 41px;
  padding: 0 15px 0 0;
}
.input-sm + .input-icon {
  font-size: 18px;
  line-height: 30px;
  padding: 0 10px 0 0;
}
/* FORM - INPUT GROUP */
.input-group .input-group-btn .btn {
  margin: 0;
  box-shadow: none;
}
/*	FORM ASSEMBLY
/*----------------------------------------------------*/
.wFormTitle,
.wForm .h3 {
  color: #593224;
  font-size: 30px;
  font-family: museosans700;
  margin: 0 !important;
}
.wForm .preField {
  color: #593224;
  font-size: 18px;
  text-align: left;
}
.wForm .label {
  color: #593224;
  font-size: 18px;
  padding-left: 0px !important;
}
.wForm .oneField input {
  border: 2px solid #FBF3DD;
  color: #593224;
  font-family: "MuseoSans300", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 30px !important;
}
.wForm .primaryAction {
  background: #E2A227;
  letter-spacing: 0.05em;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.wForm fieldset legend {
  border-width: 0px !important;
}
.wForm fieldset {
  border-width: 0px !important;
}
.wForm .label {
  vertical-align: middle !important;
}
.wForm fieldset legend {
  color: #593224;
  font-size: 30px;
  font-family: museosans700;
}
.wForm input {
  padding-left: 5px !important;
}
#submit_button {
  font-size: 16px;
  font-family: "MuseoSans900", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin: 15px 0;
  padding-left: 15px !important;
}
.emailpanel {
  display: none;
  clear: both;
}
/* drop-down menu */
.open > .dropdown-toggle.btn-default {
  background-color: #bd8519;
  color: #ffffff;
}
.dropdown-menu {
  box-shadow: none;
  border: 2px solid #F5ECD8;
  border-radius: 0;
  color: #593224;
}
.dropdown-menu > li > a:hover {
  color: #593224;
  background-color: #F5ECD8;
}
.dropdown-menu > li > a {
  color: #593224;
}
.form-control[disabled] {
  background-color: #F9F6EE;
  border-color: #F5ECD8;
}
/* Social Icons and Badges */
.social {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 100;
}
.social li {
  display: inline-block;
  margin-right: 6px;
}
.social li a {
  display: table;
  position: relative;
  color: #593224;
}
.social li a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  font-size: 18px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/*.social li a i.fa-4x {
width: 50px;
height: 50px;
font-size: 36px;

}*/
.social-light li a i {
  color: #FBF3DD;
}
.social-yellow li a i {
  color: #E2A227;
}
.social li a i:after {
  content: '';
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.social li a:hover i {
  color: #f0f0f0;
}
.social li a:hover i:after {
  opacity: 100;
}
.social a .fa-facebook-square:after {
  background: #3b5998;
}
.social a .fa-facebook:after {
  background: #3b5998;
}
.social a .fa-instagram:after {
  background: #3f729b;
}
.social a .fa-twitter:after {
  background: #00aced;
}
.social a .fa-youtube-play:after {
  background: #cd201f;
}
.social a .fa-linkedin:after {
  background: #0077b5;
}
.social a .fa-vimeo-square:after {
  background: #1ab7ea;
}
.social a .fa-rss:after {
  background: #E2A227;
}
.social a .fa-desktop:after,
.social a .fa-external-link:after {
  background: #E2A227;
}
.headroom {
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.headroom--pinned .navbar-fixed-top {
  top: 0;
}
.headroom--unpinned .navbar-fixed-top {
  top: -70px;
}
#header-main {
  width: 100%;
  min-height: 70px;
  background: #ffffff;
  position: relative;
  z-index: 999;
  transiion: all;
}
#header-main .brand-img {
  float: none;
  margin: 12px 15px;
  text-align: center;
  max-width: 175px;
  width: 120px;
  position: relative;
  top: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header-main .brand-img-icon {
  float: none;
  text-align: center;
  width: 75px;
  height: 75px;
  position: relative;
  top: 0px;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#header-main .brand-img-icon.show {
  top: -129px;
}
#header-main .navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  right: 5px;
  top: 17px;
  border: none;
}
#header-main .navbar-toggle:focus {
  outline: none;
}
#header-main .navbar-toggle .icon-bar {
  background-color: #593224;
  height: 3px;
}
#header-main .navbar-fixed-top .navbar-collapse {
  border-top: none;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#header-main .main-nav .nav {
  margin-top: 15px;
}
#header-main .main-nav .nav li {
  margin-bottom: 0;
}
#header-main .main-nav .nav .nav-item a {
  font-family: 'MuseoSans900', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 13px;
  color: #3F271E;
  background: none;
  border-bottom: 1px solid #FBF3DD;
}
#header-main .main-nav .nav .nav-item ul.dropdown-menu li:last-of-type a {
  border-bottom: none;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
}
#header-main .main-nav .nav .nav-item ul.dropdown-menu li:first-of-type a {
  border-bottom: none;
  border-top-right-radius: 13px;
  border-top-left-radius: 13px;
}
#header-main .main-nav .nav .nav-item.active a {
  color: #F9F6EE;
}
#header-main .main-nav .nav .nav-item a:hover {
  color: #B23F27;
}
#header-main .main-nav .nav .nav-item a:focus {
  outline: none;
}
#header-main .main-nav .nav .dropdown-menu {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  text-transform: none;
  min-width: 180px;
}
#header-main .main-nav .nav .dropdown-menu a {
  padding: 8px 20px;
  color: #593224;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#header-main .main-nav .nav .dropdown-menu a:hover {
  background: #89431E;
  color: #ffffff;
}
#header-main .main-nav .nav .dropdown-menu i {
  width: 25px;
  text-align: center;
}
/* Override bootstrap default */
#header-main .main-nav .nav .open > a,
#header-main .main-nav .nav .open > a:hover,
#header-main .main-nav .nav .open > a:focus {
  background: none;
}
.navbar-default {
  background: rgba(255, 255, 255, 0.97);
  border-color: transparent;
  border-bottom: 1px solid #593224;
  height: 70px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-fixed-top {
  border: none;
}
#header-main .btn-primary {
  display: none;
}
#header-main .btn-primary {
  margin: 40px 0 0 48px;
  padding: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header-main .donatealt {
  margin-top: 14px;
}
.navbar-header {
  overflow: hidden;
}
#header-main .nav > li > a {
  padding: 10px;
}
#header-main .main-nav .nav #dropdown-donate li a {
  color: #ffffff;
  border-bottom: 1px solid rgba(251, 243, 221, 0.2);
}
#header-main .main-nav .nav #dropdown-donate li:last-of-type a {
  border-bottom: none;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
#header-main .main-nav .nav #dropdown-donate li:first-of-type a {
  border-bottom: none;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
#header-main .main-nav .nav .nav-item a.donate-btn {
  padding: 20px 20px;
  font-size: 18px;
  color: #ffffff;
  background-color: #E2A227;
  text-align: center;
  border-bottom: none;
  border-radius: 30px;
}
#header-main .main-nav .nav .dropdown-menu .divider {
  margin: 9px 10px;
  background-color: rgba(251, 243, 221, 0.2);
}
#header-main .main-nav .nav #dropdown-donate {
  background: #E2A227;
  border-radius: 20px;
}
#header-main .navbar-nav {
  margin: 0 -15px;
}
/* Animate Toggle Icon on Mobile */
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -webkit-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}
/*	Header MEDIA QUERIES
/*----------------------------------------------------*/
@media (max-width: 768px) {
  .navbar-collapse {
    max-height: 100vh !important;
    height: 100vh !important;
    background-color: #fff !important;
    /*to change the background if you desire*/
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .navbar-default {
    height: 120px;
  }
  .navbar-default.short {
    height: 80px;
  }
  #header-main .main-nav .nav.scrollednav {
    margin-top: 12px;
  }
  #header-main {
    min-height: 125px;
  }
  #header-main .brand-img {
    margin: 36px auto;
  }
  #header-main .brand-img.scrolled {
    margin: 15px 0;
  }
  #header-main .navbar-nav {
    float: right;
  }
  #header-main .main-nav .nav {
    margin-top: 39px;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.515s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  #header-main .main-nav .nav .nav-item a {
    border-bottom: none;
  }
  #header-main .main-nav .nav .nav-item a.donate-btn {
    padding: 10px 20px;
    text-align: left;
    font-size: 14px;
  }
  #header-main .main-nav .nav li.nav-item:last-child {
    margin-left: 20px;
  }
  #header-main .main-nav .nav .dropdown-menu {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    min-width: 180px;
    background: #89431E;
    text-transform: none;
    box-shadow: none;
    border-radius: 20px;
  }
  #header-main .main-nav .nav #dropdown-donate {
    background: #E2A227;
    margin-left: -79px;
    border-top: 3px solid white;
  }
  /*#header-main .main-nav .nav .dropdown-menu:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #89431E;
		position: absolute;
		left: 25px;
		top: -10px;
	}*/
  #header-main .main-nav .nav .dropdown-menu a {
    padding: 8px 20px;
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    text-transform: none;
  }
  #header-main .main-nav .nav .dropdown-menu a:hover {
    background: #593224;
    color: #fff;
  }
  #header-main .navbar-fixed-top .navbar-collapse {
    background-color: transparent;
  }
  #header-main .btn-primary {
    padding: 0;
  }
  #header-main .nav > li > a {
    padding: 10px 6px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #header-main .brand-img {
    width: 175px;
    height: 66px;
    margin: 28px auto;
  }
  #header-main .brand-img.scrolled {
    width: 120px;
    height: 46px;
    margin: 12px 0;
  }
  #header-main .btn-primary {
    display: block;
    padding: 10px 20px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header-main .main-nav .nav li.nav-item:last-child {
    margin-left: 50px;
  }
  #header-main .main-nav .nav .nav-item a.donate-btn:after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #FBF3DD;
    float: left;
    position: relative;
    bottom: 5px;
    left: -55px;
  }
  #header-main .main-nav .nav #dropdown-donate {
    margin-left: -78px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #header-main .nav > li > a {
    padding: 10px 15px;
  }
}
.open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.4s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*	SUB NAV
/*----------------------------------------------------*/
#sticky-nav {
  z-index: 888;
}
.sub-nav {
  width: 100%;
  position: relative;
  background-color: #FBF3DD;
}
.sub-nav ul {
  list-style: none;
  float: right;
  margin-bottom: 0;
}
.sub-nav ul li {
  float: left;
  margin-bottom: 0;
}
.sub-nav ul li:last-of-type a {
  padding-right: 0;
}
.sub-nav ul li a {
  font-family: 'MuseoSans900', sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 12px;
  color: #B23F27;
  display: block;
  padding: 20px;
}
.sub-nav ul li.active a {
  color: #593224;
}
.sub-nav ul li a:hover {
  color: rgba(178, 63, 39, 0.5);
}
.sub-nav ul li a:focus {
  outline: none;
}
.sub-nav ul li.current a {
  color: #593224;
  text-decoration: none;
}
.sub-nav.affix {
  position: absolute;
  top: 100px;
  width: 100%;
}
/*	SUB NAV MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
.footer {
  background: #422E24;
  background-image: url(../images/background/bg-hope-dark-brown-noise.gif);
}
@media only screen and (min-width: 768px) {
  .footer .btn-block {
    width: 250px !important;
  }
}
.footer-main {
  padding-top: 60px;
  padding-bottom: 20px;
}
.footer-main h3,
.footer-main h4,
.footer-main .lead,
.footer-main li {
  color: #ffffff;
}
.footer-main .brand-img {
  width: 200px;
  margin-bottom: 30px;
}
.footer-main h4 {
  margin-bottom: 20px;
}
.footer-main ul {
  list-style-type: none;
  margin: 0 0 26px;
  padding: 0;
}
.footer-main ul li {
  line-height: 14px;
  padding: 6px 0;
}
.footer-main ul li a {
  color: #FBF3DD;
}
.footer-main ul li a:hover {
  color: #CEB69A;
}
ul.social li {
  border-top: none;
}
.footer-main ul.social li a i {
  color: #ffffff;
}
.footer-main .copyright {
  border-top: 1px solid rgba(251, 243, 221, 0.2);
  padding-top: 20px;
}
.footer-main .copyright p {
  color: #FBF3DD;
  font-size: 12px;
  line-height: 1.4;
}
.footer-main .copyright p a,
.footer-main .copyright p a:hover {
  color: #FBF3DD;
  border-bottom: 1px solid #FBF3DD;
}
.footer-main .footer-contact p {
  font-size: 12px;
  color: #FBF3DD;
}
.footer-main .footer-contact p a {
  color: #FBF3DD;
  border-bottom: 1px solid rgba(251, 243, 221, 0.5);
}
/* Use this file to set all background image paths */
/* Full-width Introduction backgrounds */
.bg-intro-about {
  background-image: url('../images/full-width-featured/haiti-landscape-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-intro-what-we-do {
  background-image: url('../images/full-width-featured/bg-what-we-do.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-kayanza-group {
  background-image: url('../images/full-width-featured/kayanza-group.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-haiti-drone {
  background-image: url('../images/full-width-featured/bg-haiti-drone.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-hope-map {
  background-image: url('../images/full-width-featured/network-map-web-crop-2022.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-2021-ar {
  background-image: url('../images/full-width-featured/2021-annual-report.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-2015-ls-group {
  background-image: url('../images/full-width-featured/2015-ls-group.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-2022-ls-group {
  background-image: url('../images/full-width-featured/22-ls-group-photo.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-rwanda-road {
  background-image: url('../images/full-width-featured/rwanda-road.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-diogene {
  background-image: url('../images/full-width-featured/bg-diogene.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-diogene-sm {
  background-image: url('../images/full-width-featured/bg-diogene.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  .bg-diogene-sm {
    background-position: right top;
  }
}
.bg-jean-katunga {
  background-image: url('../images/full-width-featured/jean-katunga.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-anandi {
  background-image: url('../images/full-width-featured/bg-anandi.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-jean-katunga-sm {
  background-image: url('../images/full-width-featured/jean-katunga-sm.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  .bg-jean-katunga-sm {
    background-position: right top;
  }
}
.bg-fanny-nakhumwa {
  background-image: url('../images/cropped-photos/fanny-nakhumwa.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  .bg-fanny-nakhumwa {
    background-position: right top;
  }
}
.bg-sewing-gold {
  background-image: url('../images/full-width-featured/bg-sewing-gold.jpg');
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-beans-in-hands {
  background-image: url('../images/full-width-featured/beans-in-hands.jpg');
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-haiti-field {
  background-image: url('../images/demo/image-01.jpg');
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-client-moz {
  background-image: url('../images/full-width-featured/client-mosaic-2022.jpg');
  background-position: left top;
  background-repeat: no-repeat;
}
.bg-venndiagram {
  background-image: url('../images/graphics/venndiagram.svg');
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-venndiagram-what-we-do {
  background-image: url('../images/graphics/venndiagram-what-we-do-new-icons.svg');
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-congo-woman {
  background-image: url("../images/full-width-featured/congo-woman.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-careers-benefits {
  background-image: url("../images/full-width-featured/careers-benefits.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}
.bg-careers-openpositions {
  background-image: url("../images/full-width-featured/careers-openpositions.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-clouds {
  background-image: url("../images/full-width-featured/clouds-bkgd.jpg");
  background-position: top left;
  background-repeat: no-repeat;
}
.bg-home-flourish {
  background-image: url("../images/full-width-featured/home-slide-flourish-bg.jpg");
  background-position: top left;
  background-repeat: no-repeat;
}
.bg-rough-paper {
  background-image: url("../images/full-width-featured/rough-paper-texture.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-hope-trips-header {
  background-image: url("../images/full-width-featured/hope-trips-marketplace.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-trips-header {
  background-image: url("../images/full-width-featured/bg-mobile-trips-header.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .bg-trips-header {
    background-position: center center;
  }
}
.bg-trips-africa {
  background-image: url("../images/full-width-featured/hope-trips-marketplace.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-trips-asia {
  background-image: url("../images/full-width-featured/trips-bg-asia.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-trips-latin-america {
  background-image: url("../images/full-width-featured/trips-bg-dr.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-trips-eastern-europe {
  background-image: url("../images/full-width-featured/trips-bg-kiev.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-interns {
  background-image: url("../images/full-width-featured/7E1A7265-WEB.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-take-action {
  background-image: url("../images/full-width-featured/take-action-header.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-event-default {
  background-image: url("../images/full-width-featured/bg-event-brown.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-rwanda-market {
  background-image: url("../images/full-width-featured/bg-rwanda-market.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-ukraine-client {
  background-image: url("../images/full-width-featured/bg-ukraine-client.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}
.bg-africa-carpenter {
  background-image: url("../images/full-width-featured/bg-africa-carpenter.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-bible-study {
  background-image: url("../images/full-width-featured/bg-bible-study.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-rwanda-tree {
  background-image: url("../images/full-width-featured/bg-rwanda-tree.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-rwanda-bible {
  background-image: url("../images/full-width-featured/open-bible.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-sewing-hands {
  background-image: url("../images/full-width-featured/bg-sewing-hands.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-Ukraine-clothing-client {
  background-image: url("../images/full-width-featured/bg-Ukraine-clothing-client.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-learn-perspectives-and-100days {
  background-image: url("../images/cropped-photos/learn/100days-perspectives.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-pathways-exhibit {
  background-image: url("../images/full-width-featured/bg-pathways-exhibit.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-uncharity-white {
  background-image: url("../images/full-width-featured/bg-uncharity-white.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}
.bg-brown-texture {
  background-image: url("../images/background/bg-brown-texture.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}
.bg-blind-SCA {
  background-image: url("../images/full-width-featured/bg-blind-SCA-blog.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-blind-SCA-mobile {
  background-image: url("../images/cropped-photos/client-blind-SCA-blog-mobile.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-leapfwd-header {
  background-image: url("../images/promotional/leapfwd/bg-leapfwd-header-alt.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-leapfwd-paper {
  background-image: url("../images/promotional/leapfwd/bg-paper.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-leapfwd-gradient {
  background-image: url("../images/promotional/leapfwd/bg-gradient-alt.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.bg-leapfwd-banner {
  background-image: url("../images/promotional/leapfwd/bg-banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-Fanny {
  background-image: url("../images/full-width-featured/bg-Fanny.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-Fanny-mobile {
  background-image: url("../images/full-width-featured/bg-Fanny-mobile.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-bracelet-offer {
  background-image: url("../images/full-width-featured/DuHope-Women-Fanny-web.jpg");
  background-position: right top;
  background-repeat: no-repeat;
}
.bg-bracelet-offer-MOBILE {
  background-image: url("../images/full-width-featured/DuHope-Women-with-bracelet-MOBILE.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-karuzi-group {
  background-image: url("../images/full-width-featured/bg-karuzi-group.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -mod-background-size: contain;
  -o-background-size: contain;
}
@media only screen and (min-width: 768px) {
  .bg-karuzi-group {
    background-size: cover;
    -webkit-background-size: cover;
    -mod-background-size: cover;
    -o-background-size: cover;
  }
}
.bg-beatrice {
  background-image: url("../images/promotional/homepage/bg-beatrice.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-juvita {
  background-image: url("../images/promotional/homepage/bg-juvita-ver5.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-ukraine {
  background-image: url("../images/promotional/homepage/bg-ukraine-group.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-pathways {
  background-image: url("../images/full-width-featured/bg-pathways.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-Ukraine-flowers-client {
  background-image: url("../images/full-width-featured/bg-Ukraine-flowers-client.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-Ukraine-flowers-client-mobile {
  background-image: url("../images/full-width-featured/bg-Ukraine-flowers-client-mobile.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-Philippines-cart-client {
  background-image: url("../images/full-width-featured/bg-Philippines-cart-client.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-Philippines-cart-client-mobile {
  background-image: url("../images/full-width-featured/bg-Philippines-cart-client-mobile.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-ctf-open-book {
  background-image: url("../images/full-width-featured/bg-ctf-open-book.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-ctf-cover {
  background-image: url("../images/full-width-featured/bg-ctf-cover-sm.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .bg-ctf-cover {
    background-image: url("../images/full-width-featured/bg-ctf-cover.jpg");
  }
}
.bg-2017-Presidents-Trip-header {
  background-image: url("../images/full-width-featured/bg-2017_Presidents_Trip-header.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.bg-rwanda-savings-group {
  background-image: url("../images/full-width-featured/bg-rwanda-savings-group.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-shsummit {
  background-image: url("../images/full-width-featured/shsummit-header.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-2017-mday-gc {
  background-image: url("../images/promotional/homepage/2017-mothers-day-gc/gc-full-background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-history-ukraine {
  background-image: url("../images/full-width-featured/bg-history-ukraine.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-ukraine-origins {
  background-image: url("../images/promotional/homepage/bg-hope-origins-video-v2.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-jean-malawi {
  background-image: url("../images/full-width-featured/jean-malawi.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-jean-malawi-gradient {
  background-image: url("../images/full-width-featured/jean-malawi-gradient.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-DR-landscape-gradient {
  background-image: url("../images/full-width-featured/bg-DR-landscape-gradient.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-flourishing-family {
  background-image: url("../images/full-width-featured/bg-flourishing-family-wide.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .bg-flourishing-family {
    background-position: left top;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-flourishing-family {
    background-position: left -45px;
  }
}
.bg-donate-overview {
  background-image: url("../images/full-width-featured/evelyn-eoy-donate-18.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e8b575;
}
@media only screen and (min-width: 992px) {
  .bg-donate-overview {
    background-position: left top;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-donate-overview {
    background-position: left top;
    background-size: cover;
  }
}
.bg-love-always {
  background-image: url("../images/full-width-featured/bg-donate.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .bg-love-always {
    background-position: left top;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-love-always {
    background-position: left top;
    background-size: cover;
  }
}
.bg-love-always-home {
  background-image: url("../images/full-width-featured/bg-love-always-feature.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .bg-love-always-home {
    background-position: left -80px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-love-always-home {
    background-position: center top;
  }
}
.bg-how-it-works {
  background-image: url("../images/cropped-photos/how-it-works-video.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-how-it-works-section {
  background-image: url("../images/full-width-featured/bg-how-it-works.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.bg-haiti-skyline {
  background-image: url("../images/full-width-featured/bg-haiti-skyline.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-burundi-woman {
  background-image: url("../images/full-width-featured/burundi-woman.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-global-perspectives {
  background-image: url("../images/full-width-featured/perspectives-on-global-poverty.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-south-asia-skyline {
  background-image: url("../images/full-width-featured/bg-south-asia-skyline.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-poverty-sim {
  background-image: url("../images/full-width-featured/bg-poverty-sim.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-youversion-acts2 {
  background-image: url("../images/full-width-featured/Youversion-plan-Acts-2.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  .bg-youversion-acts2 {
    background-position: left center;
    background-size: cover;
  }
}
.bg-vestine-chalk {
  background-image: url("../images/full-width-featured/Vestine-Muakahabiyambere.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .bg-vestine-chalk {
    background-position: left -400px top;
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) {
  .bg-vestine-chalk {
    background-position: left -250px top;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-vestine-chalk {
    background-position: left top;
    background-size: cover;
  }
}
.bg-2016-rwanda-landscape {
  background-image: url("../images/full-width-featured/2016-rwanda-landscape.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-odette {
  background-image: url("../images/full-width-featured/bg-Odette-wide.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .bg-odette {
    background-position: left top;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-odette {
    background-position: left -50px;
  }
}
.bg-odette-square {
  background-image: url("../images/full-width-featured/bg-odette-square.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .bg-odette-square {
    background-position: center 100px;
  }
}
.bg-career-header {
  background-image: url("../images/full-width-featured/bg-mobile-career-header.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .bg-career-header {
    background-position: center center;
  }
}
.bg-evelyn-cake {
  background-image: url('../images/full-width-featured/evelyn-cake.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-haiti-drone-womens-day {
  background-image: url("../images/full-width-featured/2017-haiti-landscape-drone.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-Johana-Womens-Day-Video-Blur {
  background-image: url("../images/full-width-featured/Johana-Womens-Day-Video-Blur.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-Alinafe-Hadiwelo {
  background-image: url("../images/full-width-featured/Alinafe-Header-White-Gradient.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-Whats-a-Dream-Investor {
  background-image: url("../images/full-width-featured/Alinafe-Whats-A-Dream-Investor-Video.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-Prayer-Joyce-Gunyere {
  background-image: url("../images/full-width-featured/Pray-Header-Joyce-Gunyere.jpg");
  background-position: left top -110px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .bg-Prayer-Joyce-Gunyere {
    background-position: left top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-Prayer-Joyce-Gunyere {
    background-position: left top -40px;
  }
}
.bg-Salvation-Army-SG {
  background-image: url("../images/full-width-featured/Salvation-Army-Savings-Group.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-SG-Multiply-Compassion-Training {
  background-image: url("../images/full-width-featured/Compassion-SG-Multiply-Training.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .bg-SG-Multiply-Compassion-Training {
    background-position: left top;
  }
}
@media only screen and (min-width: 992px) {
  .bg-SG-Multiply-Compassion-Training {
    background-position: left top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-SG-Multiply-Compassion-Training {
    background-position: left top -200px;
  }
}
.bg-mary-msoni {
  background-image: url("../images/full-width-featured/bg-mary-msoni-and-daughter-md.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1200px;
}
@media only screen and (min-width: 768px) {
  .bg-mary-msoni {
    min-height: auto;
    background-image: url("../images/full-width-featured/bg-mary-msoni-and-daughter-sm.jpg");
    background-position: right center;
  }
}
@media only screen and (min-width: 992px) {
  .bg-mary-msoni {
    background-image: url("../images/full-width-featured/bg-mary-msoni-and-daughter.jpg");
    background-position: right -75px center;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-mary-msoni {
    background-position: right center;
  }
}
.bg-rwanda-landscape {
  background-image: url("../images/full-width-featured/bg-rwanda-landscape.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-peter-19-eoy-home {
  background-image: url("../images/full-width-featured/Peter-Nyankiko-19.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .bg-peter-19-eoy-home {
    background-position: left -40px top;
  }
}
@media only screen and (min-width: 992px) {
  .bg-peter-19-eoy-home {
    background-position: left top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-peter-19-eoy-home {
    background-position: left top -125px;
  }
}
.bg-peter-19-eoy-square {
  background-image: url("../images/full-width-featured/Peter-Nyankiko-19-Square.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-ukraine-landscape {
  background-image: url("../images/full-width-featured/2016-Landscapes-Ukraine.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-vasea-ukraine {
  background-image: url("../images/full-width-featured/2017-Vasea-Ukraine.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-pipco-ukraine {
  background-image: url("../images/full-width-featured/Pipko-Bread-Ukraine.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-2020-QSW-Q1 {
  background-image: url("../images/full-width-featured/2020-QSW-Q1-BG.jpg");
  background-position: left;
  background-repeat: no-repeat;
}
.bg-2020-QSW-Q2 {
  background-image: url("../images/full-width-featured/2020-QSW-Q2-BG.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-2019-QSW-Q4 {
  background-image: url("../images/events/2019-QSW-Q4-EE.jpg");
  background-position: center right;
  background-repeat: no-repeat;
}
.bg-2019-rwanda-market {
  background-image: url('../images/full-width-featured/2019-rwanda-market.jpg');
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-2019-this-is-the-business {
  background-image: url('../images/full-width-featured/This-is-the-business-Ukraine-2019.jpg');
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-hope-network-2020 {
  background-image: url("../images/full-width-featured/HOPE-Network-Map-2020.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}
.bg-haiti-drone-2018 {
  background-image: url("../images/full-width-featured/bg-Haiti-drone-2018.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}
.bg-haiti-drone-2018-square {
  background-image: url("../images/full-width-featured/bg-Haiti-drone-square-2018.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-haiti-drone-top-white-gradient {
  background-image: url("../images/full-width-featured/bg-Haiti-drone-top-gradient-2018.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}
.bg-rwanda-landscape-gradient {
  background-image: url("../images/full-width-featured/bg-rwanda-landscape-r-gradient.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-eckness {
  background-image: url("../images/graphics/2018-Eckness-Mwenelupembe.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}
.bg-Serges-Nijimbere {
  background-image: url("../images/full-width-featured/bg-Serges-Nijimbere-2019.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .bg-Serges-Nijimbere {
    background-position: left -200px top;
  }
}
@media only screen and (min-width: 992px) {
  .bg-Serges-Nijimbere {
    background-position: left -100px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-Serges-Nijimbere {
    background-position: left top;
  }
}
.bg-beyond-headlines {
  background-image: url("../images/full-width-featured/bg-beyond-the-headlines.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .bg-beyond-headlines {
    background-position: center center;
  }
}
.bg-20-gve {
  background-image: none;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .bg-20-gve {
    background-position: right -290px top;
    background-image: url("../images/full-width-featured/bg-20-gve-lg.jpg");
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) {
  .bg-20-gve {
    background-position: right -250px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-20-gve {
    background-position: right -130px top;
  }
}
.bg-20-gve-ca {
  background-image: none;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .bg-20-gve-ca {
    background-position: right -290px top;
    background-image: url("../images/full-width-featured/bg-20-gve-ca.jpg");
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) {
  .bg-20-gve-ca {
    background-position: right -250px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-20-gve-ca {
    background-position: right -130px top;
  }
}
.bg-victor {
  background-image: url("../images/full-width-featured/bg-victor-dominican-republic.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .bg-victor {
    background-position: left -270px top;
  }
}
@media only screen and (min-width: 992px) {
  .bg-victor {
    background-position: left -130px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-victor {
    background-position: left top;
  }
}
.bg-20-gve-landscape {
  background-image: url("../images/full-width-featured/bg-20-gve-landscape-sm.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .bg-20-gve-landscape {
    background-image: url("../images/full-width-featured/bg-20-gve-landscape-lg.jpg");
  }
}
.bg-gve-2022 {
  background-image: url("../images/full-width-featured/22-GVE-homepage-header.jpg");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .bg-gve-2022 {
    background-position: top right -340px;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-gve-2022 {
    background-position: top right;
  }
}
@media (min-width: 990px) and (max-width: 1008px) {
  .bg-gve-2022 {
    background-position: right -400px top;
  }
}
@media (min-width: 1009px) and (max-width: 1199px) {
  .bg-gve-2022 {
    background-position: right -330px top;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .bg-gve-2022 {
    background-position: right -280px top;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .bg-gve-2022 {
    background-position: right -150px top;
  }
}
@media (min-width: 1601px) and (max-width: 1900px) {
  .bg-gve-2022 {
    background-position: right -40px top;
  }
}
.bg-21-match-week-carrole {
  background-image: url("../images/full-width-featured/carrole-moussengue-match-week.jpg");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .bg-21-match-week-carrole {
    background-position: left -460px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-21-match-week-carrole {
    background-position: top left;
  }
}
@media (min-width: 990px) and (max-width: 1100px) {
  .bg-21-match-week-carrole {
    background-position: left -550px top;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .bg-21-match-week-carrole {
    background-position: left -400px top;
  }
}
@media (min-width: 1501px) and (max-width: 1900px) {
  .bg-21-match-week-carrole {
    background-position: left -150px top;
  }
}
.bg-22-match-week-elizabeth {
  background-image: url("../images/full-width-featured/22-Elizabeth-Mutosa-and-students.jpg");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .bg-22-match-week-elizabeth {
    background-position: right top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-22-match-week-elizabeth {
    background-position: right top;
  }
}
@media (min-width: 990px) and (max-width: 1100px) {
  .bg-22-match-week-elizabeth {
    background-image: url("../images/full-width-featured/22-Elizabeth-Mutosa-and-students-trim.jpg") !important;
    background-position: right -640px top;
  }
}
@media (min-width: 1101px) and (max-width: 1230px) {
  .bg-22-match-week-elizabeth {
    background-image: url("../images/full-width-featured/22-Elizabeth-Mutosa-and-students-trim.jpg") !important;
    background-position: right -620px top;
  }
}
@media (min-width: 1231px) and (max-width: 1500px) {
  .bg-22-match-week-elizabeth {
    background-image: url("../images/full-width-featured/22-Elizabeth-Mutosa-and-students-trim.jpg") !important;
    background-position: right -520px top;
  }
}
@media (min-width: 1501px) and (max-width: 2000px) {
  .bg-22-match-week-elizabeth {
    background-position: right -520px top;
  }
}
@media (min-width: 2001px) and (max-width: 2300px) {
  .bg-22-match-week-elizabeth {
    background-position: right -320px top;
  }
}
.bg-match-week {
  background-image: none;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .bg-match-week {
    background-position: right -385px top;
    background-image: url("../images/full-width-featured/bg-20-gve-lg.jpg");
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) {
  .bg-match-week {
    background-position: right -300px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-match-week {
    background-position: right -160px top;
  }
}
.bg-gemma-gc-20 {
  background-image: url("../images/full-width-featured/2020-Gift-Catalog-Gemma.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .bg-gemma-gc-20 {
    background-position: left -270px top;
  }
}
@media only screen and (min-width: 992px) {
  .bg-gemma-gc-20 {
    background-position: left -150px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-gemma-gc-20 {
    background-position: top;
  }
}
.bg-ana-gc-21 {
  background-image: url("../images/full-width-featured/2021-Gift-Catalog-Homepage-feature.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .bg-ana-gc-21 {
    background-position: left -650px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-ana-gc-21 {
    background-position: top;
  }
}
.bg-denis-gc-22 {
  background-image: url("../images/full-width-featured/22-Denis-Crudov-gc.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .bg-denis-gc-22 {
    background-position: left -530px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-denis-gc-22 {
    background-position: top;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .bg-denis-gc-22 {
    background-position: right -500px top;
  }
}
.bg-misha-ukraine {
  background-image: url("../images/full-width-featured/2019-Misha-Garnyk.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-leyas-sm {
  background-image: url('../images/full-width-featured/bg-leya-mshani.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  .bg-leyas-sm {
    background-position: right top;
  }
}
.bg-20-rwanda-landscape {
  background-image: url("../images/full-width-featured/bg-20-gve-landscape-sm.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .bg-20-rwanda-landscape {
    background-position: center top 150px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-20-rwanda-landscape {
    background-position: center top 100px;
  }
}
@media only screen and (min-width: 992px) {
  .bg-20-rwanda-landscape {
    background-position: center top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-20-rwanda-landscape {
    background-position: center top;
  }
}
.bg-20-rwanda-landscape-2 {
  background-image: url("../images/full-width-featured/bg-20-gve-landscape-sm.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .bg-20-rwanda-landscape-2 {
    background-position: center top 150px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-20-rwanda-landscape-2 {
    background-position: center top 130px;
  }
}
@media only screen and (min-width: 992px) {
  .bg-20-rwanda-landscape-2 {
    background-position: center top 340px;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-20-rwanda-landscape-2 {
    background-position: center top 135px;
  }
}
.bg-success-20-eoy-home {
  background-image: url("../images/full-width-featured/Success-eoy-20.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .bg-success-20-eoy-home {
    background-position: left -150px top;
  }
}
@media only screen and (min-width: 992px) {
  .bg-success-20-eoy-home {
    background-position: left -80px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-success-20-eoy-home {
    background-position: left top;
  }
}
.bg-success-20-eoy-square {
  background-image: url("../images/full-width-featured/Peter-Nyankiko-19-Square.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-burundi-claypots {
  background-image: url("../images/full-width-featured/bg-burundi-clay-pots.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .bg-burundi-claypots {
    background-position: right -150px top;
  }
}
@media only screen and (min-width: 992px) {
  .bg-burundi-claypots {
    background-position: right -190px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-burundi-claypots {
    background-position: right 0 bottom;
  }
}
.bg-burundi-claypots-match-week {
  background-image: url("../images/full-width-featured/bg-burundi-clay-pots.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .bg-burundi-claypots-match-week {
    background-position: right -150px top;
  }
}
@media only screen and (min-width: 992px) {
  .bg-burundi-claypots-match-week {
    background-position: right -190px top 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-burundi-claypots-match-week {
    background-position: right 0 bottom -60px;
  }
}
.bg-alinafe-feature {
  background-image: url("../images/full-width-featured/2019-Alinafe-Hadiwelo-IMG_3750.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-alinafe {
  background-image: url("../images/full-width-featured/bg-alinafe.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .bg-alinafe {
    background-position: left -50px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-alinafe {
    background-position: left top;
  }
}
@media only screen and (min-width: 1630px) {
  .bg-alinafe {
    background-image: url("../images/full-width-featured/bg-alinafe-lg.jpg");
    background-position: left -100px top;
  }
}
.bg-dfmd-aline {
  background-image: url('../images/promotional/dfmd/DFMD-Aline-TY-Header.jpg');
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .bg-dfmd-aline {
    background-position: left 500px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-dfmd-aline {
    background-position: left 500px;
  }
}
@media only screen and (min-width: 992px) {
  .bg-dfmd-aline {
    background-position: right -250px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-dfmd-aline {
    background-position: top;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .bg-dfmd-aline {
    background-position: right -150px top;
  }
}
.bg-sg-aline-intro {
  background-image: url("../images/promotional/dfmd/bg-aline-intro.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-sg-aline-quote {
  background-image: url("../images/promotional/dfmd/bg-aline-quote.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-sg-aline-quote-fade {
  background-image: url("../images/promotional/dfmd/bg-aline-quote-fade.jpg");
  background-position: -240px top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .bg-sg-aline-quote-fade {
    background-position: -160px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-sg-aline-quote-fade {
    background-position: left top;
  }
}
.bg-sg-aline-church {
  background-image: url("../images/promotional/dfmd/bg-aline-church.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 200%;
  background-color: #fbf3dd;
  padding-bottom: 100%;
}
@media only screen and (min-width: 768px) {
  .bg-sg-aline-church {
    background-position: center top;
    background-size: cover;
    padding-bottom: 120px;
    min-height: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-sg-aline-church {
    background-position: left top;
  }
}
.bg-angel-21-eoy-home {
  background-image: url("../images/full-width-featured/2021-NZ98801-Angel-Baidolin.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .bg-angel-21-eoy-home {
    background-position: left -575px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-angel-21-eoy-home {
    background-position: left top;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .bg-angel-21-eoy-home {
    background-position: right -150px top;
  }
}
.bg-angel-family {
  background-image: url("../images/full-width-featured/2021-NZ98707-Angel-Baidolin-family.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .bg-angel-family {
    background-position: right -325px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-angel-family {
    background-position: left top;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .bg-angel-family {
    background-position: right -150px top;
  }
}
@media (min-width: 2500px) and (max-width: 3500px) {
  .bg-angel-family {
    background-position: right top -150px;
  }
}
.bg-ukraine-rural-landscape {
  background-image: url("../images/full-width-featured/IMG_4964-ukraine-rural-landscape.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-ukraine-rural-landscape-mobile {
  background-image: url("../images/full-width-featured/IMG_4964-ukraine-rural-landscape-mobile.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-ludmila-ukraine {
  background-image: url("../images/full-width-featured/2019-Ludmila-Chaplinskiy.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-Misha-Garnyk-ukraine {
  background-image: url('../images/full-width-featured/Misha-Garnyk-IMG_4408.jpg');
  background-position: left top;
  background-repeat: no-repeat;
}
.bg-Oleg-CH-22 {
  background-image: url('../images/full-width-featured/Oleg-Tcaciuc-CH-2022-bg.jpg');
  background-position: left top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .bg-Oleg-CH-22 {
    background-position: right -375px top;
  }
}
@media only screen and (min-width: 992px) {
  .bg-Oleg-CH-22 {
    background-position: right -325px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-Oleg-CH-22 {
    background-position: left top;
  }
}
.bg-ukraine-22-food-feature {
  background-image: url("../images/cropped-photos/roma-church-response.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-maria-voznyak-ukraine {
  background-image: url("../images/full-width-featured/Maria-Voznyak-Donate-Header.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .bg-maria-voznyak-ukraine {
    background-position: left center;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .bg-maria-voznyak-ukraine {
    background-position: right -175px top;
  }
}
@media (min-width: 2500px) and (max-width: 3500px) {
  .bg-maria-voznyak-ukraine {
    background-position: right top -150px;
  }
}
.bg-marie-ndereyimana-feature {
  background-image: url("../images/full-width-featured/2020-Marie-Ndereyimana-Burundi-IMG_0367.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-19-maria-voznyak {
  background-image: url("../images/full-width-featured/2019-Maria-Voznyak-Market-Vendor-Ukraine-IMG_4855.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-ibyiringiro-sg {
  background-image: url("../images/full-width-featured/Ibyiringiro-sg-DSC04788.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-oleg-tcaciuc {
  background-image: url("../images/full-width-featured/Oleg-Tcaciuc-MRP_8923.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-tanzania-22-skyline {
  background-image: url("../images/full-width-featured/22-tanzania-skyline.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-tanzania-landscape {
  background-image: url('../images/full-width-featured/tanzania-landscape.jpg');
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-21-golf-tournament {
  background-image: url('../images/full-width-featured/21-golf-tournament-tee.jpg');
  background-position: center left;
  background-repeat: no-repeat;
}
.bg-22-golf-tournament {
  background-image: url('../images/full-width-featured/22-golf-tournament.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}
.bg-syakakaye-sg {
  background-image: url("../images/full-width-featured/2022-Milton-and-Kezia-Syakakaye-Zambia.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .bg-syakakaye-sg {
    background-position: center top 50px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-syakakaye-sg {
    background-position: center top 100px;
  }
}
.bg-zambia-sg-6899 {
  background-image: url("../images/full-width-featured/Zambia-sg-DSC_6899.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-congo-landscape {
  background-image: url("../images/full-width-featured/2015-Landscape-contand-66.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
}
.bg-zambia-landscape {
  background-image: url("../images/full-width-featured/2017-Landscapes-Zambia-IMG_4211.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-20-martine-ntondele {
  background-image: url("../images/full-width-featured/2020-Martine-Ntondele-Congo-PB041225-2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-22-milton-ntsangou {
  background-image: url("../images/full-width-featured/2022-Milton-Ntsangou-Congo-1011503-2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-vincent-22-eoy-home {
  background-image: url("../images/full-width-featured/2022-Vincent-Habiyaremye-Urwego-4701.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .bg-vincent-22-eoy-home {
    background-position: right -250px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-vincent-22-eoy-home {
    background-position: right top;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .bg-vincent-22-eoy-home {
    background-position: right -150px top;
  }
}
.bg-vincent-22-eoy-home-v2 {
  background-image: url("../images/full-width-featured/2022-Vincent-Habiyaremye-Urwego-4689.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .bg-vincent-22-eoy-home-v2 {
    background-position: right -350px top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-vincent-22-eoy-home-v2 {
    background-position: right top;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .bg-vincent-22-eoy-home-v2 {
    background-position: right -150px top;
  }
}
.bg-vincent-habiyaremye-feature {
  background-image: url("../images/cropped-photos/2022-Vincent-Habiyaremye-Urwego-4701.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-haiti-sunrise {
  background-image: url("../images/full-width-featured/haiti-sunrise-7E1A8877.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .bg-haiti-sunrise {
    background-position: center top 150px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-haiti-sunrise {
    background-position: center top 100px;
  }
}
@media only screen and (min-width: 992px) {
  .bg-haiti-sunrise {
    background-position: center top;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-haiti-sunrise {
    background-position: center top;
  }
}
.bg-22-coming-together-sg {
  background-image: url("../images/cropped-photos/Coming-Together-SG-Photo-28.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-elena-flores-berroa-feature {
  background-image: url("../images/full-width-featured/2022-Clara-Elena-Flores-Berroa-DR-J05A0319.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-21-Erika-Johanne-de-la-Cruz {
  background-image: url("../images/cropped-photos/2021-Erika-Johanne-de-la-Cruz-Esperanza-3.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
/* Feature block, half content, half image */
.feature {
  padding: 0px;
  position: relative;
}
.feature .image-container,
.feature .image-container-right {
  position: absolute;
  height: 300px;
  padding: 0px;
  top: 0px;
}
@media only screen and (min-width: 768px) {
  .feature .image-container,
  .feature .image-container-right {
    height: 100%;
  }
}
.feature .image-container-right {
  right: 0px;
}
.feature .content,
.feature .content-left {
  margin-top: 300px;
  padding: 40px;
}
@media only screen and (min-width: 768px) {
  .feature .content,
  .feature .content-left {
    margin-top: 0px;
    padding: 80px 15px 80px 80px;
  }
}
@media only screen and (min-width: 768px) {
  .feature .content-left {
    margin-top: 0px;
    padding: 80px 80px 80px 15px;
  }
}
.feature h1,
.feature h2,
.feature h3 {
  margin-top: 0;
}
.feature p {
  margin-bottom: 20px;
}
.callout {
  padding: 60px 0;
  width: 100%;
  z-index: 100;
  position: relative;
  background-color: none;
}
.callout h1,
.callout h2,
.callout h3,
.callout h4 {
  margin: 0;
  padding: 0;
}
.callout p.lead {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .callout .btn-outline {
    margin: 0;
  }
}
/*	Blog 1
/*----------------------------------------------------*/
.content-30.our-mission .image-container .background-image-holder {
  background: url('../images/large-square-images/2014-P1010134.jpg') no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}
/*	Blog 1 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*	Church Engagement
/*----------------------------------------------------*/
.churches-action-items {
  padding-left: 10px;
}
.churches-action-items h6 {
  color: #B23F27;
  font-family: "MuseoSans500";
}
.churches-action-items em {
  color: #DF6326;
  font-family: "MuseoSans700Italic";
}
/*	Where we serve
/*----------------------------------------------------*/
.content-13.take-action h1 {
  color: #593224;
}
/*	Where we serve MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
.where-we-serve-countries h2 {
  margin-top: 0;
}
.where-we-serve-countries ul {
  margin-left: 0;
  padding-left: 0;
}
.where-we-serve-countries ul li {
  font-family: 'MuseoSans700';
  margin-bottom: 10px;
  line-height: 1.2;
}
.the-impact {
  min-height: 1900px;
  background-position: center 300px;
}
@media only screen and (min-width: 992px) {
  .the-impact {
    min-height: 1500px;
  }
}
/*	Blog 1
/*----------------------------------------------------*/
.content-30.donate .image-container .background-image-holder {
  background: url('../images/demo/hopeint_brochure-outside for donate web ALT.jpg') no-repeat left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}
.love-always-caption {
  font-size: 12px;
}
.eoy-text-shadow {
  text-shadow: 1px 2px 10px #e6b584;
}
.eoy-caption-shadow {
  text-shadow: 1px 1px 3px #000000;
}
/* --- Kerline --- */
.bg-donate-overview {
  background-repeat: no-repeat;
  min-height: 800px;
}
@media only screen and (min-width: 1381px) and (max-width: 1600px) {
  .bg-donate-overview {
    background-position: 60% 20px;
    padding-bottom: 100px;
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1380px) {
  .bg-donate-overview {
    background-position: 60% 0px;
    padding-bottom: 300px;
    margin-bottom: -200px;
  }
}
.bg-love-always {
  background-repeat: no-repeat;
  min-height: 800px;
}
@media only screen and (min-width: 1381px) and (max-width: 1600px) {
  .bg-love-always {
    background-position: 60% 20px;
    padding-bottom: 100px;
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1380px) {
  .bg-love-always {
    background-position: 70% 0px;
    padding-bottom: 300px;
    margin-bottom: -200px;
  }
}
.caption-bottom {
  position: absolute;
  margin-right: 50px;
  line-height: 18px;
  text-align: right;
  padding-top: 10px;
  font-family: MuseoSans700;
  font-weight: bold;
}
.caption-bottom-left {
  position: absolute;
  text-align: left;
  margin-right: 50px;
  line-height: 18px;
  padding-top: 10px;
  font-family: MuseoSans700;
  font-weight: bold;
}
.colorstrip-love-always-teal {
  border-bottom-color: #21a77f;
  border-bottom-style: solid;
  border-width: 12px;
}
.love-always-teal {
  color: #8fb69c;
}
.love-always-teal a {
  color: #8fb69c;
  text-decoration: underline;
}
.love-always-teal-700 {
  color: #8fb69c;
  font-family: MuseoSans700;
}
.donate-margin {
  padding-right: 20px;
  padding-left: 20px;
}
/* --- Kerline --- */
@media only screen and (min-width: 992px) {
  .donate-intro {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .donate-intro {
    padding-top: 175px;
  }
}
.monthly-give-box {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 808px) {
  .give-monthly-button {
    padding-left: 20px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 808px) and (max-width: 930px) {
  .give-monthly-button {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 930px) {
  .give-one-time-button {
    font-size: 13px;
  }
}
/*	Blog 1 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Investing In Dreams */
@media only screen and (min-width: 768px) {
  .match-padding {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .match-padding {
    margin-top: 60px;
  }
}
.match-bonus-circle {
  max-width: 125px;
  position: absolute;
  z-index: 200;
  margin-top: -150px;
}
.mailer-radial-yellow {
  background: #f3e7c9;
  background: radial-gradient(circle, #f3e7c9 0%, #ffffff 0%, #f3e7c9 100%);
}
.dream-investor-match-box {
  background-color: #BA692D;
  border: 5px solid #BA692D;
  margin: 0;
}
h1.dream-treatment {
  font-size: 70px;
}
h1.dream-treatment span {
  font-family: OrangesLemons, sans-serif;
  font-size: 120px;
  line-height: 50px;
  font-weight: normal;
  color: #E2A227;
  padding: 0 8px;
  top: 7px;
  position: relative;
}
.dream-emphasis {
  color: #2EA599;
  font-weight: 900;
  font-size: 20px;
}
.dream-emphasis-small {
  color: #21a77f;
  font-weight: 900;
}
.investing-dreams-feature {
  color: #593224;
  font: MuseoSans, sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .investing-dreams-feature {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .investing-dreams-feature {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .investing-dreams-feature {
    font-size: 40px;
  }
}
.btn-outline.outline-dark-love-always,
.icon.outline-dark {
  color: #8fb69c;
  background: none;
  border: 4px solid #8fb69c;
}
.btn-outline.outline-dark-love-always:hover,
.icon.outline-dark:hover {
  background: rgba(143, 182, 156, 0.2);
}
@media only screen and (max-width: 767px) {
  .InvestingDreams {
    padding: 1em 4em;
  }
}
@media only screen and (min-width: 768px) {
  .InvestingDreams {
    padding: 2em 6em;
  }
}
@media only screen and (min-width: 1200px) {
  .InvestingDreams {
    padding: 3em 11em;
  }
}
.InvestingDreams p {
  height: 80px;
  float: left;
  margin-right: 0.3em;
}
.LoveAlwaysPad {
  margin-top: -30px;
  margin-bottom: 0px;
}
.InvestingDreams b {
  float: left;
  overflow: hidden;
  position: relative;
  height: 50px;
  top: 18px;
  left: 5px;
}
.LoveAlwaysHr {
  width: 100%;
  height: 10px;
  background: #8fb69c;
  /* For browsers that do not support gradients */
  background: linear-gradient(#90b99e, white);
}
.investing-nopad {
  clear: both;
  margin-top: -200px;
}
.InvestingDreams .innerDreams {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  font: normal 40px/50px ErnestEmily, sans-serif;
  color: #E2A227;
  top: 0;
  left: 5px;
  /*animation*/
  -webkit-animation: move 7s;
  -moz-animation: move 7s;
  -ms-animation: move 7s;
  animation: move 7s;
  /*animation-iteration-count*/
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /*animation-delay*/
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
@keyframes move {
  0% {
    top: 0px;
  }
  20% {
    top: -50px;
  }
  40% {
    top: -100px;
  }
  60% {
    top: -150px;
  }
  80% {
    top: -200px;
  }
}
@-webkit-keyframes move {
  0% {
    top: 0px;
  }
  20% {
    top: -50px;
  }
  40% {
    top: -100px;
  }
  60% {
    top: -150px;
  }
  80% {
    top: -200px;
  }
}
@-moz-keyframes move {
  0% {
    top: 0px;
  }
  20% {
    top: -50px;
  }
  40% {
    top: -100px;
  }
  60% {
    top: -150px;
  }
  80% {
    top: -200px;
  }
}
@-o-keyframes move {
  0% {
    top: 0px;
  }
  20% {
    top: -50px;
  }
  40% {
    top: -100px;
  }
  60% {
    top: -150px;
  }
  80% {
    top: -200px;
  }
}
@keyframes move {
  0% {
    top: 0px;
  }
  20% {
    top: -50px;
  }
  40% {
    top: -100px;
  }
  60% {
    top: -150px;
  }
  80% {
    top: -200px;
  }
}
.di-logo {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .di-logo {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .di-logo {
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .di-logo {
    width: 250px;
  }
}
/* text reveal */
.reveal-text-t,
.reveal-text-t::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 900ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.reveal-text-t {
  --animation-delay: var(--delay, 1s);
  --animation-duration: var(--duration, 900ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default;
}
.reveal-text-t::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E2A227;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}
@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%,
  50% {
    transform-origin: 0 50%;
  }
  60%,
  100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.trip-details-header p.lead {
  padding-bottom: 0;
  margin-bottom: 0;
}
.trip-details-header h1 {
  margin-bottom: 0;
}
.trip-details ul li {
  margin-left: 22px;
  font-size: 16px;
  list-style: circle;
}
.trip-details h5 {
  margin-top: 30px;
}
.trip-contacts {
  background: #FBF3DD;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
}
.trip-contacts h5 {
  padding: 20px;
  margin: -20px -20px 20px -20px;
  background: #593224;
  color: #ffffff;
  border-radius: 2px;
}
.trip-contacts p.small {
  margin: 0;
}
.trip-contacts i {
  padding-right: 10px;
}
.trip-contacts ul li {
  padding-left: 0;
  font-family: 'MuseoSans700';
  list-style: none;
  margin-left: 0;
}
.trip-popup {
  position: relative;
  background: #FFF;
  font-family: 'MuseoSans500';
  font-size: 18px;
  padding: 40px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
/*	Blog 1
/*----------------------------------------------------*/
.blog .post {
  text-align: center;
  padding: 10px 0;
}
.blog .post img {
  margin: 30px 0;
}
/*	Blog 1 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
#home-slides {
  position: relative;
  background-color: #593224;
  text-align: center;
}
#home-slides .owl-wrapper {
  min-height: 300px;
}
#home-slides p {
  font-size: 20px;
}
#home-slides .item > img {
  display: block;
  width: auto;
  max-height: 600px;
}
#home-slides .item .slide-content {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
}
#home-slides .item .container {
  position: relative;
  left: -50%;
  height: 600px;
}
#home-slides .owl-controls {
  position: absolute;
  top: 90%;
  z-index: 333;
  width: 100%;
}
.vert-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/*	CONTENT BLOCK 3-6 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #home-slides {
    min-height: 500px;
    overflow: hidden;
    text-align: inherit;
  }
  #home-slides .item > img {
    display: block;
    width: 1000px;
    max-height: none;
    min-height: 500px;
  }
  #home-slides .item .container {
    position: relative;
    left: -50%;
    margin-top: 0;
    background: none;
    height: 500px;
  }
  #home-slides .owl-wrapper {
    min-height: 0;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #home-slides {
    max-height: 600px;
    overflow: hidden;
  }
  #home-slides .item > img {
    width: 100%;
  }
  #home-slides .item .container {
    position: relative;
    max-height: 600px;
  }
}
/* Large Devices, Wide Screens */
.timeline .timeline-event {
  background-image: url("../images/styles/timeline-bullet-bg.png");
  background-repeat: no-repeat;
  background-position: 95px -5px;
  margin-bottom: 20px;
  min-height: 50px;
}
.timeline .timeline-event h3 {
  float: left;
  margin-top: 5px;
}
.timeline .timeline-event h2,
.timeline .timeline-event p {
  margin-left: 150px;
}
/*	Timeline MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .timeline .timeline-event h3 {
    margin-top: 24px;
  }
  .timeline .timeline-event h2,
  .timeline .timeline-event p {
    margin-left: 150px;
  }
  .timeline .timeline-event {
    background-position: 95px 15px;
  }
}
/* Large Devices, Wide Screens */
/*	FAQ
/*----------------------------------------------------*/
.faq dl dt {
  cursor: pointer;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: 'MuseoSans700', helvetica, sans-serif;
  border-bottom: 1px solid #FBF3DD;
}
.faq dl dd {
  display: none;
}
.centered-button {
  float: none !important;
}
/*	FAQ MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*	Video
/*----------------------------------------------------*/
.video-block {
  padding: 140px 0;
}
.video-block h1 {
  font-size: 60px;
  color: #ffffff;
}
.video-block h2 {
  color: #ffffff;
}
.video-block p {
  color: #ffffff;
  text-align: center;
}
.video-block a {
  margin-top: 40px;
}
/*	Video MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*	LEARN - Videos
/*----------------------------------------------------*/
.learn-video-feature {
  background: #ffffff;
  position: relative;
  min-height: 425px;
}
.learn-video {
  background: #ffffff;
  position: relative;
  min-height: 460px;
}
.learn-video h4,
.learn-video p {
  margin: 20px;
}
.video-thumb {
  position: relative;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-featured {
  height: 400px;
}
.video-thumb:before {
  background: rgba(226, 162, 39, 0.9);
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  -moz-transition: opacity 0.25s, -moz-transform 0.25s;
  -o-transition: opacity 0.25s, -o-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
}
.learn-video:hover .video-thumb:before {
  opacity: 1;
}
.video-thumb i {
  width: 100px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -50px;
  background: rgba(226, 162, 39, 0.9);
  text-align: center;
  padding: 22px 0 0 3px;
  z-index: 999;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.learn-video:hover i {
  background: none;
  margin-top: -45px;
}
.video-thumb p.featured {
  bottom: 38%;
  font-size: 21px;
}
.video-thumb p {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
  bottom: 30%;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'MuseoSans900';
  font-size: 12px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.learn-video:hover .video-thumb p {
  opacity: 1;
}
.video-thumb p span {
  font-family: 'MuseoSans300';
  text-transform: none;
}
/*a:hover .learn-video div.overlay {
	opacity: 1;
	z-index: 999;
}*/
/*.learn-video div.overlay i {
	width: 50px;
	height: 50px;
	border: 6px solid @white;
	border-radius: 50%;
	padding: 12px;
	//position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: 0;
}*/
.learn-video:hover {
  /*background: fade(@white, 100%);
	transform: scale(1.05);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 10px 48px -16px rgba(89,50,36,0.4);
	-moz-box-shadow: 0px 10px 48px -16px rgba(89,50,36,0.4);
	box-shadow: 0px 10px 48px -16px rgba(89,50,36,0.4);*/
}
img.video-play-icon {
  /*z-index: 1; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-right: -50%; 
	transform: translate(-50%, -50%); 
	width: 50px; 
	height: 50px;*/
}
img.video-play-icon:hover {
  /*opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
.international-womens-video {
  padding: 200px !important;
}
@media only screen and (max-width: 767px) {
  .international-womens-video {
    padding-top: 0px !important;
    padding-left: 0px !important;
  }
}
/*	CONTACT 1
/*----------------------------------------------------*/
.contact-1 .form-container {
  margin-top: 60px;
}
.contact-1 .contact-info {
  margin-top: 40px;
  padding: 0;
  list-style: none;
}
.contact-1 .contact-info span {
  margin-right: 7px;
  color: #E2A227;
  padding-right: 5px;
}
.contact-1 .contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #2e2e2e;
}
.contact-1 .contact-info li a {
  color: #2e2e2e;
}
.contact-1 .contact-info li a:hover {
  color: #E2A227;
}
#contact span.required {
  font-size: 13px;
  color: #ff0000;
}
#message {
  margin-bottom: 20px;
  padding: 0;
}
.error_message {
  display: block;
  background: #FBE3E4;
  padding: 10px 0;
  color: #8a1f11;
  border: 2px solid #FBC2C4;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
/*	CONTACT 1 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*	Join our team
/*----------------------------------------------------*/
.team-intro {
  min-height: 400px;
}
@media only screen and (min-width: 992px) {
  .team-intro {
    min-height: 700px;
    padding-top: 200px;
  }
}
.team-opp {
  background: #ffffff;
  position: relative;
  min-height: 425px;
  padding: 20px;
}
.team-opp:hover {
  background: rgba(255, 255, 255, 0.8);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-opp .team-dept {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FBF3DD;
  border-top: 1px solid #FBF3DD;
}
.team-opp .team-dept h6 {
  padding: 0 20px;
  margin: 10px 0;
}
.team-location {
  padding: 10px 20px;
  font-family: 'MuseoSans700';
}
ul.team-benefits li div {
  padding: 20px;
  margin: 45px;
  /* background: @hope-brown; */
  border-style: solid;
  border-color: #593224;
  text-align: center;
  min-height: 305px;
}
ul.team-benefits li div p {
  /* color: @white; */
}
ul.team-benefits li div h6 {
  text-transform: uppercase;
  /* color: @white; */
}
ul.team-benefits li i {
  font-size: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0 0 10px 0;
}
.team-learn-more .panel-group .panel {
  border: none;
}
.team-learn-more .panel-heading {
  font-family: "MuseoSans700", Helvetica, Arial, sans-serif;
  font-size: 27px;
  text-transform: uppercase;
}
.team-learn-more p,
.team-learn-more h1,
.team-learn-more h2,
.team-learn-more h3,
.team-learn-more h4,
.team-learn-more h5,
.team-learn-more h6 {
  color: #ffffff;
}
.team-learn-more .team-passion,
.team-learn-more .team-passion .panel-collapse,
.team-learn-more .team-passion .panel-title > a.collapsed,
.team-learn-more .team-passion .panel-title > a,
.team-learn-more .team-passion .panel-title > a:hover,
.team-learn-more .team-passion > a,
.team-learn-more .team-passion > a:hover {
  background: #2EA599;
}
.team-learn-more .tab-pane {
  border-bottom: none;
}
.team-learn-more ul.nav-tabs {
  border-bottom: none;
}
.nav-tabs-mobile > li > a {
  padding: 16px 10px 12px 10px !important;
}
.team-learn-more .team-manifesto,
.team-learn-more .team-manifesto .panel-collapse,
.team-learn-more .team-manifesto .panel-title > a.collapsed,
.team-learn-more .team-manifesto .panel-title > a,
.team-learn-more .team-manifesto .panel-title > a:hover,
.team-learn-more .team-manifesto > a,
.team-learn-more .team-manifesto > a:hover {
  background: #DF6326;
}
.team-learn-more .team-faith,
.team-learn-more .team-faith .panel-collapse,
.team-learn-more .team-faith .panel-title > a.collapsed,
.team-learn-more .team-faith .panel-title > a,
.team-learn-more .team-faith .panel-title > a:hover,
.team-learn-more .team-faith > a,
.team-learn-more .team-faith > a:hover {
  background: #B23F27;
}
.team-learn-more .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}
.team-learn-more .panel-title > a.collapsed span {
  font-family: "MuseoSans700", Helvetica, Arial, sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  color: #ffffff;
}
.team-learn-more .panel-group .panel + .panel {
  margin-top: 0;
}
.who-is-hope {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .who-is-hope {
    padding: 60px;
  }
}
.who-is-hope div.text-box {
  background: rgba(226, 162, 39, 0.9);
  padding: 25px;
}
/* Opportunity page */
@media only screen and (min-width: 992px) {
  .team-opp-title {
    max-width: 70%;
  }
}
ul.team-list li {
  margin-bottom: 20px;
  padding-left: 30px;
}
ul.team-list li.team-list-header {
  padding-left: 0;
  font-family: 'MuseoSans700';
  font-size: 16px;
}
.team-opp-header .btn {
  float: left;
  clear: both;
}
@media only screen and (min-width: 992px) {
  .team-opp-header .btn {
    margin: 0 -15px 0 0;
    float: right;
    clear: none;
  }
}
ul.team-opp-info li p {
  font-size: 14px;
  margin: 0;
  padding: 5px 20px;
  border: 1px solid rgba(206, 182, 154, 0.6);
  background: rgba(206, 182, 154, 0.3);
  border-radius: 3px;
}
.caring-icons {
  max-height: 45px;
}
/*	Homepage
/*----------------------------------------------------*/
.intro-content-home img {
  position: relative;
  bottom: 0;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .intro-content-home img {
    bottom: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-content-home img {
    bottom: 0;
  }
}
.intro-content-home p {
  margin-top: 20px;
}
.intro-content-home .btn {
  display: block;
  margin: 20px auto;
}
@media only screen and (min-width: 992px) {
  .intro-content-home .btn {
    margin: 5px auto 0 auto;
  }
}
.intro-content-home h4 {
  font-size: 18px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .intro-content-home h4 {
    font-size: 24px;
    text-align: left;
  }
}
.home-subscribe p {
  margin: 0;
}
.home-subscribe .input-group {
  margin-top: 10px;
}
.home-features div div div.col-sm-4 div.col-sm-3 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .home-features div div div.col-sm-4 div.col-sm-3 {
    margin-bottom: 0;
  }
}
.home-features .btn-bottom {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .home-features .btn-bottom {
    margin-bottom: 20px;
    bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .home-features .btn-bottom {
    margin-bottom: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .home-features img {
    margin: 0 auto;
    border-radius: 50%;
    max-width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .home-features img {
    max-width: 80%;
  }
}
.home-features h4 {
  margin-top: 30px;
}
.home-features div.min-height-600px {
  min-height: auto;
}
@media only screen and (min-width: 768px) {
  .home-features div.min-height-600px {
    min-height: 580px;
  }
}
@media only screen and (min-width: 992px) {
  .home-features div.min-height-600px {
    min-height: 620px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-features div.min-height-600px {
    min-height: 650px;
  }
}
h1.home-title {
  font-family: 'MuseoSans900';
  color: #B23F27;
  text-transform: uppercase;
  font-size: 70px;
  letter-spacing: -1px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  h1.home-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  h1.home-title {
    font-size: 94px;
  }
}
/*	Homepage email sign up
/*----------------------------------------------------*/
.home-subscribe {
  min-height: 700px;
  background-color: #ffffff;
  padding-bottom: 70%;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .home-subscribe {
    padding-bottom: 600px;
    padding-top: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .home-subscribe {
    padding-bottom: 120px;
  }
}
.home-subscribe h2 {
  font-size: 21px;
}
@media only screen and (min-width: 1200px) {
  .home-subscribe h2 {
    font-size: 27px;
  }
}
.home-subscribe form {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  .home-subscribe form {
    padding-top: 40px;
  }
}
.home-subscribe .input-group {
  border: 4px solid #E2A227;
}
.home-subscribe .form-control {
  font-size: 16px;
  padding: 10px 16px;
  height: 60px;
  border-radius: 4px;
}
.bg-family {
  background-image: url("../images/full-width-featured/bg-family-small.jpg");
  background-position: left bottom;
  -webkit-background-size: contain;
  -mod-background-size: contian;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .bg-family {
    background-position: -150px bottom;
    -webkit-background-size: cover;
    -mod-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("../images/full-width-featured/bg-family.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .bg-family {
    background-position: left bottom;
  }
}
/*	Homepage features
/*----------------------------------------------------*/
/* -- 2016 gift catalog --*/
.intro-content-home .gc-client {
  position: relative;
  margin-bottom: 30px;
}
.intro-content-home p.gc-name {
  font-family: 'MuseoSans700';
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -30px;
  left: 0;
  z-index: 999;
}
.gc-button-group a.btn-xl {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .gc-button-group a.btn-xl {
    font-size: 24px;
  }
}
/* --- Beatrice --- */
.bg-beatrice {
  position: relative;
  padding: 20px 0 40px 0;
}
.btn-beatrice {
  background: rgba(89, 50, 36, 0.75) !important;
}
.bg-beatrice a.btn {
  position: absolute;
  bottom: 40px;
  margin-left: -150px;
  font-size: 12px;
  width: 300px;
  background: rgba(89, 50, 36, 0.7);
}
@media only screen and (min-width: 768px) {
  .bg-beatrice a.btn {
    margin-left: -175px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-beatrice a.btn {
    width: 350px;
  }
}
.bg-beatrice a.btn.btn-outline-xl {
  padding: 18px;
}
/* --- end Beatrice --- */
/* --- Juvita --- */
.bg-juvita {
  padding: 40px 0;
}
@media only screen and (min-device-width: 100px) and (max-device-width: 440px) {
  .bg-juvita {
    background-position: -260px 0;
  }
}
.btn-juvita {
  background: rgba(89, 50, 36, 0.75) !important;
}
.bg-juvita a.btn {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .bg-juvita a.btn {
    width: 350px;
    font-size: 18px;
  }
}
.bg-juvita h1 {
  font-size: 42px;
}
@media only screen and (min-width: 768px) {
  .bg-juvita h1 {
    font-size: 70px;
  }
}
/* --- end Juvita --- */
/* --- Ukraine prayer video --- */
.bg-ukraine h1 {
  border-top: 2px solid #E2A227;
  border-bottom: 2px solid #E2A227;
  display: inline-block;
  padding: 20px 0;
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  .bg-ukraine h1 {
    font-size: 70px;
    border-top: 8px solid #E2A227;
    border-bottom: 8px solid #E2A227;
    padding: 10px 0;
  }
}
.bg-ukraine h1 span {
  font-family: "MuseoSans100";
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .bg-ukraine p {
    text-align: left !important;
  }
}
.bg-ukraine a.btn {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .bg-ukraine a.btn {
    width: 350px;
    font-size: 18px;
  }
}
.bg-ukraine p.learn-more a {
  font-family: "MuseoSans700";
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.video-block a {
  margin-top: 0 !important;
}
/* --- end Ukraine prayer video --- */
/* --- 2017 Mothers day gift catalog --- */
.bg-2017-mday-gc h3 {
  font-family: "MuseoSans900";
  font-size: 32px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .bg-2017-mday-gc h3 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-2017-mday-gc h3 {
    font-size: 52px;
  }
}
.mday-intro-content {
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  .mday-intro-content {
    padding-top: 30px;
  }
}
.mday-intro-content img {
  position: relative;
  bottom: 0;
  margin-bottom: -120px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.mday-intro-content p {
  font-family: "MuseoSans700";
}
.mday-intro-content p a {
  text-decoration: underline;
}
/* --- end 2017 Mothers day gift catalog --- */
/* --- 20 years video --- */
.bg-ukraine-origins h1 {
  font-family: MuseoSans900;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
}
.bg-ukraine-origins h1 span {
  display: inline-block;
}
.twenty-years h1 {
  font-size: 48px;
  font-family: 'MuseoSans300';
}
.twenty-years h1 span {
  font-family: "MuseoSans900";
}
.next-section {
  border: 4px solid #fff !important;
  color: #593224;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  margin: 30px auto;
  text-align: center;
  background: #ffffff;
}
a.next-section i {
  position: relative;
  top: 10px;
  left: 0px;
}
/* --- end 20 years video --- */
/* --- overlay navigation --- */
@media only screen and (min-width: 768px) {
  #header-main.overlay-nav nav.navbar-default.short {
    background: #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  #header-main.overlay-nav {
    background: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#050101+0,000000+100&0.35+0,0+100 */
    background: -moz-linear-gradient(top, rgba(5, 1, 1, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(5, 1, 1, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(5, 1, 1, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59050101', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    min-height: 0;
  }
}
@media only screen and (min-width: 768px) {
  #header-main.overlay-nav nav.navbar-default {
    background: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#050101+0,000000+100&0.35+0,0+100 */
    background: -moz-linear-gradient(top, rgba(5, 1, 1, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(5, 1, 1, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(5, 1, 1, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59050101', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
  }
}
@media only screen and (min-width: 768px) {
  #header-main.overlay-nav nav.navbar-static {
    border: none;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  #header-main.overlay-nav .main-nav .nav .nav-item a:hover,
  #header-main.overlay-nav .main-nav .nav .nav-item a {
    color: #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  #header-main.overlay-nav nav.navbar-default.short .nav-item a.overlay-nav-link:hover,
  #header-main.overlay-nav nav.navbar-default.short .nav-item a.overlay-nav-link {
    color: #593224;
  }
}
#header-main .brand-img-mobile {
  float: none;
  margin: 12px 15px;
  text-align: center;
  max-width: 175px;
  width: 175px;
  width: 120px;
  position: relative;
  top: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 2017 Gift Catalog */
@media only screen and (min-width: 768px) {
  .gift-catalog-feature {
    padding-bottom: 60px;
  }
}
.gift-catalog-feature a.btn {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .gift-catalog-feature a.btn {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .gift-catalog-feature a.btn {
    font-size: 22px;
  }
}
/* Love Always */
.love-always-feature {
  color: #8fb69c;
  font: normal 40px/50px MuseoSans, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .love-always-feature {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .love-always-feature {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .love-always-feature {
    font-size: 40px;
  }
}
.link-love-always a {
  color: #8fb69c;
}
.btn-outline.outline-dark-love-always,
.icon.outline-dark {
  color: #8fb69c;
  background: none;
  border: 4px solid #8fb69c;
}
.btn-outline.outline-dark-love-always:hover,
.icon.outline-dark:hover {
  background: rgba(143, 182, 156, 0.2);
}
@media only screen and (max-width: 767px) {
  .LoveAlways {
    padding: 1em 4em;
  }
}
@media only screen and (min-width: 768px) {
  .LoveAlways {
    padding: 2em 6em;
  }
}
@media only screen and (min-width: 1200px) {
  .LoveAlways {
    padding: 3em 11em;
  }
}
.LoveAlways p {
  height: 80px;
  float: left;
  text-decoration: underline;
  margin-right: 0.3em;
}
.LoveAlwaysPad {
  margin-top: -30px;
  margin-bottom: 0px;
}
.LoveAlways b {
  float: left;
  overflow: hidden;
  position: relative;
  height: 50px;
  top: 18px;
  left: 5px;
}
.LoveAlwaysHr {
  width: 100%;
  height: 10px;
  background: #8fb69c;
  /* For browsers that do not support gradients */
  background: linear-gradient(#90b99e, white);
}
.LoveAlways .innerLoveAlways {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  font-weight: 200;
  top: 0;
  left: 0;
  /*animation*/
  -webkit-animation: move 7s;
  -moz-animation: move 7s;
  -ms-animation: move 7s;
  animation: move 7s;
  /*animation-iteration-count*/
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /*animation-delay*/
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
@keyframes move {
  0% {
    top: 0px;
  }
  20% {
    top: -50px;
  }
  40% {
    top: -100px;
  }
  60% {
    top: -150px;
  }
  80% {
    top: -200px;
  }
}
@-webkit-keyframes move {
  0% {
    top: 0px;
  }
  20% {
    top: -50px;
  }
  40% {
    top: -100px;
  }
  60% {
    top: -150px;
  }
  80% {
    top: -200px;
  }
}
@-moz-keyframes move {
  0% {
    top: 0px;
  }
  20% {
    top: -50px;
  }
  40% {
    top: -100px;
  }
  60% {
    top: -150px;
  }
  80% {
    top: -200px;
  }
}
@-o-keyframes move {
  0% {
    top: 0px;
  }
  20% {
    top: -50px;
  }
  40% {
    top: -100px;
  }
  60% {
    top: -150px;
  }
  80% {
    top: -200px;
  }
}
@keyframes move {
  0% {
    top: 0px;
  }
  20% {
    top: -50px;
  }
  40% {
    top: -100px;
  }
  60% {
    top: -150px;
  }
  80% {
    top: -200px;
  }
}
.gift-catalog-text {
  font-family: 'OrangesLemons';
  line-height: 130%;
  padding-right: 0px;
  color: #ffffff;
  margin-top: -20px;
}
@media only screen and (min-width: 768px) {
  .gift-catalog-text {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .gift-catalog-text {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .gift-catalog-text {
    font-size: 90px;
  }
}
@media (min-width: 1700px) and (max-width: 3000px) {
  .evelyn-home {
    background-position: left top -50px;
  }
}
@media (min-width: 800px) and (max-width: 890px) {
  .anya-home {
    background-position: left -300px top;
  }
}
@media (min-width: 767px) and (max-width: 799px) {
  .anya-home {
    background-position: left -400px top;
  }
}
@media (min-width: 1200px) and (max-width: 1582px) {
  .peter-home {
    background-position: left top 0px;
  }
}
@media (min-width: 768px) and (max-width: 797px) {
  .gemma-home {
    background-position: left -370px top;
  }
}
.GVE-text {
  font-family: ErnestEmily;
  padding-right: 0px;
  color: #ffffff;
  margin-top: -20px;
}
@media only screen and (min-width: 768px) {
  .GVE-text {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .GVE-text {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .GVE-text {
    font-size: 54px;
  }
}
.gc-gemma-homepage-header {
  color: #2BA474;
  font-family: ErnestEmily;
  font-size: 140%;
  margin-top: -20px;
}
.dfmd-film-promo {
  width: 265px;
  float: right;
  font-family: "MuseoSans900";
  border-radius: 25px;
  background: #DF6326;
  padding: 5px 20px 5px 20px;
}
@media only screen and (min-width: 992px) {
  .home-intro {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-intro {
    padding-top: 175px;
  }
}
.home-intro h1 {
  font-size: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home-intro h1 {
    font-size: 30px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .home-intro h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .home-intro h1,
  .home-intro p {
    text-shadow: 3px 3px 10px #000000;
  }
}
.home-intro p.lead {
  text-align: center;
  margin-bottom: -40px;
}
@media only screen and (min-width: 768px) {
  .home-intro p.lead {
    text-align: left;
    margin-bottom: 30px;
  }
}
.how-it-works-section {
  padding: 30px 0 60px 0;
}
@media only screen and (min-width: 768px) {
  .how-it-works-section {
    padding: 90px 0 60px 0;
  }
}
.how-it-works-section h4 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.how-it-works-section .btn-outline {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .how-it-works-section .btn-outline {
    font-size: 15px;
  }
}
.partner-button .btn {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .partner-button .btn {
    margin: 15px 0;
  }
}
.how-it-works-section h1 {
  z-index: 1000;
  position: relative;
}
.home-features h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .home-features h2 {
    font-size: 27px;
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.home-features div.col-xs-12 {
  margin-bottom: 40px;
}
.features p {
  color: #ffffff;
}
.features a {
  font-family: 'MuseoSans700';
  color: #593224;
}
.features img {
  border-radius: 3px;
}
.features h4 {
  color: #ffffff;
  font-size: 18px;
  padding: 20px 0 40px 0;
  color: #593224;
}
.sub-feature-img {
  min-height: 250px;
  margin-bottom: 40px;
  border-bottom: 8px solid #593224;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
a.feature:hover .sub-feature-img {
  background-size: 105%;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ctf-ebook-offer {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .ctf-ebook-offer {
    padding-top: 60px;
  }
}
/*.sub-feature h4 {
//margin: -20px -20px 20px -20px;
//background: @hope-brown;
color: @hope-brown;
//border-bottom: 2px solid @hope-brown;
padding: 0 0 20px 0;
min-height: 80px;
}

.sub-feature h4 a {
color: @white;
}

.sub-feature img {
border-radius: 3px 3px 0;
}*/
.cloud-invert {
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 1;
}
.cloud {
  position: absolute;
  left: 0;
  top: 8%;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .cloud-right {
    animation: cloud-right 40s linear infinite;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-name: cloud-right;
  }
}
@media only screen and (min-width: 992px) {
  .cloud-left {
    animation: cloud-left 40s linear infinite;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-name: cloud-left;
  }
}
.cloud-right {
  @include animation(cloud-right 40s linear infinite);
}
@keyframes cloud-right {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(100%);
  }
}
@-moz-keyframes cloud-right {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes cloud-right {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(100%);
  }
}
@-o-keyframes cloud-right {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(100%);
  }
}
@-ms-keyframes cloud-right {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(100%);
  }
}
.cloud-left {
  @include animation(cloud-left 40s linear infinite);
}
@keyframes cloud-left {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-100%);
  }
}
@-moz-keyframes cloud-left {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes cloud-left {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-100%);
  }
}
@-o-keyframes cloud-left {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-100%);
  }
}
@-ms-keyframes cloud-left {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-100%);
  }
}
.feature-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#84cdb9+0,0b9c76+100&0.5+0,1+100 */
  background: -moz-linear-gradient(bottom, #84cdb9 0%, #0b9c76 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #84cdb9 0%, #0b9c76 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #84cdb9 0%, #0b9c76 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8084cdb9', endColorstr='#0b9c76', GradientType=1);
  /* IE6-9 */
}
.event-header h1 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.event-header h2 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.event-header h4 {
  margin: 0;
  text-transform: uppercase;
}
.event-header a {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.event-header h4.hope-brown a {
  border-bottom: 1px solid #593224;
  color: #593224;
}
.featured-speakers h6 {
  font-size: 14px;
}
.featured-speakers a h5,
.featured-speakers a h6 {
  color: #593224;
}
.featured-speakers a h6 {
  padding-bottom: 40px;
}
.featured-speakers ul li div {
  border: 1px solid #FBF3DD;
  padding: 10px;
  min-height: 200px;
  position: relative;
}
.featured-speakers ul li div.featured-speakers-photo {
  min-height: 375px;
}
.featured-speakers ul li a div:hover {
  background: rgba(251, 243, 221, 0.5);
}
.featured-speakers-bio {
  display: block;
  font-size: 10px;
  font-family: 'MuseoSans700';
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  padding: 10px 20px;
  background: #FBF3DD;
  text-transform: uppercase;
}
.headline-highlighter-orange {
  position: relative;
  z-index: 1;
  color: #d96f2d;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .headline-highlighter-orange {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .headline-highlighter-orange {
    border-bottom: 20px solid #f5dbc9;
    line-height: 1px;
    padding-top: 20px;
    padding-left: 10px;
    margin-bottom: 30px;
    z-index: -1;
  }
}
@media only screen and (min-width: 992px) {
  .headline-highlighter-orange {
    border-bottom: 20px solid #f5dbc9;
    line-height: 1px;
    padding-top: 20px;
    padding-left: 10px;
    margin-bottom: 30px;
    z-index: -1;
  }
}
@media only screen and (min-width: 1200px) {
  .headline-highlighter-orange {
    border-bottom: 20px solid #f5dbc9;
    line-height: 1px;
    padding-top: 20px;
    padding-left: 10px;
    margin-bottom: 30px;
    z-index: -1;
  }
}
.new-orange-2019 {
  color: #d96f2d;
}
.gve-sub-heading {
  background-color: #EDF4EE;
  padding: 20px;
}
.gve-sub-heading h2 {
  font-size: 24px;
  font-family: 'MuseoSans900';
  color: #2BA474;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .gve-sub-heading h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .gve-sub-heading h2 {
    font-size: 32px;
  }
}
.gve-match-week-headline {
  color: #e2a227;
  margin-top: 20px;
  font-family: 'MuseoSans700italic';
  font-size: 60px;
}
@media only screen and (min-width: 768px) {
  .gve-match-week-headline {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .gve-match-week-headline {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .gve-match-week-headline {
    font-size: 60px;
  }
}
.btn-match-week {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .btn-match-week {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .btn-match-week {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-match-week {
    font-size: 24px;
  }
}
/*	connect
/*----------------------------------------------------*/
.event-opp {
  position: relative;
  min-height: 10px;
  padding: 5px;
}
.event-opp:hover {
  background: rgba(251, 243, 221, 0.8);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Resources section styles */
.resource-home h4.cat {
  border: 1px solid #CEB69A;
  border-radius: 3px;
  margin: 30px 0 0 ;
  padding: 20px 30px;
  background: rgba(251, 243, 221, 0.5);
  font-family: 'MuseoSans300';
  color: #593224;
}
.resource-home ul.resource-cat li a i.fa-arrow-right {
  position: relative;
  right: 0;
  float: right;
  top: 3px;
  transition: all 0.3s ease;
  color: #CEB69A;
}
.resource-home ul.resource-cat li a:hover i.fa-arrow-right {
  right: -10px;
}
.resource-home .info-carousel {
  background: #FBF3DD;
  padding: 20px !important;
  border-radius: 3px;
}
.resource-item a {
  width: auto;
  position: relative;
  display: block;
  min-height: 240px;
  text-align: center;
  background-color: #FBF3DD;
  color: #593224;
  font-family: 'MuseoSans700';
}
.resource-item a div.overlay {
  background: rgba(226, 162, 39, 0.8);
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.resource-item a:hover div.overlay {
  opacity: 1;
  z-index: 999;
}
.resource-item a div.overlay i {
  width: 50px;
  height: 50px;
  border: 6px solid #ffffff;
  border-radius: 50%;
  padding: 12px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0;
}
.resource-item a p {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  color: white;
  padding: 20px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  overflow: auto;
  margin: 0;
  color: #ffffff;
  font-family: 'MuseoSans700';
  line-height: 1.4;
}
.bg-microfinance-savings-operations {
  background-image: url('../images/full-width-featured/network-map-web-crop.jpg');
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-spiritual-integration {
  background-image: url('../images/full-width-featured/Haiti-landscape-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-partnering-working-with-hope {
  background-image: url("../images/full-width-featured/hope-trips-marketplace.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-mission-drift-mission-true {
  background-image: url('../images/full-width-featured/bg-mission-drift.jpg');
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-governance {
  background-image: url('../images/full-width-featured/rwanda-road.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-human-resources-culture {
  background-image: url('../images/full-width-featured/bg-client-mosaic.jpg');
  background-position: left top;
  background-repeat: no-repeat;
}
.bg-marketing-development {
  background-image: url('../images/full-width-featured/2014-ar.jpg');
  background-position: left top;
  background-repeat: no-repeat;
}
.bg-industry-resources-books {
  background-image: url("../images/cropped-photos/learn/100days-perspectives.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.resource-home .info-carousel h4 {
  padding-bottom: 8px;
  border-bottom: 1px solid #CEB69A;
}
.resource-home h4 a {
  color: #593224;
}
.resource-home div.owl-buttons {
  text-align: left;
}
.resource-home .owl-theme .owl-controls .owl-buttons div {
  font-size: 14px;
  padding: 10px 20px;
  opacity: 1;
  background: #593224;
  border-radius: 3px;
  font-family: 'MuseoSans700';
  text-transform: uppercase;
}
.resource-home .owl-theme .owl-controls .owl-buttons div:hover {
  background: rgba(89, 50, 36, 0.5);
}
.resource-home ul.resource-cat li a {
  background: #FBF3DD;
  border-radius: 3px;
  padding: 15px 30px;
  font-family: 'MuseoSans300';
  margin: 30px 0 0;
  font-size: 24px;
  color: #593224;
  display: block;
  width: 100%;
  border: 3px solid #FBF3DD;
}
.resource-home ul.resource-cat li a:hover {
  border: 3px solid #FBF3DD;
}
/*.resource-home ul.resource-cat li a {
	color: @hope-brown;
}*/
.resource-home ul.resource-cat li ul li {
  margin: 0;
  padding: 0 0 0 30px;
  position: relative;
}
.resource-home ul.resource-cat li ul li {
  z-index: 100;
}
.resource-home ul.resource-cat li {
  z-index: 200;
}
.resource-home ul.resource-cat li ul li:before {
  position: absolute;
  left: 15px;
  content: '';
  top: -70px;
  background: url('../images/styles/resource-sub-nav-link.png') bottom left no-repeat;
  width: 30px;
  height: 108px;
  z-index: -1;
}
.resource-topic li a {
  border: 1px solid #FBF3DD;
  float: left;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 5px 10px 5px 0;
}
.form-group .input-group input.resource-search {
  border-radius: 0;
}
.resource-intro {
  padding-top: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .resource-intro {
    padding-top: 60px;
    -webkit-box-shadow: inset 0px -175px 30px -28px rgba(89, 50, 36, 0.6);
    -moz-box-shadow: inset 0px -175px 30px -28px rgba(89, 50, 36, 0.6);
    box-shadow: inset 0px -175px 30px -28px rgba(89, 50, 36, 0.6);
  }
}
.resource-intro h1 {
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .resource-intro h1 {
    line-height: 1.6;
  }
}
.resource-intro p.verse {
  font-family: 'MuseoSans700Italic';
  color: #593224;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  text-shadow: none;
  margin-bottom: 30%;
}
@media only screen and (min-width: 768px) {
  .resource-intro p.verse {
    margin-bottom: 0;
    text-shadow: 0 0 10px #593224;
    color: #ffffff;
    font-size: 21px;
  }
}
.resource-intro p.verse a {
  color: #593224;
}
@media only screen and (min-width: 768px) {
  .resource-intro p.verse a {
    color: #ffffff;
  }
}
.resource-intro a.btn-lg {
  margin-bottom: 50px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .resource-intro a.btn-lg {
    margin-bottom: 450px;
    font-size: 16px;
  }
}
.resource-search .form-group {
  margin-top: 20px;
  margin-bottom: 20px;
}
.resource-search p {
  margin: 26px 0 20px 0;
  line-height: 0.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .resource-search p {
    text-align: right;
  }
}
.resource-search p a {
  color: #ffffff;
  border: none;
  font-family: 'MuseoSans700';
}
.resource-search p a:hover {
  border-bottom: 1px solid #ffffff;
}
.resource-tags ul.resource-topic a {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.resource-header p {
  margin: 0;
  padding: 0;
  color: #CEB69A;
  text-transform: uppercase;
}
.resource-header h1 {
  margin: 0;
  padding: 0;
}
.poverty-sim-headline {
  font-weight: 900;
}
.poverty-sim-cite {
  font-family: "MuseoSans700";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .poverty-next-step-headline {
    font-family: "MuseoSans900";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 40px;
    color: #E2A227;
  }
}
@media only screen and (min-width: 768px) {
  .poverty-next-step-headline {
    font-family: "MuseoSans900";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    color: #E2A227;
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .poverty-next-step-headline {
    font-family: "MuseoSans900";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 60px;
    color: #E2A227;
  }
}
/*	Gallery 1
/*----------------------------------------------------*/
/* Gallery Item
 * -------------------------- */
#isotope-gallery-container .col-md-3 {
  margin-right: -1px;
}
.gallery-item-wrapper {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.gallery-item {
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 3px;
}
.flush .gallery-item {
  border-radius: 0;
}
.gallery-item .gallery-thumb {
  position: relative;
  overflow: hidden;
}
.gallery-item .gallery-thumb img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallery-item:hover .gallery-thumb img {
  transform: scale(1.1);
}
.gallery-item .gallery-thumb .image-overlay {
  background-color: #E2A227;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallery-item:hover .gallery-thumb .image-overlay {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gallery-item .gallery-thumb .gallery-zoom,
.gallery-zoom-title,
.gallery-item .gallery-thumb .gallery-link {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #E2A227;
  display: none;
  position: absolute;
  bottom: -45px;
  padding: 10px 0;
  font-size: 12px;
  font-family: 'MuseoSans700';
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.gallery-item .gallery-thumb .gallery-zoom:hover,
.gallery-item .gallery-thumb .gallery-zoom-title:hover,
.gallery-item .gallery-thumb .gallery-link:hover {
  background-color: #593224;
  color: #ffffff;
}
.gallery-item .gallery-thumb .gallery-zoom:focus,
.gallery-item .gallery-thumb .gallery-zoom-title:focus,
.gallery-item .gallery-thumb .gallery-link:focus {
  outline: none;
}
.gallery-item .gallery-thumb .gallery-link {
  right: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallery-item .gallery-thumb .gallery-zoom,
.gallery-item .gallery-thumb .gallery-zoom-title {
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallery-item:hover .gallery-thumb .gallery-zoom,
.gallery-item:hover .gallery-thumb .gallery-zoom-title {
  display: block;
  opacity: 100;
  bottom: 0;
}
.gallery-item:hover .gallery-thumb .gallery-link {
  display: block;
  right: 50%;
  margin-right: -48px;
  opacity: 100;
}
.gallery-item .gallery-details {
  text-align: center;
  padding: 0 10px;
  background-color: #ffffff;
  border-top: 0;
  overflow: hidden;
  height: 120px;
}
.gallery-item .gallery-details h5 {
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  position: relative;
}
.gallery-item .gallery-details p {
  font-size: 0.9em;
}
/* Gallery Filter
 * -------------------------- */
.filter {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: center;
  color: #ffffff;
}
.filter li {
  display: block;
  margin: 0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .filter li {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .filter li:before {
    display: inline-block;
    content: "/";
    padding: 0 25px 0 19px;
    color: #ffffff;
  }
}
.filter li:first-child:before {
  display: none;
}
.filter li a {
  text-transform: uppercase;
  font-family: 'MuseoSans700';
  font-size: 14px;
  color: #ffffff;
}
.filter li a:hover,
.filter li a:focus,
.filter li.active a {
  color: #E2A227;
  text-decoration: none;
}
/* Isotope Animating
 * -------------------------- */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*	Gallery 1 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Magnific Popup CSS */
/* Styles for dialog window */
.mfp-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 850px;
  margin: 40px auto;
  position: relative;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #ffffff;
  font-style: normal;
  font-size: 28px;
  font-family: 'MuseoSans900', Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  color: #593224;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #593224;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 80%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
/* animations */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FBF3DD;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #593224;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #FBF3DD;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FBF3DD;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
.team-1 h2 {
  margin-bottom: 50px;
}
.team-1 .nav-tabs > li {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .team-1 .nav-tabs > li {
    display: inline-block;
    text-align: none;
  }
}
.team-1 .nav-tabs > li.active > a {
  border: 4px solid #E2A227 !important;
}
@media only screen and (min-width: 768px) {
  .team-1 .nav-tabs > li.active > a {
    border: none !important;
    border-bottom: 4px solid #E2A227 !important;
  }
}
.team-member {
  max-width: 500px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  border-top: 0;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .team-member {
    min-height: 700px;
  }
}
@media only screen and (min-width: 992px) {
  .team-member {
    min-height: 725px;
  }
}
.team-details {
  padding: 10px;
}
.team-member .member-name {
  margin-top: 20px;
  position: relative;
}
.team-member .member-name:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FBF3DD;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.team-member .position {
  padding: 0;
  font-family: 'MuseoSans700', sans-serif;
  display: block;
}
.team-member .social-links {
  padding-top: 10px;
}
