/*
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;
}

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: #fff;
  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-close svg {
  fill: rgba(255, 255, 255, .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:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background-color: transparent;
  transition: background-color .25s ease-out;
}

.nav-link:hover:after,
			.nav-link.is-active: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-selected {
  font-weight: bold;
  border-bottom: 3px solid #FFDD00;
}

.main_container {
  position: relative;
}

.padding0 {
  padding: 0;
}

.margin0 {
  margin: 0;
}

.charcoal {
  color: #20242B;
}

.blue {
  color: #0020A0;
}

.yellow {
  color: #FFDD00;
}

.white {
  color: #fff;
}

.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: 1rem!important;
}

.resource-post-section .text-col h1 {
  font-size: 1.75rem;
  margin: 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(5000%);}
*/

.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: 3rem auto;
  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, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.slidestory {
  transition: opacity .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: 35px;
}

.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-content .slick-slide {
  max-height: none !important;
  height: 100%;
  background-color: transparent;
}

.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;
}

.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: 1rem;
  width: 100%;
  margin: 1rem auto;
}

.slidestoryquote {
  font-size: 1.25rem;
  text-align: left;
  padding: .5rem 2.5rem .5rem 4rem;
}

.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,.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 .13s;
  opacity: .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: .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,.85);
  padding: 15% 0;
  width: 101%;
}

.story-carousel-nav-slide {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  width: 50%;
  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, .75);
  transition: background-color .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 .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;
}

@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: 25px 40px;
  background-position: center;
  background-size: contain;
}

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

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

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

  .flickity-prev-next-button.next {
    right: -50px;
  }
}

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

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

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

.post_image_container {
  max-width: 414px;
  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;
  ;
}

.mktoForm .mktoFormCol {
  min-height: 65px!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: .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;
}

::placeholder {
  color: #20242B;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #20242B;
}

::-ms-input-placeholder {
  color: #20242B;
}

input[type=url], input[type=tel], input[type=email], input[type=text] {
  outline: 1px solid #20242B;
  border: 0;
  border-left: 10px solid transparent;
  font-size: .9rem!important;
  color: #20242B!important;
  padding: 10px 20px!important;
  margin-bottom: 50px!important;
  background: #fff!important;
  font-family: 'Moderat',Helvetica,sans-serif!important;
  font-size: 16px!important;
  font-weight: 400!important;
  color: #20242B!important;
  transition: border-left-color .25s ease-out;
}

input[type=url]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=text]:focus {
  border: 0;
  border-left: 10px solid transparent;
  outline: 0;
  border-left: 10px solid #FFDD00;
}

.mktoButton, input[type=submit] {
  border: 3px solid #0020A0!important;
  color: #0020A0!important;
  background: #fff!important;
  padding: 10px 20px!important;
  border-radius: 0!important;
}

.mktoLabel {
  font-family: 'Moderat'!important,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #20242B;
}

select {
  border: 0;
  font-size: .9rem;
  color: #20242B;
  padding: 5px 20px;
  background: #fff;
  border-radius: 0;
  font-family: 'Moderat',Helvetica,sans-serif!important;
  font-size: 16px;
  font-weight: 400;
  color: #20242B;
}

select option {
  border: 0;
  background: #fff;
  border-radius: 0;
}

.col-form .form-field-container {
  width: auto!important;
  margin-bottom: .5rem!important;
}

@media (min-width: 768px) {
  .col-form .form-field-container {
    margin-bottom: 0 !important;
  }
}

.col-form input[type=url], input[type=tel], input[type=email], input[type=text] {
  margin: 0!important;
  width: 100%;
  font-family: 'Moderat',Helvetica,sans-serif!important;
  height: 50px;
}

.col-form .form-field-container select {
  height: 50px!important;
  width: 100%!important;
  font-family: 'Moderat',Helvetica,sans-serif!important;
  border-radius: 0!important;
  background: #fff!important;
  -webkit-appearance: none;
  outline: none;
}

.col-form .form-field-select-container {
  position: relative;
}

.col-form .form-field-select-container:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #20242B;
  border-right: 2px solid #20242B;
  padding: 0;
  background: transparent;
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}

.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: .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;
}

.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;
}

.mktoField, .form-field-container {
  width: 100%;
  border: 1px solid #20242B;
}

.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 {
  width: 100%;
}

.carousel-control-prev, .carousel-control-next {
  opacity: 1!important;
}

.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: .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 img{float:left;margin:0 10px 10px 0;} */
.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 .highlight-icon-container {
  padding-bottom: 1rem;
}

.block-two-column-image-text-alternating-section .text-col .container {
  padding: 1.5rem 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;
}

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;
}

.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: .5rem!important;
}

.page-template-product-template .stats-col span,
.product .stats-col span {
  padding: 0 2rem;
}

.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: .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: 1rem;
  color: #0020A0;
  font-style: normal;
  line-height: 1.25;
  font-size: .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 .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 3.5rem;
}

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

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

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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.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,
	.block-three-images-per-slide-carousel .carousel-control-next {
  width: 50px;
}

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

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

.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: inherit;
  padding: 0;
  float: right;
  position: relative;
  top: 15px;
  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 {
  background-image: url(images/up-arrow.svg);
  background-repeat: no-repeat;
}

#job-listings-by-category-container button.collapsed {
  background-image: url(images/down-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: .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: .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 .5rem .5rem;
  }

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

  .home .btn {
    padding: .25rem .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: .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-first{order:inherit;-ms-flex-order:inherit;}*/
  .order-last {
    -ms-flex-order: -1;
    order: -1;
  }

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

  .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: .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: .5rem;
  }

  .block-headers-blog-resource .img-col {
    padding-bottom: .5rem;
  }

  .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 .container .mktoForm .mktoFormRow {
    height: 25px!important;
  }

  .block-newsletter-signup-cta-banner .container .mktoForm {
    width: 280px!important;
  }

  .block-newsletter-signup-cta-banner .container .mktoForm .mktoField {
    width: 270px!important;
    padding: 10px!important;
    height: 25px!important;
  }

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

  .block-newsletter-signup-cta-banner .container .mktoForm button.mktoButton {
    width: 110px !important;
    height: 38px!important;
    border: 3px solid #ffffff !important;
    background: transparent !important;
    color: #ffffff !important;
    padding: 0!important;
    line-height: 1!important;
    font-size: 1rem!important;
  }

  .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;
    height: 52px;
  }

  #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;
  }

  .main_container {
    position: relative;
    top: 136px;
  }

  section.block {
    padding: 2rem 0;
  }

  .home .main_container {
    top: 112px;
  }

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

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

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

  .slidestoryquote_containter {
    margin: 2rem auto;
  }

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

  .description {
    font-size: 1.5rem;
  }

  .col-md-8 .slidestoryquote_containter {
    width: 60%;
    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;
  }

  .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-right: 4rem;
    padding-top: 15px;
    min-height: 300px;
  }

  .block-headers-blog-resource .text-div {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 75%;
  }

  .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 0;
  }

  .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: 100%;
  }

  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 {
    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 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    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: .5rem;
    line-height: 1;
  }

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


/**
* 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: 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 .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: 50%;
  transform: translateY(-50%);
  right: 0;
    
  border: 0;
  background: inherit;
  padding: 0;
  right: 0;
  width: 80px;
  height: auto;
  padding-top: 30px;
  text-align: center;
  background-position: 25px 0px;
  font-weight: bold;
  font-size: 16px;
  outline: none;
  color: #0020A0;
  background-image: url(images/down-arrow.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  appearance: none;
}

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

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

.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--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;
  padding-left: 0;
  padding-right: 0;
  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.can-hover {
  opacity: .3;
  transition: opacity .25s ease-out;
}

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

.page-template-product-template .block-three-column-text-column-container.can-hover:hover {
  opacity: 1;
}

.page-template-product-template .block-three-column-text-column-container.can-hover.is-active {
  opacity: 1;
}

.page-template-product-template .block-three-column-text-column-container.is-active:after {
  background-color: #FFDD00;
}
