﻿#feature-slider {
    width: 100%;
    height: 80px;
    display: block;
    overflow: hidden;
    position: relative;
}

    #feature-slider .slide {
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat;
        position: relative;
        height: 80px;
        width: 100%;
    }

        #feature-slider .slide .caption {
            width: 90%;
            max-width: 700px;
            margin: 0 auto;
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: white;
            font-size: 18px;
            line-height: 1.25em;
            font-weight: 600;
        }

        /* make links white and underlined in the marketing slider */
        #feature-slider .slide a {
            color: white;
            text-decoration: underline;
        }

    #feature-slider .slick-dots {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 120px;
    }

        #feature-slider .slick-dots li {
            width: 12px;
            height: 12px;
            margin: 0 3px;
        }

        #feature-slider .slick-dots button {
            width: 12px;
            height: 12px;
            display: block;
            background: rgba(255,255,255,.6);
            border-radius: 50%;
            padding: 0;
        }

            #feature-slider .slick-dots button:before {
                display: none;
            }

            #feature-slider .slick-dots button:hover, #feature-slider .slick-dots li.slick-active button {
                background: white;
                box-shadow: 0px 0px 5px rgba(0,0,0,.25);
            }


.slick-slider {
    margin-bottom: 5px;
    margin-top: 5px;
}

#home-welcome {
    width: 77.5%;
    margin: 20px auto 0px auto;
    position: relative;
    top: -15px;
    padding-top: 4px;
}

.feature-heading .heading-icon {
    width: 50px;
    height: 50px;
    display: block;
    background: #85bc20;
    float: left;
    margin-right: 10px;
    border-radius: 50px;
    background-size: 40px 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.feature-heading.heading-myAccount .heading-icon {
    background-image: url(../images/my-account-icon.svg);
}

.feature-heading.heading-webTicketing .heading-icon {
    background-image: url(../images/icon_contact.svg);
}

.feature-heading.heading-findAnswers .heading-icon {
    background-image: url(../images/icon_lightbulb.svg);
}

.feature-heading h3 {
    height: 50px;
    line-height: 50px;
    font-family: "Fira Sans","Bliss", sans-serif;
    font-size: 22px;
}

#homeLeftWrapper {
    padding: 0px 30px 0px 30px
}

#homePageBanner {
    margin-bottom: 30px;
}

#FirstColumnWrapper {
    background-color: #3f9bd2;
    color: white;
    padding-right: 0;
    padding-left: 0;
    display:flex;
    flex-direction:column;
}

    #FirstColumnWrapper a {
        color: white;
    }

    #FirstColumnWrapper .heading-icon {
        background-color: #007ac3;
    }

    #FirstColumnWrapper .feature-description {
        background-color: #007ac3;
        padding: 15px 10px 25px 25px;
        color: rgba(255,255,255,.75);
    }

.feature-description li {
    display: block;
    clear: left;
    min-height: 50px;
    position: relative;
    font-family: "Fira Sans","Bliss", sans-serif;
}


.FindAnswerIcon {
    display: block;
    height: 50px;
    width: 40px;
    background-position: 0 50%;
    background-size: 36px 36px;
    background-repeat: no-repeat;
}

.FindAnswerText {
    position: absolute;
    top: 50%;
    left: 50px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#FirstColumnWrapper div:first-child {
    padding-top: 10px;
    padding-left: 10px;
}

#FirstColumnWrapper h3 {
    margin-bottom: 0.5em;
}

#FirstColumnWrapper .click-here {
    position: absolute;
    bottom: 50px;
}

#SecondColumnWrapper {
    background-color: #3fb1a0;
    color: white;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
}

    #SecondColumnWrapper a {
        color: white;
    }

    #SecondColumnWrapper .heading-icon {
        background-color: #009881;
    }

    #SecondColumnWrapper .feature-description {
        background-color: #009881;
        padding: 15px 25px 25px 25px;
        color: rgba(255,255,255,.75);
        position: relative;
    }

    #SecondColumnWrapper div:first-child {
        padding-top: 10px;
        padding-left: 10px;
    }

    #SecondColumnWrapper h3 {
        margin-bottom: 0.5em;
    }

    #SecondColumnWrapper .click-here {
        position: absolute;
        bottom: 50px;
    }

#WebTicketingWrapper .click-here-2 {
    position: absolute;
    bottom: 20px;
}

#ThirdColumnWrapper {
    background-color: #a3cc57;
    color: white;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
}

    #ThirdColumnWrapper a {
        color: white;
    }

    #ThirdColumnWrapper .heading-icon {
        background-color: #85bc20;
    }

    #ThirdColumnWrapper .feature-description {
        background-color: #85bc20;
        padding: 15px 25px 25px 25px;
        color: rgba(255,255,255,.75);
    }

    #ThirdColumnWrapper div:first-child {
        padding-top: 10px;
        padding-left: 10px;
    }

    #ThirdColumnWrapper h3 {
        margin-bottom: 0.5em;
    }

    #ThirdColumnWrapper .click-here {
        position: absolute;
        bottom: 50px;
    }

.feature-description {
    font-size: 16px;
    font-family: "Fira Sans","Bliss", sans-serif;
    height:100%;
}


#homePageBanner .wrapper-border-right {
    border-right: 15px solid white;
}

#homePageBanner .wrapper-border-left {
    border-left: 15px solid white;
}

#homePageBanner .border-center {
    border-right: 7px solid white;
    border-left: 7px solid white;
}

.sfsSearchInput {
    width: 93%;
    padding: 8px 49px 8px 0;
    line-height: 24px;
    height: 50px;
    text-align: left;
    text-indent: 10px;
    font-family: arial, sans-serif;
    box-sizing: border-box;
    font-size: 20px;
    color: #67768b;
    margin-left: 3px;
}

.sfsSearchButton {
    background-color: #007ac3;
    margin-bottom: 3px;
    border: 1px solid #bcc3ca;
    border-left: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    width: 60px;
    font-size: 20px;
    margin-left: -1%;
    color: white;
    margin-top: -4px;
    cursor: pointer;
}

    .sfsSearchButton:hover {
        color: #ea8f00;
    }

#passwordHelpBox {
    width: 63%;
    margin-left: 215px;
    margin-top: -10px;
    margin-bottom: 10px;
    background-color: #940C72;
}

    #passwordHelp {
        padding-bottom: 13px;
        padding-top: 13px;
        font-size: 18px;
        font-weight: bold;
        color: white;
        font-family: "Fira Sans", sans-serif;
        padding-left: 15px;
    }
        #passwordHelp a {
            color: white !important;
            text-decoration: underline;
        }

@font-face {
    font-family: 'Bliss';
    src: url('../fonts/bliss/Bliss2-Light.eot');
    src: url('../fonts/bliss/Bliss2-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/bliss/Bliss2-Light.woff') format('woff'), url('../fonts/bliss/Bliss2-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bliss';
    src: url('../fonts/bliss/Bliss2-Medium.eot');
    src: url('../fonts/bliss/Bliss2-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/bliss/Bliss2-Medium.woff') format('woff'), url('../fonts/bliss/Bliss2-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Bliss';
    src: url('../fonts/bliss/Bliss2-Bold.eot');
    src: url('../fonts/bliss/Bliss2-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/bliss/Bliss2-Bold.woff') format('woff'), url('../fonts/bliss/Bliss2-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Bliss';
    src: url('../fonts/bliss/Bliss2-ExtraBold.eot');
    src: url('../fonts/bliss/Bliss2-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/bliss/Bliss2-ExtraBold.woff') format('woff'), url('../fonts/bliss/Bliss2-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/Fira Sans/FiraSans-Light.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/Fira Sans/FiraSans-Light.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/Fira Sans/FiraSans-Book.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/Fira Sans/FiraSans-Medium.otf');
    font-weight: 900;
    font-style: normal;
}
#ChatAgent {
    resize: none;
    font-size: 13px;
    text-align: left;
    width: 300px;
    z-index: 16543210;
    position: fixed;
    right: 16px;
    bottom: 45px;
    opacity: 0.92;
}

    #ChatAgent .chatdiv {
        padding: 10px;
        border-radius: 16px;
        background-color: #85BC20;
        cursor: pointer;
        background-color: #007ac3;
        background-color: #ea8f00;
        color: white;
    }

#ChatAgentmin {
    resize: none;
    font-size: 13px;
    text-align: left;
    width: 300px;
    z-index: 16543210;
    position: fixed;
    right: 16px;
    bottom: 45px;
    opacity: 0.92;
}

    #ChatAgentmin .chatdiv {
        padding: 10px;
        border-radius: 16px;
        background-color: #85BC20;
        cursor: pointer;
        background-color: #007ac3;
        background-color: #ea8f00;
        color: white;
    }

}

@-moz-keyframes MoveUpDown {
    0%, 100% {
        bottom: 45px;
    }

    50% {
        bottom: 60px;
    }
}

@-webkit-keyframes MoveUpDown {
    0%, 100% {
        bottom: 45px;
    }

    50% {
        bottom: 60px;
    }
}

@keyframes MoveUpDown {
    0%, 100% {
        bottom: 45px;
    }

    50% {
        bottom: 60px;
    }
}
.sfsproducts {
    display: none;
}

.chatdiv:hover > .sfsproducts {
    display: inline-block;
}

.chatdiv:hover > .sfsChatText {
    display: none;
}

.cancelIcon {
    display: block;
    height: 20px;
    width: 20px;
    background-position: 0 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.confirmIcon {
    display: block;
    height: 20px;
    width: 20px;
    background-position: 0 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
