<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Class selector repeated in order to increase specificity */
label[for='g-recaptcha-response'],
.wd_sr-only.wd_sr-only.wd_sr-only.wd_sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.wd_sr-only.wd_sr-only.wd_sr-only.wd_sr-only:active,
.wd_sr-only.wd_sr-only.wd_sr-only.wd_sr-only:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

h1 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 500;
    color: #333;
}

.hero-content h2 {
    padding-bottom: 2.5rem;
}

.wd_container {
    padding-top: 120px;
    max-width: 1200px;
    margin: 0 auto;
}

li.nav-primary__item a svg {
    width: 17px;
    position: relative;
    top: 3px;
    margin-left: 10px;
    height: 17px;
}

.nav-primary .nav-primary__item a:hover svg {
    transform: rotate(180deg);
}

.nav-primary .nav-primary__item a {
    font-weight: 500;
    padding: 14px 10px;
    /* border: 2px solid transparent; */
}

.nav-primary .nav-primary__item .dropdown-menu &gt; li &gt; a {
    font-weight: 500;
    padding: 7px 10px;
}

.nav-primary .nav-primary__item .dropdown-menu &gt; li &gt; a:hover {
    border-radius: 4px;
    color: #0875e1;
}

.nav-primary .nav-primary__item.dropdown.open &gt; a {
    text-decoration: none;
    color: #333; 
}

.nav-primary a:hover {
    background: #F0F1F2;
    border-radius: 24px;
    color: #333;
    text-decoration: none;
}

.nav-primary a:focus {
    /* border: 2px solid #0875E1; */
    outline: 2px solid #0875E1;
    border-radius: 24px;
}

.nav-primary .nav-primary__item a:active {
    background: #DFE2E6;
    border-radius: 24px;
}

.nav-primary .logo .blog-link:hover {
    color: #025CC7;
    text-decoration: none;
    background-color: transparent;
}

.nav-primary .logo .workday-link:hover {
    background-color: transparent;
	border-radius: 0;
}

.nav-primary .logo .blog-link:focus {
    /* padding: 12px; */
}

.nav-mobile .nav-mobile__item--list li {
    margin: 0px 20px;
}

.nav-mobile .nav-mobile__container {
    padding: 20px 0;
}

.nav-mobile .nav-mobile__item &gt; a {
    justify-content: space-between;
}

.subnav-mobile__item--list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    opacity: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all .25s;
}

.subnav-mobile__item--list.active {
    opacity: 1;
    display: block;
}

.nav-mobile .subnav-mobile__item--list .nav-mobile__item &gt; a {
    font-size: 1rem;
}

li.mobile-nav__sub-items-home {
    border-bottom: 1px solid #DFE2E6;
}

li.mobile-nav__sub-items-home svg {
    width: 24px;
    height: 24px;
    transform: rotateY(180deg);
    fill: #0875e1;
    position: relative;
    top: 4px;
}

.nav-mobile__contents.sub-is-active {
    transform:translateX(-100%);
}

.nav-primary__contents .cmp-languagenavigation {
	margin-left: 4px;
}

.nav-primary__search .nav-primary__search--toggle {
	margin: 0 0 0 4px;
	width: auto;
	height: auto;
	padding: 5px 8px 6px 8px;
}

.nav-primary__contents .rs-click-wrapper .rs-click {
	padding: 12px;
	width: auto;
	height: auto;
}

.nav-primary__contents .rs-click-wrapper {
    width: auto;
    height: auto;
}

.nav-primary__search--container button#query {
	display: none;
}

.nav-primary__search--container button#query:focus {
    outline: 2px solid #0875E1;
    border-radius: 24px;
}

.nav-primary__search--container.focused button#query {
	display: block;
}

/* CARDS */
.wd_card-container.flex-col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wd_card-container:not(.flex-col) {
    display: flex;
}

.wd_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;    
    background: #FFFFFF;
    border: 1px solid #DFE2E6;
    border-radius: 8px;
    align-self: stretch;
    flex-grow: 1;
    flex-basis: 100%;
    margin-bottom: 36px;
}

.wd_card-container .wd_card:last-of-type {
    margin-bottom: 0;
}

.wd_card-container.two-col {
    margin: 0 -16px;
}

.wd_card-container.three-col {
    margin: 0 -16px;
}
.wd_card-container.four-col {
    margin: 0 -16px;
}

.wd_card-container.wd_top_single_card {
    height: 100%;
}

.wd_card-container.two-col .wd_card {
    flex: 0 1 50%;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 0;
    justify-content: flex-start;
}

.wd_card-container.three-col .wd_card {
    flex: 0 1 33%;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 0;
    justify-content: flex-start;
}
.wd_card-container.four-col .wd_card {
    flex: 0 1 25%;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 0;
    justify-content: flex-start;
}

.wd_card:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    /* cursor: pointer; */
}

/* .wd_card:hover a {
    text-decoration: underline;
} */

.wd_card:focus {
    outline: 2px solid #0875E1;
}

.wd_card-content {
	display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 24px;
}

.wd_card-content p {
    margin: auto 0 0 0;
}

.wd_card img {
    border-radius: 8px 8px 0 0;
    width: 100%;
    flex-shrink: 0;
}

#wd_top_first_item .wd_card img {
	/*max-height: 356px;*/
}

/*#middle_white_items .wd_card img {
	max-height: 140px;
}*/

#wd_middle_gray_items .wd_card-content p {
    margin: 0 0 1rem 0;
}

#wd_middle_gray_items img {
    width: auto;    
    margin: 24px 0 0 18px;
}

.wd_card .icon,
.wd_card img.icon { 
    margin: 24px 0 0 24px;
    /* width: auto; */
}

.card-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    padding-bottom: 1rem;
}

#middle_white_items .card-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.card-summary {
    font-size: 1rem;
    line-height: 24px;
    color: #333333;
    padding-bottom: 1.5rem;
}

#wd_top_items .card-title {
	margin-bottom: auto;
}

#wd_top_items .card-summary {
	display: none;
}

#wd_middle_gray_items .card-summary {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#wd_middle_gray_items .wd_card-content p {
    margin-bottom: 1rem;
}

#wd_middle_gray_items .card-summary p:last-of-type {
    margin-top: auto;
    margin-bottom: 0;
}

#middle_white_items .card-summary {
    margin-top: auto;
    padding-bottom: 0;
}

.wd_card a {
    color: #0875E1;
}

/* END CARDS */

/* ICON BLOCK */
.icon-block-wrapper {
    display: flex;
}

.icon-block {
    width: 328px;
} 
  
.icon-title {
    font-size: 20px;
    line-height: 28px;
	font-weight: 500;
    margin: 1rem 0;
}

.icon-summary {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1rem;
}

.icon-link {
    font-size: 16px;
    line-height: 24px;
}

.icon-block .icon {
    max-width: 48px;
}
/* END ICON BLOCK */

h1,
.title-1 {
  margin-top: 0;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 56px;
  line-height: 64px;
  font-weight: 500;
}
@media (max-width: 62em) {
  h1,
  .title-1 {
    margin-top: 0;
    margin-top: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
  }
}

h2,
.title-2 {
  margin-top: 0;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 62em) {
  h2,
  .title-2 {
    margin-top: 0;
    margin-top: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
  }
}

h3,
.title-3 {
  font-weight: 500;
  margin-top: 0;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 62em) {
  h3,
  .title-3 {
    margin-top: 0;
    margin-top: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
  }
}

h4,
.title-4 {
  margin-top: 0;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 62em) {
  h4,
  .title-4 {
    margin-top: 0;
    margin-top: 0rem;
    margin-bottom: 35px;
    margin-bottom: 1.5rem;
    font-size: 24px;
    line-height: 32px;
  }
}

h5,
.title-5 {
  font-weight: 500;
  margin-top: 0;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 75em) {
  h5,
  .title-5 {
    margin-top: 0;
    margin-top: 0rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 20px;
    line-height: 28px;
  }
}

h6,
.title-6 {
  margin-top: 0;
  margin-top: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  font-weight: 500;
}

.wd_pageid_65 .eyebrow .cmp-title__text {
    color: #F38B00
}

.wd_pageid_65 .eyebrow.light .cmp-title::after {
    display: none;
}

.footer-misc-links a:hover {
    color: #005cb9;
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 48px;
        line-height: 56px;
    }
    /*.card-title {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 23px;
    }*/
    .eyebrow .cmp-title__text {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.7px;
    }    

    .wd_card-container.flex-col.flex-2-col-tablet {
        flex-direction: row;
        margin: 0 -20px;
        justify-content: space-between;
    }

    .wd_card-container.flex-col.flex-2-col-tablet .wd_card {
        flex: 0 1 calc(50% - 40px);
        margin: 36px 20px 0 20px;
    }
}

@media (max-width: 991px) {
	.hidden-mobile {
            display: none;
        }
	.section {
    	padding: 48px 0;
    	padding: 3rem 0rem;
	}
    .wd_card-container.four-col {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wd_card-container.four-col .wd_card {
        flex: 0 1 calc(50% - 32px);
    }
    .wd_card-container.four-col .wd_card:nth-child(1),
    .wd_card-container.four-col .wd_card:nth-child(2) {
        margin-bottom: 36px;
    }    
}

@media (max-width: 1600px) {
    /* main {
        padding: 40px 0 0 0;
    } */
}

@media (min-width: 1200px) {
    .container {
        max-width: 75rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 60rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 60rem;
    }
}

@media (min-width: 768px) {
    .intro h1 {
        max-width: 70% !important;
    }
    .intro {
        /* margin-top: 2.75rem; */
        margin-bottom: 2.75rem;    
        min-height: 200px;
        text-align: center;
    }
    .wd_pageid_20289 div#wd_printable_content {
        display: flex;
    }
    
    .wd_pageid_20289 div#wd_printable_content .wd_contacts {
        display: none;
    }
    .wd_contact_col {
        width: 50%;
		text-align: center;
    }
}

@media (max-width: 767px) {
	.wd_contact_col {
        text-align: center;
    }
    .row.contact-with-border #bottomFboxLeft {
        padding-bottom: 4rem;
    }
    .row.contact-with-border #bottomFboxRight {
        padding-top: 4rem;
    }
    .row.contact-with-border .col {
        padding-top: 0;
        padding-bottom: 0rem;
    }
	.row.contact-with-border .separator {
		height: 1px;
	}
    .hidden-mobile {
        display: none;
    }    
    .row .col {
        flex:1 1 100%;
    	overflow: auto;
	}
    .wd_card-container.two-col,
    .wd_card-container.three-col,
    .wd_card-container.four-col {
        display: block;
        margin: 0 auto;
    }
    .wd_card-container.four-col .wd_card {
        margin: 24px 0 0 0;
    }
    .footer .col {
        flex: 1;
    }
    .footer-logo {
        text-align: center;
    }
    /* h1 {
        font-size: 32px;
        line-height: 42px;
    } */
    .card-title {
        font-size: 20px;
        line-height: 24px;
    }

    .wd_top_single_card .wd_card:last-of-type {
        margin-bottom: 36px;
    }    
    .logo .workday-link &gt; svg {
        display: block;
        max-height: 37px;
        width: auto;
    }
    .logo .blog-link {
        font-size: 16px;
        line-height: 21px;
    }
}
</pre></body></html>