div.team img {width: 100%;}
.animate-block::after {
    content: "";
    clear: both;
    display: table;
}
.animate-block .article-left,
.animate-block .article-right,
.animate-block .icon-item,
.animate-block .point-column {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 1s, top 1s, left 2s, right 2s;
    transition: opacity 1s, top 1s, left 2s, right 2s;
}
.animate-block .article-left {
    right: 100px;
}
.animate-block .article-right {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    left: 100px;
}
.animate-block .article-right .icon-item {
    top: 0;
}
.animate-block .icon-item,
.animate-block .point-column {
    top: 100px;
}
.animate-block .icon-item:nth-child(1),
.animate-block .point-column:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.animate-block .icon-item:nth-child(2),
.animate-block .point-column:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.animate-block .icon-item:nth-child(3),
.animate-block .point-column:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.animate-block .icon-item:nth-child(4),
.animate-block .point-column:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.animate-block .icon-item:nth-child(5),
.animate-block .point-column:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.animate-block .icon-item:nth-child(6),
.animate-block .point-column:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.animate-block .icon-item:nth-child(7),
.animate-block .point-column:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.animate-block .icon-item:nth-child(8),
.animate-block .point-column:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.animate-block.in-view .article-left,
.animate-block.in-view .article-right,
.animate-block.in-view .icon-item,
.animate-block.in-view .point-column {
    opacity: 1;
}
.animate-block.in-view .article-left {
    right: 0;
}
.animate-block.in-view .article-right {
    left: 0;
}
.animate-block.in-view .icon-item,
.animate-block.in-view .point-column {
    top: 0;
}
.aubg-article p {
    margin-top: 0;
    margin-bottom: 30px;
}
.aubg-article a {
    color: #92d400;
    text-decoration: none;
}
.aubg-article ul {
    padding-left: 23px;
    list-style: square;
}
.aubg-article .hero-section {
    height: 608px;
    padding: 65px 5px 167px;
    text-align: center;
    background: url(../images/phoenix/hero-image.jpg) no-repeat top center, #00375e;
}
.aubg-article .hero-section h1 {
    margin-bottom: 29px;
    font-size: 1.875rem;
}
.aubg-article .article-content p{
    font-size: 1rem;
    line-height: 1.6666666667;
}
.aubg-article .article-content li{
 	font-size: 0.885rem;
}
.aubg-article .section {
    padding-top: 90px;
    overflow:unset;
    display: flex;
}
.aubg-article .dark-section {
    margin-top: 90px;
    padding-top: 60px;
    padding-bottom: 29px;
}
.aubg-article .dark-section .icons-wrapper {
    margin-bottom: -10px;
}
.aubg-article .section-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
    margin-bottom: 35px;
    padding: 3px 17px 3px 26px;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.4444444444;
}
.aubg-article .section-title::after,
.aubg-article .section-title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 16px;
    border: 8px solid #099775;
}
.aubg-article .section-title::before {
    left: 0;
    border-right: none;
}
.aubg-article .section-title::after {
    right: 0;
    border-left: none;
}
.aubg-article .dark-section .section-title::after,
.aubg-article .dark-section .section-title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 16px;
    border: 8px solid #92d400;
}
.aubg-article .dark-section .section-title::before {
    left: 0;
    border-right: none;
}
.aubg-article .dark-section .section-title::after {
    right: 0;
    border-left: none;
}
.main-article-section {
    position: relative;
    margin-top: -167px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 18px 7px;
    background-color: #fff;
    border: 8px solid #099775;
}
.main-article-section > p:first-of-type::first-letter {
    float: left;
    color: #099775;
    font-size: 3.75rem;
    font-weight: 800;
    margin-bottom: -10px;
    margin-right: 10px;
    line-height: 1;
}
.main-article-section::after,
.main-article-section::before {
    content: "";
    position: absolute;
    top: 159px;
    bottom: 423px;
    width: 8px;
    background-color: #fff;
}
.main-article-section::before {
    right: 100%;
}
.main-article-section::after {
    left: 100%;
}
.points-columns {
    margin-top: 25px;
}
.point-column {
    margin-bottom: 40px;
    padding-bottom: 36px;
    border-bottom: 1px solid #dbdcdc;
}
.point-column h3 {
    margin-bottom: 32px;
    text-align: center;
    font-size: 1.125rem;
}
.point-column img {
    display: block;
    margin: 0 auto 16px;
}
.point-column:last-child {
    margin-bottom: -10px;
    padding-bottom: 0;
    border-bottom: none;
}
.big-points {
    margin-top: 51px;
}
.big-points .point-column {
    max-width: 240px;
    margin: 0 auto;
    padding-bottom: 0;
    border-bottom: 0;
    text-align: center;
}
.big-points .point-column h3 {
    margin-bottom: 24px;
    line-height: 1;
    color: #099775;
    font-weight: 800;
    /* font-size: 2.375rem;*/
} 
.big-points .point-column p {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
}
.blue-text-block {
    /* margin-left: -15px;
    margin-right: -15px; */
    /* margin-top: 39px; */
	margin-top:-6px;margin-bottom:40px;
    padding: 27px 20px 35px 16px;
    background-color: #499a95;
    color: #fff;
}
.blue-text-block h3 {
    margin-bottom: 14px;
    font-size: 1.125rem;
    line-height: 1.4444444444;
}
.blue-text-block ul {
    clear: both;
}
.blue-text-block p:last-child {
    margin-bottom: 0;
}
.blue-text-block .icon-wrapper {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.white-text-block {
    background: rgb(255 255 255 / 0.9);
    color: #0a1829;
}
.section-1-bg,
.section-2-bg,
.section-3-bg {
    min-height: 600px;
}
.section-1-bg {
    background: url(../images/aubg/section-1-bg.jpg) no-repeat top center, #081d3c;
}
.section-2-bg {
    background: url(../images/phoenix/section-2-bg.jpg) no-repeat top center, #081d3c;background-position: center;z-index: 1;position: relative;
}
.section-3-bg {
    background: url(../images/phoenix/phoenix_pharma_KV_2_horizontal-2.jpg) no-repeat top center, #081d3c;background-position: center;z-index: 1;position: relative;
}
.section-3-bg::after,.section-2-bg:after {content: "";background:
	#0a5e59e3;
	  width: 100%;
	  height: 100%;
	  /* height: 600px; */
	  position: absolute;
	  top: 0;
	  z-index: -1;}
.icons-wrapper {
    padding-top: 16px;
    margin-bottom: -40px;
    text-align: center;
}
.icon-item {
    display: inline-block;
    width: 49%;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    vertical-align: top;
    padding: 0 18px 40px;
}
.icon-item img {
    margin-bottom: 14px;width: 50px;
	height: 50px;
}
.icon-item p {
    margin-bottom: 0;
    line-height: 1.25;
}
.white-text-block {
    margin-top: 320px;
    padding: 16px 16px 96px;
}
.white-text-block h3 {
    margin-bottom: 9px;
    color: #d62628;
    text-align: center;
    font-size: 7.5rem;
    font-weight: 800;
    line-height: 1;
}
.white-text-block p {
    margin-bottom: 13px;
    line-height: 1.4444444444;
}
.hint-toggle {
    position: absolute;
    left: 50%;
    top: 15%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    color: #fff;
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 0.3);
    box-shadow: 0 0 6px rgb(0 0 0 / 0.3);
    border: 2px solid #fff;
    background-color: #099775;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    cursor: pointer;
}
.hint-toggle .icon {
    max-width: 100%;
    height: auto;
}
.hint-wrapper.is-open .hint-toggle {
    display: none;
}
.hint-wrapper.is-open .hint-content {
    visibility: visible;
    opacity: 1;
}
.hint-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@media only screen and (min-width: 576px) {
    .blue-text-block,
    .main-article-section {
        margin-left: 0;
        margin-right: 0;
    }
    .main-article-section {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .aubg-article p:last-child {
        margin-bottom: 0;
    }
    .aubg-article .hero-section {
        height: 700px;
        padding: 63px 0 174px;
        background-size: cover;
    }
    .aubg-article .hero-section h1 {
        padding-right: 0;
        font-size: 2.375rem;
    }
    .aubg-article .hero-section .additional-article-info,
    .aubg-article .hero-section .article-summary {
        padding-right: 0;
        width: 100%;
    }
    .aubg-article .hero-section .article-socials {
        float: none;
        margin: 0 auto;
        display: table;
    }
    .aubg-article .hero-section .small-inner-wrapper {
        max-width: 1000px;
    }
    .aubg-article .small-inner-wrapper {
        max-width: 1126px;
    }
    .aubg-article .section-title {
        width: 302px;
        min-height: 124px;
        padding-right: 10px;
        /* font-size: 1.375rem; */
    }
    .aubg-article .section-title::after,
    .aubg-article .section-title::before {
        width: 24px;
        border-width: 12px;
    }
    .aubg-article .dark-section {
        padding-top: 90px;
    }
    .aubg-article .section-3-bg {
        padding-top: 71px;
    }
    .main-article-section {
        margin-bottom: 50px;
        padding: 54px 42px 54px 60px;
        border-width: 12px;
    }
    .main-article-section > p:first-of-type::first-letter {
        margin-top: -2px;
        margin-left: -2px;
    }
    .main-article-section::after,
    .main-article-section::before {
        width: 12px;
        top: 155px;
        bottom: 168px;
    }
    .points-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 33px;
    }
    .point-column {
        width: 100%;
        margin-bottom: 0;
        padding: 4px 50px;
        border-right: 1px solid #dbdcdc;
        border-bottom: 0;
    }
    .point-column h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 21px;
    }
    .point-column img {
        margin-left: 0;
        margin-right: 26px;
        margin-bottom: 0;
    }
    .point-column:last-child {
        border-right: none;
        padding-right: 0;
    }
    .point-column:first-child {
        padding-left: 0;
    }
    .big-points {
        margin-top: 70px;
        margin-bottom: 7px;
    }
    .big-points h3 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .big-points .point-column {
        max-width: 100%;
        margin: 0;
    }
    .big-points .point-column p {
        margin-bottom: 0;
    }
    .article-left {
        float: left;
        max-width: 530px;
    }
	.article-left.sticky {position:sticky;top:100px;padding-right: 20px;}
    .article-right {
        float: right;
        max-width: calc(100% - 338px);
    }
    .article-right p:first-child {
        margin-top: -5px;
    }
    .blue-text-block,
    .white-text-block {
        width: 525px;
        margin-top: -6px;
    }
    .blue-text-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 60px;
        padding: 28px 48px 36px 29px;
    }
    .blue-text-block .icon-wrapper {
        margin-right: 25px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .icons-wrapper.icons-wrapper-small {
        width: 541px;
        padding-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .icons-wrapper.icons-wrapper-small .icon-item {
        width: 49%;
    }
    .icons-wrapper {
        padding-top: 77px;
        margin-left: -14px;
        margin-right: -21px;
    }
    .icon-item {
        width: 14%;
        padding-bottom: 60px;
    }
    .more-margin {
        margin-top: 86px;
    }
    .white-text-block {
        padding: 12px 38px 38px;
    }
    .white-text-block h3 {
        margin-bottom: 12px;
        text-align: left;
    }
    .white-text-block p {
        margin-bottom: 21px;
    }
    .section-1-bg,
    .section-2-bg,
    .section-3-bg {
        background-size: cover;
    }
	.team {max-width: 525px;}
	.team img {width:100%;}
	.aubg-article .dark-section .icons-wrapper {display:flex;justify-content: space-between;}
}
