/*
Theme Name: Bluecore2019
Author: Bluecore
Version: 1.0.16
*/

@font-face {
  font-family: "Moderat Regular";
  src: url("fonts/moderat-regular.woff2") format("woff2"),
    url("fonts/moderat-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Moderat Black";
  src: url("fonts/Moderat-Black.woff2") format("woff2"),
    url("fonts/Moderat-Black.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Moderat";
  src: url("fonts/moderat-light.woff2") format("woff2"),
    url("fonts/moderat-light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Moderat";
  src: url("fonts/moderat-light-italic.woff2") format("woff2"),
    url("fonts/moderat-light-italic.woff") format("woff");
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: "Moderat";
  src: url("fonts/moderat-regular.woff2") format("woff2"),
    url("fonts/moderat-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Moderat";
  src: url("fonts/moderat-regular-italic.woff2") format("woff2"),
    url("fonts/moderat-regular-italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Moderat";
  src: url("fonts/moderat-bold.woff2") format("woff2"),
    url("fonts/moderat-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Moderat Bold";
  src: url("fonts/moderat-bold.woff2") format("woff2"),
    url("fonts/moderat-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Moderat";
  src: url("fonts/moderat-bold-italic.woff2") format("woff2"),
    url("fonts/moderat-bold-italic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Moderat", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #20242b;
}

html {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: rgb(74, 94, 181);
}

a:hover {
  text-decoration: none;
  color: rgb(74, 94, 181);
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

section.block {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  clear: both;
}

.who-we-are section.block {
  padding: 2rem 0 0 !important;
}

.who-we-are section.block-text-cta-banner {
  padding: 4rem 0 !important;
  margin-top: 2rem;
}

.who-we-are section.block-mission-section {
  padding: 2rem 0 !important;
}

section.block h2 {
  padding-bottom: 2rem;
}

.grey-background {
  background: #f4f3f3;
}

.charcoal-background {
  background-color: #20242b;
  color: #fff;
}

#announcement-bar {
  background: #20242b;
  color: #fabf3b;
  padding: 5px 20px 5px 10px;
  margin: 0;
}

#announcement-bar p {
  color: #fff;
  margin: 0;
  padding: 0;
  display: inline;
}

#announcement-bar a {
  color: #fff;
}

#announcement-bar a:hover span {
  display: inline;
}

#announcement-bar .btn {
  background-color: transparent;
}

#announcement-bar .btn:hover:after {
  color: #fabf3b !important;
}

#announcement-bar .btn span {
  font-weight: bold;
  color: #fabf3b;
}

.announcement-bar-close svg {
  fill: rgba(255, 255, 255, 0.75);
}

#close_alert_bar {
  position: absolute;
  top: 5px;
  right: 5px;
}

#close_alert_bar svg {
  width: 12px !important;
  height: 12px !important;
}

#close_alert_bar:hover {
  cursor: pointer;
}

.navbar-container {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 0;
}

.navbar {
  margin: 0;
  position: relative;
  width: 100%;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

#header-logo {
  width: 157px;
  height: auto;
}

.nav-link {
  position: relative;
  color: #0a20a0 !important;
}

.nav-link span:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background-color: transparent;
  transition: background-color 0.25s ease-out;
}
.nav-link span {
  position: relative;
}

.nav-link:hover span:after,
.nav-link.is-active span:after {
  background-color: #ffdd00;
}

.nav-link-button:after {
  display: none;
}

.nav-link-button {
  border: 4px solid #0a20a0;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  background: #fff !important;
  display: inline-block;
}

.nav-link-button:hover {
  background: #0a20a0 !important;
  color: #fff !important;
  cursor: pointer;
}

.nav-link-button:hover span:after {
  display: none;
}

.nav-link-selected {
  font-weight: bold;
  border-bottom: 3px solid #ffdd00;
}

.main_container {
  position: relative;
  padding: 0;
}

.padding0 {
  padding: 0;
}

@media (min-width: 768px) {
  .main_container {
    padding-top: 80px;
  }

  body.has-announcement-bar .main_container {
    padding-top: 136px;
  }
}

.margin0 {
  margin: 0;
}

.charcoal {
  color: #20242b;
}

.blue {
  color: #0020a0;
}

.yellow {
  color: #ffdd00;
}

.bg-blue,
.bg-dark-blue {
  background-color: #0020a0;
}

.light-blue-background {
  background-color: #e7eaf6;
}

.btn {
  font-size: 1.25rem;
  text-align: center;
  padding: 10px 30px;
  width: auto;
  border-radius: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
  appearance: none;
}

.btn:after {
  content: '→';
  display: inline-block;
  max-width: 0;
  opacity: 0;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.btn:hover:after {
  color: #fff;
  margin-left: 8px;
  max-width: 10px;
  opacity: 1;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn-blue {
  border: 4px solid #0a20a0;
  color: #0020a0;
}

.btn-blue:hover {
  background: #0a20a0;
  color: #fff;
}

.btn-blue-fill {
  border: 4px solid #0020a0;
  background-color: #fff;
  color: #0020a0;
}

.btn-blue-fill:hover {
  color: #fff !important;
  background-color: #0020a0;
}

.btn-charcoal {
  border: 4px solid #20242b;
  color: #20242b;
}

.btn-charcoal:hover {
  background: #20242b;
  color: #fff !important;
}

.btn-charcoal-fill {
  border: 4px solid #20242b;
  background-color: #20242b;
  color: #fff;
}

.btn-charcoal-fill:hover {
  color: #fff !important;
}

.btn.blue {
  color: #0020a0;
}

.btn.blue:after {
  color: #0020a0;
}

.btn.blue:hover:after {
  color: #0020a0;
}

.btn.charcoal {
  color: #20242b;
}

.btn.charcoal:after {
  color: #20242b;
}

.btn.charcoal:hover:after {
  color: #20242b;
}

.home .btn {
  border: 4px solid #20242b;
  background-color: #20242b;
  color: #fff;
}

.home .btn:hover {
  color: #fff !important;
}

#announcement-bar .btn {
  font-size: 1rem;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  position: relative;
  top: -2px;
  left: -5px;
}

.post_title_readmore .btn {
  font-weight: 700;
  font-size: 1rem;
  padding: 0 0 1rem 1rem;
  color: #0a20a0;
}

.post_title_readmore .btn:after {
  color: #0a20a0;
}

.post_title_readmore .btn:hover:after {
  color: #0a20a0;
}

.block-body-copy-with-section-heading {
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0 0 !important;
}

main.careers .block-body-copy-with-section-heading {
  padding: 0 !important;
}

.block-customer-story-carousel {
  padding-bottom: 0;
}

.block-customer-story-carousel h2 {
  font-size: 2.5rem;
  text-align: center;
  color: #0020a0;
  padding: 0 0 2rem;
  margin: 2rem 0;
}

.block-headers-blog-resource {
  background: #f4f3f3;
  padding: 1rem 0 0;
}

.block-headers-blog-resource .text-div {
  margin: 1rem 0;
}

.block-headers-blog-resource .text-container h1 {
  font-size: 2.5rem;
  line-height: 1.1;
}

.block-headers-blog-resource .text-container .btn {
  margin-top: 1rem;
}

.block-headers-blog-resource img {
  max-height: 400px;
}

#related-posts-section .col-md-4 {
  margin-bottom: 1rem;
}

.block-two-column-image-text-alternating-heading {
  background: #f4f3f3;
  padding: 2rem 0;
}

.block-two-column-image-text-alternating-heading h2 {
  padding-bottom: 0 !important;
  padding-top: 2rem !important;
}

@media (min-width: 1024px) {
  .block-two-column-image-text-alternating-heading h2 {
    padding-top: 1rem !important;
  }
}

.block-rows.block-rows--has-heading
  .block-two-column-image-text-alternating-section:first-child {
  padding-top: 1em !important;
}

.resource-post-section .text-col h1 {
  font-size: 1.75rem;
  margin: 0 0 0.5rem;
}

.related-resources-container {
  border-top: 2px solid #0020a0;
}

.related-resources-container h2 {
  margin: 2rem auto;
  padding: 0 !important;
}

.stat-container {
  background: #f3f4f4;
  margin-bottom: 1rem;
}

.stat-container .col-sm-6 {
  padding: 1rem;
  margin: 0 auto;
}

.stat-container .col-sm-6 strong {
  display: block;
  font-size: 1.5rem;
}

.filter-image,
.link-card-hover {
  display: block;
  position: relative;
  transition: opacity 400ms ease-in-out;
}

.filter-image:hover .filter-image-copy,
.link-card-hover:hover .filter-image-copy {
  opacity: 1;
  border: 1px solid transparent;
  transition: opacity 400ms ease-in-out;
}

.filter-image-source {
  border: 1px solid transparent;
}

.filter-image-copy {
  position: absolute;
  top: 0;
  left: 0%;
  opacity: 0;
  border: 1px solid transparent;
  transition: opacity 400ms ease-in-out;
}

.filter-sepia {
  filter: brightness(1000%) sepia(100%) contrast(35%);
}

.filter-blue {
  filter: brightness(100%);
}

.filter-white {
  filter: brightness(0) invert(1);
}

.readmore-button {
  width: auto;
  border: 4px solid #0a20a0;
  color: #0020a0;
}

.readmore-button:hover {
  background: #0a20a0;
  color: #fff;
}

.story-button-col {
  margin: 1rem auto 2rem;
  text-align: center;
}

.story-button {
  width: auto;
  border: 4px solid #0a20a0;
  color: #0020a0;
}

.story-button:hover {
  background: #0a20a0;
  color: #fff;
}

.slidestory::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.slidestory::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 32, 160, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.slidestory {
  transition: opacity 0.25s ease-out;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  background: #fff;
  width: 100%;
  max-width: 1600px;
  height: auto;
  padding: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .slidestory {
    padding: 2rem;
  }
}

.slide_company_container {
  margin-bottom: 1rem;
}

.slidestory .company_name {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.slidestory .story_type {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0020a0;
}

.slidestorycol {
  padding-bottom: 15px;
  margin-bottom: 80px;
}

.slidestoryintro {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 16px 0;
  border-bottom: 5px solid #0020a0;
  border-top: 5px solid #0020a0;
  font-size: 1.5rem;
  font-weight: bold;
}

.story-carousel {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .story-carousel {
    max-width: none;
  }
}

.story-carousel-content .slick-slide {
  max-height: none !important;
  height: 100%;
  background-color: transparent;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.story-carousel-content {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .story-carousel-content {
    max-width: none !important;
  }
}

.slidestorybottomstat {
  padding: 20px;
  margin: 2rem 0 0;
  border-bottom: 5px solid #0020a0;
  border-top: 5px solid #0020a0;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.col-md-12 .slidestoryintro {
  font-size: 1.5rem;
  text-align: center;
  font-weight: normal;
  padding: 1% 10%;
}

.slidestorysecond {
  font-size: 1rem;
  text-align: right;
  padding-bottom: 1rem !important;
}

.slidestorysecond p {
  margin: 0;
  padding: 0;
  width: 100%;
}

.col-md-5 .slidestorysecond {
  margin-bottom: 40px;
}

.col-md-7 .slidestorysecond {
  text-align: right;
  margin: 20px 0 0;
  width: 75%;
  float: right;
}

.slidestoryquote_containter {
  background: #f3f4f4;
  font-weight: bold;
  font-style: italic;
  position: relative;
  z-index: 2;
  padding: 3em 1em;
  width: 100%;
  margin: 1rem auto;
}

.slidestoryquote {
  font-size: 1.25rem;
  text-align: left;
  padding: 1.25em 0 1em;
}

.opening_quotemark {
  text-align: left;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.closing_quotemark {
  text-align: left;
  position: absolute;
  right: 3rem;
  bottom: 1rem;
}

.home .opening_quotemark {
  height: 38px;
}

.closing_quotemark img {
  position: absolute;
  bottom: 0;
  left: -10px;
}

h1 {
  font-family: "Moderat Black";
  font-size: 2.5rem;
  color: #0020a0;
  font-weight: 400;
  margin: 0 0 1rem;
  padding: 0;
}

h2 {
  font-family: "Moderat Black";
  font-size: 2rem;
  padding: 0;
  margin: 0;
}

h3 {
  font-family: "Moderat";
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
}

.home h1 span {
  color: #fff;
  padding: 10px;
  background-color: #0020a0;
  display: inline-block;
  margin-bottom: 10px;
}

.home h2 {
  /* font-size: 2.5rem; */
  text-align: center;
  color: #0020a0;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
}

.block-header {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 2rem 0 !important;
}

.block-header a {
  float: right;
}

.description {
  font-size: 1.25rem;
}

.home .description {
  color: #20242b;
  padding: 0 20px 0 0;
  display: inline-block;
  margin: 0;
  width: 80%;
}

.home .block-header-text-container .description {
  font-weight: bold;
}

#homepage_welcome_text_container {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 200px;
  left: -50%;
  right: -50%;
  z-index: 99;
  font-size: 1.5rem;
  padding: 0 50px 50px;
}

#homepage_welcome_inner {
  width: 100%;
  height: 100%;
}

#homepage_welcome_inner .description {
  width: 75%;
}

#homepage_welcome_text {
  float: left;
  width: 67%;
}

.logo_container_ov,
.logo_container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.active .logo_container {
  display: none;
}

.active .logo_container_ov {
  display: block;
  background: rgba(255, 255, 255, 0.85);
  padding: 87px 0;
  width: 101%;
}

.displaynone {
  display: none;
}

.displayblock {
  display: block;
}

video {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 auto;
  padding: 0;
  height: auto;
}

.video-container {
  width: 100% !important;
  position: relative;
}

.home .block-header {
  background-color: rgb(231, 234, 246);
}

#resource-post-form .col-sm-5 {
  font-size: 1.3rem;
  padding: 0 5rem 2rem 2rem;
}

.footer {
  background: #0a20a0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
}

#footer-logo {
  width: 203px;
  height: 52px;
}

.footer li {
  padding-bottom: 10px;
}

.footer .row {
  padding: 0;
}

.footer-navigation a {
  color: #fff;
}

#footer-navigation-logo-container {
  margin-bottom: 20px;
  padding-left: 15px;
}

#footer-navigation-locations-column .title {
  font-size: 1.25rem;
  padding-bottom: 10px;
  font-weight: bold;
}

#footer-navigation-copyright-column {
  padding-left: 40px;
}

#footer-navigation-social-column {
  text-align: center;
}

#footer-navigation-social-column img {
  padding-left: 10px;
}

.slider {
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #f3f4f4;
  height: auto;
}

.slick-slide:hover {
  cursor: pointer;
}

.story-carousel-nav-slide img,
.slick-slide img {
  width: 100%;
}

.story-carousel-nav-slide:not(.is-current):before,
.story-carousel-nav-slide:not(.is-current):after,
.slick-prev:before,
.slick-next:before {
  color: black;
}

.story-carousel-nav-slide,
.slick-slide {
  transition: all ease-in-out 0.13s;
  opacity: 0.25;
  margin: 0 5px;
  width: 436px;
  background: #000;
}

.slick-active {
  height: 100%;
  max-height: 350px;
  top: 25px !important;
  opacity: 1;
}

.slick-current {
  opacity: 1;
  height: 100%;
  max-height: 450px;
  top: 0px !important;
}

.casestudybg {
  opacity: 0.25;
  height: 100%;
}

.slick-current .casestudybg {
  opacity: 1;
  height: 100%;
}

.slick-prev,
.slick-next {
  width: 24px;
  height: 39px;
}

.slick-prev {
  left: 15px;
  z-index: 9;
}

.slick-next {
  right: 15px;
  z-index: 9;
}

.slick-slide {
  background: #000;
  position: relative;
  visibility: hidden;
}

.slick-active,
.slick-current {
  visibility: visible;
  overflow: hidden;
  position: relative;
}

.slick-center {
  background: #fff;
}

.logo_container_ov,
.logo_container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9;
}

.logo_container {
}

.logo_container_ov {
  display: none;
}

.logo_container_ov img,
.logo_container img {
  width: 80%;
  margin: 0 auto;
}

.is-selected .logo_container,
.slick-current .logo_container {
  display: none;
}

.is-selected .logo_container_ov,
.slick-current .logo_container_ov {
  display: block;
  background: rgba(255, 255, 255, 0.85);
  padding: 15% 0;
  width: 101%;
}

.story-carousel-nav-slide {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  width: 100%;
  height: 200px;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .story-carousel-nav-slide {
    width: 315px;
    height: 315px;
    margin-left: 8px;
    margin-right: 8px;
  }
}

.story-carousel-nav-slide:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  transition: background-color 0.25s ease-out;
}

.story-carousel-nav-slide.is-selected {
  height: 275px;
}

@media (min-width: 768px) {
  .story-carousel-nav-slide.is-selected {
    height: 450px;
  }
}

.story-carousel-nav-slide.is-selected:after {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.25s ease-out;
}

.story-carousel .flickity-viewport {
  height: 280px !important;
  padding: 0;
  transition: height 0.2s;
}

@media (min-width: 768px) {
  .story-carousel .flickity-viewport {
    height: 450px !important;
    padding: 0px 50px;
    transition: height 0.2s;
  }
}

.flickity-prev-next-button {
  background-color: transparent;

  border-radius: 0;
  width: 15px;
  height: 40px;
  width: 45px;
  height: 45px;
}

@media (min-width: 768px) {
  .flickity-prev-next-button {
    width: 25px;
  }
}

.flickity-prev-next-button:hover {
  background-color: transparent;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.previous,
.flickity-prev-next-button.next {
  background-repeat: no-repeat;
  background-size: 15px 25px;
  background-position: center;
}

.flickity-prev-next-button.previous {
  left: -50px;
  background-image: url("images/left-arrow.svg");
}

.flickity-prev-next-button.next {
  right: -50px;
  background-image: url("images/right-arrow.svg");
}

@media (min-width: 768px) {
  .flickity-prev-next-button.previous {
    background-image: url("images/left-arrow.svg");
  }

  .flickity-prev-next-button.next {
    background-image: url("images/right-arrow.svg");
  }

  .flickity-prev-next-button.previous,
  .flickity-prev-next-button.next {
    background-color: transparent;
    background-size: contain;
  }

  .home .flickity-prev-next-button:hover {
    background-color: transparent;
  }
}

.posts_row .col {
  margin-bottom: 2rem;
}

.post_container {
  background: #f3f4f4;
  margin-bottom: 1rem;
}

.category_header {
  background: #0a20a0;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem 0 0.5rem 0.5rem;
  font-size: 0.75rem;
  font-family: Moderat;
  font-weight: 700;
  text-align: left;
}

.post_image_container {
  max-width: none;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center;
}

.post_title_container {
  padding: 0 1rem;
}

.post_title_container a {
  color: #20242b;
}

.post_title_container a:hover {
  color: rgb(74, 94, 181);
}

.post_date_container {
  padding: 1rem;
  font-size: 1.1rem;
}

.post_title_description {
  padding: 1rem;
}

.post_detail_description {
  font-size: 1.5rem;
}

.post-content-col {
  border-top: 2px solid #0020a0;
  border-bottom: 2px solid #0020a0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.post-blog .post-content-col img {
  margin: 0 auto 15px;
  display: block;
}

.block-newsletter-signup-cta-banner .container .mktoForm {
  margin-top: 1rem !important;
}

.block-newsletter-signup-cta-banner .col-sm-5 {
  margin-top: 1rem !important;
}

.post-content-col h2 {
  font-size: 1.75rem;
  font-family: Moderat Bold, Moderat;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
  color: #0020a0 !important;
  font-weight: bold !important;
  padding-bottom: 0 !important;
}

.post-content-col h3 {
  font-size: 1.5rem;
  font-family: Moderat Bold, Moderat;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
  color: #20242b !important;
  font-weight: bold !important;
}

.category_name {
  font-weight: 700;
  color: #0020a0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.category_name a {
  color: #0020a0;
  font-size: 0.9rem;
}

.social_media a {
  color: #20242b;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 10px;
}

.social_media a:hover {
  color: rgb(74, 94, 181);
}

.social_media a:first-child {
  margin-left: 0;
}

.cta-button[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}

.col-form .form-field-container .cta-button {
  height: 44px;
  line-height: 36px;
  padding: 0 !important;
  margin: 0;
  width: 100%;
  border: 2px solid #0020a0 !important;
  font-size: 18px !important;
  font-family: Moderat;
}

#job-listings-by-category-container .location-col {
  font-size: 0.9rem;
  color: #0020a0;
  margin-bottom: 1rem;
}

.press-row {
  padding: 1rem 0rem;
  line-height: 1;
  border-bottom: 2px solid #0020a0;
}

.press-row:first-child {
  border-top: 2px solid #0020a0;
}

.press-row-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
}

.press-row-title a {
  color: #20242b;
}

.press-row:hover {
  background: #0020a0;
  color: #fff;
  cursor: pointer;
}

.press-row:hover a {
  color: #fff;
}

.block-logos {
  margin: 0 auto !important;
  padding: 0 !important;
}

.press .block-logos {
  padding: 2rem 0 !important;
}

.home .block-logos {
  margin-bottom: 2rem !important;
  background: #0020a0;
}

.block-logos .row {
  margin: 0 auto;
}

.block-logos figure {
  display: flex;
  position: relative;
  transition: opacity 400ms ease-in-out;
  height: 100px;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 15px;
}

.block-logos figure img {
  max-width: 175px;
  max-height: 50px;
}

@media (min-width: 1024px) {
  .block-three-column-text-column-container .image-col {
    min-height: 80px;
  }
}

.block-three-column-text-column-container .image-col img {
  max-height: 180px;
}

.block-three-column-text-column-container .--title {
  font-size: 20px;
  margin-bottom: 8px;
}

.block-three-column-text-column-container .--small-text {
  font-size: 12px;
  margin-bottom: 0;
}

main.who-we-are .block-three-column-text-column-container .image-col img {
  max-height: 120px;
  margin: 1rem 0;
}

.page-template-product-template
  .block-three-column-text-column-container
  .image-col
  img,
main.product .block-three-column-text-column-container .image-col img {
  max-height: 120px;
}

main.home .block-three-column-text-column-container .image-col img {
  max-height: 110px;
}

main.home .block-three-column-text-column-container .text-col {
  padding: 0 1.1rem !important;
}

main.who-we-are .block-values-heading h2 {
  padding: 0 !important;
}

.block-three-column-text-column-container .text-col {
  margin: 20px auto;
  padding: 0 2rem;
}

.block-three-column-text-column-container .text-col a {
  color: #20242b;
}

.blog-post-featured-image-container {
  margin-bottom: 0;
}

.blog-post-featured-image-container .background-col {
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  background-position: center center;
}

#post-meta-section {
  background: #fff;
  padding: 0;
}

#post-meta-category-title-container {
  margin-top: 2rem;
}

#post-meta-category-title-container h1 {
  color: #20242b;
}

.block-blog-post-section {
  padding-bottom: 2rem !important;
}

.author-section {
  padding: 0 2rem 2rem !important;
}

.author-section-image-col img {
  border-radius: 100%;
}

.author-desc-col {
  position: relative;
  min-height: 161px;
}

.author-desc h2 {
  font-size: 1.25rem;
}

.no-border {
  border: 0 !important;
}

.download-form-container iframe {
  border: 0;
  width: 345px;
  height: 400px;
}

.download-form-container input[type="text"],
.download-form-container select {
  width: auto;
  height: 44px;
  margin: 0;
}

.download-form-container .row {
  margin: 0 0 20px;
  padding: 0;
}

.download-form-container .cta-button {
  display: inline-block;
  width: 100%;
  color: #fff;
  background: #0020a0;
  font-weight: bold;
  font-size: 1rem;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1 !important;
<<<<<<< HEAD
  width: auto;
=======
>>>>>>> feature/product-page-components
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

.press-featured-section {
  padding: 0;
  background: #f3f4f4;
}

.press-featured-section .text-col {
  padding-right: 4rem;
  padding-bottom: 15px;
}

.press-featured-section .text-col .type {
  font-weight: bold;
  font-size: 0.8rem;
  padding-top: 15px;
}

.press-featured-section .text-col h1 {
  margin: 10px 0 10px;
  font-size: 2rem;
}

#press-release-detail-meta-container {
  border-bottom: 3px solid #0020a0;
  padding: 0 1rem;
}

#press-release-detail-meta-container h1 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

#press-release-detail-text-container {
  padding: 1rem;
}

.block-mission-section {
  border-top: 3px solid #0020a0;
  border-bottom: 3px solid #0020a0;
  color: #0020a0;
  text-align: center;
  margin-bottom: 2rem !important;
}

.block-mission-section-title {
  font-weight: bold;
}

.block-mission-section-text {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  width: 50%;
  margin: 0 auto;
  padding: 0 1rem;
}

.home .block-customer-story-carousel {
  margin: 2rem auto !important;
  padding-bottom: 0 !important;
}

.home .block-customer-story-carousel h2 {
  margin-top: 2rem !important;
  margin-bottom: 0 !important;
}

.home .block-three-column-text {
  margin: 2rem auto !important;
}

.block-three-column-text-column {
  margin-bottom: 20px;
}

main.who-we-are h2 {
  color: #0020a0;
}

main.who-we-are .block-three-column-text {
  background: #f4f3f3;
}

main.who-we-are .block-three-column-text-column-container {
  background: #fff;
  box-shadow: 0 2px 22px 2px rgba(0, 0, 0, 0.11);
  padding: 0 20px 20px 20px;
}

main.who-we-are .block-three-column-text-column .text-col {
  font-size: 1.25rem;
  font-weight: bold;
}

.value-icon-container {
  position: relative;
}

.value-icon-container-text {
  font-weight: bold;
  font-size: 1.25rem;
  width: 75%;
}

.block-values-rollover-section p {
  clear: both;
}

@media (min-width: 576px) {
  .block-values-rollover-section .value-icon-container {
    display: block;
  }

  .value-icon-container-text {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .value-icon-container {
    display: flex;
    align-items: center;
  }

  .value-icon-container img {
    flex-shrink: 0;
    margin: 0 30px 0 0;
  }

  .value-icon-container-text {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .value-icon-container-text {
    font-size: 30px;
  }
}

.block-two-column-overlapping-image .title-col {
  padding: 0 2rem 0 0;
}

.block-two-column-overlapping-image .col-text {
  padding: 1.25rem;
  border-top: 3px solid #0020a0;
  border-bottom: 3px solid #0020a0;
}

.block-two-column-overlapping-image .readmore-button {
  color: #20242b;
  border-color: #20242b;
}

.block-two-column-overlapping-image .readmore-button:hover {
  background-color: #20242b;
  color: #fff;
}

.block-two-column-image-text-alternating-section {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

/* .block-two-column-image-text-alternating-section:first-of-type {
  padding-top: 1em !important;
} */

.block-two-column-image-text-alternating-section .highlight-icon-container {
  padding-bottom: 1rem;
}

.block-two-column-image-text-alternating-section .text-col .container {
  padding: 2rem;
}

@media (min-width: 1024px) {
  .block-two-column-image-text-alternating-section .text-col .container {
    padding: 1.5rem 0;
  }

  .block-two-column-image-text-alternating-section:nth-child(even) .text-col {
    margin-right: 1.5rem;
  }

  .block-two-column-image-text-alternating-section:nth-child(odd) .text-col {
    margin-left: 1.5rem;
  }
}

.highlight-icon-container-text {
  font-weight: bold;
  font-size: 30px;
}

.block-feature-callout h2,
.block-feature-callout h3 {
  color: #0020a0;
}

.page-template-product-template .block-feature-callout img,
main.product .block-feature-callout img {
  padding: 20px 0;
}

main.careers .block-feature-callout .col-text,
main.who-we-are .block-feature-callout .col-text {
  font-weight: bold;
  font-size: 1.25rem;
}

main.careers .block-feature-callout .col-cta a,
main.who-we-are .block-feature-callout .col-cta a {
  color: #20242b;
}

/*
	main.careers .block-feature-callout .col-text p{position: absolute;top: 50%;left: 0;transform: translate(0,-50%);width:100%;}
*/

main.who-we-are .block-feature-callout .col-text {
  font-weight: bold;
}

@media (min-width: 1024px) {
  main.who-we-are .col-cta {
    text-align: right;
  }
}

main.partners .block-header {
  height: auto;
  margin-bottom: 2rem;
}

main.partners .block-header-text-container {
  border-top: 3px solid #0020a0;
  border-bottom: 3px solid #0020a0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

main.partners .block-header-text-container h2 {
  font-family: "Moderat Black";
  font-size: 1.5rem;
  color: #0020a0;
  font-weight: 400;
  margin: 0 0 1rem;
  padding: 0;
}

main.partners .block-header-text-container .description {
  font-weight: bold;
  font-size: 1.5rem;
}

main.partners .block-logos {
  background: #20242b !important;
  padding: 2rem 0 !important;
  margin: 2rem auto 0 !important;
}

main.partners .block-logos h4 {
  color: #fff;
  font-weight: bold;
  padding-bottom: 30px;
  text-align: center;
  font-size: 1.5rem;
}

.block-carousel .heading-col {
  margin: 1rem 0;
}

.source-name {
  text-transform: uppercase;
}

.block-form-partner {
  background: #f4f3f3;
  padding: 2rem 0 !important;
}

.block-form-partner h2 {
  color: #0020a0;
}

.block-form-partner h3 {
  margin: 1rem 0 !important;
  font-size: 1.25rem !important;
}

main.referral-program .block-form-partner h3 {
  color: #20242b;
  font-size: 1.5rem;
}

.block-list-content {
  margin-bottom: 2rem !important;
}

.block-list-content-partners-list {
  margin-bottom: 2rem !important;
}

.block-list-content-partners-list .partner-card-col {
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.block-article-grid .container {
  border-top: 2px solid #0020a0;
}

.block-article-grid h2 {
  margin: 2rem 0 0;
}

.block-headers-product-stats-container,
.page-template-product-template .block-headers-product,
.product .block-headers-product {
  font-size: 1.25rem;
}

.page-template-product-template .block-three-column-text-column .text-col,
.product .block-three-column-text-column .text-col {
  font-style: italic;
}

.page-template-product-template .block-three-column-text-column-container,
.product .block-three-column-text-column-container {
  font-size: 1rem;
}

.block-headers-product-stats-container {
  margin: 0;
}

.block-headers-product-stats-container .stats-col {
  color: #fff;
  font-weight: bold;
  padding: 2rem 0;
}

.block-headers-product-text-container {
  padding: 2rem;
}

.block-headers-product .text-col {
  margin-bottom: 2rem;
}

.page-template-product-template .block-headers-product .products-col h2,
.product .block-headers-product .products-col h2 {
  padding-bottom: 0.5rem !important;
}

.block-headers-product-stats-container .stats-col span,
.page-template-product-template .stats-col span,
.product .stats-col span {
  /* padding: 0 2rem; */
}

.block-headers-product-stats-container .stats-col span {
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .block-headers-product-stats-container .stats-col span {
    display: inline-block;
    margin-bottom: 0;
  }

  .block-headers-product-stats-container .stats-col span:after {
    content: '|';
    display: inline-block;
    position: relative;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.block-headers-product-stats-container .stats-col span:last-of-type:after {
  display: none;
}

.page-template-product-template .block-callout,
.product .block-callout {
  margin: 2rem auto;
  padding: 2rem 0;
  border-bottom: 3px solid #ffdd00;
  border-top: 3px solid #ffdd00;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: 1.25rem;
}

.page-template-product-template .block-callout .source-col,
.product .block-callout .source-col {
  padding-top: 1rem;
  font-weight: bold;
  color: #0020a0;
  font-style: normal;
  line-height: 1.25;
  font-size: 0.9rem;
}

.page-template-product-template .block-callout-quote,
.product .block-callout-quote {
  margin: 2rem auto;
  padding: 2rem 0;
  border-bottom: 3px solid #ffdd00;
  border-top: 3px solid #ffdd00;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: 1.25rem;
}

.page-template-product-template .block-callout-quote .source-col,
.product .block-callout-quote .source-col {
  padding-top: 2rem;
  color: #0020a0;
  font-style: normal;
  line-height: 1.25;
  font-size: 0.9rem;
}

.page-template-product-template .block-callout-quote .company,
.product .block-callout-quote .company {
  font-weight: bold;
}

.quote-container {
  font-weight: bold;
  font-style: italic;
  position: relative;
  z-index: 2;
  padding: 0 15px;
  width: 100%;
  clear: both;
  margin: 0 auto;
}

.quote-col {
  width: 90%;
  margin: 0 auto;
  padding: 0 0.5rem;
}

.quote-container .opening_quotemark {
  position: absolute;
  top: 0;
  left: 0;
}

.quote-container .closing_quotemark {
  position: absolute;
  right: 25px;
  bottom: 0;
}

.quote-container .closing_quotemark img {
  position: absolute;
  bottom: 0;
  left: -10px;
}

.quote-image-col {
  width: 75px;
  height: 75px;
}

.quote-source-image {
  border-radius: 100%;
  max-width: 75px;
  max-height: 75px;
}

.block-newsletter-signup-cta-banner {
  background-color: #20242b;
  color: #fff;
  font-size: 1.3rem;
  padding: 2rem !important;
  position: -webkit-sticky !important;
  /* Safari */
  position: sticky !important;
  bottom: 0 !important;
  z-index: 999999;
}

.blog-post-page-banner .block-newsletter-signup-cta-banner {
  position: relative !important;
  bottom: 0 !important;
}

.blog-post-page-banner .block-newsletter-signup-cta-banner .js-banner-close {
  display: none;
}

.block-text-cta-banner {
  background-color: #20242b;
  color: #fff;
  font-size: 1.3rem;
  padding: 4rem 0 !important;
  position: -webkit-sticky !important;
  /* Safari */
  position: sticky !important;
  bottom: 0 !important;
  z-index: 999999;
}

.carousel-quote-container {
  position: absolute;
  top: 0;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.carousel-quote-container .opening_quotemark {
  position: absolute;
  top: -1.5rem;
  left: 2rem;
}

.carousel-quote-container .closing_quotemark {
  position: absolute;
  bottom: 0;
  right: 4rem;
}

.carousel-quote-container .quote-div {
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
}

.quote-div {
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1rem;
}

.source-div {
  color: #fff;
  font-size: 0.8rem;
  margin-bottom: 15px;
  margin-top: 1rem;
}

.logo-div {
  margin-top: 1rem;
}

main.customers .block-carousel {
  background-color: #f4f3f3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

main.customers .carousel-item {
  min-height: 390px;
  background-color: #20242b;
}

.block-list-content-partners-heading {
  padding-bottom: 0;
}

.block-list-content-partners-heading h2 {
  padding-bottom: 0;
}

.container-list-content-partners-list {
  border-top: 3px solid #0020a0;
}

main.referral-program .block-header {
  background: #20242b;
  text-align: center;
  padding: 2rem 0 !important;
  margin: 0 auto;
  color: #fff;
  height: auto;
}

main.referral-program .block-header h1 {
  font-size: 2rem;
  color: #fff;
  margin: 0;
  font-weight: normal !important;
  font-family: Moderat;
}

main.referral-program .block-header h2 {
  font-size: 2rem;
  line-height: 1;
  color: #ffdd00;
  margin: 0;
  font-weight: normal !important;
  font-family: Moderat;
  padding: 1rem 0;
}

main.referral-program .description {
  font-size: 1.25rem;
  line-height: 1.1;
  padding: 0;
}

.press_post_container .post_image_container {
  padding: 1rem 0;
  height: auto;
  min-height: 1px;
}

.press_post_container .post_image_container img {
  max-height: 48px;
}

.press_post_container {
  background: #fff;
  box-shadow: 0 2px 22px 2px rgba(0, 0, 0, 0.11);
}

.filter-section-title-container:hover {
  cursor: pointer;
}

#filter-section {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
}

.filter-section-title-container {
  color: #0020a0;
  padding: 15px;
  font-weight: bold;
}

.filter-arrow {
  width: 20px;
  height: 10px;
  background-size: contain;
  display: inline-block;
}

.filter-arrow-up {
  background-image: url("images/up-arrow.svg");
  background-repeat: no-repeat;
}

.filter-arrow-down {
  background-image: url("images/down-arrow.svg");
  background-repeat: no-repeat;
}

.block-three-images-per-slide-carousel .col-sm-4 {
  border-right: 3px solid #0020a0;
  padding: 0;
}

.block-three-images-per-slide-carousel .image-col {
  margin: 1rem auto;
}

.block-three-images-per-slide-carousel .image-col img {
  max-width: 100px;
  margin: 0 auto;
}

.block-three-images-per-slide-carousel .title-col {
  text-align: center;
  margin-bottom: 1rem;
}

.block-three-images-per-slide-carousel .link-col {
  text-align: center;
  margin-bottom: 1rem;
}

.block-three-images-per-slide-carousel .carousel-control-prev {
  left: -68px;
}

.block-three-images-per-slide-carousel .carousel-control-next {
  right: -68px;
}

.block-sticky-search-careers {
  background: #f4f3f3;
  margin-bottom: 2rem !important;
}

.block-sticky-search-careers h1 {
  font-size: 3rem;
}

.block-sticky-search-careers .form-field-container {
  margin-bottom: 1rem;
}

.block-list-career-openings {
  background: #f4f3f3;
  margin-top: 2rem !important;
  padding-top: 0 !important;
}

.block-list-career-openings .col-heading {
  text-align: center;
  padding: 2rem 0 0 0;
}

.block-list-career-openings .col-heading h2 {
  font-family: Moderat;
  padding-bottom: 0;
}

.job_category_container {
  border-bottom: 3px solid #0020a0 !important;
  padding: 2rem 0;
  padding: 1rem;
}

#job-listings-by-category-container .card {
  border: 0;
}

#job-listings-by-category-container .card-header {
  border: 0;
  background: #fff;
  padding: 0;
  cursor: pointer;
}

#job-listings-by-category-container .card-body {
  border: 0;
  background: #fff;
  padding: 0;
  margin-top: 1rem;
}

#job-listings-by-category-container button {
  border: 0;
  background-color: inherit;
  padding: 0;
  float: right;
  right: 0;
  width: 80px;
  height: 75px;
  text-align: center;
  background-position: 25px 0px;
  font-weight: bold;
  font-size: 16px;
  outline: none;
}

#job-listings-by-category-container .btn_category_container {
  color: #092ca0 !important;
}

#job-listings-by-category-container button:before {
  content: '';
  background-image: url(images/down-arrow.svg);
  background-repeat: no-repeat;
  height: 25px;
  width: 40px;
  display: block;
  text-align: center;
  margin: auto;
}

#job-listings-by-category-container button.collapsed:after,
#job-listings-by-category-container button.is-open:before {
  background-image: url(images/up-arrow.svg);
  background-repeat: no-repeat;
}

#job-listings-by-category-container button:active {
  color: #20242b;
}

#job-listings-by-category-container button:hover {
  cursor: pointer;
}

.job_category_listings_container {
  padding-top: 1rem;
  border-top: 2px solid #ccc;
}

.job_listings_category_count {
  font-size: 1.25rem;
}

.filter-container {
  color: #0020a0;
  padding: 15px;
  width: 50%;
  font-weight: bold;
  box-shadow: 0 2px 22px 2px rgba(0, 0, 0, 0.15);
  display: none;
}

.filter-container input[type="checkbox"] {
  background-color: #fff;
  border-radius: 0;
  border: 4px solid #0020a0;
}

.checkbox-container {
  display: block;
  position: relative;
  line-height: 1;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #0020a0;
  background-color: #fff;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  background-color: #fff;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #0020a0;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #0020a0;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: 2px solid #0020a0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-checkbox-inner {
  border: 3px solid #fff;
  width: 100%;
  display: block;
  height: 16px;
}

.partner-type-container {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.partner-image-container {
  text-align: center;
  margin-bottom: 1rem;
  min-height: 67px;
}

.partner-image-container img {
  width: auto;
  max-height: 50px;
  max-width: 200px;
}

.partner-name-container {
  font-weight: bold;
  margin-bottom: 1rem;
}

.partner-description-container {
  font-size: 0.95rem;
}

.to-author {
  color: #0020a0;
}

.to-author:hover {
  cursor: pointer;
}

.block-block-buttons {
  display: none;
}

#resource-post-form {
  display: none;
}

.block-product-demo-cta {
  display: none;
}

.js-banner-close {
  position: absolute;
  right: 15px;
  top: -55px;
  z-index: 999;
}

.block-newsletter-signup-cta-banner .js-banner-close {
  position: absolute;
  right: 15px;
  top: -15px;
  z-index: 999;
}

.hide {
  display: none;
}

.show-flex {
  display: flex;
}

.show-block {
  display: block;
}

.show-inline {
  display: inline;
}

.show-inline-block {
  display: inline-block;
}

.js-banner-close:hover {
  cursor: pointer;
}

.after-click-close-banner {
  position: relative !important;
  bottom: 0 !important;
}

.btn-charcoal-white {
  width: auto;
  border: 4px solid #fff;
  color: #fff !important;
}

.btn-charcoal-white:hover {
  background: #fff;
  color: #20242b !important;
}

.btn-charcoal-white:after {
  color: #20242b !important;
}

.btn-charcoal-white:hover:after {
  color: #20242b !important;
}

.section_use-the-modern-esp-that-knows-your-customer {
  padding-top: 2.5rem !important;
}

.terms-of-use .block-body-copy-with-section-heading {
  text-align: left;
}

.privacy .block-body-copy-with-section-heading {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .description {
    line-height: 1;
    font-size: 1.1rem;
    padding: 0 0.5rem 0.5rem;
  }

  .filter-container {
    margin-bottom: 1rem;
  }

  .home .btn {
    padding: 0.25rem 0.5rem;
    margin: 0;
  }

  .home .block-header h1 {
    font-size: 1.75rem;
    line-height: 1;
    padding: 0;
    margin: 0;
  }

  .home .block-header-text-container .description {
    margin-bottom: 15px;
  }

  .home .block-header {
    padding: 0 !important;
  }

  .home .block-header .container {
    padding: 0.5rem;
  }

  .home .block-logos .col-md-3,
  .customers .block-logos .col-md-3,
  .partners .block-logos .col-md-3 {
    width: 50%;
  }

  .block-header a {
    float: left;
  }

  .block-logos figure img {
    max-width: 100px;
    max-height: 25px;
  }

  .navbar-container {
    padding-left: 0;
    padding-right: 10px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .order-last {
    -ms-flex-order: -1;
    order: -1;
  }

  .who-we-are .block-feature-callout .col-text,
  .page-template-product-template .block-feature-callout,
  .product .block-feature-callout {
    margin: 2rem 0;
  }

  .who-we-are .block-feature-callout .col-text ul,
  .page-template-product-template .block-feature-callout .col-text ul,
  .product .block-feature-callout .col-text ul {
    margin-bottom: 0;
  }

  .who-we-are .block-feature-callout .col-text p,
  .page-template-product-template .block-feature-callout .col-text p,
  .product .block-feature-callout .col-text p {
    margin-top: 1rem;
  }

  .js-readmore-button {
    margin-top: 2rem;
  }

  .block-text-cta-banner .btn {
    float: left;
    margin: 1rem 0 0;
  }

  .block-list-content-partners-heading {
    padding-top: 2rem !important;
  }

  .home .block-header {
    height: 300px;
  }

  .block-header-text-container .home .description {
    width: 80%;
    padding-left: 0;
    margin-left: 0;
  }

  .home .video-container {
    width: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto !important;
    overflow: hidden;
  }

  .home video {
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    height: auto;
    position: relative;
  }

  .block-header-text-container {
    position: relative;
    top: 20px;
  }

  .block-sticky-search-careers .col-form {
    padding: 0 0 1rem 0;
  }

  .post_title_container {
    padding: 1rem 1rem 0;
  }

  .post_title_description {
    padding: 0.5rem 1rem;
  }

  .post_image_container {
    margin: 0;
  }

  main.who-we-are .block-three-column-text {
    padding-top: 1rem;
  }

  main.who-we-are .block-two-column-overlapping-image {
    padding: 0;
  }

  .block-two-column-overlapping-image h1 {
    margin: 1rem 0;
  }

  .value-icon-container {
    padding: 1rem 0;
  }

  .block-mission-section {
    padding: 1rem 0 !important;
  }

  .block-mission-section-text {
    width: 100%;
    font-size: 1.5rem;
  }

  .block-headers-product {
    margin-bottom: 1rem;
  }

  .related-resources-container {
    margin-top: 1rem;
  }

  .download-col {
    padding: 1rem 0 0 0;
  }

  .social_media {
    padding-bottom: 2rem !important;
  }

  .press-featured-section .image-col {
    padding-top: 1rem;
  }

  .author-section-image-col img {
    text-align: center;
  }

  .author-section-image-col img {
    max-width: 50%;
    margin-bottom: 0.5rem;
  }

  .block-headers-blog-resource .img-col {
    min-height: 100vw;
    padding-bottom: 0.5rem;
    min-height: 100vw;
  }

  .block-headers-blog-resource .text-container h1 {
    margin-bottom: 0;
  }

  .block-two-column-image-text-alternating-section .image-col {
    -ms-flex-order: -1;
    order: -1;
    padding-top: 1rem;
  }

  .block-values-rollover-section .image-col {
    -ms-flex-order: -1;
    order: -1;
    padding-top: 1rem;
  }

  .block-newsletter-signup-cta-banner {
    font-size: 0.9rem;
  }

  .vidyard_player span {
    width: 100% !important;
    height: 177px !important;
    margin-bottom: 1rem !important;
  }

  .stat-container .col-sm-6:first-child {
    border-bottom: 3px solid #ffdd00;
  }

  #footer-navigation-copyright-column {
    padding-left: 25px;
    padding-bottom: 25px;
  }

  #footer-navigation-locations-column .title,
  .footer li {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 768px) {
  #header-logo {
    width: 203px;
  }

  #close_alert_bar {
    top: -5px;
    right: -5px;
  }

  #close_alert_bar svg {
    width: 19px !important;
    height: 19px !important;
  }

  #announcement-bar {
    position: fixed;
    z-index: 1000;
    top: 0;
    padding: 15px 20px;
  }

  #announcement-bar #close_alert_bar {
    top: 12px;
    right: 15px;
  }

  .navbar-container {
    position: fixed;
    top: 56px;
    z-index: 1000;
    height: 80px;
  }

  .no-announcement-bar .navbar-container {
    top: 0;
  }

  .main_container {
    position: relative;
  }

  .main_container.no-announcement-bar {
  }

  section.block {
    padding: 2rem 0;
  }

  .home .main_container {
    top: 112px;
  }

  .home .main_container {
    top: auto !important;
  }

  main.home .block-header-text-container {
    position: absolute;
    top: 150px;
    width: 98%;
  }

  .home h1 {
    margin-bottom: 0.5rem;
  }

  .block-header-text-container .home .description {
    padding-top: 0;
    margin-top: 0;
    width: 70%;
  }

  .slidestoryquote_containter {
    margin: 2rem auto;
  }

  .slidestoryquote {
    padding: 2.5em 0;
  }

  .slidestorysecond p {
    margin: 0;
    padding: 0 0 0;
    width: 90%;
    float: right;
  }

  .description {
    font-size: 1.5rem;
  }

  .col-md-8 .slidestoryquote_containter {
    width: 80%;
    top: -40px;
    left: 20px;
    z-index: 2;
    padding: 20px;
  }

  .slidestoryquote_containter {
    top: 40px;
    clear: both;
  }

  .block-header {
    height: 500px;
    padding: 0 !important;
  }

  .block-header h1 {
    font-size: 4rem;
  }

  .resource-post-section .text-col {
    padding-right: 150px;
  }

  .resource-post-section.full-width .text-col {
    padding-right: 0;
  }

  .post-content-col {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 60px;
  }

  #post-meta-container {
    padding: 0 5rem 2rem;
  }

  .blog-post-featured-image-container .background-col {
    height: 375px;
  }

  .post_title_readmore {
    position: absolute;
    bottom: 15px;
  }

  .author-section-image-col {
    padding-left: 0;
  }

  .author-desc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .post_container {
    min-height: 725px;
  }

  .post_image_container {
    height: 350px;
  }

  .page-template-product-template .block-feature-callout img,
  main.product .block-feature-callout img {
    padding: 0;
  }

  .quote-container {
    padding: 2rem 4rem;
    width: 80%;
  }

  .quote-container .opening_quotemark {
    text-align: left;
    position: absolute;
    top: 1rem;
    left: 1rem;
  }

  .quote-container .closing_quotemark {
    text-align: left;
    position: absolute;
    right: 3rem;
    bottom: 1rem;
  }

  .block-headers-blog-resource {
    padding: 0;
  }

  .block-headers-blog-resource .img-col {
    min-height: 400px;
  }

  .block-headers-blog-resource .text-container {
    /* padding: 1rem 4rem 1rem 0; */
    padding-right: 4rem;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 300px;
  }

  .block-headers-blog-resource .text-div {
    padding: 1em;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
  }

  .block-list-content {
    margin-bottom: 0;
  }

  .related-resources-container h2 {
    padding-bottom: 2rem !important;
  }

  #related-posts-section {
    padding: 0 0 2rem;
  }

  .resource-post-section .text-col h1 {
    margin-bottom: 2rem;
  }

  .download-form-container {
    margin: 30px 0 30px;
  }

  .stat-container .col-sm-6:first-child {
    border-right: 3px solid #ffdd00;
  }

  .stat-container .col-sm-6 {
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .block-carousel .heading-col {
    margin-bottom: 1rem;
  }

  .block-two-column-overlapping-image-text-row {
    position: absolute;
  }

  .block-two-column-overlapping-image h1 {
    font-size: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .block-two-column-overlapping-image .text-col {
    position: relative;
    height: 200px;
  }

  .block-two-column-overlapping-image .text-container {
    padding: 2rem 2rem 0;
    position: relative;
    top: -251px;
    background: #ffffff;
    width: 92%;
    margin: 0 auto;
  }

  .block-two-column-overlapping-image .col-text {
    padding: 3rem;
  }

  main.careers .block-feature-callout .col-cta,
  main.who-we-are .block-feature-callout .col-cta {
    text-align: right;
  }

  main.who-we-are .block-three-column-text-column .image-col {
    padding: 2rem;
    height: auto;
    min-height: 1px;
  }

  main.who-we-are .block-three-column-text-column-container {
    min-height: 400px;
  }

  main.who-we-are .feature-carousel-container {
    padding: 0 4rem;
  }

  .block-three-images-per-slide-carousel .image-col {
    min-height: 170px;
  }

  .block-three-images-per-slide-carousel .title-col {
    min-height: 85px;
  }

  .block-three-column-text-column-container {
    margin-bottom: 20px;
  }

  .block-values-rollover-section .text-col .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    border-top: 3px solid #0020a0;
    border-bottom: 3px solid #0020a0;
  }

  .block-values-rollover-section .text-col .container {
    padding: 1.5rem 1.5rem;
  }

  .block-values-rollover-section .image-col {
    padding: 0 4rem;
  }

  .block-article-grid h2 {
    margin: 2rem auto 4rem;
  }

  .carousel-quote-container {
    width: 100%;
  }

  .carousel-quote-container .quote-div {
    width: 100%;
    padding: 0 6rem;
  }

  .carousel-quote-container .opening_quotemark {
    top: 0;
  }

  .carousel-quote-container .closing_quotemark {
    bottom: 0;
  }

  .carousel-quote-container .text-col {
    padding: 0;
  }

  main.partners .block-logos .col-md-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }

  main.partners .block-header-text-container h2 {
    font-size: 2.5rem;
  }

  .partner-description-container {
    margin-bottom: 5rem;
  }

  #press-release-detail-meta-container {
    padding: 0 3rem 1rem 6rem;
  }

  #press-release-detail-text-container {
    padding: 2rem 3rem 1rem 6rem;
  }

  .press-featured-section .readmore-button {
    margin-top: 1rem !important;
  }

  .press_post_container {
    min-height: 450px;
  }

  .press-row {
    padding: 2rem 3rem;
  }

  .press-row-date {
    text-align: left;
    align-items: center;
    display: flex;
  }

  .press_post_container .post_image_container {
    padding: 2rem;
  }

  .post_title_readmore .btn {
    padding: 1rem;
  }

  .post_title_container {
    padding: 1rem;
  }

  .block-two-column-image-text-alternating-section .text-col .container {
    width: 100%;
    border-top: 3px solid #0020a0;
    border-bottom: 3px solid #0020a0;
  }

  .js-banner-close {
    padding-bottom: 1rem;
  }

  .footer {
    padding-top: 6rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  #footer-navigation-logo-container {
    padding-left: 40px;
  }

  #footer-navigation-social-column {
    text-align: right;
    padding: 0 40px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .block-values-rollover-section .text-col .container {
    padding: 1.5rem;
    line-height: 1.5;
  }

  .block-two-column-image-text-alternating-section .text-col .container {
    padding: 1.5rem;
    line-height: 1.5;
  }
}

/**
* Footer Accordion
**/
.footer-location-name {
  cursor: pointer;
}

.footer-button .footer-location-name:after {
  content: '';
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  margin-left: 16px;
  top: 0;
}

.footer-button .footer-location-name:after {
  top: 0;
  transform: rotate(225deg);
}

.collapsed.footer-button .footer-location-name:after {
  top: -3px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .block-carousel--customers {
    padding: 0 !important;
  }
}

@media (min-width: 1024px) {
  .block-carousel--customers {
    padding: 0 !important;
  }

  .block-carousel--customers > .container {
    max-width: none;
    padding: 0;
  }

  .block-carousel--customers > .container {
    max-width: none;
    padding: 0;
  }

  .block-carousel--customers .carousel-item {
    height: 530px;
  }

  .block-carousel--customers .heading-col {
    margin: 0;
    font-size: 30px;
    line-height: 1;
    padding: 24px 0 26px;
  }

  .block-carousel--customers .carousel-item .opening_quotemark,
  .block-carousel--customers .carousel-item .closing_quotemark {
    display: none;
  }

  .block-carousel--customers .quote-div {
    border-left: 10px solid #ffdd00;
    padding-left: 25px;
    padding-bottom: 5px;
  }

  .block-carousel--customers .source-div {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
  }

  .block-carousel--customers .source-name {
    font-weight: bold;
  }

  .block-carousel--customers .logo-div {
    margin-top: 15px;
  }

  .block-article-grid--customers h2.article-superheading {
    font-size: 50px;
    padding-bottom: 0 !important;
    margin: 45px auto 55px;
  }

  .block-article-grid--customers .btn-readmore {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

/**
*
* Careers Page Updates
*
**/

.block-list-career-openings .col-heading {
  padding-top: 0;
  margin: 45px auto 45px;
}

.block-list-career-openings .col-heading h2 {
  font-weight: bold;
  font-size: 50px;
}

.careers .job-card-description a {
  color: #0020a0;
}

.careers .job_category_container {
  border-width: 5px;
  padding-left: 0;
  padding-right: 0;
}

.careers .job-listing-card {
  border-bottom: 2px solid #959ead;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.job-listing-card .description-col {
  padding-left: 0;
}

.careers .job_category_container:last-of-type {
  border-bottom: 0 !important;
}

.careers .job-listing-card:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.careers .job-listing-card .btn {
  padding-top: 0;
  padding-bottom: 0;
  color: #0020a0;
  margin-bottom: 0;
  margin-top: auto;
}

.careers .job-listing-card .btn:hover:after {
  color: #0020a0;
}

.job-listing-card .text-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.block-list-career-openings .col-form {
  padding-bottom: 2rem !important;
}

.block-list-career-openings .btn {
  height: 50px !important;
}

.careers .block-sticky-search-careers h1 {
  text-align: center;
  margin-bottom: 25px;
}

.job-listing-card__cta {
  margin-top: 20px !important;
  padding: 10px 30px !important;
}

.job-listing-card__cta:hover,
.job-listing-card__cta:hover:after {
  color: #fff !important;
}

.job-row {
  border-bottom: 3px solid #0020a0;
}

.job-cards-list__wrapper {
  overflow: hidden;
  height: 0;
  transition: height 0.25s ease-in;
}

.job-card-header {
  position: relative;
  background-color: #fff;
  padding: 1rem 0;
  cursor: pointer;
}

.job-listing-card:first-of-type {
  border-top: 2px solid #959ead;
  padding-top: 1rem;
}

.job-listing-card__description {
  margin-top: 1rem;
}

.job-card-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: inherit;
  padding: 0;
  width: 80px;
  height: auto;
  text-align: center;
  background-position: 25px 0px;
  font-weight: bold;
  font-size: 16px;
  outline: none;
  color: #0020a0;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  appearance: none;
  top: 50%;
  transform: translateY(-50%);
}

.job-card-btn:after.is-open {
  background-image: url(images/up-arrow.svg);
}

.job-card-title,
.job_listings_category_count {
  padding-right: 80px;
}

.job_listings_category_count {
  max-width: calc(100% - 100px);
}

.lever-listings {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (min-width: 768px) {
  .block-sticky-search-careers
    .col-form
    .form-field-container
    input[type="text"],
  .block-sticky-search-careers .col-form .form-field-container select {
    height: 50px !important;
  }

  .block-sticky-search-careers .col-form .form-field-container {
    margin-bottom: 20px !important;
  }

  .careers .job-card-title {
    font-weight: bold;
  }

  .careers .job-card-description a {
    font-size: 18px;
  }

  .careers .block-three-images-per-slide-carousel {
    padding-top: 75px;
    padding-bottom: 65px;
  }

  .careers .block-three-images-per-slide-carousel .carousel-control-prev {
    left: -50px;
  }

  .careers .block-three-images-per-slide-carousel .carousel-control-next {
    right: -50px;
  }

  .careers .carousel {
    padding-left: 25px;
    padding-right: 25px;
  }

  .careers .carousel-item .row {
    margin-left: 0;
    margin-right: 0;
  }

  .careers .carousel-item .title-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .careers .job_category_container {
    padding-bottom: 15px;
  }

  .careers .block-sticky-search-careers h1 {
    position: relative;
    line-height: 1;
  }

  .job-listing-card__content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .job-listing-card__description {
    max-width: 75%;
    padding-right: 15px;
  }

  .job-listing-card__cta {
    flex-shrink: 0;
  }
}

.careers .block-body-copy-with-section-heading p:first-of-type:last-of-type {
  margin-bottom: 0;
}

section.block-sticky-search-careers {
  padding: 2rem 15px;
}

@media (min-width: 768px) {
  section.block-sticky-search-careers {
    padding: 80px 0;
  }
}

@media (min-width: 992px) {
  .careers .block-sticky-search-careers h1 {
    margin-bottom: 0;
    top: -10px;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .block-list-career-openings .col-form {
    padding-bottom: 1rem !important;
  }

  body.careers .block-two-column-image-text-alternating-section .image-wrap {
    height: 650px;
  }

  section.block-sticky-search-careers .col-heading {
    text-align: right;
  }

  .careers .carousel-item .title-col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .block-two-column-image-text-alternating-section {
    padding: 100px 0 !important;
  }

  .block-two-column-image-text-alternating-section .text-col p {
    /* margin-top: 30px; */
    font-size: 18px;
  }
}
/**
		*
		* Announcement Bar Themes
		*
		**/
.announcement-bar--primary,
.announcement-bar--charcoal,
.announcement-bar--sky,
.announcement-bar--eggplant,
.announcement-bar--red .announcement-bar--orange {
  color: #fff;
}

.announcement-bar--themed .btn {
  background-color: transparent;
}

.announcement-bar--primary {
  background-color: #0a20a0;
}

.announcement-bar--charcoal,
.announcement-bar--summit {
  background-color: #20242b;
}

.announcement-bar--sky {
  background-color: #0078ef;
}

.announcement-bar--eggplant {
  background-color: #8c0854;
}

.announcement-bar--red {
  background-color: #f70830;
}

.announcement-bar--red p,
.announcement-bar--red span,
.announcement-bar--red a,
.announcement-bar--red a:after,
.announcement-bar--red .btn,
.announcement-bar--red .btn:hover,
.announcement-bar--red .btn:hover:after {
  color: #fff !important;
}

.announcement-bar--orange {
  background-color: #ff7500;
}

.announcement-bar--orange p,
.announcement-bar--orange span,
.announcement-bar--orange a,
.announcement-bar--orange a:after,
.announcement-bar--orange .btn,
.announcement-bar--orange .btn:hover,
.announcement-bar--orange .btn:hover:after {
  color: #fff !important;
}

#announcement-bar.announcement-bar--yellow {
  background-color: #ffdd00;
}

.announcement-bar--yellow p,
.announcement-bar--yellow span,
.announcement-bar--yellow a,
.announcement-bar--yellow a:after,
.announcement-bar--yellow .btn,
.announcement-bar--yellow .btn:hover,
.announcement-bar--yellow .btn:hover:after {
  color: #20242b !important;
}

.announcement-bar--summit p,
.announcement-bar--summit span,
.announcement-bar--summit a,
.announcement-bar--summit a:after,
.announcement-bar--summit .btn,
.announcement-bar--summit .btn:hover,
.announcement-bar--summit .btn:hover:after {
  color: #1cd1ca !important;
}

/**
	*
	* Who We Are
	*
	**/
.who-we-are section.block-three-column-text--who-we-are {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.block-values-rollover-section .text-col .container {
  margin-top: 1em;
  border-top: 3px solid #0020a0;
  border-bottom: 3px solid #0020a0;
}

.block-values-rollover-section .value-icon-container {
  display: flex;
  align-items: center;
}

.who-we-are .value-icon-container img {
  flex-shrink: 0;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .who-we-are .block-values-rollover-section > .container {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .who-we-are .block-values-rollover-section .text-col .container {
    margin-top: 0;
  }

  .who-we-are .block-values-rollover-section p {
    margin-top: 20px;
  }

  .who-we-are .block-values-rollover-section .image-col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .who-we-are .block-values-rollover-section:nth-child(even) .image-col {
    padding-right: 15px;
  }

  .who-we-are .block-values-rollover-section:nth-child(odd) .image-col {
    padding-left: 15px;
  }

  .who-we-are section.block-three-column-text--who-we-are {
    padding-bottom: 2em !important;
  }

  .who-we-are .block-two-column-overlapping-image-text-row {
    position: relative;
  }

  .who-we-are .block-two-column-overlapping-image .text-container {
    position: relative;
    padding: 40px 45px 0;
    max-width: 95%;
    margin: -100px auto 0;
    top: auto;
  }

  .who-we-are .block-two-column-overlapping-image {
    margin-bottom: 80px;
  }

  .who-we-are .block-two-column-overlapping-image h1 {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }

  .who-we-are .block-two-column-overlapping-image-text-row .col-title {
    padding-right: 10% !important;
    padding-left: 0 !important;
  }

  .who-we-are
    .block-two-column-overlapping-image-text-row
    .text-container
    .row {
    border-bottom: 3px solid #0020a0;
  }

  .who-we-are .block-two-column-overlapping-image .col-text {
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .who-we-are section.block-feature-callout,
  .careers section.block-feature-callout {
    padding: 2em 0 80px !important;
  }

  .who-we-are section.block-feature-callout .col-text p,
  .careers section.block-feature-callout .col-text p {
    font-size: 34px;
    line-height: 1.2;
  }

  .who-we-are .block-values-heading h2,
  .who-we-are .block-three-column-text h2 {
    font-size: 40px;
    padding: 10px 0 40px !important;
  }

  .who-we-are section.block-values-rollover-section {
    padding: 50px 0 !important;
  }

  .who-we-are .block-three-column-text-column-container .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .who-we-are .block-values-rollover-section .container {
    max-width: 1240px;
  }

  .who-we-are .block-mission-section {
    padding: 2rem 0 !important;
  }

  .who-we-are .block-mission-section-title {
    font-size: 24px;
  }

  .who-we-are .block-mission-section-text {
    font-size: 50px;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .who-we-are section.block-mission-section {
    padding: 30px 20px 48px !important;
  }

  .who-we-are .block-text-cta-banner {
    margin-top: 0 !important;
  }

  .who-we-are .block-two-column-overlapping-image.container {
    max-width: 1300px;
  }

  .who-we-are .block-two-column-overlapping-image .text-col {
    height: auto;
  }

  .who-we-are .block-two-column-overlapping-image .text-container {
    margin: -250px auto 0;
  }

  .who-we-are .block-two-column-overlapping-image {
    margin-bottom: 55px;
  }

  .who-we-are .block-values-heading h2,
  .who-we-are .block-three-column-text h2 {
    font-size: 50px;
    padding: 40px 0 60px !important;
  }

  .who-we-are .block-values-heading h2 {
    padding-bottom: 0 !important;
  }

  .who-we-are section.block-values-rollover-section {
    padding: 100px 0 !important;
  }

  .who-we-are .block-three-column-text-column-container .text-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .who-we-are .block-two-column-overlapping-image-text-row .col-title {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }

  .block-two-column-image-text-alternating-section > .container,
  .who-we-are .block-values-rollover-section > .container {
    max-width: 95%;
    margin: 0 auto;
  }

  .who-we-are .block-values-rollover-section > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .who-we-are .block-values-rollover-section p {
    margin-top: 30px;
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  .block-two-column-image-text-alternating-section > .container,
  .who-we-are .block-values-rollover-section > .container {
    max-width: 1400px;
    margin: 0 auto;
  }

  .who-we-are .block-values-rollover-section > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/** 
	* Search Form
	**/
.searchform {
  padding: 14px 16px;
  border: 2px solid #20242b;
}

.search-fields {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 34px;
}

.search-icon {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 15px;
}

input[type="text"].search-input {
  background-color: #f3f4f4 !important;
  color: #20242a !important;
  margin-right: 15px !important;
}

input[type="submit"].search-btn {
  background-color: #0020a0 !important;
  color: #fff !important;
  width: auto !important;
  height: auto !important;
  font-size: 14px;
  border: 0 !important;
}

/**
	* Customers Template
	**/
.block-article-grid--customers {
  padding-top: 0 !important;
}

.block-article-grid--customers .container {
  border-top: 0;
}

.block-article-grid--customers .category_header {
  display: none;
}

.customers .block-logos {
  background-color: #f3f4f4;
}

.customers .filter-image {
  background-color: #fff;
  border: 3px solid #0a20a0;
}

.block-carousel--customers .heading-col {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  padding: 18px 0 20px;
}

@media (min-width: 768px) {
  .customers .block-logos figure img {
    max-width: 100%;
  }

  .block-article-grid--customers .article-superheading {
    padding-bottom: 0 !important;
  }

  .block-article-grid--customers .btn-readmore {
    margin-top: 25px;
  }
}

@media (min-width: 1024px) {
  .block-carousel--customers {
    padding: 0 !important;
  }

  .block-carousel--customers > .container {
    max-width: none;
    padding: 0;
  }

  .block-carousel--customers > .container {
    max-width: none;
    padding: 0;
  }

  .block-carousel--customers .carousel-item {
    height: 530px;
  }

  .block-carousel--customers .heading-col {
    margin: 0;
    font-size: 30px;
    line-height: 1;
    padding: 24px 0 26px;
  }

  .block-carousel--customers .carousel-item .opening_quotemark,
  .block-carousel--customers .carousel-item .closing_quotemark {
    display: none;
  }

  .block-carousel--customers .quote-div {
    border-left: 10px solid #ffdd00;
    padding-left: 25px;
    padding-bottom: 5px;
  }

  .block-carousel--customers .source-div {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
  }

  .block-carousel--customers .source-name {
    font-weight: bold;
  }

  .block-carousel--customers .logo-div {
    margin-top: 15px;
  }

  .block-article-grid--customers h2.article-superheading {
    font-size: 50px;
    padding-bottom: 0 !important;
    margin: 45px auto 55px;
  }

  .block-article-grid--customers .btn-readmore {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

/**
* Blog Empty Search Results
**/
.blog-no-results {
  padding-top: 2em;
  padding-bottom: 2em;
}

.blog-no-results h3 {
  color: #0020a0;
  font-size: 18px;
}

@media (min-width: 768px) {
  .blog-no-results {
    padding-bottom: 2em;
  }

  .blog-no-results h3 {
    color: #0020a0;
    font-size: 1.75rem;
  }
}

/**
*
* Value Proposition
*
*/
.value-prop {
  background-color: #e7eaf6;
  padding-top: 90px;
  padding-bottom: 50px;
}

.value-prop__block {
  text-align: center;
  margin-bottom: 60px;
}

.value-prop__media {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  max-width: 80px;
  margin: 0 auto 10px;
}

.value-prop__img {
  max-width: 100%;
}

.value-prop__header {
  margin-bottom: 3rem;
}

.value-prop__title {
  font-family: "Moderat Black";
  font-weight: 400;
  margin: 0 0 1rem;
  padding: 0;
}

.value-prop .block-two-column-image-text-alternating-heading.grey-background {
  background-color: #fff;
}

@media (min-width: 768px) {
  .value-prop__block {
    margin-bottom: 0;
  }

  .value-prop__block p {
    max-width: 250px;
    margin: auto;
  }

  .value-prop__media {
    min-height: 80px;
  }

  .value-prop__desc {
    font-size: 1.25rem;
  }
}

/**
*
* Services Page
*
**/

.services .block-two-column-image-text-alternating-section,
.services .block-two-column-image-text-alternating-heading {
  background-color: #fff;
}

.services .block-two-column-image-text-alternating-heading {
  padding-top: 20px;
  padding-bottom: 40px;
}

.services .block-two-column-image-text-alternating-section:first-of-type {
  background-color: #fff;
}

.services .block-two-column-image-text-alternating-section:nth-of-type(even) {
  background-color: #f3f4f4;
}

.services
  .block-two-column-image-text-alternating-section
  .text-col
  .container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .services
    .block-two-column-image-text-alternating-section
    > .container
    > .row {
    justify-content: space-between;
  }
}

.fwb {
  font-weight: bold;
}

.fw700 {
  font-weight: 700;
}
/**
*
*
* Product Page Updates
*
*/
.page-template-product-template .block-feature-callout .full-width-text {
  margin-top: 35px;
}

.page-template-product-template .block-feature-callout .col-text b,
.page-template-product-template .block-feature-callout .col-text strong,
.page-template-product-template .block-feature-callout .col-text strong,
.page-template-product-template
  .block-feature-callout
  .col-text
  b
  .page-template-product-template
  .block-feature-callout
  .full-width-text
  strong,
.page-template-product-template .block-feature-callout .full-width-text b {
  color: #0020a0;
}

.page-template-product-template
  .block-three-column-text-column-container:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.25s ease-out;
}

@media (min-width: 768px) {
  .page-template-product-template
    .block-three-column-text-column-container.can-hover.is-active:after {
    background-color: #ffdd00;
  }
}

.white {
  color: #fff;
}

.carousel {
  width: 100%;
}

.can-hover .image-col {
  display: inline-block;
}

.can-hover .image-col:after {
  content: '';
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.25s ease-out;
}

.page-template-product-template
  .block-three-column-text-column-container.can-hover.is-active
  .image-col:after {
  background-color: #ffdd00;
}

@media (min-width: 768px) {
  .can-hover .image-col:after {
    display: none;
  }
}

.sticky-career-form .btn {
  border-width: 2px;
}

.pos-rel {
  position: relative !important;
  bottom: auto !important;
}

.new-hero {
  height: calc(100vh - 55px);
  padding-top: 3rem;
  background-size: cover;
  background-position: center;
}

.new-hero h2 {
  color: #20242b;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.new-hero h3 {
  margin-bottom: 2rem;
  font-weight: 400;
}

.new-hero .new-btn {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .new-hero {
    height: calc(100vh - 80px);
    padding-top: 5vh;
    background-size: cover;
    background-position: center;
  }

  .new-hero h2 {
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .new-hero {
    min-height: 100vh;
  }

  .new-hero h2 {
    max-width: 100%;
    font-size: 3rem;
    line-height: 1.2;
  }

  .new-hero h3 {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) and (min-height: 600px) {
  .new-hero {
    height: calc(80vh - 80px);
    min-height: initial;
  }
}

@media (min-width: 1200px) {
  .new-hero h2 {
    font-size: 3.125rem;
    max-width: 80%;
    margin-left: auto;
  }
}

.new-btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  background-color: #20242b;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.new-btn:hover {
  color: #20242b;
  background-color: #e7eaf6;
}

.btn--light-purple {
  background-color: #e7eaf6;
  color: #20242b;
}

.btn--light-purple:hover {
  background-color: #20242b;
  color: #fff;
}

.new-icon-grid {
  padding-top: 70px;
  padding-bottom: 70px;
}

.icon-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.icon-grid ~ .new-btn {
  margin-top: 50px;
}

.icon-grid__item {
  margin-bottom: 3rem;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.icon-grid__item img {
  max-width: 100%;
  max-height: 100px;
}

@media (min-width: 768px) {
  .icon-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
  }

  .icon-grid__item {
    padding: 1rem 1.25rem;
    max-width: 24%;
    margin-bottom: 1rem;
  }

  .icon-grid__item img {
    max-height: 70px;
  }
}

@media (min-width: 1024px) {
  .icon-grid {
    justify-content: center;
  }
}

.text-new-charcoal {
  color: #20242b !important;
}

.new-callout {
  background-color: #e7eaf6;
  margin-left: auto;
  margin-right: auto;
}

.new-callout__media {
  height: 100vw;
  width: 100vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.new-callout__content {
  padding: 2rem 2rem;
}

.new-callout__title {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 2.5rem;
}

.new-callout__copy {
  margin-bottom: 3rem;
}

.new-callout__content .new-btn {
  margin-left: 0;
}

@media (min-width: 768px) {
  .new-callout__inner {
    display: flex;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .new-callout--right .new-callout__content {
    order: 2;
  }

  .new-callout--right .new-callout__media {
    order: 1;
  }

  .new-callout__content {
    width: 45%;
    padding: 4rem;
  }

  .new-callout__media {
    width: 55%;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .new-callout__inner {
    min-height: 500px;
  }
}

.new-spotlight {
  padding-bottom: 50px;
}
.new-spotlight__title {
  font-weight: 400;
  border-bottom: 2px solid #1027a2;
  display: inline-block;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

h2.new-spotlight__header-title {
  position: relative;
  color: #20242b;
  padding-bottom: 1.25rem;
}

.new-spotlight__header-title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 4px solid #e7eaf6;
}

.new-spotlight__media img {
  max-width: 80%;
  margin: auto;
  border: 10px solid #f3f4f4;
}

.new-spotlight__inner {
  display: flex;
  flex-direction: column;
}

.new-spotlight__content {
  order: 1;
}

.new-spotlight__media {
  order: 2;
  text-align: center;
}

.new-spotlight .new-btn {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .new-spotlight__inner {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    margin-bottom: 50px;
  }

  .new-spotlight__media,
  .new-spotlight__content {
    flex-shrink: 1;
  }

  .new-spotlight__content {
    max-width: 500px;
    margin-left: 5%;
  }

  .new-spotlight__media img {
    max-width: 350px;
  }

  .new-spotlight__media {
    order: 1;
  }

  .new-spotlight__content {
    order: 2;
  }
}

.new-callout__copy {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .new-spotlight__inner {
    justify-content: center;
  }

  .new-spotlight__content {
    margin-left: 10%;
  }
}

@media (min-width: 1200px) {
  .new-spotlight__content {
    margin-left: 5%;
  }
}

.new-text-link {
  font-weight: 700;
  color: #1027a2;
}

.new-value-prop {
  background-color: #fff;
}

.new-value-prop .new-btn {
  margin-top: 4rem;
}

.new-value-prop .value-prop__media {
  max-width: 120px;
}

.new-value-prop__icon-copy {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .new-value-prop .value-prop__media {
    max-width: 180px;
  }
}

.new-value-prop__icon-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem !important;
}

.new-product-suite {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.new-product-suite h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #20242b;
}

.new-product-suite .header {
  margin-bottom: 2rem;
}

.new-product-suite__icon {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.new-product-suite__icon:hover {
  opacity: 0.5;
}

.new-product-suite__icon h6 {
  color: #595b60;
  font-size: 24px;
}

.new-product-suite__icon .image-col img {
  max-height: 80px;
}

@media (min-width: 768px) {
  .new-product-suite__icon h6 {
    font-size: 32px;
  }
}

.fwb {
  font-weight: bold;
}

.new-pricing-model p {
  font-size: 1.125rem;
}

.logo-rows {
  margin-bottom: 1em;
}

.new-news .new-section-header__title {
  margin-bottom: 0 !important;
}

.new-news__quote,
.new-news__source {
  font-size: 18px;
  text-align: center;
}

.new-news__quote {
  margin-bottom: 2em;
}

.new-news__source {
  font-style: italic;
}

.new-section-header__title {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #20242b !important;
}

.new-section-header__title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 4px solid #0020a0;
}

.border-color--yellow:after {
  border-color: #ffdc00;
}

.border-color--blue:after {
  border-color: #0020a0;
}

.border-color--lt-blue:after {
  border-color: #e7eaf6;
}

.carousel-cell {
  cursor: auto;
}

.carousel-nav-item {
  cursor: pointer;
}

.home p {
  font-size: 1.125rem;
}
.text-block {
  position: relative;
  padding: 2em 4em 3em;
  margin: 2em 0;
}

.text-block p {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
}

.text-block p:last-of-type {
  margin-bottom: 0;
}

.has-dotted-divider {
  background-image: linear-gradient(
    to right,
    black 33%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 13px 3px;
  background-repeat: repeat-x;
}

.page-template-product-template .block-callout .stat-block,
.product .block-callout .stat-block {
  font-style: normal;
}

.stat-blocks {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  align-self: cent;
}

.stat-block__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-style: normal;
  margin-top: 1em;
  margin-bottom: 1em;
}

.stat-block__item:last-of-type {
  background-image: linear-gradient(
    to right,
    black 33%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top;
  background-size: 13px 3px;
  background-repeat: repeat-x;
  padding-top: 1em;
}

.stat-block__number {
  font-size: 3.5em;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.1;
}

.stat-block__small-text {
  font-size: 0.875em;
  text-align: left;
  line-height: 1.1;
  margin-left: 20px;
  max-width: 30%;
}

.stat-block__img {
  max-width: 50px;
  margin-left: 15px;
}

@media (min-width: 992px) {
  .stat-blocks {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .stat-block__item:first-of-type {
    justify-content: flex-end;
  }

  .stat-block__item:last-of-type {
    background-image: linear-gradient(black 33%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 3px 10px;
    background-repeat: repeat-y;
    padding-top: 0;
  }

  .stat-block__number {
    font-size: 3.5em;
    font-weight: 700;
    flex-shrink: 0;
    max-width: 66%;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;

    position: relative;
    top: -10px;
  }

  .stat-block__small-text {
    max-width: 33%;
  }

  .stat-block__item {
    max-width: 50%;
  }
}

.font-normal {
  font-style: normal !important;
}
