@import url('https://fonts.googleapis.com/css?family=Open+Sans|PT+Serif:700|Roboto:700');

@font-face 		{ font-family: Brandon Regular; src: url(../fonts/Brandon_reg.WOFF); }
@font-face 		{ font-family: Brandon Bld; src: url(../fonts/Brandon_bld.WOFF); }

* {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif"; letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

html {
    box-sizing: border-box;
}
::selection {
    background: #4285F4;
    color: #fff;
}
body::selection {
    background: #4285F4;
    color: white;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #0056b3;
}
main {
    background-color: #fff;
}
body {
    font-family: Helvetica, Arial, "sans-serif";
    background: #1C2331;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: .9rem;
}

H1 				{ font-family: 'PT Serif', serif; letter-spacing: 0; color: #666;}
H2, h2 span 				{ font-family: 'PT Serif', serif; letter-spacing: 0; color: #666;}
H3, h3 a, .subtitle 			{ font-family: 'Brandon Bld', serif; }
h4, h4 a, h4 span, .category {  font-family: 'Brandon Bld', serif; }
h5 { font-family: 'PT Serif', serif; letter-spacing: 0; }
h3, .subtitle {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
h4, .category {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
h1 small, h2 small {
    font-family: 'PT Serif', serif;
}
button,
input[type=submit],
a.btn,
input.btn,
#main-menu a{
    font-family: 'Brandon Bld', serif;
    text-transform: uppercase;
}
ul.card-body__list {
    color: #0275d8;
}
.text-center {
    text-align: center;
}
.p-justify {
    text-align: justify;
}
.content-wrapper__p-5 {
    padding: 3rem!important;
}
.content-wrapper__p-3 {
    padding: 1rem!important;
}
@media (max-width: 767.98px) {
    .content-wrapper__p-5 {
        padding: 0!important;
        padding-top: 2rem !important;
    }
    .content-wrapper__p-3 {
        padding: .5rem!important;
    }
    .tab-pane.p-4 {
        padding: .5rem !important;;
    }
}
.hovered {
    transition: box-shadow .3s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.rounded img {
    border-radius: .25rem;
}
.rounded {
    border-radius: .25rem;
}
.btn-rounded {
    border-radius: 2rem !important;
}

.hidden {
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* SCROLL TO TOP */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #4285F4;
}
#return-to-top:hover i {
    color: #fff;
    top: 10px;
}
div.sticky-ad {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}
.note {
    padding: 10px;
    border-left: 6px solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.note-primary {
    background-color: #dfeefd;
    border-color: #176ac4;
}
/* Navbar start */
header {
    height: auto;
}
@media (min-width: 768px) {
    .view {
        overflow: visible;
        margin-top: -56px;
    }
}
.top-nav-collapse {
    background-color: #1C2331;
}
.navbar {
    background-color: #1C2331;
    box-shadow: none;
}
#navbarSupportedContent .nav-link,
#navbarSupportedContent .nav-link span {
    font-size: .8rem;
    text-align: center;
    line-height: 1.3;
    font-family: 'Brandon Regular', serif;
    text-transform: uppercase;
    color: #BB910C;
}
#navbarSupportedContent .nav-link:hover,
#navbarSupportedContent .nav-link span:hover {
    color: #E5C864;
}
#navbarSupportedContent .dropdown-menu {
    background-color: rgba(255,255,255,.85);
}
#navbarSupportedContent .dropdown-menu a {
    z-index: 1000;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(229,200,100, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
    border-color: rgb(229,200,100);
}
#sign-in-button.btn-outline-warning{
    font-size: 12px;
    color: #BB910C !important;
    border: 2px solid #BB910C !important;
}
#sign-in-button:hover,
#sign-in-button:focus,
#sign-in-button:active{
    outline: none;
    color: #E5C864 !important;
    border-color: #E5C864 !important;
}
#sign-in-button > img {
    width: 35px;
    height: 35px;
}

.navbar #myProfileMenuButton .dropdown-menu a {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1200px) {
    #navbarSupportedContent .nav-link {
        padding: .3rem 1.2rem;
    }
}
@media (min-width: 600px) {
    .navbar.scrolling-navbar.top-nav-collapse {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}
#myProfileMenuButton .dropdown-toggle::after {
    margin-top: 18px;
}
/* color circles around avatar */
.my-avatar {
    height: 40px;
    position: relative;
    width: 40px;
    margin-bottom: 10px;
}

.my-avatar img {
    border-radius: 9999px;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
}

@keyframes cycle-colors {
    0% { border-color: hsl(0, 100%, 50%); }
    25% { border-color: hsl(90, 100%, 50%); }
    50% { border-color: hsl(180, 100%, 50%); }
    75% { border-color: hsl(270, 100%, 50%); }
    100% { border-color: hsl(360, 100%, 50%); }
}

@keyframes pulse {
    to {
        opacity: 0;
        transform: scale(1);
    }
}

.my-avatar::before,
.my-avatar::after {
    border: #d7b647 solid 8px;
    border-radius: 9999px;
    box-sizing: border-box;
    content: ' ';
    height: 140%;
    left: -20%;
    opacity: .6;
    position: absolute;
    top: -20%;
    transform: scale(0.714);
    width: 140%;
    z-index: 1;
    animation: pulse 1s linear infinite, cycle-colors 6s linear infinite;
}

.my-avatar::after {
    animation-delay: 1s;
}

/* Navbar stop */

/* Sub-header start */

.subheader-nav input[type=search] {
    outline: none;
}
.subheader-nav input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
.subheader-nav input::-webkit-search-decoration,
.subheader-nav input::-webkit-search-cancel-button {
    display: none;
}
.subheader-nav input[type=search] {
    background: #ededed url(../img/svg/magnifying-glass.svg) no-repeat 9px center;
    background-size: 20px 20px;
    border: solid 1px #ccc;
    padding: 5px 10px 5px 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.subheader-nav input[type=search]:focus {
    width: 130px;
    background-color: #fff;
}
.subheader-nav input:-moz-placeholder {
    color: #999;
}
.subheader-nav input::-webkit-input-placeholder {
    color: #999;
}
.subheader-nav {
    background-color: rgba(255,255,255,.85);
    color: #775C0B;
}
#subHeader {
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center top;
    position: relative;
    object-fit: cover;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.75);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,0.75);
    height: 450px;
    background-color: #fff;
    z-index: 0;
}
#subHeader h1 {
    color: #fff;
    display: block;
    padding: 20px;
}
.s-validated {
    font-size: 13px;
}
.roof-social-icons a {
    transition: .35s;
}
.roof-social-icons a:hover i {
    color: #E5C864;
    transition: .35s;
}
.roof-social-icons i {
    font-size: 2rem;
    color: #775C0B;
}
#breadcrumb a {
    display: inline-block;
    position: relative;
    color: #0275d8;
}
#breadcrumb a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0275d8;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
#breadcrumb a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
/* Sub-header stop */
img.typology {
    width: 120px;
}
/*Sidebar start */
.sidebar-bckg__grey {
    background-color: rgba(0,0,0,.03);
}
.sidebar-title,
.content-title,
.sidebar-border__bottom {
    border-bottom: 1px solid #666;
}
.daily-tip {
    background: -webkit-linear-gradient(50deg,#45cafc,#303f9f)!important;
    background: linear-gradient(40deg,#45cafc,#303f9f)!important;
    font-weight: bold;
    color: #fff;
}
.peach-gradient {
    background: -webkit-linear-gradient(50deg,#ffd86f,#fc6262)!important;
    background: -o-linear-gradient(50deg,#ffd86f,#fc6262)!important;
    background: linear-gradient(40deg,#ffd86f,#fc6262)!important;
}
.purple-gradient {
    background: -webkit-linear-gradient(50deg,#ff6ec4,#7873f5)!important;
    background: -o-linear-gradient(50deg,#ff6ec4,#7873f5)!important;
    background: linear-gradient(40deg,#ff6ec4,#7873f5)!important;
}
/*Sidebar stop */

/*SIGN-UP / LOGIN */
.modal-title {
    float: left;
}
.modal-body {
    padding: 0;
}
.login-form {
    margin: 30px auto;
}
.login-form form {
    margin-bottom: 15px;
    background: #fff;
    padding: 0 30px;
}
.login-form h2 {
    margin: 0 0 15px;
}
.login-form .hint-text {
    color: #777;
    padding-bottom: 15px;
    text-align: center;
}
.form-control, .btn {
    border-radius: 2px;
}
.login-btn {
    font-size: 15px;
    font-weight: bold;
}
.or-seperator {
    margin: 20px 0 0;
    text-align: center;
    border-top: 1px solid #ccc;
}
.or-seperator i {
    padding: 0 10px;
    background: #fff;
    position: relative;
    top: -11px;
    z-index: 1;
}
.social-btn .btn {
    margin: 10px 0;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
}
.social-btn .btn i {
    float: left;
    margin: 4px 15px  0 5px;
    min-width: 15px;
}
.input-group-addon .fa{
    font-size: 18px;
}



a#FBLogin, button#FBLogin, button#FBLogin1 {
    background-color: #4966B6 !important;
    border-color: #4966B6;
}

a#FBLogin:hover, button#FBLogin:hover, button#FBLogin1:hover {
    background-color: #354c8c !important;
    border-color: #354c8c;
}

a#GoogleLogin, button#GoogleLogin, button#GoogleLogin1 {
    background-color: #4285F4 !important;
    border-color: #4285F4;
}

a#GoogleLogin:hover, button#GoogleLogin:hover, button#GoogleLogin1:hover {
    background-color: #3A62F2 !important;
    border-color: #3A62F2;
}

a#LinkedInLogin, button#LinkedInLogin, button#LinkedInLogin1 {
    background-color: #0077B5 !important;
    border-color: #0077B5;
}

a#LinkedInLogin:hover, button#LinkedInLogin:hover, button#LinkedInLogin1:hover {
    background-color: #005887!important;
    border-color: #005887;
}
.dropdown-menu {
    background-color: #666;
    font-size: 9pt;
}
#main-menu ul .dropdown .dropdown-menu a {
    color: #fff;
    border-color: #9e9e9e;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}

#user_info,#user_info_2,
#user_info2,#user_info2_2,
#pass_info,#pass_info_2 {
    color: red;
}

[id^="oauth2"] {
    left: -9999px;
}

/* login/sign-in stop */


/* styles from plemius/tests/reports start */
.tidbit,
.tidbit-cite {
    border: 1px solid #dee2e6;
    border-bottom-right-radius: 1.2rem;
    border-top-left-radius: 1.2rem;
    background: url("../img/svg/information.svg") no-repeat top left;
    background-color: #fff;
    background-size: 35px 35px;
    background-position: .3% 3.5%;
    width: 100%;
}
.tidbit-cite {
    background: url("../img/svg/Quote_left.svg") no-repeat top left;
    background-size: 35px 35px;
    background-position: 1% 4.5%;
}
.tidbit .tidbit-wrapper,
.tidbit-cite .tidbit-wrapper{
    border: 1px solid #4285F4;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1.15rem;
}
.tidbit p {
    margin-bottom: 0;
}
.card.blockquote {
    border: .25rem solid #4285F4;
}
/* styles from plemius/tests/reports end */

/* Test result start */
.test-results-wrapper .tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
    background-color: rgba(0,0,0,.03);

}
.test-results-wrapper .tab-pane {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 1rem;
    transition: opacity .15s linear;
}
.test-results-wrapper .nav-link.active {
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid #f7f7f7;
}
.test-results-wrapper .nav-link {
    border: 1px solid #dee2e6;
}
.test-results-wrapper .tab-pane.in {
    opacity: 1 !important;
}
.test-results-wrapper .tidbit,
.test-results-wrapper .tidbit-cite {
    border: 1px solid #dee2e6;
    border-bottom-right-radius: 1.2rem;
    border-top-left-radius: 1.2rem;
    background: url("../img/svg/information.svg") no-repeat top left;
    background-size: 35px 35px;
    background-position: .3% 3.5%;
    width: 100%;
}
.test-results-wrapper .tidbit-cite {
    background: url("../img/svg/Quote_left.svg") no-repeat top left;
    background-size: 35px 35px;
    background-position: 1% 4.5%;
}
.test-results-wrapper .tidbit .tidbit-wrapper,
.test-results-wrapper .tidbit-cite .tidbit-wrapper{
    border: 1px solid #4285F4;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1.15rem;
}
.test-results-wrapper .tidbit p {
    margin-bottom: 0;
}
.test-results-wrapper .blockquote {
    border-color: #4285F4;
}

.card h4 {
    margin-bottom: 0;
}
.card .card-header,
.card .card-footer {
    text-align: center;
    border-top: none;
    font-size: .8rem;
}
.card-header__blue {
    background-color: #4285F4;
}
.card-header-access li {
    font-size: 1rem;
}
.card-header-access li a {
    text-decoration: underline;
}
.card-header-access h3 {
    font-size: 1.5rem !important;
}
.list__blue {
    color: #0275d8;
}
.card .card-promotion-footer a {
    color: #4285F4;
}
.card-promotion-footer li,
.card-promotion-footer span {
    font-size: 1rem !important;
}
.card-promotion-footer .btn.btn-sm {
    font-size: .8rem;
}
.card .card-header h4,
.card .card-footer h4 {
    color: #fff;
}

.card-body {
    position: relative;
}
.card-body p.card-text {
    display: block;
    margin-bottom: 4rem;
}
.card-body .btn-take-test {
    position: absolute;
    bottom: 1rem;
}
.btn-view-more {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.card-body__list {
    display: block;
    min-height: 125px;
}
.card-body__list li a {
    vertical-align: top;
}
.card-footer__result {
    font-size: 2.5rem;
    text-align: left;
    text-shadow: 0 1px #b8bec5;
    font-weight: bold;
    color: #fff;
    padding-bottom: 1rem;
}
.card-footer__result-label {
    position: relative;
    top: -10px;
    left: 5px;
    color: #fff;
}
.card-footer__result-details {
    font-size: 2.5rem;
    text-align: left;
    /*text-shadow: 0 2px #fff;*/
    font-weight: bold;
    color: #4285F4;
    padding: 1rem;
}
.card-footer__details-wrapper {
    text-align: right;
    width: 50%;
    float: right;
}
.card-footer__details {
    position: relative;
    left: 5px;
    font-size: .8rem;
    line-height: 1.4;

}
.testimonial-card .card-up {
    overflow: hidden;
    height: 105px;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
}
.testimonial-card .avatar img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*width: 120px;*/
    margin-top: -35px;
    overflow: hidden;
    border: 5px solid #3a87cf;
    background-color: #ccc;
}
.testimonial-card .card-body {
    text-align: center;
}
canvas {
    height: 150px !important;
    width: auto;
}
canvas#chartjs-2 {
    height: 200px !important;
}
.card.card-canvas canvas{
    height: auto !important;;
}
.s_text {
	display:none;
}
/* Test result end */




/* Popular on Queendom start */
.h1-responsive,
.h3-responsive {
    color: #fff;
}
#multi-item-example .col-12  {
    text-align: center;
}
#multi-item-example .col-md-4 {
    float: left;
}
#multi-item-example .controls-top {
    text-align: center;
    margin-bottom: 20px;
}
#multi-item-example .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
#multi-item-example .carousel-indicators li {
    background-color: #4285F4;
}
#multi-item-example .carousel-indicators li.active {
    background-color: #4285F4;
    width: .8rem;
    height: .8rem;
    padding-bottom: .1rem;
}
.card.card-image {
    background-size: cover;
    background-position: center;
    width: 100%;
}
.card-footer {
    font-size: 10px;
}
.title-hr {
    border-top: 2px solid rgba(0,0,0,.1)
}
/* Popular on Queendom end */

/* Category page start */

.single-news {
    margin-bottom: 2.5rem;
    height: 100%;
}
.single-news .view {
    position: relative;
    overflow: hidden;
    margin-top: 0;
}
.card-promotion-footer {
    background-color: rgba(0,0,0,.03);
}

.card-promotion-footer a i {
    font-size: 1rem;
}
.zoom {
    display: block;
    overflow: hidden;
}
/* Category page end */
/* favorites start */
div.favorites > div > i{
    opacity: 1;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    display: block;
    color: #fff;
    font-size: 3.1rem;
    float: right;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-shadow: 2px 2px 5px #272634;
    top: 20px;
    right: 30px;
    position: absolute;
}
.left {
    margin:0 10px;
}
div.favorites > div > i.favorites-active:before {
    color: #4285F4 !important;
}
.favorites > div:hover > i:before,
.favorites > div:active > i:before,
.favorites > div:focus > i:before {
    content: "\f02e";
    color: #4285F4;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-shadow: 3px 3px 7px #272634;
}
/* favorites end */
/* tests list pagination start */
.tests-pagination a,
span.page-item {
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    margin: 5px;
}
span.page-item.active {
    background-color: #4285F4;
    border-color: #4285F4;
    color: #fff;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-weight: bold;
}
/* tests list pagination end */

/* footer start */
footer {
    color: #7C7C7C;
    height: auto;
}
footer > .container {
    text-align: center;
}
footer ul {
    padding-top: 10px;
}
footer ul li{
    padding: 10px;
    display: inline-flex;
    text-align: center;
}
footer a {
    color: #7C7C7C;
}
/* footer end */

/* SOCIAL SHARE - BOTTOM OF THE PAGE start */
.social-share-bottom {
    margin: 0 .7rem;
}
.social-share-bottom a {
    text-transform: none;
}
.social-share-bottom .col-lg-4 {
    padding-right: .18rem;
    padding-left: .18rem;
}
.social-share-bottom .social-share-icon {
    float: left;
    padding: .3rem;
    font-size: 15pt;
    border-right: 2px solid rgba(255,255,255,.3);
}
.social-share-bottom .social-btn {
    width: 95%;
    margin: 0 auto;
}
.social-share-bottom .social-btn .btn {
    font-size: 1rem;
    text-align: left;
    padding: 7px 0;
}
.social-share-bottom .social-btn .btn i {
    margin: .2rem .2rem 0 .4rem;
}
.social-share-bottom .social-share-text {
    line-height: 15px;
}
.social-share-bottom .social-share-text > div {
    margin-left: .4rem;
    float: left;
    line-height: 15px;
    font-size: .9rem;
}
.social-share-bottom .social-share-text > div small {
    color: rgba(255,255,255,.5);
    font-size: .7rem;
}
a#FBShare{
    background-color: #4966B6;
    border-color: #4966B6;
}
a#FBShare:hover {
    background-color: #354c8c;
    border-color: #354c8c;
}
a#TwitterShare{
    background-color: #55acee;
    border-color: #55acee;
    pointer-events: none!important;
}
a#TwitterShare div,
a#TwitterShare .social-share-text > div small,
a#LinkedInShare div,
a#LinkedInShare .social-share-text > div small{
    color: #ccc !important;
}
a#TwitterShare:hover {
    background-color: #1b95e0;
    border-color: #1b95e0;
}
a#LinkedInShare {
    background-color: #0077B5;
    border-color: #0077B5;
    pointer-events: none!important;
}
a#LinkedInShare:hover {
    background-color: #005887;
    border-color: #005887;
}
/* SOCIAL SHARE - BOTTOM OF THE PAGE end*/

/* favorites start */
div.favorites > div > i{
    opacity: 1;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    display: block;
    color: #fff;
    font-size: 40px;
    float: right;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-shadow: 2px 2px 5px #272634;
    top: -20px;
    right: 10px;
    position: absolute;
}
.left {
    margin:0 10px;
}
div.favorites > div > i.favorites-active:before {
    color: #4285F4 !important;
}
.favorites > div:hover > i:before,
.favorites > div:active > i:before,
.favorites > div:focus > i:before {
    content: "\f02e";
    color: #4285F4;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 40px;
    text-shadow: 3px 3px 7px #272634;
}
/* favorites end */

/* advice start */
.advice-q-a {
    font-size: 1.2rem;
    font-family: 'PT Serif', serif;
    color: #666;
}
.advice-q-text {
    margin-top: 1rem;
    margin-left: 2rem;
}
.quest-person img,
.answer-person img {
    border-radius: 50%;
    border: 3px solid #ff4444;
    height: 65px;
    width: 65px;
}
.answer-person img {
    border-color: #00C851;
}
/* advice end */

#pwindicator {
    height: 18px;
}

.a2a_kit {
    bottom: 20px;
    left: 20px;
    line-height: 32px;
}
.fa.fa-eye {
    color: #858585;
}
@media (max-width: 1300px) {
    .a2a_kit {
        left: 0;
    }
}
/* special styles for pricing page */
@media (min-width: 576px) {
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: .25rem;
    }
}

i.fa.fa-circle-o {
    color: #666;
    transition: all 0.2s linear;
    cursor: pointer;
}
i.fa.fa-check-circle-o {
    color: #00c851;
    transition: all 0.2s linear;
    cursor: pointer;
}


/****** FIXES FOR EXPLORER *******/
.card a.category-image-link,
img.fluid {
    height: 100%;
}
a.btn {
    height: auto;
}

/******* END Fixes for explorer ******/
/******* START Password strength detection **********/
#pwindicator {
    margin-top: 4px;
    width: 150px;
}
#pwindicator div.label {
    font-size: .7rem;
}
.bar {
    height: 2px;
}
.pw-very-weak .bar {
    background: #CC0000;
    width: 30px;
}
.pw-very-weak .label {
    color: #CC0000;
}
.pw-weak .bar {
    background: #ff4444;
    width: 60px;
}
.pw-weak .label {
    color: #ff4444;
}
.pw-mediocre .bar {
    background: #ffbb33;
    width: 90px;
}
.pw-mediocre .label {
    color: #ffbb33;
}
.pw-strong .bar {
    background: #00C851;
    width: 120px;
}
.pw-strong .label {
    color: #00C851;
}
.pw-very-strong .bar {
    background: #007E33;
    width: 150px;
}
.pw-very-strong .label {
    color: #007E33;
}
/******* END Password strength detection **********/
/****** Start increase fonts for tablet/mobile and other fixes for mobile/tablet **************/
@media (max-width: 767px) {
    .carousel-item .btn {
        font-size: 14px;
    }
    .carousel-item .card-body p.card-text,
    .carousel-item .card-body h4.card-title {
        font-size: 14px;
    }
    #myProfileMenuButton .dropdown-menu { /* To center myProfile dropdown in top Nav */
        left: 0;
    }
}
@media (max-width: 991px) {
    .social-share-bottom .social-share-text > div small {
        font-size: 15px;
    }
    #navbarSupportedContent .nav-link,
    #navbarSupportedContent .nav-link span,
    #sign-in-button.btn-outline-warning {
        font-size: 17px;
    }
    .roof-middle.search {
        margin-bottom: 10px;
    }
    .navbar .dropdown-menu {
        position: relative !important;
    }

}
@media (max-width: 1280px) {
    body,
    div,
    p,
    table td,
    table td p,
    a.btn,
    input.btn,
    button.btn,
    .social-share-bottom .social-share-text > div,
    h4,
    .card .card-header,
    .card .card-footer,
    .card-body,
    .card-body p,
    .card .card-body .card-text,
    .card-body .rte_subtitle,
    .card-body .rte_category,
    .card-body .rte_content5,
    .card-body .rte_h2 {
        font-size: 17px;
    }
    .social-btn .btn,
    #viewReports table td {
        font-size: 15px;
    }
    a.btn.btn-sm {
        padding: .28rem 1rem;
        font-size: 13px;
    }
    h3,
    .rte_subtitle {
        font-size: 21px;
    }
    .details-score {
        font-size: 1.5rem;
    }
    .graph-info {
        font-size: 1rem;
    }
    .details-info {
        font-size: 1rem;
        line-height: 1.4;
    }
    .card-body__list {
        min-height: 170px;
    }
    #pwindicator div.label{
        font-size: .8rem;
    }
    .text-justify,
    p.text-justify,
    p[align="justify"]{
        text-align: left !important;
    }

}
/****** End increase fonts for tablet/mobile **************/
/*** START css fixes for IE ***/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .subheader-nav input[type=search] {
        width: 95px;
    }
}
/*** END css fixes for IE ***/