.ref-image {
    margin-right: 20px;
}

.list-item{
    border-bottom-width: 0px;
    margin-bottom: 20px;
}

.list-blog-header{
    margin-right: 20px;
}

p{
    margin-top: 0px;
    margin-bottom: 5px;
}

.size-4-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 80%;
    -moz-flex: 0 80%;
    -ms-flex: 0 80%;
    flex: 0 80%
}

.size-3-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 60%;
    -moz-flex: 0 60%;
    -ms-flex: 0 60%;
    flex: 0 60%
}

.form-column {
    flex: 50%;
}

#header.scrolled {
    background-color: rgba(192, 49, 52, 1) !important;
    color: #ffffff !important;
}

#header.scrolled #navbar a {
        color: #ffffff !important;
}

#header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
        background-color: #ffffff !important;
}

a:hover {
    color: #000000;
}
#header.scrolled #navbar a:hover {
    color: #000000 !important;
}

.modular .showcase h1 {
    font-size: 5.5vw;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    letter-spacing: 0px;
}
#header #navbar ul.navigation {
    vertical-align: central;
}

a {
    color: #ffffff;
}
#footer {
    position: absolute;
    background: #ffffff;
    color: #999;
    text-align: left;
}
#footer a {
    color: #999;
}
#footer a:hover {
    color: #000000;
}
#logo img{
    margin-top: 1.4rem;
}
#header.scrolled {
    height: 6rem;
}
#header.scrolled .navigation {
    margin-top: 1.4rem !important;
}

.form-field {
    display: flex;
    flex-wrap: wrap;
}
.form-label {
    flex: 80%;
}
.form-data {
    flex: 80%;
}

#mailto {
    color: #000;
    font-weight: bold;
}
.blog-header {
    padding-top: 2rem;
    padding-bottom: 0;
}
.button {
    background: #fff;
    color: rgb(192, 49, 52);
    border: 1px solid rgb(192, 49, 52);
    border-radius: 3px;
    width: 150px;
    margin-top: 10px;
}
    .button:hover {
        background-color: rgb(192, 49, 52);
        color: white;
    }
.notices.green {
    font-size: 3rem;
}
.logo-flex {
    display: flex;
    justify-content: space-between;
}
.logo-left {
    text-align: left;
    justify-self: start;

}
.logo-right {
    text-align: left;
    justify-self: end;
}
.logo-right-anm {
    display: inline-block;
    text-align: left;
}
h4 {
    margin-right: 20px;
}
.button.btn-maps {
    width: 180px;
}

.form-field .required,
span.required {
  display: none;
}

#header.scrolled #navbar span {
  color: #FFFFFF !important;
}

.sb-slidebar {
  background-color: rgba(192, 49, 52, 1) !important;
}
