/* New page */
.square-sec.various-content.content-position-top{
	max-width: 100%;
}
.square-sec.squares.squares-various .square-content .content-wrapper{
	max-width: 1000px;
}

.button-group button,
.button-group .link-button {
text-transform: uppercase;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 23px;
    position: relative;
    color: #5c3d1e;
    padding:5px ;
}
.button-group button.is-checked {
    color: #af1b29;
}
.button-group button:before {
    content: "";
    width: 2px;
    height: 24px;
    position: absolute;
    background-color: #5b3d1b;
    right: -8px;
}
.nav-square{
	margin-bottom: 55px;
    background-color: #fff;
    z-index: 8;
    width: 100% !important;
    text-align: center;
    left: 0 !important;
}
.square-sec .menu-wrapper .element-item{
	width: 45%;
    float: left;
    padding: 25px;
}
.square-sec .nav-square.div-stiky + .menu-wrapper{
    margin-top: 97px;
}
.square-sec .menu-wrapper .menu-heading{
	font-size:46px;
}
.square-sec .menu-wrapper .menu-items .menu-item .item .heading{
	font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 29px;
	line-height: 1.2em
}
.square-sec .menu-wrapper .menu-items .menu-item .item .description p{
	font-size: 18px;
    line-height: 1.39em;
}
.menu-wrapper .menu-item .item .description p span{
	font-weight: 700;
    position: relative;
    margin-left: 10px;
}
.square-sec .menu-wrapper .menu-items .menu-item{
	border-bottom: 0;
    margin-bottom: 22px;
}
.square-sec .menu-wrapper .menu-item .item .description p span:after{
	content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #000;
    left: -9px;
    top: 3px;
}
.square-sec .menu-wrapper .menu-items{
	border-bottom: 1px solid #80808057;
}

.square-sec .menu-wrapper:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: hsla(0, 0%, 83%, 0.92);
    left: 43%;
}
.square-sec button.button.is-checked:after {
    content: "";
    height: 2px;
    width: 85%;
    position: absolute;
    bottom: 0;
    background-color: #b61b29;
    left: 4px;
}
.square-sec.various-content .content-wrapper{
	max-width: 950px !important;
}
.square-sec .menu-wrapper .menu-heading.hed-red{
	color: #b11b29;
}
.square-sec .menu-wrapper .menu-heading.hed-green{
	color: #7fc735;
}

.square-sec .menu-wrapper .element-item:last-child .menu-items{
	border-bottom:0;
}
.square-sec .menu-wrapper{
	width:100%;
	margin-left:45px;
	display: block;
	clear: both;
}
.square-sec .single-item + .content-wrapper .menu-wrapper .element-item{
		max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.square-sec .single-item + .content-wrapper .menu-wrapper{
	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.square-sec .single-item + .content-wrapper .menu-wrapper:after{
	width:0;
}
.button-group button:last-child:before{
	width:0;
}

@media (max-width:992px){
	.button-group{
		text-align: center;
    line-height: 3em;
        margin-left: 5px;
    margin-right: 5px;
	}
	.button-group button:before{
		width: 0;

	}
}

@media (max-width:895px){
	.square-sec .menu-wrapper .element-item{
		max-width: 300px;
    width: 100%;
	}
		.square-sec .menu-wrapper{
		margin-left:0px;
	}
}
@media (max-width:768px){
	.square-sec .menu-wrapper .element-item{
		max-width: 100%;
    width: 100%;
	}
	.square-sec .menu-wrapper:after{
		display:none;
	}
	.square-sec .menu-wrapper .element-item{
		padding:0;
    }
    .nav-square {
        left: 0 !important;
    }
    .square-sec .nav-square.div-stiky + .content-wrapper {
        margin-top: 180px;
    }
    .squares.squares-various .square-content .content-wrapper{
        padding: 20px 15px;
    }
    .button-group button{
        font-size: 20px;
        margin-left: 2px;
        margin-right: 2px;
    }
}
