/*!
Theme Name: SURF 2017
Author: LBDesign
Author URI: http://lbdesign.tv/
Description: Custom theme for Survivors Fund based on _s.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lbd
Tags:

This theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* Screen */
/* Grid settings */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.modal {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }
  .modal label {
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    width: auto; }
  .modal label img {
    border-radius: 150px;
    display: block;
    max-width: 300px; }
  .modal .modal-state {
    display: none; }
  .modal .modal-trigger {
    font-size: 0.75rem;
    float: right;
    display: inline-block;
    width: auto;
    padding: 0.625em 1.25em;
    border: 1px solid;
    text-transform: uppercase; }
    @media screen and (min-width: 456px) {
      .modal .modal-trigger {
        margin-left: 5px; } }
    @media screen and (min-width: 474px) {
      .modal .modal-trigger {
        padding: 3px 10px; } }
  @media screen and (min-width: 760px) {
    .modal .mobile-text {
      display: none; } }
  .modal .modal-fade-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    padding-top: 0.6em;
    text-align: left;
    transition: opacity 0.25s ease;
    visibility: hidden;
    z-index: 99999999999; }
    @media screen and (min-width: 53.75em) {
      .modal .modal-fade-screen {
        padding-top: 10em; } }
    .modal .modal-fade-screen .modal-bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      cursor: pointer; }
  .modal .modal-close {
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    height: 1.5em;
    width: 1.5em;
    color: #fff;
    cursor: pointer; }
    .modal .modal-close::after, .modal .modal-close::before {
      position: absolute;
      top: 3px;
      right: 3px;
      bottom: 0;
      left: 50%;
      background: #ddd;
      content: "";
      display: block;
      margin: -3px 0 0 -1px;
      transform: rotate(45deg); }
    .modal .modal-close:hover::after, .modal .modal-close:hover::before {
      background: #c4c4c4; }
    .modal .modal-close::before {
      transform: rotate(-45deg); }
  .modal .modal-inner {
    border-radius: 3px;
    color: #fff;
    margin: auto;
    margin-top: 0;
    max-height: 95%;
    padding: 0.75em;
    position: relative;
    transition: opacity 0.25s ease;
    width: 95%; }
    @media screen and (min-width: 40em) {
      .modal .modal-inner {
        max-height: 70%;
        width: 60%; } }
    @media screen and (min-width: 53.75em) {
      .modal .modal-inner {
        width: 50%; } }
    .modal .modal-inner h1 {
      color: #fff;
      text-align: center; }
    .modal .modal-inner p {
      color: #333;
      line-height: 1.5em; }
    .modal .modal-inner .modal-intro {
      margin-bottom: 1em; }
    .modal .modal-inner .modal-content {
      color: #333; }
      @media screen and (min-width: 40em) {
        .modal .modal-inner .modal-content {
          columns: 2 8em; } }
    .modal .modal-inner a.cta {
      color: #fff;
      display: inline-block;
      margin-right: 0.5em;
      margin-top: 1em; }
      .modal .modal-inner a.cta:last-child {
        padding: 0 2em; }
  .modal .modal-state:checked + .modal-fade-screen {
    opacity: 1;
    visibility: visible; }
  .modal .modal-state:checked + .modal-fade-screen .modal-inner {
    top: 0.5em; }

.modal-open {
  overflow: hidden; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body,
button,
input,
select,
textarea {
  color: #555455;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5; }

/*--------------------------------------------------------------
## Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #400040;
  font-weight: 400; }

h1,
.h1 {
  font-size: 2.25rem; }

h2,
h2.entry-title,
.h2 {
  font-size: 1.5rem; }

h3,
.h3 {
  font-size: 1.125rem; }

h4,
.h4 {
  font-size: 1rem; }

.entry-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem; }
  .entry-title a {
    text-decoration: none; }

.page-header {
  margin-top: 0;
  margin-bottom: 2.5em; }

.entry-content h2 {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 8px; }

.entry-content h3 {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-top: 8px;
  margin-bottom: 8px; }

.entry-content h4 {
  margin-top: 8px;
  margin-bottom: 8px; }

.sidebar .widget-title,
.sidebar-custom-highlight-title {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.25; }

.sidebar .widget-title {
  font-size: 1.375rem; }

.sidebar h2 strong {
  color: #400040; }

.sidebar-custom-highlight-caption {
  margin-top: 20px;
  color: #aaa9aa; }

.footer-widgets .widget-title {
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #400040;
  margin-top: 0;
  line-height: 1.2; }
.footer-widgets .textwidget,
.footer-widgets .menu,
.footer-widgets .widget_lbd_contact_widget {
  font-size: 0.625rem;
  color: #2b292b;
  line-height: 1.3; }
.footer-widgets .menu {
  list-style: none;
  padding: 0; }
  .footer-widgets .menu a {
    color: #2b292b;
    text-decoration: none; }

/*--------------------------------------------------------------
## Copy
--------------------------------------------------------------*/
p {
  margin-top: 0;
  margin-bottom: 1.25em; }

b, strong {
  color: #000;
  font-weight: 700; }

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

blockquote {
  margin: 0 1.5em; }

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

address {
  margin: 0 0 1.5em; }

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

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem; }

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

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

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

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

small,
.small {
  font-size: 0.8125rem; }

big {
  font-size: 125%; }

hr {
  background-color: gray;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

.entry-title,
.entry-content,
.comments-title,
.comment-content,
.widget-title,
.widget {
  word-break: keep-all;
  word-wrap: break-word; }

.sidebar-custom-highlight-caption {
  font-size: 0.875rem;
  line-height: 1.4285714286; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #400040; }
  a:visited {
    color: #400040; }
  a:hover, a:focus, a:active {
    color: #400040; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
  background: #400040;
  color: #fff; }

@media screen and (min-width: 40rem) {
  a[href^=tel] {
    text-decoration: none; } }
/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul li, ol li {
  margin-bottom: 0.75em; }

li > ul,
li > ol {
  margin-top: 0.75em;
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
### Inline List
--------------------------------------------------------------*/
.inline-list {
  margin-left: 0;
  list-style: none;
  padding-left: 0; }

.inline-list li {
  background: none;
  margin: 0;
  padding: 0 1.25em 0 0;
  float: left; }

.inline-list li:before {
  content: ''; }

.inline-list-separated li {
  border: 0;
  float: none; }

@media screen and (min-width: 48rem) {
  .inline-list {
    overflow: hidden; }

  .inline-list-separated li {
    border-top-width: 0;
    border-left-width: 1px;
    float: left;
    margin-bottom: 10px;
    padding: 0 1.25em; }

  .inline-list-separated li:first-child {
    border-left: 0;
    padding-left: 0; }

  /* Right align */
  .inline-list-right {
    float: right; } }
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #ffbc00;
  color: #2b292b;
  line-height: 1.2857142857;
  padding: 1.25em 1.25em;
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none; }
  .button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #ddce9e;
    color: #2b292b; }
  .button:active, .button:focus,
  button:active,
  button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #ddce9e; }
  .button:visited,
  button:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited {
    color: #2b292b; }

.button-block {
  display: block;
  text-align: center; }

.button-alt,
.sf-field-submit input[type="submit"] {
  border-color: transparent;
  background: #ba00bf;
  color: #fff; }
  .button-alt:hover,
  .sf-field-submit input[type="submit"]:hover {
    background: #d3abd6;
    color: #2b292b; }
  .button-alt:active, .button-alt:focus,
  .sf-field-submit input[type="submit"]:active,
  .sf-field-submit input[type="submit"]:focus {
    border-color: #d3abd6; }
  .button-alt:visited,
  .sf-field-submit input[type="submit"]:visited {
    color: #fff; }

/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #2b292b;
  border: 1px solid #9f9aa0;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #2b292b; }

select {
  border: 1px solid #9f9aa0; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
## Labels
--------------------------------------------------------------*/
label {
  width: 100%;
  display: block; }

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

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

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
img {
  height: auto;
  max-width: 100%; }

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.25em;
  margin-bottom: 1.25em; }

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

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

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.inner {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto; }
  .inner::after {
    clear: both;
    content: "";
    display: block; }

.inner-pad {
  padding: 0 1.25em; }

.row {
  display: block; }
  .row::after {
    clear: both;
    content: "";
    display: block; }

.page-template-page-home .site-content > .inner.inner-pad {
  max-width: none;
  padding: 0; }

.site-header .inner,
.site-content,
.site-footer {
  position: relative; }

.site-content {
  overflow: auto; }

#primary,
#secondary {
  margin-bottom: 70px; }

.home #primary {
  margin-bottom: 0; }

#secondary {
  margin-top: 100px; }

@media screen and (min-width: 48rem) {
  #primary {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 65.9574468085%; }
    #primary:last-child {
      margin-right: 0; }

  .full-width #primary {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 100%; }
    .full-width #primary:last-child {
      margin-right: 0; }

  #secondary {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%;
    margin-left: 8.5106382979%; }
    #secondary:last-child {
      margin-right: 0; } }
@media screen and (min-width: 60em) {
  .inner {
    padding: 0; } }
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #400040;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

#breadcrumbs {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 0.75rem; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin: 0 0 1.25em 0;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption.aligncenter {
    margin: 0 auto 1.25em auto; }
  .wp-caption.alignleft {
    margin-right: 1.25em; }
  .wp-caption.alignright {
    margin-left: 1.25em; }
  .wp-caption.alignnone {
    max-width: 100%; }
  .wp-caption .wp-caption-text {
    margin: 1.25em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

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

.bypostauthor {
  display: block; }

#comment {
  width: 100%; }

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px; }

.comment-list,
.comment-list .children {
  margin: 20px 0 0;
  padding: 0; }

.comment-respond a,
.entry-comments a {
  border-bottom: 1px solid #ddd; }

.comment-content {
  clear: both; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-list > li,
.comment-list .children > li,
.ping-list > li {
  list-style-type: none;
  margin-top: 24px;
  padding: 10px; }

li.comment {
  background-color: #eee;
  border: 2px solid #fff;
  border-right: none; }

.comment .avatar {
  margin: 0 10px 0 0; }

.entry-pings .reply {
  display: none; }

li.bypostauthor {
  background-color: #ddd; }

.ping-list li {
  padding: 40px 40px 16px; }

.entry-pings .reply {
  display: none; }

.comment-reply-link {
  font-weight: bold; }

.form-allowed-tags {
  background-color: #eee;
  font-size: 14px;
  padding: 24px; }

.site-content {
  background: #fff; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

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

.entry-header {
  overflow: auto; }

.page .entry-header {
  margin-bottom: 60px; }

.search .page .entry-header {
  margin-bottom: 20px; }

.post .entry-header {
  margin-bottom: 20px; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 40px;
  overflow: auto; }

.post .entry-content {
  margin-top: 60px; }

.post.has-post-thumbnail .entry-content {
  margin-top: 0; }

.post .entry-content .entry-featured-image {
  margin-bottom: 60px;
  font-size: 0.875rem;
  line-height: 1.2857142857; }

.entry-meta {
  font-size: 0.75rem;
  margin-top: 10px; }

.hfeed .post .entry-featured-image {
  position: relative;
  margin-bottom: 20px;
  display: block; }
  .hfeed .post .entry-featured-image img {
    display: block; }
.hfeed .post .entry-date-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 10px;
  font-size: 0.625rem;
  color: #fff; }

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

.post .entry-footer {
  padding-bottom: 60px;
  border-bottom: 1px solid #9f9aa0; }

.cat-links,
.tags-links {
  font-size: 0.75rem;
  color: #000;
  line-height: 1.1666666667; }
  .cat-links a,
  .tags-links a {
    background: #9f9aa0;
    padding: 3px 5px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 3px; }
    .cat-links a:hover, .cat-links a:active, .cat-links a:focus,
    .tags-links a:hover,
    .tags-links a:active,
    .tags-links a:focus {
      background: #ddce9e;
      color: #2b292b; }

.entry-related-posts-title {
  font-size: 0.75rem;
  color: #400040;
  margin-top: 0; }
.entry-related-posts-item {
  overflow: auto;
  margin-bottom: 20px; }
.entry-related-posts-list {
  list-style-type: none;
  padding: 0; }
.entry-related-posts-thumb {
  float: left;
  float: left;
  display: block;
  margin-right: 3.2258064516%;
  width: 22.5806451613%; }
  .entry-related-posts-thumb:last-child {
    margin-right: 0; }
.entry-related-posts-entry-title {
  float: left;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.3125;
  float: left;
  display: block;
  margin-right: 3.2258064516%;
  width: 74.1935483871%; }
  .entry-related-posts-entry-title:last-child {
    margin-right: 0; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header image
--------------------------------------------------------------*/
#bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-position: left top !important;
  background-size: cover !important;
  z-index: -1; }

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%; }

.site-header {
  min-height: 300px;
  position: relative; }

.home .site-header {
  min-height: 400px; }
  @media screen and (min-width: 60em) {
    .home .site-header {
      min-height: 450px; } }

@media screen and (min-width: 48rem) {
  .header-fixed {
    position: fixed;
    /* Set the navbar to fixed position */
    top: 0;
    /* Position the navbar at the top of the page */
    width: 100%;
    /* Full width */
    z-index: 999; } }

@media screen and (min-width: 48rem) {
  .admin-bar .header-fixed {
    top: 32px; } }

/*--------------------------------------------------------------
## Header Top Row
--------------------------------------------------------------*/
.header-top {
  text-align: center;
  background: #400040;
  color: white;
  padding: 0.625em;
  line-height: 1.3; }
  @media screen and (min-width: 759px) {
    .header-top {
      text-align: right; } }
  .header-top p {
    font-size: 0.6875rem; }
    @media screen and (min-width: 426px) {
      .header-top p {
        display: inline-block; } }
    @media screen and (min-width: 456px) {
      .header-top p {
        margin: 0; } }
    @media screen and (min-width: 760px) {
      .header-top p {
        font-size: 0.75rem; } }
  .header-top .seperater {
    margin-left: 5px; }
    @media screen and (max-width: 515px) {
      .header-top .seperater {
        display: none; } }

/*--------------------------------------------------------------
# Header Site Branding Row
--------------------------------------------------------------*/
.site-branding {
  background: rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 759px) {
    .site-branding {
      overflow: auto; } }
  @media screen and (min-width: 60em) {
    .site-branding {
      padding: 0; } }

.site-logo {
  margin: 1.25em;
  display: block; }
  @media screen and (min-width: 759px) {
    .site-logo {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 23.4042553191%;
      margin-right: 0; }
      .site-logo:last-child {
        margin-right: 0; } }
  .site-logo img {
    display: block;
    margin: 0 auto;
    max-height: 50px; }
    @media screen and (min-width: 759px) {
      .site-logo img {
        margin: 0; } }

.section-header {
  position: absolute;
  bottom: 0;
  width: auto;
  left: 0;
  right: 0; }
  @media screen and (min-width: 48rem) {
    .section-header {
      max-width: 60em;
      margin-left: auto;
      margin-right: auto; }
      .section-header::after {
        clear: both;
        content: "";
        display: block; } }

.section-title {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 2.5em;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Main Navigation */
.main-navigation ul {
  list-style: none; }

/*--------------------------------------------------------------
## Header Top Menu
--------------------------------------------------------------*/
.menu-header-top-container {
  display: none;
  margin: 0 5px; }
  @media screen and (min-width: 516px) {
    .menu-header-top-container {
      display: inline-block; } }

.menu-header-top {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 0.75rem; }
  .menu-header-top li {
    margin: 0; }
  .menu-header-top a {
    color: #fff;
    text-decoration: none; }
    .menu-header-top a:hover {
      text-decoration: underline; }

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.menu-footer-container {
  display: inline; }

.menu-footer {
  list-style: none;
  display: inline;
  font-size: 0.5625rem;
  line-height: 1.2222222222;
  padding-left: 5px;
  color: #2b292b; }
  .menu-footer .menu-item {
    display: inline-block; }
  .menu-footer .menu-item:last-of-type .seperater {
    display: none; }
  .menu-footer a,
  .menu-footer a:hover,
  .menu-footer a:focus,
  .menu-footer a:active {
    color: #2b292b;
    text-decoration: none; }

/*--------------------------------------------------------------
## Navigation on comments, posts and post
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
## Pagination on posts
--------------------------------------------------------------*/
.navigation.pagination .page-numbers {
  padding: 2px 5px;
  border: 1px solid #9f9aa0;
  margin-right: 5px;
  color: black;
  text-decoration: none; }
  .navigation.pagination .page-numbers:hover, .navigation.pagination .page-numbers:focus, .navigation.pagination .page-numbers:active {
    background: #ddce9e; }
  .navigation.pagination .page-numbers.dots {
    border: none; }
    .navigation.pagination .page-numbers.dots:hover, .navigation.pagination .page-numbers.dots:focus, .navigation.pagination .page-numbers.dots:active {
      background: none; }
  .navigation.pagination .page-numbers.current {
    background: #400040;
    color: #fff; }

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

/* lbd button widget */
.widget_lbd_button_widget {
  overflow: auto;
  display: block; }
  .widget_lbd_button_widget .button {
    display: inline-block; }

/* lbd contact widget */
.lbd-contact-widget-email {
  font-size: 0.5625rem; }
  .lbd-contact-widget-email a {
    color: #2b292b; }

/* lbd social widget */
.widget_lbd_social_widget li {
  padding: 0 0.75em 0 0; }

@media screen and (min-width: 40rem) {
  .widget {
    margin-bottom: 1.25em; }

  .widget_lbd_button_widget .button {
    display: block;
    text-align: center; } }
.sidebar-recent-articles-item {
  margin-bottom: 20px; }
.sidebar-recent-articles-link {
  display: block;
  text-decoration: none; }
  .sidebar-recent-articles-link:hover, .sidebar-recent-articles-link:focus, .sidebar-recent-articles-link:active {
    text-decoration: underline; }
    .sidebar-recent-articles-link:hover .sidebar-recent-articles-thumb, .sidebar-recent-articles-link:focus .sidebar-recent-articles-thumb, .sidebar-recent-articles-link:active .sidebar-recent-articles-thumb {
      opacity: 0.5;
      background: #000; }
.sidebar-recent-articles-thumb {
  display: block; }
.sidebar-recent-articles-title {
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 30px; }
.sidebar-recent-articles-list {
  list-style-type: none;
  padding: 0; }
.sidebar-recent-articles-entry-title {
  font-size: 1rem;
  line-height: 1.5; }

.sidebar-people-quote {
  font-size: 1rem;
  line-height: 1.5;
  color: #000; }
  .sidebar-people-quote-citation {
    font-size: 0.875rem;
    color: #400040;
    text-align: right;
    margin-top: 10px; }
  .sidebar-people-quote-jobtitle {
    font-size: 0.625rem; }

/*--------------------------------------------------------------
# Before Footer
--------------------------------------------------------------*/
.before-footer {
  padding: 1.25em;
  height: 350px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  position: relative; }
  .before-footer .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 82.9787234043%; }
    .before-footer .inner:last-child {
      margin-right: 0; }
    @media screen and (min-width: 40rem) {
      .before-footer .inner {
        padding: 60px 5em; } }
  .before-footer-title {
    font-weight: 800;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px; }
  .before-footer-caption {
    margin-bottom: 1.25em; }
  .before-footer-button {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: auto;
    line-height: 1;
    padding: 0.625em 1.25em;
    font-size: 1.25rem; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background: #fff;
  padding: 1.25em; }

.site-info {
  font-size: 0.75rem;
  margin-top: 2.5em;
  color: #2b292b; }
  .site-info a {
    text-decoration: none;
    color: #2b292b; }

#footer-column-1,
#footer-column-2,
#footer-column-3,
#footer-column-4,
#footer-column-5,
#footer-column-6 {
  padding: 0 0.625em; }

.site-footer .widget-area .menu-item {
  margin-bottom: 0; }
  .site-footer .widget-area .menu-item a {
    margin-left: -0.625em;
    margin-right: -0.625em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    padding-top: 0.3125em;
    padding-bottom: 0.3125em;
    display: block; }
    .site-footer .widget-area .menu-item a:hover, .site-footer .widget-area .menu-item a:active {
      background: #ba00bf;
      color: #fff; }

p.copyright-text {
  margin-top: 0;
  font-size: 0.5625rem;
  display: inline; }

@media screen and (min-width: 48rem) {
  .site-footer {
    padding-top: 60px;
    padding-bottom: 5px; }

  p.copyright-text {
    margin-bottom: 0; }

  #footer-column-1,
  #footer-column-2,
  #footer-column-3,
  #footer-column-4,
  #footer-column-5,
  #footer-column-6 {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 14.8936170213%; }
    #footer-column-1:last-child,
    #footer-column-2:last-child,
    #footer-column-3:last-child,
    #footer-column-4:last-child,
    #footer-column-5:last-child,
    #footer-column-6:last-child {
      margin-right: 0; } }
/*--------------------------------------------------------------
## Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

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

/*--------------------------------------------------------------
## Soliloquy
## Base styles
--------------------------------------------------------------*/
.soliloquy-container .soliloquy-caption {
  background: #21759b !important; }
.soliloquy-container .soliloquy-caption-inside {
  background: transparent !important;
  text-shadow: none !important; }
.soliloquy-container .button {
  margin-top: 1.25em;
  display: block; }
.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next,
.soliloquy-container .soliloquy-stop {
  background-color: transparent !important; }
.soliloquy-container .soliloquy-control-nav {
  bottom: 0; }

/*--------------------------------------------------------------
## LBDesign People Plugin List
--------------------------------------------------------------*/
.person-jobtitle {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #400040;
  margin-bottom: 40px; }

.person-meta {
  font-size: 0.875rem;
  margin-bottom: 30px; }

/*--------------------------------------------------------------
## Gravity Forms
//  https://www.gravityhelp.com/documentation/article/css-targeting-examples/
//  https://www.gravityhelp.com/resources/cssguide/css_guide.html
//
//	Form Wrapper
//  Form Header
//	Form Body
//	Standard Fields
//	Advanced Fields
// 	HTML 5 Fields
//	Section Breaks
//  Captcha Fields
//  Form Footer
//  Form Confirmation
//  Validation Errors
//  Multi-Page Form Fields
//  List Fields
--------------------------------------------------------------*/
.gform_wrapper {
  background: none;
  border: 0 solid transparent;
  padding: 0;
  overflow: auto; }

.gform_heading .gform_title {
  font-size: 1.5rem; }

.gform_fields {
  list-style: none;
  padding: 0; }

.gfield {
  margin-bottom: 2.5em;
  overflow: auto; }

.gfield_label {
  font-weight: 700;
  width: 100%; }

.gfield_description,
.instruction {
  font-size: 0.75rem; }

.gfield_required {
  color: red;
  margin-left: 2px; }

.left_label .gfield_label {
  float: left;
  display: block;
  margin-right: 3.2258064516%;
  width: 22.5806451613%; }
  .left_label .gfield_label:last-child {
    margin-right: 0; }
.left_label .ginput_container {
  float: left;
  display: block;
  margin-right: 3.2258064516%;
  width: 74.1935483871%;
  margin-right: 0; }
  .left_label .ginput_container:last-child {
    margin-right: 0; }
.left_label .gfield_description {
  margin-left: 25.8064516129%; }

.gfield input,
.gfield textarea {
  width: 100%; }

.gfield_radio,
.gfield_checkbox {
  list-style: none;
  padding: 0; }
  .gfield_radio input[type=radio],
  .gfield_radio input[type=checkbox],
  .gfield_checkbox input[type=radio],
  .gfield_checkbox input[type=checkbox] {
    margin-right: 0.625em;
    width: auto; }
    .gfield_radio input[type=radio]:checked + label,
    .gfield_radio input[type=checkbox]:checked + label,
    .gfield_checkbox input[type=radio]:checked + label,
    .gfield_checkbox input[type=checkbox]:checked + label {
      font-weight: 700; }

.ginput_container_checkbox label,
.ginput_container_radio label {
  width: auto;
  display: inline; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 3px !important; }

.ginput_complex label {
  font-size: 0.75rem; }

#ui-datepicker-div {
  font-family: "Open Sans", sans-serif; }

.ginput_container.gfield_time_hour,
.ginput_container.gfield_time_minute,
.ginput_container.gfield_time_ampm {
  float: left;
  display: block;
  margin-right: 3.2258064516%;
  width: 9.6774193548%; }
  .ginput_container.gfield_time_hour:last-child,
  .ginput_container.gfield_time_minute:last-child,
  .ginput_container.gfield_time_ampm:last-child {
    margin-right: 0; }

.ginput_container.gfield_time_ampm select {
  width: 100%; }

.gfield_time_hour {
  position: relative; }

.gfield_time_hour i {
  position: absolute;
  right: -1.25em;
  top: 0;
  font-style: normal;
  width: 10px;
  text-align: center;
  margin-top: 9%; }

.gfield_time_hour label {
  margin-right: 5em; }

.gfield_time_hour label,
.gfield_time_minute label,
.gfield_time_ampm label {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 0.75rem; }

.gsection_title {
  font-size: 1.125rem; }

.gform_footer.left_label {
  float: left;
  display: block;
  margin-right: 3.2258064516%;
  width: 74.1935483871%;
  margin-left: 25.8064516129%; }
  .gform_footer.left_label:last-child {
    margin-right: 0; }

.gf_progressbar_wrapper .gf_progressbar {
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid gainsboro;
  border-radius: 3px;
  box-shadow: inset 0 0 3px 0 rgba(115, 115, 115, 0.15);
  height: 30px;
  margin: 0 auto;
  padding: 2px;
  width: 100%; }
  .gf_progressbar_wrapper .gf_progressbar > .percentbar_blue {
    animation: progress 0.7s linear infinite;
    background-color: #477DCA;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
    background-repeat: repeat-x;
    background-size: 40px 40px;
    border: 1px solid #2c5999;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    height: 100%;
    width: 60%; }
  .gf_progressbar_wrapper .gf_progressbar:after {
    border-radius: 0; }
@-webkit-keyframes progress {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 40px 0; } }
@-moz-keyframes progress {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 40px 0; } }
@-ms-keyframes progress {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 40px 0; } }
@-o-keyframes progress {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 40px 0; } }
@keyframes progress {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 40px 0; } }
.gform_body .gform_page_footer {
  border-top: none !important; }

.gfield_error {
  background-color: rgba(255, 223, 224, 0.25);
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 1.25em;
  padding-top: 1.25em; }
  .gfield_error .gfield_label {
    color: #790000; }

.validation_message {
  font-size: 0.75rem;
  font-weight: 700;
  color: #790000; }

/*--------------------------------------------------------------
## Gravity Forms ID 1 and ID 7
--------------------------------------------------------------*/
#field_1_23 input[type="radio"], 
#field_7_23 input[type="radio"] {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }
#field_1_23 input[type=radio]:checked + label, 
#field_7_23 input[type=radio]:checked + label {
  background: #ffbc00;
  border-color: #ffbc00; }
#field_1_23 li label,
#field_7_23 li label {
  border: 2px solid;
  color: #2b292b;
  letter-spacing: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  white-space: nowrap !important;
  max-width: 100%; }

#field_1_22,
#field_1_24,
#field_7_22,
#field_7_24 {
  font-size: 130%; }
  #field_1_22 li,
  #field_1_24 li,
  #field_7_22 li,
  #field_7_24 li {
    text-align: center; }
  #field_1_22 input,
  #field_1_24 input,
  #field_7_22 input,
  #field_7_24 input {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }
  #field_1_22 li label,
  #field_1_24 li label,
  #field_7_22 li label,
  #field_7_24 li label {
    background: #ba00bf;
    padding: 20px;
    color: #fff;
    line-height: 1.3;
    white-space: normal; }
    #field_1_22 li label div,
    #field_1_24 li label div,
    #field_7_22 li label div,
    #field_7_24 li label div {
      font-size: 150%; }
    #field_1_22 li label span,
    #field_1_24 li label span,
    #field_7_22 li label span,
    #field_7_24 li label span {
      font-size: 80%; }
  #field_1_22 li input[type=radio]:checked + label,
  #field_1_24 li input[type=radio]:checked + label,
  #field_7_22 li input[type=radio]:checked + label,
  #field_7_24 li input[type=radio]:checked + label {
    background: #400040; }

/*--------------------------------------------------------------
## LBDesign Button Shortcode
--------------------------------------------------------------*/
.lbdesign_primary {
  background: #ffbc00; }
  .lbdesign_primary:hover {
    background: #ddce9e; }

/*--------------------------------------------------------------
## LBDesign Case Studies
--------------------------------------------------------------*/
.case-study-video {
  margin: 30px 0 60px; }

/*--------------------------------------------------------------
## Max Mega Menu Plugin
--------------------------------------------------------------*/
#mega-menu-wrap-primary {
  z-index: 1; }
  #mega-menu-wrap-primary ul {
    padding-left: 1.5em; }
  #mega-menu-wrap-primary .mega-sub-menu a {
    color: #fff;
    text-decoration: none; }
    #mega-menu-wrap-primary .mega-sub-menu a:hover {
      text-decoration: underline; }
    #mega-menu-wrap-primary .mega-sub-menu a.button-alt:hover {
      color: #2b292b;
      text-decoration: none; }
  #mega-menu-wrap-primary .mega-sub-menu a.button {
    color: #2b292b; }
  #mega-menu-wrap-primary .mega-sub-menu a.button.button-alt {
    color: #fff; }

@media screen and (max-width: 760px) {
  .mega-menu-item {
    padding-bottom: 0; }
    .mega-menu-item .menu {
      margin-bottom: 10px; }
      .mega-menu-item .menu li:last-of-type {
        margin-bottom: 0; }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    padding-bottom: 0;
    text-transform: uppercase; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:last-of-type {
      padding-bottom: 10px; } }
@media screen and (min-width: 760px) {
  #mega-menu-wrap-primary {
    clear: none;
    float: right; }
    #mega-menu-wrap-primary ul {
      padding: 0; }
    #mega-menu-wrap-primary .menu > .menu-item {
      margin-bottom: 1.25em; }
    #mega-menu-wrap-primary .mega-menu-item .mega-sub-menu ul ul {
      padding-left: 0;
      font-size: 0.75rem; }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.button {
    margin: 0 10px; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.button a {
      line-height: 1.3;
      height: auto;
      padding: 10px;
      background: #ffbc00;
      color: #2b292b;
      text-transform: uppercase;
      font-size: 0.875rem;
      font-weight: 800; }
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.button a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.button a:active, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.button a:focus {
        background: #ddce9e;
        color: #2b292b;
        font-weight: 800; }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.button.mega-current-menu-item > a.mega-menu-link {
    background: #ffbc00;
    color: #2b292b; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.button.mega-current-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.button.mega-current-menu-item > a.mega-menu-link:active, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.button.mega-current-menu-item > a.mega-menu-link:focus {
      background: #ddce9e;
      color: #2b292b; } }
.searchandfilter ul {
  padding: 0 !important; }

.searchandfilter h4 {
  font-weight: 800;
  color: #2b292b;
  font-size: 0.875rem;
  text-transform: uppercase; }

.searchandfilter label {
  width: auto; }

/* modal search form */
#search-filter-form-5567 {
  display: block;
  position: relative; }
  #search-filter-form-5567 li {
    padding: 0; }
  #search-filter-form-5567 .sf-field-search {
    display: block;
    width: 100%; }
    #search-filter-form-5567 .sf-field-search label {
      width: 100%; }
    #search-filter-form-5567 .sf-field-search input {
      width: 100%;
      padding: 1.25em 80px 1.25em 1.25em;
      font-size: 0.875rem;
      line-height: 1.2857142857; }
  #search-filter-form-5567 input[type="text"] {
    border-radius: 0;
    border: none; }
  #search-filter-form-5567 .sf-field-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }

/*--------------------------------------------------------------
# Home page template
--------------------------------------------------------------*/
.home-recent-news {
  overflow: auto;
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 2.5em 1.25em 1.25em;
  width: 100%; }
  .home-recent-news-link {
    display: block;
    text-decoration: none; }
  .home-recent-news-flag {
    position: absolute;
    left: 20px;
    top: 0;
    background: #ba00bf;
    color: #fff;
    font-size: 0.75rem;
    padding: 5px;
    font-weight: 700;
    text-transform: uppercase; }
  .home-recent-news-title {
    line-height: 1.1666666667;
    margin: 0;
    font-weight: 800;
    color: #fff;
    text-decoration: none; }
  .home-recent-news-date {
    font-size: 0.625rem;
    margin: 10px 0 0;
    color: #9f9aa0; }

@media screen and (min-width: 48rem) {
  .home-recent-news {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%; }
    .home-recent-news:last-child {
      margin-right: 0; } }
@media screen and (min-width: 60em) {
  .home-recent-news-wrap {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    .home-recent-news-wrap::after {
      clear: both;
      content: "";
      display: block; }

  .home-recent-news {
    left: auto; } }
.home-donate {
  background: #eee;
  text-align: center;
  overflow: auto; }
  .home-donate .inner {
    padding: 2.5em 1.25em; }
  .home-donate-title {
    text-align: center;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1; }
  .home-donate-caption {
    text-align: left;
    color: #2b292b;
    line-height: 1; }
  .home-donate-button {
    text-align: center;
    display: inline-block;
    margin: auto 0;
    width: auto;
    line-height: 1;
    padding: 0.625em 1.25em;
    font-size: 1.25rem; }

@media screen and (min-width: 40rem) {
  .home-donate .inner {
    padding: 60px 5em; }
  .home-donate-title {
    font-size: 1.75rem; }
  .home-donate-caption {
    font-size: 1.25rem; }
  .home-donate-button {
    font-size: 1.375rem; } }
@media screen and (min-width: 60em) {
  .home-donate .inner {
    padding: 80px 5em; }
  .home-donate-title {
    font-size: 2.8125rem; }
  .home-donate-caption {
    font-size: 1.75rem; }
  .home-donate-button {
    font-size: 2rem; } }
.home-featured-video {
  background: #2b292b; }
  .home-featured-video .inner {
    padding: 1.25em; }
  .home-featured-video-quote {
    margin-top: 20px;
    color: #fff; }

@media screen and (min-width: 40rem) {
  .home-featured-video .inner {
    padding: 60px 5em; }
  .home-featured-video-quote {
    font-size: 1.5rem;
    line-height: 1.1666666667; } }
.home-three-callouts {
  background: #fff;
  padding: 2.5em 0;
  overflow: auto;
  text-align: center; }
  .home-three-callouts-first, .home-three-callouts-second, .home-three-callouts-third {
    width: 80%;
    margin: 0 auto 2.5em; }
  .home-three-callouts-link {
    display: block;
    text-decoration: none; }
  .home-three-callouts-icon {
    margin: 0 auto 30px;
    display: block;
    width: 142px;
    height: auto; }
  .home-three-callouts-title {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1; }
  .home-three-callouts-caption {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    color: #2b292b; }

@media screen and (min-width: 40rem) {
  .home-three-callouts {
    padding: 5em 0; }
    .home-three-callouts-first, .home-three-callouts-second, .home-three-callouts-third {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      .home-three-callouts-first:last-child, .home-three-callouts-second:last-child, .home-three-callouts-third:last-child {
        margin-right: 0; } }
.home-featured-survivor {
  padding: 2.5em 0;
  overflow: auto;
  background: #ffbc00; }
  .home-featured-survivor-image {
    display: block; }
  .home-featured-survivor-caption {
    font-size: 0.75rem;
    line-height: 1.2857142857;
    color: #2b292b;
    margin-top: 20px; }
  .home-featured-survivor-quote {
    margin: 0 0 20px; }
  .home-featured-survivor-excerpt,
  .home-featured-survivor a {
    color: #2b292b; }

@media screen and (min-width: 40rem) {
  .home-featured-survivor {
    padding: 5em 0; }
    .home-featured-survivor-left {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 57.4468085106%; }
      .home-featured-survivor-left:last-child {
        margin-right: 0; }
    .home-featured-survivor-right {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%;
      margin-left: 8.5106382979%; }
      .home-featured-survivor-right:last-child {
        margin-right: 0; }
    .home-featured-survivor-caption {
      float: left;
      display: block;
      margin-right: 3.7037037037%;
      width: 85.1851851852%;
      font-size: 0.875rem; }
      .home-featured-survivor-caption:last-child {
        margin-right: 0; }
    .home-featured-survivor-quote {
      font-size: 1.5rem;
      line-height: 1.1666666667;
      margin-bottom: 40px; }
    .home-featured-survivor-excerpt {
      font-size: 1.125rem;
      line-height: 1.3333333333; } }
/*--------------------------------------------------------------
# Our People page template
--------------------------------------------------------------*/
.our-people-grid {
  display: block; }
  .our-people-grid::after {
    clear: both;
    content: "";
    display: block; }
  .our-people-grid-item {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
    margin-bottom: 20px; }
    .our-people-grid-item:last-child {
      margin-right: 0; }
    .our-people-grid-item:nth-child(2n) {
      margin-right: 0; }
    .our-people-grid-item:nth-child(2n+1) {
      clear: left; }
    .our-people-grid-item:hover .our-people-grid-title, .our-people-grid-item:active .our-people-grid-title, .our-people-grid-item:focus .our-people-grid-title {
      background: #400040;
      color: #fff; }
  .our-people-grid-item-link {
    display: block;
    text-decoration: none; }
  .our-people-grid-image {
    display: block; }
  .our-people-grid-title {
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0;
    padding: 10px;
    margin-top: 5px; }
  .our-people-grid-jobtitle {
    font-size: 0.75rem;
    line-height: 1.75; }

@media screen and (min-width: 500px) {
  .our-people-grid-item {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%; }
    .our-people-grid-item:last-child {
      margin-right: 0; }
    .our-people-grid-item:nth-child(2n) {
      margin-right: 2.1276595745%; }
    .our-people-grid-item:nth-child(2n+1) {
      clear: none; }
    .our-people-grid-item:nth-child(3n) {
      margin-right: 0; }
    .our-people-grid-item:nth-child(3n+1) {
      clear: left; } }
@media screen and (min-width: 40rem) {
  .our-people-grid-item {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%; }
    .our-people-grid-item:last-child {
      margin-right: 0; }
    .our-people-grid-item:nth-child(3n) {
      margin-right: 2.1276595745%; }
    .our-people-grid-item:nth-child(3n+1) {
      clear: none; }
    .our-people-grid-item:nth-child(4n) {
      margin-right: 0; }
    .our-people-grid-item:nth-child(4n+1) {
      clear: left; } }
/*--------------------------------------------------------------
# Our People page template
--------------------------------------------------------------*/
.case-studies-grid {
  display: block; }
  .case-studies-grid::after {
    clear: both;
    content: "";
    display: block; }
  .case-studies-grid-item {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
    margin-bottom: 20px; }
    .case-studies-grid-item:last-child {
      margin-right: 0; }
    .case-studies-grid-item:nth-child(2n) {
      margin-right: 0; }
    .case-studies-grid-item:nth-child(2n+1) {
      clear: left; }
    .case-studies-grid-item:hover .case-studies-grid-title, .case-studies-grid-item:active .case-studies-grid-title, .case-studies-grid-item:focus .case-studies-grid-title {
      background: #400040;
      color: #fff; }
  .case-studies-grid-item-link {
    display: block;
    text-decoration: none; }
  .case-studies-grid-image {
    display: block; }
  .case-studies-grid-title {
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0;
    padding: 10px;
    margin-top: 5px; }

@media screen and (min-width: 500px) {
  .case-studies-grid-item {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%; }
    .case-studies-grid-item:last-child {
      margin-right: 0; }
    .case-studies-grid-item:nth-child(2n) {
      margin-right: 2.1276595745%; }
    .case-studies-grid-item:nth-child(2n+1) {
      clear: none; }
    .case-studies-grid-item:nth-child(3n) {
      margin-right: 0; }
    .case-studies-grid-item:nth-child(3n+1) {
      clear: left; } }
@media screen and (min-width: 40rem) {
  .case-studies-grid-item {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%; }
    .case-studies-grid-item:last-child {
      margin-right: 0; }
    .case-studies-grid-item:nth-child(3n) {
      margin-right: 2.1276595745%; }
    .case-studies-grid-item:nth-child(3n+1) {
      clear: none; }
    .case-studies-grid-item:nth-child(4n) {
      margin-right: 0; }
    .case-studies-grid-item:nth-child(4n+1) {
      clear: left; } }

/*# sourceMappingURL=style.css.map */
