/*
 Theme Name:   Understrap Child Dev
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
#wrapper-navbar, #wrapper-footer {
    display: none;
}
.header-container{
    min-height: 10vh;
}
.about-header{
    min-height: 15vh !important;
    padding-bottom:20px;
}
.header-row{
    align-content: center;
}
.header-image img {
    max-width: 250px;
    padding: 15px 0;
}
.about-banner-container{
    min-height: 85vh;
    display: flex;
}
.banner-container {
	min-height: 65vh;
    display: flex;
    padding-top: 80px;
    padding-bottom:40px;
}
.banner-row{
	align-content: center;
    align-self: center;
}
div#mainPhoto {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#pageTitle {
    padding: 80px 30px;
	background-color: rgb(0 136 205 / 80%);
	border-radius: 10px;
    position: relative;
}
#aboutpageTitle{
    padding: 40px 40px;
	background-color: rgb(0 136 205 / 80%);
	border-radius: 10px;
    position: relative;
}
#privacypageTitle{
    padding: 70px 35px;
	background-color: rgb(0 136 205 / 80%);
	border-radius: 10px;
    position: relative;
}
.Banner-title h2, .about-Banner-title h2{
    font-family: "Segoe UI";
	color:#ffffff;
	font-size: 37px;
	font-weight:400;
}

.header-content h2{
    font-family: "Segoe UI";
	color:#0088ce;
	font-size: 36px;
	font-weight:400;
}
.About-header-content h2{
    font-family: "Segoe UI";
	font-size: 30px;
	font-weight:400;
}
#pageTitle::before, #privacypageTitle::before {
    content: '';
    width: 50px;
    height: 50px;
    left: 15px;
    position: absolute;
    top: 15px;
    background: url(https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/206/2023/06/09113009/Group-15.png) no-repeat left top !important;
}
#aboutpageTitle::before {
    content: '';
    width: 50px;
    height: 50px;
    left: 20px;
    top: 20px;
    position: absolute;
    background: url(https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/206/2023/06/09113009/Group-15.png) no-repeat left top !important;
}
#pageTitle::after, #privacypageTitle::after {
    content: '';
    width: 50px;
    height: 50px;
    right: 15px;
    position: absolute;
    top: 15px;
    background: url(https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/206/2023/06/09112938/Group-15-Copy-2.png) no-repeat right top !important;
}
#aboutpageTitle::after {
    content: '';
    width: 50px;
    height: 50px;
    right: 20px;
    top: 20px;
    position: absolute;
    background: url(https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/206/2023/06/09112938/Group-15-Copy-2.png) no-repeat right top !important;
}
.Banner-title::after {
    content: '';
    width: 50px;
    height: 50px;
    right: 15px;
    position: absolute;
    bottom: 15px;
    background: url(https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/206/2023/06/09112943/Group-15-Copy.png) no-repeat right bottom;
}
.Banner-title::before {
    content: '';
    width: 50px;
    height: 50px;
    left: 15px;
    position: absolute;
    bottom: 15px;
    background: url(https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/206/2023/06/09112940/Group-15-Copy-3.png) no-repeat right top;
}
.about-Banner-title::before{
    content: '';
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 20px;
    position: absolute;   
    background: url(https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/206/2023/06/09112940/Group-15-Copy-3.png) no-repeat right top;
}
.about-Banner-title::after {
    content: '';
    width: 50px;
    height: 50px;
    right: 20px;
     bottom: 20px;
    position: absolute;
    background: url(https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/206/2023/06/09112943/Group-15-Copy.png) no-repeat right bottom;
}
.Banner-subtitle {
    font-family: "Segoe UI";
    font-size: 27px;
	color:#ffffff;
	margin-top:20px;
}
.about-Banner-subtitle {
    font-family: "Segoe UI";
    font-size: 27px;
	color:#ffffff;
	margin-top:20px;
}
.Banner-button a {
    font-size: 27px;
    color: white;
    text-decoration: none;
    font-family: "Segoe UI";
}
.study-container {
	min-height: 35vh;
    display: flex;
}
.about-study-container{
    min-height: 20vh;
    display: flex;
}
.study-row{
	align-content: center;
    align-self: center;
}
.study-column {
    text-align: center;
    padding: 20px 55px;
}
.privacy-study-column {
    padding-top: 50px;
    padding-bottom: 50px;
}
.study-title h2 , .study-involve-title h2, .FAQ-main-title{
    color: #0088ce;
    font-family: "Arial";
}
.about-study-title h2{
    color: #0088ce;
    font-weight: 400;
    font-family: "Segoe UI";
}
.study-involve-title h2{
    padding-bottom: 40px;
}
.study-subtitle {
    color: #000;
    font-family: "Arial";
    padding-top: 10px;
}
.study-involve-container {
	min-height: 80vh;
    display: flex;
    padding-bottom:80px;
    padding-top:30px;
}
.study-involve-row{
	align-content: center;
    align-self: center;
}
.study-involve-column {
    text-align: center;
}
ul.study-timeline {
    list-style-type: none;
    width: 100%;
    padding:0;
}
.study-timeline li span, .participate-iconbox1 span, .participate-iconbox3 span{
    display: inline-block;
}
div#sponserTitle h2 {
    color: #0088ce;
    padding-bottom: 20px;
}
@media (min-width:768px){
    .study-timeline li {
        width: 22.7%;
    }
    ul.study-timeline {
        display: flex;
    }
}
.study-timeline li {
    border: 1px solid #0088ce;
    margin: 0 10px;
    border-radius: 10px;
    padding:20px;
    position: relative;
    height: 100%;
}
.study-timeline li::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    /* border: 2px solid #0088ce; */
}
.study-timeline li::after {
    content: '';
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #0088ce;
    height: 18px;
    width: 18px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #0088ce;
    align-items: center;
}
.ul.study-timeline::before {
	position: absolute;
    top: 0px;
    border: 1px solid #0088ce;
}
.study-involve-subtitle {
    padding-top: 10px;
    border-top: 32px solid #0088ce;
    width:91%;
    position: relative;
}
.study-involve-subtitle::before {
    background: url(https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/206/2023/06/08112459/Arrow.png);
    content: "";
    position: absolute;
    right: -45px;
    width: 0;
    height: 0;
    top: -57px;
    display: inline-block;
    margin-top: 0;
    border-style: solid;
    border-width: 40px 0 40px 50px;
    border-color: transparent transparent transparent #0088ce;
}
div#participatePhoto {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.participate-row{
    align-content: center;
    align-self: center;
}
.participate-container {
	min-height: 90vh;
}
.participate-title, .MyData-content h2{
     color:#0088ce;
}
.participate-title{
    padding: 0 0 10px;
}
/*1ROW BOX*/
.participate-iconbox{
    text-align: center;
     margin: 35px 0 25px;
}
/*2ROW BOX*/
.participate-iconbox-2{
    text-align: center;
}
/* .participate-iconbox1 {
    background: #0088ce;
    padding: 20px;
    color: white !important;
    border-radius: 10px;
} */
/* .participate-iconbox1::before {
    content: '\2713';
    position: absolute;
    left: 40%;
    background-color: #fff;
    width: 60px;
    height: 60px;
    font-size: 39px;
    border-radius: 50%;
    border: 1px solid #0088ce;
    margin-top: -50px;
    color:#0088ce;
} */
@media (min-width:1025px){
    .participate-column {
        width: 45%;
        margin-left: 5px;
    }
    .participate-iconbox1,  .participate-iconbox2,  .participate-iconbox3, .participate-iconbox4 {
        margin: 0 40px 20px 0;
    }
    .participate-container {
        display: flex;
    }
    .participate-iconbox{
        display: flex;
    }
    .participate-iconbox-2, .FAQ-section-container{
        display: flex;
    }
    .MyData-content {
        padding: 0px 10px 0 70px !important;
    }  
    .footer-column3, .footer-column2{
        text-align: center;
    }
    div#mainPhoto {
        background-position: 50% 15%;
    }
    div#mainPhoto{
        background-position: 50% 30%;
    }
    .study-involve-subtitle{
        width:95% !important;
    }
}
.participate-iconbox1, .participate-iconbox2, .participate-iconbox3, .participate-iconbox4{
    margin-top: 22px;
    position: relative;
}

.participate-iconbox p, .participate-iconbox-2 p {
    padding-top: 25px;
}
.participate-iconbox1::before, .participate-iconbox2::before {
    content: '\2713';
    position: absolute;
    left: 40%;
    background-color: #0088ce;
    width: 60px;
    height: 60px;
    font-size: 39px;
    border-radius: 50%;
    border: 1px solid;
    margin-top: -50px;
    z-index: 128;
    color:white;
}
.participate-iconbox3::before, .participate-iconbox4::before {
    content: '\2713';
    position: absolute;
    left: 40%;
    background-color: #0088ce;
    width: 60px;
    height: 60px;
    font-size: 39px;
    border-radius: 50%;
    border: 1px solid;
    margin-top: -50px;
    z-index: 128;
    color:white;
}

.participate-iconbox1:hover:before, .participate-iconbox2:hover:before, .participate-iconbox3:hover:before, .participate-iconbox4:hover:before {
    background: white;
    color: #0088ce;
    transition: 0.5s;
    border: 1px solid #0088ce;
}
.participate-iconbox1:hover, .participate-iconbox2:hover, .participate-iconbox3:hover, .participate-iconbox4:hover {
    background: #0088ce;
    color: white;
}
.participate-iconbox1, .participate-iconbox2,.participate-iconbox3, .participate-iconbox4 {
    background: #ffffff;
    padding: 15px 4px 25px;
    color: #000000;
    border-radius: 10px;
}
.participate-iconbox2, .participate-iconbox1, .study-timeline li, .study-subtitle, .participate-iconbox3, .participate-iconbox4, .FAQ-Description li, .faq-question, .faq-answer, .mydata-bullet{
    font-size:20px;
    font-family: "Arial";
    color: #000000;
}

.col-lg-6.participate-iconbox2 {
    padding: 20px;
}
.FAQ-section-container {
    min-height: 100vh;
    padding-top:50px;
    padding-bottom:50px;
}
.FAQ-row{
    align-content: center;
    align-self: center;
}
.FAQ-Description a{
    color: black;
    text-decoration: none;
}
@media (min-width:1025px){.FAQ-column{
    padding: 0 60px 0 0;
}}
.faq-question{
    background: #0088ce;
    color: #ffffff !important;
    border: 1px solid #0088ce;
    padding:20px;
    border-radius:10px;
}
.faq-answer{
    color:black;
    padding:20px;
}
.FAQ-Description li{
    list-style-type:none;
    border-radius:10px;
}
.FAQ-Description ul{
    padding-left:0;
}
.faq-container{
    border: 1px solid #0088ce;
    border-radius: 10px;
    margin-bottom:20px; 
}
.FAQ-main-title{
    text-align: center;
}
.faq-container:nth-child(3) .faq-question, .faq-container:nth-child(3) .faq-answer {
    display: none;
}
/* .faq-container:nth-child(3) {
    border: none;
    padding: 20px 0;
    font-style: italic;
} */
h2.reference-title{
    color:#0088ce;
    font-family: "Arial";
    font-size: 25px;
}
.faq-container:nth-child(3) ul li{
    list-style-type: decimal;
    margin-left:18px;
    font-size: 16px;
}

.MyData{
    background: #f7f7f7;
}
.MyData-container{
    min-height: 40vh;
    display: flex;
}
@media (min-width:1025px){
    .MyData-container{
         padding: 60px 0 40px;
    }
}
.MyData-row{
    align-content: center;
    align-self: center;
}
.MyData-content ul li{
    margin-bottom: 10px;
    font-size:20px;
    font-family: "Arial";
}
a.form-link {
    word-break: break-word;
}
.map-row p {
    color: #0088ce;
    font-size: 24px;
    padding: 0 20%;
    text-align: center;
}
/* @media (min-width:1025px){.MyData-content.col-lg-7 {
    width: 55%;
}
.MyData-column.col-lg-5 {
    margin-right: 52px;
    width: 41%;
}} */
@media (min-width:1025px){
    .map-container {
        padding: 50px 0;
    }
    .footer-column2, .footer-column3 {
        padding-left: 60px;
    }
    .footer-right-logo{
        text-align:right !important;
        padding-right:0;
    }
    .banner-row {
        width:100%;
    }
}
.map-column {
    padding: 0 10px;
    text-align: center;
} 
.map-column p{
    color:#0088ce;
    font-size:24px;
    padding:0 14%;
}
.cta-container{
    min-height: 40vh;
    display: flex;
    justify-content: center;
}
.cta-row{
    align-content: center;
    align-self: center;
}
#ctaPhoto {
    background-repeat: no-repeat;
}
.CTA-button {
    border: 2px solid #ffffff;
    padding: 5px 16px;
    text-align: center;
    font-size: 25px;
    font-family: "Segoe UI";
    max-width: 350px;
    margin: auto;
}
.CTA-button a {
    color: white;
    text-decoration: none;
}
.CTA-title h2{
    color: white;
    font-weight: 400;
    padding-bottom: 40px;
}
.sponser-container{
    min-height: 12vh;
    justify-content: center;
}
.footer-container{
    min-height: 20vh;
    justify-content: center;
}
.sponser-row{
    align-content: center;
}
.sponser-title p {
    font-size: 20px;
    font-weight: 400;
    color:black;
}
a.footer-link-1, a.footer-link-2 {
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
section.Breadcrumb {
    background: #f7f7f7;
    padding: 20px 0;
}
.breadcrumb-title a {
    color: black;
    text-decoration: none;
    font-size: 20px;
}
.footer-left-logo img{
    width: 70%;
}
.footer-right-logo img{
    width: 55%;   
}

@media (max-width:1025px){
    #footerlink1, #footerlink2{
        text-align: center;
    }
    .cn-close-icon {
        top:20% !important;
    } 
    .footer-right-logo{
        text-align:center !important;
    }  
}


@media (max-width:767px){
    /* .study-involve-subtitle::before{
        right: 2% !important;
    } */
    .study-timeline li{
        margin-bottom: 15px;
    }
    .participate-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .map-column{
        padding: 0 !important;
    }
    .footer-row .col-lg-3 {
        margin-bottom: 20px;
    }
    .footer-left-logo {
        text-align: center;
    }
    .footer-right-logo {
        text-align: center;
    }
    .CTA-title h2 {
        text-align: center;
    }
    .participate-iconbox2, .participate-iconbox1,.participate-iconbox3, .participate-iconbox4{
        margin-bottom:40px !important;
    }
    .header-row {
        text-align: center;
    }
    /* .Banner-title::before {   
        left: 7%;
        top: 94%;
    }
    .Banner-title::after {
        left: 79%;
        top: 94%;
    }
    #pageTitle::before {
        left: 8%;
        top: 49%;
    }
    #pageTitle::after {
        left: 79%;
        top: 49%;
    } */
    .faq-container:nth-child(3) ul li {
        word-break: break-word;
    }
    #pageTitle {
        padding: 45px 30px;
    }
    .study-column {
        padding: 40px 45px !important;
    }
    .faq-answer span{
        word-break: break-all;
    }
    p.content-btn{
        width:90%;
    }
}
.MyData-content ul li::marker{
    color: #0088ce;
    font-size: 22px;
    font-weight: 700;
}
.MyData-content ul li{
    list-style-type: circle;
}
.about-study-title ul li::marker {
    color: #0088ce;
}
.MyData-content ul, .about-study-title ul{
   padding-left: 20px;
}
.participate-text {
    font-style: italic;
    color: black;
    font-family: "Arial";
    padding-top: 10px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .participate-iconbox2, .participate-iconbox1, .participate-iconbox3, .participate-iconbox4 {
        margin-bottom: 30px;
        width: 50%;   
        display: flex;
    }
    .participate-iconbox-2, .participate-iconbox {
        display: flex;
        width: 100%;
    }
    .participate-iconbox1, .participate-iconbox3{
        margin-right: 20px;
    }
    .participate-container {
        min-height: 60vh;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .MyData-container {
        min-height: 25vh;
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .MyData-row{
        display: flex;
    }
    .MyData-column.col-lg-5 {
        width: 45%;
    }
    .MyData-content.col-lg-7 {
        width: 50%;
        overflow-y: scroll;
        height: 240px;
    }
    .footer-row .col-lg-3  {
        width: 25%;
    }
    /* .study-involve-subtitle::before {
        right: 6% !important;
    } */
    /* .study-timeline li::after {
        left: 46%;
    } */
    ul.study-timeline {
        display: inline;
    }
    .study-timeline li {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        min-height: 550px;
        margin: 10px;
        height:750px;
    }
    .Banner-subtitle, .Banner-title {
        font-family: "Segoe UI" !important;
    }
    .participate-iconbox {
        margin: 20px 0 !important;
    }   
    .cta-container {
        min-height: 30vh;
    }
}
/* .abutbnr{
    padding: 30px 0px 30px 0px;
} */
.aboutmainph {
    padding: 50px 0px 50px 0px;
}
.FAQ-main-title {
    padding: 0px 0px 20px 0px;
}
.faq-container:nth-child(3) {
    border: none;
    padding: 0px 20px 0px 20px;
    font-style: italic;
}
.MyData-content {
    padding: 0px 30px;
}
.map-column {
    padding-top: 25px;
    padding-bottom: 30px;
}
.Footer{
    background-color: #f7f7f7;
}
.study-timeline li::before {
    border: 1px solid #0088ce;
}
#cn-close-notice {
    padding-right: 5px;
}
.study-title {
    padding: 20px 0px 0px 0px;
}
@media only screen and (max-width : 1024px) {
.study-involve-subtitle {
    padding-top: 0px;
}}

.participate-iconbox1, .participate-iconbox2, .participate-iconbox3, .participate-iconbox4 {
    border: solid 1px #0088ce;
}
.Map {
    padding-top: 20px;
}

/* @media only screen and (max-width : 1024px) {
.MyData-image {
    padding: 20px 0px 20px 0px;
}} */

@media (max-width: 767px){
    .footer-row {
        padding-top: 20px;
    }
    ul.study-timeline{
        padding-top: 10px;
    }
    .MyData-content{
        padding:20px;
    }
    .MyData-container{
        padding:40px 20px;
    }
    .sponser-title p{
        padding:0 20px 2px;
    }
    .map-row p { 
        padding: 0 0%;
    }
    .map-column{
        padding-bottom:30px !important;
    }
}

#participateTitle {
    padding: 20px 0px 0px 0px;
}

.breadcrumb-title {
    padding: 10px 0px 0px 0px;
}


/* Map CSS */

.gm-style-iw.gm-style-iw-c {
    max-width: 300px !important;
    background: #0088ce;
    padding: 15px 0 !important;
}
.gm-style .gm-style-iw-d {
    overflow: auto !important;
}
h1#firstHeading {
    font-size: 1.5rem;
    color: white;
    text-align: left;
    padding: 10px 15px 0px;
}
.map-column #bodyContent p {
    color: white !important;
    font-size: 15px;
    text-align: left;
    padding: 0 15px;
}
.map-column #bodyContent a {
    color: #ffffff;
    word-wrap: break-word;
    /* text-decoration: none; */
}
.gm-style-mtc {
    display: none;
}
button.gm-svpc {
    display: none;
}
#location {
    height: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}
button.gm-ui-hover-effect {
    top: -4px !important;
    right: -4px !important;
    width: 40px !important;
    height: 40px !important;
}
.gm-ui-hover-effect>span {
    background-color: #fff;
    width:17px !important;
    height:17px !important;
}
/* .gm-style > div > div:nth-child(1) {
    filter: grayscale(1);
} */
/* .gm-style > div > div:nth-child(1) {
    filter: grayscale(1);
} */
.gm-style > div > div:nth-child(1) > div > div > div {
    filter: grayscale(1);
}
#bodyContent p:nth-child(1), #bodyContent p:nth-child(2), #bodyContent p:nth-child(3), #bodyContent p:nth-child(4), #bodyContent p:nth-child(5), #bodyContent p:nth-child(6) {
    margin-bottom: 5px;
}


p.content {
    padding-bottom: 40px;
}
p.content-btn a {
    color: #0088ce;
    text-decoration: none;
}
p.content-btn {
    text-align: center;
    display: block;
    font-size: 22px;
    width: 25%;
    margin: 0 auto;
    border: 1px solid #0088ce;
    color: #0088ce;
    padding: 5px 15px;
}
.sponser-container{
    padding:35px 0 50px;
}
a.swlinkk {
    word-break: break-all !important;
    font-style: italic !important;
}
.MyData-content{
    overflow-x: hidden !important;
}

@media only screen and (max-width: 767px) {
  html, body {
    overflow-x: hidden;
  }
}

div#bodyContent {
    word-wrap: break-word;
}

/* CSS for iOS devices */
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-resolution: 192dpi) {
    .faq-container:nth-child(3) ul li {
        list-style-type: decimal;
        margin-left: 22px;
        font-size: 16px;
    }
}
a.button {
    text-decoration: underline;
}

.wpml-ls-legacy-list-horizontal a span {
  vertical-align: initial;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0px;
}


.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    background: transparent;
}

.wpml-ls-statics-footer a {
    color: black;
    background-color: transparent;
}

.wpml-ls-statics-footer .wpml-ls-current-language>a {
    color: black;
    background-color: transparent;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
    text-align: right;
    padding-right: 20px;
}

a.button {
    z-index: 2;
    position: relative;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    text-align: center;
}

a.wpml-ls-link {
    color: black;
    font-weight:bold;
}

/* a.wpml-ls-link:hover {
    color: #0088ce;
} */

a.wpml-ls-link:hover {
    /* background-color: #0088ce; */
    color: #0088ce;
    text-decoration: underline;
}



/* span.wpml-ls-bracket {
    display: none;
} */

/* li:nth-child(2) span.wpml-ls-native, li:nth-child(3) span.wpml-ls-native {
    display: none;
} */

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    text-align: right;
    font-size: 18px;
}


/* span.wpml-ls-display {
    display: none;
} */



.wpml-ls-legacy-list-horizontal>ul {
    padding: 0px 60px 0px 0px;
}


.wpml-ls-legacy-list-horizontal a {
    padding: 0px 25px 0px 5px;
}

span.one-word.br-wordd {
    word-break: break-all !important;
}
