:root {
  --primary-white: white;
  --primary-dark: #080e2a;
  --milt-olin-blue: #176295;
  --hover-blue: #471ec9;
  --primary-light: #f1f1f8;
  --accent-orange: #ff6426;
  --secondaryl-blue: #a2abc8;
  --black: #080e2a;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: var(--primary-white);
  color: var(--primary-dark);
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

h1 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.25em;
}

h2 {
  letter-spacing: -1.85px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  letter-spacing: -1.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--milt-olin-blue);
  text-decoration: none;
  transition: color .3s ease-in-out;
}

a:hover {
  color: var(--hover-blue);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 26px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section {
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
}

.section.background-dark {
  background-color: var(--primary-dark);
  color: var(--primary-light);
}

.section.background-light {
  background-color: var(--primary-light);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.background-white {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.hero {
  min-height: 400px;
  background-color: var(--primary-dark);
  color: var(--primary-light);
  -webkit-text-fill-color: inherit;
  background-image: var(--image-i7d7f75f1);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: padding-box;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 125px;
  padding-bottom: 41px;
  display: flex;
}

.section.section-overlap {
  padding-top: 0;
  padding-bottom: 140px;
}

.section.padding-bottom-none {
  padding-bottom: 0;
}

.footer {
  align-items: center;
  margin-top: auto;
  padding-top: 100px;
  padding-bottom: 40px;
  display: block;
}

.navigation-bar-left {
  z-index: 3;
}

.navigation-bar-center {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 33%;
  right: 33%;
}

.navigation-bar-right {
  display: flex;
}

.navigation-bar-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-bar-menu {
  flex-direction: row-reverse;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-bar-social {
  align-self: stretch;
  align-items: center;
  display: flex;
}

.navbar-link {
  text-transform: capitalize;
  margin-left: 25px;
  margin-right: 25px;
  text-decoration: none;
}

.navbar-link.text-white {
  color: var(--primary-white);
}

.navbar-link.text-dark {
  color: var(--primary-dark);
}

.navbar-link.text-white {
  color: #fff;
}

.navbar-social-links {
  margin-left: 14px;
  margin-right: 14px;
}

.display-heading-one {
  font-family: Inter, sans-serif;
  font-size: 72px;
  line-height: 1.14em;
}

.display-heading-one.hero-title {
  max-width: 10em;
  text-align: left;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.display-heading-one.hero-title.hide-title {
  display: none;
}

.small-caps-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.small-caps-text.blog-post-category {
  height: 22px;
  max-height: 22px;
  color: rgba(8, 14, 42, .6);
  margin-bottom: 18px;
  overflow: hidden;
}

.small-caps-text.episode-number-intro {
  margin-bottom: 30px;
}

.small-caps-text.contact-info-text {
  width: 80px;
  margin-right: 60px;
  padding-top: 2px;
}

.small-caps-text.date-overhead {
  height: 22px;
  max-height: 22px;
  color: rgba(8, 14, 42, .6);
  margin-bottom: 22px;
  overflow: hidden;
}

.small-caps-text.sidebar-platforms-header {
  border-bottom: 1.5px solid #000;
  margin-bottom: 22px;
  padding-bottom: 10px;
}

.style-guide-header {
  margin-bottom: 40px;
}

.guide-column {
  background-color: var(--primary-white);
  margin-right: 0;
  padding: 35px;
}

.element-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-body {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-wrapper {
  flex-direction: column;
  display: flex;
}

.color {
  height: 80px;
  margin-bottom: 12px;
}

.color.primary-dark {
  background-color: var(--primary-dark);
}

.color.accent-purple {
  background-color: var(--milt-olin-blue);
}

.color.accent-orange {
  background-color: var(--accent-orange);
}

.color.secondary-blue {
  background-color: var(--secondaryl-blue);
}

.color.primary-light {
  background-color: var(--primary-light);
}

.color.primary-white {
  background-color: var(--primary-white);
}

.small-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.typography-grid {
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-text {
  letter-spacing: -.5px;
  font-size: 18px;
  line-height: 28px;
}

.large-text.hero-text {
  font-weight: 300;
}

.large-text.hero-text.margin-none {
  margin-bottom: 0;
}

.large-text.article-summary {
  color: rgba(8, 14, 42, .6);
  margin-top: 60px;
  margin-bottom: 10px;
}

.button-links-wrapper {
  grid-row-gap: 60px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-button {
  background-color: var(--milt-olin-blue);
  color: var(--primary-white);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 18px 30px;
  font-weight: 500;
  transition: background-color .3s ease-in-out;
}

.main-button:hover {
  background-color: var(--primary-dark);
  color: var(--primary-white);
}

.main-button.button-primary {
  background-color: var(--milt-olin-blue);
  color: var(--primary-white);
  border: 1px #000;
}

.main-button.button-outline {
  border: 1.5px solid var(--milt-olin-blue);
  color: var(--milt-olin-blue);
  background-color: rgba(0, 0, 0, 0);
}

.main-button.button-outline:hover {
  background-color: var(--primary-dark);
  color: var(--primary-white);
}

.main-button.button-primary-small {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.main-button.button-outline-small {
  border: 1.5px solid var(--milt-olin-blue);
  color: var(--milt-olin-blue);
  background-color: rgba(0, 0, 0, 0);
  padding: 16px 24px;
  font-size: 14px;
  line-height: 22px;
}

.main-button.button-outline-small:hover {
  background-color: var(--primary-dark);
  color: var(--primary-light);
}

.main-button.margin-right-sm {
  margin-right: 30px;
}

.button-link {
  letter-spacing: 1.75px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
  display: inline;
}

.button-link:hover {
  color: var(--milt-olin-blue);
}

.button-link.button-link-small {
  font-size: 14px;
  line-height: 22px;
}

.button-link.button-link-small:hover {
  color: var(--primary-dark);
}

.button-link.platform-link {
  margin-bottom: 22px;
}

.link-arrow {
  filter: hue-rotate(172deg);
  color: var(--milt-olin-blue);
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.link-arrow.small {
  height: 11px;
  filter: hue-rotate(172deg);
  margin-left: 5px;
  top: -1.5px;
}

.button-link-text {
  letter-spacing: 1.5px;
  display: inline;
}

.button-link-text:hover {
  color: var(--primary-dark);
}

.button-link-text.platform-link-text {
  color: var(--primary-dark);
  letter-spacing: -.5px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.book-card {
  height: 300px;
  flex-direction: row;
  display: flex;
}

.episode-card-thumbnail {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.episode-card-content {
  background-color: var(--primary-white);
  border: 1px solid rgba(8, 14, 42, .1);
  border-top-width: 0;
  padding: 25px;
}

.episode-card-image, .episode-card {
  width: 100%;
}

.episode-card-title {
  height: 56px;
  max-height: 56px;
  color: var(--primary-dark);
  overflow: hidden;
}

.episode-card-info {
  margin-bottom: 30px;
}

.blog-card {
  border: 1px solid rgba(8, 14, 42, .1);
}

.blog-post-thumbnail {
  width: 100%;
  min-height: 210px;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.blog-post-card-content {
  background-color: var(--primary-white);
  padding: 24px;
}

.blog-post-title {
  height: 56px;
  max-height: 56px;
  overflow: hidden;
}

.book-card-thumbnail {
  width: 50%;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.book-card-thumbnail.book-one {
  background-image: var(--image-i780cd52a);
}

.book-card-thumbnail.book-two {
  background-image: var(--image-i77852f4a);
}

.book-card-content {
  width: 50%;
  background-color: var(--primary-white);
  border: 1px solid rgba(8, 14, 42, .1);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.book-card-title {
  max-height: 60px;
  color: var(--primary-dark);
  margin-bottom: 14px;
  overflow: hidden;
}

.book-card-summary {
  max-height: 71px;
  color: rgba(8, 14, 42, .7);
  font-size: 15px;
  line-height: 23px;
  overflow: hidden;
}

.blog-card-info {
  margin-bottom: 30px;
}

.episode-card-timestamp {
  background-color: var(--primary-dark);
  color: var(--primary-light);
  text-transform: uppercase;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 12px;
  position: absolute;
  top: auto;
  bottom: 15px;
  left: auto;
  right: 15px;
}

.footer-top-row {
  border-bottom: 1px solid var(--primary-light);
  margin-bottom: 20px;
  padding-bottom: 40px;
  display: flex;
}

.footer-bottom-row {
  justify-content: space-between;
  display: flex;
}

.footer-logo-column {
  width: 35%;
}

.footer-links-column {
  width: 65%;
  display: flex;
}

.footer-links-column-child {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-links-header {
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-links-main {
  margin-bottom: 13px;
}

.footer-address {
  margin-bottom: 25px;
}

.footer-link-email {
  display: inline-block;
}

.footer-social-links {
  align-self: stretch;
  align-items: center;
  display: flex;
}

.footer-social-link {
  margin-left: 14px;
  margin-right: 14px;
}

.footer-social-link.first-child {
  margin-left: 0;
}

.footer-links-phone-email {
  margin-bottom: 20px;
}

.section-intro {
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-intro.background-dark {
  background-color: var(--primary-dark);
  color: var(--primary-light);
}

.section-intro.background-dark.background-image {
  background-image: linear-gradient(to right, var(--primary-dark), transparent 70%), linear-gradient(to bottom, rgba(8, 14, 42, .4), rgba(8, 14, 42, .4)), var(--image-i6faaeaec);
  background-position: 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section-intro.background-dark.about-me-background-image {
  background-image: linear-gradient(rgba(8, 14, 42, .5), rgba(8, 14, 42, .5)), var(--image-3a619e5);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-intro.background-dark.speaking-background {
  background-image: linear-gradient(rgba(8, 14, 42, .65), rgba(8, 14, 42, .65)), var(--image-i52bba835);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-intro.background-dark.background-image-safe-roads {
  background-image: linear-gradient(to right, var(--primary-dark), transparent 51%), linear-gradient(to bottom, rgba(8, 14, 42, .4), rgba(8, 14, 42, .4)), var(--image-i30d8455b);
  background-position: 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 120px;
  padding-bottom: 20px;
}

.section-intro.content-background {
  background-color: var(--primary-dark);
  color: var(--primary-light);
  background-image: linear-gradient(rgba(8, 14, 42, .5), rgba(8, 14, 42, .5)), var(--image-28f6f260);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-intro.content-background.card-margin {
  margin-bottom: -100px;
  padding-top: 140px;
}

.section-intro.blog-background {
  background-color: var(--primary-dark);
  color: var(--primary-light);
  background-image: linear-gradient(rgba(8, 14, 42, .6), rgba(8, 14, 42, .6)), var(--image-356f25af);
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-intro.blog-background.card-margin {
  margin-bottom: -80px;
  padding-top: 140px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-image, .utility-page-header {
  margin-bottom: 15px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.main-row {
  flex-wrap: wrap;
  display: flex;
}

.backdrop-image {
  min-height: 506px;
  background-image: var(--image-i742b326f);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-content.align-center {
  text-align: left;
  order: 0;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.section-content.content-info {
  margin-bottom: 80px;
}

.section-content.content-info.no-pad-0 {
  margin-bottom: 0;
}

.section-title {
  opacity: 1;
  margin-bottom: 22px;
  font-size: 30px;
}

.section-title.blog-header-title {
  margin-bottom: 0;
}

.section-overhead {
  color: var(--accent-orange);
  margin-bottom: 26px;
}

.section-overhead.small-caps-text {
  text-align: left;
}

.section-text {
  margin-bottom: 40px;
}

.section-text.margin-none {
  margin-bottom: 0;
}

.hero-text {
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 32px;
}

.hero-text.large-text.no-margin {
  font-size: 32px;
  font-style: italic;
}

.hero-title {
  margin-bottom: 20px;
}

.store-header {
  width: 100%;
}

.margin-bottom-xl {
  margin-bottom: 80px;
}

.section-platforms {
  z-index: 4;
  background-color: var(--primary-light);
  text-align: left;
  margin-top: 6.94em;
  margin-right: -350px;
  padding: 50px;
  position: relative;
}

.section-platforms-title {
  max-width: 360px;
  color: var(--primary-dark);
  margin-bottom: 50px;
}

.section-platforms-row {
  display: flex;
}

.platforms {
  margin-left: 15px;
  margin-right: 15px;
}

.platforms.first-child {
  margin-left: 0;
}

.platforms.last-child {
  margin-right: 0;
}

.hero-content {
  max-width: 500px;
}

.hero-featured-row {
  justify-content: space-around;
  align-items: center;
  margin-top: 22px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-featured {
  margin-left: 35px;
  margin-right: 35px;
}

.hero-featured.first-child {
  margin-left: 0;
}

.hero-featured.last-child {
  margin-right: 0;
}

.featured-icon {
  background-color: var(--secondaryl-blue);
}

.hero-row {
  flex-flow: column wrap;
  margin-top: 120px;
  margin-bottom: 40px;
  display: flex;
}

.hero-row.row-margin-bottom {
  margin-bottom: 80px;
}

.hero-row.hero-info {
  margin-top: 15px;
}

.blog-card-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card-link {
  color: var(--primary-dark);
  flex-direction: column;
  display: flex;
}

.spotlight-episode-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.episode-card-wrapper {
  flex: 1;
}

.episode-card-wrapper.top-padding {
  padding-top: 26px;
}

.navbar-transparent {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.navbar-transparent.navbar-fixed {
  background-color: var(--primary-dark);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: padding-box;
  border-radius: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-transparent.navbar-fixed.nav-background {
  background-color: var(--primary-white);
  box-shadow: 0 1px 8px rgba(8, 14, 42, .05);
}

.navbar-transparent.navbar-fixed {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #080e2a;
  background-clip: padding-box;
  border-radius: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.intro-content {
  max-width: 540px;
}

.intro-content.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.platform-content {
  max-width: 630px;
}

.hero-platform-header {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.hero-platform-header.large-text {
  margin-bottom: 26px;
}

.header-wrapper {
  max-width: 600px;
  text-align: center;
}

.video-content {
  width: 1100px;
  max-height: 618px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.margin-bottom-md {
  margin-bottom: 40px;
}

.section-list {
  margin-bottom: 25px;
}

.episode-play-card {
  max-width: 1100px;
  background-color: #fafafa;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.play-card-thumbnail {
  width: 340px;
  height: 340px;
  background-image: var(--image-i780cd52a);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.play-card-content {
  flex: 1;
  padding: 30px 35px;
  display: flex;
  position: relative;
}

.play-card-buttons, .play-card-info, .episode-number-intro {
  display: flex;
}

.margin-right-xs {
  margin-right: 5px;
}

.margin-right-xl {
  margin-right: 40px;
}

.play-card-title {
  max-height: 80px;
  margin-bottom: 22px;
  overflow: hidden;
}

.episode-summary-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.play-card-content-inner {
  max-width: 600px;
  min-width: 430px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.episode-card-stamp {
  background-color: var(--primary-dark);
  color: var(--primary-light);
  text-transform: uppercase;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 12px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.episode-summary-content {
  flex: 1;
  padding-right: 10%;
}

.episode-sidebar-content {
  width: 250px;
}

.margin-bottom-sm {
  margin-bottom: 20px;
}

.featured-block {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: grid;
}

.section-image {
  min-height: 585px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.section-image.entrepreneur-image {
  min-height: 600px;
  background-image: var(--image-i52f98c09);
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-image.entrepreneur-podcast-show {
  height: 500px;
  background-image: var(--image-i7251c54);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
}

.section-image.entrepreneur-podcast-show.srm-home-logo {
  min-height: 500px;
}

.section-image.speaking-live {
  min-height: 525px;
  background-image: var(--image-i6a1d4f7f);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-image.books-courses-image {
  min-height: 440px;
  background-image: var(--image-29809961);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.section-image.about-speaking {
  min-height: 600px;
  background-image: var(--image-183ed14a);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-image.speaking-on-stage {
  min-height: 490px;
  background-image: var(--image-i27758315);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-image.about-me {
  background-image: var(--image-65032e06);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-image.workshop {
  min-height: 420px;
  background-image: var(--image-1bea9014);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-image.keynote {
  min-height: 420px;
  background-image: var(--image-42c14bb3);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-image.srm-right-img {
  width: 100%;
  height: 100%;
  min-height: 50vmin;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  width: 100%;
  max-width: 1260px;
  flex: 0 auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-halves {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.grid-halves.reverse-direction {
  direction: rtl;
}

.container-content {
  max-width: 470px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-content.center {
  margin-left: auto;
  margin-right: auto;
}

.container-content.space-between {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.container-content.flip-pull {
  max-width: 470px;
  direction: ltr;
  margin-bottom: 0;
  margin-right: auto;
}

.container-image {
  width: 100%;
}

.container-image.center {
  margin-left: auto;
  margin-right: auto;
}

.grid-store {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-row {
  justify-content: space-between;
  display: flex;
}

.header-row.align-center {
  justify-content: center;
}

.button-block {
  align-self: flex-end;
}

.episode-card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.episode-card-grid.quaters {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.margin-bottom-l {
  margin-bottom: 60px;
}

.blog-post-card-first {
  background-color: #fafafa;
  margin-bottom: 80px;
  display: flex;
}

.blog-card-thumbnail-first {
  width: 800px;
  height: 400px;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-card-content-inner {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blog-card-title {
  height: 83px;
  color: var(--primary-dark);
  margin-bottom: 22px;
  overflow: hidden;
}

.blog-card-excerpt {
  height: 78px;
  overflow: hidden;
}

.blog-card-content-first {
  width: 580px;
  padding: 30px 35px;
}

.divider {
  height: 0;
  border-bottom: 1px solid rgba(8, 14, 42, .1);
  margin-top: 100px;
  margin-bottom: 100px;
}

.blog-post-content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-image-block {
  height: 600px;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-article {
  margin-left: auto;
  margin-right: auto;
}

.blog-article p {
  margin-top: 16px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.blog-article h2 {
  margin-top: 32px;
  margin-bottom: 24px;
}

.blog-article h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.blog-article h3 {
  margin-top: 30px;
  margin-bottom: 16px;
}

.blog-article h5 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.blog-article h6 {
  margin-top: 40px;
  margin-bottom: 15px;
}

.blog-article strong {
  font-weight: 700;
}

.blog-article blockquote {
  color: var(--milt-olin-blue);
  border: 1px #000;
  padding: 30px 80px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6em;
}

.blog-article img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-article a {
  border-bottom: 1.5px solid var(--milt-olin-blue);
  line-height: 22px;
  display: inline-block;
}

.blog-article li {
  font-size: 18px;
  line-height: 28px;
  list-style-type: disc;
}

.blog-article ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

.blog-article ol {
  margin-bottom: 30px;
}

.blog-article h1 {
  margin-top: 35px;
}

.article-header {
  max-width: 700px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.article-container {
  max-width: 700px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

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

.container-form {
  width: 100%;
  max-width: 570px;
}

.form-block {
  background-color: var(--primary-light);
  padding: 40px;
}

.form-header {
  margin-bottom: 45px;
}

.form-title {
  margin-bottom: 12px;
}

.form-field {
  height: 55px;
  border: 1px solid rgba(8, 14, 42, .05);
  border-radius: 0;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.form-field::-ms-input-placeholder {
  color: rgba(8, 14, 42, .6);
}

.form-field::placeholder {
  color: rgba(8, 14, 42, .6);
}

.form-field.utility-page-text-field {
  margin-bottom: 20px;
}

.textarea._w-input {
  height: 120px;
  border: 1px solid rgba(8, 14, 42, .1);
  border-radius: 0;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.textarea._w-input::-ms-input-placeholder {
  color: rgba(8, 14, 42, .6);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.textarea._w-input::placeholder {
  color: rgba(8, 14, 42, .6);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.contact-info-wrapper-inner {
  margin-bottom: 40px;
  display: flex;
}

.contact-info-wrapper-inner.last-child {
  margin-bottom: 0;
}

.contact-info-wrapper {
  margin-top: 55px;
}

.contact-info-text {
  width: 80px;
  margin-right: 60px;
  padding-top: 2px;
}

.contact-info-text.small-caps-text.small-caps-faded {
  color: rgba(8, 14, 42, .6);
}

.form-block-fields {
  margin-bottom: 0;
}

.divider-two {
  height: 0;
  border-bottom: 1px solid rgba(8, 14, 42, .1);
  margin-top: 140px;
  margin-bottom: 80px;
}

.sidebar-platforms {
  flex-direction: column;
  margin-bottom: 55px;
  display: flex;
}

.blog-post-row {
  margin-top: 60px;
}

.featured {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-style-guide {
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
}

.section-style-guide.background-light {
  background-color: var(--primary-light);
  padding-top: 100px;
  padding-bottom: 100px;
}

.gueast-name-block {
  display: flex;
}

.bar {
  width: 26px;
  height: 2px;
  background-color: var(--primary-light);
  border-radius: 50px;
  margin-bottom: 10px;
  position: relative;
}

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

.menu-button {
  width: 55px;
  flex-direction: column;
  justify-content: center;
  margin-left: 25px;
  padding: 16px;
  display: none;
  position: relative;
}

.mobile-menu {
  display: none;
}

.navbar-button {
  margin-left: 20px;
}

.license-header {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  padding-top: 25px;
  padding-bottom: 25px;
}

.license-table-header {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 18px;
  font-weight: 500;
  display: grid;
}

.license-table-header-assets, .license-table-header-source, .table-header-license {
  text-align: center;
}

.license-body {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  padding-top: 30px;
  padding-bottom: 30px;
}

.license-table-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-table-asset {
  height: 220px;
}

.license-table-asset.asset-one {
  background-image: var(--image-376743dc);
  background-position: 50%;
  background-size: cover;
}

.license-table-asset.asset-two {
  background-image: var(--image-4fcef4c2);
  background-position: 50%;
  background-size: cover;
}

.bold-text {
  display: none;
}

.license-table {
  text-decoration: none;
}

.footer-telephone {
  margin-bottom: 8px;
}

.success-message {
  color: var(--primary-dark);
}

.error-message {
  background-color: #d34141;
  padding: 20px;
}

.sub-hero {
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 32px;
}

.sub-hero.large-text.no-margin {
  margin-top: 20px;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
}

.column {
  margin-top: 4px;
}

.empty-state {
  display: none;
}

.html-embed {
  margin-top: 40px;
}

.bar-2 {
  width: 26px;
  height: 2px;
  background-color: #f1f1f8;
  border-radius: 50px;
  margin-bottom: 10px;
  position: relative;
}

.bar-2.bottom {
  margin-bottom: 0;
}

.main-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #5420f7;
  padding: 18px 30px;
  font-weight: 500;
  transition: background-color .3s ease-in-out;
}

.main-button-2:hover {
  color: #fff;
  background-color: #471ec9;
}

.main-button-2.button-primary-small {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.bold-text-2 {
  border-radius: 0;
}

.image {
  object-fit: fill;
  margin-bottom: 20px;
  overflow: visible;
  transform: translate(0);
}

.html-embed-2 {
  margin-right: 22px;
  padding-right: 0;
  box-shadow: 1px 1px 3px #000;
}

.safe-roadmap-component {
  min-height: 100vh;
  padding-top: 100px;
}

.grid-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 / 1.5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-64px {
  color: var(--milt-olin-blue);
  font-size: 4.44em;
  line-height: 1.5;
}

.heading-32px {
  font-size: 2.22em;
  font-weight: 500;
  line-height: 1.4;
}

.social-links-wrapper {
  border-right: 4px solid var(--accent-orange);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 1.04em;
  display: flex;
}

.social-links {
  font-size: 20px;
  line-height: 1.5;
}

.safe-roadmap-logo-img {
  padding-right: .69em;
}

.srm-slider-wrapper {
  padding-top: 3.47em;
  padding-bottom: 3.47em;
}

.srm-slider {
  width: 100%;
  min-height: 70vmin;
  border-radius: .83em;
}

.slide, .slide-2, .slide-3 {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.srm-grid-wrapper {
  border-bottom: 2px solid rgba(198, 198, 198, .5);
  padding-bottom: 1.39em;
}

.srm-grid-col-2 {
  grid-column-gap: 1.39em;
  grid-row-gap: 1.39em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.08em;
  display: grid;
}

.srm-text-title {
  border-left: 4px solid var(--accent-orange);
  color: var(--milt-olin-blue);
  padding-left: .35em;
  font-size: 48px;
  line-height: 1.5;
}

.srm-content-p {
  font-size: 18px;
  line-height: 1.5;
}

.srm-content-p.margin-top-10 {
  padding-top: .69em;
}

.srm-organization-wrapper {
  padding-top: 2.78em;
}

.srm-org-name {
  color: var(--milt-olin-blue);
  font-size: 2.22em;
  font-weight: 600;
  line-height: 1.5;
}

.srm-video-wrapper {
  padding-top: 2.78em;
  padding-bottom: 1.74em;
}

.text-video-caption {
  text-align: center;
  padding-top: 1.39em;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.5;
}

.safe-roadmap-list-wrapper {
  display: none;
}

.safe-roadmap-item {
  padding-bottom: 3.47em;
}

.srm-main-wrapper {
  width: 100%;
  grid-column-gap: 3.47em;
  display: flex;
}

.srm-main-content, .srm-main-content-2 {
  width: 50%;
}

.partnered-logo {
  width: 17.36em;
  max-width: 17.36em;
}

.partner-img {
  background-color: var(--primary-white);
  border-radius: .56em;
}

.roadmap-component {
  width: 100%;
  display: flex;
}

.roadmap-content {
  width: 50%;
  padding-top: 1.39em;
  padding-bottom: 1.39em;
  padding-left: 1.39em;
}

.roadmap-image {
  width: 50%;
  position: relative;
}

.heading-h2 {
  max-width: 14em;
  margin-bottom: 10px;
}

.heading-h2.text-color-blue {
  color: var(--milt-olin-blue);
}

.bgcolor-orange-overlay {
  background-color: var(--accent-orange);
  mix-blend-mode: multiply;
  border-radius: .28em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.roadmap-img {
  width: 100%;
  height: 100%;
  border-radius: .28em;
}

.roadmap-subtitle {
  font-size: 1.74em;
  font-weight: 300;
}

.roadmap-title-wrapper {
  border-left: 4px solid var(--accent-orange);
  padding-left: .69em;
}

.roadmap-content-description {
  background-color: var(--primary-dark);
  margin-top: 20px;
  padding: 40px;
}

.roadmap-p {
  color: var(--primary-white);
}

.roadmap-learn-more {
  margin-top: 20px;
}

.learn-more-text {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

.learn-more-link {
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.learn-more-link:hover {
  border-bottom-color: var(--accent-orange);
}

.rm-item {
  border-bottom: 3px solid var(--primary-light);
  padding-top: 3.47em;
  padding-bottom: 3.47em;
}

.safe-roads-img {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .56em;
}

.srm-heading-2 {
  font-size: 2.08em;
  display: inline-block;
}

.srm-sub-content {
  width: 100%;
  display: flex;
}

.srm-sub-item {
  width: 50%;
  flex-direction: column;
  display: flex;
}

.srm-sub-item.srm-left {
  align-items: center;
}

.srm-sub-wrapper-p {
  padding-top: 2.08em;
  padding-bottom: 0;
}

.srm-sub-p {
  margin-bottom: 15px;
  font-size: 1.5em;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  img {
    object-fit: cover;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.hero {
    min-height: 940px;
    background-position: 50% 0;
    background-size: auto;
  }

  .navigation-bar-center, .navigation-bar-social {
    display: none;
  }

  .display-heading-one {
    font-size: 66px;
  }

  .display-heading-one.hero-title {
    max-width: 500px;
  }

  .small-caps-text.blog-post-category {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .element-column {
    grid-template-rows: auto;
  }

  .style-guide-body {
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }

  .main-button {
    padding: 16px 25px;
    font-size: 14px;
  }

  .main-button.button-primary-small {
    display: block;
  }

  .main-button.button-primary-small.mobile-menu-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
  }

  .blog-post-thumbnail {
    min-height: 150px;
  }

  .blog-post-card-content {
    padding: 20px;
  }

  .blog-post-title {
    font-size: 18px;
    line-height: 26px;
  }

  .book-card-content {
    max-height: 100%;
  }

  .book-card-title {
    max-height: 50px;
    font-size: 18px;
    line-height: 26px;
  }

  .book-card-summary {
    max-height: 72px;
  }

  .footer-logo-column {
    width: 30%;
  }

  .footer-links-column {
    width: 70%;
  }

  .utility-page-image {
    object-fit: fill;
  }

  .backdrop-image {
    min-height: 485px;
  }

  .section-title {
    font-size: 36px;
    line-height: 1.14em;
  }

  .section-text {
    max-height: 205px;
    overflow: hidden;
  }

  .hero-text.large-text {
    font-size: 18px;
    line-height: 30px;
  }

  .section-platforms {
    margin-right: -384px;
    padding: 40px;
  }

  .hero-content {
    max-width: 440px;
  }

  .hero-featured-row {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-row {
    margin-top: 80px;
  }

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

  .spotlight-episode-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-transparent.navbar-fixed.nav-background {
    background-color: var(--primary-white);
  }

  .intro-content {
    max-width: 460px;
  }

  .episode-summary-content {
    padding-right: 8%;
  }

  .episode-sidebar-content {
    width: 190px;
  }

  .featured-block {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .section-image {
    height: 100%;
  }

  .section-image.entrepreneur-image {
    min-height: 440px;
  }

  .section-image.entrepreneur-podcast-show {
    height: 100%;
    background-position: 50%;
  }

  .section-image.books-courses-image {
    background-position: 0%;
  }

  .section-image.about-speaking {
    min-height: 420px;
  }

  .section-image.about-me {
    min-height: 440px;
  }

  .section-image.workshop {
    background-image: var(--image-1bea9014);
    background-position: 50%;
    background-size: cover;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-halves {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .container-content {
    max-width: 400px;
  }

  .grid-store {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .episode-card-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .episode-card-grid.quaters {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-card-thumbnail-first {
    width: 525.797px;
    height: 380px;
  }

  .blog-post-image-block {
    height: 450px;
  }

  .blog-article blockquote {
    padding: 20px 60px;
    font-size: 20px;
    line-height: 1.6em;
  }

  .article-header {
    margin-bottom: 50px;
  }

  .container-form {
    max-width: none;
  }

  .blog-post-row {
    margin-top: 70px;
  }

  .style-guide-text {
    width: 70%;
  }

  .section-style-guide {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bar.top.dark, .bar.bottom.dark {
    height: 3px;
    background-color: var(--primary-dark);
  }

  .menu-button {
    cursor: pointer;
    display: block;
  }

  .mobile-menu {
    z-index: 9000;
    background-color: var(--primary-dark);
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px 30px;
    position: fixed;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-menu-link {
    color: var(--primary-light);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .mobile-menu-link:hover {
    color: var(--primary-white);
  }

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

  .navbar-button {
    display: block;
  }

  .license-table-asset {
    height: 150px;
  }

  .footer-logo {
    object-fit: contain;
    padding-right: 17px;
  }

  .div-block-2 {
    opacity: 1;
    display: flex;
  }

  .sub-hero.large-text {
    font-size: 18px;
    line-height: 30px;
  }

  .main-button-2 {
    padding: 16px 25px;
    font-size: 14px;
  }

  .main-button-2.button-primary-small {
    display: block;
  }

  .safe-roadmap-component {
    padding-top: 100px;
  }

  .grid-content-2 {
    margin-top: 2.08em;
  }

  .heading-64px {
    font-size: 4.44rem;
  }

  .srm-grid-col-2 {
    grid-row-gap: .69em;
    grid-template-columns: 1fr;
  }

  .roadmap-component {
    flex-direction: column;
  }

  .roadmap-content {
    width: 100%;
    order: 1;
    padding-right: 1.39em;
  }

  .roadmap-image {
    width: 100%;
    margin-bottom: 1.39em;
  }

  .heading-h2 {
    max-width: 16em;
  }

  .roadmap-img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero {
    min-height: 480px;
    background-position: 50% -40%;
    background-size: auto;
    padding-top: 170px;
  }

  .display-heading-one {
    font-size: 45px;
  }

  .display-heading-one.hero-title {
    max-width: 350px;
  }

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

  .small-text {
    margin-bottom: 15px;
  }

  .large-text.article-summary {
    font-size: 16px;
    line-height: 24px;
  }

  .button-links-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .main-button.button-outline-small.read-more {
    display: block;
  }

  .blog-post-thumbnail {
    min-height: 210px;
  }

  .footer-top-row {
    flex-direction: column;
  }

  .footer-bottom-row {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo-column {
    width: auto;
    height: 100px;
    order: 1;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-links-column {
    width: auto;
    flex-direction: row;
    display: block;
  }

  .footer-links-column-child {
    flex: 1;
    align-items: center;
    margin-bottom: 0;
  }

  .footer-address {
    text-align: center;
    align-self: center;
  }

  .footer-social-links {
    align-self: center;
  }

  .footer-links-phone-email {
    text-align: center;
    flex-direction: column;
    align-self: center;
    margin-bottom: 30px;
    display: flex;
  }

  .section-intro {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .backdrop-image {
    display: none;
  }

  .section-content.content-info {
    max-width: 460px;
    margin-bottom: 50px;
  }

  .hero-text.large-text {
    font-size: 16px;
  }

  .section-platforms {
    margin-right: 0;
    padding: 30px 25px;
  }

  .platform-title {
    font-size: 28px;
    line-height: 34px;
  }

  .platforms {
    margin-left: 0;
  }

  .hero-content {
    max-width: 340px;
  }

  .hero-featured-row {
    display: none;
  }

  .hero-row {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .spotlight-episode-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .intro-content {
    max-width: 380px;
  }

  .video-content {
    padding-left: 0;
    padding-right: 0;
  }

  .episode-play-card.margin-bottom-xl {
    flex-wrap: wrap;
  }

  .play-card-thumbnail {
    width: 100%;
    height: 330px;
  }

  .play-card-content {
    height: 290px;
  }

  .play-card-info {
    display: none;
  }

  .play-card-content-inner {
    min-width: 100%;
  }

  .episode-sidebar-content {
    display: none;
  }

  .section-image.entrepreneur-image {
    min-height: 300px;
  }

  .section-image.entrepreneur-podcast-show {
    min-height: 350px;
    background-position: 50% 30%;
  }

  .section-image.speaking-live {
    min-height: 300px;
  }

  .section-image.books-courses-image {
    min-height: 300px;
    background-position: 0 0;
  }

  .section-image.about-speaking, .section-image.speaking-on-stage {
    min-height: 300px;
    background-position: 50% 20%;
  }

  .section-image.workshop, .section-image.keynote {
    min-height: 320px;
  }

  .section-image.srm-right-img {
    width: 100%;
    min-height: 20.83em;
  }

  .grid-halves {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-halves.margin-bottom-xl {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .container-content {
    max-width: 460px;
  }

  .container-content.center {
    margin-left: 0;
  }

  .container-content.flip-pull {
    max-width: none;
  }

  .header-row.margin-bottom-xl {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .button-block {
    align-self: auto;
    margin-top: 20px;
  }

  .episode-card-grid {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .episode-card-grid.quaters {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-card-first {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .blog-card-thumbnail-first {
    width: 100%;
    height: 280px;
  }

  .blog-card-excerpt {
    margin-bottom: 30px;
  }

  .blog-card-content-first {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .divider {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .blog-post-image-block {
    height: 300px;
  }

  .blog-article p {
    font-size: 15px;
    line-height: 24px;
  }

  .blog-article blockquote {
    letter-spacing: -.6px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 1.6em;
  }

  .article-header {
    margin-bottom: 40px;
  }

  .form-block {
    padding: 25px;
  }

  .form-field {
    height: 48px;
  }

  .form-field::-ms-input-placeholder {
    font-size: 14px;
  }

  .form-field::placeholder {
    font-size: 14px;
  }

  .textarea._w-input::-ms-input-placeholder {
    font-size: 14px;
  }

  .textarea._w-input::placeholder {
    font-size: 14px;
  }

  .blog-post-row {
    margin-top: 80px;
  }

  .featured {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .style-guide-text {
    width: 90%;
  }

  .section-style-guide {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .license-table-asset {
    height: 120px;
  }

  .navbar-logo {
    height: 45px;
  }

  .footer-logo {
    height: 90px;
    object-fit: cover;
  }

  .footer-telephone {
    text-align: center;
    align-self: center;
  }

  .sub-hero.large-text {
    font-size: 16px;
  }

  .sub-hero.large-text.no-margin {
    background-color: #000;
  }

  .grid-content-2 {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-end;
    padding-top: 3.47em;
    display: flex;
  }

  .heading-64px {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }

  .heading-32px {
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 1.3em;
  }

  .safe-roadmap-logo-wrapper {
    margin-bottom: 10px;
  }

  .safe-roadmap-item {
    padding-bottom: 3.47em;
  }

  .srm-main-wrapper {
    grid-column-gap: 3.47em;
    grid-row-gap: 3.47em;
    flex-direction: column;
  }

  .srm-main-content {
    width: 100%;
    order: 2;
  }

  .btn-wrapper {
    padding-bottom: 1.39em;
  }

  .srm-main-content-2 {
    width: 100%;
  }

  .roadmap-content-description {
    padding: 20px;
  }

  .srm-heading-2 {
    display: block;
  }

  .srm-sub-content {
    flex-direction: column;
  }

  .srm-sub-item {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    line-height: 24px;
  }

  h2 {
    line-height: 1.14em;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .section.hero {
    min-height: 550px;
    background-image: var(--image-7d1e8a87);
    background-position: 0%;
    background-size: auto 620px;
    padding-top: 169px;
    padding-bottom: 40px;
  }

  .display-heading-one {
    font-size: 45px;
  }

  .display-heading-one.hero-title {
    max-width: 380px;
    text-align: center;
    background-color: rgba(8, 14, 42, .87);
  }

  .small-caps-text.episode-number-intro {
    margin-bottom: 15px;
  }

  .main-button.button-outline {
    display: none;
  }

  .main-button.button-primary-small {
    object-fit: fill;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    overflow: visible;
  }

  .book-card {
    height: 270px;
  }

  .book-card-title {
    max-height: 83px;
    margin-bottom: 0;
  }

  .book-card-summary {
    display: none;
  }

  .section-intro {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .section-intro.background-dark.background-image {
    background-image: linear-gradient(rgba(8, 14, 42, .6), rgba(8, 14, 42, .6)), var(--image-7de79d11);
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-intro.background-dark.background-image-safe-roads {
    background-image: linear-gradient(rgba(8, 14, 42, .6), rgba(8, 14, 42, .6)), var(--image-i30d8455b);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-text {
    max-height: 215px;
  }

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

  .hero-text.large-text {
    line-height: 26px;
  }

  .hero-text.large-text.no-margin {
    background-color: rgba(8, 14, 42, .73);
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 32px;
  }

  .section-platforms-row {
    width: 160px;
    flex-wrap: wrap;
  }

  .platforms {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .platforms.last-child {
    margin-bottom: 0;
  }

  .hero-content {
    max-width: 320px;
  }

  .hero-row {
    align-items: center;
    margin-top: 30px;
  }

  .intro-content {
    max-width: 340px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .intro-content.margin-bottom-xl {
    margin-bottom: 40px;
  }

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

  .play-card-thumbnail {
    height: 280px;
  }

  .play-card-content {
    height: 270px;
    padding: 25px;
  }

  .play-card-info {
    display: none;
  }

  .play-card-title {
    max-height: 95px;
  }

  .episode-card-stamp.small-caps-text {
    display: none;
  }

  .episode-summary-content {
    padding-right: 0%;
  }

  .featured-block {
    grid-column-gap: 70px;
    grid-template-columns: .5fr .5fr;
  }

  .section-image.entrepreneur-image {
    min-height: 250px;
    background-position: 50% 20%;
  }

  .section-image.entrepreneur-podcast-show {
    min-height: 300px;
    background-position: 50% 10%;
  }

  .section-image.entrepreneur-podcast-show.srm-home-logo {
    min-height: 17.36em;
  }

  .section-image.speaking-live, .section-image.books-courses-image {
    min-height: 250px;
  }

  .section-image.about-me {
    min-height: 300px;
    background-position: 50% 20%;
  }

  .section-image.workshop, .section-image.keynote {
    min-height: 230px;
  }

  .section-image.srm-right-img {
    min-height: 20.83em;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-store {
    grid-row-gap: 30px;
  }

  .episode-card-grid, .episode-card-grid.quaters {
    grid-template-columns: 1fr;
  }

  .blog-card-thumbnail-first {
    height: 230px;
  }

  .blog-card-title {
    height: 97px;
  }

  .blog-post-image-block {
    height: 240px;
  }

  .blog-article blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }

  .style-guide-text {
    width: auto;
  }

  .license-header.no-padding {
    padding-top: 0;
  }

  .license-table-header {
    grid-template-columns: 1fr;
  }

  .license-table-header-assets {
    letter-spacing: -.6px;
    font-size: 24px;
  }

  .license-table-header-source, .table-header-license {
    display: none;
  }

  .license-table-body {
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .license-table-asset {
    height: 180px;
    margin-bottom: 15px;
  }

  .bold-text {
    display: inline;
  }

  .navbar-logo {
    object-fit: scale-down;
  }

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

  .sub-hero.large-text {
    line-height: 26px;
  }

  .sub-hero.large-text.no-margin {
    background-color: rgba(8, 14, 42, .77);
  }

  .main-button-2.button-primary-small {
    object-fit: fill;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    overflow: visible;
  }

  .grid-content-2 {
    border-right-width: 0;
  }

  .heading-64px {
    font-size: 2.1rem;
  }

  .heading-32px {
    text-align: left;
  }

  .social-links-wrapper {
    border-right: 4px solid var(--accent-orange);
    align-self: flex-end;
  }

  .social-links {
    font-size: 26px;
  }

  .safe-roadmap-logo-wrapper {
    margin-bottom: 20px;
  }

  .srm-text-title {
    padding-left: .14em;
  }

  .roadmap-content {
    padding: 0;
  }

  .heading-h2 {
    line-height: 1.3;
  }
}

#w-node-_724099ae-892e-3e17-d4f4-3f0cc8914ba6-738f4033 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_724099ae-892e-3e17-d4f4-3f0cc8914ba9-738f4033 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f4b717c3-3878-3a8a-8f71-bc1d95616ed9-078f403a, #w-node-_0ee64254-9287-6239-60de-d1dd54a48963-078f403a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1571b0aa-5289-8900-0db4-844b0fb6c71e-078f403a, #w-node-e1dbf858-e5bf-106a-9c8a-41baa9e1aea9-078f403a, #w-node-_6f144ad7-25da-194d-7e12-550d33a9d7d0-078f403a, #w-node-d6d54dbf-3fbc-dc55-a36e-c0447d12a59d-078f403a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5d5bd00f-ef2d-2407-1df8-ec65226a72ba-078f403a, #w-node-_7b75a0d6-38c3-b358-2e9f-48fcc11e3702-078f403a {
  align-self: center;
  justify-self: center;
}

#w-node-_7a469dab-0ebb-3021-d341-c0b04785bd5d-84a5d060 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_818a74f9-e716-779d-57d4-806ae44c033e-d08f403d {
  align-self: center;
  justify-self: center;
}

#w-node-_000865aa-fd47-1851-e504-6ef28912192b-d08f403d, #w-node-_8000d806-0724-9da8-3394-77fa0782f788-d08f403d, #w-node-ebc149c7-7063-d20d-4e69-2e859bf24ed9-d08f403d, #w-node-_4d90ca58-faeb-145c-006d-06c6cd16e582-d08f403d, #w-node-f62aa827-a2a7-2c6b-b567-333b5bb9c51d-d08f403d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1440656b-f5f7-f2ba-9eab-ed7a464ff6d0-df8f4044, #w-node-_1440656b-f5f7-f2ba-9eab-ed7a464ff6d4-df8f4044, #w-node-f926152f-f891-af6d-c0c0-ac7cb505c77e-df8f4044, #w-node-f926152f-f891-af6d-c0c0-ac7cb505c782-df8f4044 {
  align-self: center;
  justify-self: center;
}

#w-node-d7755777-b599-46fb-19a2-f38a762656a6-5152a4c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6263e557-95ad-8c5f-e852-106f6e01f85b-5152a4c9 {
  grid-area: Area-3;
  align-self: start;
}

#w-node-_975db8f5-4d0c-a4f3-c731-ecc12c27585b-5152a4c9 {
  grid-area: Area-4;
  justify-self: end;
}

#w-node-e6c26d94-318e-28ed-9c33-714d08819cb9-5152a4c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8396c70-6275-ac1e-5d61-d30691a4a8dd-5152a4c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a1522c4f-2a96-c6c0-7f92-7300a94db2e3-5152a4c9, #w-node-f9538f1a-18d0-d77f-76d2-5bd45f5d0fff-5152a4c9, #w-node-_289e7892-f0e4-3ae2-84b1-078a3b8c3be3-5152a4c9 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-f4b717c3-3878-3a8a-8f71-bc1d95616ed9-078f403a, #w-node-_0ee64254-9287-6239-60de-d1dd54a48963-078f403a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2184bff0-68c2-6c26-2d25-37f834c2608a-738f4033 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2184bff0-68c2-6c26-2d25-37f834c2608c-738f4033 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_43e071d6-7434-3182-919b-ce24bc7ca67c-738f4033 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_43e071d6-7434-3182-919b-ce24bc7ca67e-738f4033 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_724099ae-892e-3e17-d4f4-3f0cc8914ba6-738f4033 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_724099ae-892e-3e17-d4f4-3f0cc8914ba9-738f4033 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d8396c70-6275-ac1e-5d61-d30691a4a8dd-5152a4c9 {
    grid-area: Area-4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1440656b-f5f7-f2ba-9eab-ed7a464ff6d0-df8f4044 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_1440656b-f5f7-f2ba-9eab-ed7a464ff6d4-df8f4044 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f926152f-f891-af6d-c0c0-ac7cb505c77e-df8f4044 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-f926152f-f891-af6d-c0c0-ac7cb505c782-df8f4044 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


