.anchor-block {
    background-color: #fff;
    display: flex;
    border: 1px solid #e5e5e5;
    box-shadow: 0 13px 16px rgb(0 0 0 / 20%);
    padding: 2em;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 1rem;
    max-width: 1080px;
    border-top: 6px solid #9bbdbc;
    position: relative;
}

.anchor-block ul {
    max-width: 75%;
    list-style: none;
    margin: 0 auto!important;
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.anchor-block ul li {
    min-width: 0;
	  min-height: 50px;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: calc(50% - 30px);
    padding-bottom: 0.5rem;
}

.anchor-block ul li:before {
	width: 0px!important;
	height: 0px!important;
}

.anchor-block ul li a {
    display: block;
    width: 100%;
    color: #9bbdbc;
    font-weight: 300;
    font-size: 1em;
    padding-left: 1rem;
    line-height: 1.25;
    transition: background-color .3s ease-in-out;
}

h2, h3, span {
	scroll-margin-top: 100px;
}

@media only screen and (min-width: 1060px) {
.footer-social {
  justify-content: center!important; 
}
}

.interior .content .wp-block-button__link {
	text-decoration: none!important;
}

.wp-block-columns {
	gap: 1em;
}
.is-layout-flex {
	display: flex;
}

.tmpl_type_rmg_single_case .img-wrap > div img {
	height:auto;
}

.has-white-color  {
	color: white;
}
.has-white-color a {
	color: white!important;
}

.citations-block a {
	font-size: 10px
}

.tmpl_type_rmg_category_child .bna-group h2 {
    font-size: 16px;
    font-family: "Lato",sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.nevada .full-width-image .wp-block-column .wp-block-buttons .wp-block-button__link:hover {
    color: #9BBCBC !important;
}

@media (max-width: 767px) {
    .anchor-block ul {
        flex-direction: column;
    }
    .interior .vbgback {
        width: 100vw!important;
        left: -20px!important;
    }
}
@media only screen and (min-width: 768px) {
    .interior .vbgback {
        left: -40px;
    }
}
@media only screen and (min-width: 1460px) {
    .interior .vbgback {
        left: calc(((40px + (50vw - (1460px / 2)))) * -1);
    }
}
