﻿
body {
    background-color: white;
}

.bgWhite {
    background-color: white;
}

.marginTop10px {
    margin-top: 10px;
}

.marginBottom10px {
    margin-bottom: 10px;
}

/* #region Search-Topic/StylesForDesktopView */
#cwSearchfeature h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #00A6D8;
}

.search-box {
    position: relative;
    /*width: 100%;*/
    max-width: 500px;
    margin: auto;
}

.input-text, input[type=text], input[type=text]:focus {
    max-width: 500px;
    font-family: Open Sans;
    font-size: 20px;
    line-height: 18px;
    color: #323A44;
    height: 43px;
    border: 1px solid #AEB0B5 !important;
    border-radius: unset;
    width: 100%;
    padding: 10px 20px;
    box-shadow: none;
    margin-right: 0px;
}

    .input-text:focus {
        padding: 10px 30px !important;
    }

.search-icon-left {
    background: url(/img/newDesignImages/searchIcon-Blue.png) no-repeat;
    background-position: 5px 14px;
}

.icon-outlet {
    position: absolute;
    border-radius: unset;
    background: #F6F8FA;
    color: #00A6D8;
    font-size: 25px;
    top: 0;
    transform: translateY(1px);
    right: 1px;
    /*width: 41px;*/
    height: 41px;
    padding: 8px 10px;
    cursor: pointer;
}

#searchTopicLinks a {
    text-decoration: none;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #007ABD;
    background: #E5F4ff;
    white-space: nowrap;
}

.show-more {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #007ABD;
    text-align: center;
    cursor: pointer;
}

    .show-more > span {
        font-family: Open Sans;
    }

.selected {
    border-bottom: 2px solid #8ADE34;
    padding-bottom: 3px;
}
/*#end*/

/* #region Search-Topic/StylesForMobileView */
@media only screen and (max-width: 991px) and (min-width: 320px) {
    section#cwSearchfeature {
        padding-left: 20px;
        padding-right: 20px;
    }

    #cwSearchfeature h1 {
        font-size: 22px !important;
        line-height: 27px !important;
    }

    #searchTopicLinks a {
        font-size: 14px !important;
        white-space: nowrap;
    }
}
/* #end */

/* #region preResultBlock/StylesForDesktopView */
#preResultBlock ul li {
    list-style: none;
}

.preResultHeader {
    border-bottom: 1px solid #D6DBDF !important;
    background-color: white !important;
}

.panel-title > a {
    padding: 20px 0px;
}

.plus-minus {
    float: right;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 30px;
    color: #007ABD;
}

#preResultAccordion .panel-title a {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #007ABD;
}

.preResultArticle {
    font-family: Open Sans;
    padding-left: 70px;
}

    .preResultArticle a {
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 35px;
        color: #323A44;
    }

        .preResultArticle a:hover {
            text-decoration: underline;
            font-weight: bold;
        }
/* #end */

/* #region preResultBlock/StylesForMobileView */
@media only screen and (max-width: 991px) and (min-width: 320px) {
    #preResultAccordion .panel-title a {
        display: inline-block !important;
        font-size: 20px !important;
    }

    .plus-minus {
        font-size: 30px !important;
        margin-top: 20px !important;
    }

    .preResultArticle {
        padding-left: 20px !important;
        padding-top: 20px !important;
    }

        .preResultArticle a {
            font-size: 14px !important;
        }
}
/* #end */

/* #region topicResultBlock/StylesForDesktopView */
#topicResultBlock ul li {
    list-style: none;
}

.topTopic {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #007ABD;
    padding-left: 20px;
}

.topicArticles, .topicArticles a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #323A44;
    /*padding-left: 35px;*/
    padding: 5px 20px 0px 35px;
}

    .topicArticles a:hover {
        text-decoration: underline;
        font-weight: bold;
    }

/* #region topicResultBlock/StylesForMobileView */
@media only screen and (max-width: 991px) and (min-width: 320px) {
    .topTopic {
        font-size: 20px !important;
        padding-left: 40px !important;
    }

    .topicArticles a {
        font-size: 14px !important;
        padding-left: 0px !important;
    }
}
/* #end */

/* #region becomeUsCitizen/StylesForDesktopView */
#becomeUsCitizen h2, #emailusBlock h2 {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #00416A;
}

/* #region becomeUsCitizen/StylesForMobileView */
@media only screen and (max-width: 991px) and (min-width: 320px) {
    #becomeUsCitizen h2, #emailusBlock h2 {
        font-size: 20px !important;
    }
}
/* #end */

#becomeUsCitizen a {
    text-decoration: none;
}

/* #region DetailScreen/StylesForDesktopView */
.backLink a {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #007ABD;
}

.authorImage img {
    width: 75px;
    height: 75px !important;
    border-radius: 50%;
    padding-right: unset !important;
}

.articleTitle, .articleTitle h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #00A6D8;
    margin-top: 7px;
    margin-bottom: unset !important;
}

.authorInfo {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    color: #323A44;
}

.articleImage img {
    width: 100% !important;
    border-radius: 25px;
    padding: 20px;
}

.titleDescription {
    padding: 20px;
}

    .titleDescription p,
    .titleDescription ul li,
    .titleDescription div {
        font-family: Open Sans;
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 27px;
        color: #323A44;
        padding: 0px 0px 10px !important;
    }

    .titleDescription ol {
        font-family: Open Sans;
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        color: #323A44;
        padding-left: 40px;
        list-style: decimal;
    }

    .titleDescription ul > ul > li,
    .titleDescription ul > li > ul > li {
        list-style: circle;
    }

    .titleDescription a {
        color: #007ABD;
    }

#articleTags div {
    display: inline-block;
    padding-left: 20px;
}

#articleTags a {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #007ABD;
    background: #E5F4FF;
    text-decoration: none;
}

.read-more {
    color: #007ABD;
    font-weight: normal;
}
/* #end */
/* #region DetailScreen/StylesForMobileView */
@media only screen and (max-width: 991px) and (min-width: 320px) {
    .articleTitle h1 {
        font-size: 22px !important;
        line-height: 27px !important;
        padding-left: 10px;
    }

    .authorInfo {
        font-size: 13px !important;
        line-height: 24px !important;
        padding-left: 10px;
        white-space: nowrap;
    }

    .authorImage img {
        width: 60px !important;
        height: 60px !important;
    }

    .titleDescription p,
    .titleDescription ul li,
    .titleDescription div {
        font-size: 14px !important;
        line-height: 24px !important;
    }
}
/* #end */

.verticle-divider {
    position: relative;
    overflow-x: hidden;
}

    .verticle-divider > [class*="col-"]:nth-child(n + 2):after {
        content: "";
        position: absolute;
        border-right: 1px solid #00A6D8;
        top: 0;
        bottom: 0;
        height: auto;
    }

/* #region PopularArticle/StylesForDesktopView */
.popularArticleHeading {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #00416A;
    padding: 20px;
}

.popularArticles {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #5B616A;
    padding: 20px;
}

    .popularArticles p {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        color: #5B616A;
        padding: 15px 0px !important;
    }

.shiftcol4 {
    margin-left: 20px;
}

.boxShift {
    padding-left: 21px;
}
/* #end */

/* #region PopularArticle/StylesForMobileView */
@media only screen and (max-width: 991px) and (min-width: 320px) {
    .verticle-divider > [class*="col-"]:nth-child(n + 2):after {
        display: none;
    }

    .popularArticleHeading,
    .popularArticles,
    .shiftcol4 {
        display: none !important;
    }

    .boxShift {
        padding-left: 0px !important;
    }
}

/*Autocomplete search item*/
.autocomplete-items {
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #AEB0B5;
    border-top: none;
    background-color: #fff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 0px 0px 8px 8px;
}

    .autocomplete-items div:last-child {
        border-radius: 0px 0px 8px 8px;
    }

    .autocomplete-items div {
        background: url(/img/newDesignImages/searchIcon-Blue.png) no-repeat;
        background-position: 5px 12px;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;
        color: #323A44;
        padding: 10px 30px;
        cursor: pointer;
        background-color: #fff;
    }

        .autocomplete-items div:hover {
            background-color: #D6D7D9;
        }

.autocomplete-active {
    background-color: #D6D7D9 !important;
}

/* #region ResultScreen/StylesForDesktopView */
#resultContentsBlock hr {
    border: 1px solid #D6DBDF;
    margin-top: 10px;
    margin-bottom: 10px;
}

.result-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #5B616A;
}

.sort-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #5B616A;
}

    .sort-text:hover {
        background: #E5F4FF;
        cursor: pointer;
        /*padding: 0px 20px;*/
    }

.sortingTest {
    background: #E5F4FF;
    cursor: pointer;
    /*padding: 0px 20px;*/
}

.search-terms {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #5B616A;
    text-align: center;
}

.sorting-dropdown {
    position: relative;
    float: right;
}

.sorting-dropdown-menu {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 115px;
    padding: 5px 0px;
    margin: 0px;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #AEB0B5;
    border-radius: 0px;
    box-shadow: none;
}

    .sorting-dropdown-menu li {
        list-style: none !important;
    }

    .sorting-dropdown-menu > li > a {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #00416A;
        display: block;
        padding: 3px 16px;
        clear: both;
        white-space: nowrap;
    }

        .sorting-dropdown-menu > li > a:hover {
            font-weight: bold;
            text-decoration: underline;
            color: #00416A;
            background-color: #ffffff;
        }

.open > .sorting-dropdown-menu {
    display: block;
}

.result-content {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #5B616A;
}

    .result-content p {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px !important;
        color: #5B616A;
        padding: 15px 0px !important;
    }

.noResultFound {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

.resultPagination,
.articlePagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin: 40px 0;
}

    .resultPagination > .active > span,
    .articlePagination > .active > span {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 20px;
        color: #007ABD;
        width: 30px;
        height: 30px;
        text-align: center;
        float: left;
        padding: 3px 7px;
        margin-left: 20px;
        background-color: #E5F4FF;
        border: 2px solid #007ABD;
        border-radius: 3px;
        box-sizing: border-box;
    }

    .resultPagination > li,
    .articlePagination > li {
        display: inline;
        list-style: none;
    }

        /*.resultPagination > li > span {
            font-family: Open Sans;
            font-style: normal;
            font-weight: normal;
            font-size: 20px;
            line-height: 20px;
            width: 35px !important;
            height: 35px !important;
            text-align: center !important;
            float: left;
            padding: 6px 10px;
            margin-left: 30px;
        }*/

        .resultPagination > li > a,
        .articlePagination > li > a {
            font-family: Open Sans;
            font-style: normal;
            font-weight: normal;
            font-size: 20px;
            line-height: 24px;
            color: #007ABD;
            position: relative;
            float: left;
            padding: 3px 10px;
            margin-left: 20px;
            text-decoration: none;
            background: #E5F4FF;
            border: none;
            border-radius: 3px;
        }
/* #end */

/* #region ResultScreen/StylesForMobileView */
@media only screen and (max-width: 991px) and (min-width: 320px) {
    .search-terms {
        display: none;
    }

    .result-text {
        padding-left: 10px !important;
        font-size: 14px !important;
    }

    .sort-text {
        padding-right: 10px !important;
        font-size: 14px !important;
        text-align: right;
    }

        .sort-text:hover {
            background: none !important;
        }

    .sorting-dropdown-menu {
        position: unset !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 1000;
        display: none;
        min-width: unset !important;
        padding: unset !important;
        margin: 0px !important;
        font-size: 14px;
        list-style: none;
        background-color: none !important;
        border: none !important;
        border-radius: 0px !important;
        box-shadow: none !important;
    }

        .sorting-dropdown-menu ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
            margin-top: 30px;
        }

        .sorting-dropdown-menu li {
            display: inline-block !important;
            float: left;
        }

            .sorting-dropdown-menu li a {
                margin: 10px 10px 5px 10px !important;
                text-decoration: none;
                color: #979797 !important;
                background: #F0F0F0 !important;
                padding: 0 !important;
            }

        .sorting-dropdown-menu > li > a:hover {
            text-decoration: none !important;
        }

    .result-content {
        padding: 0px 10px !important;
        font-size: 14px !important;
    }

        .result-content p {
            font-size: 14px !important;
        }
}
/* #end */

/*Desktop plus-icon Hide*/
@media only screen and (min-width: 992px) {
    .panel-title i {
        display: none !important;
    }

    .preResultHeader {
        border: none !important;
    }

    #preResultAccordion .panel-title a {
        display: inline-block !important;
    }
}
