body {
    padding-top: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333333;
}
h1 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 1em;
}
h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
}
h4.small {
    font-weight: bold;
    font-size: 16px;
}
h4 {
    font-size: 20px;
}

.container {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    position: relative;
}
label {
    margin-right: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
}
.form-label {
    margin-bottom: 1rem;
}
.form-floating label {
    font-size: 16px;
    padding-left: 1.4rem;
    padding-top: 1.2rem;
    color: #777;
}

button[type=submit] {
    margin-top: 10px;
}

.ctrlHolder {
    background: #efefef;
    margin: 5px 0;
    padding: 4px;
}
.ctrlHolder .verified {
    font-size: 10px;
    padding: 5px 10px;
    background: #8b5;
    font-weight: bold;
}
.ctrlHolder .primary {
    font-size: 10px;
    padding: 5px 10px;
    background: #25b;
    font-weight: bold;
    color: white;
}
.add_email {
    text-align: center;
    margin-top: 1em;
    background: #efefef;
    padding: 15px 0;
}
.box-wrapper h2 {
    margin-top: 25px;
    font-size: 25px;
    text-align: center;
}

.btn, button[type=submit] {
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 6px 15px;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}
.btn.dropdown-toggle {
    border-radius: 3px;
}
.btn img {
    height: 25px;
    margin-right: 10px;
}
.btn.btn-full {
    width: 100%;
    margin: 1em auto;
    display: block;
}

p.full {
    text-align: center;
    padding: 10px;
}
input.full {
    width: 100%;
    display: block;
    margin-bottom: 1em;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 90;
}
.navbar .navbar-brand-alt {
  display: none;
}

.navbar-home {
}
.navbar-home .navbar-brand {
  display: none;
}
.navbar-home .navbar-brand-alt {
  display: block;
}
.navbar-brand-alt img {
  height: 46px;
}


.shadow, .dropdown-menu {
  box-shadow: 0 0px 10px rgba(0,0,0,.2)!important;
}

body > header {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
}
header .search-box, header .search-box:focus {
    border-radius: 15px;
    border: 1px solid #aaa;
    color: white;
    padding: 7px 50px 7px 15px;
    background-color: #222222;
    font-size: 14px;
}
header .search-box:focus {
    background-color: #2a2a2a;
}

header .search-form {
    position: relative;
}
header .search-form .form-control {
}

header .search-button {
    position: absolute;
    top: 6px;
    right: 10px;
}


.navbar-dark .navbar-toggler {
    border: 0px;
}
ul.navbar-nav {
    padding-left: 20px;
}
.navbar-nav li {
    padding-right: 20px;
}

.navbar-brand img {
    height: 50px;
}
.navbar-toggler-icon {
    width: 22px;
    height: 22px;
}
@media (max-width: 500px) {
    .navbar-brand img {
        width: 120px;
        height: auto;
    }
    .btn {
        padding: 5px 15px !important;
        font-size: 15px;
    }
}

header .btn {
    color: white;
}

.small-icon {
  width: 18px;
  height: 18px;
  margin: 2px;
}
.navbar-toggle .icon-bar {
    background: black;
}

.bg-dark-sf {
    background-color: #222222 !important;
}

.navbar {
}

.navbar-dark .navbar-nav .nav-link {
    color: #dddddd;
    font-weight: 600;
    cursor: pointer;
}

a.nav-link {
    color: inherit;
    cursor: pointer;
}

.navbar .container {width:100%;}
@media (min-width: 992px) {
    .navbar .container {width:940px;}
}
@media (min-width: 1200px) {
    .navbar .container {width:940px;}
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 1180px;
    }
}

.dropdown-toggle::after {
    display: none;
}
#user-menu-header {
    border: 1px solid #efefef;
    padding: 5px 5px 5px 10px;
    border-radius: 25px;
}
#user-menu-header img {
}

.btn.btn-flat {
    padding-left: 0;
    border-radius: 0;
}
.btn.btn-yellow {
    background: #FFD300;
    color: #222222;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-yellow:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgb(217 164 6 / 50%);
}
.big-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: black;
}



/* Home page */

.system-messages {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 2;
}

.system-messages .alert {
    max-width: 400px;
    margin: 20px;
    border-radius: 10px;
    margin: 0px auto;
    padding: 15px 20px;
    position: relative;
    top: -50px;
    font-size: 14px;
    font-family: "Roboto";
    line-height: 1.5em;
    opacity: 0;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation: slide 1s forwards;
    animation-delay: 0.5s;
}

.system-messages .alert-info, .system-messages .alert-success {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #ffffff;
}
.alert-warning {
    background-color: #ffe566;
}

.form-floating .alert.alert-danger, .form-field .alert.alert-danger {
    border: none;
    background: inherit;
    font-weight: bold;
    padding: 10px 20px;
}
@-webkit-keyframes slide {
    100% { top: 0; opacity: 0.9; }
}

@keyframes slide {
    100% { top: 0; opacity: 0.9; }
}

.system-messages .alert .btn-close {
    position: absolute;
    top: 14px;
    right: 12px;
}

.top-banner {
    position: relative;
    padding-top: 200px;
    height:  550px;
}

.top-banner img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.top-banner h1 {
    position: relative;
    z-index: 1;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    color: #EFEFEF;
    margin-bottom: 20px;
}
.top-banner h2 {
    position: relative;
    z-index: 1;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 41px;
    color: #EFEFEF;
    text-align: center;
    padding: 0px 50px;
}

.top-banner.smaller h1 {
    font-size: 36px;
    line-height: 1em;
    letter-spacing: 2px;
}

.top-banner.smaller h2 {
    font-size: 20px;
    line-height: 1.1em;
    max-width: 750px;
    margin: 0 auto;
}

.middle-banner {
    margin-top: 50px;
    margin-bottom: 40px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
}

.middle-banner h2, .middle-banner h3, .featured h2 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 40px;
    color: #000000;
    margin: 30px 10px;
}

.middle-banner h3 {
    font-size: 22px;
}

.middle-banner.big-icons svg {
    width: 100%;
    max-width: 100px;
}

@media (max-width: 500px) {
  .top-banner h1 {
    font-size: 40px;
  }
  .top-banner h2 {
    font-size: 25px;
  }
}

/* *************** */

.hero-home {
    font-family: 'Montserrat';
    text-align: center;
}
.hero-home .big-text {
    margin-bottom:30px;
}
.hero-home h1 {
    margin-top: 100px;
    font-weight: 600;
    font-size: 47px;
}


ul.list {
    list-style: none;
    color: black;
}

ul.list li:before {
    content: '';
    display: inline-block;
    height: 1.15em;
    width: 1.15em;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="25" viewBox="0 0 23 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.2254 10.1562L10.0321 15.625L7.43555 12.8906" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.331 21.875C16.0243 21.875 19.829 17.6777 19.829 12.5C19.829 7.32233 16.0243 3.125 11.331 3.125C6.63769 3.125 2.83301 7.32233 2.83301 12.5C2.83301 17.6777 6.63769 21.875 11.331 21.875Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -1.35em;
    margin-right: 0.25em;
    vertical-align: middle
}
ul.list li {
    padding-left: 1em;
    padding-bottom: 1em;
}
.card a {
    text-decoration: none;
}
.card {
    padding-bottom: 20px;
    border-radius: 20px;
}
.card img.card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
a.img-link {
    width: 100%;
}

.huge-title {
    margin: 40px 0px;
    font-size:60px;
    color: black;
    font-family:'Montserrat';
    text-align: center;
    font-weight: 600;
    letter-spacing: 0px;
}

h3 {
    font-family: "Roboto";
    margin-bottom: 1em;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.3em;
}
h3.big-text {
    font-size:25px;
    font-weight: 600;
    margin: 50px 0px;
}


.special-page {
    text-align: center;
    max-width: 700px;
    margin: 0px auto;
}

a {
    color: black;
}
a:hover {
    color: gray;
}

footer {
    background: #222222;
    box-shadow: 0 50vh 0 50vh #222222;
    color: white;
    padding-top: 3em;
    margin-top: 0px;
    border: 0px;
}

.full-footer > footer > .container {
    width: 95%;
    max-width: 95%;
}

footer a  {
    color: white;

}

footer form {
    position: relative;
}

.subscribe-email-icon {
    position: absolute;
    top: 3px;
    left: 12px;
}
.subscribe-email-input {
    border-radius: 20px;
    color: white;
    padding: 7px 10px 7px 55px;
    background-color: #222222;
    border: 1px solid white;
    outline: none;
}
footer form .btn-yellow{
    min-width: 100px;
}
footer h3 {
    text-align: left;
}
footer .footer-center {
    margin: 0px auto;
}
footer .footer-logo {
    max-width: 320px;
    width: 100%;
}
footer .nav-footer {
    margin: 0;
}
footer .nav-footer li, footer .nav-footer > ul {
    display: block;
}

.full-footer .nav-footer > ul {
    display: inline-block;
    margin: 15px 40px;
}

footer .nav-footer li h3 a {
    font-size: 20px;
}
footer h3 a {
    text-decoration: none;
}
.footer-highlight-row {
    background: #444;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    color: white;
    margin: 20px 0;
}

.locationSearch-form {
    display: inline-block;
    width: 200px;
    position: relative;
    clear: none;
    margin-top: 10px;
    margin-bottom:10px;
    margin-left: 10px;
}
.locationSearch-form input {
    width: 200px;
    border-radius: 20px;
}
.locationSearch-form button {
    position: absolute;
    top: 3px;
    right: 4px;
    padding: 3px 8px;
    border-radius: 20px;
}

.search-bar-full .locationSearch-form {
    display: block;
    max-width: 400px;
    width: auto;
    position: relative;
    clear: both;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 40px;
}
.search-bar-full .locationSearch-form input {
    width: 100%;
    border-radius: 30px;
    font-size: 20px;
    padding: 12px;
    height: 40px;
}
.search-bar-full  .locationSearch-form button {
    position: absolute;
    top: 6px;
    right: 8px;
    padding: 3px 8px;
    border-radius: 20px;
}

/* Communities */

.pagination {
    padding-top: 40px;
}
.pagination li {
    background: #efefef;
    color: black;
    border-radius: 20px;
    font-size: 14px;
    padding: 4px 10px;
    margin: 10px;
}
.pagination li a {
    color: inherit;
    text-decoration: none;
}
.pagination li.active {
    background: black;
    color: white;
}

.comm_list_item {
  --bg-overlay-color: rgb(255, 255, 255);
    --scale: 1;
    border-width: 0 0 0 0;
    border-style: solid solid solid solid;
    border-color: rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1);
    border-radius: 0 0 0 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateZ(0);
    margin: 0px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.comm_list_item > img {
    width: 100%;
    margin: 0px;
}

.comm_list_item h3 a {
    color: black;
    font-weight: 400;
    text-decoration: none;
    font-family: "Roboto",sans-serif;
    padding: 15px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.comm_list_item h4 {
    color: #36B5CD;
    font-weight: normal;
    font-size: 14px;
    padding: 15px;
    padding-top: 0px;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
    margin-top: 0px;
}
.comm_list_item p {
    padding: 5px 15px;
}

.comm_list_item .btn.explore {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.comm_list_item .btn.explore, .round_button {
    font-family:montserrat,sans-serif;
    background: black;
    color: white;
    border-radius: 30px;
    padding: 7px 25px;
    font-size: 14px;
}

.bottom_comm_list {
    padding: 80px 0px;
    clear: both;
    text-align: center;
}

.bottom_comm_list .round_button {
    font-size: 17px;
    padding: 10px 50px;
}

.comms_list_hero {
    font-family: 'Montserrat';
    background: #2f2e2e;
    padding: 40px 0px;
    color: white;
    margin-bottom: 20px;
}

.comms_list_hero h1{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.comms_list_hero p{
    font-size: 18px;
    margin: 10px auto;
    text-align: center;
    max-width: 500px;
}

.community_detail {
    border-color: rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.community_detail h1 {
    text-align: left;
}
.community_detail .inner_wrapper {
    padding: 15px;
}
.community_detail img.cover_img {
    width: 100%;
}


.comm_sidebar {
    padding-top: 40px;
}

.comm_form_sub input, .comm_form_sub select {
    width: 100%;
    margin: 4px 0px;
    padding: 13px;
    border-radius: 8px;
    border: 1px solid #aaa;
}

.post-title {
    font-family: 'Montserrat';
    text-align: center;
}
.post-meta {
    font-weight: normal;
    text-align: center;
    font-family: 'Montserrat';
    margin-bottom: 40px;
}
.post-meta .text {
  font-size: 12px;
}
.subscribe-form {
  position: relative;
}
.featured-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.share-buttons {
    margin-top: 60px;
    border-top: 1px solid #555;
    padding-top: 30px;
}
.post-content {
    max-width: 600px;
    margin: 0px auto;
}
.blog-item {
    border-color: rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
}
.blog-item h2 {
    font-size: 18px;
    margin: 10px;
    font-family: 'Roboto';
    font-weight: 600;
}
.blog-item .post-meta {
    float: right;
    margin: 10px;
}
.blog-item p {
    font-weight: lighter;
}
.blog-item .blog-list-detail {
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.social-links a {
    margin: 10px;
}

#map-canvas {
    width: 100%;
    height:300px;
}

.full-alert{
    margin-top: 100px;
    margin-bottom: 100px%;
    text-align: center;
    padding: 10px;
}

.hero-home {

}

.mapboxgl-popup-content h4 {
    font-size: 15px;
    padding-top: 10px;
    padding-right: 20px;
}

.main-content {
    min-height: 400px;
}

.content {
    max-width: 800px;
    margin: 0px auto;
}
.content h1, .content h2, .content h3, .content h4, .content h4 {
    margin-top: 2em;
    font-weight: 600;
    color: black;
}
.content h1 {
    margin-bottom: 1em;
    padding: 0.4em;
    color: black;
}
.content h3 {
    text-align: left;
    font-weight: 900;
    margin-bottom: 0;
}

.content h2 {
    margin-top: 2em;
}

.box-wrapper p {
    margin: 20px 0;
}

.box-wrapper form.password_reset {
}

.box-wrapper input[type=submit] {
    background: #222;
    color: white;
    padding: 7px 20px;
    width: 100%;
    border-radius: 20px;
    border: 0;
    margin: 0 auto;
    display: block;
}

form.password_reset label, form.auth-form label {
    margin-left: 10px;
    margin-bottom: 1em;
}
form.password_reset input[type="email"], form.auth-form input[type="password"]{
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #222;
    display: block;
    width: 100%;
    outline: none;
}

/******************
 Blog
*******************/
.blog-list {
    margin-top: 70px;
}
h2.blog-title, h1.blog-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    color: #000000;
}
h2.blog-title a {
    text-decoration: none;
}
h6 .pic img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 60px;
}
h6 .pic {
    float: left;
}
h6 .text {
    margin-left: 75px;
    padding-top: 0px;
    line-height: 22px;
    font-size: 15px;
    height: 70px;
}
.post-meta {
    margin-top: 10px;
    font-family: sans-serif, 'Roboto';
    text-align: left;
    margin-bottom: 26px;
}
.post-meta .name {
    font-weight: bold;
    text-decoration: none;
}
.post-meta .comments a{
    text-decoration: none;
    font-weight: bold;
}
.blog-list .featured-image {
    border-radius: 20px;
    width: 100%;
    max-height: 300px;
    margin-bottom: 20px;
}
.blog-list.blog-detail .featured-image  {
    max-height: 500px;
}
.blog-list .excerpt {
    white-space: pre-line;
}
.blog-list-detail {
    margin: 20px 0;
    border-bottom: 0;
}
.blog-list .read-more {
    color: #555;
    font-size: 16px;
}
.blog-list .card {
    padding: 15px 20px;
    border-radius: 15px;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 20px;
    position: sticky;
    top: 25px;
    background: #222222;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    color: white;
}
.blog-list h3 {
    text-align: left;
}
.blog-list .card h3 {
    margin: 10px 0;
    color: white;
    font-weight:bold;
    font-size: 20px;
    text-align: left;
}
.blog-detail h1 {
    text-align: center;
}

.blog-list, .blot-detail, div.content > div {
    margin-bottom: 100px;
}

/****************************
 * Forms
 ****************************/
h2.form-title {
    border-bottom: 1px solid black;
    margin-left: -30px;
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
}
.sf-form .section, .expandable.section {
    background: #FAFAF9;
    border-radius: 20px;
    padding: 20px;
    margin: 0 0 30px 0;
}
.sf-form .section h3 {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}
.sf-form .form-control {
    max-width: 300px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 8px;
    font-size: 14px;
    line-height: 1em;
}
.full-width .sf-form .form-control {
    max-width: none;
    width: 100%;
}
.sf-form label {
    font-size: 16px;
}

.sf-form .textarea-md {
    height: 10em;
}

.sf-form .textarea-lg {
    height: 30em;
}

.sf-form label .extra-label {
    color: #acacac;
    font-size: 85%;
}

.sf-form .textarea-sm {
    height: 5em;
}

.sf-form .image-placeholder {
    background: #dcdcdc;
    border-radius: 15px;
}
.sf-form .image-placeholder.wide {
    height: 200px;
    width: 400px;
}

.style-A .btn {
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 12px;
}
.style-A .btn.btn-small {
    border-radius: 3px;
    padding: 0px 5px;
    font-size: 10px;
}
