/* Homepage CTAs */
.items_d65fa761650e4970b9e021c508b4e986 .item {
    margin: 0px;
    width: 33.3%;
    padding: 2px;
}

@media screen and (max-width: 768px){ .items_d65fa761650e4970b9e021c508b4e986 .item {
    margin: 10 10 10 10px;
    width: 100%;
    padding: 2px;
}
}
.items_d65fa761650e4970b9e021c508b4e986 {
    margin-top: 0;
}
.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:471px;
}

/* Simple Lists justified */
.items_bb5622b2fcb0491ab8cf0e4382a8c531 .itemPreview { min-height: 150px; }
.items_fea46af5eaff46a18135113a71cf837e .itemPreview { min-height: 206px; }


/*number boxes*/
.number-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    flex-wrap: nowrap;
}

.box {
    background: white;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 125px;
    margin: 11px;
    border-radius: 20px;
    padding: 20px;
    flex-direction: column;
    text-align: center;
}

.box img {
    max-width: 100%;
}

.box .counter {
    font-family: freightsansprobold,Arial,Verdana,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
}

.counter.number1:after {
    content: '+';
}

.counter.number2:after {
    content: '+';
}

.counter.number3:after {
    content: '+';
}

.counter.number4:after {
    content: '+';
}

@media screen and (max-width: 1100px){
       .number-boxes {
        flex-wrap:wrap;   
       }
}

@media screen and (max-width: 768px){
        .box{
        flex-basis: 30%;    
        }    
}

@media screen and (max-width: 470px){
        .box{
        flex-basis: 100%;    
        }    
}

/* Equalize Simple List Blocks - Development Page */

/* Change item class here */
.items_d7715d4d31ba41a8af5921c5f3ead547 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d7715d4d31ba41a8af5921c5f3ead547 > .item {
	display: flex;
	flex-direction: column;
}