/*Security / Login page*/

.login-page h3{
    text-align: center;
}
#MemberLoginForm_LoginForm {
    width: 300px;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
}

#MemberLoginForm_LoginForm input[type=text], #MemberLoginForm_LoginForm input[type=password]{
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    font-size: 15px;
}

#MemberLoginForm_LoginForm .middleColumn {
    padding-top:10px;
    padding-bottom: 10px;
}

#MemberLoginForm_LoginForm label {
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}

#MemberLoginForm_LoginForm .action {
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #2e7daf;
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-appearance: none;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 10px;
}

#MemberLoginForm_LoginForm .action:hover {
    background: #1e4c69;
}

.security p{
    text-align: center;
}

.security h3{
	color: #ffffff;
}

/*Search results page IMPORTANT*/
.internal-banner.search-banner{
    background-color:#2e7daf; 
    background-image: none!important;
    box-shadow: none!important;
}
.internal-banner.search-banner .underline{
    background:#ffffff;
}

.searchQuery.post-title
{
    margin-top: 30px;
    margin-bottom: 30px!important;
    font-size: 30px!important;
}
#SearchResults li{
    font-size: 17px;
    margin-bottom: 10px!important;
    padding-bottom: 10px;
    border-bottom: 1px solid #616161;
}


a.searchResultHeader{
     font-size: 18px!important;
    font-weight: bold;
    color: #616161!important;
}

a.readMoreLink{
     font-size: 18px!important;
    font-weight: bold;
    color: #2b7db1!important;
}
a.readMoreLink:hover{
     text-decoration: underline;
}

/*Pagination books*/

.pagination{
    position: relative;
    display: block; 
}
.pagination .next-button,.pagination .previous-button{
    background-color: #1D95E1;
    color: #ffffff;
    float: left;
    padding: 5px 17px;
    text-decoration: none;
    margin-right: 4px;
    /* border: 1px solid #1D95E1; */
    font-size: 25px;
    margin-top: 4px;
    line-height: 34px;
}

.pagination .number-button{
    float: left;
    padding: 3px 15px;
    line-height: 36px;
    font-size: 18px;
    text-decoration: none;
    margin: 4px;
    border: 1px solid #b3aeae;
    color: #b3aeae;

}

.pagination .number-button:hover{
    background-color: #1D95E1;
    color: #ffffff;
    border: 1px solid #1D95E1;

}

.pagination a.active{
    background-color: #1D95E1;
    color: #ffffff;
    border: 1px solid #1D95E1;

}

/*//pagination blog*/

.blog-pager a {
    background-color: #1D95E1;
    padding: 10px;
    color: #ffffff;
}

.blog-pager a:hover {
    background-color: #1b4e6e;;
}

.blog-pager{
    float: left;
    width: 70%;
    margin: 15px 0;
}
/* bullet points */
.text-block ul {
    list-style-position: inside;
}
.tab-content ul li {
    list-style: disc!important;
    font-size: 14px!important;
    color: #616161!important;
}
.product-details ul li{
    list-style: disc!important;
    font-size: 14px!important;
    color: #616161!important;
}
.text-block ul li {
    list-style: disc!important;
    font-size: 14px!important;
    color: #616161!important;
}
/*numbers list*/
.text-block ol {
    list-style-type:decimal;
    list-style-position: inside;
}

.text-block ol li {
    font-size: 14px;
    color: #616161;
}

.single-image img {
    height: auto;
}

/*Text block*/

.text-block p img{
    width: auto!important;
}
.text-block p{
    padding-bottom: 10px;
}


/*filter*/
.books-listing .top-bar .filter {
    margin-bottom: 30px;
}


.content-tab-content ul li{
    /*clear:right;*/
    list-style-position: inside;
    list-style: disc!important;
    font-size: 14px;
    /*line-height: 26px;*/
    color: #616161;
}

@media screen and (min-width: 768px){
    .content-tab-content{
        padding-left: 391px;
    }
}
            

/* where did you hear about us */
.wheredidyou .wheredidyou-title{
    color: #2d97df;
    font-weight: bold;
    font-size: 12px;
}
.hearGroup{
    display: flex;
    align-items: center;
    gap: 5px;
}
.hearGroup label{
    font-size: 11px;
    font-weight: bold;
}
.free-guide .GDPRText {
    font-weight: bold;
    font-size: 10px !important;
}
.free-guide.up {
    overflow-x: hidden;
    overflow-y: scroll;
}