
/* START INFOGRAPHIC */

#solutions {
    width: 100%;
}
#solutions2 {
    width: 100%;
}
#solutions td {
    width: 20%;
    text-align: center;
    padding-top: 20px;
    vertical-align: top;
}
#solutions2 td {
    width: 20%;
    text-align: center;
    padding-top: 20px;
}
#strengths {
    width: 100%;
}   
#strengths td {
    width: 14%;
    text-align: center;
}
#strengths2 {
    width: 100%;
    margin-bottom: 30px;
}   
#strengths2 td {
    width: 16.6%;
    text-align: center;
}

.infographic-text
{
    margin-top: 10px;
    margin-bottom: 20px;
}
#ten-years {
    text-align: center;
    margin-bottom: -10px;
}
#solutions-text {
    margin-top: 60px;
    margin-bottom: 10px;
    text-align: center;
}
#strengths-text {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    width: 100%;
}
#strengths-text img {
    width: 100%;
}
#years {
    width: 100%;
    margin-top: 15px;
    border-collapse: separate;
    border-spacing: 0;
}
#years td {
    border: 1px solid grey;
    margin: 91px;
    text-align: center;
    border: 1px solid #333;
    padding: 0;
    border-left: none;
}
#years td:first-child {
    border-left: none;
}
#years td:last-child {
    border-right: none;
}
#years td img {
    width: 100%;
    max-width: 37px;
}
.img_1 img {
    margin-top: 6px;
}
.img_2 {
    display: none;
    width: 100%;
    margin: 0;
    padding-top: 6px;
    background-color: grey;
    opacity: 1;
    transition: opacity 0.3s;
}
.img_2 img {
    margin: 0px;
}
.click_for_details {
    opacity: 0;
    transition: opacity 0.3s;
    /* margin-top: 20px; */
}
.solutionsModalItem {
    display: none;
    margin-bottom: 40px;
}
.solutionsModalItem p {
    float: right;
    margin-right: 4%;
    line-height: 1.85;
    margin-bottom: 60px;
    width: 70%;
    text-align: left;
    white-space: pre-line;
}
.solutionsModalItemImg {
    position: absolute;
    left: 80px;
    margin-top: 50px;
    max-width: 100px;
    margin-bottom: 40px;
}
.solutionsModalItem {
    display: none;
    margin-bottom: 40px;
    /* display: block !important; */
    min-height: 160px;
}
.strengthsModalItem {
    display: none;
    margin-bottom: 40px;
}
.strengthsModalItem p {
    float: right;
    max-width: 650px;
    margin-right: 95px;
    margin-left: 240px;
    margin-top: 30px;
    line-height: 1.85;
}
.strengthsModalItem img {
    position: absolute;
    left: 80px;
    margin-top: 50px;
    max-width: 100px;
    margin-bottom: 40px;
}
#solutionsModal {
    display: none;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: right;
    position: relative;
}
#strengthsModal {
    display: none;
    background-color: #DADADA;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
}
#solutionsModalCloseButton {
    width: 200px;
    cursor: pointer;
    text-align: right;
    display: inline-block;
}
#strengthsModalCloseButton {
    position: absolute;
    right: 60px;
    margin-top: 40px;
    cursor: pointer;
    z-index: 999;
}
.modalImg {
    width: 100px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.block_blue {
    display: inline-block;
    width: 100px;
    /* height: 100px; */
    margin-right: -103px;
    opacity: 0;
    transition: opacity 0.3s;
}
.block_grey {
    display: inline-block;
    width: 100px;
    /* height: 100px; */
    margin-top: -100px;
    opacity: 1;
    transition: opacity 0.3s;
}
.block_red {
    background-color: red;
    width: 100px;
    height: 100px;
    border: 1px black solid;
}

.arrow1 {
    position: relative;
    bottom: 0px;
    display: block;
    margin-top: 10%;
    float: left;
    width: 20px;
    cursor: pointer;
}
.arrow2 {
    position: relative;
    bottom: 0px;
    display: block;
    margin-top: 10%;
    float: right;
    width: 20px;
    cursor: pointer;
}


/* END INFOGRAPHIC */