/* Start FAQ page Styling */

.faqPageTitle {
    display: none;
}


/*DECEMBER CHANGE*/

.article-search {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    max-width: 884px;
}

.faqBannerClass p {
    margin-top: 0px;
}

.faqLandingImgDiv {
    display: none;
}

.faqArticleList {
    display: block;
    min-height: auto;
}

.articleSearchContainer {
    position: relative;
    display: inline-block;
    width: 95%;
}


/* DECEMBER CHANGE */

.faqHeaderMessage {
    margin-top: 3vh;
    font-size: 1.3em;
    text-align: center;
}

.searchInput::-ms-clear {
    display: none;
}

.searchInput {
    display: flex;
    height: 30px;
    width: 100%;
    background-color: #fff;
    border: #d5e6d1 solid 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    -khtml-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    font-size: 1.2em;
}

input[type="text"].searchInput,
.searchInput {
    font-size: 1.1em;
}

.featuredArticleTitle {
    margin-top: 6vh;
    margin-bottom: 2vh;
    font-size: 1.2em;
    text-align: center;
}

.featuredArticleContainers {
    padding-top: 3%;
}


/*DECEMBER CHANGE*/

.articleDivider {
    margin: 3% 2vw 0vh 0vw;
    height: 1px;
}


/*DECEMBER CHANGE*/

.articleLink {
    text-decoration: none;
    color: #000000;
    word-wrap: break-word;
}

.searchBackContainer {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

.searchBack {
    color: black;
    text-decoration: none;
}

.searchBack:hover {
    text-decoration: underline;
}

.articleContent {
    display: block;
}

.articleListLanding {
    padding-bottom: 20px;
}

.articleListIsLanding {
    margin: 1em 1em 0em 2em;
}

.articleListIsNotLanding {
    margin: 0px 22px 22px 22px;
}

[id*=idKnowledgeArticle] {
    width: 95%;
    margin: auto;
}

[id*=featuredArticleList] {
    background: #FFF;
    width: 95%;
    margin: auto;
    height: 100%;
}

[id*=idSearchResnav ult] {
    margin-top: 10px;
}


/* End FAQ page Styling */

/* STYLING FOR EMBEDDING VIDEOS IN KNOWLEDGE ARTICLES */
.embedPlayer {
    position: relative;
    height: 0;
    padding-top: 56%;
    overflow: hidden;
    max-width: 100%;
}

.embedPlayer iframe, .embedPlayer object, .embedPlayer embed { 
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; 
    height: 100%; 
}

.embedPlayer .fluid-vids {
    position: initial !important
}
/* END OF EMBEDDED VIDEO STYLING */

/*PAGINATION STYLING*/


/*DECEMBER CHANGE*/

.searchPagination {
    bottom: 0.7em;
    width: 100%;
    font-size: 1.2em;
    padding-bottom: 3%;
}

.page {
    margin-right: 14px;
    margin-left: 14px;
    text-decoration: none;
    color: #000;
}

.page a:hover {
    text-decoration: underline;
}

.fa {
    cursor: pointer;
}

.fa-2x {
    font-size: 1em;
}

.pageEnable {
    opacity: 1;
}

.pageDisable {
    opacity: 0.5;
    margin-right: 14px;
    margin-left: 14px;
    text-decoration: underline;
}

.paginationIcon {
    height: 0.8em;
}


/* END PAGINATION STYLING*/


/*Start Search Button Styling*/

[id*=searchButton] {
    background: none;
    border: none;
    width: 20%;
    height: 30px;
    text-align: right;
    font-size: 1em;
    cursor: pointer;
    color: #474646;
    position: absolute;
    top: 0;
    right: 0;
}

/*Removed for accessibility*/
/*
[id*=searchButton]:focus {
    outline: 0;
}
*/
[id*=productSearch] {
    vertical-align: middle;
    margin-right: 5px;
}


/*End Search Button Styling*/

@media screen and (min-width: 768px) {
    /* FAQ Styling Landscape*/
    [id*=idArticlePanel] {
        height: calc(100vh * 0.899);
        max-height: 527px;
        display: flex;
        flex-flow: column;
        overflow: auto;
    }
    
    [id*=idKnowledgeArticle] {
        overflow-y:auto;
    }
    
    /*DECEMBER CHANGE*/
    .article-search {
        width: 100%;
        flex: 0 1 auto;
    }
    .articleSearchContainer {
        width: 92%;
    }
    .searchBackContainer {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    /* DECEMBER CHANGE */
    .searchPagination {
        font-size: 1em;
        bottom: 2px;
        padding-bottom: 3%;
    }
    /* DECEMBER CHANGE */
    .featuredArticleContainers {
        margin-left: 1em;
        margin-bottom: 3%;
    }
    .articleDivider {
        margin: 3vh 2vw 0vh 0vw;
        height: 1px;
    }
    /* DECEMBER CHANGE */
    .articleLink {
        font-size: 1em;
        word-wrap: break-word;
    }
    .wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /*DECEMBER CHANGE*/
    .articleListLanding {
        /*float: left;
            width: 65%;
            padding-bottom: 0em;
            height: 100%;*/
        padding-bottom: 0em;
        /*robs change width: from 60% to 70%*/
        width: 70%;
        height: 100%;
        align-items: center;
        justify-content: center;
        max-height: 427px;
        font-size: 0.9em;
       
    }
    .articleListLanding div {
        margin-top: 0 !important;
    }
    /*DECEMBER CHANGE*/
    .articleListSearch {
        width: 90%;
        margin: auto;
        margin-left: 30px;
        height: 100%;
    }
    /*Start Search Button Styling*/
    [id*=searchButton] {
        width: 10%;
    }
    /*End Search Button Styling*/
    .faqLandingImg {
        height: 100%;
        width: auto;
        margin-right: 1px;
        display: block;
        float: right;
    }
    .faqLandingImgDiv {
        display: inline-block;
        text-align: right;
        width: 40%;
        height:100%;
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
    }
    .faqArticleList {
        height: 100%;
        display: flex;
        flex: 1 1 auto;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
