﻿
.scroll-down-line {
    max-width: 1200px;
    margin: 0 auto;
}

.scroll-down-line::after {
    content: '';
    position: absolute;
    width: 8px;
    background-color: #515151;
    top: 0;
    bottom: 0;
    left: 67%;
    margin-left: -3px;
}

.scroll-down-line .scroll-container .content::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 65%;
    top: 0;
    background-color: #515151;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.scroll-down-line .left {
    left: 10px;
}


/* The actual content */
.scroll-down-line .content {
    padding-bottom: 100px;
    position: relative;
    border-radius: 6px;
}

.scroll-down-line .content a {
    font-size: 1.8em;
    color: #515151;
    font-weight: 800;
    cursor: pointer;
}

.scroll-down-line .content a:active,
.scroll-down-line .content a:hover,
.scroll-down-line .content a.active {
    font-size: 3.3em;
    font-weight: 700;
    text-decoration: none;
    color: #eb3f41;
}


.scroll-section-content-wrapper .content h3 {
    font-size: 2.6em;
    line-height: 47px;
}

.scroll-section-content-wrapper .content p {
    color: white;
}


.scroll-section-content-wrapper {
    overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
}


/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width:641px) {
    .scroll-section-content-wrapper {
        height: 60vw;
    }
}


/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:961px) {
    .scroll-section-content-wrapper {
        height: 35vw;
    }
}

@media (min-width:1200px) {

    #loc-sms-section-content-wrapper{
        height:600px;
    }

    .scroll-section-content-wrapper {
        height: 450px;
    }
}

.scroll-section-content-wrapper::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

#solumn-section-content-wrapper .scroll-page:not(:last-child) {
    margin-bottom: 100px;
}

.scroll-pages {
    padding: 30px;
}

#solum-scroll-number-wrapper .scroll-page {
    margin-bottom:50px;
}

.scroll-pages h3 {
    font-size: 2.5em;
}

.scroll-pages p {
    color:white;
}


/* Solumn Scroll Styles */
#solumn-section-content-wrapper .content {
    /*position: absolute;
    bottom: 35%;
    left: 0;*/
}

#solumn-line::after {
    margin-bottom: 10%;
}

#solumn-line .content a:active, 
#solumn-line .content a:hover,
#solumn-line .content a.active {
    color: #31cdb0;
}

#solumn-line .content {
    padding-bottom: 30px;
}

#solumn-line .content a {
font-size: 1.8em;
color: #515151;
font-weight: 800;
cursor: pointer;
}

#solumn-line .scroll-container .active-content::after {
background-color: #31cdb0 !important;
}

#solumn-line .scroll-page {
    min-height: 600px;
}


/* LOC SMS Scroll Styles */
#loc-sms-scroll-line .scroll-container .active-content::after {
background-color: #eb3f41 !important;
}

#loc-sms-scroll-line::after{
    margin-bottom: 60%;
}


#loc-sms-section-content-wrapper .content {
    position: absolute;
    top: 10%;
    left: 0;
}

#loc-sms-section-content-wrapper .scroll-page {
    margin-top:50px;
    margin-bottom:50px;
}


#loc-sms-section-content-wrapper .scroll-page {
    min-height: 600px;
}