.main-header.sticky {
    z-index: 999;
}

.entry .link-btn,
.link-btn {
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 500;
    background: #0063b9;
    color: #fff;
    padding: 17px 29px;
}

.entry .link-btn:after,
.link-btn:after {
    display: block;
    width: 8px;
    height: 8px;
    margin: 2px -1px 0 40px;
    transform: rotate(-45deg);
    border: 1px solid #5ed8af;
    border-width: 0 2px 2px 0;
    content: '';
}

.entry .link-btn:hover,
.link-btn:hover {
    background: #004f94;
}

.subpage-header h2,
.blog-header h2 {
    letter-spacing: 0;
    font-size: 3.5rem;
    line-height: 3.5625rem;
    text-transform: none;
}

.page-title {
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #fff;
    background: #0063b9;
    min-height: 378px;
    padding: 3.75rem 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.page-title .bg {
    z-index: -1;
    background-size: cover;
    background-position: 50% 50%;
    right: 20px;
    left: 28.8%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.page-title .bg:before {
    position: absolute;
    left: -120px;
    right: -120px;
    top: -200px;
    bottom: -200px;
    box-shadow: inset 120px -100px 120px 150px #0063b9, inset -80px -100px 120px 150px #0063b9, 0 0 0 50px #0063b9;
    content: '';
    border-radius: 50%;
}

.page-title .row {
    width: 100%;
}

.page-title .subhead-container {
    padding: 0;
}

.page-title h2 {
    font-weight: bold;
    letter-spacing: 0;
    font-size: 3.5rem;
    line-height: 3.5625rem;
    text-transform: none;
}

.general-body.intro-block {
    padding: 191px 0 163px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.general-body.intro-block .one-aside {
    align-items: center;
}
.general-body.intro-block .one-aside p {
    line-height: 1.6;
    margin: 0 0 28px;
    font-weight: 400;
}

.general-body.intro-block .one-aside p strong {
    font-weight: 600;
    color: #0063b9;
}

.general-body.intro-block .one-aside aside {
    border: none;
    border-right: none;
    padding: 0 0 56px;
    margin: 0;
    flex: 1 1 270px;
    text-align: center;
}

.general-body.intro-block .one-aside aside h3 {
    font-weight: 300;
    font-size: 38px;
    line-height: 1.34;
    margin: 0 0 16px;
    text-align: center;
}

.general-body.intro-block .one-aside aside h3 strong {
    font-weight: 500;
    color: #0063b9;
}

.general-body.intro-block .entry h2 {
    line-height: 1.36;
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 36px;
}

.general-body.intro-block .entry h2 strong {
    font-weight: 700;
}

.photos-block {
    background: #efefef url(../images/careers/bg-photos.png);
    padding: 189px 0;
}

.photos-block .row {
    padding: 0 3.5rem;
}

.photos-block h2 {
    font-size: 48px;
    line-height: 1.36;
    font-weight: 300;
    margin: 0 0 60px;
}

.photos-block h2 strong {
    color: #0063b9;
    font-weight: 600;
}

.photos-library {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -4px;
}

.photos-library .slick-arrow {
    display: block !important;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.35);
	opacity: .75;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
}

.photos-library .slick-arrow:focus {
    outline: none;
}

.photos-library .slick-arrow:hover {
    opacity: 1;
}

.photos-library .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 1px solid #fff;
    content: '';
    transform: rotate(-45deg) translateX(-50%) translateY(-50%);
}

.photos-library .slick-arrow.slick-prev:after {
    border-width: 2px 0  0 2px;
    margin-left: 10px;
}

.photos-library .slick-arrow.slick-next:after {
    border-width: 0 2px 2px 0;
}

.photos-library .item {
    background-position: 50% 50%;
    background-size: cover;
    height: 300px;
    width: calc(33.3% - 30px);
    margin: 15px;
}

.photos-library .item-x-wide {
    width: calc(49.9% - 30px);
}

.photos-library .item-wide {
    width: calc(41.6% - 30px);
}

.photos-library .item-small {
    width: calc(25% - 30px);
}

.photos-library .item-tall {
    height: 630px;
}

.info-block {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding: 198px 0;
}

.info-block .row {
    padding: 0 3.5rem;
}

.info-block h2 {
    font-size: 48px;
    line-height: 1.36;
    font-weight: 300;
    margin: 0 0 10px;
}

.info-block h2 strong {
    color: #0063b9;
    font-weight: 600;
}

.info-block h2 em {
    font-size: 38px;
    display: block;
    margin: -12px 0 0 39px;
}

.info-block .note {
    font-size: 18px;
    font-weight: 200;
    margin: -3px 0 0 43px;
}

.info-heading {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 0 0 30px;
    text-align: center;
}

.info-greeds {
    padding: 0;
    list-style: none;
    color: #fff;
}

.info-greeds h3 {
    font-size: 48px;
    line-height: 1;
    font-weight: 500;
    margin: 0 -32px 8px 0;
}

.info-greeds p {
    margin: 15px 0 0;
}

.info-greeds li {
    position: relative;
    width: 58.33%;
}

.info-greeds li:nth-child(1) {
    z-index: 9;
}

.info-greeds li:nth-child(2) {
    z-index: 8;
}

.info-greeds li:nth-child(3) {
    z-index: 7;
}

.info-greeds li:nth-child(4) {
    z-index: 6;
}

.info-greeds li:nth-child(5) {
    z-index: 5;
}

.info-greeds li:nth-child(6) {
    z-index: 4;
}

.info-greeds li:nth-child(7) {
    z-index: 3;
}

.info-greeds li:nth-child(8) {
    z-index: 2;
}

.info-greeds li:nth-child(9) {
    z-index: 1;
}

.info-greeds li:nth-child(10) {
    z-index: 0;
}

.info-greeds li:nth-child(11) {
    z-index: -1;
}

.info-greeds li:nth-child(12) {
    z-index: -2;
}

.info-greeds li + li {
    margin-top: -2.8%;
}

.info-greeds li:nth-child(even) {
    margin-left: auto;
    text-align: right;
    margin-top: -23.35%;
}

.info-greeds li:nth-child(even) .descr {
    left: auto;
    right: 0;
}

.info-greeds li:nth-child(even) h3 {
    margin-right: 0;
}

.info-greeds li:nth-child(2) {
    z-index: 10;
}

.info-greeds li:last-child img {
    box-shadow: none;
}

.info-greeds li:hover .text,
.info-greeds li.hover .text {
    max-height: 600px;
}

.info-greeds li:hover img,
.info-greeds li.hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
    filter: gray;
}

.info-greeds li:hover:before,
.info-greeds li.hover:before {
    opacity: .8;
}

.info-greeds li:nth-child(3n+2):before {
    background: #003868;
}

.info-greeds li:nth-child(3n+3):before {
    background: #5f5f5f;
}

.info-greeds li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 3;
    opacity: 0;
    background: #0063b9;
    transition: all .3s ease;
}

.info-greeds img {
    transition: all .3s ease;
    box-shadow: 0 0 0 20px #fff;
    display: block;
    width: 100%;
}

.info-greeds .descr {
    position: relative;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: auto;
    max-height: 100%;
    width: 70%;
    line-height: 1.8;
    padding: 45px 40px;
}

.info-greeds .text {
    transition: all .3s ease;
    overflow: hidden;
    max-height: 0;
}

.cta-block {
    z-index: 1;
    position: relative;
    background: #0063b9;
    color: #fff;
    overflow: hidden;
    padding: 185px 0 165px;
}

.cta-block .bg {
    z-index: -1;
    background-size: cover;
    background-position: 50% 50%;
    right: 0;
    left: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.cta-block .bg:before {
    position: absolute;
    left: -180px;
    top: -121px;
    bottom: -121px;
    width: 1000px;
    box-shadow: inset 200px 50px 90px 70px #0063b9;
    content: '';
    border-radius: 50%;
}

.cta-block .row {
    padding: 0 3.5rem;
}

.cta-block .entry {
    max-width: 50%;
}

.cta-block .entry p {
    line-height: 1.6;
    margin: 0 0 28px;
}

.cta-block h2 {
    font-size: 48px;
    line-height: 1.36;
    font-weight: 300;
    margin: 0 0 30px;
}

.cta-block h2 strong {
    font-weight: 500;
}

.logos-block {
    text-align: center;
    padding: 187px 0;
}

.logos-block .row {
    padding: 0 3.5rem;
}

.logos-block h2 {
    font-size: 48px;
    line-height: 1.36;
    font-weight: 300;
    margin: 0 0 31px;
}

.logos-block h2 strong {
    color: #0063b9;
    font-weight: 600;
}

.logos-block p {
    margin: 0 0 28px;
}

.logos-block header {
    line-height: 1.75;
    margin: 0 auto;
    max-width: 83.34%;
}

.logos {
    padding: 0;
    margin: 0 -13px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.logos li {
    margin: 15px 13px;
}

.logos img {
    display: block;
    transition: all .3s ease;
    width: auto;
}

.logos a {
    display: block;
}

.logos a:hover img {
    transform: scale(1.2);
}

.cdi-cares-logo {
  width:250px;
  max-width:100%;
  margin:0 auto 30px;
}
.main-footer .row .our-story {
  padding-right: 0;
}

.press-article h2.press-title {
  text-align: center;
}

.circle-bg {
  background-image:url(../images/about/circle.png);
  background-size: 36px 36px;
  width:36px;
  height:36px;
  display: inline-block;
  margin-top: -12px;
  margin-left: -12px;
}
/* .circle-bg-shift {
  margin-left: -10px;
} */
.timeline-block li:before {
  display: none;
}
.blue-dot-alt {
  opacity: 1;
  width:12px;
  height:12px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin-left: -35px;
}
.timeline-block {
  padding:191px 0 163px;
  background-position:0 100%;
  background-size:1110px 540px;
  background-repeat: no-repeat;
}
.timeline-container {
  display: flex;
}
.timeline li {
  position: relative;
  padding-bottom: 50px;
  margin-top: 0;
  padding-left: 40px;
  border-left: 2px solid #dbe8f4;
}
.timeline li:last-of-type {
  border-left: 0;
}
.timeline strong{
  color: #0063b9;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
  display: block;
}
.timeline p {
  font-size: 13px;
  color: #444444;
  font-weight: 400;
  margin-top: 0;
}
.timeline-bio h2 {
  font-size: 48px !important;
  line-height: 1.36 !important;
  font-weight: 300 !important;
  margin-bottom: 50px;
}
.timeline-bio h3 {
  font-size: 38px;
  color: #444444;
  font-weight: 500;
  margin-bottom: 0;
}
.timeline-bio p {
  font-size: 28px;
  color: #444444;
  font-weight: 300;
  margin-top: 0;
}
.timeline-bio h2 strong {
  color: #0063b9;
  font-weight: 600 !important;
}
.map-locations span {
  width: 40%;
  margin-left: 60%;
  display: block;
  font-size: 28px;
  color: #444444;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 10px;
}
.map-locations h2 {
  font-size: 48px !important;
  line-height: 1.36 !important;
  font-weight: 300 !important;
  width: 40%;
  padding-top: 7%;
  margin-bottom: 20px;
  margin-left: 60%;
  display: block;
}
.map-locations h2 strong {
  color: #0063b9;
  font-weight: 600 !important;
}
.map-locations span {
  background: none;
  background-position: 0px 6px;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.map-locations span:hover {
  background-image: url(../images/about/icon-location-hover.png);
  padding-left: 34px;
  background-size: 24px 24px;
  background-position: 0 6px;
  background-repeat: no-repeat;
}

#ny-ny:hover ~ .map-container > .map-body {
  background-position: 0 10%;
}
#tet-nj:hover ~ .map-container > .map-body {
  background-position: 0 20%;
}
#par-nj:hover ~ .map-container > .map-body {
  background-position: 0 30%;
}
#ros-ga:hover ~ .map-container > .map-body {
  background-position: 0 40%;
}
#ann-md:hover ~ .map-container > .map-body {
  background-position: 0 50%;
}
#res-va:hover ~ .map-container > .map-body {
  background-position: 0 60%;
}
#aud-pa:hover ~ .map-container > .map-body {
  background-position: 0 70%;
}
#den-co:hover ~ .map-container > .map-body {
  background-position: 0 80%;
}
#ede-mn:hover ~ .map-container > .map-body {
  background-position: 0 90%;
}
#wil-de:hover ~ .map-container > .map-body {
  background-position: 0 100%;
}
.map-body {
  padding-top: 79.324%;
  background-size: 100%;
}
.map-container {
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 800px;
}
.map-locations {
  min-height: 800px;
  position: relative;
  background-color: #f7f7f7;
}
.map-locations li {
  display: block;
}
a.git-btn {
position: relative;
display: inline-block;
font-size: 28px;
color: #ffffff;
border: 3px solid rgba(255,255,255,.6);
border-radius: 50px;
padding: 12px 60px 12px 20px;
margin-top:30px;
-webkit-transition: background-color .2s linear;
-moz-transition: background-color .2s linear;
-o-transition: background-color .2s linear;
transition: background-color .2s linear;
}
a.git-btn:hover {
background-color: #0071d3;
}
a.git-btn:after {
position: absolute;
top: 22px;
right: 32px;
display: block;
width: 11px;
height: 11px;
margin: 2px -1px 0 40px;
transform: rotate( -45deg);
border: 1px solid #5ed8af;
border-width: 0 2px 2px 0;
content: '';
}
.about-intro {
position: relative;
}
.about-intro .body {
width: 60%;
padding-right: 50px;
}
.about-intro .body strong {
color: #0063b9;
}
.get-in-touch {
position: absolute;
bottom: 0;
right: 0;
background-color:#0063b9;
padding: 60px;
width: 40%;
}
.get-in-touch p {
font-size: 28px;
line-height: 1.5;
color: #ffffff;
}
.timeline-bio {
width: 60%;
padding-right: 80px;
}
.timeline {
width: 40%;
padding-left: 30px;
}
.timeline ul {
/* border-left: 2px solid #dbe8f4; */
padding-left: 0px;
list-style: none;
margin-top: -17px;
margin-bottom: 0;
}
.time-dot {
background: #ffffff;
border: 2px solid #66eabe;
border-radius: 50%;
padding: 0 10px 0px 10px;
display: inline-block;
position: absolute;
margin-left: -47px;
}
.blue-dot {
opacity: 1;
background-color: #0063b9;
width:12px;
height:12px;
border-radius: 50%;
display: inline-block;
position: absolute;
margin-left: -47px;
z-index: 100;
}
.blue-dot-shift {
  margin-left: -45px;
}
.time-dot-inner {
background-color: #0063b9;
width:12px;
height:12px;
border-radius: 50%;
display: inline-block;
}
.tl-list {
padding-left: 14px;
}
.tl-list:before {
content: "\2022";
color: #444444;
font-size: 16px;
line-height: 1.3;
display: inline-block;
position: absolute;
margin-left: -14px;
}
.timeline li:first-of-type:before {
content: "";
background-color: transparent;
border:0;
}

@media screen and (min-width: 62.5em) {
    .page-title .subhead-container {
        width: 50%;
        margin-left: 2.5rem;
    }

.general-body .one-aside .body {
	padding-right: 50px;
}
}

@media screen and (min-width: 1024px) {
    .info-heading {
        text-align: left;
        width: 41.67%;
        margin-left: auto;
        padding: 27px 0 0 30px;
    }

    .info-greeds {
        margin: -11.4% -16px 0;
    }
}

@media screen and (max-width: 1366px) {
    .info-block {
        background-size: 600px auto;
    }
}

@media screen and (max-width: 1280px) {
    .page-title {
        background-position: 400px 50%;
    }

    .cta-block {
        padding: 3.75rem 0;
    }

    .cta-block .entry {
        max-width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .info-greeds h3 {
        font-size: 28px;
        margin: 0 0 8px;
    }
}

@media screen and (max-width: 768px) {
  .get-in-touch {
    position: relative;
    width: 100%;
  }
  .about-intro .body {
    width: 100%;
    padding-right: 0;
    padding-bottom: 60px;
  }
  .map-locations {
    width: 100%;
    padding: 0 56px;
    min-height: unset;
  }
  .map-locations h2, .map-locations span {
    margin-left: 0;
  }
  .map-locations span {
    display: inline-block;
    width: 49%;
  }
  .map-container {
    width: 100%;
    margin-left: -56px;
    padding-top: 40px;
    position: relative;
  }
  .timeline-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .timeline-container {
    display: block;
  }
  .timeline-bio, .timeline {
    width: 100%;
  }
  .timeline-bio {
    padding-right: 0;
    padding-bottom: 60px;
  }
	.general-body.intro-block .entry h2 {
		font-size:24px;
	}
    .general-body.intro-block {
        padding: 3.75rem 0;
    }

    .general-body.intro-block .one-aside aside h3 {
        font-size: 28px;
    }

    .photos-block {
        padding: 3.75rem 0;
    }

    .photos-block h2 {
        font-size: 38px;
    }

    .info-block {
        padding: 3.75rem 0 160px;
        background-size: 320px auto;
    }

    .info-block h2 {
        font-size: 38px;
    }

    .info-block h2 em {
        font-size: 28px;
    }

    .info-block .note {
        font-size: 12px;
        margin: 0;
    }

    .info-greeds h3 {
        font-size: 38px;
    }

    .info-greeds li {
        width: 100%;
        padding: 0;
    }

    .info-greeds li + li {
        margin: 20px 0 0;
    }

    .info-greeds li:nth-child(even) {
        margin: 20px 0 0;
        text-align: left;
    }

    .info-greeds .descr {
        padding: 20px;
    }

    .info-greeds .descr {
        width: 100%;
    }

    .cta-block .entry {
        max-width: none;
    }

    .cta-block h2 {
        font-size: 38px;
    }

    .logos-block {
        padding: 3.75rem 0;
    }

    .logos-block h2 {
        font-size: 38px;
    }
	.page-title h2 {margin-left:30px;}
  .photos-block h2 {width: 80%;margin-bottom:45px;}
  .cta-block .ethical-approach p:last-of-type {margin-bottom: 60px;}
}

@media screen and (max-width: 767px) {
  .get-in-touch {
    padding: 30px;
  }
  .get-in-touch p {
    font-size: 24px;
  }
  a.git-btn {
    font-size: 24px;
  }
  .map-locations {
    padding-left: 30px;
    padding-right: 30px;
  }
  .map-locations span {
    width: 100%;
    font-size: 24px;
  }
  .map-container {
    margin-left: -30px;
    padding-top: 20px;
  }
  .timeline-bio h2 {
    font-size: 38px !important;
  }
  .timeline-bio h3 {
    font-size: 28px;
  }
  .timeline-bio p {
    font-size: 20px;
    line-height: 1.5;
  }
    .page-title .bg {
        display: none;
    }

    .page-title .bg:before {
        display: none;
    }

    .photos-block .row {
        padding: 0 1rem;
    }

    .photos-library {
        margin: 0;
        display: block;
    }

    .photos-library .item {
        width: 100%;
        margin: 15px 0;
    }

    .photos-library .item-wide {
        width: 100%;
    }

    .photos-library .item-small {
        width: 100%;
    }

    .photos-library .item-x-wide {
        width: 100%;
    }

    .photos-library .item-tall {
        height: 300px;
    }

    .info-block .row {
        /* padding: 0 1rem; */
		padding: 0 30px;
    }

    .cta-block {
        padding: 3.75rem 0 0;
    }

    .cta-block .bg {
        display: block;
        position: relative;
        padding-top: 50%;
        width: 100%;
        left: 0;
    }

    .cta-block .bg:before {
        display: none;
    }

    .cta-block .row {
        /* padding: 0 1rem; */
		padding: 0 30px;
    }

    .logos-block .row {
        /* padding: 0 1rem; */
		padding: 0 30px;
    }
	.photos-block .row {
		padding: 0 30px;
	}
	.general-body .row {
		padding: 0 30px;
	}
	.page-title .row {padding:0;}
    .logos img {
        height: 40px;
    }
}

@media screen and (max-width: 374px) {
    .entry .link-btn,
  .link-btn {
        font-size: 18px;
    }

    .page-title {
        min-height: 320px;
    }

    .page-title h2 {
        font-size: 28px;
        line-height: 1.1;
    }

    .info-greeds h3 {
        font-size: 28px;
    }
}
