/** BROWN CONTAINER **/
.c7n-content-tmpl ul li {
    list-style: none;
    position: relative;
}

#c7n-content .c7n-brown-container ul li:before {
    color: white;
    position: absolute;
    left: -16px;
    content: "\f105";
    font-family: FontAwesome;
} 

.c7n-brown-container {
	padding: 10px;
}

/* SITEMAP */
#sitemap li.sitemap_level_1::before {
	display:none;
}

#sitemap li.sitemap_level_2::before {
	display:none;
}

#sitemap li.sitemap_level_3::before {
    left: 20px; 
}

.sitemap_level_3 {
    padding-left: 35px;
}

footer .c7n-social-media {
    margin-top: 15px;
}

/* E-Tool Forms */
.e-tool {
    margin-left: -10px;
    display: flex;
    flex-flow: wrap;
}

.e-tool  > .isotope-article {
    display: flex;
    flex-direction: row-reverse;
}

.e-tool h1,
.e-tool h2,
.e-tool h3,
.e-tool h4 {
    height: 60px;
}

.e-tool p {
    height:70px;
}

.e-tool input[type="range"] {
    padding: 0;
}

.e-tool .e-tool-form {
    margin-bottom: 50px;
}

.e-tool .e-tool-form a {
    cursor: pointer;
}

.e-tool .range {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    margin-top: 10px;
    border: 0;
    background: transparent;
}

.e-tool input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background-color: #000;
    height: 2px;
}

.e-tool input[type=range]:focus {
    outline: none;
}

.e-tool input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: #000;
    height: 2px;
}

.e-tool input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #333;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 50%);
    max-width: 20px;
    position: relative;
    bottom: 7px;
    -webkit-transition: border 1000ms ease;
    transition: border 1000ms ease;
}

.e-tool input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    border: 2px solid;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #333;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 50%);
    max-width: 20px;
    position: relative;
    bottom: 7px;
    -moz-transition: border 1000ms ease;
    transition: border 1000ms ease;
}

.e-tool input[type=range]::-webkit-slider-thumb:active {
    cursor: -webkit-grabbing;
}

.e-tool input[type=range]::-moz-range-thumb:active {
    cursor: -moz-grabbing;
}

.e-tool input[type=range]::-webkit-slider-container {}

.e-tool .c7n-button {
    cursor: pointer;
}

rect[class$="-rect"]{
    fill: transparent;
    pointer-events: all;
    position: relative;
    cursor:pointer;
}
rect[class$="-rect"]:hover {
    fill: rgb(0 0 0 / 0.05);
}

@media (min-width: 768px){
	.sitemap_level_3 {
    	width: calc(33% - 16px);
	}
}

.c7n-regsiter-content p.register-title{
    font-family: KievitWebPro;
    font-size: 24.3px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 34.02px;
    text-align: center;
    color: rgb(95, 60, 0);
    margin-top: 20px;
    margin-bottom: 5px;
}

.c7n-regsiter-content p.register-phone{
    font-family: KievitWebPro;
    font-size: 21.6px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 30.24px;
    text-align: center;
    color: rgb(95, 60, 0);
    margin-bottom: 0px;
}