@import url('http://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

/* 
Reset Styles 
=============== */

.kcw {
  box-sizing: unset;
}

.kcw * {
  /* per https://kyruus.jira.com/browse/KENG-35371: this negates the effect of Kyruus' * {font-size: 14px} */
  font-size: inherit;
}

.kcw section,
.kcw div,
.kcw dl,
.kcw dt,
.kcw dd,
.kcw ul,
.kcw ol,
.kcw li,
.kcw h1,
.kcw h2,
.kcw h3,
.kcw h4,
.kcw h5,
.kcw h6,
.kcw pre,
.kcw form,
.kcw fieldset,
.kcw input,
.kcw textarea,
.kcw label,
.kcw p,
.kcw blockquote,
.kcw th,
.kcw td,
.kcw a {
  box-sizing: unset;
  margin: 0;
  padding: 0;
}

.kcw table {
  border-collapse: collapse;
  border-spacing: 0;
}

.kcw fieldset,
.kcw img {
  border: 0;
}

.kcw address,
.kcw caption,
.kcw cite,
.kcw code,
.kcw dfn,
.kcw em,
.kcw strong,
.kcw th,
.kcw var {
  font-style: normal;
  font-weight: normal;
}

.kcw ol,
.kcw ul {
  list-style: none;
}

.kcw caption,
.kcw th {
  text-align: left;
}

.kcw h1,
.kcw h2,
.kcw h3,
.kcw h4,
.kcw h5,
.kcw h6 {
  font-size: 100%;
  font-weight: bold;
}

.kcw q:before,
.kcw q:after {
  content: '';
}

.kcw abbr,
.kcw acronym {
  border: 0;
}

a {
  color: var(--brandBlue-500);
  text-decoration: none;
}

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

.kcw a {
  /* per https://kyruus.jira.com/browse/KENG-35371: this negates the effect of Kyruus' a {display: inline-block} */
  color: var(--gray-900);
  display: inline;
}

.kcw a:hover {
  color: var(--brandBlue-500);
}

.kcw p:first-child {
  /* per https://kyruus.jira.com/browse/KENG-35371: this negates the effect of Kyruus' p:first-child margin-top styles */
  margin-top: inherit;
}

.kcw p:last-child {
  /* per https://kyruus.jira.com/browse/KENG-35371: this negates the effect of Kyruus' p:last-child margin-bottom styles */
  margin-bottom: inherit;
}

html .kcw {
  -webkit-font-smoothing: auto;
}

/* Reset Styles End
=============== */

html {
  font-family: Roboto, sans-serif;
}

 :root {
  --blue-600: #0076ba;
  --blue-800: #1b477b;
  --brandBlue-500: #007bc2;
  --vibrantBlue-500: #0094ea;
  --gray-300: #f6f6f6;
  --gray-400: #e6e6e6;
  --gray-500: #cdcdcd ;
  --gray-700: #737373;
  --gray-800: #555555;
  --gray-900: #363636;
  font-size: 16px;
}

/* General Layout */
.kcw .kcw__single-line-nav,
.kcw .kcw__single-line-nav-label,
.kcw .kcw__site-header-container,
.kcw .kcw__utility-search-link-button,
.kcw .kcw__mobile-button,
.kcw .kcw__mobile-menu-icon,
.kcw .kcw__mobile-nav-links,
.kcw .kcw__contact-ribbon,
.kcw .kcw__social-footer
.kcw .kcw__footer-nav,
.kcw .kcw__copyright-footer
 {
  box-sizing: border-box;
}

/* Site Header */
 .kcw .kcw__site-header-container {
  align-items: center;
  color: var(--gray-900);
  display: flex;
  justify-content: space-between;
  padding: 2rem 1rem 0 1rem;
}

@media (min-width: 1400px) {
   .kcw .kcw__site-header-container {
    padding: 38px 1.875rem 0 1.875rem;
  }
}

/* Single Line Navigation */
 .kcw .kcw__single-line-nav {
  background-color: var(--gray-300);
  display: flex;
  font-size: 0.75rem;
  line-height: 1.5rem;
  max-width: 100%;
}

 .kcw .kcw__single-line-nav-label {
  color: var(--gray-900);
  flex: none;
  font-weight: bold;
  height: 2.5rem;
  padding: 0.5rem 0 0.5rem 1rem;
}

@media (min-width: 1400px) {
   .kcw .kcw__single-line-nav-label {
    padding-left: 2rem;
  }
}

 .kcw .kcw__single-line-nav-links-container {
  position: relative;
  height: 40px;
  overflow: hidden;
}

 .kcw .kcw__single-line-nav-links {
  display: flex;
  height: 100%;
  overflow-x: auto;
  padding-right: 1rem;
  scrollbar-width: none;
  white-space: nowrap;
}

@media (min-width: 1400px) {
   .kcw .kcw__single-line-nav-links {
    padding-right: 2rem;
  }
}

 .kcw .kcw__single-line-nav-links a {
  color: var(--gray-900);
  display: inline-block;
  padding: 0.5rem 0.75rem;
  transition: color 0.3s ease;
}

 .kcw .kcw__single-line-nav-links a:first-child {
  padding-left: 1rem;
}

 .kcw .kcw__single-line-nav-links a:hover {
  color: var(--blue-600);
}

 .kcw .kcw__divider {
  color: var(--gray-400);
  padding: 0.5rem 0;
  user-select: none;
}

 .kcw .kcw__divider:last-child {
  display: none;
}

/* Fade effects */
 .kcw .kcw__single-line-nav-fade-left,
 .kcw .kcw__single-line-nav-fade-right {
  position: absolute;
  top: 0;
}

 .kcw .kcw__single-line-nav-fade-left {
  left: 0;
  width: 16px;
}

 .kcw .kcw__single-line-nav-fade-right {
  right: 0;
  width: 32px;
}

@media (min-width: 1100px) {
   .kcw .kcw__site-header-container {
    display: block;
  }
}

/* Logo styles */
 .kcw .kcw__logo-container {
  align-items: center;
  display: flex;
}

 .kcw .kcw__logo {
  height: auto;
  width: 150px;
}

@media (min-width: 600px) {
   .kcw .kcw__logo {
    width: 220px;
  }
}

@media (min-width: 1100px) {
   .kcw .kcw__logo {
    margin-bottom: 1rem;
    width: 300px;
  }
}

@media (min-width: 1400px) {
   .kcw .kcw__logo-container {
    padding-left: 1rem;
  }
}

/* Utility Navigation */
 .kcw .kcw__utility-navigation {
  align-items: center;
  display: none;
  justify-content: flex-end;
}

 .kcw .kcw__utility-nav-links {
  align-items: center;
  display: flex;
}

 .kcw .kcw__utility-nav-item a {
  color: var(--gray-900);
  font-size: 0.875rem;
  margin-right: 1rem;
  line-height: 1rem;
  transition: color 0.3s ease;
}

 .kcw .kcw__utility-nav-item:first-child a {
  border-right: 1px solid var(--gray-500);
  color: var(--brandBlue-500);
  padding-right: 1rem;
}

 .kcw .kcw__utility-nav-item:first-child a:hover {
  color:  var(--blue-800);
}

 .kcw .kcw__utility-nav-item a:hover {
  color:  var(--brandBlue-500);
}

@media (min-width: 1100px) {
   .kcw .kcw__utility-navigation {
    display: flex;
  }
}

.kcw .kcw__utility-search-link-button {
  align-items: center;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+U2VhcmNoIEljb248L3RpdGxlPjxwYXRoIGQ9Ik02LjYxNCAxMS42MDNhNC45NTcgNC45NTcgMCAwIDEtMy41MjgtMS40NjEgNC45NTcgNC45NTcgMCAwIDEtMS40NjItMy41MjhjMC0xLjMzMy41Mi0yLjU4NiAxLjQ2Mi0zLjUyOGE0Ljk1NyA0Ljk1NyAwIDAgMSAzLjUyOC0xLjQ2MmMxLjMzMiAwIDIuNTg1LjUyIDMuNTI4IDEuNDYyYTQuOTU3IDQuOTU3IDAgMCAxIDEuNDYxIDMuNTI4IDQuOTU3IDQuOTU3IDAgMCAxLTEuNDYxIDMuNTI4IDQuOTU3IDQuOTU3IDAgMCAxLTMuNTI4IDEuNDYxek0xNSAxMy44NDlsLTMuMTcxLTMuMTY5YTYuNTYyIDYuNTYyIDAgMCAwIDEuMzk4LTQuMDY3IDYuNTcgNi41NyAwIDAgMC0xLjkzNi00LjY3NkE2LjU3IDYuNTcgMCAwIDAgNi42MTMgMGE2LjU3IDYuNTcgMCAwIDAtNC42NzYgMS45MzdBNi41NyA2LjU3IDAgMCAwIDAgNi42MTVhNi41NyA2LjU3IDAgMCAwIDEuOTM3IDQuNjc2IDYuNTcgNi41NyAwIDAgMCA0LjY3NyAxLjkzNyA2LjU2IDYuNTYgMCAwIDAgNC4wNjYtMS40TDEzLjg1MiAxNSAxNSAxMy44NXoiIGZpbGw9IiMwMDc2QkEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat .84375rem;
  background-color: var(--gray-300);
  background-size: 14px;
  border: 1px solid var(--gray-400);
  border-radius: 0.1875rem;
  box-sizing: border-box;
  color: var(--brandBlue-500);
  cursor: pointer;
  display: flex;
  font-size: 0.8125rem;
  font-weight: 500;
  height: 38.8px;
  justify-content: center;
  letter-spacing: 0.135em;
  line-height: 1.125rem;
  padding: 0.5rem 1rem 0.5rem 2.10938rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 117px;
}

 .kcw .kcw__utility-search-link-button:hover{
  background-color: white;
  border-color: var(--gray-400);
}

/* Primary Navigation */
 .kcw .kcw__primary-nav {
  display: none;
}

 .kcw .kcw__primary-nav-links {
  display: flex;
}

 .kcw .kcw__primary-nav-links .kcw__primary-nav-item {
  margin-right: 1.875rem;
}

 .kcw .kcw__primary-nav-links .kcw__primary-nav-item a {
  border-bottom: 0.1875rem solid transparent;
  color: var(--gray-900);
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  position: relative;
  text-decoration: none;
  top: -0.625rem;
  transition: color 0.3s ease, border-color 0.3s ease;
}

 .kcw .kcw__primary-nav-links .kcw__primary-nav-item a:hover {
  color:  var(--brandBlue-500);
  border-bottom-color: var(--brandBlue-500);
}

@media (min-width: 1100px) {
   .kcw .kcw__primary-nav {
    display: flex;
  }
}

@media (min-width: 1400px) {
   .kcw .kcw__primary-nav-links {
    padding-left: 1rem;
  }
}

/* Mobile Icons */
 .kcw .kcw__mobile-button {
  background-color: var(--brandBlue-500);
  border-color: var(--brandBlue-500);
  border-width: 0.0625rem;
  border-radius: 0.1875rem;
  color: white;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  width: 49%;
}

 .kcw .kcw__mobile-button:hover {
  background-color: var(--blue-800);
  border-color:  var(--blue-800);
  color: white;
  transition: all 0.3s ease;
}

 .kcw .kcw__mobile-button-container {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 1rem;
}

 .kcw .kcw__mobile-search {
  align-items: center;
  background-color: var(--gray-300);
  border-radius: 0.375rem;
  display: flex;
  height: 36px;
  justify-content: center;
  margin-right: 0.5rem;
  width: 40px;
}

@media (min-width: 1100px) {
   .kcw .kcw__mobile-search {
    display: none;
  }
}

 .kcw .kcw__mobile-search-link {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media (min-width: 1100px) {
   .kcw .kcw__mobile-header-container {
    display: none;
  }
}

 .kcw .kcw__mobile-menu-icon {
  align-items: center;
  background: white;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  display: none;
  flex-direction: column;
  height: 36px;
  justify-content: space-between;
  padding: 0.375rem 0.5rem 0 0.5rem;
  position: relative;
  transition: all 0.5s ease-in-out;
  width: 38px;
  z-index: 2002;
}

@media (max-width: 1099px) {
   .kcw .kcw__mobile-menu-icon {
    display: flex;
    margin-left: auto;
  }
}

 .kcw .kcw__line {
  background: var(--gray-800);
  border-radius: 0.375rem;
  height: 3px;
  position: absolute;
  width: 22px;
}

 .kcw .kcw__top,  .kcw .kcw__bottom {
  top: 0.5625rem;
}

 .kcw .kcw__middle-1 {
  top: 1.0625rem;
}

 .kcw .kcw__middle-2 {
  opacity: 0;
  top: 1.0625rem;
}

 .kcw .kcw__bottom {
  top: 1.5625rem;
}

/* Mobile Navigation */
 .kcw .kcw__mobile-nav, 
 .kcw .kcw__mobile-nav-links {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2001;
}

 .kcw .kcw__mobile-nav {
  background-color: white;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  flex-direction: column;
  left: 1rem;
  max-width: 93%;
  position: absolute;
  right: 1rem;
  top: 7.25rem;
}

@media (min-width: 600px) {
   .kcw .kcw__mobile-nav {
    left:auto;
    max-width: 450px;
  }
}

@media (min-width: 900px) {
   .kcw .kcw__mobile-nav {
    max-width: 480px;
  }
}

 .kcw .kcw__mobile-nav-links {
  background-color: white;
  border-radius: 0.375rem 0.375rem 0 0;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  position: relative;
}

 .kcw .kcw__mobile-nav-links a:hover {
  transition: all 0.3s ease-in-out;
}

 .kcw .kcw__mobile-nav-item {
  color: var(--gray-900);
  font-size: 1.0625rem;
  line-height: 1.875rem;
  margin-top: 1rem;
  text-align: left;
  text-decoration: none;
}

 .kcw .kcw__mobile-nav-item:first-child {
  text-transform: uppercase;
}

 .kcw .kcw__mobile-menu-title {
  border-bottom: 0.0625rem solid var(--gray-400);
  color: var(--gray-800);
  font-size: 0.75rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  width: 100%;
}

 .kcw .kcw__mobile-header-container {
  display: flex;
}

 .kcw .kcw__mobile-menu-phone {
  background-color: var(--gray-400);
  border-radius: 0 0 0.375rem 0.375rem;
  font-size: 1.1875rem;
  padding: 1rem;
  text-align: center;
}

 .kcw .kcw__mobile-menu-phone p {
  color: var(--gray-800);
}

 .kcw .kcw__mobile-menu-phone a {
  color: var(--brandBlue-500);
  cursor: pointer;
  font-size: 1.5rem;
}

 .kcw .kcw__mobile-menu-phone a:hover {
  color:  var(--blue-800);
}

/* Mobile Overlay */
 .kcw .kcw__overlay {
  background: var(--gray-900);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}

/* Triangle used with Mobile nav container to point to mobile menu icon */
 .kcw .kcw__triangle-up {
  background-color: white;
  display: none;
  height: 10px;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  position: absolute;
  right: 2.25rem;
  top: 7.4375rem;
  transform: rotate(45deg);
  width: 10px;
  z-index: 2002;
}

/* Mobile Navigation Toggle */
 .kcw #kcw__mobile-menu-toggle {
  display: none;
}

 .kcw #kcw__mobile-menu-toggle:checked ~ .kcw__mobile-nav {
  display: block;
}

 .kcw #kcw__mobile-menu-toggle:checked ~ .kcw__overlay {
  display: block;
}

 .kcw #kcw__mobile-menu-toggle:checked ~ .kcw__triangle-up {
  display: block;
}

 .kcw #kcw__mobile-menu-toggle:checked ~ .kcw__mobile-nav .kcw__mobile-nav-links {
  box-sizing: border-box;
  display: flex;
}

 .kcw #kcw__mobile-menu-toggle:checked + .kcw__mobile-menu-icon .kcw__top {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

 .kcw #kcw__mobile-menu-toggle:checked + .kcw__mobile-menu-icon .kcw__middle-1 {
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

 .kcw #kcw__mobile-menu-toggle:checked + .kcw__mobile-menu-icon .kcw__middle-2 {
  opacity: 1;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

 .kcw #kcw__mobile-menu-toggle:checked + .kcw__mobile-menu-icon .kcw__bottom {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

 .kcw #kcw__mobile-menu-toggle:not(:checked) + .kcw__mobile-menu-icon .kcw__top {
  opacity: 1;
  transition: all 0.3s ease-in-out;}

 .kcw #kcw__mobile-menu-toggle:not(:checked) + .kcw__mobile-menu-icon .kcw__middle-1 {
  opacity: 1;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}

 .kcw #kcw__mobile-menu-toggle:not(:checked) + .kcw__mobile-menu-icon .kcw__middle-2 {
  opacity: 0;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}

 .kcw #kcw__mobile-menu-toggle:not(:checked) + .kcw__mobile-menu-icon .kcw__bottom {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

 .kcw .kcw__container {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}

@media(min-width: 600px) {
   .kcw .kcw__container {
    width: 90%;
  }
}

@media(min-width: 900px) {
   .kcw .kcw__container {
    display: flex;
  }
}

@media(min-width: 1100px) {
   .kcw .kcw__container {
    max-width: 1300px;
  }
}

 .kcw .kcw__contact-ribbon {
  align-items: flex-end;
  display: flex;
  background-color: var(--gray-900);
  padding: 3rem 0;
  gap: 0.5rem 0;
}

@media (min-width: 900px) {
   .kcw .kcw__contact-ribbon {
    padding: 5rem 0;
  }
}

@media (min-width: 900px) {
   .kcw .kcw__contact-ribbon .kcw__container {
    display: flex;
    justify-content: center;
    gap: 0 4rem;
  }
}

 .kcw .kcw__contact-ribbon-phone {
  color: var(--vibrantBlue-500);
  line-height: 1.875rem;
  width: 100%;
}

 .kcw .kcw__contact-ribbon-phone:hover {
  color: white;
  transition: all 0.3s ease;
}

@media (min-width: 900px) {
   .kcw .kcw__contact-ribbon-phone {
    display: block;
    font-size: 1.5625rem;
    line-height: 1.375rem;
  }
}

 .kcw .kcw__contact-ribbon-label {
  color: white;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 900px) {
   .kcw .kcw__contact-ribbon-label {
    display: inline-block;
    font-size: 1.1875rem;
    margin-bottom: 0;
    flex-basis: auto;
    width: auto;
  }
}

 .kcw .kcw__social-footer {
  background-color: var(--gray-300);
  padding: 1.5rem 0;
}

 .kcw .kcw__social-footer .kcw__container {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

@media (min-width: 600px) {
   .kcw .kcw__social-footer .kcw__container {
    gap: 0 0.75rem;
  }
}

 .kcw .kcw__social-icon {
  fill: var(--gray-700);
  display: inline-block;
  height: auto;
  padding-bottom: 0.25rem;
  transition: all 0.3s ease;
  width: auto;
}

 .kcw .kcw__social-icon:hover {
  fill: var(--gray-900);
}

 .kcw .kcw__footer-nav {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  background-color: white;
  padding: 3.5rem 1rem;
}

@media (min-width: 600px) {
   .kcw .kcw__footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
   .kcw .kcw__footer-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

 .kcw .kcw__footer-heading {
  color: var(--gray-900);
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.375rem;
}

@media (min-width: 600px) {
   .kcw .kcw__footer-heading {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

 .kcw .kcw__footer-column nav {
  margin-top: 1rem;
}

 .kcw .kcw__footer-column nav a {
  color: var(--gray-800);
  display: block;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  margin-bottom: 0.25rem;
  text-decoration: none;
}

 .kcw .kcw__footer-column nav a:hover {
  color: var(--brandBlue-500);
  text-decoration: none;
  transition: all 0.3s ease;
}

 .kcw .kcw__copyright-footer {
  color: var(--gray-900);
  display: block;
  font-size: 0.875rem;
  line-height: 1.875rem;
  text-align: center;
}

 .kcw .kcw__copyright-footer div {
  border-top: 1px solid var(--gray-400);
  padding: 1rem 0;
}

/* Phone link styles */
 .kcw .kcw__copyright-footer a {
  color: var(--brandBlue-500);
  text-decoration: none;
  transition: all 0.3s ease;
}

 .kcw .kcw__copyright-footer a:hover {
  color: var(--blue-800);
}