#home-welcome {
    margin-bottom: 20px;
}

#home-features .home-feature {
    margin-bottom: 20px;
}

.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/megaphone-icon.svg);
}

.feature-heading.heading-softwareUpdates .heading-icon {
    background-image: url(../images/gears-icon.svg);
}

.feature-heading.heading-findAnswers .heading-icon {
	background-image:url(../images/icon_lightbulb.svg);
}

.feature-heading.heading-products .heading-icon {
    background-image: url(../images/top-products-icon.svg);
}

.feature-heading h3 {
	height: 50px;
	line-height: 50px;
}

#home-products {
    clear: both;
	//line-height: 50px;
	//height: 50px;
    padding-top: 30px;
}

#homeLeftWrapper {
}

#homePageBanner {
    margin-bottom: 30px;
    font-size: 15px;
}

#home-products #searchBox {
    width: 350px;
    position: absolute;
    top: 10px;
    right: 200px;
}

#home-products input#txtProdSearch {
    padding-left: 10px;
    height: 35px;
    border: 5px solid #ededed;
}

header a#all-products {
    position: absolute;
    right: 21px;
    top: 12px;
}

.productsSlider {
    background: #f0f0f0;
    padding: 30px 40px;
    color: #000;
    margin-left: 30px;
    margin-right: 30px;
}

.productsSlider .slide {
        padding: 0 40px 0px 0px;
}

.productsSlider .slide:active, .productsSlider .slide:hover, .productsSlider .slide:focus {
            outline: none;
}

.productsSlider .slick-arrow {
	height: 0; 
    width: 0;
        padding: 0;
        margin: 0;
        border: 0;
        outline: 0;
	font-size: 0;
	background: none;
	position: absolute;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}

.productsSlider .slick-arrow:before {
            content: "";
}

.productsSlider .slick-prev {
        top: 50%;
        left: -35px;
        border-right: 20px solid #ddd;
}

.productsSlider .slick-prev:hover {
            border-right: 20px solid #007ac3; /* WK Blue */
}

.productsSlider .slick-next {
        top: 50%;
        right: -35px;
        border-left: 20px solid #ddd;
}

.productsSlider .slick-next:hover {
            top: 50%;
            right: -35px;
            border-left: 20px solid #007ac3; /* WK Blue */
}

.slick-slider {
    margin-bottom: 20px !important;
}

.productsSlider h4, .productsSlider h3 {
    color: #00619C;
    font-weight: bold;
}

.favoriteContainer {
    padding: 0px;
}

.favoriteContainer li {
    float: left;
    margin: 0 5% 0 0;
    width: 20%;
    padding: 0px;
        list-style: none;
    overflow: hidden;
}

        .favoriteContainer li:nth-child( 4n-3 ) {
            clear: both;
        }

#FirstColumnWrapper {
    background-color: #3f9bd2;
    color: white;
    padding-right: 0;
}

    #FirstColumnWrapper a {
    color: white;
}

    #FirstColumnWrapper .heading-icon {
    background-color: #007ac3;
}

    #FirstColumnWrapper .feature-description {
    background-color: #007ac3;
        padding: 15px;
    height: 300px;
        color: rgba(255,255,255,.75);
}

.feature-description li {
    display: block;
    clear: left;
    min-height: 50px;
    position: relative;
}
    

.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;
}

    #SecondColumnWrapper a {
    color: white;
}

    #SecondColumnWrapper .heading-icon {
    background-color: #009881;
}

    #SecondColumnWrapper .feature-description {
    background-color: #009881;
        padding: 15px;
    height: 300px;
        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;
}

    #ThirdColumnWrapper a {
        color: white;
    }

    #ThirdColumnWrapper .heading-icon {
        background-color: #85bc20;
    }

    #ThirdColumnWrapper .feature-description {
        background-color: #85bc20;
        padding: 15px;
        height: 300px;
        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;
}

#ThirdColumnWrapper {
    background-color: #a3cc57;
    color: white;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

#ThirdColumnWrapper a{
    color: white;
}

#ThirdColumnWrapper .heading-icon{
    background-color: #85bc20;
}

#ThirdColumnWrapper div:first-child{
    padding-top:10px;
    padding-left:10px;
}

#ThirdColumnWrapper h3{
    margin-bottom: 0.5em;
}

#ThirdColumnWrapper .click-here{
    position: absolute;
    bottom: 50px;
}

.productList {
    font-size: 20px;
    color: #007ac3;
}

.productSelectionWrapper {
    height: 200px;
    overflow-y: scroll;
}

.productsSlider a {
    background: none;
    outline: none;
}

.productsSlider .slick-list {
    margin-left: 5px;
    margin-right: 5px;
}

/* override jquery-ui.css for Product Families tabs*/

#product-families .ui-widget {
    font-size: 1em;
}

#product-families .ui-corner-all, #product-families .ui-corner-bottom, #product-families .ui-corner-right, #product-families .ui-corner-br {
    border-bottom: none;
}

#product-families #product-families .ui-corner-all, #product-families .ui-corner-bottom, #product-families .ui-corner-left, #product-families .ui-corner-bl {
    border-bottom: none;
}

#product-families .ui-corner-all, #product-families .ui-corner-top, #product-families .ui-corner-right, #product-families .ui-corner-tr {
    border-top: none;
}

#product-families .ui-corner-all, #product-families .ui-corner-top, #product-families .ui-corner-left, #product-families .ui-corner-tl {
    border-top: none;
}

#product-families .ui-widget-content {
    border: none;
    /* background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x; */
    /* color: #222222; */
}

#product-families .ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: none;
    position: relative;
    top: 0;
    padding: 0;
}

/* end of overrides for Product Families tabs*/

#homePageBanner .border-right {
    border-right: 15px solid white;
}

#homePageBanner .border-left {
    border-left: 15px solid white;
}

#homePageBanner .border-center {
    border-right: 7px solid white;
    border-left: 7px solid white;
}

@media (max-width: 768px) {
    #home-products #searchBox {
        width: 200px;
        position: absolute;
        top: 10px;
        right: 150px;
    }
}

#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);
}

/* remove padding on the home page */
.home main {
    padding:0px 0 80px;
}

.home #menubar-wrapper {
    margin-bottom: 0px;
}

/* end of remove padding on the home page */

/* coveo styling on the home page */
#home-welcome {
    width: 75%;
    margin: 0 auto;
    position: relative;
    top: -10px;
}

.CoveoSearchButton .coveo-search-button-svg {
  color: white;
}

.CoveoSearchButton {
    background-color: #007ac3;
    border-color: #007ac3;
}

/* end of coveo styling on the home page */

#ChatAgent {
    resize: none;
    font-size: 13px;
    text-align: left;
    width: 300px;
    z-index: 16543210;
    position: fixed;
    right: 16px;
    bottom: 65px;
    opacity: 0.92;
}
    #ChatAgent .chatdiv {
        padding: 10px;
        border-radius: 16px;
        background-color: #85BC20;
        cursor: pointer;
        background-color: #007ac3;
        background-color:#ea8f00;
        color: white;
    }

    #ChatAgent .chatdivML {
        padding: 10px;
        cursor: pointer;
        background-color: #005B92;
        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;
    }
    #ChatAgentmin .chatdivML {
        padding: 10px;
        border-radius: 16px;
        cursor: pointer;
        background-color: #005B92;
        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;
}