@charset "UTF-8";
/* resets */
body, .mkt-home h4, .mkt-home p {
  margin: 0; }

html, body {
  width: 100%;
  overflow-x: hidden; }

html {
  background-color: white; }

/* dimensions */
/* padding */
.pb-1 {
  padding-bottom: 1em; }

.pb-2 {
  padding-bottom: 2em; }

/* margins */
.mb-1 {
  margin-bottom: 1em; }

.mkt-home .mt-1 {
  margin-top: 0.75em; }

.mx-2 {
  margin: 2em 0; }

.mx-3 {
  margin: 3em 0; }

/* containers */
/* typography vars */
/* typography sizes & styling */
.text-md {
  font-size: 1.2em; }

.text-lead {
  font-size: 1.1em; }

.text-l {
  font-size: 1.8em; }

.text-l2 {
  font-size: 1.3em;
  font-weight: 600; }

.text-lg {
  font-size: 3.5em; }

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

.text-2xl {
  font-size: 5em; }

.text-extralight {
  font-weight: 100; }

.text-light {
  font-weight: 300; }

.font-normal {
  font-weight: 400; }

.text-medium {
  font-weight: 500; }

.text-semibold {
  font-weight: 600; }

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

.font-italics {
  font-style: italic; }

/* typography */
body {
  font-family: 'Poppins', sans-serif; }

.text-white {
  color: white; }

/* typography resets */
a {
  text-decoration: none; }

/* color variables */
/* radius */
/* buttons */
.mkt-home .btn {
  border-radius: 99px;
  font-weight: 600;
  border-style: solid;
  border-width: 2px;
  padding: 0.85em 1em; }

.cta-button {
  color: black; }

.cta-button:hover {
  color: white;
  background-color: transparent; }

.brands-button {
  background-color: #01d1bf;
  border-color: #01d1bf; }

.brands-button:focus {
  background-color: #8efff0;
  border-color: #8efff0; }

.brands-button:hover {
  border-color: #01d1bf; }

.core-button {
  background-color: #ffc953;
  border-color: #ffc953; }

.core-button:focus {
  background-color: #ffdb8d;
  border-color: #ffdb8d; }

.core-button:focus {
  border-color: #ffc953; }

.acc-button {
  text-transform: uppercase; }

.acc-button:hover {
  background-color: white;
  border-color: white;
  color: black; }

/* nav styling */
#nav-header-wrapper {
  padding: 2.75em 0 3.75em;
  overflow: hidden; }

#nav-full {
  max-width: 1600px; }

nav {
  font-size: 1.125em; }

.nav-options {
  font-size: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
  float: right; }

.nav-options a {
  font-weight: 600; }

.nav-underline {
  padding-bottom: 10px;
  position: relative; }

.nav-underline::after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  opacity: 0;
  background: #fff;
  transition: opacity 0.2s ease, width 0.3s ease 0s;
  width: 70%; }

.nav-underline:hover::after {
  opacity: 100%;
  width: 100%; }

.nav-options li {
  float: left;
  padding: 0 1.5em;
  height: 3.75em;
  line-height: 3.75em; }

.nav-options li:first-child {
  padding-left: 0; }

.nav-options li:last-child {
  padding-right: 0; }

.main-icon {
  height: 3.75em; }

#icon-desk {
  height: 6.4em;
  margin-left: -1.5em; }

#icon-full {
  height: 4.45em;
  margin-left: -1em;
  font-size: 1.3em; }

#icon-sm {
  display: none; }

.mobile-menu {
  box-sizing: border-box;
  position: absolute;
  height: 100vh;
  width: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  background-color: white;
  z-index: 4;
  right: 0;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, width 0s ease-in-out, padding 0s; }

.mobile-nav-options {
  list-style: none;
  height: 165px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  margin: 1em 0; }

.mobile-nav-options a {
  color: black;
  font-size: 1.6em;
  padding-bottom: 5px;
  position: relative;
  white-space: nowrap; }

.mobile-nav-options a::after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 10%;
  position: absolute;
  opacity: 0;
  width: 100%;
  background: black;
  transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out; }

.mobile-nav-options a:hover::after {
  opacity: 100%;
  left: 0; }

.mobile-menu-close {
  height: 3.75em;
  display: none; }

#mobile-menu-close {
  cursor: pointer;
  width: 31px;
  height: 31px;
  background: url("https://s.psecn.photoshelter.com/ps-inc/website/icons/menu-exit-icon.svg") center;
  background-size: contain;
  background-repeat: no-repeat; }

#mobile-menu-icon {
  margin: .5em; }

.mobile-menu.menu-open {
  opacity: 100%;
  padding: 3.75em 3.75em; }

.mobile-menu-close.menu-open, .mobile-nav-options.menu-open {
  display: flex; }

html.menu-open, body.menu-open {
  margin: 0;
  height: 100%;
  overflow: hidden; }

/* sizes */
.container-full {
  width: 100%; }

.container-inner {
  margin-right: auto;
  margin-left: auto; }

/* hero section */
.hero-image {
  background: url("https://s.psecn.photoshelter.com/ps-inc/website/graphics/1_hero_image-bg.jpg") center 7%;
  background-size: cover;
  background-repeat: no-repeat; }

.hero-h1 {
  line-height: 1.15em;
  margin-bottom: 25px; }

#hero {
  max-width: 1600px; }

#hero-cta-inner {
  padding-top: 2em;
  padding-bottom: 1em;
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  grid-gap: 5em;
  max-width: 1600px; }

.hero-cta-graphic, .hero-cta-copy, .cta-graphic, .cta-copy {
  align-self: center; }

.hero-cta-copy {
  padding: 0 1em; }

.hero-cta-copy-flex {
  align-self: center; }

.hero-cta-graphic img, .value-main-img img, .pillars-edge-img, .img-w-full, .video-card-img {
  max-width: 100%;
  height: auto; }

#hero-cta-section {
  position: relative; }

.mobile-copy {
  display: none; }

.mobile-btn {
  display: none; }

/* value section */
#value-wrapper {
  display: grid;
  grid-template-rows: 45% 45%;
  row-gap: 6em;
  justify-content: center; }

.value-section {
  grid-column-start: 1;
  grid-column-end: -1;
  display: grid;
  grid-template-columns: 45% 45%;
  width: 100%;
  column-gap: 10%;
  max-width: 1600px; }

.value-graphic {
  grid-column-start: 1;
  align-items: center;
  display: flex;
  justify-content: start; }

#bottom-section .value-graphic {
  grid-column-start: 2;
  grid-row-start: 1;
  justify-content: end; }

.value-main-img {
  width: 100%; }

#bottom-section .value-main-img {
  width: 110%;
  margin-right: -2em; }

.value-copy {
  grid-column-start: 2;
  display: grid;
  grid-template-columns: 10% 80% 10%;
  grid-template-rows: auto auto auto auto auto auto;
  column-gap: 2em;
  row-gap: 2em; }

#bottom-section .value-copy {
  grid-template-rows: auto auto auto auto auto; }

.value-copy img {
  width: 5.5em;
  height: 5.5em; }

#bottom-section .value-copy {
  grid-column-start: 1; }

.value-copy h3 {
  grid-column-start: 2;
  text-align: start;
  margin: 0; }

.value-card-icon-1 {
  grid-column-start: 1;
  grid-row-start: 2;
  display: flex;
  align-items: start;
  justify-content: center; }

#top-section .value-card-icon-1 img {
  width: 6em;
  height: 6em; }

.value-card-icon-1 img {
  width: 6.6em;
  height: 6.6em; }

#top-section .value-card-icon-2 img {
  width: 5em;
  height: 5em; }

#bottom-section .value-card-icon-3 img {
  width: 6.7em;
  height: 6.7em; }

.value-card-icon-4 img {
  width: 5em;
  height: 5em; }

.value-card-copy-1 {
  grid-column-start: 2;
  grid-row-start: 2; }

.value-card-copy-1 a {
  color: #008099;
  font-weight: 600; }

.value-card-icon-2 {
  grid-column-start: 1;
  grid-row-start: 3;
  display: flex;
  align-items: start;
  justify-content: center; }

.value-card-copy-2 {
  grid-column-start: 2;
  grid-row-start: 3; }

.value-card-icon-3 {
  grid-column-start: 1;
  grid-row-start: 4;
  display: flex;
  align-items: start;
  justify-content: center; }

.value-card-copy-3 {
  grid-column-start: 2;
  grid-row-start: 4; }

.value-card-icon-4 {
  grid-column-start: 1;
  grid-row-start: 5;
  display: flex;
  align-items: start;
  justify-content: center; }

.value-card-copy-4 {
  grid-column-start: 2;
  grid-row-start: 5; }

.value-cta-area {
  grid-column-start: 2;
  grid-row-start: 6;
  text-align: start; }

#bottom-section .value-cta-area {
  grid-row-start: 5; }

.value-card-copy {
  padding: 0.75em; }

.value-card-icon {
  width: 8.125em;
  padding: 0.75em;
  text-align: center; }

.value-cta-area .cta-button:hover {
  color: black; }

/* pillars section */
.promises-cards-wrapper {
  display: flex;
  justify-content: center; }

.promises-card {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  grid-template-rows: auto auto;
  margin: 1em 5em;
  max-width: 1600px;
  column-gap: 4%;
  width: 75%; }

.promise-title-1 {
  grid-row-start: 1;
  grid-column-start: 1; }

.promise-1 {
  grid-row-start: 2;
  grid-column-start: 1; }

.promise-title-2 {
  grid-row-start: 1;
  grid-column-start: 2; }

.promise-2 {
  grid-row-start: 2;
  grid-column-start: 2; }

#pillars {
  background: url("https://s.psecn.photoshelter.com/ps-inc/website/graphics/3_Our-Promises-To-You_BACKGROUND_1X.png") center center;
  background-size: cover; }

.pillars-bottom-img {
  margin-top: 5em; }

.pillars-top-img img, .pillars-bottom-img img {
  position: relative;
  width: 100%; }

/* testimonials section */
#testimonials {
  padding: 3em 0; }

#testimonial-cards-container {
  display: block; }

.testimonial-card-picture, .brand-item-img {
  width: 100%;
  height: auto; }

.testimonial-card-copy {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1em 1.75em 1.75em 1.75em;
  position: absolute;
  bottom: 0.5em;
  height: 45%; }

.testimonial-name {
  color: #ffc953;
  margin: 0; }

.mkt-home .testimonial-role {
  margin: 0 0 1em 0; }

#testimonials-brands {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

#testimonials .h_ps_solutions {
  padding-top: 70px; }

#testimonials .text-l {
  padding-top: 30px; }

.brand-item {
  display: flex;
  justify-content: center;
  align-items: center; }

/* video section */
#video-cont {
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 3em;
  align-items: center;
  overflow: hidden; }

#video-cont.hidden {
  display: none; }

#video {
  display: grid;
  grid-template-rows: 2% auto auto;
  row-gap: 3em;
  margin-top: 5.5em;
  grid-row-start: 1; }

.video-copy {
  text-align: center;
  padding: 0 1em; }

#video-card-2 {
  display: flex;
  justify-content: center; }

#video-card-2 .video-copy {
  width: 515px; }

#video-card-1 {
  grid-row-start: 3; }

#video-card-2 {
  grid-row-start: 2; }

#video-2 {
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 3em;
  margin-top: 5.5em;
  grid-row-start: 2;
  max-width: 1600px;
  align-items: center; }

#video-card-3 {
  grid-column-start: 1;
  grid-row-start: 1; }

#video-card-4 {
  grid-row-start: 2;
  display: flex;
  justify-content: center; }

.video-card-img {
  grid-column-start: 2; }

.video-copy p {
  font-weight: 300; }

/* cta section */
#cta {
  background: url("https://s.psecn.photoshelter.com/ps-inc/website/graphics/5_Banner_Photographer_Background_2X.png") center center;
  background-size: cover; }

#cta-inner {
  padding-top: 5em;
  padding-bottom: 5em;
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  grid-gap: 5em;
  max-width: 1600px; }

.cta-graphic {
  display: flex;
  justify-content: center; }

.cta-copy {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: .5em 2em; }

.core-cta, .brands-cta {
  display: flex;
  justify-content: start;
  position: relative;
  z-index: 3; }

.cta-graphic img {
  width: auto; }

/* footer section */
.footer2020 {
  padding: 6em 6em 3em 6em;
  overflow: hidden; }

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

.col-branding {
  width: 20em;
  min-width: 20em;
  margin-right: 3em;
  display: grid;
  grid-template-rows: 27% 43% 25% 5%;
  row-gap: 1em;
  margin-top: -2.2em; }

.col-links {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  min-width: 40em;
  margin: 0 3em; }

.footer-links-group ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-links-group li {
  margin: 1em 0;
  font-weight: 300; }

.core-footer .footer-links-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0;
  margin-bottom: 0; }

.core-footer .footer-links-group li {
  margin: 1em 0; }

.core-footer .footer-links-group li a {
  font-weight: 300; }

.footer-links-group span, #footer-social-msg {
  font-weight: 600;
  color: black; }

#footer-social-msg {
  margin-bottom: 1em;
  margin-top: 0;
  font-size: 1.06em; }

.footer-links-group a {
  color: black;
  font-size: 1.2em; }

.core-footer .footer-links-group a {
  color: black;
  font-size: 19.2px; }

#footer-support, .branding-link {
  display: none; }

.disclaimer {
  text-align: center;
  font-size: .75em;
  margin-top: 5em;
  margin-bottom: 0;
  max-height: 3em; }

.core-footer .disclaimer {
  text-align: center;
  font-size: .75em;
  margin-top: 5em;
  max-height: 3em; }

.footer-icon {
  max-width: 20em;
  margin-left: -1.75em; }

.footer-social {
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.footer-socials a {
  margin-right: 1.4em; }

.footer-socials img {
  height: 2.85em; }

#footer-links-label-desktop {
  font-size: 1.2em; }

#footer-links-label-mobile {
  visibility: collapse; }

#footer-branding-copy-psp {
  display: none; }

.psp-footer #footer-branding-copy-psp {
  display: block; }

.psp-footer #footer-branding-copy {
  display: none; }

#footer-branding-copy, #footer-branding-copy-psp, .disclaimer, .disclaimer a, #footer-support {
  color: #0c516a; }

.core-footer .disclaimer {
  color: #0c516a; }

#footer-branding-copy, #footer-branding-copy-psp {
  font-size: 1.06em;
  margin: 0; }

#footer-support {
  padding: 0.2em;
  max-height: 3em;
  margin-bottom: .5em;
  margin-top: 0; }

#footer-support strong {
  font-weight: 600; }

.core-footer .footer2020 {
  background-color: white;
  padding: 8em 6em 3em 3em; }

.disclaimer a {
  text-decoration: underline; }

.footer-links-group li a:hover {
  color: #0B72D9; }

.footer.sso {
  float: left;
  width: 100%;
  position: absolute;
  background: black;
  bottom: 0;
  height: 80px;
  flex-shrink: 0; }

.footer.sso p {
  font-size: 13px;
  line-height: 1.5;
  padding: 15px;
  margin: 0;
  color: #8f8f8f; }

#footer-resource-sc-psb, #footer-resource-sc-psp {
  display: none; }

.core-footer #footer-resource-support-psp {
  display: none; }

.core-footer #footer-resource-support-psb {
  display: none; }

.core-footer #footer-resource-sc-psp {
  display: none; }

.core-footer #footer-resource-sc-psb {
  display: block; }

.core-footer.psp-footer #footer-resource-sc-psp {
  display: block; }

.core-footer.psp-footer #footer-resource-sc-psb {
  display: none; }

/* additional typography styles */
.h_ps_solutions {
  font-size: 3em; }

.p_ps_solutions {
  font-size: 1.1em; }

.h2_ps_solutions {
  font-size: 1.6em;
  font-weight: 600; }

.h_pillars {
  font-size: 3em; }

.mkt-home .mb_pillars_p {
  margin-bottom: 2.65em; }

@media (max-width: 751px) {
  .hero-image {
    background: linear-gradient(to left, rgba(175, 12, 131, 0), rgba(88, 20, 94, 0.72) 39%, #54145d 82%), url(https://s.psecn.photoshelter.com/ps-inc/website/graphics/1_hero_image-lighter.jpg) center 0%;
    background-size: cover;
    background-position-x: 56%; }

  .mobile-menu.menu-open {
    width: 100vw; }

  .mobile-nav-options {
    margin: 3em 1em 1em 1em; }

  #mobile-menu-icon {
    margin: 1em .5em; }

  .mobile-copy {
    display: block;
    font-size: 13px; }

  .desk-copy {
    display: none; }

  .mobile-btn {
    display: block; }

  .desk-btn {
    display: none; }

  #hero-cta-inner {
    grid-gap: 0;
    min-width: 350px;
    margin-left: -4%; }

  #core-cta-copy p, #brands-cta-copy p {
    font-size: 15px;
    text-align: center; }

  #core-cta-copy .mobile-copy, #brands-cta-copy .mobile-copy {
    font-size: 13px;
    text-align: center; }

  #cta #core-cta-graphic img {
    height: 100%;
    width: 100%; }

  #hero-cta-section #core-cta-graphic img {
    margin-top: 17%;
    max-width: 18em;
    max-height: 11em; }

  .container-inner {
    padding-left: 2.25em;
    padding-right: 2.25em; }

  .hero-heading {
    width: 100%; }

  .hero-cta-flex {
    display: none; }

  .hero-cta-flex-lg {
    display: inline-flex;
    gap: 5em;
    margin-top: 6em;
    z-index: 3;
    position: relative; }

  .hero-cta-graphic-lg {
    display: flex;
    width: 100%;
    height: 285px;
    margin-bottom: 2em;
    align-items: center; }

  .hero-cta-graphic-lg img {
    width: 100%;
    height: auto; }

  .hero-h1 {
    font-size: 2.5em; }

  #value {
    margin: 8em 0; }

  .value-card {
    flex-direction: column; }

  .value-section {
    text-align: center; }

  .pillars-top-img img {
    margin-top: -5em; }

  .pillars-bottom-img img {
    margin-bottom: -7em; }

  .testimonial-card {
    width: 100%;
    max-width: 428px;
    position: relative;
    margin: 2em auto; }

  #testimonials-brands.container-inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  #testimonials-brands {
    max-width: 414px; }

  .brand-item {
    height: 3.1em;
    width: 3.1em;
    margin: 1.25em; }

  .logo-tall {
    max-height: 100%;
    width: auto; }

  .logo-sq {
    max-height: 100%;
    width: auto; }

  /* value section */
  .h_ps_solutions {
    font-size: 1.5em;
    margin-top: -2.9em;
    min-width: 255px; }

  #testimonials .h_ps_solutions {
    margin-top: 0;
    padding-top: 45px; }

  .text-l {
    font-size: 1.375em; }

  .p_ps_solutions {
    font-size: .9375em; }

  .h2_ps_solutions {
    font-size: 1.375em;
    min-width: 400px; }

  .value-copy {
    row-gap: 1em; }

  .h_pillars {
    font-size: 1.5em; }

  .text-l2 {
    font-size: 1.375em; }

  .text-lead {
    font-size: .9375em; }

  .promises-card {
    margin: 1em 3em; }

  /* nav section */
  #icon-full {
    display: none; }

  #icon-sm {
    display: inline;
    margin-left: -0.5em; }

  /* value section */
  #value-wrapper {
    row-gap: 4em; }

  .value-section {
    width: 100%; }

  .p_ps_solutions {
    width: 80%; }

  .value-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3em 0; }

  .value-card-icon-1 {
    margin: 1.5em 0 1em; }

  .value-card-copy-1, .value-card-copy-2, .value-card-copy-3, .value-card-copy-4 {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .value-card-icon-2 {
    margin: 2em; }

  .value-card-icon-3, .value-card-icon-4 {
    margin: 2em; }

  #bottom-section .value-card-icon-2 {
    margin: 2em; }

  #bottom-section .value-card-icon-3 {
    margin: 1em; }

  .value-cta-area {
    margin: 4em; }

  /* video section */
  #video-card-2 .video-copy {
    width: auto; }

  /* cta section */
  #cta-inner {
    grid-template-columns: 75%; }

  /* footer section */
  .footer2020 {
    padding: 3em; }

  .core-footer .footer2020 {
    padding: 5em 3em 3em 3em; }

  .footer-links-group a.h5 {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }

  .footer-links-group a {
    font-size: .9375em; }

  .core-footer .footer-links-group a {
    font-size: 15px; }

  .footer-links-group a.h5::after {
    content: "▲"; }

  .footer-links-group a.h5.open::after {
    content: "▼"; }

  .footer-links-group ul.collapsed {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height .1s ease-in-out, visibility .1s ease-in-out; }

  .footer-links-group ul {
    max-height: 100%;
    visibility: visible;
    transition: max-height .1s ease-in-out, visibility .1s ease-in-out; }

  .footer-container {
    row-gap: 2em; }

  .col-branding {
    padding: 1em;
    row-gap: 0; }

  .col-links {
    grid-template-columns: auto;
    min-width: 0;
    grid-template-rows: auto auto auto; }

  .col-links div:nth-child(-n + 2) {
    border-bottom: 1px solid #dcdcdc; }

  .footer-links-group {
    padding: 1em; }

  .footer-links-group span {
    font-size: 1.375em;
    user-select: none; }

  .core-footer .footer-links-group span {
    font-size: 1.375em;
    user-select: none; }

  #footer-support {
    font-size: .8125em; }

  .disclaimer {
    font-size: .625em; }

  .core-footer .disclaimer {
    font-size: .625em; }

  #footer-links-label-desktop {
    display: none; }

  #footer-links-label-mobile {
    visibility: visible; } }
@media (max-width: 639px) {
  .mobile-nav-options a {
    font-size: 1em; }

  .mobile-nav-options {
    margin: 0; } }
@media (max-width: 1124px) {
  /* value section */
  #value-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .value-graphic {
    justify-content: center; }

  #bottom-section .value-graphic {
    justify-content: center; }

  .value-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%; }

  /* testimonials section */
  #logo-delta {
    height: 20%;
    width: auto; }

  #logo-cp, #logo-si {
    height: 30%;
    width: auto; }

  #logo-fd {
    height: 60%;
    width: auto; }

  #logo-seahawks {
    height: 120%;
    width: auto; }

  #logo-usg, #logo-mit {
    height: 70%;
    width: auto; }

  /* footer section */
  .footer-container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto; }

  .col-branding {
    grid-template-rows: 50% auto auto;
    grid-column-start: 1;
    grid-row-start: 2;
    row-gap: 0;
    margin-top: 0; }

  #footer-branding-copy, #footer-social-msg {
    display: none; }

  .psp-footer #footer-branding-copy-psp {
    display: none; }

  #footer-support {
    display: block;
    grid-row-start: 2; }

  .col-links {
    margin: 0;
    grid-column-start: 1;
    grid-column-end: -1;
    max-width: 55em; }

  .footer-socials a {
    margin-right: 1em; }

  .footer-socials img {
    height: 1.85em; } }
@media (max-width: 1123px) {
  #nav-full {
    display: none; }

  #nav-resp {
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .nav-options {
    height: 25px;
    width: 41px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer; }

  .nav-options div {
    box-sizing: border-box;
    height: 3px;
    width: 100%;
    background-color: white;
    border: 1px solid white;
    border-radius: 1px; }

  .mkt-home .hero-cta {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-template-rows: auto auto; }

  .hero-copy-p, .hero-copy-p-right {
    padding-bottom: 0em; }

  .hero-cta-flex-lg > div {
    width: 50%; }

  .hero-cta-graphic-lg img {
    width: 100%;
    height: auto; }

  #brands-cta-graphic {
    order: 1; }

  #photo-cta-graphic {
    order: 2; }

  #brands-cta-copy {
    order: 3; }

  #photo-cta-copy {
    order: 4; }

  .value-card-icon {
    min-width: 125px; }

  .value-main-img {
    width: 98%;
    height: auto;
    max-width: 580px; }

  #bottom-section .value-main-img {
    width: 97%;
    height: auto;
    max-width: 580px; }

  /* hero section and cta section */
  .core-cta, .brands-cta {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

  .cta-copy {
    align-items: center;
    text-align: center;
    margin: .5em 0; }

  #cta-inner {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }

  .cta-graphic img {
    height: auto;
    width: 80%;
    max-height: 16em;
    max-width: 18em; }

  /* pillars section */
  .promises-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 505px; }

  /* video section */
  #video-cont .text-l2 {
    font-size: 1.75em;
    line-height: 1.25em; }

  #video-cont .text-lead {
    font-size: 1.4em; }

  /* testimonials section */
  #testimonial-cards-container > div:first-of-type {
    display: none; }

  #testimonials .text-l {
    font-size: 1.2em; }

  /* footer section */
  .footer-icon {
    max-width: 14em;
    margin-left: -1.3em; } }
@media (min-width: 550px) {
  /* video section */
  #video {
    grid-template-columns: 10% 80% 10%; }

  #video-card-1, #video-card-2, #video-card-3, #video-card-4 {
    grid-column-start: 2; }

  #video-2 {
    grid-template-columns: 10% 80% 10%; } }
@media (max-width: 1335px) {
  .footer.sso .copyright p {
    font-size: 12px; } }
@media (min-width: 640px) {
  .footer.sso {
    height: 60px;
    padding: 0 25px;
    line-height: 60px; }

  .footer.sso p {
    padding: 0;
    display: inline-block;
    vertical-align: middle; }

  .footer.sso .copyright {
    clear: none;
    position: absolute;
    left: 25px;
    right: 275px;
    height: 100%; } }
@media (min-width: 752px) {
  .container-inner {
    width: 640px; }

  .hero-heading {
    width: 50%; }

  .hero-cta-flex {
    display: none; }

  .hero-cta-graphic-lg {
    display: flex;
    width: 100%;
    height: 335px;
    margin-bottom: 2em;
    align-items: center; }

  .hero-cta-flex-lg {
    display: inline-flex;
    gap: 5em;
    margin-top: 6em;
    position: relative; }

  /* value section */
  .h_ps_solutions {
    margin-top: 2.2em;
    margin-bottom: 1.5em; }

  .value-card-icon-1, .value-card-icon-2, .value-card-icon-3, .value-card-icon-4 {
    margin-left: -45px; }

  .value-card-icon-1 img {
    margin-top: -25px; }

  .value-card-icon-3 img {
    margin-top: -10px; }

  .value-card-icon-4 img {
    margin-top: 6px; }

  #bottom-section .value-card-icon-2 img {
    margin-top: -5px; }

  #bottom-section .value-card-icon-3 img {
    margin-top: -5px; }

  .value-cta-area {
    margin: 2em 0; }

  #pillars {
    margin: 12em 0; }

  .pillars-top-img img {
    margin-top: -10em; }

  .pillars-bottom-img img {
    margin-bottom: -14em; }

  .testimonial-card {
    width: 428px;
    margin: 2em auto;
    position: relative; }

  #testimonials-brands {
    min-width: 730px; }

  #testimonial-cards-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%; }

  .brand-item {
    width: 4em;
    height: 4em;
    margin: 1.25em; }

  .logo-tall {
    max-height: 80%;
    width: auto; }

  .logo-sq {
    max-height: 75%;
    width: auto; }

  /* footer section */
  .core-footer .disclaimer {
    margin-right: -3em; } }
@media (min-width: 1024px) {
  .container-inner {
    width: 752px; }

  .hero-heading {
    width: 50%; }

  .flair-block {
    display: none; }

  #pillars {
    margin: 15em 0; }

  .pillars-top-img img {
    margin-top: -12em; }

  .pillars-bottom-img img {
    margin-bottom: -17em; }

  .testimonial-card {
    width: calc(50% - 1.25em);
    float: left;
    margin: 0.625em; }

  .footer.sso p {
    font-size: 14px; }

  .footer.sso .copyright {
    left: 50px;
    right: 300px; } }
@media (min-width: 1124px) {
  .container-inner {
    width: 1024px; }

  #nav-full {
    display: flex;
    justify-content: space-between;
    align-items: center; }

  #nav-resp {
    display: none; }

  .hero-heading {
    width: 46%; }

  .mobile-menu.menu-open {
    display: none; }

  .mobile-menu.menu-open {
    display: none; }

  #hero-cta-inner img {
    max-width: 20em; }

  .mkt-home .hero-cta {
    display: grid;
    grid-template-columns: 30% 20% 30% 20%;
    grid-template-rows: auto;
    overflow: hidden; }

  .hero-cta-flex {
    display: flex;
    margin-top: 3em;
    z-index: 3;
    position: relative; }

  .hero-cta-graphic, .hero-cta-copy-flex {
    width: 25%; }

  .hero-copy-p {
    max-width: 90%; }

  .hero-copy-p-right {
    max-width: 100%; }

  .hero-cta-flex-lg {
    display: none; }

  .hero-cta-copy {
    padding-left: 1em;
    padding-right: 0; }

  .flair-block {
    display: block;
    position: absolute;
    height: 70%;
    background: linear-gradient(90deg, rgba(12, 143, 202, 0.2) 0%, rgba(23, 61, 184, 0.5) 100%);
    width: 100%;
    top: 20%;
    z-index: 2; }

  .testimonial-card {
    width: calc(50% - 1.25em);
    display: block;
    float: left;
    overflow: hidden;
    margin: 0.625em;
    position: relative; }

  .hero-cta-copy-flex {
    padding: 0 0 0 3em; }

  /* value section */
  #value {
    margin-bottom: 20em; }

  /* pillar section */
  .h_pillars {
    margin-top: 0; }

  /* video section */
  #video-cont {
    row-gap: 0; }

  #video {
    grid-template-rows: auto;
    grid-template-columns: 50% 50%;
    column-gap: 3em;
    row-gap: 1em;
    align-items: center;
    margin-top: 6.5em;
    justify-content: center;
    max-width: 1600px; }

  #video-card-1 {
    grid-row-start: 1;
    grid-column-start: 1; }

  #video-card-2 {
    grid-row-start: 1;
    grid-column-start: 2; }

  .video-copy, #video-card-3 {
    text-align: left; }

  .video-copy h3 {
    font-size: 3em;
    line-height: 1.2em; }

  #video-2 {
    grid-template-rows: auto;
    grid-template-columns: 50% 50%;
    column-gap: 3em;
    row-gap: 1em;
    align-items: center;
    justify-content: center;
    max-width: 1600px; }

  #video-card-3 {
    grid-column-start: 1;
    grid-row-start: 1;
    width: 515px; }

  #video-card-4 {
    grid-column-start: 2;
    grid-row-start: 1;
    display: flex;
    justify-content: start; }

  .video-card-img {
    height: 100%; }

  /* testimonials section */
  #testimonials .h_ps_solutions {
    margin-top: .2em; }

  .brand-item {
    width: 5em;
    height: 5em; }

  .logo-tall {
    max-height: 80%;
    width: auto; }

  .logo-sq {
    max-height: 75%;
    width: auto; }

  #logo-delta {
    height: 17%;
    width: auto; }

  #logo-cp, #logo-si {
    height: 30%;
    width: auto; }

  #logo-fd {
    height: 60%;
    width: auto; }

  #logo-seahawks {
    height: 120%;
    width: auto; }

  #logo-usg, #logo-mit {
    height: 60%;
    width: auto; }

  #logo-delta-wrapper {
    margin-left: 1.1%; }

  #logo-cp-wrapper {
    margin-left: 2.2%; }

  .disclaimer {
    margin-top: 15em; }

  .core-footer .disclaimer {
    margin-top: 15em; } }
@media only screen and (min-width: 752px) and (max-width: 1124px) {
  /* hero section and cta section */
  nav {
    font-size: 0.8em; }

  .mobile-menu.menu-open {
    width: 50vw; }

  .hero-image {
    background-position-x: 39%; }

  .hero-h1 {
    line-height: 1.3em;
    font-size: 2em; }

  #core-cta-graphic {
    height: 100%; }

  .cta-graphic {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }

  /* value section */
  #value-wrapper {
    row-gap: 0; }

  .value-copy {
    margin-left: 5em;
    margin-top: 4em;
    margin-bottom: 8em;
    width: 30em; }

  .h_ps_solutions {
    font-size: 1.8em; }

  /* pillars section */
  .h_pillars {
    font-size: 1.8em; }

  /* testimonials section */
  #testimonials .h_ps_solutions {
    padding-top: 0; }

  .testimonial-card {
    margin-right: 1em;
    margin-left: 1em; }

  /* footer section */
  .footer-links-group li a {
    font-size: .9375em; }

  .core-footer .footer-links-group li a {
    font-size: 15px; } }
@media (min-width: 1150px) {
  .core-footer .col-links {
    grid-template-columns: 33.33% 33.33% 40.33%; } }
@media (min-width: 1220px) {
  .col-links {
    grid-template-columns: 33.33% 33.33% 40.33%; } }
@media only screen and (min-width: 1124px) and (max-width: 1536px) {
  /* hero section and cta section */
  .cta-copy {
    min-width: 10em; }

  .core-cta, .brands-cta {
    min-width: 40em; }

  #hero-cta-inner {
    padding-left: 2em; }

  #hero-cta-inner img, #cta-inner img {
    max-width: 14em; }

  /* testimonials section */
  #testimonials-brands {
    min-width: 1120px; }

  .brand-item {
    width: 4.5em; } }
@media (min-width: 1536px) {
  .container-inner {
    width: 75%; }

  .hero-heading {
    width: 45%; }

  .hero-cta-flex {
    display: flex;
    margin-top: 3em;
    position: relative; }

  .hero-cta-graphic, .hero-cta-copy-flex {
    width: 25%; }

  .hero-copy-p {
    max-width: 80%; }

  .hero-copy-p-right {
    max-width: 100%; }

  .flair-block {
    height: 60%;
    top: 23%; }

  /* value section */
  #value-wrapper {
    row-gap: 10em; }

  .value-left-area {
    width: calc(50% - 4em);
    display: block;
    overflow: hidden;
    float: left;
    padding: 1.75em 4em 1.75em 0; }

  .value-right-area {
    width: calc(50% - 4em);
    display: block;
    overflow: hidden;
    float: right;
    padding: 1.75em 0 1.75em 4em; }

  .value-main-img {
    width: 100%;
    height: auto; }

  .value-card-icon {
    min-width: 125px; }

  .flex-main-img {
    display: flex;
    align-items: center; }

  .row-reverse {
    flex-direction: row-reverse; }

  #pillars {
    margin: 15em 0; }

  .pillars-top-img img {
    max-width: 1600px;
    margin-top: -12em; }

  .pillars-bottom-img img {
    max-width: 1600px;
    margin-bottom: -15em; }

  .brands-cta, .core-cta {
    min-width: 45em;
    max-width: 50em; }

  #cta-inner, #hero-cta-inner {
    justify-content: normal; }

  #testimonial-cards-container > div:first-of-type {
    display: block; }

  .testimonial-card {
    width: calc(33.33% - 1.25em);
    max-width: 428px; }

  #testimonials-brands {
    max-width: 1300px;
    min-width: 1200px; } }
@media (min-width: 2100px) {
  /* hero section */
  .hero-cta-graphic {
    width: 15%; }

  .hero-cta-copy-flex {
    width: 35%; }

  #hero-cta-section {
    margin-top: 10em; }

  /* video section */
  #video-card-2 {
    justify-content: center; } }

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