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

:focus-visible {
    box-shadow: 0 0 0 2px #0057ae;
    border: none;
    outline: none;
    border-radius: 24px;
}

.footer-misc-links a,
.blog-link,
.nav-primary__item a {
  text-decoration: none;
}

nav.header {
    border-bottom: 1px solid #b6c1cc;
}

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

.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: 12px;
    color:#022043;
    /* border: 2px solid transparent; */
}

.nav-primary .nav-primary__item .dropdown-menu > li > a {
    font-weight: 500;
    padding: 7px 10px;
    color: #022043;
}

.nav-primary .nav-primary__item .dropdown-menu > li > a:hover {
    border-radius: 8px;
    color: #022043;
  background: rgba(0, 0, 0, 0.08);
}

.nav-primary .nav-primary__item.dropdown.open > a {
    text-decoration: none;
     color:#022043;
}

.nav-primary a:hover {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    text-decoration: none;
}

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

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

.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 > a {
    justify-content: space-between;
    color: #022043;
}

.nav-mobile .nav-mobile__item:hover > a {
    color: #022043;
}

.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 > a {
    font-size: 1rem;
}

.nav-mobile .nav-mobile__item--list li.mobile-nav__sub-items-home {
    padding: 12px;
}

li.mobile-nav__sub-items-home a {
    color: #022043;
    text-decoration: none;
}

.nav-mobile .nav-mobile__item--list li.nav-mobile__item {
  margin: 0 26px;
}
.nav-mobile .nav-mobile__item--list li.nav-mobile__item.nav-mobile__item__has-children .subnav-mobile__item--list a {
  font-weight: 400;
}

.nav-mobile .nav-mobile__item--list li.nav-mobile__item.nav-mobile__item__has-children .subnav-mobile__item--list li.mobile-nav__sub-items-home a {
  font-weight: 700;
}

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

}
.nav-mobile .nav-mobile__item > a img, 
.nav-mobile .nav-mobile__item > a svg {
    margin-right: 0;
}

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

.cmp-languagenavigation.language-selector__wrapper-mobile {
}

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

.language-selector__wrapper-mobile .rs-click-wrapper .rs-click span {
    font-size: 16px;
    line-height: 24px;
    color: #022043;
    text-align:left;
}

/* 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 #B6C1CC;
    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 2px 12px rgba(0, 0, 0, 0.12);
    /* 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-size: 1.5rem;
 line-height: 2rem;
 color: #022043;
 font-weight: 700;
    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: #022043;
    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;
}

/* 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: 5.5rem;
  line-height: 6rem;
  letter-spacing: -1.76px;
  font-weight: 800;
}
@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-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: -1.12px;
    font-weight: 800;
}
@media (max-width: 62em) {
  h2,
  .title-2 {
    margin-top: 0;
    margin-top: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    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: 700;
}
@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;
  }
}

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

.nav-primary__search {
  width: 100%;
  position: absolute;
  background: #FFF;
  top: 0;
  left: 0;
  height: 80px;
  display: none;
}

.nav-primary__search.open {
    display:block;
}

.nav-primary__search.open + .hamburger {
    display:none;
}

.nav-primary__search--toggle {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  margin: 0 0 0 4px;
  width: 45px;
  height: 45px;
  padding: 11px;
}

.nav-primary__search--toggle:focus {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
  border-radius: 24px;
}
.nav-primary__search--toggle svg {
  fill: #022043;
  height: 24px;
  position: relative;

  width: 24px;
  z-index: 2;
}
.nav-primary__search--toggle:hover {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 24px;
}
#query {
  position: absolute;
  left: calc(50% - 287px);
  border: 0;
  background-color: transparent;
  top: 32%;
  z-index:2;
}
#query svg {
  width: 24px;
  height: 24px;
}

.nav-primary__search .nav-primary__search--container.focused {
  transform: translateY(0px);
  z-index:1;
}

.logo {
  z-index:10;
}

.nav-primary__search .nav-primary__search--input {
  position:relative;
  font-weight: 400;
  max-width: 588px;
  margin: 0 auto;
  padding: 13px;
  padding-left: 44px;
  font-size: 14px;
  border: 2px solid transparent;
  height:48px;
  background-color: #f1f3f6;
  border-radius: 24px;
  margin-top: 14px;
  color: #022043;
}

.nav-primary__search.open .nav-primary__search--input {
  display:block;
  z-index:2;
}

.nav-primary__search .nav-primary__search--input:focus {
  background: #ffffff;
  border-radius: 24px;
  border-color: #0057ae;
}

.nav-primary__search .nav-primary__search--container .nav-primary__button--submit svg {
  fill: #333;
}

.wd_close-search {
  display:none;
  -webkit-appearance:none;
  width: 40px;
  height: 40px;
  z-index: 1;
  position: absolute;
  right: calc(50% - 385px);
  border: none;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
  background-color:transparent
}

.wd_close-search.is-active {
  display:flex;
}

.nav-primary__search--toggle.is-active {
    display:none;
}

.wd_close-search:hover {
  background: #f0f1f2;
  border-radius: 24px;
}

.wd_close-search svg {
  fill: #333;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  top:-2px;
}

.nav-primary__search .nav-primary__search--container .nav-primary__button--submit {
        right: inherit;
        left: calc(50% - 287px);
}

.nav-primary__search label.nav-primary__search--container {
  position: relative;
  width: auto;
  padding: 0;
}
.privacy-icon {
    margin-right: 0.25rem;
    height: 14px;
    width: 29px;
}
@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) {
    .wd_close-search.is-active {
        display: block;
    }
    .nav-primary__search .nav-primary__search--input {
        max-width: 85%;
    }
    .hamburger {
        right: 0px;
        top: -1px;
    }
	.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 (max-width: 1120px) {
  .logo {
    z-index: 0;
  }
  .nav-primary__search .nav-primary__search--input {
    max-width: 90%;
    margin: 15px 40px;
  }
  #query {
    left: 50px;
  }
  .wd_close-search {
    right: 10px;
  }
}

@media (min-width: 1200px) {
    .nav-primary__search .nav-primary__search--container {
        padding: 0;
    }
    .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) {
body:not(.rising) .cmp-language-navigation-v3__wrapper {
  z-index: 9999;
}
    #query {
        left:5px;
    }
    .nav-primary__search .nav-primary__search--input {
        max-width: 75%;
        margin: 14px 0 0 0;
    }
    .nav-primary__search .nav-primary__search--container .nav-primary__button--submit {
        left: 36px;
    }
    .wd_close-search {
        right: 0;
    }
	.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;
    }
    .footer-logo svg {
        width: 102px;
        height: 48px;
    }
    /* 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 > svg {
        display: block;
        width: auto;
    }
    .logo .blog-link {
        font-size: 16px;
        line-height: 21px;
    }
}

@media (max-width: 575px) {
.wd_close-search {
    right: 10px;
  }
}
