.specialise .support_services .logos-mobile {
    display: none;
}

.specialise .support_services .logos-desktop {
    display: block;
    width: 66%;
}

.specialise .maincontainer {
    position: absolute;
    top: 57.5%;
    width: 70%;
    margin-left: 20%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.specialise .maincontainer h3 {
    /*width: 47.5%;*/
    float: left;
}

.specialise .maincontainer .list {
    width: 47.5%;
    margin-left: 5%;
    float: left;
}

.specialise .maincontainer h3 {
    font-family: regularfont;
    color: white;
    font-size: 45pt;
    text-align: right;
    line-height: 1;
}

.specialise .maincontainer h3 span {
    font-size: 75%;
    position: relative;
    top: 20px;
}

.specialise .maincontainer h2 {
    font-family: lightfont;
    color: white;
    font-size: 22pt;
    line-height: 1;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.specialise .maincontainer h2:hover {
    color: rgb(38,187,214);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.specialise .maincontainer h2 img {
    width: 2%;
    margin-right: 20px;
}

.info {
    position: absolute;
    top: 0;
    left: 100%;
    width: 90%;
    height: 100%;
    background: white;
    -webkit-transition: left 1.5s ease;
    -o-transition: left 1.5s ease;
    transition: left 1.5s ease;
}

.info.current {
    position: absolute;
    top: 0;
    left: 10%;
    width: 90%;
    height: 100%;
    background: white;
    -webkit-transition: left 1.5s ease;
    -o-transition: left 1.5s ease;
    transition: left 1.5s ease;
}

.info .strategic_alliances,
.info .buying_and_selling,
.info .family_trusts,
.info .support_services,
.info .business_services,
.info .business_advisory,
.info .business_management,
.info .tax_services {
    display: none;
}

.info.strategic_alliances .strategic_alliances,
.info.buying_and_selling .buying_and_selling,
.info.family_trusts .family_trusts,
.info.support_services .support_services,
.info.business_services .business_services,
.info.business_advisory .business_advisory,
.info.business_management .business_management,
.info.tax_services .tax_services {
    display: block;
}

.info div {
    position: absolute;
    top: 50%;
    width: 75%;
    left: 11%;
    max-height: 90%;
    overflow-y: scroll;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

.info div h1,
.info div h2 {
    font-family: regularfont;
    color: black;
    font-size: 38pt;
    margin-bottom: 25px;
}

.info div p {   
    font-family: lightfont;
    color: black;
    font-size: 14pt;
    margin-bottom: 20px;
}

.info div p.medium_para {
	font-family: mediumfont;
	text-indent: unset;
}

.info div h3 {
    font-family: mediumfont;
    color: black;
    font-size: 14pt;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 10px;
}

.info div li {  
    font-family: lightfont_italic;
    color: black;
    font-size: 14pt;
    margin-bottom: 0;
    padding-left: 12px;
    /*list-style: none;*/
}

.info div span, .info div span:focus {
    cursor: pointer;
}

.info .closeslide {
    position: absolute;
    bottom: 0;
    right: 100%;
    color: white;
    font-size: 20pt;
    cursor: pointer;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    top: unset;
    left: unset;
    width: unset;
}

.specialise .info img.closeslide {
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 45px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

.specialise .info.current img.closeslide  {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

.specialise .info img.mob.closeslide {
    display: none;
}

li.extraindent {
	margin-left: 30px;
}



@media only screen and (max-width: 1625px) {

    .specialise .maincontainer h3 {
        font-size: 3.7vw;
    }

    .specialise .maincontainer h2 {
        font-size: 1.975vw;
    }
}
