/*
Theme Name:         Wide Eye Creative
Description:        A WordPress theme created by the team at Wide Eye Creative
Version:            3.0.0
Author:             Wide Eye Creative - OGdiez10
Author URI:         http://www.diez10.mx
*/

@media (min-width: 960px) {
	.logged-in .goback,
    .logged-in .topper-posts.topper-member-resources .container .position-bottom {
        padding-top: 100px !important;
    }
    .goback,
    .topper-posts.topper-member-resources .container .position-bottom {
        padding-top: 150px !important;
    }
    
}
.breadcrumbs {
  font-size: 12px;
}
.breadcrumbs a {
	font-weight: 700;
    text-decoration: underline;
}
header .astm-search-menu .search-icon {
 padding: 0;
}
li.astm-search-menu .search-form {
background-color: rgba(239, 239, 239, 0.85);
    padding: 15px;
    top: 100%;
    display: flex !important;

}
li.astm-search-menu .search-form label {
    width: calc(100% - 80px);
}
li.astm-search-menu .search-form .search-input {
	padding: 0 0 0 10px;
    height: auto;
    line-height: 30px;
    height: auto;
    font-size: 16px;
}
li.astm-search-menu .search-form [type=submit] {
    text-align: center;
    color: #fff;
    background-color: #00C7C4;
    font-weight: 700;
    display: inline-block;
    border: none;
    min-width: 0;
    padding: 0 10px;
    font-size: 14px;
    width: 80px;
}

.home-stories {
	clear: both;
}


.new-module {
    padding-bottom: 100px;
}
#module-impact {
    padding-top: 100px;
}
#module-impact .container {
    max-width: 1432px;
}
#module-impact .intro-row {
    margin-bottom: 25px;
}
#module-impact .intro-row h2 {
    font-weight: 800;
    color: #0A2129;
}
#module-impact .intro-row p {
    font-weight: 400;
    color: #0A2129;

}
#module-impact .impact-row .col-x2-12 {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    #module-impact .impact-row .col-xs-12 {
        border-bottom: solid 3px #BDBDBD;
        padding-bottom: 75px;
        margin-bottom: 0;
    }
    #module-impact .impact-row .col-md-3 {
        padding-bottom: 50px;
    }
}
#module-impact .col-md-4:nth-child(2) {
}
@media (min-width: 992px) {
    #module-impact .col-md-3:nth-child(2),
    #module-impact .col-md-3:nth-child(3){
        border-left: solid 3px #BDBDBD;
        border-right: solid 3px #BDBDBD;
    }
}
@media (min-width: 992px) {
    #module-impact .col-md-3:nth-child(3){
        border-left: none;
    }
}
#module-impact .impact-wrap {
    position: relative;
}
#module-impact .text-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding-top: 40px;
    z-index: 10;
}
#module-impact .text-wrap h2,
#module-impact .text-wrap h3 {
    margin: 0;
}
#module-impact .text-wrap .eyebrow {
    color: #05426B;
    font-weight: 800;
    font-size: 22px;
    line-height: 34px;
}
#module-impact .text-wrap .title {
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    color: #0A2129;
}
@media (min-width: 992px) {

    #module-impact .text-wrap .title {
        font-size: 60px;
    }
}
#module-impact .text-wrap .subtext {
    color: #0A2129;
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
}
#module-impact .triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 125px 235px 125px;
    border-color: transparent transparent #000 transparent;
    transform: rotate(0deg);
    margin: auto;
}
@media (min-width: 992px) {
    #module-impact .triangle {
        border-width: 0 165px 285px 165px;
    }
    #module-impact .col-md-3 .triangle {
        border-width: 0 125px 235px 125px;
    }
}

#module-work {
    padding-top: 100px;
}
#module-work .row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
@media (min-width: 992px) {
    #module-work .row {
        flex-direction: row;
    }
}
#module-work .row:before,
#module-work .row:after {
    content: none;
}
#module-work .row .left {
}
@media (min-width: 992px) {
    #module-work .row .left {
        padding-right: 10px;
    }
}
#module-work .row .left h2 {
    font-weight: 800;
    color: #0A2129;
}
#module-work .row .work-item {
    display: flex;
    transition: all .3s ease;
    margin-bottom: 20px;
    align-items: stretch;
}
#module-work .row .copy h3 {
    font-weight: 800;
    color: #05426B;
    font-size: 26px;
    margin: 0 0 10px;
}
#module-work .row .copy p {
    opacity: 0;
    transition: all .3s ease;
    margin: 0;
    height: 0;
    font-size: 16px;
}
#module-work .row .work-item .icon {
    text-align: center;
    padding: 5px;
    flex-basis: 215px;
}
#module-work .row .work-item .icon img {
    width: 100%;
}

@media (min-width: 992px) {  
    #module-work .row .work-item .icon img {
        width: auto;
    }
}
@media (max-width: 992px) {   
    #module-work .row .work-item .icon {
        flex-basis: 40%;
    }
}
#module-work .row .work-item .icon .wrap {
    height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 992px) {   
    #module-work .row .work-item .icon .wrap {
        height: 100%;
    }
}
#module-work .row .work-item .copy {
    padding: 20px;
    transition: all .3s ease;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-basis: calc(100% - 215px);
}
@media (max-width: 992px) {
    #module-work .row .work-item .copy {
        flex-basis: 60%;
    }
}
#module-work .row .work-item:hover {
    box-shadow: 0px 4px 74px 0px #0000001F;
}
@media (max-width: 992px) {          
    #module-work .row .work-item {
        box-shadow: 0px 4px 74px 0px #0000001F;
    }
}            
#module-work .row .work-item:hover .copy {
    background: #fff;
}
#module-work .row .work-item:hover .copy p {
    opacity: 1;
    height: auto;
}
@media (max-width: 992px) {                
    #module-work .row .work-item .copy p {
        opacity: 1;
        height: auto;
    }
}




#module-work .row.version-5 {
    flex-direction: column;
}
#module-work .row.version-5 .col-md-5 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
}
#module-work .row.version-5 .left {
    padding-right: 0;
}
#module-work .row.version-5 .col-md-6 {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2%;
}
#module-work .row.version-5 .work-item {
    flex-basis: 32%;
    display: block;
}
#module-work .row.version-5 .work-item .icon {
    padding: 5px 30px;
    flex-basis: auto;
}
#module-work .row.version-5 .work-item .copy {
    text-align: center;
}
#module-work .row.version-5 .copy p {
    height: auto;
}






#module-where {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
    margin-bottom: 100px;
    background: #EFEFEF;
}
#module-where .container {
    min-height: 600px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
@media (min-width: 992px) {
    #module-where .container {
        flex-direction: row;
        max-height: 980px;
    }
}
#module-where .copy {
    padding-top: 50px;
}
@media (min-width: 992px) {
    #module-where .copy {
        padding-top: 0;
    }
}
#module-where .copy h2 {
    font-weight: 800;
    color: #0A2129;
}
#module-where .copy p {
    font-weight: 400;
    color: #0A2129;
}
#module-where .copy ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 30px;
}
#module-where .copy ul li {
    flex-basis: 200px;
    margin-bottom: 8px;
}

#module-where .copy ul li a {
    position: relative;
    padding-left: 20px;
    color: #05426B;
    font-weight: 700;
}
#module-where .copy ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7px 12px 7px;
    border-color: transparent transparent #07BEB8 transparent;
    transform: rotate(0deg);
}
#module-where .copy ul:nth-of-type(2) li a:before {
    border-color: transparent transparent #8866EE transparent;
}
#module-where .slideshow {
    max-width: 840px;
    display: flex;
    align-items: center;
    height: 100%;
}
@media (min-width: 992px) {
    #module-where .slideshow {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        max-width: 840px;
        display: flex;
        align-items: center;
        height: 100%;
    }

}
#module-where .slideshow .slick-list {
    overflow: hidden;
}
#module-where .slideshow .slick-track {
    display: flex;
    max-height: 980px;
    align-items: stretch;
}
#module-where .slideshow .slide img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
#module-where .slick-dots {
    bottom: 20px;
    left: 20px;
    text-align: left;
}
#module-where .slick-dots li {
    margin: 0 2px;
}



#module-business {
    padding-top: 100px;
}
#module-business .container {
    max-width: 1400px;
}
#module-business .row {
    margin-bottom: 30px;
}
#module-business .row.slides {
    display: flex;
    align-items: stretch;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
    margin-top: 50px;
}
#module-business .row.slides .col-sm-12 {
    width: 100%;
}
#module-business .slider .slick-list {
    max-width: 1400px;
    width: 100%;
    padding: 0 0 0 75px !important;
    padding: 0 !important;
}
#module-business .slider .slick-track {
    display: flex;
    align-items: stretch;
}
#module-business .slider-controls {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
#module-business .slick-dots {
    position: static;
}
#module-business .slick-dots li {
    margin: 0 5px;
}
#module-business .slick-arrow.slide-m-prev {
    transform: rotate(180deg);
}
#module-business .slick-arrow {
    width: 10px;
    cursor: pointer;
    margin: 0 5px;
}
#module-business .slick-arrow svg {
    fill: #05426B;
}

@media (max-width: 640px) {
    #module-business .case-card {
        width: 100% !important;
    }
}
#module-business .case-card {
    background: #fff;
    box-shadow: 0px 4px 74px 0px #0000001F;
    padding: 50px 75px 30px 30px;
    transition: all .3s ease;
    position: relative;
    min-width: 405px;
    margin: 0 15px;
}
#module-business .case-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 58px 33.5px 0 33.5px;
    border-color: #FF4532 transparent transparent transparent;
    transform: rotate(0deg) translateY(-40%);
}
#module-business .case-card:nth-child(1):before,
#module-business .case-card:nth-child(6):before,
#module-business .case-card:nth-child(11):before{
    border-color: #8866EE transparent transparent transparent;
}
#module-business .case-card:nth-child(2):before,
#module-business .case-card:nth-child(7):before,
#module-business .case-card:nth-child(12):before {
    border-color: #07BEB8 transparent transparent transparent;
}
#module-business .case-card:nth-child(3):before,
#module-business .case-card:nth-child(8):before,
#module-business .case-card:nth-child(13):before {
    border-color: #FC7A99 transparent transparent transparent;
}
#module-business .case-card:nth-child(4):before,
#module-business .case-card:nth-child(9):before,
#module-business .case-card:nth-child(14):before  {
    border-color: #B8CF54 transparent transparent transparent;
}
#module-business .case-card:nth-child(5):before,
#module-business .case-card:nth-child(10):before,
#module-business .case-card:nth-child(15):before {
    border-color: #F68C60 transparent transparent transparent;
}
#module-business .case-card h3,
#module-business .case-card p,
#module-business .case-card a {
    transition: all .3s ease;
}
#module-business .case-card a {
    font-weight: 700;
    display: flex;
}
#module-business .case-card a svg {
    width: 7px;
    margin-left: 7px;    
    position: relative;
    top: -1px;
}
#module-business .case-card:hover {
    background-color: #05426B;
    color: #fff;
}
#module-business .case-card:hover h3,
#module-business .case-card:hover p,
#module-business .case-card:hover a {
    color: #fff;
}
#module-business .case-card .wrap {
    display: flex;
    flex-direction: column;
}