/*
Theme Name: DHFC
Theme URI: https://www.horowitzfreedomcenter.org/
Author: DHFC.org
Author URI: https://www.horowitzfreedomcenter.org/
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dhfc
*/

*,
:after,
:before,
hr {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#tabs-action-links,
[hidden],
body:before,
p:empty,
template {
  display: none;
}
button,
select {
  text-transform: none;
}
.messages,
.tabs a,
sub,
sup {
  position: relative;
}
#header,
.sub-nav-tabs {
  border-bottom: 1px solid #e0e0e0;
}
.slick-slider,
html {
  -webkit-tap-highlight-color: transparent;
}
.slick-list:focus,
:focus,
[tabindex="-1"]:focus,
a:active,
a:hover,
input:focus,
textarea:focus {
  outline: 0;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSonF5uFdDttMLvmWuJdhhgs.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"),
    url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-honF5uFdDttMLvmWuJdhhgs.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"),
    url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxrfB31yxOzP-czbf6AAKCVo.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"),
    url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBp0EAVxt0G0biEntp43Qt6E.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"),
    url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxi8cqLH4MEiSE0ROcU-qHOA.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
    url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxp_TkvowlIOtbR7ePgFOpF4.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"),
    url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxlDMrAYtoOisqqMDW9M_Mqc.ttf)
      format("truetype");
}
body:before {
  content: "min";
}
@media (min-width: 34em) {
  body:before {
    content: "x-small";
  }
}
@media (min-width: 48em) {
  body:before {
    content: "small";
  }
}
@media (min-width: 60em) {
  body:before {
    content: "medium";
  }
  #main-menu ul li.home {
    transition: top 0.2s ease, padding 0.2s ease;
  }
  #header,
  #main-menu ul li.home a {
    transition: height 0.2s ease;
  }
  #main-menu ul {
    transition: padding 150ms ease;
  }
}
@media (min-width: 73.75em) {
  body:before {
    content: "large";
  }
}
@media (min-width: 90em) {
  body:before {
    content: "x-large";
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
html {
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background-color: transparent;
  word-break: break-word;
  color: #c51230;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: border-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
body,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", sans-serif;
}
button {
  overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  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"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}

#content {
  position: relative;
}

.main-hero {
  background-image: url("/wp-content/uploads/2022/07/slide-1.jpg");
}

.not-front #content {
  padding: 24px 20px;
  max-width: 1224px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48em) {
  .not-front #content {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 32px;
  }
}
@media (min-width: 60em) {
  .sidebar-first #main {
    width: calc(100% - 260px);
    float: left;
    padding-right: 56px;
  }
  .sidebar-first #sidebar {
    float: right;
    width: 260px;
  }
}
@media (min-width: 73.75em) {
  .not-front #content {
    padding: 40px 24px;
  }
}
@media (max-width: 59.99em) {
  #main-menu ul {
    transition: transform 0.4s ease;
  }
  #sidebar {
    display: none;
  }
}
.krumo-root * {
  text-align: left;
  color: #000;
}
#footer .footer,
#stat h2,
.messages {
  text-align: center;
}
.button,
.messages li,
.tabs li {
  text-transform: uppercase;
}
body.dhfc-admin-menus-top {
  padding-top: 100px !important;
}
body.dhfc-admin-menus-top #header {
  top: 40px !important;
}
@media (min-width: 48em) {
  body.dhfc-admin-menus-top {
    padding-top: 136px !important;
  }
}
@media (min-width: 60em) {
  body.dhfc-admin-menus-top {
    padding-top: 140px !important;
  }
}
@media (min-width: 73.75em) {
  body.dhfc-admin-menus-top {
    padding-top: 168px !important;
  }
}
ul.menu {
  padding: 0;
  margin: 0;
}
.sub-nav-tabs {
  background: #fff;
  padding: 8px 20px;
}
.messages,
.messages.status,
.messages:after {
  background-color: #060;
}
.tabs {
  padding: 0;
  margin: 0;
}
.tabs li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  margin-right: 2px;
}
.tabs a {
  color: #999;
  padding: 4px 8px 3px;
  transition: color 0.5s ease;
}
.tabs a.active {
  color: #000;
}
.tabs:hover li a {
  color: #999;
}
.tabs:hover li:hover a {
  color: #000;
}
.messages {
  padding: 12px 20px;
  color: #fff !important;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.messages a {
  color: #fff;
  text-decoration: underline;
}
.messages:after {
  position: absolute;
  display: block;
  left: -999em;
  right: -999em;
  top: 0;
  bottom: 0;
  content: "";
  z-index: -1 !important;
}
.messages.error,
.messages.error:after {
  background-color: #c51230;
}
.messages.warning,
.messages.warning:after {
  background-color: #f90;
}
.messages ul {
  padding: 0;
  list-style: none;
}
.messages li {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.page-user .messages {
  margin-left: -20px;
  margin-right: -20px;
}
.page-user .messages li + li {
  display: none;
}
@media (min-width: 48em) {
  .messages {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
body {
  min-width: 320px;
  font-size: 14px;
  line-height: 1.7em;
}
p {
  margin: 0 0 1.35em;
  font-weight: 400;
}
p strong {
  font-weight: 700;
}
p small {
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 0.45em;
  line-height: 1.2em;
  font-weight: 300;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  font-weight: 800;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3,
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
@media (min-width: 48em) {
  body {
    font-size: 15px;
    line-height: 1.8em;
  }
  p small {
    font-size: 14px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
#site-name {
  margin: 0;
}
@media (min-width: 60em) {
  body {
    font-size: 16px;
    padding-top: 100px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  #header {
    height: 100px;
  }
  #site-name {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media (min-width: 73.75em) {
  body {
    font-size: 18px;
    padding-top: 128px;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 16px;
  }
  #header {
    height: 128px;
  }
}
@media (max-width: 59.99em) {
  #header {
    height: 96px;
  }
  body {
    padding-top: 96px;
  }
  #site-name a {
    display: block;
    text-indent: -999em;
    width: 230px;
    height: 72px;
    background: url(/wp-content/uploads/2022/07/logo@2x.png) top center
      no-repeat;
    background-size: 190px auto;
    margin: 12px auto 0;
  }
}
@media (max-width: 47.99em) {
  #header {
    height: 60px;
  }
  body {
    padding-top: 60px;
  }
  #site-name a {
    width: 130px;
    height: 49px;
    background-size: 130px auto;
    margin: 5px auto 0;
  }
}
@media (min-width: 60em) {
  #main-menu li,
  #main-menu li.expanded ul {
    border-width: 1px 1px 0;
    border-style: solid;
  }
  #main-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 30px 0 0;
    text-align: center;
  }
  #main-menu li {
    padding: 10px 10px 14px;
    font-size: 13px;
    line-height: 1em;
    display: inline-block;
    font-weight: 600;
    border-color: transparent;
    position: relative;
    z-index: 10;
  }
  #main-menu li > a {
    color: #000;
  }
  #main-menu li.home {
    position: relative;
    top: -30px;
    padding: 0 16px;
    z-index: 5;
  }
  #main-menu li.home a {
    display: block;
    text-indent: -999em;
    width: 184px;
    height: 70px;
    background: url(/wp-content/uploads/2022/07/logo@2x.png) top center
      no-repeat;
    background-size: 184px auto;
  }
  #main-menu a.active,
  #main-menu a:hover,
  #main-menu li.expanded:hover > a {
    color: #143d8d;
  }
  #main-menu li.expanded:hover {
    border-color: #eee;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.04);
  }
  #main-menu li.expanded:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
  }
  #main-menu li.expanded ul {
    display: none;
    position: absolute;
    min-width: 200px;
    padding: 0;
    left: -1px;
    top: 100%;
    margin-top: -1px;
    background-color: #fff;
    border-radius: 0 4px 4px;
    border-color: #eee;
    text-align: left;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  }
  #main-menu li.expanded ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #f8f8f8;
    font-size: 13px;
  }
  #main-menu li.expanded ul a {
    display: block;
    padding: 10px;
    cursor: pointer;
  }
  #main-menu li.expanded:hover ul {
    display: block;
  }
  body.small-header #header {
    height: 60px;
  }
  body.small-header #main-menu > ul {
    padding-top: 10px;
  }
  body.small-header #main-menu ul li.home {
    top: -8px;
    padding-left: 0;
    padding-right: 0;
  }
  body.small-header #main-menu ul li.home a {
    height: 36px;
  }
}
@media (min-width: 73.75em) {
  body.small-header #header {
    height: 72px;
  }
  body.small-header #main-menu > ul {
    padding-top: 18px;
  }
  body.small-header #main-menu ul li.home {
    top: -17px;
  }
  body.small-header #main-menu ul li.home a {
    height: 48px;
  }
  #main-menu ul {
    padding-top: 44px;
  }
  #main-menu li {
    padding: 10px 14px 14px;
    font-size: 14px;
  }
  #main-menu li.home {
    top: -42px;
    padding: 0 40px;
  }
  #main-menu li.home a {
    width: 256px;
    height: 97px;
    background-size: 256px auto;
  }
  #main-menu li.expanded ul a {
    padding: 10px 14px 14px;
  }
}
@media (max-width: 59.99em) {
  .mobile-open,
  .mobile-open body {
    overflow: hidden;
  }
  .mobile-open #main-menu > ul {
    position: fixed;
    transform: translateY(11px);
  }
  #main-menu {
    height: 0;
  }
  .mobile-open #main-menu {
    height: auto;
  }
  #main-menu ul {
    overflow: scroll;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #main-menu ul li {
    line-height: 1em;
    font-weight: 600;
  }
  #main-menu ul li.expanded > a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin-left: 8px;
    opacity: 0.5;
    margin-right: -16px;
  }
  #main-menu ul li.expanded > a {
    pointer-events: none;
  }
  #main-menu ul li.expanded ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  #main-menu ul li.expanded:hover ul {
    max-height: 1000px;
  }
  #main-menu ul li.home {
    display: none;
  }
  #main-menu ul a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
  }
  #main-menu > ul {
    font-size: 14px;
    transform: translateY(100%);
    background-image: radial-gradient(50% 100%, #194aa9 20%, #113374 100%);
    height: 100%;
    width: 100%;
  }
  #main-menu > ul > li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #main-menu li.expanded ul {
    font-size: 13px;
    padding: 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #main-menu-toggle {
    display: block;
    top: 36px;
    right: 32px;
    z-index: 4;
    color: #fff;
    font-size: 30px;
    float: right;
    position: absolute;
    width: 32px;
    height: 20px;
  }
  #main-menu-toggle span {
    top: 8px;
  }
  #main-menu-toggle span,
  #main-menu-toggle span:after,
  #main-menu-toggle span:before {
    cursor: pointer;
    height: 4px;
    width: 32px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #143d8d;
    border: 1px solid #143d8d;
    position: absolute;
    display: block;
    content: "";
    border-radius: 100px;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  #main-menu-toggle span:before {
    top: -8px;
    left: -1px;
  }
  #main-menu-toggle span:after {
    bottom: -8px;
    left: -1px;
  }
  .mobile-open #main-menu #main-menu-toggle span {
    background-color: transparent;
    border-color: transparent;
  }
  .mobile-open #main-menu #main-menu-toggle span:after,
  .mobile-open #main-menu #main-menu-toggle span:before {
    top: 0;
  }
  .mobile-open #main-menu #main-menu-toggle span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-open #main-menu #main-menu-toggle span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-open #main-menu #main-menu-toggle {
    z-index: 999;
  }
}
@media (max-width: 47.99em) {
  #main-menu-toggle {
    top: 20px;
    right: 16px;
  }
  .mobile-open #main-menu > ul {
    position: fixed;
    transform: translateY(6px);
  }
}
.not-front #footer .donation-pitch {
  border-top: 1px solid #e0e0e0;
}
#footer .donation-pitch {
  text-align: center;
  padding: 32px 24px;
}
#footer .donation-pitch h2 {
  margin-bottom: 4px;
}
#footer .footer {
  background-image: radial-gradient(50% 100%, #194aa9 20%, #113374 100%);
  color: #fff;
  padding: 24px;
}
td,
th {
  text-align: left;
}
#footer .logo a {
  margin: 0 auto 32px;
  display: block;
  background: url(/wp-content/uploads/2022/07/logo-footer@2x.png) center
    no-repeat;
  background-size: 140px auto;
  text-indent: -999em;
  width: 283px;
  width: 140px;
  height: 52px;
}
#footer ul.social-links {
  width: 300px;
  list-style: none;
  margin: 0 auto 28px;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
}
#footer ul.social-links i {
  font-size: 18px;
  position: relative;
  top: 1px;
}
#footer ul.social-links li a {
  color: #fff;
  display: block;
  border: 1px solid #fff;
  height: 40px;
  line-height: 40px;
}
#footer ul.social-links li a:hover {
  background-color: #fff;
  color: #143d8d;
}
#footer ul.social-links li:first-child a {
  border-radius: 4px 4px 0 0;
}
#footer ul.social-links li:last-child a {
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}
#footer .footer p {
  font-size: 13px;
}
@media (min-width: 34em) {
  #footer .donation-pitch {
    padding: 48px 24px;
  }
  #footer .footer {
    padding: 48px 24px 24px;
  }
  #footer .logo a {
    margin-bottom: 32px;
    width: 190px;
    height: 72px;
    background-size: 190px auto;
  }
  #footer ul.social-links {
    width: 520px;
    margin: 0 auto 32px;
    font-size: 14px;
  }
  #footer ul.social-links i {
    font-size: 23px;
    top: 3px;
    margin-right: 2px;
  }
  #footer ul.social-links li {
    width: 50%;
    float: left;
  }
  #footer ul.social-links li a {
    height: 56px;
    line-height: 55px;
  }
  #footer ul.social-links li:first-child a {
    border-radius: 4px 0 0 4px;
  }
  #footer ul.social-links li:last-child a {
    border-radius: 0 4px 4px 0;
    margin-top: 0;
    border-left: 0;
  }
  #footer .footer p {
    font-size: 16px;
  }
}
@media (min-width: 60em) {
  #footer .donation-pitch {
    padding: 56px 24px;
  }
  #footer .footer {
    padding: 56px 24px 64px;
  }
  #footer .logo a {
    margin-bottom: 40px;
    background-size: 283px auto;
    height: 106px;
    width: 283px;
  }
  #footer ul.social-links {
    width: 580px;
    margin-bottom: 40px;
    font-size: 16px;
  }
  #footer ul.social-links i {
    font-size: 26px;
  }
}
.element-invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
hr {
  margin: 24px 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e0e0e0;
}
#stat {
  color: #fff;
  padding: 12px 24px 14px;
  background: url(/wp-content/uploads/2022/07/stat-bkg-scaled.jpg) center
    no-repeat #143d8d;
  background-size: cover;
}
#stat h2 {
  max-width: 1180px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 100;
}
.button {
  background-color: #c51230;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
}
.button em {
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  position: relative;
  top: -1px;
}
.button-outlined,
input[type="submit"] {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}
@media (min-width: 48em) {
  .button {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
  .button em {
    font-size: 13px;
    top: -2px;
  }
}
@media (min-width: 60em) {
  .button {
    font-size: 18px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .button em {
    font-size: 16px;
  }
}
@media (min-width: 73.75em) {
  .button {
    font-size: 20px;
    height: 52px;
    line-height: 52px;
  }
  .button em {
    font-size: 16px;
  }
}
.button-outlined {
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  line-height: 32px;
  height: 32px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
}
th,
th a {
  color: #000;
}
@media (min-width: 60em) {
  .button-outlined {
    font-size: 14px;
    line-height: 38px;
    height: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }
  p + .button,
  p + .button-outlined {
    margin-top: 8px;
  }
}
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
fieldset legend {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: block;
  width: 100%;
  background: rgba(234, 229, 222, 0.2);
  margin-bottom: -1px;
}
.node-unpublished {
  background-color: transparent;
}
input[type="submit"] {
  background-color: #c51230;
  font-size: 14px;
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  line-height: 1em !important;
  -webkit-appearance: none !important;
  border: 0;
}
input[type="submit"] em {
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  position: relative;
  top: -1px;
}
.page-websites p a,
th {
  text-transform: uppercase;
}
@media (min-width: 48em) {
  input[type="submit"] {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
  input[type="submit"] em {
    font-size: 13px;
    top: -2px;
  }
}
@media (min-width: 60em) {
  input[type="submit"] {
    font-size: 18px;
    padding-left: 32px;
    padding-right: 32px;
  }
  input[type="submit"] em {
    font-size: 16px;
  }
}
@media (min-width: 73.75em) {
  input[type="submit"] {
    font-size: 20px;
    height: 52px;
    line-height: 52px;
  }
  input[type="submit"] em {
    font-size: 16px;
  }
}
input[type="email"],
input[type="password"],
input[type="text"],
textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e0e0e0;
  font-weight: 100 !important;
  color: #000;
  -webkit-appearance: none !important;
  border-radius: 4px;
}
input[type="email"].error,
input[type="password"].error,
input[type="text"].error,
textarea.error {
  border-color: #c51230;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus {
  border-color: #143d8d;
  outline: 0;
}
input[type="checkbox"] {
  margin-right: 0.5em;
}
.form-item {
  margin-bottom: 16px;
}
.form-item .description {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.4em;
}
.form-item label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 32px 0 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.table {
  display: table;
  width: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
th {
  background-color: #ededed;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
tr:last-child td {
  border-bottom: 0;
}
tr:nth-child(even) {
  background-color: rgba(237, 237, 237, 0.25);
}
td,
th {
  padding: 10px;
}
td {
  border-left: 1px solid rgba(237, 237, 237, 0.5);
  border-right: 1px solid rgba(237, 237, 237, 0.5);
  font-weight: 500;
}
#impact .item,
#impact i,
#impact > h2 {
  text-align: center;
}
td:first-child,
th:first-child {
  border-left: none;
}
td:last-child,
th:last-child {
  border-right: none;
}
@media (min-width: 34em) {
  .form-item {
    margin-bottom: 24px;
  }
  .form-item label {
    font-size: 14px;
  }
  .form-item .description {
    font-size: 12px;
  }
  input[type="email"],
  input[type="password"],
  input[type="text"],
  textarea {
    padding: 12px;
  }
}
@media (min-width: 48em) {
  hr {
    margin: 32px 0;
  }
  #stat {
    padding: 24px;
  }
  #stat h2 {
    font-size: 18px;
  }
}
@media (min-width: 73.75em) {
  hr {
    margin: 48px 0;
  }
  #stat {
    padding: 32px 24px;
  }
  #stat h2 {
    font-size: 24px;
  }
}
#hero {
  background-color: #000;
  margin-bottom: 20px;
}
#impact > h2 {
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
#impact > div {
  background: url(/wp-content/uploads/2022/07/impact-bkg-scaled.jpg) center
    no-repeat #a00b24;
  background-size: cover;
  padding: 0 0 16px;
}
#impact .container {
  color: #fff;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}
#impact .item {
  padding: 24px;
}
#impact i {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 6px;
}
#impact p {
  line-height: 1.75em;
}
#impact a.button-outlined:hover {
  background-color: #fff;
  color: #c51230;
}
@media (min-width: 48em) {
  #hero {
    margin-bottom: 24px;
  }
  #impact > h2 {
    margin-bottom: 26px;
  }
  #impact > div {
    padding: 6px 0 24px;
  }
  #impact .container {
    overflow: hidden;
    background: url(/wp-content/uploads/2022/07/impact-star.png) center
      no-repeat;
    background-size: 200px auto;
  }
  #impact .item {
    margin-top: 12px;
    padding: 24px;
    width: 50%;
    float: left;
  }
  #impact i {
    font-size: 28px;
  }
  #impact p {
    font-size: 16px;
  }
}
@media (min-width: 60em) {
  #hero,
  #impact > h2 {
    margin-bottom: 36px;
  }
  #impact .container {
    background-size: 265px auto;
  }
  #impact .item {
    padding: 40px 56px;
  }
  #impact i {
    font-size: 32px;
  }
}
@media (min-width: 73.75em) {
  #impact i {
    font-size: 38px;
  }
}
@media (max-width: 47.99em) {
  #impact .item {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
.slide .container {
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slide .container:after,
.slide .container:before {
  position: absolute;
  content: "";
  height: 100%;
}
.slide .content {
  color: #fff;
}
.node-slideshow h2 {
  font-size: 24px;
}
@media (min-width: 48em) {
  .slide .container {
    height: 340px;
    background-size: auto 340px;
    background-position: right center;
    padding-left: 32px;
    padding-right: 32px;
  }
  .slide .container:before {
    width: 630px;
    left: 0;
    background-image: linear-gradient(-90deg, transparent 0, #000 35%);
  }
  .slide .container:after {
    right: 0;
    width: 80px;
    background-image: linear-gradient(90deg, transparent 0, #000 100%);
  }
  .slide .content {
    position: absolute;
    top: 50%;
    width: 400px;
    transform: translateY(-50%);
  }
  .node-slideshow h2 {
    font-size: 30px;
  }
}
@media (min-width: 60em) {
  .slide .container {
    max-width: 980px;
    height: 440px;
    background-size: auto 480px;
  }
  .slide .container:before {
    width: 580px;
  }
  .slide .content {
    width: 440px;
  }
  .node-slideshow h2 {
    font-size: 38px;
  }
}
@media (min-width: 73.75em) {
  .slide .container {
    max-width: 1208px;
    height: 536px;
    background-size: auto 536px;
    background-position: right center;
  }
  .slide .container:before {
    width: 632px;
  }
  .slide .content {
    width: 488px;
  }
  .node-slideshow h2 {
    font-size: 44px;
  }
}
@media (max-width: 47.99em) {
  .slide .content {
    max-width: 520px;
    padding: 32px 24px;
    margin: 0 auto;
  }
  .slide .content > * {
    position: relative;
  }
  .slide .content:before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  left: 0;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.page-node-9 #page-title,
.slick-arrow.slick-hidden {
  display: none;
}
article.node-page p a,
article.node-page p strong {
  font-weight: 600;
}
article.node-page blockquote {
  border-left: 4px solid #143d8d;
  margin: 20px 0;
  padding-left: 20px;
}
article.node-page blockquote p {
  font-size: 16px;
  line-height: 1.8em;
  color: #143d8d;
}
article.node-page ol,
article.node-page ul {
  padding: 0 0 0 20px;
  margin: 24px 0;
}
article.node-page ol li,
article.node-page ul li {
  margin-bottom: 8px;
}
@media (min-width: 48em) {
  article.node-page blockquote {
    margin: 32px 48px;
    padding-left: 32px;
  }
  article.node-page blockquote p {
    font-size: 20px;
  }
  article.node-page ol,
  article.node-page ul {
    padding: 0 0 0 22px;
    margin: 32px 0;
  }
}
@media (min-width: 73.75em) {
  article.node-page h1 {
    font-size: 40px;
  }
  article.node-page p {
    font-size: 16px;
  }
  article.node-page blockquote {
    margin: 40px 80px;
    padding-left: 40px;
  }
  article.node-page blockquote p {
    font-size: 24px;
  }
}
.page-websites .website {
  margin: 0 0 24px;
}
.page-websites .logo {
  line-height: 1;
  margin-bottom: 16px;
}
.page-websites .content p:last-child {
  margin-bottom: 0;
}
.page-websites p a {
  color: #757575;
  display: block;
  font-size: 12px;
  margin-top: -8px;
  font-weight: 700;
}
.page-websites p a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  content: "\f08e";
  margin-right: 8px;
}
@media (min-width: 34em) {
  .page-websites {
    overflow: hidden;
  }
  .page-websites .content {
    margin-left: -16px;
    margin-right: -16px;
  }
  .page-websites .website {
    float: left;
    width: 50%;
    padding: 0 16px;
  }
  .page-websites .website:nth-child(odd) {
    clear: left;
  }
  .page-websites p a {
    font-size: 13px;
    margin-top: -4px;
  }
}
@media (min-width: 60em) {
  .page-websites .content {
    margin-left: -24px;
    margin-right: -24px;
  }
  .page-websites .website {
    padding: 0 24px;
    margin-bottom: 32px;
  }
  .page-websites p a {
    margin-top: -8px;
  }
  #sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #sidebar i {
    font-size: 20px;
    margin-right: 12px;
    position: relative;
    top: 1px;
  }
  #sidebar li {
    margin-bottom: 36px;
    position: relative;
    line-height: 1em;
  }
  #sidebar li:after {
    background-image: linear-gradient(-180deg, #fff 0, #c51230 52%, #fff 100%);
    width: 1px;
    content: "";
    height: 22px;
    position: absolute;
    left: 10px;
    top: 27px;
  }
  #sidebar li:first-child {
    font-weight: 600;
  }
  #sidebar li:last-child:after {
    display: none;
  }
}

@media (min-width: 73.75em) {
  #sidebar i {
    font-size: 24px;
  }
  #sidebar li {
    margin-bottom: 40px;
  }
  #sidebar li:after {
    left: 12px;
    top: 32px;
  }
}

@media (min-width: 48em) {
}
@media (max-width: 47.99em) {
  .contact-information {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 24px;
    padding-bottom: 12px;
  }
}
#mc-embedded-subscribe-form {
  overflow: hidden;
}
#mc-embedded-subscribe-form .form-item-mergevars-FNAME,
#mc-embedded-subscribe-form .form-item-mergevars-LNAME {
  width: 48%;
  float: left;
}
#mc-embedded-subscribe-form input[type="submit"] {
  width: 100%;
  clear: both;
  margin-top: 8px;
  margin-bottom: 16px;
}
#mc-embedded-subscribe-form .form-item-mergevars-FNAME {
  margin-right: 4%;
}

input + .mce_inline_error {
  display: none !important;
}
@media (min-width: 48em) {
  #mc-embedded-subscribe-form input[type="submit"] {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
@media (min-width: 34em) {
  .bio,
  .headshot {
    margin-bottom: 40px;
  }
  .bio:last-child,
  .headshot:last-child {
    margin-bottom: 0;
  }
  .headshot {
    float: left;
    width: 200px;
    clear: both;
  }
  .bio {
    float: right;
    width: calc(100% - 200px);
    padding-left: 24px;
  }
}
@media (max-width: 33.99em) {
  .headshot {
    margin-bottom: 12px;
  }
  .bio {
    margin-bottom: 24px;
  }
  .bio:last-child {
    margin-bottom: 0;
  }
}
.page-events #page-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.calendar {
  padding: 0 !important;
}

.calendar li {
  display: flex;
}

.calendar .title {
  font-size: 1.5em;
}

.calendar address {
  font-size: 0.88em;
  line-height: 1.5em;
  margin-top: 0.4rem;
  font-weight: 600;
  color: #757575;
  font-style: normal;
}

.calendar .website {
  font-style: normal;
}

.calendar .event-date {
  display: block;
  position: relative;
  top: 4px;
  width: 48px;
  height: 48px;
  color: #143d8d;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #143d8d;
}

.calendar .event-date span {
  display: block;
  line-height: 1em;
}
.calendar .event-date .month {
  font-weight: 700;
  margin-top: 8px;
  font-size: 11px;
  text-transform: uppercase;
}
.calendar .event-date .day {
  font-size: 21px;
}
.calendar .group {
  margin-left: 24px;
}
.calendar .details {
  margin-bottom: 20px;
}

.calendar .field-link {
  margin-top: 8px;
}

.calendar .field-link a {
  font-weight: 700;
  font-size: 14px;
}

.calendar .field-link a:after {
  font-size: 12px;
  margin-left: 8px;
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 34em) {
  .calendar .event-date {
    width: 64px;
    height: 64px;
    border-radius: 8px;
  }
  .calendar .event-date .month {
    margin-top: 11px;
    font-size: 14px;
  }
  .calendar .event-date .day {
    font-size: 28px;
  }
}
@media (min-width: 73.75em) {
  .calendar .event-date {
    width: 80px;
    height: 80px;
  }
  .calendar .event-date .month {
    margin-top: 16px;
    font-size: 16px;
  }
  .calendar .event-date .day,
  .event-details h2 {
    font-size: 32px;
  }
}
@media (max-width: 33.99em) {
  .calendar .event-date {
    order: 1;
    margin-left: auto;
    min-width: 48px;
  }
  .calendar .group {
    margin-right: 12px;
    margin-left: 0;
  }
}

#post-9 > h2 {
  display: none;
}
.whitelink {
  color: white;
}
