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

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

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

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


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
 
/* HEADER: ********************************/
 .kcw .kcw__header-container {
    background-color: #fff;
    transition: .3s ease-in-out;
    position: sticky;
    top: 0;
    z-index: 1;
}

 .kcw .kcw__logo-header {
    width: 100%;
}

 .kcw .kcw__logo-area {
    display: block;
    width: 256px;
    height: 38px;
}

 .kcw .kcw__logo-area:focus-visible {
    box-shadow: 0 0 0 2px #fff;
    color: #002855;
    outline: 2px solid #2a7de1;
    outline-offset: 2px;
    transition: 0s;
    border-radius: 4px;
}

 .kcw .kcw__header-container .kcw__primary-header {
    background-color: #fff;
    box-sizing: border-box;
    height: 112px;
    transform: translateY(0);
    transition: .1s ease-in;
}

 .kcw .kcw__primary-header-content {
    display: flex;
    flex-flow: wrap;
}

 .kcw .kcw__primary-nav-item {
    display: block;
    text-decoration: none;
    color: #002855 !important;
}

 .kcw .kcw__primary-nav-item:hover {
    background-color: #f2f4f6;
    border-radius: 4px;
}

 .kcw .kcw__primary-nav-item:focus-visible {
    box-shadow: 0 0 0 2px #fff;
    color: #002855;
    outline: 2px solid #2a7de1;
    outline-offset: 2px;
    transition: 0s;
    border-radius: 4px;
}

 .kcw .kcw__header-container .kcw__primary-header .kcw__primary-header-content {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    line-height: 36px;
    font-family: Montserrat, sans-serif;
    box-sizing: border-box;
    min-width: 0;
    /* background-color: green; */
}

 .kcw .kcw__left-content {
    border-bottom: 1px solid #eee;
    padding-left: 24px;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: white;
}

 .kcw .kcw__right-content {
    font-size: 16px;
    font-weight: 800;
    padding-left: 24px;
    padding-top: 4px;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
    width: 100%;
    display: flex;
    background-color: white; 
    gap: 20px;
}


/* FOOTER: ********************************/
 .kcw .kcw__flat-footer {
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background-color: #002855;
    font-family: Montserrat, sans-serif;
    box-sizing: border-box;
    position: relative;
    padding: 34px 16px;
}

 .kcw .kcw__flat-footer .kcw__flat-footer-content {
    box-sizing: border-box;
    margin: 0 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

 .kcw .kcw__footer-top-container {
    padding-bottom: 24px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
}

 .kcw .kcw__contacts-container {
    margin-bottom: 24px;
}

 .kcw .kcw__contact-title {
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    font-style: normal;
    padding: 2px 0px 2px 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

 .kcw .kcw__contact-location-container {
    padding-bottom: 20px;
}

 .kcw .kcw__contact-location-name {
    padding-left: 8px;
}

 .kcw .kcw__contact-location-former-name {
    font-size: 14px;
    font-weight: 400;
    padding-left: 8px;
}

 .kcw .kcw__contact-item-phone-number {
    display: block;
    color: #67f48c !important;
    padding: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    width: fit-content;
    text-decoration: none;
}

 .kcw .kcw__contact-item-phone-number:hover {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.05);
}

 .kcw .kcw__contact-item-phone-number:focus-visible {
    border-radius: 4px;
    outline: 2px solid #2a7de1;
    box-shadow: 0 0 0 2px white;
    outline-offset: 2px;
    transition: 0s;
}

 .kcw .kcw__logo-area-footer {
    width: 222px;
    height: 34px;
}

 .kcw .kcw__logo-footer {
    display: flex;
    align-items: center;
    width: 100%;
}

 .kcw .kcw__logo-footer:focus-visible {
    border-radius: 4px;
    outline: 2px solid #2a7de1;
    box-shadow: 0 0 0 2px white;
    outline-offset: 2px;
    transition: 0s;
}

 .kcw .kcw__footer-bottom {
    padding-top: 24px;
}

 .kcw .kcw__footer-bottom-top-line {
    margin-bottom: 10px;
}

 .kcw .kcw__social-media-links-container {
    padding: 0 8px;
    gap: 15px;
    display: flex;
    width: fit-content;
    margin-bottom: 24px;
}

 .kcw .kcw__social-media-button {
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.05);
}

 .kcw .kcw__social-media-button:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

 .kcw .kcw__social-media-button:focus-visible {
    outline: 2px solid #2a7de1;
    box-shadow: 0 0 0 2px white;
    outline-offset: 2px;
    transition: 0s;
}

 .kcw .kcw__social-media-icon {
    width: 24px;
    height: 24px;
    padding: 13px 12px 11px 12px;
}

 .kcw .kcw__secondary-links-container {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 217px;
}

 .kcw .kcw__secondary-link {
    display: block;
    color: white !important;
    text-decoration: none;
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

 .kcw .kcw__divider {
    height: 15px;
}

 .kcw .kcw__secondary-link:hover {
    color: #b2becc;
    text-decoration: underline;
}

 .kcw .kcw__secondary-link:focus-visible {
    border-radius: 4px;
    outline: 2px solid #2a7de1;
    box-shadow: 0 0 0 2px white;
    outline-offset: 2px;
    transition: 0s;
}

 .kcw .kcw__footer-copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px;
    width: 200px;
    height: 40px;
    color: #CCD4DD;
}

/* TABLET: ********************************/
@media screen and (min-width: 768px) {
     .kcw .kcw__header-container .kcw__primary-header {
        height: 80px;
    }

     .kcw .kcw__left-content {
        padding-left: 26px;
        border-bottom: 0;
        width: auto;
    }

     .kcw .kcw__right-content {
        font-size: 16px;
        font-weight: 800;
        padding-right: 26px;
        border-bottom: 0;
        width: auto;
    }

     .kcw .kcw__primary-nav-item {
        padding: 10px 8px;
    }

     .kcw .kcw__primary-header-content {
        padding-right: 50px;
        padding-left: 50px;
    }
    
     .kcw .kcw__flat-footer .kcw__flat-footer-content {
        width: 85%;
    }

     .kcw .kcw__locations-container {
        display: flex;
        gap: 15px;
    }

     .kcw .kcw__contact-location-container {
        width: 33%;
    }

     .kcw .kcw__footer-bottom-top-line {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

     .kcw .kcw__social-media-links-container {
        margin-bottom: 0px;
    }
}

/* DESKTOP: ********************************/
@media screen and (min-width: 992px) {


     .kcw .kcw__header-container .kcw__primary-header {
        height: 80px;
    }

     .kcw .kcw__left-content {
        width: auto;
        border-bottom: 0;
        padding-left: 0;
    }

     .kcw .kcw__right-content {
        font-size: 16px;
        font-weight: 800;
        line-height: 16px;
        width: auto;
        border-bottom: 0;

    }

     .kcw .kcw__primary-nav-item {
        padding: 10px 8px;
    }

     .kcw .kcw__header-container .kcw__primary-header .kcw__primary-header-content {
        width: 85%;
        padding: 0 0 0 26px;
    }

     .kcw .kcw__footer-top-container {
        padding-left: 16px;
        padding-right: 100px;
    }

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

     .kcw .kcw__contact-location-container {
        width: fit-content;
    }

}