#integration-list {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 0 auto;
    display: table;
}
#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555;
}
#integration-list ul > li {
    list-style: none;
    background: #fff;
    border-top: 1px solid #fff;
    display: block;
    overflow: hidden;
}
#integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}
#integration-list ul > li:hover {
    
}
.expand {
    display: block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Lato',sans-serif;
    text-transform: uppercase;
    background: #ea1f5e;
    height: auto;
    overflow: hidden;
}

.expand:hover {
    color: #fff;
}

.expand h2 {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    padding-left: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*span {
    font-family: 'Lato',sans-serif;
    text-transform: uppercase;
    font-size: 12.5px;
    color: #fff;
}*/
#left,#right{
    display: table;
}
#sup{
    /*display: table-cell;*/
    display: block;
    vertical-align: middle;
    /*width: 80%;*/
    width: 100%;
}
.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 14px;
}
.detail {
    margin: 24px 0 24px 0px;
    display: none;
    line-height: 22px;
    min-height: 150px;
    background: #fff;
    overflow: hidden;
    padding:0px 24px;
}
.detail span{
    margin: 0;
}
.right-arrow {
    width: 10px;
    height: 100%;
    float: left;
    font-weight: bold;
    font-size: 24px;
    line-height: 64px;
    margin-left: 24px;
    margin-right: 24px; 
    font-family: 'Lato',sans-serif;    
}

.right-text-accord{
    overflow: hidden;
    height: auto;
    float: left;
    width: 85%;
}

.right-text-accord h2{
    color: #fff !important;
    text-transform: uppercase;
    font-size: 24px !important;
    font-family: 'Lato',sans-serif;
}

.full-accord-content{
    width: 100%;
}

.text-content-accord{
    color: #353535;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 32px;
    overflow: hidden;
    display: block;
}

.text-content-accord h3{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #b71339;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 24px;    
}


.text-content-accord ol{
    padding-left: 30px;
    margin-left: 0px;
}

.text-content-accord ol li p{
    padding-left: 0px;
    margin-left: 20px;
}
.icon {
    height: 75px;
    width: 75px;
    float: left;
    margin: 0 15px 0 0;
}
.london {
    background: url("http://placehold.it/50x50") top left no-repeat;
    background-size: cover;
}
.newyork {
    background: url("http://placehold.it/50x50") top left no-repeat;
    background-size: cover;
}
.paris {
    background: url("http://placehold.it/50x50") top left no-repeat;
    background-size: cover;
}