.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.mt-5 {
    margin-top: 2em !important;
}
.mb-5 {
    margin-bottom: 2em !important;
}

@media only screen and (max-width: 768px) {
    .flex-row-6.board-members>div {
        width: 50%;
    }
    .flex-row-6.board-members .card-image .image {
        height: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .flex-row-6.board-members .card-image .image {
        height: 350px;
    }
}

.brickwall {
    display: none;
}
@media only screen and (max-width: 800px) {
    .brickwall.small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .brickwall.large {
        display: none;
    }
}
@media only screen and (min-width: 801px) {
    .brickwall.small {
        display: none;
    }
    .brickwall.large {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.membership-link.membership-gold .faux-button {
   color: #000;
   text-decoration: none; 
}
.membership-link.membership-gold .faux-button:hover {
    border-color: #fff;
}

@media screen and (min-width: 1200px) {
    .news-group {
        padding: 0;
    }
    .news-group .news-popup {
        width: 400px;
    }
}

.shop.news {
    background-color: #fff;
    background-image: none;
}

section.pitching {
	padding: 1rem 15px;
	text-align: center;
	background-color: #000;
}

section.pitching img {
	width: auto;
	max-width: 100%;
}

@media only screen and (min-width: 801px) {
    .partners-set.partners-set-3-col > div {
        width: 33.3%;
    }
    .partners-set.partners-set-4-col > div {
        width: 25%;
    }
}

/**
Allow us to use https://github.com/simple-icons/simple-icons alongside Material Design Icons
*/
.list-social img {
    height: 0.9em;
}
footer .list-social img {
    height: 0.7em;
    top: -2px;
    position: relative;
}

.logos div {
    width: auto;
}
.logos div img {
    max-width: 100px;
}