
body {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #555555;
    margin: 0;
    background: #fafafa;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s ease;
}
a:-webkit-any-link {
    text-decoration: none;
}

h1 {font-size: 24px; }
h2 {font-size: 18px; line-height: 26px;}
h5 {font-size: 15px;}

.fa-user { font-size:inherit !important;}
.fa-arrow-left {  color: #000;  }
.fa-reply {font-size: 24px; vertical-align: bottom; }
.fa-arrows-alt-v {padding-right: 2px; width: auto !important;}

.ccount {}
.morecontent span {display:none}

.vote-btn-default {
    background: #f1f8fb;
    color: #2865a1;
    border: 1px solid #bbcadc;
    margin-right: 3px;
    font-weight: 500;
}

.vote-btn-default:hover {
    border: 1px solid #2865a1;
    color: #2865a1;
}
.vote-btn-secondary {
    color: #292b2c;
    background-color: #cdf4ce;
    border-color: #ccc;
}
.affix .vote-btn-default { margin-bottom:10px;}

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc;
}
.btn-belief {
    border: 1px solid #962520;
    background: #b92b27;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-left:10px;
    padding: 5px 7px 6px 7px;
}

.arrow_box {
    position: relative;
    background: #eee;
    border: 1px solid #bbb;
    padding: 3.5px 6px;
    border-radius: 6px;
    top: 1px;
    margin-right: 3px;
    opacity: 0.6;
}
.arrow_box:after, .arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #eee;
    border-width: 6px;
    margin-top: -6px;
}
.arrow_box:before {
    border-color: rgba(170, 170, 170, 0);
    border-right-color: #bbb;
    border-width: 7px;
    margin-top: -7px;
}

header {
    height:auto;
}

.fa-plus-circle {color:green;}
.fa-minus-circle {color:red;}

.navbar {  border-radius: 0px;  margin-bottom: 0px;}

.navbar-default{background-color:#fff; border:0; border-bottom: 1px solid #ddd;  box-shadow: 0 3px 2px -2px rgba(200,200,200,0.2);}
.navbar-default .navbar-brand {color: rgba(0, 0, 0, 0.9);}
.navbar>.container .navbar-brand {margin-left:0;}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {color:#222;}

.navbar-brand {font-size: 20px; color: rgba(0, 0, 0, 0.9);}

/* new navbar */

.form-control {
    box-shadow: none;
    font-weight: normal;
    font-size: 16px;
}
.form-control:focus {
    border-color: #33cabb;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.navbar-header.col {
    padding: 0 !important;
}
.navbar {
    background: #fff;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #dfe3e8;
    border-radius: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
}
.nav-link img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: -8px 0;
    float: left;
    margin-right: 10px;
}
.navbar-toggle {
    margin-right: 0px;
}
.navbar .navbar-brand b {
    font-weight: bold;
    color: #33cabb;
}
.navbar .form-inline {
    display: inline-block;
}
.navbar .nav li {
    position: relative;
}
.navbar .nav li a {
    color: #888;
}
.search-box {
    position: relative;
    color: #a0a5b1;
    font-size: 19px;
    border: 0.063rem solid #dfe3e8;
    border-radius: 4px !important;
    box-shadow: none;
}
.search-box input {
    padding-right: 35px;
    border-color: #dfe3e8;
    border-radius: 4px !important;
    box-shadow: none
}
.search-box .input-group-addon {
    min-width: 35px;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    z-index: 9;
    padding: 7px;
    height: 100%;
}
.navbar .nav .btn-primary, .navbar .nav .btn-primary:active {
    color: #fff;
    border: 1px solid #962520;
    background: #b92b27;
    padding-top: 8px;
    padding-bottom: 6px;
    vertical-align: middle;
}
.navbar .nav .btn-primary:hover, .navbar .nav .btn-primary:focus {
    color: #fff;
    outline: none;
    background: #a5201d;
}
.navbar .navbar-right li:first-child a {
    padding-right: 30px;
}
.navbar ul.nav li.active a, .navbar ul.nav li.open > a {
    background: transparent !important;
}

.navbar .nav .vote-btn-default { margin-top: 8px; font-weight: bold;}

.navbar .nav .get-started-btn {
    min-width: 100px;
    margin-top: 8px;
    margin-bottom: 8px;
    border: 1px solid #962520;
    background: #b92b27;
    padding-top: 6px;

}

.navbar .nav .get-started-btn:hover { padding-top: 6px;}
.navbar ul.nav li.open > a.get-started-btn {
    color: #fff;
    background: #b92b27 !important;
}
.navbar .dropdown-menu {
    border-radius: 1px;
    border-color: #e5e5e5;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.navbar .nav .dropdown-menu li {
    color: #999;
    font-weight: normal;
}
.navbar .nav .dropdown-menu li a, .navbar .nav .dropdown-menu li a:hover, .navbar .nav .dropdown-menu li a:focus {
    padding: 8px 20px;
    line-height: normal;
}
.navbar .navbar-form {
    border: none;
}
.navbar .dropdown-menu.form-wrapper {
    width: 280px;
    padding: 20px;
    left: auto;
    right: 0;
    font-size: 14px;
}
.navbar .dropdown-menu.form-wrapper a {
    color: #3c7dd0;
    padding: 0 !important;
}
.navbar .dropdown-menu.form-wrapper a:hover{
    text-decoration: underline;
}
.navbar .form-wrapper .hint-text {
    text-align: center;
    margin-bottom: 15px;
    font-size: 13px;
}
.navbar .form-wrapper .social-btn .btn, .navbar .form-wrapper .social-btn .btn:hover {
    color: #fff;
    margin: 0;
    padding: 0 !important;
    font-size: 13px;
    border: none;
    transition: all 0.4s;
    text-align: center;
    line-height: 34px;
    width: 47%;
    text-decoration: none;
}
.navbar .social-btn .btn-primary {
    background: #507cc0;
}
.navbar .social-btn .btn-primary:hover {
    background: #4676bd;
}
.navbar .social-btn .btn-info {
    background: #64ccf1;
}
.navbar .social-btn .btn-info:hover {
    background: #4ec7ef;
}
.navbar .social-btn .btn i {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 2px;
    vertical-align: initial;
}
.navbar .form-wrapper .form-footer {
    text-align: center;
    padding-top: 10px;
    font-size: 13px;
}
.navbar .form-wrapper .form-footer a:hover{
    text-decoration: underline;
}
.navbar .form-wrapper .checkbox-inline input {
    margin-top: 3px;
}
.or-seperator {
    margin-top: 32px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}
.or-seperator b {
    color: #666;
    padding: 0 8px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    top: -15px;
    z-index: 1;
}
.navbar .checkbox-inline {
    font-size: 13px;
}
.navbar .navbar-right .dropdown-toggle::after {
    display: none;
}


.container.main {padding-top: 75px; min-height: calc(100vh - 70px); position: relative;}
.row.wrapper { width: 100%; float: right;}
.filters {width:150px; position: fixed;}
.belief-intro { margin-bottom: 10px; }
.belief-intro h1 {margin-top: 0; font-weight: bold; display: inline-block;}
.belief-intro h2 {margin-top: 0; font-size: 18px; line-height: 24px; }

.belief-intro form {display: inline-block; position: relative;  top: 1px;}
.belief-intro .container {padding: 0;}
.belief-intro.search {margin-bottom: 20px;}

#nav  { }

#nav.affix {
    position: fixed;
    top: 0;
    left:0px;
    width: 100%;
    z-index:10;
    background-color: #fff;
    padding-top:10px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 3px 2px -2px rgba(200,200,200,0.2);
    animation: affixFadeIn .2s  ease-in;
    -webkit-animation: affixFadeIn .2s;
    margin-top: 0px;
}

#nav.affix .container {padding:0 15px;}

@keyframes affixFadeIn
{
    from {opacity: 0;}
    to {opacity: 1;}
}

@-webkit-keyframes affixFadeIn
{
    from {opacity: 0;}
    to {opacity: 1;}
}

#nav .belief {display: none;}
#nav.affix .belief {
    display: inline;
    margin-right: 20px;
    margin-top: 5px;
    float: left;
}
#nav.affix .belief h2 {margin: 0; font-weight: bold;}

#nav .vote-btn-default {
    background: #f1f8fb;
    color: #2865a1;
    border: 1px solid #bbcadc;
    margin-right: 3px;
    font-weight: bold;
    font-size: 16px;
    padding: 4px 12px;
    display: none;
}

#nav .vote-btn-default:hover {
    border: 1px solid #2865a1;
}

#nav.affix .vote-btn-default {display: inline;}

h3.count { font-family: "Roboto",sans-serif; font-size: 11px; color: #222; font-weight: 500; margin-top:5px; margin-bottom: 0px; float: right;}
h4.title {margin:5px 0px; font-weight: bold;}

#belief_div {
    position: fixed;
    background: #fff;
    z-index:105;
}

#answer_div {
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}
#answer_div .title .fa, #answer_div .title .fas, #answer_div .title .far, #answer_div .title .svg-inline--fa {font-size: 22px; vertical-align: middle; padding-right: 3px;}

.info h4.title {border-bottom: 1px solid #e2e2e2;  padding: 12px 16px 8px 16px; margin:0; line-height: 23px;}
.info h4.title .date {font-size: 13px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; padding-top: 3px; color:#aaa;  float: right;}

.answer-content {padding: 10px 16px 0px 16px;}
.answer-content .answer a {color:#333;}
.answer-content .answer a:hover {color:#333; text-decoration: none;}
.answer-content .answer a.morelink {color:#3c7dd0;}
.answer-content .answer a.morelink:hover {color:#3c7dd0; text-decoration: underline;}
.linked {border-left: 5px dashed #67b4f1; margin-left: 24px;}

.info { margin:0px; }
.info .entry-meta { color: #666; font-size: 13px; margin-bottom: 5px;}
.info .entry-meta .fa, .info .entry-meta .fas, .info .entry-meta .far, .info .entry-meta .svg-inline--fa{vertical-align: inherit;}
.info .entry-meta .fa-smile-o {  font-size: 120%;  vertical-align: text-bottom; }
.info .entry-meta a {;}
.box .info p {  font-size: 15px; line-height: 1.5em; margin-bottom:0px; }
.box > .info > .more a { font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }


.buttons .btn {  font-size: 16px;}
.show-all .buttons {margin-left: 0px; }
.show-all .buttons .btn {font-size: 13px; padding: 3px 6px; margin-right:6px;}
.show-all .buttons .btn .fa, .show-all .buttons .btn .fas, .show-all .buttons .btn .far, .show-all .buttons .btn .svg-inline--fa {padding-right:0px; vertical-align: initial;}
.btn.fixed {font-size: 20px; }

.show-all { font-weight: 400; font-size: 14px; margin-top: 0px; border-top: 1px solid #e2e2e2; padding: 4px 16px; color: #666;}
.show-all .fa, .show-all .fas, .show-all .far, .show-all .svg-inline--fa { font-weight: 400;  }

.show-all .buttons.social { float:right;}
.show-all .buttons.social .fa, .show-all .buttons.social .svg-inline--fa { font-size: 36px; color:#666; vertical-align: middle; padding-left: 15px; line-height: 28px; margin-right: 0; }
.show-all .comments { float:left; padding-top: 8px; }
.show-all .comments.date { margin-left:15px;}
.show-all .comments.date:hover {cursor:default;}
.show-all .comments:hover {text-decoration: none; cursor: pointer;}
.show-all .comments .fa, .show-all .comments .fas, .show-all .comments .far, .show-all .comments .svg-inline--fa { font-size:130%; font-weight: bold;}
#answer_div { border-bottom:2px solid #d8e5f6;}

#answer_div .btn-default { margin-left: 0px;}
.challenge_div .btn-default { margin-left: 0px;}

#answer_div .challenge_div:last-child {background: #fff;}

.challenge_div h3.count{margin-top: 5px;}

.morecontent span {  display: none;  }
.morelink {  display: inline;  }
.more .fa, .more .fas, .more .far, .more .svg-inline--fa {font-size: 20px; vertical-align: bottom;}

.list-group-item a {color: #212529; font-size: 15px; }
.list-group-item>.badge {
    float: right;
    margin-left: 5px;
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
    background-color: #4285F4;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-width: inherit;
}

/* filters */

.filters {}
.order-md-last {margin-top:-10px; margin-bottom: 10px;}

/* modals */

.modal-title {font-size: 18px;}

.modal {
    position: fixed;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    overflow: hidden;
}

.modal-dialog {
    position: fixed;
    margin: 0;
    width: calc(100% - 20%);
    height: calc(100% - 20%);
    padding: 0;
}

.modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #3c7dcf;
    border-radius: 0;
    box-shadow: none;
}

.modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    background: #6598d9;
    border: 0;
}

.modal .close {font-size: 28px;}
.modal .form-control {font-size: 17px; margin-top: 5px; padding: 10px;}
.modal textarea {  max-width: 100%;  max-height: 100%;  }

.modal-title {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
    display:inline;
}

.modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
}

.modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}

/* cta */
.belief-content .cta {
    background: #fff;
    color: #288b3f;
    border: 1px solid #28a745;
    padding: 8px;
    border-radius: 4px;
    display: block;
    font-weight: bolder;
}
.belief-content .cta .cta-link{
    font-size: 13px;
    margin-left: 5px;
}

#ctaModal .modal-header, #ctaModal .cta-body {text-align: center;}
#ctaModal .modal-title {font-weight: bold;}

#ctaModal .cta-body ul{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 10px;
    padding-left: 0;
}

#ctaModal .cta-body ol{ margin-bottom: 10px; font-size: 16px; padding-left: 0;}

#ctaModal .cta-body ul, #ctaModal .cta-body ol {list-style: none;}
#ctaModal .cta-body .fa, #ctaModal .cta-body .fas, #ctaModal .cta-body .far, #ctaModal .cta-body .svg-inline--fa {vertical-align: inherit; font-size: 15px; padding-right: 3px;}

#ctaModal .signup-form {width:80%; margin:0 auto; max-width: 600px;}

/* cta pulse */

.pulse {
    background: #28a745;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(40,139,63, 0.4);
    /*animation: pulse 1.5s infinite;*/
}
.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(40,139,63, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(40,139,63, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(40,139,63, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(40,139,63, 0.4);
        box-shadow: 0 0 0 0 rgba(40,139,63, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(40,139,63, 0);
        box-shadow: 0 0 0 10px rgba(40,139,63, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(40,139,63, 0);
        box-shadow: 0 0 0 0 rgba(40,139,63, 0);
    }
}

.belief-content .cta .btn {
    margin-left:10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: capitalize;
}
.belief-content .cta .btn .fa, .belief-content .cta .btn .fas, .belief-content .cta .btn .far, .belief-content .cta .btn .svg-inline--fa {vertical-align: middle;}
.belief-content .cta .fa-bell {
    vertical-align: middle;
    font-size: 26px;
}

.bcontent_large {
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
}

.answer_titles {
    color: #000000;
}


.d-flex {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    align-items: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    justify-content: space-between!important;
}


/*  slider range */
.slidecontainer {
    width: 100%; /* Width of the outside container */
}

.box .info .slidecontainer p {margin:8px 0px 4px 0px; font-weight: bold;}

.slidecontainer .rangeText {font-size: 12px; color: #666;}

/* The slider itself */
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 15%;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#419349+0,4caf50+20,4caf50+80,419349+100 */
    background: #419349; /* Old browsers */
    background: -moz-linear-gradient(left, #419349 0%, #4caf50 25%, #4caf50 75%, #419349 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #419349 0%,#4caf50 25%,#4caf50 75%,#419349 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #419349 0%,#4caf50 25%,#4caf50 75%,#419349 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419349', endColorstr='#419349',GradientType=1 ); /* IE6-9 */
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 15%;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#419349+0,4caf50+20,4caf50+80,419349+100 */
    background: #419349; /* Old browsers */
    background: -moz-linear-gradient(left, #419349 0%, #4caf50 25%, #4caf50 75%, #419349 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #419349 0%,#4caf50 25%,#4caf50 75%,#419349 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #419349 0%,#4caf50 25%,#4caf50 75%,#419349 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419349', endColorstr='#419349',GradientType=1 ); /* IE6-9 */
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

/* sidebar */

.sidebar {}
.sidebar .list-group { margin-top: 5px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.sidebar .list-group-title, .sidebar .list-group-title:hover {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    padding: 16px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fafafa;
    color:#333;
}

.header{
    height:600px;
}

.display {
    display:none;
}

.mobile { display: none;}



@media only screen and (min-width: 1200px){
    .form-inline .input-group {
        width: 300px;
        margin-left: 30px;
    }
}
@media only screen and (max-width : 991px) {

    .filters {display: none;}
    .desktop {display: none;}
    .mobile { display: block;}
    .container {width: 100%;}
    .row.wrapper {width: initial;}
    .navbar {padding: 0px;}
    .navbar .navbar-brand, .navbar .navbar-brand:hover, .navbar .navbar-brand:focus { padding-right:30px;}

}
@media only screen and (max-width : 768px) {

    .container.main {padding-top: 60px}

    .navbar {padding: 0px 16px;}
    .navbar .dropdown-menu.form-wrapper {
        width: 100%;
        padding: 10px 15px;
        background: transparent;
        border: none;
    }
    .navbar .form-inline {
        display: block;
    }
    .navbar .input-group {
        width: 100%;
    }
    .navbar .nav .btn-primary, .navbar .nav .btn-primary:active {
        display: block;
    }
    .navbar .nav .vote-btn-default {
        margin-left: 13px;
        margin-top: 3px;
    }

    .search .mob-search {display: block;}
    .search .navbar-form {display: none;}

    .search .btn-default {margin-top: 5px; background: transparent; color: #fff; border: 0; font-size: 18px}
    .search .btn-default:hover {color:#fff; border: 0; text-decoration: none;}
    .search .btn-default:focus {background: 0; color:#fff; border: 0; outline: none; }
    .search .mob-search .btn-link {margin-top: 5px; background: transparent; color: #fff; border: 0; font-size: 18px}
    .search .mob-search .btn-link a {color: #000;  text-shadow: 0 1px 0 #fff;  filter: alpha(opacity=20);  opacity: .2;}

    #answer_div {margin-left:0px;  margin-right: 0px;}
    .box {
        height: auto !important;
    }

    .challenge_div {
        margin-top: 20px;
        margin-left: 0px;
    }


    .buttons.btns-fixed {margin-left: 5px;}
    .buttons .btn {  font-size: 13px;}
    .btn.fixed { font-size: 17px;}

    .modal {
        position: fixed;
        top: 5%;
        right: 5%;
        bottom: 5%;
        left: 5%;
        overflow: hidden;
    }

    .modal-dialog {
        position: fixed;
        margin: 0;
        width: calc(100% - 10%);
        height: calc(100% - 10%);
        padding: 0;
    }

    #nav.affix .belief {
        display: block;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom:2px;
        float: none;
        width: 100%;
    }
    .modal .note-editor.note-frame .note-editing-area {padding-top:40px;}


}

@media only screen and (max-width : 560px) {

    .info h4.title .date {float: none; padding-top: 5px;}

}

@media only screen and (max-width : 480px) {

    .belief-intro form {width:44%;}
    .show-all .buttons.social .fa, .show-all .buttons.social .fas, .show-all .buttons.social .far, .show-all .buttons.social .svg-inline--fa {padding-left: 8px; font-size: 28px;}
    .show-all .comments { margin:0px;}
    #ctaModal .modal-title { font-size: 22px;}
}

@media only screen and (max-width : 320px) {

    .show-all .buttons.social {
    }
}


/** New look CSS Code Start **/

.section {
    padding: 90px 0;
    position: relative;
}
@media (max-width: 991px) {
    .section {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    .section {
        padding: 40px 0;
    }
}

.search-box {
    position: relative;
    color: #a0a5b1;
    font-size: 19px;
    border: 0.063rem solid #dfe3e8;
    border-radius: 4px !important;
    box-shadow: none;
}

.full-screen {
    min-height: 100vh;
}
.home-banner-01 .container {
    position: relative;
    z-index: 1;
}

/** Button Start **/
.btn {
    font-size: 0.813rem;
    font-weight: 500;
    text-align: center;
    color: #555;
    border: 1px solid #555;
    background: transparent;
    padding: 0.5rem;
    vertical-align: middle;
    transition: all 0.4s ease;
}
.btn:hover,
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
    opacity: 0.6;
}

.login-btn {
    min-width: 100px;
    color: #555;
    border: 1px solid #555;
    background: #fff;
}

.btn-child {
    color: #fff;
    border: 1px solid #962520;
    background: #b92b27;
}
.btn-child:hover {
    color: #fff;
    background: #962520;
    opacity: 1;
}

.btn-topic {
    font-weight: 700;
    text-transform: none;
    background: #f8f9fa;
    border: 1px solid #f8f9fa;
}
.btn-topic:hover {
    color: inherit;
    background: #f8f9fa;
    border: 1px solid #f8f9fa;
    opacity: 0.8;
}
/** Button End **/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: -0.0125em;
    line-height: 1.25;
    text-transform: none;
    color: rgba(0, 0, 0, 0.87) !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: -0.0125em;
    line-height: 1.25;
    text-transform: none;
    color: rgba(0, 0, 0, 0.87) !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit !important;
    text-decoration: none;
    transition: all 0.4s ease;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: 0.75;
    text-decoration: none;
}

h1,
.h1 {
    font-family: "Poppins", sans-serif;
    font-size: 1.75rem;
}
h2,
.h2 {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
}
h3,
.h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
}
h4,
.h4 {
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
}
h5,
.h5 {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
}
h6,
.h6 {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
}
p,
.p {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
}

.f-400 {
    font-weight: 400 !important;
}
.f-500 {
    font-weight: 500 !important;
}
.f-600 {
    font-weight: 600 !important;
}
.f-700 {
    font-weight: 700 !important;
}
.f-800 {
    font-weight: 800 !important;
}
.f-900 {
    font-weight: 900 !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
    .h-sm-50 {
        height: 50% !important;
    }
    .h-sm-75 {
        height: 75% !important;
    }
    .h-sm-100 {
        height: 100% !important;
    }
}

@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
    .h-md-50 {
        height: 50% !important;
    }
    .h-md-75 {
        height: 75% !important;
    }
    .h-md-100 {
        height: 100% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
    .h-lg-50 {
        height: 50% !important;
    }
    .h-lg-75 {
        height: 75% !important;
    }
    .h-lg-100 {
        height: 100% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
    }
    .w-xl-35 {
        width: 35% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .w-xl-75 {
        width: 75% !important;
    }
    .w-xl-100 {
        width: 100% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
    .h-xl-50 {
        height: 50% !important;
    }
    .h-xl-75 {
        height: 75% !important;
    }
    .h-xl-100 {
        height: 100% !important;
    }
}
/** Width and Height end **/

/** Footer start **/
.footer {
    background: #151515;
    padding: 60px 0;
    text-align: center;
}

.footer .menu > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}
.menu > li {
    position: relative;
    color: #fff;
}

.footer .menu > li > a {
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/** Footer end **/

/** mysearch css start **/
@media (min-width: 1161px) {
    .search-list-c .search-item {
        width: 33.333%;
        height: 256px;
    }
}

.search-list-c .search-item {
    height: 100%;
    min-height: 255px;
    background-color: #000;
    padding: 30px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

@media (max-width: 1199.98px) {
    .mb-0 {
        font-size: 12px;
    }
}

@media (max-width: 1160.98px) {
    .search-list-c .search-item {
        width: 33.333%;
        height: 256px;
        min-height: 0px;
    }
    .footer-ad  {
        width: 33.33% !important;
    }
}

@media (max-width: 767.98px) {
    .search-list-c .search-item {
        width: 50%;
        height: 197px;
        padding: 20px 10px;
        min-height: 0px;
    }
    .footer-ad  {
        width: 50% !important;
    }
    .mb-0 {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .search-list-c .search-item {
        height: 160px;
        min-height: 0px;
    }
    .search-name {
        font-size: 12px !important;
    }
}

.search-list-c .search-item .search-img {
    width: 125px;
    height: 125px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 auto 20px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    -webkit-transition: width 0.1s;
    transition: width 0.1s;
}
@media (min-width: 768px) {
    .search-list-c .search-item:hover .search-img {
        width: 170px;
    }
}
@media (max-width: 767.98px) {
    .search-list-c .search-item .search-img {
        width: 82px;
        height: 82px;
    }
}
@media (max-width: 320px) {
    .search-list-c .search-item .search-img {
        height: 62px;
        width: 62px;
    }
}

.search-list-c .search-item .search-name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    font-size: 18px;
    font-family: Arial-Bold, sans-serif;
    line-height: 1.33;
    color: #fff;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
}
@media (min-width: 768px) {
    .search-list-c .search-item:hover .search-name {
        color: #000000;
    }
}
@media (max-width: 991.98px) {
    .search-list-c .search-item .search-name {
        height: 70px;
        overflow: hidden;
    }
}
@media (max-width: 767.98px) {
    .search-list-c .search-item .search-name {
        height: 50px;
    }
}

.search-list-c .search-item:nth-child(6n + 1) {
    background-color: #609e9e;
}
@media (min-width: 768px) {
    .search-list-c .search-item:nth-child(6n + 1):hover {
        background-color: #eaeaea;
    }
}
.search-list-c .search-item:nth-child(6n + 2) {
    background-color: #589090;
}
@media (min-width: 768px) {
    .search-list-c .search-item:nth-child(6n + 2):hover {
        background-color: #eaeaea;
    }
}

.search-list-c .search-item:nth-child(6n + 3) {
    background-color: #4f8282;
}
@media (min-width: 768px) {
    .search-list-c .search-item:nth-child(6n + 3):hover {
        background-color: #eaeaea;
    }
}
.search-list-c .search-item:nth-child(6n + 4) {
    background-color: #467373;
}
@media (min-width: 768px) {
    .search-list-c .search-item:nth-child(6n + 4):hover {
        background-color: #eaeaea;
    }
}

.search-list-c .search-item:nth-child(6n + 5) {
    background-color: #3e6565;
}
@media (min-width: 768px) {
    .search-list-c .search-item:nth-child(6n + 5):hover {
        background-color: #eaeaea;
    }
}
.search-list-c .search-item:nth-child(6n + 6) {
    background-color: #355757;
}
@media (min-width: 768px) {
    .search-list-c .search-item:nth-child(6n + 6):hover {
        background-color: #eaeaea;
    }
}
/** mysearch css end **/

.related-search-img {
    max-width: 100%;
    height: auto;
}

.footer-search-img {
    width: 100% !important;
    max-width: 300px !important;
    height: 200px !important;
}

.footer-ad {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    float: left;
    background-color: #f8f9fa;
    height: 250px;
}

#footer-topics {
    position: relative;
    height: 200px;
    background-color: #000000;
    padding: 0px;
    width: 100%;
}

.footer-ad-text {
    height: 45px !important;
    overflow: hidden !important;
    border: 1px solid #f8f9fa;
}

.related_search_topics_footer {
    width: 100%;
    text-align: right;
    color: #919191;
    background-color: #f8f9fa;
}

.center_fix {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
