@charset "UTF-8";
@font-face {
  font-family: "Moderat-Regular";
  src: url("../fonts/Moderat/Moderat-Regular.woff"), url("../fonts/Moderat/Moderat-Regular.ttf");
}

@font-face {
  font-family: "Moderat-Bold";
  src: url("../fonts/Moderat/Moderat-Bold.woff"), url("../fonts/Moderat/Moderat-Bold.ttf");
}

@font-face {
  font-family: "Merriweather-Bold";
  src: url("../fonts/Merriweather/Merriweather-Bold.ttf");
}

@font-face {
  font-family: "Merriweather-Regular";
  src: url("../fonts/Merriweather/Merriweather-Regular.ttf");
}

.mod-bold {
  font-family: "Moderat-Bold";
}

.mod-reg {
  font-family: "Moderat-Regular";
}

.mod-18 {
  font-size: 1.125em;
}

.merri-28 {
  font-family: "Merriweather-Regular";
  font-size: 28px;
}

.merri-24 {
  font-family: "Merriweather-Regular";
  font-size: 24px;
}

.merri-21 {
  font-family: "Merriweather-Regular";
  font-size: 21px;
}

.white-text {
  color: #ffffff;
}

.grey-text {
  color: #274150;
}

.warm-grey-text {
  color: #818181;
}

.blue-text {
  color: #70c1ec;
}

.light-blue-text {
  color: #274150;
}

.black-text {
  color: #000000;
}

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

@media only screen and (max-width: 740px) {
  /* mobile font sizes  */
  .resp-font-14 {
    font-size: 14px;
  }
  .resp-font-16 {
    font-size: 16px;
  }
  .resp-font-18 {
    font-size: 18px;
  }
  .resp-font-24 {
    font-size: 24px;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  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;
}

.yellow-background {
  background-color: #f7cc46;
}

.blue-background {
  background-color: #70c1ec;
}

.grey-background {
  background-color: #274150;
}

.light-grey-background {
  background-color: #274150;
  opacity: 0.8;
}

.white-two-background {
  background-color: #f5f5f3;
}

/* 3 Elements */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /*  fixes a Firefox grid bug */
  min-width: 0;
  overflow-x: hidden;
}

hr {
  width: 100%;
  height: 0;
  opacity: 0.2;
  border: solid 2px #274150;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

input {
  font-family: "Moderat-Regular";
  font-size: 1em;
  color: #000000;
}

button,
input {
  overflow: visible;
  outline: none;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /* -webkit-appearance: button; */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  /* outline: 1px dotted ButtonText; */
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  /* -webkit-appearance: button; */
  /* font: inherit; */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Moderat-Regular";
  font-size: 1em;
  line-height: 1.38;
  color: #000000;
}

.tiny-text {
  font-family: "Moderat-Bold";
  font-size: 0.875em;
}

.add-margin-bottom {
  margin-bottom: 35px;
}

h1 {
  font-family: "Merriweather-Bold";
  font-size: 2em;
  margin: 0.67em 0;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  color: #000000;
}

h2 {
  font-family: "Merriweather-Regular";
  font-size: 2em;
  line-height: 1.38;
  color: #000000;
}

h3 {
  font-family: "Merriweather-Regular";
  font-size: 1.75em;
  line-height: 1.36;
  color: #000000;
}

h4 {
  font-family: "Moderat-Bold";
  font-size: 1.625em;
  line-height: 1.15;
  color: #000000;
}

h5 {
  font-family: "Moderat-Bold";
  font-size: 1.125em;
  line-height: 1.33;
  color: #000000;
}

p {
  margin-bottom: 1.5em;
}

.p-margin-reset {
 margin-bottom: 8px;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
}

body > .site {
  max-width: 1366px;
  margin: 0 auto;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

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

.hr-full-width {
  width: 100%;
  height: 0;
  opacity: 0.2;
  border: solid 1px #274150;
}

.larger-body-text {
  font-family: "Merriweather-Regular";
  font-size: 1.375em;
  line-height: 1.36;
  color: #000000;
}

.tiny-text {
  font-family: "Moderat-Bold";
  font-size: 0.875em;
}

.add-margin-bottom {
  margin-bottom: 35px;
}

.wrap-text {
  white-space: normal;
}

.link-pad-fix {
  padding: 0;
}

a {
  color: #22262a;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #70c1ec;
  text-decoration: none;
}

a:active {
  border-bottom: 2px solid #f7cc46;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

.donate-link-button {
  width: 8.75em;
  height: 2.5em;
  border-radius: 20px;
  background-color: #70c1ec;
}

.donate-link-button:hover {
  background-color: #f7cc46;
  transition: background 0.2s ease;
}

.yellow-button {
  background-color: #f7cc46;
}

.yellow-button:hover {
  background-color: #70c1ec;
  transition: background 0.2s ease;
}

.yellow-button-to-dark {
  background-color: #f7cc46;
}

.yellow-button-to-dark:hover {
  background-color: #2A91C9;
  transition: background 0.2s ease;
}

.blue-button {
  background-color: #70c1ec;
}

.blue-button:hover {
  background-color: #f7cc46;
  transition: background 0.2s ease;
}

.donate-link-button a {
  text-align: center;
  color: #ffffff;
  line-height: 1.2em;
}

.expand-icon {
  background-image: url("/wp-content/themes/lds/assets/icons/small-icon-expand.png");
  background-size: 16px;
  background-repeat: no-repeat;
  margin-top: 3px;
  padding-left: 18px;
  position: relative;
}

.expand-icon:hover {
  background-image: url("/wp-content/themes/lds/assets/icons/small-icon-expand.png");
  transition: background 0.2s ease;
}

.more-info-text {
  padding-left: 6px;
  top: -3px;
  min-width: 100px;
  position: absolute;
}

.email-link-button {
  font-family: "Moderat-Bold";
  font-size: 1.125em;
  line-height: 1.33;
}

.email-link-wrapper {
  display: flex;
  align-items: center;
}

.sub-menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 13.625em;
  height: auto;
  z-index: 30;
  background-color: #ffffff;
}

.sub-menu ul {
  left: -70px;
  margin-top: 2px;
}

/*
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
*/
.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%;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

a#top-most-gh-link {
  font-family: "Moderat-Bold";
  font-size: 0.875em;
  color: #274150;
  text-decoration: none;
}

a#top-most-gh-link:after {
  font-family: "Moderat-Bold";
  font-size: 0.875em;
  color: #274150;
  content: 'Obtén Ayuda Legal';
}


.top-most-links-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: solid 2px rgba(129, 129, 129, 0.5);
}

.gh-link-wrapper {
  text-align: center;
  padding-left: 1em;
  margin-right: 3em;
}

@media only screen and (max-width: 740px) {
  .gh-link-wrapper {
    margin-right: 1em;
  }
}

.hd-social-links-wrapper {
  display: flex;
  align-items: center;
  line-height: 0;
  margin-right: 9em;
}

@media only screen and (max-width: 740px) {
  .hd-social-links-wrapper {
    margin-right: 1em;
  }
}

.hd-social-links-wrapper a {
  margin: 8px -1px;
}

.social-icon {
  width: 32px;
  height: 32px;
}

#hd-facebook-icon {
  width: 32px;
  height: 25px;
  background-image: url("/wp-content/themes/lds/assets/icons/facebook-gray.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#hd-facebook-icon:hover {
  background-image: url("/wp-content/themes/lds/assets/icons/facebook-blue.png");
  transition: background 0.2s ease;
}

#hd-email-icon {
  width: 32px;
  height: 25px;
  background-image: url("/wp-content/themes/lds/assets/icons/email-icon-dark.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#hd-email-icon:hover {
  background-image: url("/wp-content/themes/lds/assets/icons/email-icon-blue.png");
  transition: background 0.2s ease;
}

#hd-twitter-icon {
  width: 32px;
  height: 25px;
  background-image: url("/wp-content/themes/lds/assets/icons/twitter-gray.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#hd-twitter-icon:hover {
  background-image: url("/wp-content/themes/lds/assets/icons/twitter-blue.png");
  transition: background 0.2s ease;
}

#hd-youtube-icon {
  width: 32px;
  height: 25px;
  background-image: url("/wp-content/themes/lds/assets/icons/youtube-gray.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#hd-youtube-icon:hover {
  background-image: url("/wp-content/themes/lds/assets/icons/youtube-blue.png");
  transition: background 0.2s ease;
}

#hd-instagram-icon {
  width: 32px;
  height: 25px;
  background-image: url("/wp-content/themes/lds/assets/icons/instagram_gray.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#hd-instagram-icon:hover {
  background-image: url("/wp-content/themes/lds/assets/icons/instagram_blue.png");
  transition: background 0.2s ease;
}

/* 19 Footer */
.footer-support-us, .footer-newsletter, .footer-links, .footer-credits {
  width: 100%;
}

.footer-credits {
  align-items: center;
}

.footer-support-us {
  display: flex;
  background: url("/wp-content/themes/lds/assets/img/stock-images/art-backlit-child-287747-2.jpg") no-repeat center;
  background-size: cover;
  align-items: center;
  justify-content: space-evenly;
}

.footer-support-us .link-button {
  display: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 740px) {
  .footer-support-us {
    flex-direction: column;
    padding: 40px;
  }
}

.footer-support-us-text {
  padding: 1em 0 3.1em 0;
  width: 580px;
}

@media only screen and (max-width: 740px) {
  .footer-support-us-text {
    width: 100%;
  }
}

.ft-su-button-wrapper {
  width: 180px;
}

@media only screen and (max-width: 740px) {
  .ft-su-button-wrapper {
    padding: 0;
  }
}

a#footer-support-us-button {
  color: #ffffff;
}

.footer-newsletter {
  align-items: center;
  background-color: #f7cc46;
}

@media only screen and (max-width: 740px) {
  .footer-newsletter {
    padding: 40px;
  }
}

.footer-newsletter-signup-form-grid {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  min-height: 250px;
}

.footer-newsletter-signup-form-grid .newsletter-form-wrapper {
  width: 580px;
  margin-top: -100px;
  margin-left: 20px;
}

.footer-newsletter-signup-form-grid .newsletter-form-wrapper h5 {
  width: 100%;
}

@media only screen and (max-width: 840px) {
  .footer-newsletter-signup-form-grid .newsletter-form-wrapper {
    margin-top: 0;
  }
}

.footer-newsletter-signup-form-grid .newsletter-submit-wrapper {
  margin-right: 50px;
}

@media only screen and (max-width: 740px) {
  .footer-newsletter-signup-form-grid .newsletter-submit-wrapper {
    margin-right: 0;
    margin-left: 20px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 740px) {
  .footer-newsletter-signup-form-grid {
    margin-right: 0;
  }
}

.footer-links {
  position: relative;
  display: flex;
  justify-content: space-around;
  padding: 51px 0 17px 0;
}

.footer-links section {
  width: 300px;
}

@media only screen and (max-width: 740px) {
  .footer-links {
    display: block;
    min-height: 800px;
  }
  .footer-links section {
    text-align: center;
  }
}

.ft-logo-wrapper {
  text-align: center;
  grid-column: 2;
}

@media only screen and (max-width: 740px) {
  .ft-logo-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.ft-link-one {
  grid-column: 3;
}

@media only screen and (max-width: 740px) {
  .ft-link-one {
    position: relative;
    margin: 0 auto;
  }
}

.ft-link-two {
  grid-column: 4;
}

@media only screen and (max-width: 740px) {
  .ft-link-two {
    position: relative;
    margin: 0 auto;
  }
}

.ft-link-three {
  grid-column: 5;
}

@media only screen and (max-width: 740px) {
  .ft-link-three {
    position: relative;
    margin: 0 auto;
  }
}

.ft-link-title {
  opacity: 0.4;
}

.ft-link-name {
  font-family: "Moderat-Regular";
  font-size: 0.750em;
  color: #70c1ec;
}

.spp-ft-logo {
  width: 100px;
  height: 61px;
}

.footer-credits {
  display: flex;
  display: grid;
  grid-template-columns: 1fr 8fr 8fr 1fr;
  background-color: #274150;
  opacity: 0.8;
}

.credit-text-wrapper {
  grid-column: 2;
}

.ft-social-links-wrapper {
  grid-column: 3;
  align-self: center;
  margin-left: auto;
  margin-right: 2em;
  display: flex;
}

.ft-social-links-wrapper > * {
  margin-right: .2em;
}

.ft-link-name {
  font-family: "Moderat-Regular";
  font-size: 0.750em;
  color: #70c1ec;
}

.ft-links-text {
  font-family: "Moderat-Regular";
  font-size: 0.813em;
}

#ft-facebook-icon {
  background-image: url("/wp-content/themes/lds/assets/icons/facebook-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#ft-facebook-icon:hover {
  background-image: url("/wp-content/themes/lds/assets/icons/facebook-gray.png");
  transition: background 0.2s ease;
}

#ft-twitter-icon {
  background-image: url("/wp-content/themes/lds/assets/icons/twitter-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#ft-twitter-icon:hover {
  background-image: url("/wp-content/themes/lds/assets/icons/twitter-gray.png");
  transition: background 0.2s ease;
}

#ft-youtube-icon {
  background-image: url("/wp-content/themes/lds/assets/icons/youtube-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#ft-youtube-icon:hover {
  background-image: url("/wp-content/themes/lds/assets/icons/youtube-gray.png");
  transition: background 0.2s ease;
}

#mce-EMAIL,
#mce-FNAME,
#mce-LNAME {
  grid-row: 2 / 3;
  background-color: #f7cc46;
}

#mce-FNAME {
  grid-column: 3 / 5;
}

#mce-LNAME {
  grid-column: 5 / 7;
}

#mce-EMAIL {
  grid-column: 7 / 9;
}

#mc_embed_signup form {
  padding: 0 !important;
}

input#mc-embedded-subscribe {
  color: #ffffff !important;
  background-color: #274150 !important;
  border-bottom: none !important;
  border-bottom: unset !important;
}

#mc_embed_signup input[type="text"] {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background: none !important;
  color: #666 !important;
  border-bottom: 1px solid #274150 !important;
  border-radius: 0 !important;
  text-align: left !important;
  padding-left: 10px;
  font-family: "Moderat-Regular" !important;
  line-height: 1.5em !important;
  margin-top: .7em !important;
  height: 3em !important;
  width: 10em !important;
  margin-left: 5%;
}

@media only screen and (max-width: 740px) {
  #mc_embed_signup input[type="text"] {
    display: block;
    margin: 0 auto;
  }
}

#mce-FNAME {
  margin-left: 1%;
}

@media only screen and (max-width: 740px) {
  #mce-FNAME {
    display: block;
    margin: 0 auto;
  }
}

input.newsletter-input::-webkit-input-placeholder {
  text-align: left !important;
  color: #666 !important;
}

input.newsletter-input:-moz-placeholder {
  /* Firefox 18- */
  text-align: left !important;
  color: #666 !important;
}

input.newsletter-input::-moz-placeholder {
  /* Firefox 19+ */
  text-align: left !important;
  color: #666 !important;
}

input.newsletter-input:-ms-input-placeholder {
  text-align: left !important;
  color: #666 !important;
}

#mc_embed_signup input[type="submit"] {
  border-style: none !important;
  border-radius: 0 !important;
  font-family: "Moderat-Regular" !important;
  line-height: 1.5em !important;
  margin-top: .7em !important;
  height: 3em !important;
  width: 10em !important;
  border-radius: 20px !important;
  text-align: center !important;
  margin-left: 13% !important;
}

@media only screen and (max-width: 740px) {
  #mc_embed_signup input[type="submit"] {
    margin-left: 0 !important;
  }
}

#mc-embedded-subscribe {
  grid-row: 2/3 !important;
  grid-column: 10/11 !important;
  width: 180px !important;
  height: 45px !important;
  display: inline !important;
  margin: 0 !important;
  background-color: #274150 !important;
}

#mc_embed_signup input:focus-within {
  text-decoration: none;
}

#main.site-main {
  display: grid;
  grid-template-columns: minmax(1.25em, 1fr) repeat(12, minmax(auto, 5.667em)) minmax(1.25em, 1fr);
  grid-row-gap: 5em;
}

#main.site-main > article {
  grid-column: 1 / 15;
}

#main.site-main > article.type-page {
  grid-column: 4 / 12;
}

@media only screen and (max-width: 740px) {
#main.site-main > article.type-page {
  padding: 4em;
}
}

@media only screen and (max-width: 1024px) {
  #main.site-main > article .single-post {
    grid-column: 2 / 15;
  }
}

@media only screen and (max-width: 740px) {
  #main.site-main {
    display: block;
  }
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media only screen and (max-width: 740px) {
  .site-header {
    height: 160px;
  }
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
}

.site {
  border-top: 10px solid #f7cc46;
}

/* 12 custom layouts for recurring components */
.img-left-text-right-cta-preview {
  grid-column: 1 / 15;
  display: grid;
  grid-template-columns: 139px 1fr 1fr 139px;
  grid-template-rows: 80px 1fr 80px;
}

@media only screen and (max-width: 840px) {
  .img-left-text-right-cta-preview {
    display: block;
  }
}

.opp-image-wrapper {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.opp-text-wrapper {
  grid-column: 3 / 4;
  grid-row: 2 /3;
}

.adjust-margin-bottom {
  margin-bottom: 5px;
}

/* 13 expand content links */
.more-link-bio {
  font-family: "Moderat-Bold";
  font-size: 1.125em;
  line-height: 1.33;
  color: #70c1ec;
}

/* 14 collapsible content */
span {
  display: inline-flex;
  align-items: center;
}

.small-icon {
  width: 20px;
  height: 20px;
}

.email-icon {
  position: relative;
  margin-right: .5em;
}

.toggle__input {
  display: none;
}

.toggle__content:not(.toggle__content-lb) {
  padding: 1em;
}

.toggle__input:checked ~ .toggle__content {
  display: block;
  position: fixed;
  z-index: 99999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 20px;
}

@media only screen and (max-width: 740px) {
  .toggle__input:checked ~ .toggle__content {
    min-width: 90vw;
  }
}

.centered-thumb {
  text-align: center;
}

.staff-member-bio, .board-member-bio {
  max-height: 20vh;
  overflow-y: scroll;
}

.toggle__input:not(:checked) ~ .toggle__content {
  display: none;
}

.toggle__input:checked ~ .toggle__label .backdrop {
  display: block;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0.6;
  cursor: default;
}

.toggle__input:not(:checked) ~ .toggle__label .backdrop {
  display: none;
}

.toggle__input + label .toggle__less,
.toggle__input:checked + label .toggle__more {
  display: none;
}

.toggle__input:checked + label .toggle__less {
  display: flex;
  align-items: center;
}

.toggle {
  display: flex;
  flex-direction: column;
}

.toggle-lb {
  display: flex;
  flex-direction: column-reverse;
}

.lb-collapse {
  padding-top: 1em;
}

.toggle__input + label:not(.lb-collapse) {
  text-align: center;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

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

.custom-logo-link {
  display: inline-block;
  width: 15em;
  height: 7.188em;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.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;
}

.main-navigation {
  padding-bottom: 1.781em;
}

.navigation-main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Moderat-Bold";
  padding: 2em;
  margin: 0;
  list-style: none;
  text-align: center;
}

@media only screen and (max-width: 740px) {
  .navigation-main {
    display: none;
  }
}

.toggled {
  display: block;
}

.toggled ul {
  position: absolute;
  left: 0;
  top: calc(160px + 32px);
  display: block;
  background-color: #ffffff;
  width: 100%;
  z-index: 9999;
}

.toggled ul li {
  display: block;
}

.toggled ul li ul {
  top: 0;
  display: block;
  left: 0 !important;
  position: relative;
  font-family: "Moderat-Regular";
  margin-left: 0;
}

.toggled ul li.menu-item-6394 {
  margin: 0 auto;
}

.navigation-main ul {
  margin-left: -5px;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -999em;
}

.navigation-main li {
  display: inline-block;
  position: relative;
}

.navigation-main li a {
  display: inherit;
  padding: 10px 15px;
  text-decoration: none;
}

li.current-menu-item {
  border-bottom: solid 2px #f7cc46;
}

@media only screen and (max-width: 740px) {
  li.current-menu-item {
    border-bottom: none;
    border-top: solid 2px #f7cc46;
  }
}

li.not-current-menu {
  border-bottom: none;
}

li.current-menu-item #volunteer {
  border-bottom: none;
}

.navigation-main li:hover > ul {
  left: auto;
  color: #70c1ec;
  left: -49px;
  padding-top: .5em;
}

.navigation-main li:hover > ul .au-sub-menu {
  left: -5px;
}

.navigation-main li:hover > ul .gi-sub-menu {
  right: -6px;
}

.sub-menu-1 {
  left: auto;
  width: 7.5em;
}

.navigation-main li li {
  display: block;
}

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

.menu-toggle {
  display: none;
}

@media only screen and (max-width: 740px) {
  .menu-toggle {
    display: block;
    outline: none;
    overflow: visible;
    border: none;
    background-color: #ffffff;
  }
}

.who-we-are {
  grid-column: 2 / 15;
  display: grid;
  grid-template-columns: repeat(30, 2.267em);
  grid-template-rows: repeat(17, 2.267em);
}

@media only screen and (max-width: 840px) {
  .who-we-are {
    display: block;
  }
}

.wwa-top-background-image {
  grid-column: 1 / 9;
  grid-row: 1 / 10;
}

@media only screen and (max-width: 840px) {
  .wwa-top-background-image {
    display: none;
  }
}

.wwa-bottom-foreground-image {
  grid-column: 2 / 15;
  grid-row: 9 / 20;
}

@media only screen and (max-width: 840px) {
  .wwa-bottom-foreground-image {
    display: none;
  }
}

.wwa-text-wrapper {
  grid-column: 16 / 30;
}

.phat-text {
  font-family: "Merriweather-Bold";
  font-size: 36px;
}

.phat-29-text {
  font-family: "Merriweather-Bold";
  font-size: 29px;
}

.phat-32-text {
  font-family: "Merriweather-Bold";
  font-size: 32px;
}

.phat-40-text {
  font-family: "Moderat-Bold";
  font-size: 40px;
}

.wwd {
  grid-column: 2 / 15;
  display: grid;
  grid-template-columns: repeat(30, 2.267em);
  grid-template-rows: repeat(16, 2.267em);
}

@media only screen and (max-width: 840px) {
  .wwd {
    display: block;
  }
}

.wwd-text-wrapper {
  grid-column: 1 / 17;
  padding: 0 3em 3em 3em;
}

@media only screen and (max-width: 840px) {
  .wwd-text-wrapper {
    padding: 0 16px 16px 16px;
  }
}

.wwd-paragraph {
  margin-bottom: 0;
}

.wwd-top-background-image {
  grid-column: 19 / 31;
  grid-row: 1 / 11;
}

@media only screen and (max-width: 840px) {
  .wwd-top-background-image {
    display: none;
  }
}

.wwd-bottom-foreground-image {
  grid-column: 17 / 22;
  grid-row: 8 / 15;
}

@media only screen and (max-width: 840px) {
  .wwd-bottom-foreground-image {
    display: none;
  }
}

.img-left-text-right-cta {
  grid-column: 2 / 14;
  display: flex;
}

@media only screen and (max-width: 840px) {
  .img-left-text-right-cta {
    flex-direction: column;
  }
}

.img-left-text-right-cta-image-wrapper {
  min-width: 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 840px) {
  .img-left-text-right-cta-image-wrapper {
    min-width: 100%;
    max-width: 100%;
  }
}

.img-left-text-right-cta-image {
  width: 100%;
}

.pad-bottom {
  padding-bottom: 80px;
}

.pad-right-one-em {
  padding-right: 14px;
}

.img-left-text-right-cta-text-wrapper {
  padding: 2em;
}

.img-left-text-right-cta-text-wrapper a {
  display: inherit;
}

.img-left-text-right-cta-text-wrapper-donate {
  padding: 0 6em;
}

.img-left-text-right-cta-text-wrapper-donate a {
  display: inherit;
}

.img-left-text-right-cta-text-wrapper-donate h5:first-of-type {
  margin-block-start: 0;
}

@media only screen and (max-width: 1024px) {
  .img-left-text-right-cta-text-wrapper-donate h2:first-of-type {
    font-size: 2.3vw;
  }
}

@media only screen and (max-width: 740px) {
  .img-left-text-right-cta-text-wrapper-donate {
    padding: 1em;
  }
  .img-left-text-right-cta-text-wrapper-donate h2:first-of-type {
    font-size: 1.5em;
  }
}

.founder-text-wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.founder-read-more {
    display: flex;
    padding-right: 1em;
    padding-bottom: 1.5em;
    padding-top: 1em;
}

.toggle__content-founder {
  max-width: 425px;
}

@media only screen and (max-width: 1024px) {
  .founder-text-wrapper {
    width: 100%;
    padding: 0 64px;
  }
}

@media only screen and (max-width: 740px) {
  .founder-text-wrapper {
    padding: 0 16px;
  }
}

.founder-heading {
  margin: 0;
}

.founder-bio {
  margin: 0;
}

#our-founder {
  margin-bottom: 95px;
}

.pulled-to-bottom {
  margin-top: auto;
}

.pro-bono-grid {
  grid-column: 1 / 15;
  display: grid;
  grid-template-columns: repeat(22, 1fr);
  padding-bottom: 3em;
}

@media only screen and (max-width: 740px) {
  .pro-bono-grid {
    display: block;
    text-align: center;
  }
}

.pba-col-one {
  grid-column: 3 / 9;
}

.pba-col-two {
  grid-column: 9 / 15;
}

.pba-col-three {
  grid-column: 15 / 22;
}

#our-people-menu {
  display: flex;
  list-style: none;
  justify-content: space-around;
}

.archive-wrapper {
  grid-column: 1 / 16;
  display: grid;
}

.cs-wrapper {
  grid-column: 1 /15;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
}

@media only screen and (max-width: 740px) {
  .cs-wrapper {
    display: block;
  }
}

.client-stories-intro, .names-changed {
  grid-column: 4 / 12;
  display: flex;
  flex-direction: column;
}

.client-stories-intro h4, .names-changed h4 {
  text-align: center;
}

@media only screen and (max-width: 840px) {
  .client-stories-intro, .names-changed {
    grid-column: 2 / 15;
  }
}

.cs-hr {
  width: 45em;
  margin: 2.5em 0 3.5em 0;
  height: 0;
}

@media only screen and (max-width: 740px) {
  .cs-hr {
    width: 100%;
  }
}

.cs-with-image {
  grid-column: 4 / 12;
  display: grid;
  grid-template-columns: 223px 444px;
  grid-column-gap: 53px;
}

@media only screen and (max-width: 1024px) {
  .cs-with-image {
    grid-column: 2 / 10;
  }
}

@media only screen and (max-width: 740px) {
  .cs-with-image {
    display: block;
  }
}

.cs-image-left {
  grid-column: 1 / 2;
}

.cs-lead-quote {
  grid-column: 2 / 3;
  margin-top: 0;
  margin-bottom: 0;
}

.cs-testimonial {
  grid-column: 2 / 3;
  margin-top: 0;
}

.cs-testimonial-with-quote {
  margin-top: -9.125em;
}

@media only screen and (max-width: 740px) {
  .cs-testimonial-with-quote {
    margin-top: 0;
  }
}

.cs-name {
  grid-column: 2 / 3;
  margin-left: -2.313em;
}

.cs-name-one {
  margin-left: 2px;
}

.cs-name-two {
  margin-left: -36px;
  margin-top: 24px;
}

.cs-name-with-image-no-quote {
  grid-column: 2 / 3;
}

.cs-name-four {
  margin-left: -48px;
  margin-top: 24px;
}

.cs-name-five {
  margin-left: -30px;
}

.margin-story-five {
  margin-top: 0;
  margin-left: 0;
}

.toggle-close-paragraphs {
  margin-top: -36px;
}

.toggle__cs {
  grid-column: 2 / 3;
  flex-direction: column-reverse;
}

.toggle__label-cs {
  align-self: flex-start;
}

.toggle__content-cs {
  grid-column: 2 / 3;
  margin-left: -16px;
}

.fix-margin-top {
  margin-top: -40px;
}

.fix-margin-top-big-boy {
  margin-top: -161px;
}

.unset-inline-flex {
  display: initial;
}

.cs-text-only {
  grid-column: 4 / 12;
}

@media only screen and (max-width: 1024px) {
  .cs-text-only {
    grid-column: 2 / 10;
  }
}

@media only screen and (max-width: 740px) {
  .cs-text-only {
    display: block;
  }
}

.names-changed {
  padding-bottom: 5.375em;
}

.contact-text-wrapper {
  grid-column: 1 / 15;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
}

.contact-heading {
  grid-column: 2 / 3;
}

.contact-text-body {
  grid-column: 2 / 3;
}

.contact-social-wrapper {
  display: flex;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact-follow {
  grid-column: 1 / 2;
}

.ct-si-wrapper {
  display: flex;
  line-height: 0;
  justify-content: flex-end;
}

.contact-social-icon {
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.contact-form-wrapper {
  grid-column: 1 / 15;
  display: grid;
  grid-template-columns: 129px 1fr 1fr 139px;
  grid-column-gap: 62px;
}

@media only screen and (max-width: 1024px) {
  .contact-form-wrapper {
    display: block;
  }
}

#csi-1 {
  background-image: url("/wp-content/themes/lds/assets/icons/youtube-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

#csi-1:hover {
  background-image: url("/wp-content/themes/lds/assets/icons/youtube-gray.png");
  transition: background 0.2s ease;
}

#csi-2 {
  background-image: url("/wp-content/themes/lds/assets/icons/twitter-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

#csi-2:hover {
  background-image: url("/wp-content/themes/lds/assets/icons/twitter-gray.png");
  transition: background 0.2s ease;
}

#csi-3 {
  background-image: url("/wp-content/themes/lds/assets/icons/facebook-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

#csi-3:hover {
  background-image: url("/wp-content/themes/lds/assets/icons/facebook-gray.png");
  transition: background 0.2s ease;
}

#csi-4 {
  background-image: url("/wp-content/themes/lds/assets/icons/instagram_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

#csi-4:hover {
  background-image: url("/wp-content/themes/lds/assets/icons/instagram_gray.png");
  transition: background 0.2s ease;
}

#csi-5 {
  /* background-image: url("/wp-content/themes/lds/assets/icons/email-icon-white.png"); */
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

#csi-5:hover {
  background-image: url("/wp-content/themes/lds/assets/icons/email-icon-dark.png");
  transition: background 0.2s ease;
}

.contact-form-image-wrapper {
  grid-column: 2 / 3;
  height: 400px;
  width: 544px;
  /* overflow: hidden; */
}

@media only screen and (max-width: 1024px) {
  .contact-form-image-wrapper {
    width: 100%;
    height: auto;
  }
  .contact-form-image-wrapper img {
    display: block;
    margin: 0 auto;
  }
}

.contact-form {
  grid-column: 3 / 4;
}

/* 13 Contact Form 7 Styles */
.wpcf7 form {
  text-align: center;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  border: solid 1px #707070;
  border-radius: 10px;
  padding-left: 1em;
  height: 3.125em;
  max-width: 90vw;
}

.wpcf7 textarea {
  padding: 1em 0 0 1em;
  height: 150px;
}

.wpcf7-submit {
  background-color: #f7cc46;
  border-radius: 20px;
  width: 180px;
  height: 45px;
  text-align: center;
  font-family: "Moderat-Regular";
  font-size: 0.875em;
  border-style: none;
  text-align: center;
  transition: background 0.2s ease;
}

.wpcf7-submit:hover {
  background-color: #70c1ec;
}

/* 14 default placeholder styles */
::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "Moderat-Regular" !important;
  color: #274150 !important;
  font-size: 1.125em !important;
  text-align: left !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "Moderat-Regular" !important;
  color: #274150 !important;
  font-size: 1.125em !important;
  text-align: left !important;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "Moderat-Regular" !important;
  color: #274150 !important;
  font-size: 1.125em !important;
  text-align: left !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "Moderat-Bold" !important;
  color: #274150 !important;
  font-size: 1.125em !important;
  text-align: left !important;
}

.donate-intro {
  grid-column: 4 / 12;
}

@media only screen and (max-width: 840px) {
  .tablet-block {
    flex-direction: column;
  }
}

.donation-amounts-grid {
  grid-column: 1 / 15;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: -5em;
}

@media only screen and (max-width: 740px) {
  .donation-amounts-grid {
    display: block;
    margin-bottom: 1em;
  }
}

.margin-bottom-zero {
  margin-bottom: 0;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2em 4em 3em 4em;
}

.margin-top {
  margin-top: 2em;
}

.amount-one {
  grid-column: 1 / 2;
  padding: 3em;
}

.amount-two {
  grid-column: 2 / 3;
  padding: 3em;
}

.amount-three {
  grid-column: 3 / 4;
  padding: 3em;
}

.event-grid {
  grid-column: 1 / 16;
  display: grid;
  grid-template-columns: 1fr 410px 679px 1fr;
  grid-template-areas: ". img text .";
  row-gap: 42px;
}

.event-image {
  grid-area: img;
  height: 340px;
}

.event-text-wrapper {
  grid-area: text;
  height: 340px;
  background-color: #fff;
  padding: 8px 16px 16px 32px;
}

.event-text-wrapper p {
  margin-bottom: 0;
}

.margin-right-event-desc {
  margin-right: 112px;
}

.event-training-contact {
  grid-column: 2 / 4;
  margin-right: 158px;
  margin-left: 130px;
  padding: 2em 5em;
  text-align: center;
}

@media only screen and (max-width: 740px) {
  .event-training-contact {
    margin: 0;
  }
}

.kill-block {
  display: inline;
  padding: 0;
}

.financials-wrapper {
  display: flex;
  flex-direction: column;
}

.align-icons {
  display: flex;
  
}

.margin-left-23 {
  margin-left: 23px;
}

.column-2 {
  grid-column: 2 / 3;
}

.half-grid {
  grid-column: 4 / 12;
}

.header-indent-our-work {
  padding: 0 4.6em;
  color: #274150;
}

@media only screen and (max-width: 740px) {
  .header-indent-our-work {
    padding: 0;
  }
}

.volunteer-info {
  grid-column: 1 / 16;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
}

.volunteer-text-wrapper {
  grid-column: 2 / 3;
  margin-bottom: 95px;
}

@media only screen and (max-width: 740px) {
  .volunteer-text-wrapper {
    grid-column: 1 / 4;
  }
}

.get-involved-hero-image-two {
  grid-column: 2 / 14;
}

@media only screen and (max-width: 740px) {
  section {
    padding: 16px 16px;
  }
}

.hero {
  grid-column: 1 / span 14;
  grid-row: 1;
  z-index: 10;
}

.home-hero {
  height: 580px;
}

@media only screen and (max-width: 740px) {
  .home-hero {
    height: 300px;
  }
}

.spp-tagline {
  z-index: 20;
  width: 733px;
  position: relative;
  top: 8em;
  margin: 0 auto;
}

@media only screen and (max-width: 740px) {
  .spp-tagline {
    z-index: 20;
    /* grid-row: 1 / 2; */
    position: relative;
    top: 4em;
    width: 90%;
  }
}

@media only screen and (min-width: 565px) and (max-width: 740px) {
  .spp-tagline {
    width: 65%;
  }
}

.three-em {
  font-size: 3em;
}

.spp-tagline-background {
  display: inline;
  line-height: 1.8em;
  font-size: 3em;
  z-index: -1;
}

@media only screen and (max-width: 740px) {
  .spp-tagline-background {
    display: block;
  }
}

@media only screen and (max-width: 430px) {
  .spp-tagline-background {
    max-width: 260px;
  }
}

.spp-tagline-background-top {
  width: 605px;
  height: 35px;
  position: relative;
  top: 111px;
  left: 3px;
  background-color: #70c1ec;
  z-index: -1;
}

@media only screen and (max-width: 740px) {
  .spp-tagline-background-top {
    width: 300px;
    height: 24px;
    top: 80px;
  }
}

@media only screen and (max-width: 430px) {
  .spp-tagline-background-top {
    width: 200px;
    height: 12px;
    top: 50px;
  }
}

.spp-tagline-background-bottom {
  width: 681px;
  height: 35px;
  position: relative;
  top: 157px;
  left: 2px;
  background-color: #70c1ec;
  z-index: -1;
}

@media only screen and (max-width: 740px) {
  .spp-tagline-background-bottom {
    width: 325px;
    height: 24px;
    top: 100px;
  }
}

@media only screen and (max-width: 430px) {
  .spp-tagline-background-bottom {
    width: 220px;
    height: 12px;
    top: 58px;
  }
}

.image-text-side-by-side {
  grid-column: 1 / 15;
  display: flex;
}

.image-text-side-by-side .centered-background-image-cover {
  padding-left: 50%;
}

@media only screen and (max-width: 740px) {
  .image-text-side-by-side {
    display: block;
  }
  .image-text-side-by-side .centered-background-image-cover {
    padding-bottom: 100%;
  }
}

.remove-row-gap {
  margin-bottom: -5em;
}

@media only screen and (max-width: 740px) {
  .remove-row-gap {
    margin-bottom: 0;
  }
}

.side-by-side-image-wrapper {
  line-height: 0.38em;
  flex-shrink: 2;
}

.side-by-side-copy-wrapper {
  grid-area: color-bar;
}

@media only screen and (max-width: 1200px) {
  .side-by-side-copy-wrapper p:first-of-type {
    font-size: 2.7vw;
  }
}

@media only screen and (max-width: 740px) {
  .side-by-side-copy-wrapper p:first-of-type {
    font-size: 1.5em;
  }
}

.ta-padding, .ls-padding {
  padding: 4em 3em;
}

.we-trained-padding, .rep-padding {
  display: flex;
  align-items: center;
  justify-items: center;
}

.we-trained-padding {
  padding: 3em;
}

.rep-padding {
  padding: 4em;
}

.our-history-padding {
  padding: 1.5em 3em 1.5em 2em;
}

.opp-padding {
  padding: 4% 4% 4% 5%;
}

.opp-padding a.link-button {
  display: inherit;
  border-radius: 20px;
  width: 180px;
  height: 45px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
}

.more-info {
  display: flex;
  align-items: center;
}

.more-info h5 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.two-of-two-link-icon {
  margin-left: 1.5em;
}

.what-we-do, .our-mission, .our-work, .our-history, .our-people {
  grid-column: 2 / 14;
  position: relative;
  top: -13em;
  z-index: 50;
  background-color: #ffffff;
  margin-bottom: -13.375em;
}

@media only screen and (max-width: 740px) {
  .what-we-do {
    top: unset;
    margin-bottom: 0;
    grid-column: 1 / 3;
  }
}

.header-indent {
  color: #274150;
  padding: 0 2.6em;
}

@media only screen and (max-width: 840px) {
  .header-indent {
    padding: 0 16px;
  }
}

.header-indent-our-history {
  color: #274150;
  padding: 0 16px;
}

.homepage-video-wrapper {
  grid-column: 2 / 14;
  grid-row: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 60;
}

@media only screen and (max-width: 740px) {
  .homepage-video-wrapper {
    height: 255px;
  }
}

iframe {
  width: 68em;
  height: 30em;
}

.image-full-width-height {
  width: 100%;
  height: 100%;
}

.mi-icon {
  width: 1em;
  height: 16px;
  margin-right: 0.625em;
}

.stats-icons {
  width: 75px;
  height: 61px;
}

.si-margin {
  margin-bottom: -1em;
}

.stats-icon-man {
  width: 52px;
  height: 68px;
}

.download-icon {
  width: 16px;
  height: 16px;
  margin-left: 0.625em;
  margin-right: 0.625em;
}

.help {
  grid-column: 2 / 14;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 740px) {
  .help {
    flex-direction: column;
  }
}

.need-help {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1em;
  padding: 3.5em 5.150em 4.563em 5.125em;
  background-color: #70c1ec;
}

@media only screen and (max-width: 840px) {
  .need-help {
    min-height: 482px;
    max-height: 482px;
  }
  .need-help a {
    margin-top: 0;
  }
}

@media only screen and (max-width: 740px) {
  .need-help {
    margin: 0 0 16px 0;
    overflow-x: hidden;
    padding: 3.5em 2.55em 4.563em 2.55em;
  }
}

.want-to-help {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.5em 5.150em 4.563em 5.125em;
  background-color: #70c1ec;
}

@media only screen and (max-width: 840px) {
  .want-to-help {
    min-height: 482px;
    max-height: 482px;
  }
  .want-to-help a {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 740px) {
  .want-to-help {
    margin: 16px 0 0 0;
    overflow-x: hidden;
    padding: 3.5em 2.55em 4.563em 2.55em;
  }
}

.help-icon {
  width: 74.8px;
  height: 57.4px;
}

.link-button {
  border-radius: 20px;
  width: 180px;
  height: 45px;
  text-align: center;
}

.mini-text-side-by-side {
  grid-column: 1 / 15;
  display: flex;
}

.mini-text-side-by-side .founder-image-wrapper {
  width: 50%;
  padding: 0 64px;
  display: flex;
  align-items: center;
}

.mini-text-side-by-side .founder-image-wrapper .founder-image {
  width: 100%;
}

.mini-text-side-by-side .location-text-wrapper {
  width: 50%;
}

.mini-text-side-by-side .map-image-wrapper {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .mini-text-side-by-side {
    display: block;
  }
  
  .mini-text-side-by-side .founder-image-wrapper {
    width: 100%;
  }
  .mini-text-side-by-side .founder-image-wrapper .founder-image {
    width: 100%;
    height: 100%;
  }
  .mini-text-side-by-side .location-text-wrapper {
    width: 100%;
  }
  .mini-text-side-by-side .map-image-wrapper {
    padding-top: 100%;
    height: 100%;
  }
}

.location-text-wrapper {
  grid-column: 9 / 13;
  display: flex;
  flex-direction: column;
  padding: 3em 3em 0 3em;
}

a.link-button {
  font-family: "Moderat-Bold";
  font-size: 0.875em;
  color: #274150;
  line-height: 45px;
}

.resources {
  grid-column: 2 / 14;
  grid-row: 6;
  display: flex;
}

.resources .link-button {
  display: inherit;
}

@media only screen and (max-width: 1024px) {
  .resources .more-info {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .resources .more-info h5 {
    padding: 8px 0;
  }
}

.resources .more-info a {
  padding: 10px 30px 10px 0;
}

@media only screen and (max-width: 740px) {
  .resources {
    padding: 0;
  }
}

@media only screen and (max-width: 740px) {
  .resources {
    display: block;
  }
}

.all-resources {
  width: 50%;
  padding-right: 3.625em;
}

@media only screen and (max-width: 740px) {
  .all-resources a {
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 740px) {
  .all-resources {
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    width: 100%;
  }
}

.manual {
  width: 50%;
  padding: 4em;
}

@media only screen and (max-width: 740px) {
  .manual {
    width: 100%;
  }
}

@media only screen and (max-width: 740px) {
  .resp-tagline {
    font-size: 24px;
  }
  .resp-margin-tagline {
    margin: 16px;
  }
}

@media only screen and (max-width: 430px) {
  .resp-tagline {
    display: block;
    font-size: 16px;
  }
  .resp-margin-tagline {
    margin: 0 auto;
  }
}

.immigration-resources-wrapper {
  grid-column: 1 / 15;
  display: grid;
  grid-template-columns: 139px repeat(15, 1fr) 139px;
}

@media only screen and (max-width: 740px) {
  .immigration-resources-wrapper {
    display: block;
  }
}

.ir-heading {
  grid-column: 2 /17;
  text-align: center;
}

.ir-desc {
  grid-column: 2 /17;
  text-align: center;
}

.ir-content {
  grid-column: 4 / 16;
  text-align: left;
}

.ir-contact-links {
  grid-column: 4 / 16;
}

.ir-hr {
  grid-column: 4 / 15;
  width: 100%;
  height: 0;
  border: solid 1px #818181;
}

.ir-item-title, .ir-item-description, .ir-item-more-info {
  grid-column: 4 / 16;
}

.ir-item-title {
  margin-top: 2.5em;
  margin-bottom: 1.438em;
}

.ir-item-description {
  margin-bottom: 1.25em;
}

.ir-item-more-info {
  padding-bottom: 2.5em;
}

.ir-item-more-info h5:last-child {
  margin-left: 32px;
}

.ir-item-more-info a:first-of-type {
  margin-right: 32px;
}

@media only screen and (max-width: 1024px) {
  .ir-item-more-info {
    display: block;
  }
  .ir-item-more-info h5:last-child {
    margin-left: 0;
    margin-top: 16px;
  }
  .ir-item-more-info a:first-of-type {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .ir-item-more-info a:first-of-type:after {
    content: '\A';
    white-space: pre;
  }
}

.tv-learn-more {
  padding: 2em 2em 2em 0;
}

.pad-40 {
  margin-right: 2.5em;
}

.margin-left {
  margin-left: -1.625em;
}

.double-squares {
  grid-column: 1 / 15;
  display: grid;
  grid-template-columns: 139px 1fr 1fr 139px;
  grid-column-gap: 1em;
}

@media only screen and (max-width: 840px) {
  .double-squares {
    display: block;
  }
}

.ds-left {
  grid-column: 2 / 3;
  padding: 3em;
}

@media only screen and (max-width: 840px) {
  .ds-left {
    margin: 16px 64px;
  }
}

@media only screen and (max-width: 740px) {
  .ds-left {
    margin: 16px 0;
  }
}

.ds-right {
  grid-column: 3 / 4;
  padding: 3em;
}

@media only screen and (max-width: 840px) {
  .ds-right {
    margin: 16px 64px;
  }
}

@media only screen and (max-width: 740px) {
  .ds-right {
    margin: 16px 0;
  }
}

.triple-squares {
  grid-column: 1 / 15;
  display: grid;
  grid-template-columns: 139px 1fr 1fr 1fr 139px;
  grid-column-gap: 1em;
}

@media only screen and (max-width: 1024px) {
  .triple-squares {
    display: block;
  }
  .triple-squares .white-two-background {
    margin: 16px 64px;
  }
}

@media only screen and (max-width: 740px) {
  .triple-squares {
    display: block;
  }
  .triple-squares .white-two-background {
    margin: 16px 0;
  }
}

.ts-one {
  grid-column: 2 / 3;
  padding: 3em;
}

.ts-two {
  grid-column: 3 / 4;
  padding: 3em;
}

.ts-three {
  grid-column: 4 / 5;
  padding: 3em;
}

.flex-cols {
  display: flex;
  flex-direction: column;
}

.pad-left-0 {
  padding-left: 0;
}

.legal-toggle-pad-left {
  padding-left: 29px;
}

@media only screen and (max-width: 1024px) {
  .legal-toggle-pad-left {
    flex-direction: column;
  }
  .p-margin-reset {
    margin: -19px 0 0 -114px;
  }
}

.flex-cols-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-rows-align-center {
  display: flex;
  align-items: center;
}

.flex-rows-justify-center {
  display: flex;
  justify-items: center;
}

.space-evenly {
  justify-content: space-evenly;
}

.training-videos {
  grid-column: 1 / 15;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
}

.centered-heading {
  padding: 1em;
  grid-column: 2;
}

.other-resources {
  grid-column: 1 / 15;
  display: grid;
  grid-template-columns: 323px 1fr 323px;
}

@media only screen and (max-width: 840px) {
  .other-resources {
    display: block;
    margin: 32px 64px;
  }
}

@media only screen and (max-width: 740px) {
  .other-resources {
    display: block;
    margin: 32px 16px;
  }
}

.or-heading {
  grid-column: 2;
  text-align: left;
  padding: 1em 1em 1em .6em;
}

.or-links {
  grid-column: 2;
  grid-row: 2 / 3;
}

.ow-misc-links {
  text-decoration: underline;
}

.get-legal-help-intro, .glh-contact-form {
  grid-column: 4 / 12;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.more-research {
  grid-column: 6 / 11;
}

.centered-background-image-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.centered-background-image-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.latest-news-and-updates {
  display: flex;
  flex-wrap: wrap;
  grid-column: 2 / 14;
}

.latest-news-and-updates h4 {
  width: 100%;
}

@media only screen and (max-width: 840px) {
  .latest-news-and-updates {
    flex-direction: column;
  }
}

.posts-title {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

a.latest-news-permalink:link, a.latest-news-permalink:visited, a.latest-news-permalink:hover {
  font-family: "Merriweather-Regular";
  font-size: 21px;
  margin-top: -19px;
}

a.latest-news-permalink:link, a.latest-news-permalink:visited {
  color: #ffffff;
}

a.latest-news-permalink:hover {
  color: #274150;
}

.latest-news-more-info h5 > a:hover {
  color: #274150;
}

.blog-post-image-wrapper {
  height: 320px;
}

.individual-blog-post-image {
  grid-row: 2 / 3;
}

.individual-blog-post-wrapper {
  position: relative;
  background-color: #70c1ec;
  margin-right: 16px;
  width: 32%;
  padding: 2em 2em;
}

.individual-blog-post-wrapper:last-child {
  margin-right: 0;
}

.individual-blog-post-wrapper h3 {
  min-height: 152px;
}

.individual-blog-post-wrapper p:not(.news-cat-header) {
  min-height: 90px;
}

.individual-blog-post-wrapper .centered-background-image-cover-blog {
  width: 100%;
  height: 220px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 840px) {
  .individual-blog-post-wrapper {
    width: 100%;
    margin: 16px 0;
  }
  .individual-blog-post-wrapper h3 {
    min-height: 0;
  }
}

.news-image {
  max-width: 100%;
  margin-bottom: -1em;
}

p.news-cat-header {
  display: flex;
  font-family: "Moderat-Bold";
  font-size: 18px;
  margin-top: 235px;
}

p.news-cat-header a, p.news-cat-header a:hover, p.news-cat-header a:focus, p.news-cat-header a:active {
  color: #274150;
  text-decoration: none;
}

.news-permalink {
  grid-row: 2 / 3;
  font-size: 21px;
  color: #ffffff;
}

.blog-hr {
  grid-row: 3 / 4;
}

.more-news-info {
  grid-row: 5 / 6;
}

/* 1b homepage Upcoming Events Section */
.home-upcoming-events {
  grid-column: 1 / 16;
}

.newsletter-input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "Moderat-Regular" !important;
  color: #fff !important;
  font-size: 1.125em !important;
  text-align: center !important;
}

.newsletter-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "Moderat-Regular" !important;
  color: #fff !important;
  font-size: 1.125em !important;
  text-align: center !important;
}

.newsletter-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "Moderat-Regular" !important;
  color: #fff !important;
  font-size: 1.125em !important;
  text-align: center !important;
}

.newsletter-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "Moderat-Bold" !important;
  color: #fff !important;
  font-size: 1.125em !important;
  text-align: center !important;
}

.contact-form-button-social-wrapper {
  grid-column: 1 / 15;
  display: flex;
  margin-bottom: 4rem;
  align-items: center;
  justify-content: space-around;
}

#our-founder {
  grid-column: 2 / 14;
}

.all-staff {
  display: flex;
  flex-wrap: wrap;
  grid-column: 2 / 14;
  justify-content: center;
}

.tabs {
  grid-column: 2 / 12;
  display: flex;
  flex-wrap: wrap;
  padding-top: 4em;
  justify-content: space-evenly;
  align-items: center;
}

.tabs .staffer-title {
  min-height: 44px;
}

.tab {
  padding-top: 2em;
}

.tabs label {
  order: 1;
  display: block;
  margin-right: 0.2rem;
  cursor: pointer;
  transition: background ease 0.2s;
}

.tabs label:hover {
  font-weight: bold;
}

.tabs label .email-link-button {
  margin-left: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  font-family: "Moderat-Bold";
  background-color: #f7cc46;
  border-radius: 20px;
  height: 40px;
  width: 180px;
  color: #ffffff;
  text-align: center;
  line-height: 2.2em;
}

.tabs input[type="radio"]:checked + label:hover {
  background-color: #70c1ec;
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

.staff-gallery {
  grid-column: 2 / 12;
  display: grid;
  grid-template-columns: 250px 250px 250px;
  justify-content: center;
  grid-column-gap: 16px;
  padding-bottom: 3em;
}

@media only screen and (max-width: 740px) {
  .staff-gallery {
    display: block;
  }
}

.staffer-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 1.5em;
}

.staffer-wrapper > img {
  margin: 0 auto;
}

.staffer-title {
  margin-top: -1.5em;
}

/* 4 Our History */
.our-history-text-section-one, .our-history-text-section-two, .our-history-text-section-three {
  grid-column: 2 / 14;
  display: flex;
  flex-direction: column;
}

.oh-text-wrapper {
  padding: 0 9em 0 9em;
}

@media only screen and (max-width: 840px) {
  .oh-text-wrapper {
    padding: 0 1em 0 1em;
  }
}

.inline-link {
  padding: 0;
  display: inline;
}

.inline-link:link {
  padding: 0;
  display: inline;
  color: #70c1ec;
}

.inline-link:visited {
  color: #818181;
}

.inline-link:hover {
  color: #274150;
}

.full-grid {
  grid-column: 1 / 15;
}

.thumbnail-single {
  width: 100%;
  height: 520px;
  grid-column: 1 / 16;
}

.fifteen-column-grid {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
}

@media only screen and (max-width: 740px) {
  .fifteen-column-grid {
    display: block;
  }
}

ul.news-and-updates-blog-list-wrapper article:first-of-type {
  flex-grow: 1;
}

@media only screen and (max-width: 740px) {
  ul.news-and-updates-blog-list-wrapper article:first-of-type {
    flex-grow: 0;
  }
}

#page .single-post {
  grid-column: 4 / 13;
  position: relative;
  top: -9em;
  z-index: 50;
  background-color: #ffffff;
  margin-bottom: auto;
  padding-left: 3em;
}

@media only screen and (max-width: 740px) {
  #page .single-post {
    top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }
  #page .single-post .post-categories {
    margin-left: -2em;
  }
}

.pad-heading {
  padding-top: 1.5em;
}

.latest-post-wrapper {
  display: flex;
}

.latest-post-wrapper .centered-background-image-cover {
  padding-left: 50%;
  min-width: 50%;
  flex-grow: 1;
}

@media only screen and (max-width: 740px) {
  .latest-post-wrapper {
    flex-direction: column;
    margin: 0 16px;
  }
}

.thumb {
  grid-area: thumb;
  height: 380px;
}

.latest-post-text-wrapper {
  grid-area: text;
  background-color: #fff;
  height: 380px;
  padding: 32px;
  flex-grow: 1;
}

.latest-post-text-wrapper .blue-text a {
  color: #70c1ec;
}

.latest-post-text-wrapper .grey-text a {
  color: #274150;
}

.latest-post-text-wrapper .more-info {
  margin-top: 48px;
}

@media only screen and (max-width: 740px) {
  .latest-post-text-wrapper {
    height: auto;
    width: 332px;
  }
}

.news-and-updates-blog-list-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1024px;
}

.news-and-updates-blog-list-wrapper:after {
  content: '';
  flex: 0 1 332px;
}

@media only screen and (max-width: 1024px) {
  .news-and-updates-blog-list-wrapper {
    justify-content: space-around;
  }
}

.blog-list-item {
  flex-basis: 332px;
  max-width: 332px;
  height: 800px;
  margin: 2em 0;
  padding: 2em;
  background-color: #ffffff;
}

@media only screen and (max-width: 740px) {
  .blog-list-item {
    flex-basis: 100%;
    margin: 2em 1em;
    height: auto;
  }
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 300px;
  margin: 0 auto 32px auto;
}

/*  wp-generated class*/
.page-numbers {
  font-family: "Moderat-Bold";
  font-size: 18px;
  color: #818181;
  z-index: 0;
}

.page-numbers.current {
  color: #ffffff;
}

/* .page-numbers.current::before {
    content:"";
    background-color: #f7cc46;
    margin: 20px 1em 1em -6px;
    position: absolute;
    border-radius: 20px;
    width: 23px;
    height: 23px;
    z-index: -1;
  } */
/* 7a template-parts/content.php styles */
.single-blog-post-thumbnail-news {
  width: 100%;
  height: 316px;
  grid-column: 1 / 15;
}

.blog-post-grid {
  display: grid;
  grid-template-rows: 51px 132px 32px 148px 0;
  justify-items: flex-start;
  align-items: flex-start;
}

.row-1 {
  grid-row: 1 / 2;
}

.row-2 {
  grid-row: 2 / 3;
}

.row-3 {
  grid-row: 3 / 4;
}

.excerpt {
  grid-row: 4 / 5;
}

.row-5 {
  grid-row: 5 / 6;
}

.pad-excerpt {
  margin-left: 16px;
}

.fix-left-margin {
  margin-left: -14px;
}

.margin-left-22 {
  margin-left: 22px;
}

.permalink-font {
  font-family: "Merriweather-Regular";
  font-size: 18px;
  color: #274150;
}

.permalink-font-big {
  font-family: "Merriweather-Regular";
  font-size: 22px;
  color: #274150;
}

.center-self {
  align-self: center;
}

.our-work-stats {
  grid-column: 1 / 15;
  padding-top: 6em;
}

.three-by-two-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, minmax(auto, 352px));
}

@media only screen and (max-width: 740px) {
  .three-by-two-grid {
    display: block;
  }
  .three-by-two-grid .centered-background-image-cover {
    padding-bottom: 100%;
  }
}

#special-width {
  width: 101%;
  max-width: 200%;
}

.stats-wrapper {
  text-align: center;
  padding: 3em;
}

.stats-wrapper-lawyers-trained {
  text-align: center;
  padding: 40px 26px;
}

.children-helped-stats {
  grid-column: 1 / 2;
  background-color: #f7cc46;
}

.three-by-two-middle-col {
  grid-column: 2 / 3;
}

.mid-grid {
  grid-column: 4 / 12;
}

.pba-stats {
  grid-column: 3 /4;
  background-color: #f7cc46;
}

.lawyers-trained-stat {
  background-color: #70c1ec;
}

.heading-spacer {
  margin-bottom: 1em;
}

.p-margin {
  margin-top: -13px;
}

.three-cols-with-gutters {
  grid-column: 2 / 14;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1em;
}

@media only screen and (max-width: 740px) {
  .three-cols-with-gutters {
    display: block;
  }
}

.ow-resource-wrapper {
  display: grid;
  grid-template-rows: min-content 2fr auto 1fr min-content;
  padding: 2em;
}

@media only screen and (max-width: 740px) {
  .ow-resource-wrapper {
    margin: 16px 0;
  }
}

.vertically-aligned {
  align-self: center;
}

.testimonials-slider {
  grid-column: 1 / 15;
}

.error-404 {
  grid-column: 4 / 12;
}

.error-404-list {
  list-style: none;
}

.widget select {
  max-width: 100%;
}

.widget-area {
  grid-column: 1 / 15;
  /* grid-row: 8; */
}

.widget-area ul {
  list-style: none;
}

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

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* wp generated class */
.post-categories {
  list-style: none;
  display: flex;
  padding: 2em;
  margin-left: -3em;
  margin-bottom: -2.5em;
}

.post-categories li a {
  color: #70c1ec;
  font-family: "Moderat-Bold";
  font-size: 1.125em;
}

.hr-765 {
  width: 720px;
  height: 0;
  opacity: 0.2;
  border: solid 2px #818181;
}

.sbp-social-wrapper {
  display: flex;
}

/* .entry-content {
  grid-column: 4 / 12;
}  */
/* wp generated class  */
.vcard {
  color: #274150;
}