/* parters section homepage logo merged*/

#partners .sectionImg {
    height: auto;
    background: transparent;
    max-width: 450px;
    padding: 15px;
    right: 0;
    top: auto;
    margin: 0 auto;
    bottom: 0;
}
.path-frontpage #partners.slide-wrap .desc {
    top: 0;
    width: 100%;
    max-width: 100%;
    padding: 20px 60px;
    display: block;
    height: calc(100vh - 74px);
    margin-top: 74px;
}
/*End of partners section homepage logo merged*/


.sectorhighlight {
    background: url(/themes/custom/usadf/images/world_map.png) right center no-repeat;
    background-size: cover;
}
.pageContent {
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .0s linear;
    -o-transition: all .0s linear;
    transition: all .0s linear;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pageContent.active {
    opacity: 1;
}
.pageContent iframe, .pageContent a {
    display: none;
}
.pageContent.active iframe, .pageContent.active a {
    display: block;
}
.pageContent.active a.read-more-map {
    display: inline-block;
}
.pageContent.active iframe, .pageContent.active .partners-section a {
    display: block !important;
}
.pageContent.active .partners-section a.dataItems2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.col-wrapper {
    width: 50%;
    position: relative;
}
.sectors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.sectors .col {
    width: 100%;
}
.sectors .col img {
    width: 100%;
}
.sectors .hover {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    height: 0;
    background: #FFF;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.sectors .col-bottom .hover {
    bottom: 0;
    top: auto;
}
.sectors .col-right .hover {
    right: 0;
    left: auto;
}
.sectors .hover h2 {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.sectors .hover .text {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s;
}
.sectors .hover .close-grid {
    position: absolute;
    right: 10px;
    top: 10px;
}
.sectors .col.toggle .hover {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
}
.sectors .col.toggle .hover .text, .sectors .col.toggle .hover h2 {
    opacity: 1;
    -webkit-transform: translateX(00px);
    -ms-transform: translateX(00px);
    transform: translateX(00px);
}
.sectors .hover section {
    padding: 40px;
    display: table;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    width: 100%;
}
.sectors .hover section>div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.sectors .center-text {
    max-width: 600px;
    margin: 0 auto;
}
.sectors .col.toggle.active .hover {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
}
.sectors .col.toggle.active .hover h2 {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.sectors .col.toggle.active .hover .text {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.sectors .item {
    /* display: flex; */
    /* flex-wrap: wrap; */
    position: relative;
    height: 100%;
}
.sectors h2.title-sector {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
}
.sectors h2.title-sector span {
    position: relative;
}
.sectors h2.title-sector:before {
    background: #000;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
}
.sectors .item:before {
    content: "";
    width: 100%;
    height: 20px;
    background: #FFF;
    left: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
}
.sectors .item:after {
    content: "";
    width: 10px;
    height: 100%;
    background: #FFF;
    left: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
}
.sectors .col-left .item:after {
    left: auto;
    right: 0;
}
/* subpage */

.sector {
    /*    background-image: url(../img/sector/Agri-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-attachment: fixed;
    background-size: cover;*/
    padding-top: 0px;
}
/*.sector4 .bg-heading,*/

.sector4 {
    /*background-image: url(../img/story/story_start.jpg);
    background-position: center center;
    background-size: cover;*/
}
/*.stories-section .bg-heading{
    transition:width 0.5s ease 0s;
}
.stories-section.active-1 .bg-heading{
    width:50%;
        transition:width 1s ease 0.5s;
}*/

.sector2 {
    background-image: url(../img/sector/1.jpg);
}
.sector3 {
    background-image: url(../img/sector/youth-led.jpg);
}
/*.sector5{
    background-image: url(../img/story/banner_1920x850_story1.jpg);
    background-color: #291B14;
}*/

/*.sector6{
    background-image: url(../img/story/banner_1920x850_story2.jpg);
    background-color: #A5998B;
}*/

/*.sector7{
    background-image: url(../img/story/Women_Entrepreneurs.jpg);
    background-color: #513329;
}*/

/*.sector8{
    background-image: url(../img/story/banner_1920x850_story4.jpg);
    background-color: #726355;
}*/

.sector9 {
    background-image: url(../img/story/menu_our-impact.jpg);
}
.sector10 {
    background-image: url(../img/story/where-we-work.jpg);
}
.sector11 {
    background-image: url(../img/story/work-with-us.jpg);
}
.sector13 {
    background-image: url(../img/story/sector_hamburger.jpg);
}
/*.partners {
    background-image: url(../img/story/partnership.jpg);
    background-color: #25292E;
}*/

/**************** stories img animation *************/

.sectionImg {
    background: #fff;
    width: 100%;
    height: calc(100vh);
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 74px;
}
.sectionImg img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    /*for ie*/
    background-size: contain !important;
    /*transition: all 0.5s ease 0s;*/
}
/*.stories-section.even .bg-heading:before {
    left: auto;
    right: 0;
}*/

.stories-section .bg-heading:before {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.stories-section.active-1:not(.single-step) .bg-heading:before {
    width: 100%;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.stories-section.active-1:not(.single-step) .sectionImg img {
    /*  transition: all 0.5s ease 0s;*/
    width: 100%;
    /* transition-delay: .6s;*/
}
/*.even.stories-section .sectionImg img {
    float: right;
}*/

.partners .sectionImg {
    text-align: center;
    padding: 120px 0 40px;
}
/*.sector4 .sectionImg {
    background: #596e91;
}
.sector5 .sectionImg {
    background: #83542e;
}
.sector6 .sectionImg {
    background: rgb(170, 124, 95);
}
.sector7 .sectionImg {
    background: rgb(64, 61, 151);
}
.sector8 .sectionImg {
    background: rgb(96, 126, 135);
}*/

/**************end ******************************/

.video-txt {
    margin: 15px 0 0;
}
.with-margin {
    margin-left: 300px;
    width: calc(100% - 300px);
}
/*.fixed-head{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    color: #FFF;
    font-size: 40px;
    width: 100%;
    text-align: center;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    justify-content: center;
    left: 0;
    margin: 0;
    line-height: 1.3;
        font-weight: 400;
}*/

.fixed-head {
    top: 38px;
    position: fixed;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #003366;
    /*  color: #ffffff;*/
    font-size: 60px;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    margin: 0;
    line-height: 1.3;
    font-weight: 900;
    font-family: "Effra";
}
.sector .fixed-head {
    white-space: nowrap;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: block;
    white-space: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    left: 0;
    right: 0;
    line-height: 32px;
    margin-top: 82px;
    font-family: "Effra";
    font-weight: 300;
}
#sectorLanding .sector .fixed-head {
    margin-top: 75px;
}
.bg-heading {
    width: 100%;
    height: 100vh;
    position: relative;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.bg-heading:before {
    width: 100%;
    height: 100%;
    /* background: #000;*/
    /* opacity: .3;*/
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), color-stop(80%, rgba(255, 255, 255, 0)));
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 80%);
}
.s-content-wrap {
    /* background: rgba(242, 242, 242, 0.85);*/
    position: absolute;
    left: 00%;
    top: 0%;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translateY(100%) rotateX(0deg);
    transform: translateY(100%) rotateX(0deg);
    -webkit-transition: all 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -o-transition: all 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: all 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.agri-sector .s-content-wrap {
    /*  background: #778A3E;*/
}
.offgrid-energy .s-content-wrap {
    background: rgb(134, 123, 113);
}
.sector3 .s-content-wrap {
    background: rgb(50, 64, 83);
}
.sector4 .s-content-wrap {
    background: #596e91;
}
.sector5 .s-content-wrap {
    background: #83542e;
}
.sector6 .s-content-wrap {
    background: rgb(170, 124, 95);
}
.sector7 .s-content-wrap {
    background: rgb(64, 61, 151);
}
.sector8 .s-content-wrap {
    background: rgb(96, 126, 135);
}
.partners .s-content-wrap {
    background: rgb(76, 83, 89);
}
.sector.active-1 .s-content-wrap {
    left: 00%;
    opacity: 1;
    visibility: visible;
    /*-webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);*/
    -webkit-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
}
.sector.active-1:not(.single-step) .fixed-head {
    /*top: 55px;*/
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* margin-left: 100px; */
    /* width: 25%; */
    /* left: 75%; */
}
.sector.active-1:not(.stories-section) .fixed-head {
    /* opacity: 0;*/
}
.sector.sector13.active-1 .fixed-head {
    top: calc(50%);
    margin-left: 00px;
    width: calc(100%);
}
.sector.active-1 .anime div:after, .sector.active-1 .anime div:before {
    visibility: visible;
}
.anime div:after, .anime div:before {
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    background: #000;
    content: " ";
    visibility: hidden;
}
.anime div:after {
    -webkit-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
    background: #f2f2f2;
}
.anime .right:after {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}
.sector.active-1 .anime .right:before, .sector.active-1 .anime .left:after {
    top: 100%;
}
.sector.active-1 .anime .right:after {
    bottom: 100%;
}
.s-content {
    width: 100%;
    padding: 110px 80px 0px;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.sector4 .s-content {
    width: 100%;
    max-width: 1400px;
    overflow: hidden;
    position: absolute;
    top: calc(50% + 40px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 0;
    height: auto !important;
}
.with-margin {
    margin-left: 30%;
    width: 70%;
}
.s-content h3 {
    font-size: 32px;
    color: #c0a265;
    line-height: 46px;
    padding: 0 0 45px;
}
/*.videos,*/

.s-content .img-text {
    overflow: hidden;
    padding: 0 0 40px;
}
.sector:not(.stories-section) .videos {
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 200px;
}
.s-content .img-text .image, .s-content .video {
    float: left;
    width: 55%;
}
.s-content .img-text img, .s-content .video img, .s-content .video iframe {
    width: 100%;
}
.s-content .right .video {
    float: right;
    width: 55%;
}
.ptext {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 29px;
}
.s-content .text {
    float: left;
    width: calc(100% - 55%);
    padding: 0 40px;
    font-size: 18px;
    color: #4d4d4d;
    line-height: 29px;
}
.s-content .right .text {
    padding: 0 40px 0 0;
}
.s-content .text p {
    margin: 20px 0 0px;
}
.fixed-head.replica {
    visibility: hidden;
    position: absolute;
    bottom: 100px;
    top: auto;
}
.fixed-head.skrollable-before {
    opacity: 0 !important;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    z-index: -1;
}
.fixed-head.skrollable-between {
    opacity: 1 !important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 1;
}
/*
.fixed-head.skrollable-after{
    position: absolute;
    bottom: 100px;
    top: auto;
}
*/

.related .image {
    float: right;
    width: 50%;
    position: relative;
    text-align: center;
}
.related .image img {
    display: block;
    width: 100%;
}
.related .image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: " ";
    height: 100%;
    opacity: .3;
    background: #952038;
}
.related .links {
    float: left;
    width: 50%;
    padding: 0 50px 0 0px;
}
.related {
    border-top: 1px solid #cccccc;
    padding: 65px 0 0;
    overflow: hidden;
    margin-top: 65px;
}
.related.full .image h4 {
    margin: 0;
}
.related.full .image {
    float: none;
    width: calc(50% - 40px);
    margin-right: 40px;
    border: 1px solid #c0a265;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
}
.related.full .links {
    float: none;
    width: 50%;
    padding: 0 50px 0 0px;
}
.related.full {
    border: 1px solid #cccccc;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.related h4 {
    font-size: 34px;
    line-height: 46px;
    color: #c0a265;
    margin: 0 0 30px;
    font-weight: 400;
}
.related ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.related li {
    font-size: 18px;
    line-height: 29px;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #dbdbdb;
    background: url(../img/sector/Arrow_External.png) no-repeat left center transparent;
}
.sector::before {
    top: 200px;
    top: 12.5rem;
    right: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    height: 70px;
    height: 4.375rem;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: -1;
}
.sector::before {
    top: -1px;
    background: none;
    border-style: solid;
    border-width: 74px 800px 0 800px;
    border-color: #fff transparent transparent transparent;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    height: 70px;
    height: 4.375rem;
    width: 100%;
}
.sector::before {
    top: -.0625vw;
    height: 4.375vw;
    border-width: 4.625vw 50vw 0vw 50vw;
}
.sector12:before, .sector13:before, .sector4:before {
    display: none;
}
.sector {
    position: relative;
}
.related .with-suare:after, .related .with-suare:before {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #c0a265;
    display: block;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #FFF;
    opacity: 1;
}
.related .with-suare.side:after, .with-suare.side:before {
    top: calc(50% - 15px);
}
.related .with-suare.side:before {
    left: -15px;
}
.related .with-suare.side:after {
    right: -15px;
    left: auto;
}
.related .with-suare.vertical:before {
    top: -15px;
}
.related .with-suare.vertical:after {
    top: auto;
    bottom: -15px;
}
.related .with-suare.vertical:before, .related .with-suare.vertical:after {
    left: calc(50% - 15px);
}
.related.half {
    width: 50%;
    display: block;
    border: 0;
    padding: 30px;
}
.related.half .image {
    padding: 82px 0;
    width: 100%;
}
.related.half .links {
    width: 100%;
    padding: 20px 0 0;
}
.section-related-wrap .img-left {
    width: calc(50% - 100px);
    float: left;
    margin-right: 30px;
    margin-left: 155px;
}
.section-related-wrap {
    margin-top: 50px;
    width: 100%;
    float: left;
    margin-right: 0;
    margin-left: 0;
}
.section-related-wrap .img-left img {
    width: 100%;
}
.section-related-wrap .related.half {
    padding-top: 0;
    margin-top: 0;
    width: calc(50% - 85px);
    overflow: visible;
    float: right;
    overflow: visible;
    padding-right: 0;
}
.section-related-wrap .related.half .image {
    padding: 50px 20px 40px;
    width: 100%;
}
.download:focus, .download:hover, .download {
    background: #952038;
    width: 155px;
    /* height: 155px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: 0;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #FFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.download span {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 9px;
}
.down-wrap h4 {
    font-size: 32px;
    line-height: 46px;
    color: #c0a265;
    width: calc(50% - 30px);
    padding: 15px 30px;
    position: relative;
}
.down-wrap h4:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #FFF;
    top: calc(50% - 10px);
    left: -10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.down-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.s-content .text h4 {
    font-size: 32px;
    line-height: 46px;
    color: #c0a265;
}
.author {
    color: #952038;
}
a.story-more {
    display: block;
    border: 0px solid #952038;
    color: #952038;
    padding: 5px 0px 5px 0px;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin: 30px auto 0;
    width: 265px;
    clear: both;
}
a.story-more:after {
    content: "";
    width: 0;
    height: 100%;
    /* background: #c0a265;*/
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
a.story-more:focus:after, a.story-more:hover:after {
    width: 100%;
}
a.interactive-map {
    width: 315px;
}
.stories-section .text h4 {
    margin-top: -10px;
}
.s-content .text a.story-more, .stories-section a.story-more {
    display: inline-block;
    width: auto;
    margin: 20px 0 0;
}
/*a.story-more:before {
    width: 15px;
    height: 15px;
    content: '';
    border-bottom: 1px solid #952038;
    border-left: 1px solid #952038;
    position: absolute;
    right: -2px;
    transform: rotate(-45deg);
    top: 10px;
}*/

a.story-more:hover {}
a.story-more.active:before {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: 22px;
}
/*a.story-more:hover {
    color: #c0a265;
}*/

a.story-more:hover span, a.story-more:hover:before {
    border-color: #c0a265;
}
a.story-more:focus span, a.story-more:hover span {
    /* padding-left: 15px;*/
    color: #FFF;
}
a.story-more:hover {}
.full-story {
    clear: both;
    padding: 40px 0 0;
}
.full-story {
    display: none;
}
.full-story .ptext p {
    margin: 0 0 31px;
}
/*
a.story-more:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #414341 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
a.story-more:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #414341;
  position: absolute;
  bottom: 0;
  left: 0;
}
a.story-more:before, a.story-more:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
a.story-more:before {
  bottom: 0;
  left: 0;
  border-color: transparent transparent transparent #414341;
}
a.story-more:after {
  top: 0;
  right: 0;
  border-color: transparent #414341 transparent transparent;
}
a.story-more:hover {
  color: #dadbda;
}
a.story-more:hover:before, a.story-more:hover:after {
  border-width: 80px 262.5px;
}
*/

.story-more span {
    border-right: 0px solid #952038;
    padding-right: 20px;
    padding: 5px 30px 5px 0;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.s-content .text h4 {
    font-size: 23px;
    line-height: 37px;
    color: #c0a265;
    margin: -4px 0 0;
}
/**************partner section ***************/

.partners-section .col1 .textField {
    /*background:#4D545B!important;*/
}
.partners-section .col2 .dataItems1 .textField {
    /*background:#606065!important;*/
}
.partners-section .textField:after {
    background: #4D545B!important;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: auto!important;
    bottom: -18px;
    height: 36px!important;
    width: 36px!important;
}
.partners-section .col1 .textField:after {
    /*background:#4D545B!important;*/
    background: #849c4c!important;
}
.partners-section .col2 .dataItems1 .textField:after {
    width: 24px;
    height: 48px;
    content: "";
    position: absolute;
    left: -24px;
    top: calc( 50% - 24px);
    background: url(../img/all-sectors/Indicating_Arrow_Left.png);
    bottom: auto!important;
    left: -18px!important;
    /*background: #606065!important;*/
    background: #952038!important;
}
.partners-section .textField span {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 35px;
    line-height: 43px;
}
.partners-section .col1 .imgField {
    /*background:#272C32!important;*/
    background: #59711e!important;
}
.partners-section .col2 .imgField {
    /*background: #323336!important;*/
    background: #7d0f26!important;
}
.partners-section .col2 .dataItems2, .partners-section .col2 .dataItems2 .imgField {
    background: #3C3C3F!important;
    background: #003469!important;
}
.partners-section .col2 .dataItems2 {
    background: #3C3C3F!important;
    background: #003469!important;
    position: relative;
    padding-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.partners-section .col2 .dataItems2 .textField {
    position: relative;
    width: auto;
    padding-right: 30px;
}
.partners-section .imgField img {
    -o-object-fit: unset!important;
    object-fit: unset!important;
    /* object-position: top center; */
    width: 150px!important;
    height: 150px!important;
    -o-object-position: unset!important;
    object-position: unset!important;
    max-width: 100%!important;
    font-family: 'Montserrat'!important;
}
.partners-section .imgField {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.partners-section .imgField:after {
    display: none!important;
}
/****************************/

/*edited new style*/

.stories-image:after {
    content: "";
    /*background: url(/themes/custom/usadf/css/images/transparent1.png) right center no-repeat;*/
    background: url(/themes/custom/usadf/css/images/transparent_new.png) right center no-repeat;
    position: absolute;
    left: 1px;
    width: 100%;
    z-index: 1;
    background-size: cover;
    bottom: 0;
    height: calc(100% - 74px);
}
.sector4 .fixed-head {
    top: 50%;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 580px;
    left: 10%;
    line-height: 80px;
    color: #fff;
}
.path-frontpage .slide-wrap .s-content .video {
    display: none;
}
.path-frontpage .slide-wrap .sector4 .videos {
    background: rgba(176, 97, 53, 0.80);
    /*  padding: 10px 60px;*/
}
.sector4 .s-content::after {
    background: url(/themes/custom/usadf/components/home/sectors/img/pattern.jpg) 0 0;
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    margin: 0 auto;
}
.sector h4 {
    -webkit-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
}
.sector4 .s-content-wrap {
    -webkit-transform: translateX(100%) rotateY(0deg) !important;
    transform: translateX(100%) rotateY(0deg) !important;
}
.sector4.active-1 .s-content-wrap {
    -webkit-transform: translateX(0%) rotateY(0deg) !important;
    transform: translateX(0%) rotateY(0deg) !important;
}
#sectorLanding .desc {
    top: 185px !important;
}
.slide-wrap .desc {
    position: absolute;
    top: 248px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    max-width: 1060px;
}
.slide-wrap .desc p {
    font-family: "Effra";
    font-weight: 300;
    color: #221f20;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    /*margin-top: 60px;*/
}
#stories .desc {
    position: static;
    color: #f2f2f2;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    font-family: "Effra";
}
#stories .stories-section .s-content-wrap {}
#storyLanding .fixed-head {
    position: static;
}
#stories .story-more {
    width: 100%;
    text-align: center;
}
#stories .s-content {
    padding: 0;
}
#stories .story-more span {
    font-family: "Effra";
    font-weight: bold;
    font-size: 18px;
    color: #f2f2f2;
    padding: 0;
    padding-bottom: 10px;
}
#storyLanding .bg-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#storyLanding .bg-heading h2 b {
    display: block;
    padding-bottom: 20px;
    font-family: "Effra";
    font-size: 60px;
    font-weight: 900;
    color: #fff;
}
#storyLanding .bg-heading h2 {
    font-family: "Effra";
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    font-weight: 44px;
}
#stories .fixed-head p {
    font-family: "Effra";
    /*font-size: 10px;*/
    font-weight: 300;
    color: #fff;
}
.sectionImg img {
    width: 55%;
}
#partners .desc h2 strong {
    display: block;
    font-size: 52px;
    font-family: "Effra";
    color: #221f20;
    font-weight: bold;
}
#partners .desc h2 {
    display: block;
    font-size: 48px;
    font-family: "Effra";
    color: #221f20;
    font-weight: 300;
    text-align: center;
    margin-bottom: 70px;
    max-width: 886px;
    margin: 0 auto 30px;
    line-height: 58px;
}
#partners.slide-wrap .partners {
    height: 100%;
}
#partners.slide-wrap .desc {
    top: 80px;
    padding: 70px 0;
    height: calc(100% - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}
#partners .s-content-wrap {
    width: 100%;
    left: 0;
    right: 0;
}
#partners .sectionImg img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
#stories .desc::after {
    content: "...";
    display: block;
    /*margin-top: 10px;*/
}
.stories-section .s-content .text {
    padding: 6px 95px;
}
#stories .bg-heading:before {
    background: none;
}
#storyLanding .bg-heading:before {
    background: none;
}
#stories div[pagecontent="9"] .videos {
    background: rgba(0, 51, 106, 0.80);
}
#stories div[pagecontent="10"] .videos {
    background: rgba(176, 97, 53, 0.80);
}
#stories div[pagecontent="11"] .videos {
    background: rgba(0, 0, 0, 0.70);
}
#stories .sector .fixed-head {
    padding-right: 20px;
}
/*#partners .slide-wrap .desc {
    top: 90px;
}*/

/*edited new style ended*/

/**/

#stories .sectionImg {
    width: 60%;
}
.s-content .text a.story-more p {
    font-family: "Effra";
    font-weight: 300;
    font-size: 60px;
    color: #003366;
    line-height: 68px;
}
.s-content .text a.story-more p strong {
    font-family: "Effra";
    font-weight: 900;
    font-size: 60px;
    color: #003366;
    line-height: 68px;
}
@media screen and (max-height:700px) {}
/* room walls */

.pt-page-rotateRoomTopOut {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateRoomTopOut .8s both ease;
    animation: rotateRoomTopOut .8s both ease;
}
.pt-page-rotateRoomTopIn {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: rotateRoomTopIn .8s both ease;
    animation: rotateRoomTopIn .8s both ease;
}
@-webkit-keyframes rotateRoomTopOut {
    from {}
    to {
        opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(-90deg);
    }
}
@keyframes rotateRoomTopOut {
    from {}
    to {
        opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(-90deg);
        transform: translateY(-100%) rotateX(-90deg);
    }
}
@-webkit-keyframes rotateRoomTopIn {
    from {
        opacity: .3;
        -webkit-transform: translateY(100%) rotateX(90deg);
    }
}
@keyframes rotateRoomTopIn {
    from {
        opacity: .3;
        -webkit-transform: translateY(100%) rotateX(90deg);
        transform: translateY(100%) rotateX(90deg);
    }
}
/*************new**************/

.allSectors {
    background: transparent;
    height: 100%;
}
.allSectors .col1 {
    width: 33.33%;
    float: left;
    height: 100%;
}
.allSectors .textField {
    background: #849c4c;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    position: relative;
}
.allSectors .imgField {
    position: relative;
    height: 100%;
}
.allSectors .imgField:after {
    background: #849c4c;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
}
.allSectors .imgField img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    width: 100%;
    height: 100%;
}
.allSectors .col1 .textField {
    height: calc( 50%);
}
.allSectors .col1 .imgField {
    height: 50%;
}
.allSectors .dataItems {
    height: 100%;
}
a.dataItems {
    text-decoration: none!important;
}
.allSectors .col1 .textField:after {
    content: "";
    position: absolute;
    top: 100%;
    z-index: 10;
    width: 48px;
    height: 24px;
    left: calc( 50% - 24px);
    background: url(../img/all-sectors/Indicating_Arrow_Down.png);
}
.allSectors .col2 {
    width: 66.66%;
    float: left;
    height: 100%;
}
.allSectors .col2 .dataItems {
    float: left;
    width: 100%;
    height: 50%;
}
.allSectors .col2 .dataItems1>div {
    float: left;
    width: 50%;
    height: 100%;
}
.allSectors .col2 .dataItems1 .textField {
    background: #952038;
}
.allSectors .col2 .dataItems1 .textField:after {
    width: 24px;
    height: 48px;
    content: "";
    position: absolute;
    left: -24px;
    top: calc( 50% - 24px);
    background: url(../img/all-sectors/Indicating_Arrow_Left.png);
}
.allSectors .col2 .dataItems1 .imgField:after {
    background: #952038;
}
.allSectors .col2 .dataItems2 {
    position: relative;
}
.allSectors .col2 .dataItems2 {
    height: 50%;
}
.allSectors .imgFullWidth .textField {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: transparent;
}
.allSectors .col2 .dataItems2 .imgField:after {
    background: #1b3767;
}
.s-content-bottom.s-content-wrap {
    /*width: 900px;
    height: auto;
    top: 50%;
    bottom: 0;
    padding: 36px 60px 20px;
    transform: translateY(-50%) !important;
    margin: 0 auto;
    width: 100%;*/
    height: 100vh;
    bottom: 0;
    padding: 90px 60px 20px;
    -webkit-transform: translateY(100%) !important;
    -ms-transform: translateY(100%) !important;
    transform: translateY(100%) !important;
    margin: 0 auto;
    width: 100%;
    /* background: #f5f5f5bf;*/
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.s-content-bottom.s-content-wrap .s-content {
    padding: 70px 80px 0;
}
.s-content-bottom.s-content-wrap .video {
    width: 350px;
}
.s-content-bottom.s-content-wrap .s-content .text {
    /*width: calc( 100% - 350px);*/
    width: 100%;
    padding-right: 0;
    text-align: center;
}
/*.s-content-bottom .s-content .text h4{
    font-size: 24px;
    color: #FFF;
    line-height: 32px;
}*/

.s-content-bottom .s-content .text h4 {
    font-size: 18px;
    color: #FFF;
    line-height: 28px;
    font-weight: 300;
}
.stories-section .s-content .story-more span, .s-content-bottom .s-content .story-more span {
    font-size: 14px;
    color: #FFF;
    padding-right: 70px;
    position: relative;
    z-index: 1;
}
.stories-section .s-content .story-more:hover span, .s-content-bottom .s-content .story-more:hover span {
    color: #FFF;
}
.withoutImg.s-content-bottom {
    width: calc( 100% - 200px);
    height: auto;
    padding-bottom: 36px
}
.withoutImg.s-content-bottom .videos {
    padding: 0;
}
.withoutImg.s-content-bottom .video {
    display: none;
}
.withoutImg.s-content-bottom.s-content-wrap .s-content .text {
    width: 100%;
}
.s-content-bottom.withoutImg .s-content .text h4 {
    color: #c0a265;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
}
.s-content .text p {
    font-size: 18px;
    color: #FFF;
    line-height: 28px;
}
.s-content-bottom.withoutImg .s-content .text a.story-more {
    margin-top: 10px;
}
/*.stories-section a.story-more:before, .s-content-bottom a.story-more:before {
    border: none;
    width: 10px;
    height: 27px;
    position: absolute;
    transform: none;
    padding-right: 60px;
      background: url(../img/all-sectors/white_arrow.png) no-repeat center center transparent;
    z-index: 1;
}
.stories-section a.story-more:hover:before, .s-content-bottom a.story-more:hover:before {
    background: url(../img/all-sectors/white_arrow.png) no-repeat center center transparent;
}
*/

/*.stories-section .s-content .story-more span:after, .s-content-bottom .s-content .story-more span:after {
    content: "";
    height: 30px;
    width: 1px;
    background: #d6d6d6;
    position: absolute;
    right: 52px;
    top: calc( 50% - 15px);
}*/

.offgrid-energy {
    background-image: url(../img/all-sectors/Off_Grid_Energy_1920_850.jpg);
}
.stories-section .s-content-wrap {
    left: 55%;
    width: 45%;
    background: white ! important;
}
.stories-section.active-1 .s-content-wrap {
    /*    left: 55%;*/
    left: auto;
    right: 0;
    background: transparent !important;
    z-index: 9;
}
.stories-section {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.stories-section.active-1:not(.single-step) .fixed-head {
    width: 55%;
    text-align: left;
    margin-left: 0;
    white-space: normal;
    top: calc(50%);
    font-size: 60px;
    font-family: "Effra";
    font-weight: 900;
    line-height: 58px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 40px 0 0;
    text-align: right;
    margin: 40px 0 0;
    right: 45%;
    left: auto;
}
.stories-section.active-1 {
    background-position: calc(50% - 200px) center;
}
.active-1 .bg-heading {
    background: #fff;
    opacity: 0.8;
}
.active-1.sector4 .bg-heading {
    background: transparent;
    opacity: 1;
}
/*.even.stories-section.active-1 {
    background-position: calc(50% + 200px) center;
}
.even.stories-section .s-content-wrap {
    left: 0%;
}
.even.stories-section.active-1:not(.single-step) .fixed-head {
    left: 45%;
}*/

/*.even.stories-section .s-content {
    padding-top: 140px;
}*/

.stories-section .s-content .img-text, .stories-section .videos, .stories-section .s-content {
    height: 100%;
}
/*.sector4 .stories-section .s-content .img-text, .stories-section .videos, .stories-section .s-content {
    height: auto;
}*/

.stories-section .s-content .text, .stories-section .s-content .img-text .image, .stories-section .s-content .video {
    height: 50%;
    width: 100%;
    float: none;
}
.stories-section .s-content .img-text img, .stories-section .s-content .video img {
    height: 100%;
    width: auto;
}
.sector a.story-more, .sector .s-content .text p, .sector .s-content .text h4, .sector .s-content .video {
    /* transform: translateX(100px);*/
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.sector .s-content .video {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}
.stories-section .s-content .video {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}
.sector.active-1 a.story-more, .sector.active-1 .s-content .text p, .sector.active-1 .s-content .text h4, .sector.active-1 .s-content .video {
    /*  transform: translateX(00px);*/
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
}
.sector.active-1 .s-content .text h4 {
    -webkit-transition-delay: 0.62s;
    -o-transition-delay: 0.62s;
    transition-delay: 0.62s;
}
.sector.active-1 .s-content .text p {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.sector .s-content .text p {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
/*.sector.active-1 a.story-more {
    transition-delay: 0.75s;
    background: url(/themes/custom/usadf/components/home/sectors/img/pattern.jpg) no-repeat 0 0;
}*/

.stories.sector.active-1 .fixed-head {
    top: calc(50% - 47px);
    width: 100%;
    text-align: center;
}
.stories-section .s-content .text {
    float: none;
    width: 100%;
    /* padding: 50px 0 0;*/
    font-size: 18px;
    color: #4d4d4d;
    line-height: 29px;
}
.stories-section .s-content .text h4 {
    font-size: 24px;
    line-height: 37px;
    color: #FFF;
    margin: -7px 0 0;
    font-weight: 300;
}
/*.partners.even.stories-section .s-content {
    padding-top: 210px!important;
}*/

/***************/

.sec-sub-title {
    font-size: 28px;
    line-height: 34px;
    /*top: calc(50% + 40px);*/
    /*  font-weight: 400;*/
    /*line-height: 18px;*/
    max-width: 950px;
    margin: 0 auto;
    font-weight: 300;
}
.sec-vid {}
.video-enabled iframe {
    height: 100%;
}
/* Partners */

.partners-section .imgField img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.partners-section .dataItems:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.partners-section .textField span {
    position: relative;
    width: auto;
    padding-right: 35px;
    font-size: 32px;
}
.partners-section .textField span:after {
    width: 20px;
    height: 20px;
    border: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.partners-section .textField span:before {
    content: ' ';
    position: absolute;
    left: 20px;
    bottom: -2px;
    width: 0;
    height: 2px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: #FFF;
}
.partners-section .dataItems:focus .textField span:before, .partners-section .dataItems:hover .textField span:before {
    width: calc(100% - 55px);
}
.partners-section .textField span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    -webkit-animation: arrowmove 1s linear 0s infinite forwards;
    animation: arrowmove 1s linear 0s infinite forwards;
}
.s-content-bottom .s-content .text h4 {
    font-family: "Effra";
    font-size: 28px;
    color: #221f20;
    font-weight: 300;
    text-align: center;
    max-width: 840px;
    /* padding-top: 40px;*/
    line-height: 32px;
    margin: 0 auto;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
.s-content .text h2 {
    font-family: "Effra";
    font-weight: 900;
    font-size: 60px;
    color: #003366;
    /* margin-top: 150px;*/
    line-height: 68px;
}
.bg-heading h6 {
    color: #221f20;
}
/*.path-frontpage .videos {
    padding-top: 245px;
}*/

.s-content-bottom .s-content .text h4::after {
    background: url(/themes/custom/usadf/components/home/sectors/img/pattern.jpg) no-repeat 0 0;
    content: "";
    display: block;
    width: 194px;
    height: 18px;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-top: 35px;
}
/*new changes*/

.path-frontpage .highlightImage {
    width: 550px;
    margin-top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}
#sectorhighlight .sectorhighlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100%);
}
.path-frontpage .desc {
    /*width: 100%;*/
    width: calc( 100% - 550px);
}
.path-frontpage #stories .desc, .path-frontpage #sectorLanding .desc {
    width: 100%;
}
.stories-section.active-1:not(.single-step) .fixed-head p {
    /*font-size: 52px;*/
    font-size: 48px;
    line-height: 54px;
}
.stories-section.active-1:not(.single-step) .fixed-head strong {
    font-size: 52px;
}
.highlightImage img {
    width: 100%;
    /*height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
}
.s-content .text a.story-more:hover p, .s-content .text a.story-more:hover p strong {
    color: #CA113E;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
@-webkit-keyframes arrowmove {
    0% {
        margin-right: 10px;
        opacity: 0;
    }
    50% {
        margin-right: 5px;
        opacity: 0.5;
    }
    100% {
        margin-right: 0px;
        opacity: 1;
    }
}
@keyframes arrowmove {
    0% {
        margin-right: 10px;
        opacity: 0;
    }
    50% {
        margin-right: 5px;
        opacity: 0.5;
    }
    100% {
        margin-right: 0px;
        opacity: 1;
    }
}
/*
.partners-section .textField span:before {
    content: ' ';
    position: absolute;
    left: calc(50% - 10px);
    bottom: -27px;
    width: 29px;
    height: 21px;
    background: url(../img/all-sectors/Arrow_Animation.png) no-repeat center center transparent;
}

/***************/

@media only screen and (max-width: 1500px) {
    /*.stories-section .s-content .text {
        padding: 40px 0 0;
    }*/
    /*.stories-section .s-content .text h4 {
        font-size: 22px;
        line-height: 32px;
    }*/
    .stories-section .s-content .text h4 {
        font-size: 18px;
        color: #FFF;
        line-height: 28px;
    }
    .s-content .text a.story-more, .stories-section a.story-more {
        margin: 10px 0 0;
    }
}
@media only screen and (min-width: 1500px) {
    #partners .sectionImg {
        max-width: 506px;
    }
    .path-frontpage #partners.slide-wrap .desc {
        padding: 60px 180px;
    }
}
@media only screen and (max-height: 720px) {
    /*.stories-section .s-content .text {
        padding: 40px 0 0;
    }*/
    .stories-section .s-content .text h4 {
        font-size: 22px;
        line-height: 32px;
    }
    .s-content .text a.story-more, .stories-section a.story-more {
        margin: 10px 0 0;
    }
}
@media only screen and (max-width: 1400px) and (max-height: 720px) {
    .stories-section .s-content .text {
        padding: 6px 95px;
    }
    .stories-section .s-content .text h4 {
        font-size: 18px;
        line-height: 27px;
    }
    .s-content .text a.story-more, .stories-section a.story-more {
        margin: 5px 0 0;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .partners-section .textField span:before {
        content: ' ';
        position: absolute;
        left: calc(50% - 10px);
        bottom: -27px;
        width: 20px;
        height: 17px;
        display: block!important;
        -webkit-animation: arrowmove 1s linear 0s infinite forwards;
        animation: arrowmove 1s linear 0s infinite forwards;
        background: url(../img/white-arrow.png) no-repeat center center transparent !important;
    }
    .s-content .text h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .allSectors>.cols {
        width: 100%;
        height: 40%;
    }
    .allSectors>.col2 {
        height: 60%;
    }
    .allSectors .col1 .textField {
        height: 100%;
        width: 50%;
        float: left;
    }
    .allSectors .col1 .imgField {
        height: 100%;
        width: 50%;
        float: left;
    }
    .allSectors .dataItems {
        height: 100%;
    }
    .partners-section .textField span {
        font-size: 18px;
        line-height: 24px;
    }
    .partners-section .textField span:before {
        content: ' ';
        position: absolute;
        left: calc(50% - 10px);
        bottom: -27px;
        width: 20px;
        height: 17px;
        -webkit-animation: arrowmove 1s linear 0s infinite forwards;
        animation: arrowmove 1s linear 0s infinite forwards;
        background: url(../img/all-sectors/white_arrow.png) no-repeat center center transparent;
    }
    .allSectors>.col1 .textField span {
        margin-top: 54px;
        z-index: 20;
    }
    .partners-section .col1 .imgField img {
        margin-top: 54px;
    }
    .partners-section .textField span {
        font-size: 18px;
        line-height: 23px;
        max-width: 190px;
        position: relative;
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .partners-section .imgField img {
        width: 75px!important;
        height: 75px!important;
    }
    .partners-section .textField:after {
        bottom: -11px;
        height: 24px!important;
        width: 24px!important;
    }
    .allSectors .col1 .textField:after {
        left: calc( 100% + -11px);
        top: calc(50% - -14px) !important;
    }
    .partners-section .col2 .dataItems1 .textField:after {
        left: -12px!important;
    }
    .partners-section .textField span:after {
        display: none;
    }
    .s-content .text h2 {
        font-family: "Effra";
        font-weight: 900;
        font-size: 32px;
        color: #003366;
        margin-top: 150px;
        line-height: 35px;
    }
    .s-content-bottom.s-content-wrap .s-content {
        padding: 10px 12px 0;
    }
    .related-story .embed+h4 {
        pointer-events: none;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width: 340px) {
    .s-content-wrap {
        -webkit-transform: translateY(108%) rotateX(0deg);
        transform: translateY(108%) rotateX(0deg);
    }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
    .partners-section .textField span:after {
        display: none;
    }
    .partners-section .textField span {
        font-size: 28px;
        line-height: 36px;
    }
    .partners-section .textField span {
        text-decoration: underline;
    }
}
@media screen and (max-width: 992px) {
    .partners-section .textField span {
        padding-left: 10px !important;
        padding-right: 10px!important;
    }
    .partners-section .textField span:before {
        content: ' ';
        position: absolute;
        left: calc(50% - 10px);
        bottom: -27px;
        width: 20px;
        height: 17px;
        display: block!important;
        -webkit-animation: arrowmove 1s linear 0s infinite forwards;
        animation: arrowmove 1s linear 0s infinite forwards;
        background: url(../img/white-arrow.png) no-repeat center center transparent;
    }
}
@media screen and ( min-height: 800px) {
    .sectorhighlight .desc p.text-align-center {
        max-width: 300px;
    }
    .path-frontpage #sectorhighlight .highlightImage {
        width: 640px;
    }
    .sector .fixed-head {
        margin-top: 160px;
    }
    #sectorLanding .sector .fixed-head {
        margin-top: 82px;
    }
    .path-frontpage #sectorhighlight .desc {
        /*width: 100%;*/
        width: calc( 100% - 640px);
    }
}
/*css for ie to fit image*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .path-frontpage .stories-section img {
        background-size: cover !important;
    }
}