/* Theme Name: River Point Technology */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

/* GIT TEST */

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

ul[class],
ol[class],
ul[id],
ol[id] {
    padding: 0;
    margin: 0;
    list-style: none;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    font-weight: normal;
    margin: 0;
    padding: 0;
    min-height: 0vw;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

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

input,
button,
textarea,
select {
    font: inherit;
    border: none;
    margin: 0;
    padding: 0;
}

:focus {
    outline: none;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

html {
    block-size: 100%;
    scroll-behavior: smooth;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
}

body {
    min-height: 100vh;
    min-block-size: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: var(--scaled-text);
    font-weight: 300;
    line-height: 1.6;
    color: var(--slate);
    --slate: #324251;
    --orange: #f47e20;
    --blue-400: #1789fc;
    --blue-600: #1d416b;
    --blue-800: #1d3558;
    --transition: 0.5s ease-in-out;
    --thin: 56px;
    --thick: 80px;
    --thicc: 112px;
    --min-headroom: clamp(28px, 4vw, 40px);
    --mid-headroom: clamp(var(--thin), 12vw, var(--thick));
    --max-headroom: clamp(var(--thin), 14vw, var(--thicc));
    --padding-inline: clamp(2rem, 6vw, var(--thicc));
    --padding-thin: clamp(1.75rem, 3vw, var(--thin));
    --padding-thick: clamp(1.5rem, 6vw, var(--thin));
    --gap: 24px;
    --radius: 8px;
    --shadow: 0 12px 36px rgb(29 53 88 / 0.08);
    --shadow--big: 0 0 80px rgb(29 53 88 / 0.25);
    --scaled-text: clamp(18px, 2.5vw, 1.25rem);
    --scaled-text--small: clamp(15px, 2vw, 1rem);
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: var(--blue-600);
    display: inline-block;
}

h1 + [class*='btn'],
.h1 + [class*='btn'],
h2 + [class*='btn'],
.h2 + [class*='btn'],
h3 + [class*='btn'],
.h3 + [class*='btn'] {
    margin-top: var(--min-headroom);
}

h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong {
    color: var(--orange);
}

h1:not(h3,
.h3),
.h1:not(h3,
.h3),
h2:not(h3,
.h3),
.h2:not(h3,
.h3),
h3:not(h3,
.h3),
.h3:not(h3,
.h3) {
    line-height: 1.1;
}

h1,
.h1 {
    font-size: clamp(36px, 10vw, 4.5rem);
}

h1.limited,
.h1.limited {
    max-width: 30ch;
}

h1.limited--slight,
.h1.limited--slight {
    max-width: 30ch;
}

h1 + p,
.h1 + p {
    margin-top: var(--min-headroom);
}

h2,
.h2 {
    font-size: clamp(24px, 6vw, 3rem);
}

h2.limited,
.h2.limited {
    max-width: 28ch;
}

h2.limited--more,
.h2.limited--more {
    max-width: 16ch;
}

h2 + p,
.h2 + p {
    margin-top: 1.5em;
}

h3,
.h3 {
    font-size: var(--scaled-text);
    line-height: 1.25;
}

h3 + p,
.h3 + p {
    margin-top: 1em;
}

p {
    font-weight: 300;
}

p a {
    color: var(--orange);
    font-size: inherit;
}

p + p {
    margin-top: 1em;
}

p + .btn {
    margin-top: var(--min-headroom);
}

div.small {
    font-size: 15px;
}

p strong,
div.strong {
    font-weight: 500;
}

div[class*='limited'] {
    max-width: 80ch;
}

div.limited--less {
    max-width: 72ch;
}

.limited--slight {
    max-width: 64ch;
}

a {
    font-size: var(--scaled-text--small);
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}

blockquote {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

blockquote.small {
    font-size: clamp(20px, 4vw, 22px);
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100% !important;
}

blockquote footer {
    gap: 16px;
    margin-top: 1.5em;
}

blockquote .headshot {
    width: 48px;
    height: 48px;
}

blockquote .headshot img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

blockquote cite {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    font-style: normal;
}

blockquote cite strong {
    display: block;
}

[class*='btn'] {
    border: 3px solid var(--slate);
    padding: 0.8em;
    border-radius: var(--radius);
    display: inline-flex;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}

.btn--small {
    padding: 12px;
    font-size: 15px;
    border-width: 2px;
}

.text-link {
    color: var(--orange);
    margin-top: 1.5em;
    line-height: 1.5;
    display: block;
    font-weight: 600;
    transition: color var(--transition);
}

.h-label {
    color: var(--slate);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 2px;
    max-width: max-content;
}

.h-label hr {
    min-width: 2rem;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1.5px solid var(--slate);
    margin-right: 3px;
}

.h-label + :is(h1,
.h1),
.h-label + :is(h2,
.h2) {
    margin-top: var(--min-headroom);
}

.h-group {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 24px;
}

.h-group i {
    width: 2.5rem;
}

section {
    padding-block: var(--max-headroom);
    padding-inline: var(--padding-inline);
}

section > header + * {
    margin-top: var(--mid-headroom);
}

#Masthead {
    /* background: var(--blue-800);
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 24px;
  border-radius: var(--radius);
  position: fixed;
  inset: 1rem;
  z-index: 9; */
    position: relative;
}

#Hamburger-Holder {
    display: none;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background: transparent;
    width: 28px;
    height: 40px;
    cursor: pointer;
}

#Hamburger {
    --patty: 2px;
    width: 28px;
    height: var(--patty);
    border-radius: 2px;
    position: relative;
    background: white;
}

#Hamburger::before,
#Hamburger::after {
    content: '';
    width: 100%;
    height: var(--patty);
    background: white;
    border-radius: inherit;
    position: absolute;
    left: 0;
}

#Hamburger::before {
    top: calc(var(--patty) * -4);
}

#Hamburger::after {
    bottom: calc(var(--patty) * -4);
}

@media (max-width: 800px) {
    #Hamburger-Holder {
        display: flex;
        margin-right: 24px;
    }
}

@media (max-width: 560px) {
    #Hamburger-Holder {
        margin-right: 0;
    }
}

#Main-Nav {
    --nav-fs: 16px;
}

#Main-Nav .nav {
    display: flex;
    gap: 2vw;
}

#Main-Nav .nav > li {
    position: relative;
    height: 56px;
    display: flex;
    align-items: center;
    flex: 1 1 max-content;
    font-size: var(--nav-fs);
}

#Main-Nav .nav > li:hover {
    color: var(--blue-400);
}

#Main-Nav .nav > li:hover > .sub-menu {
    display: block;
}

#Main-Nav .nav > li:hover > a {
    color: var(--blue-400);
}

#Main-Nav .nav > li.active a {
    color: var(--blue-400);
}

#Main-Nav .nav > li a {
    font-size: inherit;
}

#Main-Nav .nav .sub-menu {
    display: none;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 56px;
    transform: translateX(-50%);
    text-align: center;
    min-width: 240px;
    background: var(--blue-800);
}

#Main-Nav .nav .sub-menu li + li {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.125);
}

#Main-Nav .nav .sub-menu a {
    color: white;
}

#Main-Nav .nav .sub-menu a:hover {
    color: var(--blue-400);
}

@media (max-width: 800px) {
    #Main-Nav .nav {
        display: none;
    }
}

[id*='Logo--'] {
    transition: all var(--transition);
}

[id*='Logo--'] * {
    transition: inherit;
}

[id*='Logo--'] .lettermark {
    fill: white;
}

[id*='Logo--'] .art--left {
    fill: var(--orange);
}

[id*='Logo--'] .art--right {
    fill: white;
}

[id*='Logo--']:hover .art--left {
    fill: white;
}

[id*='Logo--']:hover .art--right {
    fill: var(--orange);
}

[id*='Logo--']:hover .wordmark {
    fill: var(--orange);
}

#Home #Hero {
    padding-top: clamp(160px, 36vw, 400px);
}

#Hero {
    padding-top: clamp(160px, 36vw, 240px);
}


[class*='cards--'] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}

.cards--2 .card {
    flex: 1 1 calc(50% - var(--gap));
    padding-block: clamp(var(--thin), 10vw, var(--thick));
    padding-inline: clamp(1.5rem, 8vw, var(--thicc));
    min-width: 360px;
}

.cards--2.wide {
    --gap: var(--padding-inline);
}

.cards--3 .card {
    flex: 1 1 calc(100% / 3 - var(--gap));
    padding: var(--padding-thin);
    min-width: 320px;
}

.card {
    border-radius: var(--radius);
    position: relative;
    background: white;
}

.card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    box-shadow: var(--shadow);
    transition: box-shadow var(--transition);
}

.card.stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.card p {
    font-size: var(--scaled-text--small);
    min-height: 250px;
    position: relative;
}

[class*='flex--'] {
    display: flex;
    gap: var(--padding-inline);
}

.flex--start {
    align-items: flex-start;
}

.flex--left .left {
    flex: 1 1 100%;
}

.flex--left .right {
    flex: 1 1 45%;
}

.flex--right .left {
    flex: 1 1 45%;
}

.flex--right .right {
    flex: 1 1 100%;
}

.flex--even .left,
.flex--even .right {
    flex: 1 1 50%;
}

.block-img {
    border-radius: var(--radius);
    overflow: hidden;
}

.block-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#Footer {
    display: flex;
    flex-wrap: wrap;
}

#Footer > * {
    flex: 1 1 50%;
    padding-block: clamp(var(--thin), 12vw, var(--thin));
    padding-inline: clamp(18px, 4vw, var(--thin));
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#Footer .left {
    gap: 2rem;
}

#Footer .left p {
    max-width: 48ch;
}

#Footer .colo {
    flex-basis: 100%;
    padding: 12px;
    align-items: center;
    text-align: center;
    order: 3;
    font-size: 15px;
}

#Footer .colo p {
    line-height: 1.35;
    font-weight: 600;
}

#Footer .colo p span {
    font-weight: 400;
}

#Newsletter-Form {
    margin-top: var(--min-headroom);
}

#Newsletter p {
    max-width: 47ch;
}

#Partner-Grid {
    flex-wrap: wrap;
}

#Partner-Grid > * {
    flex: 0 0 25%;
    min-width: 160px;
}

#Accelerator-Subscription .card h3 {
    margin-bottom: .5em;
    min-height: 100px;
}

#Results .card .left {
    display: none;
}

#Case-Studies .btn {
    display: none;
}

#Listing #content {
    padding: 40px;
    margin-top: 80px;
    border: 3px solid var(--slate) !important;
}

#About #Hero {
    background: var(--blue-600) url('https://assets.codepen.io/5456038/hero-about.jpg') no-repeat bottom center/cover;
    padding-bottom: 0;
}

#DevOps #Hero {
    background: var(--blue-600) url('/wp-content/uploads/2022/02/devops-hero-scaled.jpg') no-repeat bottom center/cover;
}

#Operational-Readiness #Hero {
    background: var(--blue-600) url('/wp-content/uploads/2022/02/readiness-hero.jpg') no-repeat bottom center/cover;
}

#Education #Hero {
    background: var(--blue-600) url('/wp-content/uploads/2022/02/concentric-white.png') no-repeat bottom center / cover;
    /* text-align: center; */
}

#Education #Hero div.limited {
    /* margin-inline: auto; */
    max-width: 64ch;
}

#Education #Hero h1.limited {
    max-width: 64ch;
}

#Education #Hero .h-label {
    /* margin-inline: auto; */
}

.training-course__main {
    padding: 40px;
}

.awsm-job-item h2.awsm-job-post-title a {
    font-size: 24px;
     !important;
}

.training-course__main img {
    width: min(240px, 100%);
    margin-inline: auto;
}

#Listing form {
    margin-top: 80px;
}

#Listing > div ul {
    margin-top: 12px;
}

#Listing {
    padding-top: 0;
    margin-inline: auto;
    display: flex;
    width: min(100%, 1200px);
    margin-top: calc(var(--thicc) - 72vh);
}

#Listing > .card {
    display: flex;
    flex-direction: column;
    gap: var(--thick);
    width: 100%;
    padding-block: var(--max-headroom);
    padding-inline: var(--padding-inline);
}

#Listing > .card header {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#Listing > .card main .item + .item {
    margin-top: var(--thin);
}

#Listing > .card main .item ::marker {
    color: var(--blue-400);
}

ul:not([class]) {
    padding-left: 16px;
    margin-top: 2em;
}

ul:not([class]) li {
    padding-left: 8px;
    font-size: var(--scaled-text--small);
    font-weight: 400;
}

ul:not([class]) li + li {
    margin-top: 1em;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tag-list .tag {
    height: 40px;
    padding-inline: 1rem;
    background: var(--orange);
    border-radius: 24px;
    color: white;
    font-weight: 600;
    font-size: var(--scale-text--small);
}

#Application {
    border: 4px solid var(--blue-600);
    padding-block: clamp(var(--thin), 10vw, var(--thick));
    padding-inline: clamp(1.5rem, 8vw, var(--thicc));
}

#Team .social {
    position: absolute;
    top: 16px;
    right: 16px;
}

#Team .social a {
    width: 32px;
    aspect-ratio: 1;
    padding: 6px;
    transition: transform var(--transition);
}

#Team .social a:hover {
    transform: scale(1.1);
}

#Team .card {
    padding: 0;
    transition: all var(--transition);
    cursor: pointer;
    min-width: 280px;
}

#Team .card .text-link {
    color: var(--blue-800);
}

#Team .card:hover {
    transform: scale(1.0125);
}

#Team .card:hover::after {
    box-shadow: var(--shadow--big);
}

#Team .card:hover .text-link {
    color: var(--orange);
}

#Team .card:hover img {
    transform: scale(1.05);
}

#Team .card header {
    overflow: hidden;
    border-radius: var(--radius) var(--radius) 0 0;
}

#Team .card header img {
    transition: all var(--transition);
}

#Team .card main {
    padding-block: clamp(32px, 8vw, var(--thin));
    padding-inline: clamp(1.5rem, 6vw, var(--thin));
}

#Team .card .h2 .title {
    display: block;
    font-size: var(--scaled-text);
    font-weight: 400;
    margin-top: 4px;
    line-height: 1.5;
}

#About-Slider {
    margin-top: var(--max-headroom);
    height: min(56vw, 320px);
    overflow: hidden;
}

.about_contact .about_contact_button {
    display: table;
    margin: 30px auto 0px;
    width: auto;
    text-align: center;
}

#About-Us .card p {
    min-height: 100px;
}

#About-Us .cards--3 .card{
    display: block;
}

#Internship {
    gap: 1.5em;
}

#Internship .btn {
    margin-top: 0;
}

.checkmark-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.checkmark-list > .item {
    display: flex;
    gap: 12px;
    flex: 1 1 calc(50% - var(--gap));
    min-width: 240px;
    font-size: var(--scaled-text--small);
    font-weight: 700;
    line-height: 1.25;
}

.checkmark-list > .item::before {
    --width: 20px;
    content: '';
    background: transparent url('https://assets.codepen.io/5456038/check.png') no-repeat top left/100%;
    width: var(--width);
    min-width: var(--width);
    aspect-ratio: 1;
    display: block;
    top: 0;
    left: 0;
}

.checkmark-list > .item.parent::before {
    display: none;
}

.checkmark-list > .item .checkmark-child {
    margin-left: 40px;
    flex-basis: 100%;
}

.checkmark-list > .item .checkmark-child .item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkmark-list > .item .checkmark-child .item + .item {
    margin-top: var(--gap);
}

#Internship-Points {
    margin-block: clamp(3rem, 8vw, var(--thin));
}

#Exit-Links {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

#Exit-Links > * {
    flex: 1 1 50%;
    padding: var(--padding-thick);
    min-width: 320px;
}

#Exit-Links .left {
    background: var(--blue-600) url('https://assets.codepen.io/5456038/know-us.png') no-repeat center center/cover;
    overflow: hidden;
}

#Exit-Links .right {
    flex-direction: column;
}

#Exit-Links .right h3 {
    margin-bottom: 1em;
}

#Pillars-Grid {
    display: flex;
    flex-wrap: wrap;
}

#Pillars-Grid .item {
    padding: var(--padding-thin);
    flex: 1 1 25%;
    border: 2px solid white;
    min-width: 320px;
}

#Pillars-Grid .item p {
    font-size: var(--scaled-text--small);
}

#Form-Container {
    --movement: calc(var(--max-headroom) * -1 - clamp(20px, 6vw, 40px));
    transform: translateY(var(--movement));
    margin-bottom: var(--movement);
}

#Contact-Methods {
    margin-top: var(--min-headroom);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#Contact-Methods .item {
    display: flex;
    align-items: flex-start;
    gap: inherit;
    flex-wrap: wrap;
}

#Contact-Methods .item i {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 20px;
    padding-top: 5px;
}

#Contact-Methods p {
    font-size: 13px;
    font-weight: 400;
}

#Contact-Methods p a {
    color: var(--orange);
}

#Contact-Methods p .sly-link,
#Contact-Methods p .sly-link:visited {
    font-weight: 400;
    color: inherit;
}

#Alumni .right {
    order: 0;
}

#Accelerator-Matrix {
    display: flex;
    gap: var(--gap);
}

#Accelerator-Matrix .checkmark-list .item {
    flex: auto;
}

#Accelerator-Matrix .product-image-title {
    max-height: 20px;
    width: auto;
}

#Accelerator-Matrix > .item {
    flex: 1 1 calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--padding-thin);
    z-index: 2;
}

#Accelerator-Matrix > .item.highlighted {
    outline: 2px solid white;
    z-index: 3;
}

#Accelerator-Subscription h2,
#Accelerator-Subscription .h2 {
    flex-direction: column;
    gap: 12px;
}

#Accelerator-Subscription h2 .product-image-title,
#Accelerator-Subscription .h2 .product-image-title {
    width: min(224px, 100%);
}

#DevOps-Intro {
    display: flex;
    flex-direction: column;
    gap: var(--thin);
}

#DevOps-Intro .item {
    align-items: center;
}

#DevOps-Intro .item .left {
    max-height: 480px;
}

#Our-Process .flex--even .right {
    order: 0;
}

#Our-Process .card-stack .left {
    order: 0;
}

.card-stack {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
}

.card-stack .left {
    order: 0;
}

.card-stack .h-label {
    flex-direction: column;
    align-items: flex-start;
}

.card-stack .h-label strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: var(--blue-400);
}

.card-stack .h-label hr {
    margin-top: -3px;
    margin-left: 0;
    max-width: 3rem;
}

#Work-With img {
    max-height: 80px;
    margin-inline: auto;
}

#Results .card-stack [class*='flex--'] {
    align-items: center;
}

#Results .card-stack .left {
    --size: 240px;
    order: 0;
    max-width: var(--size);
    width: min(var(--size), 100%);
    margin-right: auto;
}

.swiper-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-slide {
    width: clamp(320px, 75%, 480px);
    height: 100%;
    padding: calc(var(--gap) / 1.5);
}

.swiper-slide img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: var(--radius);
    overflow: hidden;
}

.swiper-notification {
    display: none;
}

.padded--thin {
    padding: var(--padding-thin);
}

.padded--thick {
    padding: var(--padding-thick);
}

.breakout,
#About-Slider {
    width: calc(100% + var(--padding-inline) * 2);
    transform: translateX(calc(var(--padding-inline) * -1));
}

.flex-center,
blockquote footer,
[id*='Logo--'],
#Partner-Grid,
.tag-list .tag,
#Team .social a,
#Exit-Links .right,
#Accelerator-Subscription h2,
#Accelerator-Subscription .h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle {
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1;
}

.img-block img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.rounded {
    border-radius: var(--radius);
    overflow: hidden;
}

.hide-on {
    display: initial;
}

@media (max-width: 560px) {
    .hide-on {
        display: none !important;
    }
}

.hide-until {
    display: none;
}

.hidden {
    display: none;
}

.centered {
    text-align: center;
}

.centered > * {
    margin-inline: auto;
}

.inverse,
[class*='bg-blue'],
.bg-orange,
.bg-slate {
    color: white;
}

.inverse a,
[class*='bg-blue'] a,
.bg-orange a,
.bg-slate a,
.inverse h1,
[class*='bg-blue'] h1,
.bg-orange h1,
.bg-slate h1,
.inverse .h1,
[class*='bg-blue'] .h1,
.bg-orange .h1,
.bg-slate .h1,
.inverse h2,
[class*='bg-blue'] h2,
.bg-orange h2,
.bg-slate h2,
.inverse .h2,
[class*='bg-blue'] .h2,
.bg-orange .h2,
.bg-slate .h2,
.inverse h3,
[class*='bg-blue'] h3,
.bg-orange h3,
.bg-slate h3,
.inverse .h3,
[class*='bg-blue'] .h3,
.bg-orange .h3,
.bg-slate .h3,
.inverse .h-label,
[class*='bg-blue'] .h-label,
.bg-orange .h-label,
.bg-slate .h-label {
    color: white;
}

.inverse .h-label hr,
[class*='bg-blue'] .h-label hr,
.bg-orange .h-label hr,
.bg-slate .h-label hr {
    border-color: white;
}

.inverse [class*='btn'],
[class*='bg-blue'] [class*='btn'],
.bg-orange [class*='btn'],
.bg-slate [class*='btn'] {
    border-color: white;
}

.bg-orange {
    background: var(--orange);
}

.bg-blue-400 {
    background: var(--blue-400);
}

.bg-blue-600 {
    background: var(--blue-600);
}

.bg-blue-800 {
    background: var(--blue-800);
}

.bg-slate {
    background: var(--slate);
}

.bg-light {
    background: rgba(29, 65, 107, 0.05);
}

@media (max-width: 1020px) {
    body {
        --gap: 18px;
        --radius: 6px;
    }

    [class*='cards--'].wide {
        --gap: 24px;
    }

    #Masthead {
        position: absolute;
        inset: 12px;
    }

    section {
        padding-inline: 40px;
    }

    [class*='flex--'] .left,
    [class*='flex--'] .right {
        order: 1;
    }

    .flex--left,
    .flex--right,
    .flex--even {
        flex-direction: column;
        gap: var(--padding-thick);
    }

    .flex--left .left {
        order: 0;
    }

    .flex--right .right {
        order: 0;
    }

    #Footer {
        flex-direction: column;
    }

    #Footer .left {
        order: 1;
    }

    #Footer .right {
        order: 0;
    }

    .force-center {
        text-align: center !important;
    }

    #Results .card-stack [class*='flex--'] {
        align-items: stretch;
    }
}

@media (max-width: 800px) {
    #Accelerator-Matrix {
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    body {
        --gap: 12px;
        --radius: 6px;
    }

    [class*='cards--'].wide {
        --gap: 12px;
    }

    .centered {
        text-align: left;
    }

    .centered .h-label,
    .centered h3 {
        margin-left: 0;
    }

    #Masthead {
        padding-inline: 16px;
        inset: 8px;
        height: 64px;
    }

    #Logo--Header {
        width: 200px;
    }

    section {
        padding-inline: clamp(18px, 4vw, var(--thin));
    }

    .card {
        min-width: 100% !important;
    }

    #Footer > * {
        min-width: 100%;
    }

    .limited {
        width: 100% !important;
    }
}

/* Greg's Edits */

/* Education Page */

.pill {
    background: var(--slate);
    color: #fff;
    border-radius: 26px;
    display: inline-block;
    padding: 8px 24px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.pill.-small {
    font-size: 16px;
}

.pill:not(:last-child) {
    margin-right: 10px;
}

.filter-button-group .pill.is-checked {
    background: var(--orange);
}

.filter-button-group button {
    cursor: pointer;
}

.filter-heading {
    margin-bottom: 20px;
}

.button-group:not(:last-child) {
    margin-bottom: 30px;
}

.button-group:last-child {
    margin-bottom: 70px;
}

.grid-item {
    width: 32%;
    margin-bottom: 8px;
}

.training-course {
    border: 4px solid var(--blue-800);
    border-radius: 8px;
    position: relative;
}
.pill-container{
    min-height: 120px;
}
.training-course__main {
    padding: 54px 10% 24px;
}

.training-course__btn {
    display: flex;
    color: #fff;
    background-color: var(--orange);
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin: 0 24px 24px;
    font-weight: 500;
    font-size: 24px;
    min-height: 76px;
    margin-top: 0px !important;

}
.training-course-container{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.training-course__date {
    font-weight: 500;
    font-size: 20px;
    color: var(--slate);
    margin-bottom: 24px;
}

.training-course h3 {
    margin-bottom: 20px;
}

.training-course h3 a {
    color: var(--orange);
    font-size: var(--scaled-text);
    line-height: 1.25;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

/* Scott's Edits */

* + .btn,
.h1 + *,
h2 + * {
    margin-top: var(--min-headroom);
}

#Home #Hero,
#Accelerator #Hero {
    background: white url('/wp-content/uploads/2022/02/concentric-grey.png') no-repeat 50vw -6vw / 70vw;
}

.animated-bg-header {
    /* background: white url('/wp-content/themes/rpt/images/circle_animation.gif') no-repeat 50vw -6vw / 70vw !important; */
    background: none !important;
    overflow: hidden !important;
}

#Offerings > header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 48px;
}

#Offerings > header figure {
    max-width: 16vw;
}

#Offerings > header .copy {
    /* min-width: 640px; */
}

#Contact #Hero,
#Careers #Hero,
#Listing-Hero {
    background: var(--blue-600) url('/wp-content/uploads/2022/02/concentric-white.png') no-repeat 50vw -6vw / 70vw;
}

#Cloud #Hero {
    background: white url('/wp-content/uploads/2022/02/concentric-grey.png') no-repeat 50vw bottom / 70vw;
}


#Cloud #Case-Studies,
#Cloud #Marketplace {
    padding-top: 0;
}

blockquote p {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

.h-group i {
    width: auto;
    height: 40px;
    overflow: hidden;
}

.h-group i img {
    height: 40px;
}

#Values header,
#Our-Team {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#Values header > *,
#Our-Team header > * {
    margin-inline: auto;
    text-align: center;
}

#Values header .h-label,
#Our-Team header .h-label {
    margin-inline: auto;
    justify-content: center;
}

/* filtering */

.awsm-filter-wrap .awsm-filter-item {
    flex: 1 1 calc(100% / 3);
    ;
    min-width: 200px;
}

.awsm-filter-wrap form {
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
    width: 100%;
}

.awsm-list-left-col {
    text-align: left;
}

#Partners {
    position: relative;
}

#Home-Slider-Container {
    margin-top: 80px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
}

#Home-Slider {
    width: min(800px, 100%);
    margin-left: auto;
    margin-right: auto;
}

#Home-Slider-Container .swiper-slide {
    opacity: 0 !important;
    transition: all var(--transition);
}

#Home-Slider-Container .swiper-slide-active {
    opacity: 1 !important;
}

#Masthead .button-group {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
}

.btn--alt {
    background: var(--orange);
    border-color: var(--orange) !important;
}

.awsm-list-item .awsm-job-specification-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.awsm-job-specification-item {
    padding: 4px 16px;
    border-radius: 16px;
    height: 32px;
    background: var(--orange);
    color: white;
    font-weight: bold;
}

.card {
    padding-block: clamp(var(--thin), 10vw, var(--thick));
    padding-inline: clamp(1.5rem, 8vw, var(--thick));
}

/* contact form */

div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea,
.awsm-job-form-field {
    border: 3px solid var(--slate) !important;
    min-height: 56px;
}

#awsm-application-file {
    border: none !important;
    font-size: 14px;
    min-height: auto;
}

.awsm-job-form-inner {
    margin-top: 40px;
    border: 3px solid var(--slate) !important;
    border-radius: var(--radius);
}

.wpforms-field-label,
.awsm-job-form-group label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.25;
    margin: 0 0 12px 0;
    padding: 0;
}

.awsm-job-form-group small {
    font-size: 14px;
    margin-top: 6px;
}

.wpforms-field-container,
#awsm-application-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.wpforms-field-container > *,
#awsm-application-form > * {
    flex: 1 1 calc(50% - 16px);
    min-width: 240px;
}

.wpforms-field-container > * input,
#awsm-application-form > * input {
    max-width: 100%;
}

.wpforms-field-textarea {
    flex-basis: 100%;
}

.wpforms-field-medium {
    max-width: 100% !important;
}

.wpforms-field input, .wpforms-field textarea{
    border-radius: 15px !important;
}

.wpforms-submit,
#awsm-application-submit-btn {
    border: 3px solid var(--slate) !important;
    padding: 0.8em !important;
    border-radius: var(--radius) !important;
    display: inline-flex !important;
    line-height: 1 !important;
    text-align: center !important;
    font-weight: 700 !important;
    background: none !important;
    cursor: pointer;
}

#Listing-Hero {
    min-height: 36vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-position: center center;
    padding-top: calc(var(--max-headroom) + 80px);
}

#Listing {
    width: min(1200px, 100%);
    margin: -4vw auto 0;
}

#Listing > div {
    padding: 40px;
    border-radius: var(--radius);
    position: relative;
    background: white;
}

#Listing > div .awsm-job-specification-item {
    padding: 0;
    border-radius: none;
    height: inherit;
    background: none;
    color: inherit;
    font-weight: inherit;
}

#Listing > div::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    box-shadow: var(--shadow);
    transition: box-shadow var(--transition);
}

#Listing > div h4 {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

/* Mobile Nav */

.modal {
    --modal-bg: var(--blue-600);
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: var(--modal-bg);
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.modal.active {
    opacity: 1;
    pointer-events: initial;
}

.close {
    --close-size: 24px;
    --close-color: white;
    position: absolute;
    top: var(--close-size);
    right: var(--close-size);
    width: var(--close-size);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.close::before,
.close::after {
    content: "";
    background: var(--close-color);
    position: absolute;
    height: 4px;
    width: 100%;
    border-radius: 2px;
}

.close::before {
    transform: rotate(45deg);
}

.close::after {
    transform: rotate(-45deg);
}

#Mobile-Nav .button-group {
    margin-top: 40px;
    flex-direction: column;
    display: flex;
    gap: 12px;
}

#Mobile-Nav .button-group .btn--small {
    border-color: white !important;
    color: white;
    text-align: center;
    display: block;
}

#Mobile-Nav li a {
    font-size: 32px;
    color: white;
    text-transform: uppercase;
    line-height: 1.25;
}

#Mobile-Nav li a:hover {
    color: var(--blue-400);
}

#Mobile-Nav .sub-menu {
    margin-bottom: .25em;
}

#Mobile-Nav .sub-menu a {
    font-size: 16px;
    text-transform: none;
    opacity: .75;
}

#Mobile-Nav .sub-menu a:hover {
    opacity: 1;
}

.no-scroll {
    overflow: hidden;
}

/* person modal */

.person-modal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: white;
    border: 3px solid var(--slate);
    margin: 0 24px;
    max-width: 960px;
}

.person-modal > * {
    flex: 1 1 50%;
}

.person-modal__photo {
    overflow: hidden;
    max-width: 400px;
}

.js-person-modal__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.person-modal__main {
    padding: 40px;
    min-width: 400px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.js-person-modal__linkedin {
    width: 36px;
    aspect-ratio: 1;
    background: var(--blue-600);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin-bottom: 24px;
}

.js-person-modal__name {
    line-height: 1;
}

.js-person-modal__title {
    margin-top: 6px;
    margin-bottom: 20px;
}

.js-person-modal__bio {}

.job-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.job-tags span {
    padding: 4px 16px;
    border-radius: 16px;
    height: 32px;
    background: var(--orange);
    color: white;
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
    min-width: 120px;
}

.training-course {
    min-width: 360px;
}

.pt-cv-view .pt-cv-title {
    padding: 20px !important;
    padding-bottom: 0px !important;
}

.pt-cv-view .pt-cv-title a {
    padding: 0px !important;
}

@media (min-width: 992px) {
    .pt-cv-wrapper .col-md-6 {
        width: 47% !important;
    }

    .pt-cv-wrapper .col-md-4 {
        width: 47% !important;
    }
}

.pt-cv-page {
    flex-wrap: wrap;
    justify-content: space-between !important;
}

.btn-services {
    text-align: center;
    display: block;
    max-width: 150px;
    margin: 0 auto;
    max-width: 150px;
    margin-top: 50px;
    margin-bottom: -50px;
}

.testimonial-card {
    /* position: relative; */
    padding-bottom: 20px;
}

/*
.testimonial-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  box-shadow: var(--shadow);
  transition: box-shadow var(--transition);
} */

.testimonial-card span {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.testimonial-card span {
    /* display: none; */
}

.testimonial-card .test-author {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    font-weight: bold;
    font-size: 14px;
}

.services-intro {
    max-width: 950px !important;
}

.services-intro p {
    margin-top: 0px;
}

.pad-t-0 {
    padding-top: 0px;
}

.accelerator-callout-boxes .item.padded--thin.bg-blue-800:nth-child(4) img {
    max-height: 26px !important;
}

.testimonial-wrap .h-label {
    text-align: center;
    display: flex;
    margin: 0 auto;
    /* align-items: center; */
    /* justify-content: center; */
    margin-bottom: 25px;
}

.services-hero {
    background: white url(/wp-content/uploads/2022/10/Kubernetes_IconGray.svg) no-repeat 50vw -6vw / 70vw !important;
}

.owl-nav {
    text-align: right;
}

.header-wrap {
    background: var(--blue-800);
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 24px;
    border-radius: var(--radius);
    position: fixed;
    inset: 1rem;
    z-index: 9;
}

.has-orange-bar {
    display: block;
    width: 100%;
}

.orange-bar a {
    font-size: inherit;
    font-weight: 100;
    text-decoration: underline;
}

.has-orange-bar .header-wrap {
    margin-top: 65px;
    border-radius: 0 0 var(--radius) var(--radius);
}

.orange-bar {
    background: var(--orange);
    color: #fff;
    justify-content: center;
    position: fixed;
    z-index: 9;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: var(--radius) var(--radius) 0 0;
    inset: 1rem;
    display: flex;
    height: 60px;
    margin-top: 15px;
}

@media (max-width:980px) {
    .orange-bar {
        display: none;
    }

    .has-orange-bar .header-wrap {
        margin-top: 0px;
    }

    #Newsletter-Form {
        width: 100%;
    }
}

@media (max-width:768px) {
    #Newsletter-Form {
        width: 100%;
    }
}

#Main-Nav .nav > li a:hover {
    color: var(--orange) !important;
}

#Main-Nav .nav > li a:active {
  
}

#Main-Nav .nav > li a {
  color: #fff;
}

.menu-item-has-children a:hover {
    color: var(--orange) !important;
}

/* #Main-Nav .nav>li a:link {
  color: var(--orange) !important;
} 

#Main-Nav .nav > li a:focus {
    color: var(--orange) !important;
}
*/

#Main-Nav li:hover > a,
#Main-Nav li.current_page_ancestor > a,
#Main-Nav li.current_page_parent > a {
  color: var(--orange) !important;
}

/* https://animate.style/ */

/* All delay classes will take 2x longer to start */

:root {
    --animate-delay: 2s;
}

:root {
    --animate-duration: 1s !important;
}

.hp-acc-section h3 {
    text-align: center !important;
    font-size: 35px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    max-width: 70ch;
}

.hp-acc-section .cards--3 {
    margin-bottom: var(--mid-headroom);
}

.hp-acc-section .card {
    background: var(--blue-600);
}





.hp-acc-section .card h3,
.hp-acc-section .card p {
    color: #fff;
}

.hp-acc-section .btn {
    display: block;
    width: 100%;
    /* margin-top: 25px; */
    position: absolute;
    bottom: 40px;
}

.btn {
    border-radius: 30px !important;
    border-color: var(--orange) !important;
    color: #fff !important;
    background-color: var(--orange) !important;
}

.swiper {
    width: 600px;
    height: 300px;
}

.testimonials-hp {
    padding-top: 0px;
    padding-bottom: 0px;
}

#One-Partner .btn {
    margin-top: 0px;
    display: table;
}

#One-Partner h2 {
    /* color: var(--orange) !important; */
}

#One-Partner .h-label {
    font-weight: bold;
}

.logos-hp {
    background-color: var(--slate) !important;
    padding: 0px !important;
    padding-top: 25px !important;
}

.partners-btn {
    display: table;
    margin: 0 auto;
    width: auto;
    text-align: center;
}

.hp-acc-section .card {
    transition: all var(--transition);
}

.hp-acc-section .card:after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    box-shadow: var(--shadow);
    transition: box-shadow var(--transition);
}

.hp-acc-section .card:hover {
    transform: scale(1.0125) !important;
    box-shadow: 0px 0px 30px #0000002b;
}

#Offerings-Grid .card:hover {
    transform: scale(1.0125) !important;
    box-shadow: 0px 0px 30px #0000002b;
}

#Offerings-Grid .card-content-container {
    display: flex;
    gap: 20px;
}

#Offerings-Grid .card-img {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
    align-items: center;
    justify-content: center;
}

#Offerings-Grid .card-content {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

#Offerings-Grid .card p {
    min-height: 100px;
}

.owl-carousel-partners {
    margin-top: 25px;
    margin-bottom: 25px;
}

.owl-carousel-logos .owl-item img {
    width: 80% !important;
}

#AwardsSection header {
    color: var(--blue-600);
}

#AwardsSection header h2 {
    margin-bottom: 35px !important;
}

.awards-banner {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.awards-banner-image {
    box-shadow: var(--shadow);
    transition: box-shadow var(--transition);
}

.owl-carousel-awards .owl-prev,
.owl-carousel-awards .owl-next {
    color: var(--orange) !important;
    width: 20px;
    height: 20px;
    font-size: 50px !important;
}

.owl-carousel-awards .owl-prev {
    position: absolute;
    left: -30px;
    top: 60px;
}

.owl-carousel-awards .owl-next {
    position: absolute;
    right: -30px;
    top: 60px;
}

.owl-carousel-awards .owl-item img {
    width: 70% !important;
}

.has-orange-bar.is-admin .header-wrap {
    margin-top: 80px;
}

.btn {
    transition: all var(--transition);
}

.btn:hover {
    background: #fff !important;
    transition: all var(--transition);
    color: var(--slate) !important;
}

.hero-vid-container {
    overflow: hidden;
    right: 0px;
    position: absolute;
    top: 0;
}

video#bgvid {
    width: 800px;
    margin-right: -100px;
}

.social-icons {
    padding: 0px;
    margin: 0px;
    display: flex;
}

.social-icons li a img {
    width: 45px;
    margin-right: 10px;
}

section#AwardsSection {

    margin: 0 auto;
    padding-bottom: 20px;
}

main#Partner-Grid {
    margin-top: 0px;
}

#One-Partner h2 {
    max-width: 72ch;
    margin: 0 auto;
}

.limited--less {
    max-width: 72ch;
    margin: 0 auto;
}

.testimonials-hp .owl-dots {
    display: block;
    z-index: 999;
    margin-bottom: 45px;
    text-align: center;
}

.testimonials-hp .owl-dot {
    color: #f5f5f5 !important;
    background: #f5f5f5 !important;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin-right: 10px;
}

.testimonials-hp .owl-dot.active {
    color: var(--orange) !important;
    background: var(--orange) !important;
}

.testimonials-hp .owl-nav {
    /* position: absolute; */
    /* top: 0; */
}

.testimonials-hp .owl-prev {
    left: -25px;
    position: absolute;
    font-size: 65px !important;
    top: -25px;
}

.testimonials-hp .owl-next {
    right: -25px;
    position: absolute;
    font-size: 65px !important;
    top: -25px;
}

.offerring-arrow {

    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

#vct #Hero{
    position: relative;
    overflow: hidden;
}

#vct #Intro {
    padding-bottom: 20px;

}

#vct #phase {
    padding-bottom: 20px;
    padding-top: 20px;
}

#vct #Outro {
    padding-top: 20px;

}

.phase-container {
    clear: both;
    width: 100%;
    display: inline-block;
}

.phase-title {
    margin-top: 30px;

}

.phase-block-left {
    text-align: center;
    min-height: 255px;
    margin-right: 20px;
    padding: 20px;
    width: 20%;
    position: relative;
}

.phase-block-left-inner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.phase-block-right {
    min-height: 255px;
    padding: 20px;
    width: 60%;
}

.phase-block-left h3 {
    font-size: 80px;
    color: #fff;
}

.phase-hr {
    background: var(--orange);
    width: 50%;
    height: 3px;
    border: 0;
}

.phase-block h4 {
    font-weight: bold;
}

.phase-text p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.phase-block-right ul {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.phase-block-right ul {
    margin-left: 40px;
}

.phase-block-right ul li {
    position: relative;
    list-style-type: none;
    font-size: 18px;
}

.phase-block-right ul li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -20px;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/rpt/images/VCT-Phase-Checkmark.png');
}

.phase-block-title {
    line-height: 26px;
}

.phase-1 .phase-block-left,
.phase-1 .phase-block-right {
    background: var(--orange);
    color: #fff;
    float: left;
}

.phase-2 .phase-block-left,
.phase-2 .phase-block-right {
    background: var(--blue-800);
    color: #fff;
    float: left;
}

.phase-3 .phase-block-left,
.phase-3 .phase-block-right {
    background: #7b90a8;
    color: #fff;
    float: left;
}

@media (max-width:768px) {
    .phase-block-right {
        width: 100%;
        float: none;

    }
    .phase-block-left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        min-height: 200px;

    }
}

/*
 @media (max-width:1020px) {
    .bg-blue-800  {
        display: none;
    }
} */
.active-nav {
  color: var(--orange) !important;
}



/* Blog Styles 3/23 */

.type-post{
    margin-top: 40px;
}

.type-post p{
    margin: 1em 0!important;
}

.type-post .entry-content {
    padding-top: 20px;
}

.type-post .entry-content .alignleft{
    float: left;
    display: inline-block;
}

.type-post .entry-content .alignright{
    float: right;
    display: inline-block;
}


.type-post .entry-title{
     color: var(--blue-600);
}

.type-post strong {
font-family: 'Roboto', sans-serif;
}

.type-post ul:not([class]) {
   
    margin-top: 1em;
}

.type-post h1, h2, h3 {
    display: block; 

}
.type-post .entry-content h1{
    font-size: clamp(32px, 8vw, 3.2rem);
    color: var(--orange);
}

.type-post h2 {
    padding: 15px 0;
}

.type-post h3 {
    color: var(--orange);
    margin: 1em 0;
}

.type-post h4{
    margin: 1em 0;
}

.type-post h5{
    margin: 1em 0;
}

.type-post h6{
    margin: 1em 0;
}
.type-post .alt-h6{
    color: var(--orange);
}

.type-post ol, ul, li {
    font-family: 'Roboto', sans-serif;
    font-size: var(--scaled-text)!important;
    font-weight: 300!important;
}

.type-post ul li {
    list-style: none;
  }
  .type-post ul li::before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url("/wp-content/themes/rpt/images/rpt-list.png");
    background-position: center;
    background-size: contain;
    margin-right: 10px;
  }

