@charset "UTF-8";
@font-face {
  font-family: "Circular";
  src: url(../fonts/lineto-circular-book.eot);
  src: url(../fonts/lineto-circular-book.eot?#iefix), url(../fonts/lineto-circular-book.woff2), url(../fonts/lineto-circular-book.woff);
  font-weight: normal;
  font-style: normal;
}
h1 {
  margin: 0;
  font-size: 4em;
  line-height: 1.1;
  font-weight: normal;
}

h2 {
  font-size: 2.5em;
  margin: 0;
  padding-bottom: 30px;
  font-weight: normal;
}

h3 {
  font-size: 1.5em;
  margin: 0;
  padding-bottom: 10px;
  font-weight: normal;
}

p {
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
  color: #777;
}

h4 {
  margin: 0 auto;
}

h5 {
  margin: 0 auto;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #777777;
}


/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * arrivethrive.com.au
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2019
 */
html {
  scroll-behavior: smooth;
}

img {
  display: block;
}

.site-header a {
  color: #150D40;
  text-decoration: none;
}

p, h3 {
  padding-bottom: 18px;
  -webkit-font-smoothing: antialiased;
}

.co-founders {
  padding-top: 104px;
  padding-left: 72px;
  padding-right: 72px;
  padding-bottom: 104px;
  margin: 0;
  background-color: #fafafa;
}
.co-founders h2, .co-founders h3 {
  color: #150D40;
}
.co-founders .co-founders-inner {
  max-width: 1200px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
}
.co-founders .title {
  margin-bottom: 40px;
  text-align: center;
}

.lunardi {
  background-color: white;
  padding-top: 104px;
  padding-left: 72px;
  padding-right: 72px;
  padding-bottom: 104px;
  margin: 0;
}
.lunardi .title {
  text-align: center;
}
.lunardi h2 {
  color: #150D40;
}
.lunardi p {
  text-align: center;
}
.lunardi .grid {
  grid-template-columns: 1fr;
  max-width: 400px;
}

.main-navigation {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hamburger {
  display: none;
}

.logo {
  display: block;
  width: 160px;
}

.menu {
  padding-left: 0;
  margin: 0;
  display: flex;
  list-style: none;
  text-transform: lowercase;
  color: #150D40;
  text-align: center;
}

.menu-item {
  margin-left: 48px;
}

.wp-post-image {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  display: block;
}

.post-thumbnail {
  display: block;
}

.hero-inner {
  background-color: #150D40;
  padding-left: 5%;
  padding-top: 170px;
  padding-bottom: 170px;
  padding-right: 5%;
  color: white;
}

.hero-text {
  letter-spacing: -1.5px;
}

.hero-title {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 800px;
}

.hero-background {
  color: white;
  background-image: url("../images/hero.png");
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: block;
}

.hero-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  align-items: center;
  grid-template-columns: 0.75fr 1.25fr;
}
.hero-grid .cta {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  background-color: #150D40;
  letter-spacing: 2px;
  font-size: 1.25em;
  transition: 0.5s;
  border: 1px solid white;
  border-radius: 50px;
}

.podcast {
  background-color: #150D40;
  padding-top: 96px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 96px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.podcast-info {
  max-width: 25em;
  padding-left: 40px;
}

.podcast-info h2 {
  color: white;
}

.podcast-info p {
  color: white;
}

.contact-header {
  padding-top: 104px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 104px;
  justify-content: center;
  background-color: #FAFAFA;
  background-image: url(../images/Contact-bg.svg);
  min-height: 40vh;
  background-size: auto 100%;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

ul.sub-menu {
  display: none;
}

ul {
  padding-inline-start: 0;
}

.wpforms-field-hp {
  display: none;
}

input, textarea {
  padding-top: 30px;
  padding-bottom: 30px;
  border: solid 1px #ccc;
  border-radius: 8px;
  padding-left: 20px;
}

.wpforms-field.form-row {
  padding-top: 40px;
}

.wpforms-title {
  color: #150D40;
  font-size: 2.5em;
}

.wpforms-field-label {
  color: #150D40;
  font-weight: normal;
}

.contact-preamble {
  max-width: 700px;
  color: #150D40;
  margin-left: auto;
  margin-right: auto;
}
.contact-preamble h3 {
  color: #777777;
}

.wpforms-container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.wpforms-submit-container {
  padding-top: 40px;
}

.wpforms-field-medium {
  width: 100%;
  margin-top: 20px;
}

.wpforms-error {
  display: block;
  padding-top: 20px;
}

.about {
  padding-top: 104px;
  padding-left: 72px;
  padding-right: 72px;
  padding-bottom: 104px;
  justify-content: center;
  background-color: white;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}

.about-inner {
  max-width: 31em;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.about-inner h2, .about-inner h3 {
  color: #150D40;
}

body {
  font-size: 18px;
  font-family: "Circular", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  color: #777777;
}

a {
  font-weight: normal !important;
}

.navy {
  color: #150D40;
}

.who-we-work-with {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 104px;
  padding-left: 72px;
  padding-right: 72px;
  padding-bottom: 104px;
  text-align: center;
  color: #150D40;
  text-decoration: none;
}
.who-we-work-with a:link, .who-we-work-with :visited, .who-we-work-with :active {
  color: #150D40;
}
.who-we-work-with a:hover {
  color: #FF483F;
  transition: 0.5s;
}
.who-we-work-with .clients {
  padding-top: 32px;
  padding-bottom: 56px;
}
.who-we-work-with .link {
  padding-top: 64px;
}

.stats-bar {
  background-color: #FAFAFA;
  text-align: center;
  padding: 80px 40px;
}
.stats-bar h1 {
  color: #150D40;
  margin: 0;
  padding-bottom: 16px;
}

.grid4 {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1200px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
}

.support-module {
  padding: 32px 0;
}
.support-module h2 {
  color: #150D40;
}

.container, .programs-container {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 104px;
  padding-bottom: 104px;
  padding-left: 72px;
  padding-right: 72px;
}

.support-menu a:link, a:visited {
  color: #777777;
  text-decoration: none;
}

.support-menu a:hover {
  color: #150D40;
  text-decoration: none;
  border-bottom: solid 2px #150D40;
  padding-bottom: 24.5px;
}
.support-menu a:hover .support-menu {
  border-bottom: solid 1px #150D40;
}

.support-title {
  color: #150D40;
  padding-bottom: 24px;
  border-bottom: solid 1px #ccc;
  text-align: left;
  letter-spacing: -1.75px;
}

.support-menu {
  padding-bottom: 12px;
  border-bottom: solid 1px #c5c5c5;
  margin-bottom: 32px;
}

.menu-items {
  font-size: 1.25em;
  font-weight: normal;
  color: #777777;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 480px;
  padding-bottom: 12px;
}

.learn-online-module {
  color: white;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  border-radius: 8px;
  border: solid 1px #ccc;
  background-color: white;
  margin-bottom: 32px;
}
.learn-online-module .text-block {
  padding: 104px 24px;
  max-width: 26em;
}
.learn-online-module .text-block p {
  padding-bottom: 32px;
}

.learn-online-module:last-child {
  margin-bottom: 0;
}

.morrisby {
  background-image: url(../images/Morrisby.png);
  border-radius: 8px 0 0 8px;
  padding: 0 12px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.morrisby h2 {
  font-size: 2em;
  padding: 0;
  line-height: 1.2;
  color: white;
}

.elevatorbg {
  background-image: url(../images/elevator-pitch.png);
  border-radius: 8px 0 0 8px;
  padding: 0 12px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.elevatorbg h2 {
  font-size: 2em;
  padding: 0;
  line-height: 1.2;
  color: white;
}

.resumebg {
  background-image: url(../images/resumebg.png);
  border-radius: 8px 0 0 8px;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.resumebg h2 {
  font-size: 2em;
  padding: 0;
  line-height: 1.2;
  color: white;
}

.resumebuild {
  background-image: url(../images/resume-builder.png);
  border-radius: 8px 0 0 8px;
  padding: 0 12px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  background-size: auto 100%;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.resumebuild h2 {
  font-size: 2em;
  padding: 0;
  line-height: 1.2;
  color: white;
}

.testimonial-logo {
  padding-right: 64px;
}

.quote-section {
  background-color: #FAFAFA;
  padding: 104px 40px;
}
.quote-section h3 {
  color: #150D40;
  text-align: center;
  padding-bottom: 40px;
}

.testimonials .slick-list {
  padding: 0 0 32px 0;
}

.testimonial-text {
  max-width: 50em;
}

.quote-section h4 {
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

.testimonials {
  max-width: 1320px;
  margin: 0 auto;
}

.slick-initialized .slick-slide {
  display: grid;
  grid-template-columns: 0.75fr 3.25fr;
  padding: 64px 40px;
  margin: 0 64px;
  background-color: white;
  border: solid 1px #ccc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

.quote-section .slick-initialized .slick-slide img {
  max-height: 160px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 12px 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #777777;
  cursor: pointer;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #150D40;
  cursor: pointer;
}

.who-we-work-with .slick-initialized .slick-slide {
  display: flex;
  border: none;
  padding: 40px 40px;
  margin: 0 auto;
}
.who-we-work-with .slick-initialized .slick-slide img {
  width: 100%;
}

.who-we-work-with .slick-dots {
  bottom: 0;
}

.grey {
  background-color: #FAFAFA;
}

.programs-preamble {
  padding-bottom: 32px;
}
.programs-preamble a {
  text-decoration: none;
  color: #150D40;
}

.program-hero {
  min-height: 40vh;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: "Circular", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1200px;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.grid-blog {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1200px;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
}

.program-content h1 {
  font-size: 2em;
  padding-left: 20px;
  padding-right: 20px;
}

.program-content {
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
.program-content h2, .program-content h3 {
  color: #150D40;
}

.site-header {
  padding-left: 72px;
  padding-right: 72px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.give-back {
  background-color: #FAFAFA;
}

.duo-block {
  padding: 104px 64px;
  max-width: 1200px;
  margin: 0 auto;
}

.info {
  padding: 64px;
}
.info h2 {
  color: #150D40;
}

.money-raised {
  background-image: url(../images/Give-back.png);
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  height: -webkit-fill-available;
  height: stretch;
  margin: 0;
  border-radius: 0 8px 8px 0;
}

.give-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1200px;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 32px;
  background-color: white;
  border-radius: 8px;
}

.amount {
  margin: 0 auto;
}
.amount h1, .amount p {
  color: white;
  margin: 0;
}
.amount h1 {
  font-size: 3.5em;
}

.coin {
  height: 280px;
  width: 280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #150D40;
  border-radius: 300px;
  border: white solid 1px;
}

.hero-image {
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: "Circular", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.co-founders img {
  border-radius: 8px;
}

.lunardi img {
  border-radius: 4px;
}

.blog-container {
  background-color: #fafafa;
  background-image: url(../images/blog-background.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
}

.resources-section {
  background-color: #fafafa;
}

.blog-post-loop {
  max-width: 1200px;
  background-color: #fafafa;
  margin-left: auto;
  margin-right: auto;
  padding: 104px 40px 104px 40px;
}

.blog-main-heading {
  color: #150D40;
  padding-bottom: 40px;
}

.blog-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 624px;
  padding-top: 104px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 104px;
}

.gallery-image {
  padding-top: 48px;
  padding-bottom: 48px;
}

.gallery-image img {
  max-width: 624px;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blog-intro h4 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
  margin: 0;
}

.blog-content h1 {
  color: #150D40;
}

.blog-summary-title {
  color: #150D40;
}

.blog-title {
  color: #150D40;
}

.blog-content h3 {
  color: #150D40;
}

.resource-card {
  box-shadow: 2px 2px 12px #aaa;
  background-color: white;
  border-radius: 8px;
}

.resource-single-card {
  box-shadow: 2px 2px 12px #aaa;
  background-color: white;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-card {
  background-color: white;
  box-shadow: 2px 2px 12px #aaa;
  margin-bottom: 80px;
  border-radius: 8px;
}

.blog-landing .blog-post-card:last-child {
  margin-bottom: 0;
}

.blog-card-text {
  padding: 40px;
}

.blog-post-image {
  background-image: url(../images/re-engage-career.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
  border-radius: 8px 8px 0 0;
}

.blog-post-image-summary {
  background-image: url(../images/re-engage-career.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 104px;
  padding-bottom: 104px;
  border-radius: 8px 8px 0 0;
}

.blog-summary-title {
  text-align: center;
  padding-bottom: 32px;
}

.blog-summary-section {
  background-color: #fafafa;
  padding: 104px 40px 40px 40px;
}

.career-resources-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 104px 40px 104px 40px;
}

.career-resources-title h2 {
  color: #150D40;
  padding-bottom: 64px;
}

.whitebg {
  background-color: white;
}
.whitebg .container {
  padding: 64px 40px;
}

.separator {
  padding-bottom: 64px;
}

.separator-resources {
  padding-bottom: 64px;
  border-bottom: solid 1px #ccc;
}

.resource-top {
  background-color: #150D40;
  color: white;
  border-radius: 8px 8px 0 0;
}

.resource-title {
  padding: 40px 24px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.resource-bottom {
  padding: 40px;
}

.contact-container {
  padding-left: 72px;
  padding-right: 72px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.site-footer {
  background-color: #150D40;
  padding: 80px;
}

.footer-button {
  color: white;
  padding-top: 20px;
  cursor: pointer;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #150D40;
  font-size: 1em;
  border: 1px solid;
  border-radius: 50px;
  margin-top: 30px;
  transition: 0.5s;
}

.footer-button:hover {
  background-color: white;
  color: #150D40;
}

.resource-button {
  color: white;
  padding-top: 20px;
  cursor: pointer;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #150D40;
  font-size: 1em;
  border: 1px solid;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  border-radius: 50px;
  transition: 0.5s;
}

.resource-button:hover {
  background-color: white;
  color: #150D40;
}

.site-info {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  border-bottom: 1px solid #999;
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 64px;
  padding-top: 64px;
}

.footer-social {
  display: flex;
}

.social-link,
.social-link img {
  display: block;
}

.footer-date {
  color: white;
}

.footer-date:hover {
  border-bottom: 1px solid #FF483F;
}

textarea {
  resize: none;
}

.footer-content {
  max-width: 1200px;
}

.newsletter {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  align-items: baseline;
  color: white;
  padding-top: 26px;
  display: flex;
  justify-content: space-around;
}

.newsletter h3 {
  color: white;
  font-size: 1.25em;
}

.newsletter-sign-up {
  align-items: center;
}

a.social-link {
  margin-left: 16px;
}

.social-link:hover {
  fill: white;
}

.contact-footer a {
  color: white;
  text-decoration: none;
}

.contact-footer a:hover {
  transition: 0.5s;
  border-bottom: 1px solid #FF483F;
}

.site-header a {
  color: #150D40;
}

.site-header a:hover {
  border-bottom: 1px solid #FF483F;
  transition: 0.5s;
}

.footer-copyright a {
  color: white;
}

.footer-copyright a:hover {
  border-bottom: 1px solid #FF483F;
  transition: 0.5s;
  color: white;
}

.acknowledgement {
  padding-bottom: 60px;
  border-bottom: #999 solid 1px;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.acknowledgement p {
  color: white;
}

.prog .cta-2 {
  color: white;
  padding-top: 20px;
  cursor: pointer;
  transition: 0.5s;
  padding-bottom: 20px;
  padding-right: 24px;
  padding-left: 24px;
  text-transform: uppercase;
  background-color: #150D40;
  letter-spacing: 1px;
  font-size: 1em;
  border: 1px solid #150D40;
  border-radius: 50px;
}
.prog .cta-2:hover {
  background-color: white;
  color: #150D40;
  transition: 0.3s;
}

.contact-button {
  padding-top: 50px;
}
.contact-button .cta-2 {
  color: #150D40;
  padding-top: 20px;
  cursor: pointer;
  transition: 0.5s;
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  text-transform: uppercase;
  background-color: white;
  letter-spacing: 1px;
  font-size: 1em;
  border: 1px solid #150D40;
  border-radius: 50px;
}
.contact-button .cta-2:hover {
  background-color: #150D40;
  color: white;
  transition: 0.3s;
}

.cta-404 {
  color: white;
  padding-top: 20px;
  cursor: pointer;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #150D40;
  font-size: 1em;
  margin-bottom: 40px;
  border: 1px solid;
  border-radius: 50px;
  margin-top: 30px;
  transition: 0.5s;
}

.cta-404:hover {
  background-color: white;
  color: #150D40;
}

.cta-3 {
  color: white;
  padding-top: 20px;
  cursor: pointer;
  padding-bottom: 20px;
  padding-right: 60px;
  padding-left: 60px;
  text-transform: uppercase;
  background-color: #150D40;
  letter-spacing: 1px;
  font-size: 1em;
  border: 1px solid;
  border-radius: 50px;
  margin-top: 30px;
  transition: 0.5s;
}

.cta-3:hover {
  background-color: white;
  color: #150D40;
}

.copy {
  padding-left: 40px;
  align-items: center;
  max-width: 25em;
}

.white-border {
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}

img {
  width: 100%;
}

.approach-copy {
  color: #150D40;
  text-align: center;
}

h4 {
  color: #150D40;
  font-weight: normal;
}

.approach-inner.grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1200px;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 112px;
}

.about-heading {
  color: #150D40;
  text-align: left;
  border-bottom: #c5c5c5 solid 1px;
  margin-bottom: 40px;
  max-width: 1200px;
  margin: 0 auto 40px auto;
}

.about h2 {
  color: #150D40;
}

.program-content ul li {
  list-style: none;
  padding-bottom: 10px;
}

.program-content ul li::before {
  color: #FF483F;
  content: "•";
  padding-right: 1em;
  position: relative;
  top: 0em;
}

.program-button {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  background-color: #FF483F;
  letter-spacing: 1.25px;
  transition: 0.5s;
  font-size: 1em;
  border: 1px solid #FF483F;
  border-radius: 50px;
}

.program-button:hover {
  background-color: white;
  color: #FF483F;
  border: 1px solid #FF483F;
}

.button {
  padding-top: 30px;
  cursor: pointer;
}

a {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

a:-webkit-any-link {
  text-decoration: none;
}

img.pyramid {
  max-height: 480px;
}

.cta:hover {
  background-color: white;
  color: #150D40;
}

@media (max-width: 1024px) {
  .menu-item {
    margin-left: 14px;
    margin-right: 14px;
  }

  .logo {
    max-width: 130px;
  }

  .hero-text {
    font-size: 3em;
  }

  .grid4 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 64px;
    grid-column-gap: 16px;
  }
  .grid4 h5 {
    max-width: 14em;
  }

  .testimonial-logo {
    padding-right: 32px;
  }

  .slick-track {
    margin: 0 40px;
  }

  .slick-initialized .slick-slide {
    grid-template-columns: 0.4fr 1fr;
    margin: 0 auto;
  }

  .program-hero {
    min-height: 36vh;
  }
}
@media (max-width: 880px) {
  .newsletter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 64px;
    text-align: center;
  }

  .slick-initialized .slick-slide {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 64px 32px;
  }

  .testimonial-logo {
    max-width: 160px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-background {
    min-height: 20vh;
  }

  .hero-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .site-footer .site-info {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .site-info .footer-copyright {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 30px;
  }
  .site-footer .site-info .contact-footer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 30px;
  }
  .site-footer .site-info .footer-logo {
    max-width: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .site-info .footer-social {
    padding-top: 30px;
    align-content: center;
  }

  .site-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  a.social-link:first-child {
    margin-left: 0px !important;
  }

  a.social-link {
    margin-left: 30px;
  }

  .site-footer .social-links {
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  a:hover {
    border-bottom: none !important;
  }

  .hero {
    background-position: center;
  }

  .podcast-info, .our-approach {
    max-width: 31em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .co-founders .co-founders-inner {
    max-width: 31em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .main-open {
    transform: translate(240px, 0);
  }

  h1 {
    font-size: 3rem;
    max-width: 620px;
  }

  .program-content, .co-founders, .lunardi, .podcast, .about, .program-section, .site-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container {
    padding: 64px 0px;
  }

  .programs-container {
    padding: 64px 24px;
  }

  .co-founders .title {
    padding-bottom: 0;
  }

  .hero .hero-inner {
    margin: 0;
    padding-left: 10%;
    padding-right: 10%;
    align-items: left;
  }

  .hero .cta {
    font-size: 1em;
  }

  .copy {
    padding-left: 0px !important;
    max-width: 100% !important;
  }

  .approach-copy {
    padding-top: 40px;
  }
  .approach-copy h3 {
    padding-bottom: 60px;
  }

  .podcast-image img {
    display: none;
  }

  .about.approach {
    background-image: none;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .grid-blog {
    grid-template-columns: 1fr;
  }

  .approach-inner.grid {
    grid-template-columns: 1fr;
  }

  img.pyramid {
    width: 75%;
  }

  .who-we-work-with {
    padding: 80px 24px;
  }

  .give-grid {
    grid-template-columns: 1fr;
  }

  .money-raised {
    padding: 64px;
    border-radius: 0 0 8px 8px;
  }

  .learn-online-module .text-block {
    padding: 64px 24px;
  }
}
@media (max-width: 650px) {
  .grid4 {
    grid-template-columns: 1fr;
  }

  .learn-online-module {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .resumebg, .elevatorbg, .resumebuild, .morrisby {
    border-radius: 8px 8px 0 0;
    padding: 64px 24px;
    height: auto;
  }

  .whitebg .container {
    padding: 64px 24px;
  }

  .learn-online-module .text-block {
    padding: 48px 24px;
  }

  .quote-section {
    padding: 64px 24px;
  }

  .wpforms-field-medium {
    width: 90%;
  }

  .contact-header {
    padding: 64px 24px;
  }

  .who-we-work-with {
    display: none;
  }

  .money-raised {
    padding: 24px;
  }

  .give-grid .info {
    padding: 64px 32px 32px 32px;
  }

  .duo-block {
    padding: 64px 24px;
  }

  .hero-grid .cta {
    font-size: 1em;
    letter-spacing: 0.1px;
  }

  .hero-background {
    margin-left: 0;
    padding-top: 64px;
    padding-bottom: 64px;
    height: auto;
  }

  .site-footer {
    padding: 80px 40px 80px 40px;
  }

  .program-content h1 {
    font-size: 1.5em;
  }

  .blog-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .career-resources-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hamburger {
    position: absolute;
    display: block;
    top: 15px;
    right: 20px;
    width: 40px;
    padding: 30px;
    cursor: pointer;
  }

  .menu-item-type-custom {
    margin-left: 0;
    margin-right: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .hamburger div {
    height: 2px;
    width: 100%;
    margin-bottom: 7px;
    background-color: #150D40;
    vertical-align: top;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  header.nav-open nav {
    position: fixed;
    max-height: 120vh;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    padding: 32px 24px;
    line-height: 1;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .menu-menu-1-container {
    display: none;
  }

  .blog-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-post-card {
    margin-bottom: 32px;
  }

  .separator {
    padding-bottom: 0;
  }

  .blog-post-image {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .blog-excerpt {
    display: none;
  }

  .nav-open .menu-menu-1-container {
    display: block;
    border-top: solid 1px #150D40;
    margin-top: 40px;
    overflow-y: scroll;
  }

  .nav-open .main-navigation {
    display: block;
  }

  .nav-open .site-branding {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  header.nav-open .hamburger div:first-child {
    transform: translateY(10px) rotateZ(45deg);
  }

  header.nav-open .hamburger div:last-child {
    transform: translateY(-8px) rotateZ(-45deg);
  }

  header.nav-open .hamburger .middle {
    opacity: 0;
  }

  .menu {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 2rem;
    left: 2rem;
    font-size: 1.1em;
    margin-bottom: 140px;
  }
  .menu .menu-item {
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: 0;
    padding-left: 20px;
    margin-right: 0;
    border-bottom: solid 1px #150D40;
    padding-bottom: 48px;
    text-align: left;
  }

  .coin {
    height: 200px;
    width: 200px;
  }
  .coin h1 {
    font-size: 3em;
  }

  .menu-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #site-navigation a {
    padding-left: 0;
  }

  .header-inner {
    display: block;
  }

  .resource-title {
    display: block;
  }

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

  .blog-card-text {
    padding: 24px;
  }

  .blog-post-image {
    padding-top: 100px;
  }
}

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