.content-grid-block {
    overflow: hidden;
}

.content-grid-container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: 1fr;
box-sizing: border-box;	
}

.content-grid-block-background-alternating .content-grid-block-single:nth-of-type(1) {
	background: #F5F5F5;
}
.content-grid-block-background-alternating .content-grid-block-single:nth-of-type(4) {
    background: #F5F5F5;
}
.content-grid-block-background-alternating .content-grid-block-single:nth-of-type(5) {
    background: #F5F5F5;
}
.content-grid-block-background-alternating .content-grid-block-single:nth-of-type(8) {
    background: #F5F5F5;
}
.content-grid-block-background-alternating .content-grid-block-single:nth-of-type(9) {
    background: #F5F5F5;
}
.content-grid-block-background-alternating .content-grid-block-single:nth-of-type(12) {
    background: #F5F5F5;
}

.content-grid-alignment-centre {
	text-align: center;
}
.content-grid-alignment-centre img {
margin-left: auto;
margin-right: auto;
}
.content-grid-alignment-left {
	text-align: left;
}
.content-grid-alignment-right {
	text-align: right;	
}


.content-grid-block-single {
    box-sizing: border-box;
    padding-top: 20%;
 display: flex;
flex-direction: column;
}
.content-grid-block-single:first-of-type, .content-grid-block-single:nth-child(2) {;
    padding-top: 20px;
}
.content-grid-block-single:first-of-type, .content-grid-block-single:nth-child(2) {;
    padding-bottom: 20%;
}
.content-grid-block-single:last-of-type, .content-grid-block-single:nth-last-child(2) {;
    padding-bottom: 0;
}
.content-grid-block-single:nth-of-type(2n+1) {
    padding-right: 20%;
}
.content-grid-block-single:nth-of-type(2n) {
    padding-left: 20%;
}
.condensed-content-grid .content-grid-block-single {
    padding-top: 15%;
}
.condensed-content-grid .content-grid-block-single:first-of-type, .condensed-content-grid .content-grid-block-single:nth-child(2) {;
    padding-bottom: 15%;
}

.content-grid-block .content-grid-block-buttons .lsb-button {
    min-width: 168px;
    margin-right: 12px;
}
.content-grid-block .content-grid-block-buttons .lsb-button:last-of-type {
    margin-right: 0;
}

.content-grid-block-single img {
    display: block;
}
.content-grid-image-wrap {
    margin-bottom: 50px;
}

.content-grid-block-single.content-grid-justify-content {
justify-content: space-between;
}


.content-grid-block.block-background-navy .content-grid-block-single:nth-of-type(2n+1) {
    border-right: 1px solid #34CCB5;
}
.content-grid-block.block-background-navy .content-grid-block-single {
    position: relative;
}
.content-grid-block.block-background-navy .content-grid-block-single:nth-of-type(2n+1)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 1px;
    background: #34CCB5;
    max-width: 780px;
}
.content-grid-block.block-background-navy .content-grid-block-single:nth-of-type(2n)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background: #34CCB5;
    max-width: 780px;
}
.content-grid-block.block-background-navy .content-grid-block-single:first-of-type::after {
    display: none;
}
.content-grid-block.block-background-navy .content-grid-block-single:nth-child(2)::after {
    display: none;
}
.content-grid-block.block-background-navy .content-grid-block-textarea {
max-width: 450px;
margin:0 auto;
}
.content-grid-block.block-background-navy .content-grid-block-buttons {
margin-top: 30px;
}
.content-grid-block.block-background-navy .content-grid-block-buttons .lsb-button {
border: 2px solid #fff;
}
.content-grid-block.block-background-navy .content-grid-block-buttons .lsb-button:hover {
border: 2px solid #34CCB5;
}


.content-grid-block.block-background-green .content-grid-block-single:nth-of-type(2n+1) {
    border-right: 1px solid #fff;
}
.content-grid-block.block-background-green .content-grid-block-single {
    position: relative;
}
.content-grid-block.block-background-green .content-grid-block-single:nth-of-type(2n+1)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 1px;
    background: #fff;
    max-width: 780px;
}
.content-grid-block.block-background-green .content-grid-block-single:nth-of-type(2n)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background: #fff;
    max-width: 780px;
}
.content-grid-block.block-background-green .content-grid-block-single:first-of-type::after {
    display: none;
}
.content-grid-block.block-background-green .content-grid-block-single:nth-child(2)::after {
    display: none;
}
.content-grid-block.block-background-green .content-grid-block-buttons {
margin-top:30px;
}
.content-grid-block.block-background-green .content-grid-block-buttons .lsb-button {
border: 2px solid #fff;
}
.content-grid-block.block-background-green .content-grid-block-buttons .lsb-button:hover {
border: 2px solid #19262F;
background: #19262F;
}




.content-grid-block-background-alternating .content-grid-image-wrap {
    flex-basis: 220px;
    display: flex;
    align-items: center;
    max-height: 220px;
}
.content-grid-block-background-alternating {

}
.content-grid-block-background-alternating .content-grid-block-single {
    padding-top: 15%;
    padding-bottom: 15%;
    padding-right: 10%;
    padding-left: 10%;
}
.content-grid-block-background-alternating .content-grid-block-single img {
    max-height: 100%;
}
.content-grid-block-background-alternating .content-grid-block-buttons {
    margin-top: 30px;
}



.content-grid-block-background-alternating .content-grid-block-single img {
    transform: translate3d(0,0px,0);
    -webkit-transform: translate3d(0,0px,0);
    -moz-transform: translate3d(0,0px,0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.content-grid-block-background-alternating .content-grid-block-single:hover img {
    transform: translate3d(0,-12px,0);
    -webkit-transform: translate3d(0,-12px,0);
    -moz-transform: translate3d(0,-12px,0);
}