.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.plain-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hide-text {
  font-size: 1px;
  line-height: 1px;
  text-indent: -10000px;
  text-align: left;
}
.scale {
  display: block;
  max-width: 100%;
  height: auto;
}
.arrow {
  position: relative;
}
.arrow:after {
  position: absolute;
  content: "\203A";
  right: 0;
  top: -9px;
  color: #a2522e;
  font-size: 30px;
}
/**
 * Defaults and Resets
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
}
body {
  font-family: 'Source Sans Pro', Arial, Verdana, Sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #725c48;
}
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  height: auto;
}
td {
  vertical-align: top;
}
p {
  margin: 0 0 20px 0;
}
p:last-child {
  margin: 0;
}
a {
  color: #a2522e;
  transition: all 0.25s ease;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #000000;
}
h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  line-height: normal;
  color: #a2522e;
  font-weight: 300;
}
h2 {
  margin: 0 0 20px 0;
  font-size: 50px;
  line-height: 55px;
  color: #424f56;
  font-weight: 300;
}
h3 {
  margin: 0 0 10px 0;
  font-size: 32px;
  line-height: 36px;
  color: #a2522e;
  font-weight: 300;
}
h4 {
  margin: 0;
  font-size: 16px;
  line-height: normal;
  color: #a2522e;
  font-weight: bold;
}
.khaki h2 {
  color: #958d55;
}
.sienna h2 {
  color: #f6ecd7;
}
/**
 * Common
 */
.hidden {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
a#skip:hover,
a#skip:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
a#skip:active,
a#skip:focus {
  position: static;
  width: auto;
  height: auto;
}
.toggle-menu {
  padding: 0 20px;
  color: #6f703b;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.toggle-menu > div {
  margin: 0 5px -7px 0;
  display: inline-block;
  width: 32px;
  height: 26px;
}
.toggle-menu > div span {
  display: block;
  width: 32px;
  height: 4px;
  margin-bottom: 6px;
  background: #6f703b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle-menu.active {
  color: #6f703b;
}
.toggle-menu.active > div {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.toggle-menu.active > div span {
  background: #6f703b;
}
.toggle-menu.active > div span:nth-child(1) {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}
.toggle-menu.active > div span:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.toggle-menu.active > div span:nth-child(3) {
  -webkit-transform: rotate(-90deg) translateX(13px);
  -ms-transform: rotate(-90deg) translateX(13px);
  transform: rotate(-90deg) translateX(13px);
}
/**
 * Layout
 */
#master {
  min-width: 320px;
  overflow: hidden;
}
#header {
  position: relative;
  right: 0;
  transition: right 0.25s ease;
}
#header > div {
  min-height: 120px;
  position: relative;
  line-height: normal;
}
#header .logo {
  position: absolute;
  top: 30px;
  left: 20px;
}
#header .logo img {
  width: auto;
}
#header .links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 14px;
  color: #6f703b;
  text-transform: uppercase;
  font-weight: 600;
}
#header .links li {
  display: inline;
  margin: 0 0 0 40px;
}
#header .links a {
  color: #6f703b;
}
#header .links a:hover {
  color: #000000;
}
#header .search {
  position: absolute;
  top: 60px;
  right: 190px;
  background: #fff;
  border: solid 1px #e5dccc;
}
#header .search [type="submit"] {
  font-size: 1px;
  line-height: 1px;
  text-indent: -10000px;
  text-align: left;
  float: left;
  width: 30px;
  height: 30px;
  background: transparent url(../images/icons.png) no-repeat center -1634px;
  border-width: 0;
}
#header .search [type="text"] {
  float: right;
  width: 160px;
  font-family: 'Source Sans Pro', Arial, Verdana, Sans-serif;
  font-size: 14px;
  padding: 5px 5px 5px 0;
  border-width: 0;
  background: none;
  margin: 2px 0 0 0;
}
#header .social {
  position: absolute;
  top: 60px;
  right: 20px;
}
#header .toggle-menu {
  position: absolute;
  display: none;
}
#menu {
  background: #958d55;
  font-size: 23px;
  font-weight: 300;
}
#menu a {
  color: #fff;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu > div {
  display: table;
  width: 100%;
  z-index: 1000;
}
#menu > div > ul {
  display: table-row;
}
#menu > div > ul > li {
  display: table-cell;
  width: 20%;
  position: relative;
  line-height: 60px;
}
#menu > div > ul > li > a {
  display: inline-block;
  padding: 0 30px;
}
#menu > div > ul > li.active > a,
#menu > div > ul > li.current-menu-item > a,
#menu > div > ul > li.current-page-ancestor > a,
body.single-case-study #menu > div > ul > li.menu-item-82 > a {
  background-color: #726b3d;
}
#menu > div > ul > li.parent > a {
  position: relative;
  padding-right: 60px;
}
#menu > div > ul > li.parent > a:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
#menu > div > ul > li.parent > a:after {
  background: url(../images/icons.png) no-repeat center -1745px;
  width: 15px;
  height: 8px;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}
#menu > div > ul > li.donate > a {
  position: relative;
  top: -7px;
  background: #a2522e;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#menu > div > ul > li.donate > a:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
#menu > div > ul > li.donate > a:after {
  border: solid 4px #61331e;
  border-color: transparent #61331e #61331e transparent;
  top: -1px;
  left: -7px;
}
#menu > div > ul > li.donate > a:hover {
  background: #824225;
}
#menu .menu {
  position: absolute;
  top: 60px;
  left: 0;
  background: #726b3d;
  z-index: 1000;
  width: 400px;
  font-size: 18px;
  line-height: normal;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease;
}
#menu .menu li {
  position: relative;
  padding: 0 0 10px 15px;
}
#menu .menu li:before {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
#menu .menu li:before {
  content: "\203A";
  top: -10px;
  left: 0;
  color: #dcc7b3;
  font-size: 30px;
}
#menu .menu a {
  color: #dcc7b3;
}
#menu .menu a:hover {
  color: #fff;
}
#menu .menu .impact {
  margin: 20px 0 0 0;
  padding: 20px 190px 0 0;
  border-top: solid 1px #8b845d;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  color: #efe6dd;
  background: url(../images/map-dropdown.png) no-repeat right 30px;
  background-size: 187px auto;
}
#menu .menu .resources {
  padding: 20px 115px 0 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  color: #efe6dd;
  background: url(../images/resources-dropdown.png) no-repeat right 20px;
}
#menu .menu .btn {
  border-color: #a79978;
}
#menu .menu .btn:after {
  color: #dcc7b3;
  top: -9px;
}
#menu .menu .btn:hover {
  border-color: #fff;
}
#menu .menu .btn:hover:after {
  color: #fff;
}
#menu .active .menu {
  opacity: 1;
  height: auto;
  padding: 20px 20px 20px 30px;
}
#mobile-menu {
  width: 260px;
  position: fixed;
  right: -260px;
  top: 0;
  height: 100%;
  background: #f6edd9 url(../images/bg-pattern.gif);
  overflow: auto;
  padding: 15px;
  border-left: solid 10px #958d55;
  transition: right 0.25s ease;
  z-index: 1000;
}
#mobile-menu .search {
  background: #fff;
  border: solid 1px #e5dccc;
  margin: 0 0 20px 0;
}
#mobile-menu .search [type="submit"] {
  font-size: 1px;
  line-height: 1px;
  text-indent: -10000px;
  text-align: left;
  float: left;
  width: 30px;
  height: 30px;
  background: transparent url(../images/icons.png) no-repeat center -1634px;
  border-width: 0;
}
#mobile-menu .search [type="text"] {
  float: right;
  width: 170px;
  font-family: 'Source Sans Pro', Arial, Verdana, Sans-serif;
  font-size: 14px;
  padding: 5px 5px 5px 0;
  border-width: 0;
  background: none;
  margin: 2px 0 0 0;
}
#mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#mobile-menu nav {
  border-top: solid 1px #d8c8b4;
}
#mobile-menu nav > ul > li {
  border-bottom: solid 1px #d8c8b4;
}
#mobile-menu nav > ul > li > a {
  display: block;
  padding: 8px 0;
}
#mobile-menu nav ul ul {
  padding: 0 0 8px 0;
  display: none;
}
#mobile-menu nav ul ul a {
  display: block;
  padding: 5px 0 5px 20px;
}
#mobile-menu a {
  color: #6f703b;
}
#mobile-menu a:hover {
  color: #000000;
}
#mobile-menu .social {
  width: 160px;
  margin: 0 auto;
  padding: 15px 0 0 0;
}
#mobile-menu .social li {
  margin: 0 5px;
}
#page {
  transition: right 0.25s ease;
  position: relative;
  right: 0;
}
#global-banner {
  border-bottom: solid 5px #fff;
  background: #958d55;
}
#global-banner > div > div {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 -20px;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
}
#global-banner img {
  display: block;
  max-width: 100%;
  height: auto;
}
#global-banner h4 {
  margin: 0 0 5px 0;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  color: #f7f0e2;
}
#global-banner .col {
  padding: 0 20px;
  float: left;
  width: 33.3333%;
}
#global-banner [type="email"] {
  padding: 10px;
  width: 100%;
  font-family: 'Source Sans Pro', Arial, Verdana, Sans-serif;
  color: #725c48;
  font-size: 14px;
  border-width: 0;
}
#footer > div {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  line-height: 24px;
}
#footer .logo {
  zoom: 1;
}
#footer .logo:before,
#footer .logo:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#footer .logo:after {
  clear: both;
}
#footer .logo:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer .logo img {
  float: right;
}
#footer .left {
  float: left;
  width: 75%;
}
#footer .left .col {
  float: left;
  width: 25%;
  padding: 0 20px 0 0;
}
#footer .left .col:last-child {
  width: 50%;
}
#footer .right {
  float: right;
  width: 25%;
  text-align: right;
}
#footer .right .social {
  float: right;
}
#footer h4 {
  margin: 0 0 5px 0;
  font-size: 21px;
  font-weight: 300;
  color: #a2522e;
}
#footer h4 a {
  color: #a2522e;
}
#footer h4 a:hover {
  color: #000000;
}
#footer a {
  color: #725c48;
}
#footer a:hover {
  color: #000000;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 0 20px 0;
}
#global-footer > div {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: normal;
  color: #9a795c;
}
#global-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}
#global-footer ul li {
  display: inline;
}
#global-footer ul li:after {
  content: "|";
}
#global-footer ul li:last-child:after {
  content: "";
}
#global-footer a {
  color: #958d55;
  margin: 0 10px 0 5px;
}
#global-footer a:hover {
  color: #000000;
}
#global-footer .left {
  float: left;
}
#global-footer .right {
  float: right;
}
.section > div {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
}
.section.khaki {
  background: #f6edd9 url(../images/bg-pattern.gif);
}
.section.sienna {
  background: #a2522e;
  color: #fff;
}
.section.padded-top > div {
  padding-top: 35px;
}
.section.padded-bottom > div {
  padding-bottom: 35px;
}
.section img {
  display: block;
  max-width: 100%;
  height: auto;
}
.right-column .right {
  float: right;
  width: 315px;
  position: relative;
}
.right-column .left {
  float: left;
  width: 100%;
  margin-right: -315px;
}
.right-column .left > div {
  margin-right: 315px;
}
.right-column .left > div {
  padding: 0 30px 0 0;
}
.left-column .left {
  float: left;
  width: 315px;
  position: relative;
}
.left-column .right {
  float: right;
  width: 100%;
  margin-left: -315px;
}
.left-column .right > div {
  margin-left: 315px;
}
.left-column .right > div {
  padding: 0 0 0 30px;
}
.split-columns > .left {
  float: left;
  width: 50%;
  padding: 0 20px 0 0;
}
.split-columns > .right {
  float: right;
  width: 50%;
  padding: 0 0 0 20px;
}
.mobile-menu #page {
  right: 260px;
}
.mobile-menu #header {
  right: 260px;
}
.mobile-menu #mobile-menu {
  right: 0;
}
/**
 * Miscellaneous
 */
hr {
  margin: 20px 0;
  height: 2px;
  background: #bbad99;
  border-bottom: solid 1px #fff;
  border-width: 0 0 1px 0;
}
blockquote {
  position: relative;
  border-width: 0;
  margin: 0 0 40px 0;
  padding: 0 0 0 20px;
  font-size: 32px;
  line-height: 40px;
  color: #958d55;
  font-weight: 300;
}
blockquote:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
blockquote:after {
  top: 8px;
  bottom: 5px;
  width: 1px;
  background: #958d55;
  left: 0;
}
p + blockquote {
  margin-top: 40px;
}
ul.social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.social li {
  float: left;
  margin: 0 0 0 10px;
}
ul.social a {
  font-size: 1px;
  line-height: 1px;
  text-indent: -10000px;
  text-align: left;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icons.png) no-repeat center -33px;
}
ul.social .twitter a {
  background-position: center -133px;
}
ul.social .youtube a {
  background-position: center -233px;
}
ul.social .instagram a {
  background-position: center -4832px;
}
ul.social.dark a {
  background-position: center -333px;
}
ul.social.dark .twitter a {
  background-position: center -433px;
}
ul.social.dark .youtube a {
  background-position: center -533px;
}
ul.social.dark .instagram a {
  background-position: center -4932px;
}
ul.resources {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.resources li {
  border-top: solid 1px #ddd6cc;
  padding: 10px 0;
}
ul.box-arrows {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 0 40px 0;
  font-size: 22px;
  line-height: 24px;
  color: #725c48;
}
ul.box-arrows a {
  color: #725c48;
}
ul.box-arrows a:hover {
  color: #000000;
}
ul.box-arrows li {
  position: relative;
  padding: 0 0 10px 40px;
}
ul.box-arrows li:before {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
ul.box-arrows li:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
ul.box-arrows li:before {
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #a2522e;
}
ul.box-arrows li:after {
  top: -7px;
  left: 6px;
  content: "\203A";
  color: #a2522e;
  font-size: 28px;
  line-height: normal;
}
ul.box-arrows li.active:before {
  border-color: #434f57;
  background: #434f57;
}
ul.box-arrows li.active:after {
  color: #e2d8c4;
  content: "\2039";
}
.arrows {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 30px 0 30px 30px;
  font-size: 22px;
  line-height: 28px;
  color: #424f56;
  font-weight: 300;
}
.arrows li {
  position: relative;
  padding: 0 0 20px 50px;
}
.arrows li:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.arrows li:after {
  width: 24px;
  height: 24px;
  background: url(../images/icons.png) no-repeat center -1138px;
  top: 3px;
  left: 0;
}
.big-numbers {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 0 0 30px;
  counter-reset: big-numbers-counter;
}
.big-numbers > li {
  position: relative;
  counter-increment: big-numbers-counter;
  margin: 0 0 20px 0;
  padding: 0 0 0 60px;
  min-height: 50px;
}
.big-numbers > li:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.big-numbers > li:after {
  content: counter(big-numbers-counter);
  top: 5px;
  left: 0;
  font-size: 26px;
  font-weight: 300;
  color: #a2522e;
  border: solid 1px #a2522e;
  border-radius: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 35px;
}
.basic-list {
  margin: 0 0 20px 0;
}
.basic-list li {
  margin: 0 0 10px 0;
}
ul.inline {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 0 20px 0;
}
ul.inline li {
  display: inline-block;
}
a.icon-download,
a.icon-article,
a.icon-blog,
a.icon-link,
a.icon-resource {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: normal;
  padding: 0 0 0 40px;
}
a.icon-download:after,
a.icon-article:after,
a.icon-blog:after,
a.icon-link:after,
a.icon-resource:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
a.icon-download:after,
a.icon-article:after,
a.icon-blog:after,
a.icon-link:after,
a.icon-resource:after {
  background: url(../images/icons.png) no-repeat center -834px;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
a.icon-article:after {
  background-position: center -1034px;
}
a.icon-blog:after {
  background-position: center -934px;
}
a.icon-link:after {
  background-position: center -4633px;
}
a.icon-resource:after {
  background-position: center -4533px;
}
.btn {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: normal;
  background: none;
  text-transform: uppercase;
  color: #a2522e;
  font-weight: normal;
  padding: 5px 30px 5px 10px;
  border: solid 1px #a2522e;
  border-radius: 0;
  cursor: pointer;
  letter-spacing: 1px;
}
.btn:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.btn:after {
  content: "\203A";
  right: 13px;
  top: -9px;
  color: #a2522e;
  font-size: 30px;
  transition: 0.25s ease;
}
.btn:hover {
  border-color: #000000;
}
.btn:hover:after {
  color: #000000;
  right: 8px;
}
.btn.lrg {
  font-size: 18px;
  padding: 8px 40px 8px 20px;
  font-weight: 300;
}
.btn.lrg:after {
  top: -3px;
  right: 16px;
}
.btn.lrg:hover:after {
  right: 11px;
}
.btn.cream {
  color: #f7f0e2;
  border-color: #f7f0e2;
}
.btn.cream:after {
  color: #f7f0e2;
}
.btn.cream:hover {
  color: #fff;
  border-color: #fff;
}
.btn.cream:hover:after {
  color: #fff;
}
.btn.arrow-left {
  padding-right: 10px;
  padding-left: 30px;
}
.btn.arrow-left:after {
  right: auto;
  left: 13px;
  content: "\2039";
}
.btn.arrow-left:hover:after {
  left: 8px;
}
.btn.submit {
  background: #a2522e;
  color: #e8dbc2;
  border-color: #a2522e;
}
.btn.submit:after {
  color: #e8dbc2;
}
.btn.submit:hover,
.btn.submit:hover:after {
  color: #fff;
}
.btn.no-arrow {
  padding-right: 10px;
}
.btn.no-arrow:after {
  display: none;
}
.btn.inverse {
  color: #725c48;
  border-color: #725c48;
}
.btn.inverse:hover {
  color: #a2522e;
  border-color: #a2522e;
}
.btn.map {
  font-size: 24px;
  padding-left: 45px;
  background: url(../images/icons.png) no-repeat -26px -729px;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0;
}
.btn.map:after {
  top: -1px;
}
.btn.back {
  font-size: 24px;
  color: #958d55;
  border-color: #958d55;
  letter-spacing: normal;
  padding: 5px 15px 5px 45px;
  text-transform: none;
  font-weight: 300;
}
.btn.back:after {
  content: "";
  background: url(../images/icons.png) no-repeat center -3738px;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 15px;
  right: auto;
}
.resources-btn {
  position: relative;
  display: inline-block;
  padding: 5px 25px 5px 45px;
  font-size: 24px;
  line-height: normal;
  border: solid 1px #424f56;
  font-weight: 300;
  color: #424f56;
}
.resources-btn:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.resources-btn:after {
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  background: url(../images/icons.png) no-repeat center -3229px;
}
.resources-btn:hover {
  color: #000000;
  border-color: #000000;
}
.more {
  font-size: 13px;
  text-transform: uppercase;
  color: #323f44;
  letter-spacing: 1px;
}
.photo-block img {
  display: block;
  margin: 0 0 50px 0;
}
.twitter-heading {
  position: relative;
}
.twitter-heading:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.twitter-heading:after {
  top: 10px;
  right: 0;
  width: 20px;
  height: 16px;
  background: url(../images/icons.png) no-repeat center -2042px;
}
a.solution,
span.solution {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #f3ece2;
  text-transform: uppercase;
  text-align: center;
  padding: 90px 10px 10px 10px;
  background: #a2522e;
}
a.solution:after,
span.solution:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
a.solution:after,
span.solution:after {
  background: url(../images/icons.png) no-repeat center -1203px;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
}
a.solution:hover,
span.solution:hover {
  background: #713920;
}
a.solution.hr,
span.solution.hr {
  background: #725d49;
}
a.solution.hr:hover,
span.solution.hr:hover {
  background: #504133;
}
a.solution.hr:after,
span.solution.hr:after {
  background-position: center -1303px;
}
a.solution.info,
span.solution.info {
  background: #958d55;
}
a.solution.info:hover,
span.solution.info:hover {
  background: #68623b;
}
a.solution.info:after,
span.solution.info:after {
  background-position: center -1403px;
}
a.solution.infrastructure,
span.solution.infrastructure {
  background: #424f56;
}
a.solution.infrastructure:hover,
span.solution.infrastructure:hover {
  background: #2e373c;
}
a.solution.infrastructure:after,
span.solution.infrastructure:after {
  background-position: center -1503px;
}
.resources-heading,
.experience-heading {
  position: relative;
  padding-left: 30px;
}
.resources-heading:after,
.experience-heading:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.resources-heading:after,
.experience-heading:after {
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: url(../images/icons.png) no-repeat center -636px;
}
.experience-heading:after {
  background-position: center -736px;
}
.breadcrumbs {
  font-size: 14px;
  color: #664b33;
  border-bottom: solid 1px #e3dfda;
  margin: 0 0 20px 0;
  padding: 10px 0;
}
.breadcrumbs a {
  color: #958d55;
}
.breadcrumbs a:hover {
  color: #000000;
}
.breadcrumbs .separator {
  color: #958d55;
  margin: 0 5px;
}
.breadcrumbs .language {
  float: right;
}
.breadcrumbs .language a {
  display: inline-block;
  background: url(../images/icons.png) no-repeat -40px -4739px;
  padding: 0 0 0 25px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
body.page-template-capability-php .breadcrumbs,
body.single-case-study .breadcrumbs,
body.single-post .breadcrumbs,
body.blog .breadcrumbs {
  margin: 0;
  border-bottom-width: 0;
}
.page-intro {
  margin: 20px 0 30px 0;
  padding: 0 50px;
  font-size: 24px;
  line-height: 29px;
  color: #725c48;
  font-weight: 300;
  text-align: center;
}
.page-intro p:last-child {
  margin: 0;
}
.hero-photo {
  position: relative;
}
.hero-photo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.hero-photo .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  text-align: center;
  font-size: 21px;
  line-height: normal;
  color: #fff;
  background: rgba(162, 82, 46, 0.9);
  font-weight: 300;
}
.hero-photo .caption p {
  margin: 0 0 10px 0;
}
.hero-photo .caption p:last-child {
  margin: 0;
}
.hero-photo .quote-author {
  font-size: 14px;
  color: #f6ebd5;
  text-transform: uppercase;
  font-weight: normal;
}
.tagline-heading {
  color: #725c48;
  font-size: 24px;
  line-height: none;
  font-weight: 300;
}
.tagline-heading h2 {
  margin: 0;
  line-height: none;
}
.footnote {
  font-size: 13px;
  line-height: 16px;
  color: #725c48;
  font-style: italic;
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
  border-top: solid 1px #ddd6cc;
}
p + .resources-block {
  margin-top: 50px;
}
.section-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 22px;
  line-height: normal;
  font-weight: 300;
}
.section-nav ul li {
  display: inline;
  margin: 0 25px 0 0;
}
.section-nav ul li:last-child {
  margin: 0;
}
.section-nav ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  color: #958d55;
  margin: 0 0 10px 0;
}
.section-nav ul li a:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.section-nav ul li a:hover {
  color: #000000;
}
.section-nav ul li a:after {
  top: 6px;
  left: 0;
  width: 19px;
  height: 19px;
  border: solid 1px #958d55;
  background: #ffffff url(../images/icons.png) no-repeat -41px -2641px;
}
.section-nav ul li.current-menu-item a:after {
  background-color: #958d55;
  background-position: -41px -2541px;
}
.profiles .profile {
  padding: 0 0 30px 70px;
  margin: 0 0 30px 0;
  border-bottom: solid 1px #dcceb9;
}
.profiles .profile .left {
  float: left;
  width: 200px;
  position: relative;
}
.profiles .profile .right {
  float: right;
  width: 100%;
  margin-left: -200px;
}
.profiles .profile .right > div {
  margin-left: 200px;
}
.profiles .profile:first-child,
.profiles .profile:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}
.profiles .profile .left {
  margin-top: 5px;
}
.profiles .profile .right > div {
  padding: 0 0 0 75px;
}
.profiles .profile .more-info {
  display: none;
}
.profiles .profile h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 300;
  color: #958d55;
}
.profiles .profile h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
  color: #a2522e;
  line-height: normal;
  text-transform: uppercase;
}
.profiles .profile .read-more {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.profiles .profile .read-more:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.profiles .profile .read-more:after {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/icons.png) no-repeat center -2741px;
}
.profiles .profile.expanded .read-more:after {
  background-position: center -2841px;
}
.profiles .profile.no-photo .left {
  display: none;
}
.profiles .profile.no-photo .right {
  margin: 0;
}
.profiles .profile.no-photo .right > div {
  margin: 0;
  padding: 0;
}
.partners {
  border-top: solid 10px #f6ebd5;
  padding: 40px 0 0 0;
}
.partners .partner {
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
  border-bottom: solid 1px #dcceb9;
}
.partners .partner .left {
  float: left;
  width: 340px;
  position: relative;
}
.partners .partner .right {
  float: right;
  width: 100%;
  margin-left: -340px;
}
.partners .partner .right > div {
  margin-left: 340px;
}
.partners .partner:last-child {
  padding: 0;
  margin: 0;
  border-bottom-width: 0;
}
.partners .partner h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
  color: #a2522e;
  line-height: normal;
  text-transform: uppercase;
}
.search-resources-callout {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.search-resources-callout .left {
  float: left;
  width: 345px;
  position: relative;
}
.search-resources-callout .right {
  float: right;
  width: 100%;
  margin-left: -345px;
}
.search-resources-callout .right > div {
  margin-left: 345px;
}
.search-resources-callout h4 {
  margin: 0;
  font-size: 48px;
  font-weight: 300;
  color: #424f56;
  line-height: normal;
}
.search-resources-callout .icons {
  margin-top: 30px;
}
.search-resources-callout .icons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.search-resources-callout .icons li {
  float: left;
  margin: 0 20px 0 0;
}
.search-resources-callout .icons li:last-child {
  margin: 0;
}
.search-resources-callout .icons a {
  font-size: 1px;
  line-height: 1px;
  text-indent: -10000px;
  text-align: left;
  display: block;
  width: 90px;
  height: 90px;
  background: #424f56 url(../images/icons.png) no-repeat center -2904px;
}
.search-resources-callout .icons .documents a {
  background-position: center -3004px;
  background-color: #958d55;
}
.search-resources-callout .icons .downloads a {
  background-position: center -3104px;
  background-color: #a2522e;
}
.section-tab {
  position: relative;
  position: absolute;
  top: -50px;
  left: 20px;
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
  padding: 0 50px 0 20px;
  background: #fff;
  color: #a2522e;
}
.section-tab:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.section-tab:after {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/icons.png) no-repeat center -3322px;
}
.search-results h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
.search-results .result {
  margin: 0 0 20px 0;
}
.search-results .result p:last-child {
  margin: 0;
}
.pagination .page-numbers {
  display: inline-block;
  min-width: 20px;
  border: solid 1px #725c48;
  font-size: 15px;
  line-height: normal;
  text-align: center;
  padding: 0 5px;
  margin: 0 5px 0 0;
}
.pagination .dots,
.pagination .prev,
.pagination .next {
  border-width: 0;
}
.capabilities-list h3 {
  border-bottom: solid 1px #ddd6cc;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.experience-map-callout img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}
.hero-slideshow {
  position: relative;
  padding: 0 75px;
  margin: 0 -77px;
}
.hero-slideshow > div {
  overflow: hidden;
  margin: 0 auto;
  width: 1000px;
}
.hero-slideshow .previous,
.hero-slideshow .next {
  font-size: 1px;
  line-height: 1px;
  text-indent: -10000px;
  text-align: left;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  width: 34px;
  height: 59px;
  background: url(../images/icons.png) no-repeat center -1920px;
  display: block;
}
.hero-slideshow .next {
  background-position: center -1820px;
  left: auto;
  right: 0;
}
.hero-slideshow .slide {
  vertical-align: top;
  background: #424f56;
  margin: 0 2px;
  width: 334px;
}
.hero-slideshow .slide.lichen {
  background: #958d55;
}
.hero-slideshow .slide.lichen .content:after {
  background: rgba(149, 141, 85, 0.8);
}
.hero-slideshow .slide.sienna {
  background: #a2522e;
}
.hero-slideshow .slide.sienna .content:after {
  background: rgba(162, 82, 46, 0.8);
}
.hero-slideshow .slide.height-fix {
  margin-bottom: -9999px;
  padding-bottom: 9999px;
}
.hero-slideshow .content {
  position: relative;
  white-space: normal;
  color: #fff;
  padding: 20px 30px;
}
.hero-slideshow .content:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.hero-slideshow .content:after {
  top: -30px;
  left: 0;
  right: 0;
  height: 30px;
  background: rgba(66, 79, 86, 0.8);
}
.hero-slideshow .content h2 {
  margin: 0 0 5px 0;
  font-size: 23px;
  line-height: 26px;
  font-weight: 300;
  color: #f6edd9;
}
.hero-slideshow .photo img {
  width: 100%;
}
.hero-slideshow .btn {
  color: #fff;
  border-color: #fff;
}
.hero-slideshow .btn:after {
  color: #fff;
}
h3.block-title {
  font-size: 32px;
  font-weight: 300;
}
.map-banner {
  padding: 30px 0 30px 0;
}
.map-banner .graphic {
  float: left;
  width: 62.4%;
}
.map-banner .graphic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.map-banner .content {
  float: right;
  width: 36%;
  padding: 3% 0 0 40px;
  font-size: 24px;
  line-height: 30px;
  color: #725c48;
  font-weight: 300;
}
.map-banner h4 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  color: #a2522e;
  line-height: 52px;
}
.sub-heading {
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  color: #958d55;
  display: block;
  margin: -5px 0 10px 0;
}
.boxes {
  margin: 0 -10px;
}
.boxes > div {
  display: inline-block;
  padding: 0 10px;
  width: 33.3333%;
  vertical-align: top;
}
.boxes > div > div {
  background: #f8f4eb;
  padding: 20px 30px;
  min-height: 240px;
  font-size: 16px;
  line-height: 24px;
}
.boxes h2 {
  margin: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  color: #958d55;
}
.boxes p:last-child {
  margin: 0;
}
.page-template-contact hr {
  margin: 30px 0;
}
table,
table.tblStyle {
  width: 100%;
}
.wp-caption-text {
  font-size: 14px;
  font-style: italic;
}
/**
 * Front page
 */
#front-upper > div {
  padding-top: 50px;
  padding-bottom: 20px;
}
#front-upper .intro {
  font-size: 30px;
  line-height: 38px;
  color: #725d49;
  text-align: center;
  font-weight: 300;
}
#front-upper .intro strong {
  font-weight: 600;
}
#front-middle > div {
  padding-top: 40px;
  padding-bottom: 40px;
}
#front-middle h2 {
  margin: 0 0 10px 0;
  font-size: 40px;
  font-weight: 300;
  color: #958d55;
  line-height: normal;
}
#front-middle h3 {
  margin: 0;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}
#front-middle h4 {
  margin: 0 0 10px 0;
  font-weight: 300;
  font-size: 24px;
  line-height: normal;
  color: #424f56;
}
#front-middle .featured-image {
  float: right;
  margin: 0 0 5px 20px;
  max-width: 230px;
}
#front-middle .featured-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
#front-middle .date {
  font-size: 15px;
  text-transform: uppercase;
  color: #725c48;
}
#front-middle .author {
  font-size: 16px;
  font-style: italic;
  margin: 0 0 20px 0;
}
#front-middle .footer .btn {
  float: left;
}
#front-middle .footer .more {
  float: right;
}
#front-middle .block {
  background: #e8dbc2;
  padding: 20px 30px;
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 17px;
}
#front-middle .block .date {
  font-size: 14px;
}
#front-middle .latest-tweets ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#front-middle .latest-tweets .tweet-details {
  display: none;
}
#front-middle .more-news {
  display: none;
}
#front-lower > div {
  padding-top: 40px;
  padding-bottom: 40px;
}
#front-lower h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  color: #424f56;
  font-weight: 300;
}
#front-lower .links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 -5px;
}
#front-lower .links li {
  float: left;
  width: 25%;
  padding: 0 5px;
}
#slider {
  position: relative;
  margin: 0 0 30px 0;
}
#slider .previous,
#slider .next {
  font-size: 1px;
  line-height: 1px;
  text-indent: -10000px;
  text-align: left;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: -75px;
  width: 34px;
  height: 59px;
  background: url(../images/icons.png) no-repeat center -1920px;
  display: block;
}
#slider .next {
  background-position: center -1820px;
  left: auto;
  right: -75px;
}
#slider .slide {
  vertical-align: top;
}
#slider .slide > div {
  position: relative;
}
#slider .slide .content {
  position: absolute;
  top: 20%;
  left: 0;
  white-space: normal;
}
#slider .slide .caption {
  max-width: 500px;
  padding: 30px 20px 20px 50px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #664b33;
  background: rgba(255, 255, 255, 0.85);
}
#slider .slide .caption h2 {
  margin: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: normal;
  color: #a2522e;
}
#slider .slide .link {
  background: rgba(162, 82, 46, 0.9);
  padding: 10px 50px;
  font-size: 18px;
  line-height: normal;
  display: inline-block;
}
#slider .slide .link a {
  position: relative;
  color: #fff;
  padding-right: 20px;
}
#slider .slide .link a:after {
  position: absolute;
  content: "\203A";
  right: 0;
  top: -9px;
  color: #a2522e;
  font-size: 30px;
}
#slider .slide .link a:after {
  color: #fff;
}
#slider img {
  display: block;
  max-width: 100%;
  height: auto;
}
/**
 * Resources
 */
.resource-search {
  background: #f6ebd5;
  margin: 0 0 30px 0;
  padding: 30px;
  font-size: 15px;
  line-height: 17px;
  color: #725c48;
}
.resource-search h4 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 300;
}
.resource-search h4 + .filters {
  margin-top: -10px;
}
.resource-search [type="text"] {
  margin: 10px 0;
  display: block;
  width: 100%;
  border: solid 1px #e5dccc;
  padding: 5px;
  font-family: 'Source Sans Pro', Arial, Verdana, Sans-serif;
  font-size: inherit;
  color: #725c48;
}
.resource-search .filters {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 0 20px 0;
}
.resource-search .filters ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0 0 10px 0;
  display: none;
}
.resource-search .filters ul li {
  padding: 5px 0;
}
.resource-search .filters > li {
  border-bottom: solid 1px #c1b19b;
}
.resource-search .filters > li > a {
  position: relative;
  font-weight: 600;
  color: #725c48;
  text-transform: uppercase;
  padding: 10px 0 10px 15px;
  display: block;
}
.resource-search .filters > li > a:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.resource-search .filters > li > a:after {
  width: 15px;
  height: 15px;
  background: url(../images/icons.png) no-repeat center -2343px;
  top: 13px;
  left: 0;
}
.resource-search .filters > li.expanded > a:after {
  background-position: center -2443px;
}
.resource-search-results h2 {
  margin: 0 0 20px 0;
  font-size: 40px;
  color: #958d55;
}
.resource-search-results .group {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: solid 1px #e3dfda;
}
.resource-search-results .group h3 {
  margin: 0 0 20px 0;
  font-size: 23px;
  color: #424f56;
}
.resource-search-results .result {
  margin: 0 0 30px 0;
}
.resource-search-results .result .left {
  float: left;
  width: 70px;
  position: relative;
}
.resource-search-results .result .right {
  float: right;
  width: 100%;
  margin-left: -70px;
}
.resource-search-results .result .right > div {
  margin-left: 70px;
}
.resource-search-results .result .thumb {
  background: #ece8e6;
  border: solid 1px #dcd3c1;
  min-height: 50px;
}
.resource-search-results .result .summary > div {
  padding: 0 0 0 20px;
  width: auto;
}
.resource-search-results .result .date,
.resource-search-results .result .source {
  font-size: 13px;
  line-height: normal;
}
.resource-search-results .result .date {
  font-weight: bold;
}
.resource-search-results .result .source {
  font-style: italic;
}
.featured-resources {
  margin-top: -10px;
}
.featured-resources h2 {
  margin: 0 0 20px 0;
  font-size: 40px;
  font-weight: 300;
  color: #958d55;
}
.featured-resources h3 {
  margin: 0;
  font-size: 19px;
  line-height: 21px;
  font-weight: bold;
}
.featured-resources .resource {
  margin: 0 0 30px 0;
}
.featured-resources .resource .thumb {
  float: left;
  width: 125px;
  position: relative;
}
.featured-resources .resource .summary {
  float: right;
  width: 100%;
  margin-left: -125px;
}
.featured-resources .resource .summary > div {
  margin-left: 125px;
}
.featured-resources .thumb {
  border: solid 1px #dcd2bf;
  padding: 5px;
}
.featured-resources .thumb img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.featured-resources .summary > div {
  padding-left: 20px;
}
.featured-resources .summary p:last-child {
  margin: 0;
}
/**
 * Impact
 */
.impact-hero {
  margin: 0 0 40px 0;
}
.impact-hero .photos img {
  display: block;
  max-width: 100%;
  height: auto;
  float: left;
  width: 33.3333%;
}
.impact-hero .caption {
  position: relative;
  padding: 20px 30px;
  margin-top: -20px;
  text-align: center;
  font-size: 21px;
  line-height: normal;
  color: #fff;
  background: #a2522e;
  font-weight: 300;
}
.impact-hero .caption:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.impact-hero .caption:after {
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(162, 82, 46, 0.9);
}
.impact-hero .caption p {
  margin: 0 0 10px 0;
}
.impact-hero .caption p:last-child {
  margin: 0;
}
.impact-hero .quote-author {
  font-size: 14px;
  color: #f6ebd5;
  text-transform: uppercase;
  font-weight: normal;
}
.single-case-study .section h1 {
  color: #958d55;
}
.single-case-study .section h1 span {
  font-size: 32px;
  display: block;
  margin-top: -5px;
  color: #958d55;
}
.single-case-study .section p + h2 {
  font-size: 44px;
  padding: 0 0 10px 0;
  border-bottom: solid 8px #f6ebd5;
}
.single-case-study .left h2 + ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 30px 0 30px 30px;
  font-size: 22px;
  line-height: 28px;
  color: #424f56;
  font-weight: 300;
}
.single-case-study .left h2 + ul li {
  position: relative;
  padding: 0 0 20px 50px;
}
.single-case-study .left h2 + ul li:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.single-case-study .left h2 + ul li:after {
  width: 24px;
  height: 24px;
  background: url(../images/icons.png) no-repeat center -1138px;
  top: 3px;
  left: 0;
}
.single-case-study .resources-block {
  margin: 0 0 70px 0;
}
.single-case-study .key-partners h3 {
  padding: 0 0 10px 0;
  border-bottom: solid 1px #ddd6cc;
  color: #725c48;
}
.single-case-study .key-partners ul {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
  font-size: 18px;
  line-height: 20px;
  color: #958d55;
}
.single-case-study .key-partners li {
  margin: 0 0 5px 0;
}
.single-case-study .section ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 0 0 30px;
  counter-reset: big-numbers-counter;
}
.single-case-study .section ol > li {
  position: relative;
  counter-increment: big-numbers-counter;
  margin: 0 0 20px 0;
  padding: 0 0 0 60px;
  min-height: 50px;
}
.single-case-study .section ol > li:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.single-case-study .section ol > li:after {
  content: counter(big-numbers-counter);
  top: 5px;
  left: 0;
  font-size: 26px;
  font-weight: 300;
  color: #a2522e;
  border: solid 1px #a2522e;
  border-radius: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 35px;
}
.program-impact ul {
  margin: 0 0 20px 0;
}
.program-impact ul li {
  margin: 0 0 10px 0;
}
.program-platform h2 {
  color: #958d55;
}
.program-platform ul {
  margin: 0 0 20px 0;
}
.program-platform ul li {
  margin: 0 0 10px 0;
}
.stories {
  background: #803b1d;
  padding: 20px 30px 30px 30px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.stories .title {
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #af8268;
  text-transform: uppercase;
}
.stories .story {
  margin: 0 0 30px 0;
}
.stories .story .left {
  float: left;
  width: 140px;
  position: relative;
}
.stories .story .right {
  float: right;
  width: 100%;
  margin-left: -140px;
}
.stories .story .right > div {
  margin-left: 140px;
}
.stories .story:last-child {
  margin: 0;
}
.stories .story p {
  margin: 0 0 10px 0;
}
.stories .btn,
.stories .btn:after {
  color: #f6ebd5;
  border-color: #f6ebd5;
}
.stories .btn:hover,
.stories .btn:hover:after {
  color: #fff;
  border-color: #fff;
}
/**
 * Capabilities/work
 */
.page-template-capability-php .left > div > h3,
.page-template-capability-php .right > div > h3 {
  margin: 0;
  font-size: 21px;
  color: #a2522e;
  font-weight: 600;
  text-transform: none;
}
.page-template-capability-php .section.khaki h2 {
  color: #a2522e;
}
.page-template-capability-php .section.khaki hr {
  margin: 30px 0;
  background: #dcd0bc;
  height: 1px;
  border-bottom-width: 0;
}
.page-template-capability-php .section.white h1 {
  color: #958d55;
}
.page-template-capability-php .section.white .left ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 30px 0 30px 30px;
  font-size: 22px;
  line-height: 28px;
  color: #424f56;
  font-weight: 300;
}
.page-template-capability-php .section.white .left ul li {
  position: relative;
  padding: 0 0 20px 50px;
}
.page-template-capability-php .section.white .left ul li:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.page-template-capability-php .section.white .left ul li:after {
  width: 24px;
  height: 24px;
  background: url(../images/icons.png) no-repeat center -1138px;
  top: 3px;
  left: 0;
}
.page-template-capability-php .section.sienna .left ul {
  margin: 0 0 20px 0;
}
.page-template-capability-php .section.sienna .left ul li {
  margin: 0 0 10px 0;
}
.impact-hero.capability .caption {
  color: #f6edd9;
  background: #424f56;
}
.impact-hero.capability .caption:after {
  background: rgba(66, 79, 86, 0.75);
}
.impact-hero.capability .caption h1 {
  margin: 0;
  font-size: 44px;
  color: inherit;
}
.work-front {
  margin: 0 -1px;
}
.work-front .experience,
.work-front .capability {
  float: left;
  width: 33.3333%;
  padding: 0 1px 2px 1px;
  color: #f6edd9;
}
.work-front .capability:hover {
  color: #000000;
}
.work-front .capability:hover .content > div:after {
  border-color: #000000;
  color: #000000;
}
.work-front .capability > div {
  background: #a2522e;
}
.work-front .capability .photo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.work-front .capability .content {
  position: relative;
  height: 115px;
  font-size: 26px;
  line-height: 29px;
  font-weight: 300;
}
.work-front .capability .content:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.work-front .capability .content:after {
  left: 0;
  right: 0;
  top: -30px;
  height: 30px;
  background: rgba(162, 82, 46, 0.8);
}
.work-front .capability .content > div {
  position: relative;
  position: absolute;
  left: 30px;
  bottom: 25px;
  right: 80px;
}
.work-front .capability .content > div:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.work-front .capability .content > div:after {
  right: -60px;
  bottom: 0;
  width: 30px;
  height: 30px;
  border: solid 1px #f6edd9;
  content: "\203A";
  font-size: 45px;
  line-height: 18px;
  text-align: center;
  transition: 0.25s ease;
}
.work-front .capability.it > div {
  background: #424f56;
}
.work-front .capability.it .content:after {
  background: rgba(66, 79, 86, 0.8);
}
.work-front .capability.hr > div {
  background: #958d55;
}
.work-front .capability.hr .content:after {
  background: rgba(149, 141, 85, 0.8);
}
.work-front .capability.ps > div {
  background: #725c48;
}
.work-front .capability.ps .content:after {
  background: rgba(114, 92, 72, 0.8);
}
.work-front .capability.advocacy > div {
  background: #a2522e;
}
.work-front .capability.advocacy .content:after {
  background: rgba(162, 82, 46, 0.8);
}
.work-front .experience > div {
  border: solid 1px #e6dcca;
  text-align: center;
  height: 261px;
}
.work-front .experience .photo {
  padding: 20px 0 20px 0;
}
.work-front .experience .photo img {
  display: block;
  margin: 0 auto;
}
.right-quote-block .quote {
  float: right;
  width: 330px;
  position: relative;
}
.right-quote-block .content {
  float: left;
  width: 100%;
  margin-right: -330px;
}
.right-quote-block .content > div {
  margin-right: 330px;
}
.right-quote-block .content > div {
  padding: 0 20px 0 0;
}
.right-quote-block .content > div p:last-child {
  margin: 0;
}
.right-quote-block .quote {
  position: relative;
  font-size: 18px;
  line-height: 25px;
  color: #424f56;
  padding: 5px 50px 0 50px;
  text-align: center;
}
.right-quote-block .quote:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.right-quote-block .quote:after {
  width: 24px;
  height: 20px;
  top: 0;
  left: 25px;
  background: url(../images/icons.png) no-repeat center -3639px;
}
.right-quote-block .quote p {
  margin: 0 0 10px 0;
}
.right-quote-block .quote .author {
  font-size: 14px;
  font-weight: 600;
  color: #424f56;
  margin: 0;
}
/**
 * Projects
 */
body.page-template-experience-map-php .page-intro {
  margin-bottom: 0;
}
.project-map .filters {
  float: left;
  width: 35%;
  padding: 0 40px 20px 0;
}
.project-map .filters h2 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 300;
  line-height: normal;
}
.project-map .filters .global {
  padding: 15px 0 15px 30px;
  margin: 0 0 15px 0;
  border-top: solid 1px #c1b29d;
  border-bottom: solid 1px #c1b29d;
}
.project-map .filters .global label {
  margin-left: -20px;
  display: block;
}
.project-map .filters label {
  display: block;
  margin: 0 0 5px 0;
  font-weight: bold;
}
.project-map .filters .countries ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 30px;
}
.project-map .filters .countries li {
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
}
.project-map .filters input.custom[type="checkbox"] + label:before {
  top: 5px;
}
.project-map .map {
  float: right;
  width: 65%;
}
.project-map .map img {
  max-width: 100000px;
}
.project-map .map-wrapper {
  position: relative;
  border: solid 3px #fff;
  padding-bottom: 67%;
}
.project-map .map-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-map .map-wrapper .global-overlay {
  position: absolute;
  display: block;
  bottom: 5px;
  left: 5px;
  width: auto;
  height: auto;
  top: auto;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  text-shadow: 0 0 3px #fff;
  text-align: center;
  background: rgba(111, 98, 85, 0.7);
  padding: 10px;
}
.project-map .map-wrapper .global-overlay > div {
  position: relative;
  padding-top: 40px;
}
.project-map .map-wrapper .global-overlay > div:before {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.project-map .map-wrapper .global-overlay > div:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.project-map .map-wrapper .global-overlay > div:before {
  top: 0;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  background: #725c48;
  border-radius: 18px;
}
.project-map .map-wrapper .global-overlay > div:after {
  top: -1px;
  left: 50%;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background: url(../images/icons.png) no-repeat center -3530px;
}
.project-map .map-wrapper.global .global-overlay > div:before {
  background-color: #a2522e;
}
.projects {
  display: table;
  width: 100%;
  margin: 0 0 40px 0;
  border-bottom: solid 10px #f6ebd5;
}
.projects > div {
  display: table-row;
}
.projects > div > div {
  display: table-cell;
  vertical-align: top;
  padding: 15px 15px 15px 0;
  border-top: solid 1px #e3dfda;
}
.projects h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: normal;
  color: #a2522e;
}
.projects .header {
  font-size: 19px;
  font-weight: 600;
  color: #424f56;
  text-transform: uppercase;
  line-height: normal;
}
.projects .header > div {
  border-top-width: 0;
  padding: 0 15px 5px 0;
}
.projects .project {
  width: 37%;
}
.projects .project p:last-child {
  margin: 0;
}
.projects .location {
  width: 21%;
}
.projects .topic {
  width: 21%;
}
.projects .links {
  width: 21%;
}
.projects .heading {
  display: none;
  font-weight: 600;
  color: #424f56;
  text-transform: uppercase;
}
#results-wrapper {
  position: relative;
}
#results-wrapper .loading-mask {
  background: rgba(255, 255, 255, 0.8) url(../images/loading.gif) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
/**
 * Blog
 */
.blog-header {
  height: 250px;
  position: relative;
  margin: 0 0 60px 0;
}
.blog-header .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/blog-header.jpg) no-repeat center center;
  background-size: cover;
}
.blog-header .title {
  position: absolute;
  top: 100px;
  left: 0;
  padding: 15px 40px 20px 40px;
  font-size: 50px;
  font-weight: 300;
  color: #f0ebdd;
  text-align: right;
  background: rgba(123, 50, 18, 0.8);
  line-height: normal;
}
.blog-header .title em {
  font-size: 23px;
  color: #d8ccb2;
  display: block;
  margin-top: -5px;
}
.blog-content .left {
  float: left;
  width: 68%;
}
.blog-content .left > div {
  padding: 0 40px 0 0;
}
.blog-content .right {
  float: right;
  width: 32%;
}
.post-author {
  margin: 0 0 20px 0;
}
.post-author .photo {
  float: left;
  width: 110px;
  position: relative;
}
.post-author .content {
  float: right;
  width: 100%;
  margin-left: -110px;
}
.post-author .content > div {
  margin-left: 110px;
}
.post-author .content > div {
  border-bottom: solid 10px #f6ebd5;
  min-height: 90px;
}
.post-author .name {
  font-size: 21px;
  font-weight: 300;
  color: #424f56;
}
.post-author .title {
  font-size: 16px;
  line-height: 21px;
  color: #424f56;
  font-weight: bold;
}
article.post {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: solid 1px #ddd6cc;
}
article.post header {
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 0 20px 0;
}
article.post header .title {
  position: relative;
}
article.post header .title:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
article.post header .title:after {
  top: 0;
  left: -20px;
  width: 1px;
  height: 100%;
  background: #958d55;
}
article.post header .title h2 {
  font-size: 36px;
  margin: 0;
  font-weight: 300;
  color: #958d55;
  line-height: 38px;
}
article.post header .title a {
  color: #958d55;
}
article.post header .title a:hover {
  color: #000000;
}
article.post header .date {
  font-size: 25px;
  line-height: 20px;
  font-weight: 600;
  color: #958d55;
  position: absolute;
  top: 0;
  left: 5px;
  width: 65px;
  text-transform: uppercase;
}
article.post header .date span {
  font-size: 15px;
  line-height: 15px;
}
article.post header .date span.year {
  display: block;
  font-size: 18px;
}
article.post footer {
  font-size: 13px;
  line-height: normal;
  font-style: italic;
  padding: 10px 0 0 0;
}
article.post footer .label {
  font-weight: bold;
  font-style: normal;
}
article.post .featured-image {
  float: left;
  margin: 0 30px 5px 0;
  max-width: 320px;
}
article.post .featured-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.search-block {
  margin: 0 0 30px 0;
}
.search-block h4 {
  margin: 0 0 5px 0;
  font-size: 26px;
  font-weight: 300;
  color: #725c48;
}
.search-block form {
  position: relative;
  padding: 0 105px 0 0;
}
.search-block form input {
  width: 100%;
  height: 29px;
}
.search-block form .btn {
  position: absolute;
  top: 0;
  right: 0;
}
.widget {
  padding: 20px 30px;
  background: #f6ebd5;
  margin: 0 0 30px 0;
}
.widget h4 {
  position: relative;
  font-size: 32px;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  color: #a2522e;
  font-weight: 300;
  border-bottom: solid 1px #bbad99;
}
.widget h4:after {
  position: absolute;
  display: block;
  content: "";
  background: url("") no-repeat center center;
}
.widget h4:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background: #fff;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget_categoriest {
  font-size: 18px;
}
.widget_categories li {
  margin: 0 0 10px 0;
}
.widget_categories a {
  color: #725c48;
}
.widget_categories a:hover {
  color: #000000;
}
.widget_tag_cloud {
  font-weight: normal;
}
.widget_tag_cloud a {
  color: #725c48;
}
.widget_tag_cloud a:hover {
  color: #000000;
}
.share-container {
  font-size: 14px;
  line-height: 20px;
  color: #323f44;
  text-transform: uppercase;
  padding: 20px 0;
}
.share-container .addthis_sharing_toolbox {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
#atstbx a {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  background: none !important;
}
#atstbx span {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  background: url(../images/icons.png) no-repeat center -4040px;
  background-size: auto !important;
}
#atstbx .at-svc-twitter span {
  background-position: center -4140px;
}
#atstbx .at-svc-email span {
  background-position: center -4240px;
}
#atstbx .at-svc-print span {
  background-position: center -4440px;
}
#atstbx .at-svc-compact span {
  background-position: center -4340px;
}
/**
 * Forms
 */
input[type="submit"] {
  cursor: pointer;
  border-radius: 0;
}
input[type="text"],
input[type="email"],
input[type="search"],
select,
textarea {
  border: solid 1px #ddd6cc;
  padding: 5px;
  font-family: 'Source Sans Pro', Arial, Verdana, Sans-serif;
  font-size: 14px;
}
input.custom[type="checkbox"],
.custom-checkbox-wrapper [type="checkbox"] {
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute;
  margin: 0;
}
input.custom[type="checkbox"] + label,
.custom-checkbox-wrapper [type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
}
input.custom[type="checkbox"] + label:before,
.custom-checkbox-wrapper [type="checkbox"] + label:before {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 12px;
  top: 3px;
  left: 0;
  background: url(../images/icons.png) no-repeat -44px -2144px;
}
input.custom[type="checkbox"]:checked + label:before,
.custom-checkbox-wrapper [type="checkbox"]:checked + label:before {
  background: url(../images/icons.png) no-repeat -44px -2244px;
}
.gform_wrapper .top_label .gfield_label {
  margin: 0 0 5px 0;
  font-size: 15px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
  margin: 0;
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper .hidden_label textarea.textarea {
  width: 100%;
  padding: 5px !important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 13px;
}
.gform_button {
  background: #a2522e;
  padding: 5px 15px;
  color: #e8dbc2;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-width: 0;
  font-size: 13px;
  line-height: normal;
}
.gfield {
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 1200px) {
  #slider .previous,
  #slider .next {
    position: relative;
    background: rgba(162, 82, 46, 0.9);
    width: 30px;
    height: 30px;
    margin-top: 0;
    top: 0;
    left: auto;
    right: 0;
    position: absolute;
  }
  #slider .previous:after,
  #slider .next:after {
    position: absolute;
    display: block;
    content: "";
    background: url("") no-repeat center center;
  }
  #slider .previous:after,
  #slider .next:after {
    position: absolute;
    content: "\203A";
    right: 0;
    top: -9px;
    color: #a2522e;
    font-size: 30px;
  }
  #slider .previous {
    right: 30px;
  }
  #slider .previous:after,
  #slider .next:after {
    top: -7px;
    right: 11px;
    text-indent: 0;
    line-height: normal;
    color: #fff;
  }
  #slider .previous:after {
    content: "\2039";
  }
  .hero-slideshow > div {
    width: 668px;
  }
  .hero-slideshow .previous {
    left: 80px;
  }
  .hero-slideshow .next {
    right: 80px;
  }
}
@media only screen and (max-width: 1050px) {
  .work-front {
    margin: 0;
  }
  .work-front .capability,
  .work-front .experience {
    float: none;
    width: 100%;
    padding: 0;
  }
  .work-front .capability > div {
    position: relative;
    padding: 0 0 0 330px;
    height: 145px;
    margin: 0 0 2px 0;
  }
  .work-front .capability .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
  }
  .work-front .capability .content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .work-front .capability .content:before {
    position: absolute;
    display: block;
    content: "";
    background: url("") no-repeat center center;
  }
  .work-front .capability .content:before {
    position: relative;
    width: 1px;
    height: 145px;
    vertical-align: middle;
    display: inline-block;
  }
  .work-front .capability .content:after {
    top: 0;
    left: -30px;
    right: auto;
    height: 145px;
    width: 30px;
  }
  .work-front .capability .content > div {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    left: auto;
    bottom: auto;
    right: auto;
    width: 95%;
    padding: 0 50px 0 25px;
  }
  .work-front .capability .content > div:after {
    right: 0;
    bottom: 50%;
    margin-bottom: -15px;
  }
}
@media only screen and (max-width: 1040px) {
  .profiles .profile {
    padding-left: 0;
  }
  .profiles .profile .right > div {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 950px) {
  #header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-bottom: solid 1px #958d55;
    top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  #header > div {
    min-height: 60px;
  }
  #header .links,
  #header .search,
  #header .social {
    display: none;
  }
  #header .logo {
    top: 12px;
  }
  #header .logo img {
    height: 40px;
    display: block;
  }
  #header .toggle-menu {
    display: block;
    top: 17px;
    right: 0;
  }
  #menu {
    display: none;
  }
  #global-footer .left,
  #global-footer .right {
    float: none;
    width: 100%;
  }
  #master {
    padding-top: 60px;
  }
  #slider .slide .content {
    position: relative;
    top: auto;
    left: auto;
  }
  #slider .slide .caption {
    max-width: 100%;
    background: url(../images/bg-pattern.gif);
    padding: 20px;
  }
  #slider .slide .link {
    display: block;
    padding: 10px 20px;
  }
  .hero-photo .caption {
    position: relative;
  }
  .impact-hero .caption:after {
    display: none;
  }
  .profiles .profile:first-child .left {
    display: none;
  }
  .profiles .profile:first-child .right {
    margin-left: 0;
  }
  .profiles .profile:first-child .right > div {
    margin-left: 0;
    padding-left: 0;
  }
  .project-map .filters .countries li {
    float: none;
    padding: 0;
  }
  .post .featured-image {
    max-width: 200px;
  }
  .featured-resources .resource {
    display: block;
    width: 100%;
  }
  .map-banner {
    text-align: center;
    padding: 20px 0;
  }
  .map-banner .graphic,
  .map-banner .content {
    float: none;
    width: 100%;
    padding: 0;
  }
  .map-banner .content {
    margin: 0 0 30px 0;
  }
  .boxes {
    margin: 0;
  }
  .boxes > div {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .boxes > div > div {
    min-height: 1px;
  }
}
@media only screen and (max-width: 800px) {
  .right-column .left,
  .right-column .left > div,
  .right-column .right,
  .left-column .right,
  .left-column .right > div,
  .left-column .left,
  .split-columns > .left,
  .split-columns > .right,
  #global-banner .col,
  #footer .left,
  #footer .right,
  .project-map .filters,
  .project-map .map,
  .search-resources-callout .left,
  .search-resources-callout .right,
  .search-resources-callout .right > div,
  .blog-content .left,
  .blog-content .left > div,
  .blog-content .right {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .right-column .left,
  .left-column .right {
    margin: 0 0 20px 0;
  }
  #global-banner > div > div {
    margin: 0;
  }
  #footer .logo img {
    float: none;
  }
  #footer .left {
    margin: 0 0 30px 0;
  }
  #footer .left .col,
  #footer .left .col:last-child {
    width: 33.3333%;
  }
  #footer .right {
    text-align: left;
  }
  #footer .right .social {
    float: none;
  }
  #footer .right .social li {
    margin: 0 10px 0 0;
  }
  .project-map .filters {
    margin: 0 0 20px 0;
  }
  .project-map .filters .countries li {
    float: left;
    width: 50%;
    padding: 0 10px 0 0;
  }
  .projects,
  .projects > div,
  .projects > div > div {
    display: block;
    width: 100%;
    padding: 0;
    border-top-width: 0;
  }
  .projects > div {
    border-bottom: solid 1px #e3dfda;
    margin: 0 0 20px 0;
  }
  .projects > div:last-child {
    margin: 0;
    border-bottom-width: 0;
  }
  .projects > div > div {
    padding: 0 0 20px 0;
  }
  .projects .project,
  .projects .location,
  .projects .topic,
  .projects .links {
    width: 100%;
  }
  .projects .header {
    display: none;
  }
  .projects .heading {
    display: inline;
  }
  .blog-header {
    height: auto;
  }
  .blog-header .photo,
  .blog-header .title {
    position: relative;
    top: auto;
    left: auto;
    font-size: 30px;
  }
  .blog-header .photo {
    height: 200px;
  }
  .featured-resources .resource .thumb {
    padding: 5px;
  }
  .featured-resources .resource .right > div {
    padding-left: 20px;
  }
  .hero-slideshow > div {
    width: 334px;
  }
}
@media only screen and (max-width: 650px) {
  .work-front {
    max-width: 330px;
    margin: 0 auto;
  }
  .work-front .capability > div {
    padding: 0;
    height: auto;
    margin: 0 0 20px 0;
  }
  .work-front .capability .photo {
    position: relative;
    width: 100%;
  }
  .work-front .capability .content {
    display: block;
    height: auto;
    padding: 15px 70px 15px 20px;
  }
  .work-front .capability .content:before {
    display: none;
  }
  .work-front .capability .content:after {
    top: -30px;
    left: 0;
    right: 0;
    height: 30px;
    width: auto;
  }
  .work-front .capability .content > div {
    display: block;
    width: 100%;
    padding: 0;
  }
  .work-front .capability .content > div:after {
    bottom: 0;
    margin-bottom: 0;
    right: -50px;
  }
}
@media only screen and (max-width: 600px) {
  #footer .left .col,
  #footer .left .col:last-child {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
  #global-footer ul {
    display: block;
    margin: 5px 0;
  }
  #global-footer ul li:first-child a {
    margin-left: 0;
  }
  #front-middle .featured-image {
    max-width: 150px;
  }
  #front-lower .links li {
    float: none;
    padding: 0;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .section-nav ul li {
    display: block;
  }
  .profiles .profile .thumb {
    margin: 5px 30px 5px 0;
  }
  .profiles .profile .right,
  .profiles .profile .right > div {
    margin-left: 0;
    padding-left: 0;
    float: none;
  }
  .search-resources-callout .icons a {
    width: 80px;
  }
  .blog-header .photo {
    height: 150px;
  }
  .post .featured-image {
    max-width: 120px;
    margin: 0 15px 5px 0;
  }
  .hero-slideshow {
    margin-bottom: 70px;
  }
  .hero-slideshow .previous {
    top: auto;
    bottom: -70px;
    left: 50%;
    margin-left: -54px;
  }
  .hero-slideshow .next {
    top: auto;
    bottom: -70px;
    right: 50%;
    margin-right: -54px;
  }
}
@media only screen and (max-width: 400px) {
  .stories .story .left {
    width: 120px;
    margin: 0 5px 5px 0;
  }
  .stories .story .right,
  .stories .story .right > div {
    float: none;
    width: 100%;
    margin: 0;
  }
  .profiles .profile .left {
    float: none;
    margin: 5px 0 10px 0;
  }
  .btn.map {
    font-size: 21px;
  }
}
