@charset "UTF-8";
.banner > img, .module-quadrant figure > img, .testimonies > figure > img, .opportunities figure > img, .features figure > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

figure, fieldset, h1, h2, h3, h4, h5, h6, p, header .primary-search button, nav ul, nav ul > li, footer .footer-main ul, main ul {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../javascripts/vendor/slick/fonts/slick.eot");
  src: url("../../javascripts/vendor/slick/fonts/slick..eot?#iefix") format("embedded-opentype"),
  url("../../javascripts/vendor/slick/fonts/slick.woff") format("woff"),
  url("../../javascripts/vendor/slick/fonts/slick.ttf") format("truetype");
}

/* ==========================================================================
   Styling document, compiled to main.css - DAPCEP
   ========================================================================== */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  /**
  * Remove the inner border and padding in Firefox.
  */
  /**
  * Restore the focus styles unset by the previous rule.
  */
}
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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   DAPCEP - GLOBAL STYLES 
   ========================================================================== */
html {
  color: #333;
  font-size: 1em;
  line-height: 1.5;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #333;
  color: #ccc;
  text-shadow: 1px 1px 0 black;
}

::selection {
  background: #333;
  color: #ccc;
  text-shadow: 1px 1px 0 black;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-family: "Lato", sans-serif;
}

main {
  font-size: 20px;
}
main p {
  margin-bottom: 30px;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

fieldset {
  border: 0;
}

textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

a {
  color: #662e91;
}
a.btn,
.btn a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #662e91;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  line-height: 1.3;
  /* max-width: 280px; */
  min-width: 150px;
  padding: .82em 1.14em .91em;
  text-align: center;
  text-decoration: none;
}
a.btn:hover,
.btn a:hover {
  background-color: #3d1c57;
}

.holder {
  margin: 0 auto;
  max-width: none;
  padding: 0 30px;
  width: calc(90% + 60px);
}

/* ==========================================================================
   DAPCEP - HEADER, NAV, AND FOOTER
   ========================================================================== */
header figure a {
  display: block;
}
header figure a:focus-visible {
  outline: 1px dotted #000;
}
header .header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  background-color: #662e91;
  color: #fff;
  font-size: 22px;
  min-height: 94px;
}

header .header-meta a {
  color: #fff;
  text-decoration: none;
}

header .header-meta li.donate.btn a {
    transition: opacity 0.3s ease;
    background-color: #add038;
    color: #662e91;
    font-size: 20px;
    height: 40px;
    padding: 6px 25px;
    /* margin-left: 80px; */
    z-index: 10;
}

#menu-header-meta li.donate.btn a:hover {
  opacity: 0.72;
  text-decoration: none;
}

#menu-header-meta a:hover {
  text-decoration: underline;
}

header .header-meta .holder {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

#menu-header-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#menu-header-meta > li {
  margin-left: 38px;
}

header .header-social {
  padding-right: 15px;
}
header .header-social a {
  margin: 0 16px;
  padding: 0 12px;
}
header .header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.08);
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  min-height: 225px;
  position: relative;
}
header .header-main .holder {
  align-items: center;
}
header .header-main.activated .primary-search {
  border: 2px solid #b281d7;
  outline: 2px solid #ede2f6;
}
header .primary-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  background-color: #fff;
  border: 2px solid #ddd;
  margin-left: 16px;
  overflow: hidden;
  position: absolute;
  right: 5vw;
  top: auto;
  width: 228px;
  z-index: 10;
}

header .searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  background-color: #fff;
  border: 2px solid #ddd;
  margin-left: 16px;
  overflow: hidden;
  position: absolute;
  right: 5vw;
  top: auto;
  width: 11vw;
  min-width: 210px;
  z-index: 10;
}

header .searchform > div {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 0;
}

header .primary-search input,
header .searchform input {
  border: none;
  color: #909090;
  font-size: 20px;
  height: 64px;
  padding: 5px 8px 8px;
  width: calc(100% - 70px);
}
header .primary-search input:focus,
header .searchform input:focus {
  color: #666;
  outline: none;
}

header .searchform input[type=submit] {
  background: url(/wp-content/themes/dapcep/images/magnifier.svg) no-repeat center;
  background-size: 24px;
  width: 37px;
  height: 37px;
  display: inline-block;
  cursor: pointer;
  text-indent: 100px;
}

header .primary-search button,
header .searchform button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-size: 24px;
  height: 64px;
  width: 70px;
}
header .primary-search button:hover .fa-search {
  color: #301544;
}
header .primary-search .fa-search {
  color: #662e91;
}

header .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

header .fa-bars, header .fa-times {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #662e91;
  cursor: pointer;
  font-size: 36px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 10;
}
header .mobile-toggle {
  display: none;
}

nav {
  padding: 0 50px;
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 22px;
  height: 224px;
  list-style: none;
}
nav ul > li a {
  color: #662e91;
  display: flex;
  align-items: center;
  font-weight: 700;
  height: 100%;
  text-decoration: none;
  padding: 0 32px 0 22px;
  position: relative;
}

nav > div > ul > li > a:before {
  content: "";
  position: absolute;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 0;
  height: 0;
  border-width: 8px 8px 0 8px;
  border-color: #add038 transparent transparent transparent;
  border-style: solid;
  margin-top: 2px;
  right: 6px;
  top: 50%;
}

nav ul > li span {
  display: table-cell;
  vertical-align: middle;
}
nav ul > li.single a:before {
  display: none;
}
nav li:hover > ul {
  left: 0;
}
nav li > ul {
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #662e91;
  display: table;
  height: 389px;
  left: -999em;
  padding: 35px 5vw;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
}
nav li > ul > li {
  display: table-cell;
  height: 100%;
}
nav li > ul > li a {
  color: #fff;
  font-size: 20px;
  height: auto;
}
nav li > ul > li a:before {
  display: none;
}
nav .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
nav .dropdown a.btn {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #fff;
  color: #662e91;
  margin-bottom: 40px;
  width: 295px;
}
nav .dropdown a.btn:hover {
  opacity: 0.72;
}
nav .dropcols {
  color: #fff;
}
nav .dropcols p {
  padding-bottom: 30px;
}
nav .dropcols.links {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 30px 20px;
  grid-template-columns: 260px 260px 260px;
  grid-template-rows: repeat(4, 48px);
  width: 40%;
}
nav .dropcols.links a {
  display: block;
  padding: 4px 15px;
}

nav .dropcols.links a:before,
nav .menu-links-list a::before {
  content: '';
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(-10px, 0);
  background-color: #add038;
  border: none;
  display: block;
  height: 40px;
  left: 0;
  margin-top: 0;
  opacity: 0;
  right: auto;
  top: 0;
  width: 3px;
}

nav .dropcols.links a.current:before,
nav .dropcols.links a:hover:before,
nav .menu-links-list a:hover::before {
  opacity: 1;
}

nav .dropcols.links a.mobile-only {
  display: none;
}
nav .dropcols.media {
  border-left: 2px solid #fff;
  padding-left: 140px;
  width: 60%;
}
nav .dropcols.media img {
  -webkit-transition: border 0.2s ease;
  -moz-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
  border: 1px solid #999;
}
nav .dropcols.media img:hover {
  border: 1px solid #fff;
}
nav .dropcols.media a:not(.btn) {
  padding: 0;
}


ul.menu-links-list {
  position: static;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: auto;
}

ul.menu-links-list li + li {
  margin-top: .5em;
}

nav li > ul.sub-menu {
  display: flex;
  justify-content: space-between;
}

li.menu-links-wrap {
  height: auto;
}


footer .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  background-color: #662e91;
  color: #fff;
  font-size: 22px;
  min-height: 706px;
  padding: 50px 0;
}
footer .footer-main a {
  color: #fff;
}
footer .footer-main ul {
  list-style: none;
}

#menu-footer {
  columns: 2;
  gap: 149px;
}

footer .footer-main ul li a {
  display: inline-block;
  padding: 4px 0;
  text-decoration: none;
}
footer .footer-main ul li a:hover {
  text-decoration: underline;
}
footer .footer-main .holder > div:not(.footer-links) {
  width: 50%;
}
footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
  padding-top: 94px;
}
footer .footer-social span {
  display: block;
  font-weight: 700;
  padding-bottom: 10px;
  width: 100%;
}
footer .footer-social a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  color: #662e91;
  display: inline-block;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  margin-right: 25px;
  text-align: center;
  width: 40px;
}
footer .footer-links {
  padding: 0 20px;
}
footer .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  background-color: #b399c8;
  color: #000;
  min-height: 114px;
}
footer .footer-copyright .holder {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
footer .footer-copyright a {
  color: #000;
}
footer .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

/* ==========================================================================
   DAPCEP - Home Page Styles
   ========================================================================== */
main {
  min-height: 500px;
  padding-bottom: 80px;
}

.home main {
  padding-bottom: 0;
  margin-top: 0;
}

.home main h2 {
  font-size: 58px;
  padding-bottom: 25px;
}
main h3 {
  font-size: 28px;
  line-height: 1.3;
}
main h4 {
  color: #662e91;
  font-size: 28px;
}
main ul {
  margin: 20px 0 10px;
  padding-left: 50px;
}

header {
  position: relative;
  z-index: 100;
}

.home-slideshow {
  background-color: rgba(0, 255, 0, 0.2);
  min-height: 300px;
  border-bottom: 10px solid #c93094;
}

.slider-home {
  border-bottom: 10px solid #c93094;
}

.slider-home img {
  height: max(500px, min(100vw, 700px)); /* for iOS */
  height: clamp(500px, 100vw, 700px);
  object-fit: cover;
}

.slider-foreground {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 20px 20px;
  background-color: rgba(255, 255, 255, .75);
  border-radius: 20px;
  text-align: center;
}

.home .slider-foreground h2 {
  color: #662e91;
  font-size: clamp(40px, 6vw, 48px);
  padding: 0;
  line-height: 1;
}

.slider-foreground h3 {
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.1;
}

.slider-foreground a {
  display: inline-block;
  background-color: #662e91;
  color: #fff;
  padding: 10px 20px 12px;
  margin: 10px 0 0;
  border-radius: 200px;
  text-decoration: none;
  line-height: 1.1;
}

.slick-initialized .slick-slide {
  position: relative;
}

.slick-prev,
.slick-next {
  width: 62px;
  height: 62px;
  background: #fff;
  border-radius: 31px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #fff;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 60px;
  opacity: 1;
  color: #662e91;
}

.slick-prev:before {
  content: '\f0a8';
}

.slick-next:before {
  content: '\f0a9';
}

.slick-prev {
  left: 50px;
  z-index: 10;
}

.slick-next {
  right: 50px;
  z-index: 10;
}

.home-features {
  padding: 100px 0 80px;
}
.home-features .holder {
  max-width: 1660px;
  width: auto;
}

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.features > div {
  margin-bottom: 70px;
  width: 30%;
}
.features figure {
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
  height: 330px;
  margin-bottom: 35px;
}
.features h3, .features p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.features h3 {
  -webkit-line-clamp: 1;
  font-size: 36px;
  margin-bottom: 20px;
}
.features p {
  -webkit-line-clamp: 4;
  height: 120px;
  margin-bottom: 40px;
}

.home-twitter-feed {
  align-items: center;
}

.wp-block-cover.home-history {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
  padding: 40px 0 50px;
  text-align: center;
}
.home-history em {
  color: #c93094;
  font-style: normal;
}
.home-history p {
  margin-bottom: 0;
}
.home-history .holder {
  max-width: 1260px;
  width: auto;
}



.home-blend > figure {
  margin-bottom: 40px;
}

.text-image-blend {
  margin-bottom: 40px;
}

.home-media .holder,
.home-media > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
}
.home-media .holder > div,
.home-media > .wp-block-group__inner-container > div {
  width: calc(100% - 990px);
}
.home-media .holder .home-video,
.home-media > .wp-block-group__inner-container .home-video {
  width: 890px;
}
.home-media .holder .home-video > div {
  padding: 56.25% 0 0;
  position: relative;
}
.home-media .holder .home-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.adage-bar {
  text-shadow: 2px 2px 4px black;
  background: url("../images/bg-adage-bar.jpg") no-repeat center center #333;
  background-size: 100%;
  border-bottom: 10px solid #add038;
  color: #fff;
  font-size: 62px;
  font-weight: 900;
  padding: 78px 0;
  text-align: center;
  text-transform: uppercase;
  max-height: 190px;
}
div.adage-bar.has-background-dim:not(.has-background-gradient)::before {
  opacity: 0;
}


.wp-block-image img {
  height: auto;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.hidden, [hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

/* ==========================================================================
   DAPCEP - Interior Page Styles
   ========================================================================== */
.banner {
  background-color: #eaebeb;
  margin-bottom: 100px;
  position: relative;
}
.banner > h1 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #662e91;
  font-size: 90px;
  position: absolute;
  right: 5vw;
  top: 50%;
  z-index: 1;
}
.banner > img {
  opacity: 0.8;
}

/* ===========================
    Template: Interior 
   =========================== */
div[class^=module] {
  padding: 60px 0 80px;
}

.module-centered {
  text-align: center;
}
.module-centered.gray {
  background-color: #e6e6e6;
}
.module-centered.gray .holder {
  max-width: 1020px;
  width: auto;
}

.module-text-image {
  margin-bottom: 50px;
}
.module-text-image .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.module-text-image .holder > div {
  width: calc(100% - 950px);
}
.module-text-image .holder > figure {
  width: 850px;
}
.module-text-image.reverse .holder {
  flex-direction: row-reverse;
}
.module-text-image.reverse .holder > div {
  width: calc(100% - 890px);
}
.module-text-image.reverse .holder > figure {
  width: 790px;
}

.module-dual {
  background-color: #eaebeb;
  margin-bottom: 50px;
  padding: 30px 0;
}
.module-dual h3 {
  color: #040707;
  font-size: 36px;
  font-weight: 900;
  padding-bottom: 8px;
}
.module-dual aside {
  background-color: #fff;
  width: 475px;
}
.module-dual aside > h2 {
  background-color: #333;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 20px 25px;
  text-transform: uppercase;
}
.module-dual aside > div {
  padding: 70px 25px 45px;
}
.module-dual aside > div h3 {
  color: #333;
  font-size: 36px;
  font-weight: 400;
  padding-bottom: 25px;
}
.module-dual aside > div p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module-dual aside > div ~ div {
  border-top: 2px solid #ccc;
}
.module-dual .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.module-dual .holder > div {
  width: calc(100% - 625px);
}
.module-dual .holder > div > div {
  padding: 40px 0 50px;
}
.module-dual .holder > div > div ~ div {
  border-top: 5px solid #fff;
}

.module-quadrant h2 {
  padding-bottom: 40px;
  width: 100%;
}
.module-quadrant h3, .module-quadrant p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module-quadrant h3 {
  -webkit-line-clamp: 1;
  margin-bottom: 8px;
}
.module-quadrant p {
  -webkit-line-clamp: 4;
  height: 120px;
}
.module-quadrant figure {
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.15);
  height: 305px;
  margin-bottom: 30px;
}
.module-quadrant .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.module-quadrant .holder > div {
  width: calc(25% - 30px);
}

/* ===========================
    Template: Alumni 
   =========================== */
.alumni-sponsors {
  padding: 140px 0;
}
.alumni-sponsors .carousel {
  background-color: rgba(0, 255, 0, 0.2);
  min-height: 300px;
}

.alumni-text-image {
  background-color: #e6e6e6;
  margin: 80px 0;
  padding: 75px 0;
}
.alumni-text-image .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
}
.alumni-text-image .holder > div {
  width: calc(100% - 990px);
}
.alumni-text-image .holder > figure {
  width: 890px;
}

.alumni-contact {
  background-color: rgba(0, 255, 0, 0.2);
  min-height: 300px;
}

.testimonies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.testimonies > figure {
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
  position: relative;
  width: calc(33.33% - 30px);
}
.testimonies figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  background-color: #333;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  left: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.testimonies figcaption > span {
  display: inline-block;
  line-height: 1.3;
  width: 50%;
}
.testimonies a.btn {
  background-color: #fff;
  color: #662e91;
  font-size: 18px;
  font-weight: 700;
  max-width: 230px;
  padding: 10px 25px;
  text-transform: uppercase;
}
.testimonies a.btn:hover {
  background-color: #ccc;
}

.more-testimonies {
  font-size: 38px;
  font-weight: 900;
  padding: 0 0 60px;
  text-align: right;
}
.more-testimonies a {
  border-bottom: 2px solid #662e91;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}
.more-testimonies a:before {
  content: "";
  position: absolute;
  z-index: 5;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  right: 0;
  top: 3px;
}

/* =========================== 
    Template: Get Involved 
   =========================== */
.opportunities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0 40px;
}
.opportunities > div {
  margin-bottom: 70px;
  padding: 0 30px;
  width: 30%;
}
.opportunities figure {
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
  height: 330px;
  margin-bottom: 35px;
}
.opportunities h3, .opportunities p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.opportunities h3 {
  -webkit-line-clamp: 1;
  font-size: 36px;
  margin-bottom: 20px;
}
.opportunities p {
  -webkit-line-clamp: 4;
  height: 120px;
  margin-bottom: 40px;
}

.involved-partners {
  background-color: #e8e8e8;
  margin-bottom: 90px;
  padding: 60px 0;
}

.partners {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.partners:before {
  content: "";
  position: absolute;
  z-index: 5;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #7c7c7c;
  height: calc(100% - 60px);
  height: 100%;
  left: 50%;
  top: 0;
  width: 4px;
}
.partners > div {
  padding: 30px 70px;
  width: 50%;
}
.partners h3 {
  font-size: 36px;
  padding-bottom: 15px;
}

.partner-logos-video video {
  box-shadow: 0 0 15px #aaa;
}

.saturday-explorers iframe,
.saturday-pathfinders iframe {
  width: 100%;
  height: 420px;
}




.wp-block-group.holder h1 {
  line-height: 1;
  margin: 0 0 .333em;
}




.dapcep-grid.holder {
  margin: 50px auto;
}

.dapcep-grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(280px, 1fr) );
  gap: 50px 25px;
}

.page-newsroom .dapcep-grid > .wp-block-group__inner-container {
  grid-template-columns: repeat( auto-fit, minmax(380px, 1fr) );
}

.dapcep-grid-item > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dapcep-grid-item .btn {
  margin-top: auto;
}

.dapcep-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

main .dapcep-grid h3 {
  line-height: 1.15;
  margin-bottom: .5em;
  font-size: 21px;
}

main .dapcep-grid p {
  margin: 0 0 1em;
  font-size: 16px;
}

.dapcep-grid .btn a {
  font-size: 16px;
}




/* ===========================
    Template: Programs
   =========================== */
.program-classes {
  padding-bottom: 150px;
}
.program-classes .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.program-intro {
  width: 40%;
}

.seminars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 50%;
}
.seminars h3 {
  color: #662e91;
  font-size: 32px;
  font-weight: 900;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.seminars span {
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  padding-bottom: 24px;
  text-transform: uppercase;
}
.seminars > div {
  background-color: #e6e6e6;
  padding: 30px 25px 50px;
  width: 46%;
}




/* ===========================
    Search Results
   =========================== */
.holder.search-results {
  margin: 40px 0;
}

.holder.search-results h1 {
  margin: 0 0 30px;
}

.holder.search-results .entry {
  display: block;
  background-color: #eee;
  color: #333;
  margin: 0 0 15px;
  text-decoration: none;
  padding: 10px 20px 15px;
  border-radius: 10px;
}

.holder.search-results .entry p {
  margin: 0;
}




/* ===========================
    Newsroom
   =========================== */
.news-heading {
  margin: 1em 0;
}

.page-newsroom .featured img {
  object-fit: cover;
}

.in-the-news .dapcep-grid-item > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}

.in-the-news-image img {
  height: 300px;
}

.in-the-news-text {
  display: flex;
  flex-direction: column;
  height: 100%;
}

main .in-the-news-text .news-link {
  margin-top: auto;
}

.news-title {
  line-height: 1.1;
  margin: 12px 0;
}

.newsroom-heading {
  font-size: 2em;
  margin: 50px 0 10px;
}

.newsroom-about,
.newsroom-brochure,
.newsroom-btn,
.newsroom-media-assets,
.newsroom-media-gallery,
.newsroom-media-contact {
  margin: 100px 0 0;
}





/* ===========================
    News Archives
   =========================== */
.news-archive-item {
  display: flex;
}

.news-archive-item + .news-archive-item {
  margin-top: 40px;
}

.news-image img {
  max-width: 400px;
  height: 300px;
  object-fit: cover;
}

.news-text {
  margin: 0 0 0 20px;
}






.wp-block-media-text {
  min-height: 400px;
}

.mi-gear-up-logo img {
  object-fit: contain;
  max-height: 400px;
}

.wp-block-media-text__content h2,
.h5-centered h2 {
  line-height: 1.1;
  margin-bottom: .75em;
  padding: 0;
}

.dapcep-video video {
  max-height: 400px;
}


div.mi-gear-up-banner img.wp-block-cover__image-background {
  object-fit: contain;
}


.page-saturday-classes .wp-block-cover.scale-down img.wp-block-cover__image-background {
  height: auto;
}

.page-saturday-classes .wp-block-cover.scale-down {
  min-height: 28vw;
}

.additional-stem-banner h1 {
  font-size: clamp(44px, 10vw, 64px);
}



@media screen and (max-width: 1919px) {
  header figure {
    max-width: 240px;
    width: 18vw;
  }
  header .header-meta {
    font-size: 20px;
    min-height: 64px;
  }
  header .header-meta .holder {
    padding-right: 300px;
  }
  header .header-social a {
    margin: 0 12px;
  }
  header .header-main {
    min-height: 175px;
  }
  header .header-main.activated .primary-search {
    border: 2px solid #add038;
    outline: none;
  }

  header .primary-search,
  header .searchform {
    right: 60px;
    top: -52px;
    height: 40px;
    min-width: 170px;
  }

  header .primary-search input,
  header .searchform input {
    height: 36px;
    padding: 5px 8px 8px;
  }
  header .primary-search button,
  header .searchform button {
    height: 36px;
  }

  header .holder > a.btn {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-color: #add038;
    color: #662e91;
    font-size: 20px;
    height: 40px;
    padding: 6px 25px;
    position: absolute;
    right: 310px;
    top: -52px;
    z-index: 10;
  }

  header .holder > a.btn:hover {
    opacity: 0.72;
  }

  nav {
    padding: 0 30px;
  }
  nav ul {
    font-size: 20px;
    height: 174px;
  }
  nav li > ul {
    padding: 35px 60px;
  }
  nav .dropcols.links {
    width: 50%;
  }
  nav .dropcols.media {
    padding-left: 60px;
    width: 50%;
  }
  nav ~ a.btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1279px) {
  header .header-meta {
    /* font-size: 18px; */
    font-size: clamp(15px, 1.5vw, 18px);
  }
  /* header .header-meta .holder {
    padding-right: 450px;
  } */
  header .header-meta .holder > a {
    margin-left: 30px;
  }
  header .header-social a {
    margin: 0 8px;
  }
  header .primary-search {
    right: 30px;
    width: 198px;
  }
  header .primary-search input {
    font-size: 18px;
    width: calc(100% - 60px);
  }
  header .primary-search button {
    width: 60px;
  }
  header .holder > a.btn {
    font-size: 18px;
    font-weight: 700;
    min-width: 170px;
    padding: 8px 25px;
    right: 250px;
  }

  nav {
    padding: 0 0 0 15px;
  }
  nav ul {
    font-size: clamp(16px, 1.6vw, 18px);
  }
  nav li > ul {
    padding: 35px 30px;
  }
  nav li > ul > li a {
    font-size: 18px;
  }
  nav .dropcols.links {
    grid-template-columns: 220px 220px 220px;
  }
  nav .dropcols.media {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1023px) {
  header figure {
    width: 240px;
  }

  header .header-meta .holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 20px 30px 70px;
  }
  header .primary-search {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    margin-left: 0;
    right: 0;
    top: -62px;
    width: calc(100% - 60px);
  }
  header .holder a.btn {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    max-width: none;
    min-width: 0;
    top: -118px;
    width: calc(100% - 60px);
  }
  header .fa-bars {
    display: block;
  }

  nav {
    -webkit-box-shadow: 1px 4px 6px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 4px 6px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 1px 4px 6px 0 rgba(0, 0, 0, 0.35);
    display: block;
    left: 0;
    padding: 0;
    position: absolute;
    top: 175px;
    width: 100%;
    z-index: 50;
  }
  nav ul {
    display: none;
    cursor: pointer;
    height: auto;
  }
  nav ul.activated {
    display: block;
  }
  nav ul > li a {
    background-color: #662e91;
    color: #fff;
    display: table;
    min-height: 60px;
    padding: 18px 30px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  nav ul > li a:before {
    display: none;
  }
  nav ul > li a:after {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    position: absolute;
    right: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }


  nav > div > ul > li > a:before,
  nav li > ul.sub-menu,
  nav .menu-links-list a::before {
    display: none;
  }

  ul.menu-links-list li + li {
    margin-top: 0;
  }

  nav ul.sub-menu > li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }


  nav ul > li a.opened:after {
    content: "";
  }
  nav ul > li.single a:after {
    display: none;
  }
  nav ul > li ~ li {
    border-top: 1px solid #999;
  }
  nav li > ul {
    display: none;
    height: auto;
    padding: 0;
    position: static;
  }
  nav li > ul > li ~ li {
    border-top: none;
  }
  nav li > ul > li a {
    background-color: #ccc;
    color: #662e91;
    font-size: 16px;
    max-width: none;
    min-height: 0;
    width: 100%;
  }
  nav li > ul > li a:hover {
    background-color: #eee;
    color: #000;
  }
  nav li > ul > li a:hover:before, nav li > ul > li a:hover:after {
    display: none;
  }
  nav li > ul > li a:before, nav li > ul > li a:after {
    display: none;
  }
  nav li > ul.activated {
    display: block;
  }
  nav li > ul > li {
    display: block;
  }
  nav .dropcols.links {
    display: block;
    width: 100%;
  }
  nav .dropcols.links a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 20px;
  }
  nav .dropcols.links a:before {
    display: none;
  }
  nav .dropcols.links a.mobile-only {
    display: block;
  }
  nav .dropcols.media {
    display: none;
  }
  nav ~ a.btn {
    margin-left: 0;
  }

  .home-twitter-feed .wp-block-cover__inner-container p {
    padding: 5px;
    line-height: 1.2;
    font-size: 36px;
  }
}



@media screen and (max-width: 870px) {
  .news-archive-item {
    flex-direction: column;
  }

  .news-image img {
    max-width: none;
    width: 100%;
  }

  .news-text {
    margin: 0;
  }
}




@media screen and (max-width: 767px) {
  header .header-meta .holder {
    text-align: center;
  }
  header .header-meta .holder > a {
    font-size: 15px;
    margin: 0 10px;
  }
  header .header-social {
    padding-bottom: 10px;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 413px) {
  header figure {
    width: 200px;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-main {
    min-height: 550px;
  }
  footer .footer-main .holder > div:not(.footer-links) {
    width: 40%;
  }
  footer .footer-links {
    padding: 0;
    padding-left: 25px;
    width: 30%;
  }
}
@media screen and (max-width: 1023px) {
  footer {
    text-align: center;
  }
  footer .footer-main .holder > div:not(.footer-links) {
    width: 100%;
  }
  footer .footer-main .holder > div {
    margin: 0 auto;
  }
  footer .footer-main ul li a {
    line-height: 1.3;
    padding: 10px 0;
  }
  footer .footer-social {
    padding: 30px 0;
  }
  footer .footer-social > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    width: 190px;
  }
  footer .footer-social span {
    padding-bottom: 15px;
  }
  footer .footer-social a {
    margin-bottom: 20px;
    margin-right: 0;
  }
  footer .footer-links {
    padding: 0;
    width: 100%;
  }
  footer .footer-copyright {
    min-height: 150px;
  }
  footer .holder {
    display: block;
  }
}
@media screen and (max-width: 1919px) {
  main {
    font-size: 18px;
  }
  .home main h2 {
    font-size: 48px;
    line-height: 1.2;
    padding-bottom: 20px;
  }

  .holder,
  p.holder {
    padding: 0 60px;
    width: 100%;
  }

  div.adage-bar {
    font-size: clamp(28px, 7vw, 44px);
    line-height: 1.2;
    padding: 64px 0;
  }

  .features p {
    height: 110px;
  }

  .home-history {
    font-size: 36px;
  }

  .home-media .holder > div,
  .home-media > .wp-block-group__inner-container > div {
    width: calc(100% - 890px * 0.75 - 40px);
  }
  .home-media .holder .home-video,
  .home-media > .wp-block-group__inner-container .home-video {
    width: calc(890px * 0.75);
  }
}
@media screen and (max-width: 1279px) {
  main h2 {
    font-size: 40px;
    padding-bottom: 10px;
  }

  .holder {
    padding: 0 30px;
  }

  .features {
    display: block;
  }
  .features > div {
    margin: 0 auto 70px;
    max-width: 768px;
    width: auto;
  }
  .features figure {
    height: auto;
  }
  .features h3, .features p {
    -webkit-line-clamp: none;
    display: block;
    height: auto;
    overflow: visible;
  }

  .home-media .holder > div {
    width: calc(100% - 890px * 0.50 - 40px);
  }
  .home-media .holder .home-video {
    width: calc(890px * 0.50);
  }
}
@media screen and (max-width: 1023px) {
  .adage-bar {
    background-size: cover;
  }

  .home-media .holder > div {
    margin-bottom: 40px;
    width: 100%;
  }
  .home-media .holder .home-video {
    margin: 0 auto;
    width: 680px;
  }
}
@media screen and (max-width: 767px) {
  .holder {
    padding: 0 20px;
  }

  .adage-bar {
    border-bottom: 8px solid #add038;
    font-size: 32px;
    padding: 50px 0;
  }

  .home-features {
    padding: 100px 0 40px;
  }

  .home-history {
    font-size: 28px;
  }

  .home-blend > figure {
    height: 325px;
  }
  .home-blend > figure > img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .home-media .holder {
    padding: 40px 20px;
  }
  .home-media .holder .home-video {
    width: 100%;
  }
}
@media screen and (max-width: 413px) {
  main h2 {
    font-size: 36px;
  }

  .adage-bar {
    font-size: 28px;
    padding: 40px 0;
  }

  .home-history {
    font-size: 24px;
  }
}
@media screen and (max-width: 1919px) {
  .banner {
    margin-bottom: 80px;
  }
  .banner > h1 {
    font-size: 64px;
  }

  div[class^=module] {
    padding: 40px 0 60px;
  }

  .module-text-image .holder > div {
    width: calc(100% - 850px * 0.7 - 50px);
  }
  .module-text-image .holder > figure {
    width: calc(850px * 0.7);
  }
  .module-text-image.reverse .holder > div {
    width: calc(100% - 790px * 0.7 - 50px);
  }
  .module-text-image.reverse .holder > figure {
    width: calc(790px * 0.7);
  }

  .module-dual h3 {
    font-size: 28px;
  }
  .module-dual aside {
    width: 400px;
  }
  .module-dual aside > div {
    padding: 45px 25px;
  }
  .module-dual aside > div h3 {
    font-size: 32px;
  }
  .module-dual .holder > div {
    width: calc(100% - 500px);
  }
  .module-dual .holder > div > div {
    padding: 30px 0 50px;
  }

  .module-quadrant p {
    height: 110px;
  }
  .module-quadrant .holder > div {
    width: calc(25% - 20px);
  }

  .alumni-sponsors {
    padding: 100px 0;
  }

  .alumni-text-image .holder > div {
    width: calc(100% - 890px * 0.7 - 50px);
  }
  .alumni-text-image .holder > figure {
    width: calc(890px * 0.7);
  }

  .testimonies figcaption {
    font-size: 22px;
  }
  .testimonies figcaption > span {
    line-height: 1.2;
    padding-bottom: 12px;
    width: 100%;
  }

  .more-testimonies {
    font-size: 32px;
    padding: 0 0 50px;
  }
  .more-testimonies a {
    padding-right: 40px;
  }

  .opportunities > div {
    padding: 0 15px;
    width: 32%;
  }
  .opportunities p {
    height: 110px;
  }

  .partners > div {
    padding: 30px 50px;
  }

  .program-intro {
    width: 45%;
  }

  .seminars {
    width: 52%;
  }
  .seminars h3 {
    font-size: 28px;
  }
  .seminars span {
    font-size: 20px;
    padding-bottom: 16px;
  }
  .seminars > div {
    width: 48%;
  }
}
@media screen and (max-width: 1279px) {
  .banner > h1 {
    font-size: 56px;
  }

  .module-text-image {
    margin-bottom: 10px;
  }
  .module-text-image .holder > div {
    width: calc(100% - 850px * 0.5 - 50px);
  }
  .module-text-image .holder > figure {
    margin-bottom: 40px;
    width: calc(850px * 0.5);
  }
  .module-text-image.reverse .holder > div {
    width: calc(100% - 790px * 0.5 - 50px);
  }
  .module-text-image.reverse .holder > figure {
    margin-bottom: 40px;
    width: calc(790px * 0.5);
  }

  .module-dual aside {
    width: 320px;
  }
  .module-dual aside > h2 {
    font-size: 24px;
  }
  .module-dual aside > div h3 {
    font-size: 26px;
    padding-bottom: 14px;
  }
  .module-dual .holder > div {
    width: calc(100% - 420px);
  }

  .module-quadrant h2 {
    padding-bottom: 10px;
  }
  .module-quadrant .holder > div {
    margin-top: 50px;
    width: calc(50% - 30px);
  }

  .alumni-text-image .holder > div {
    width: calc(100% - 890px * 0.5 - 50px);
  }
  .alumni-text-image .holder > figure {
    width: calc(890px * 0.5);
  }

  .testimonies {
    display: block;
  }
  .testimonies > figure {
    margin: 0 auto 40px;
    max-width: 768px;
    width: auto;
  }

  .more-testimonies {
    text-align: center;
  }

  .opportunities {
    display: block;
  }
  .opportunities > div {
    margin: 0 auto 70px;
    max-width: 768px;
    padding: 0;
    text-align: center;
    width: auto;
  }
  .opportunities figure {
    height: auto;
  }
  .opportunities h3, .opportunities p {
    -webkit-line-clamp: none;
    display: block;
    height: auto;
    overflow: visible;
  }

  .partners > div {
    padding: 18px 30px;
  }

  .program-classes {
    padding-bottom: 80px;
  }
  .program-classes .holder {
    display: block;
  }

  .program-intro {
    width: 100%;
  }

  .seminars {
    display: block;
    margin: 0 auto;
    max-width: 768px;
    width: auto;
  }
  .seminars > div {
    width: 100%;
  }
  .seminars > div ~ div {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .banner {
    height: 220px;
    margin-bottom: 60px;
  }

  .module-text-image {
    margin-bottom: 0;
  }
  .module-text-image .holder {
    flex-direction: column-reverse;
  }
  .module-text-image .holder > div {
    padding-bottom: 45px;
    width: 100%;
  }
  .module-text-image .holder > figure {
    text-align: center;
    width: 100%;
  }
  .module-text-image.reverse .holder {
    flex-direction: column-reverse;
  }
  .module-text-image.reverse .holder > div {
    padding-bottom: 45px;
    width: 100%;
  }
  .module-text-image.reverse .holder > figure {
    text-align: center;
    width: 100%;
  }

  .module-dual aside {
    margin: 0 auto;
    max-width: 768px;
    width: auto;
  }
  .module-dual aside > div p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: none;
  }
  .module-dual .holder {
    display: block;
  }
  .module-dual .holder > div {
    margin-bottom: 40px;
    width: 100%;
  }
  .module-dual .holder > div > div {
    padding: 0 0 50px;
  }
  .module-dual .holder > div > div ~ div {
    padding: 40px 0 50px;
  }

  .alumni-text-image .holder {
    flex-direction: column-reverse;
  }
  .alumni-text-image .holder > div {
    width: 100%;
  }
  .alumni-text-image .holder > figure {
    margin-bottom: 45px;
    text-align: center;
    width: 100%;
  }

  .partners {
    display: block;
    margin-top: 0;
  }
  .partners:before {
    display: none;
  }
  .partners > div {
    padding: 0 0 30px;
    width: 100%;
  }
  .partners > div ~ div {
    border-top: 4px solid #7c7c7c;
    margin-top: 20px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner > h1 {
    font-size: 48px;
    left: 0;
    line-height: 1.2;
    padding: 0 30px;
    right: auto;
    text-align: right;
    width: 100%;
  }

  .module-quadrant h3, .module-quadrant p {
    display: block;
    overflow: visible;
  }
  .module-quadrant h3 {
    -webkit-line-clamp: none;
  }
  .module-quadrant p {
    height: auto;
    -webkit-line-clamp: none;
  }
  .module-quadrant figure {
    height: auto;
  }
  .module-quadrant .holder {
    display: block;
  }
  .module-quadrant .holder > div {
    width: 100%;
  }
}


@media screen and (max-width: 560px) {
  #menu-header-meta > li {
    margin-left: auto;
    margin-right: auto;
  }

  header .header-meta li.donate.btn a {
    width: 90vw;
    margin-top: 15px;
  }

  .slick-prev {
    left: 10px;
  }
  
  .slick-next {
    right: 10px;
  }
}


@media screen and (max-width: 413px) {
  .testimonies figcaption {
    padding: 15px;
  }
  .testimonies figcaption > span {
    font-size: 16px;
  }
  .testimonies a.btn {
    font-size: 16px;
    padding: 6px 20px;
  }

  .more-testimonies {
    font-size: 24px;
    padding: 0 0 38px;
  }
  .more-testimonies a {
    padding-right: 30px;
  }

  header .header-main {
    min-height: 0;
    padding: 12px 0;
  }

  nav {
    top: 122px;
  }

  figure.in-the-news-image {
    width: 90vw;
  }

  .in-the-news-text {
    width: 90vw;
  }
}
