.grid, .grid__item {
    border: 1px solid #e7e7e7;
}

.flexy-nav, .flexy-nav__items, .grid__row, .holy-grail, .holy-grail__body {
    -webkit-box-direction: normal;
}

.banner, .item {
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}

.component__section {
    margin: 0 0px 48px;
}

    .component__section:last-child {
        margin-bottom: 0;
    }

.component__sub-title {
    margin-bottom: 12px;
    color: #818181;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}

.grid__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.grid__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px;
}

.bigButtons {
    line-height: 200%;
}

.margin20 {
    margin: 0 20px 0 20px;
}

.blueLabel {
    display: block;
    padding: 15px 5px 5px 2px;
    color: #2e608a;
}

.redPrices {
    font-size: 15px;
    color: #ff0000;
    font-weight: bold
}

@media all and (min-width:480px) {
    .grid__row--sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media all and (min-width:720px) {
    .grid__row--md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media all and (min-width:960px) {
    .grid__row--lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.holy-grail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*.holy-grail__footer, .holy-grail__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 12px;
    background-color: #555555;
    text-align: center;
}*/

.holy-grail__footer, .holy-grail__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    /*padding: 12px;*/
    padding: 6px;
    color: #999;
    /*background-color: #000;*/
    text-align: center;
}

.holy-grail__footer small, .holy-grail__header h1 {
    color: #999;
}

.holy-grail__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.holy-grail__sidebar {
    /*padding: 12px;*/
    background-color: #e7e7e7;
}

.holy-grail__sidebar--first {
    -webkit-box-ordinal-group: 2;
    /*-webkit-order: 1;*/
    -ms-flex-order: 1;
    order: 1;
}

.holy-grail__sidebar--second {
    -webkit-box-ordinal-group: 4;
    /*-webkit-order: 3;*/
    -ms-flex-order: 3;
    order: 3;
}

.holy-grail__content {
    -webkit-box-ordinal-group: 3;
    /*-webkit-order: 2;*/
    -ms-flex-order: 2;
    order: 2;
    padding: 12px;
    color: #fff;
}

@media all and (min-width:720px) {
    .holy-grail__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .holy-grail__sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 180px;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
    }

    .holy-grail__content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media all and (min-width:960px) {
    .holy-grail__sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 240px;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
    }
}

/*button, input {
    font: inherit;
    border-radius: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/

button {
    cursor: pointer;
}

.flexy-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flexy-nav__items {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 0 0 4px;
    padding: 4px;
    text-align: center;
}

.flexy-nav__items--visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flexy-nav__item {
    background-color: #f1f1f1;
    border-bottom: solid 1px #e7e7e7;
}

    .flexy-nav__item:last-child {
        border-bottom: 0;
    }

.flexy-nav__link {
    padding: 8px;
    display: block;
}

.flexy-nav__toggle {
    margin: 0 0 4px;
    padding: 4px;
    color: #fff;
    background-color: #f07850;
    border: none;
}

    .flexy-nav__toggle:focus, .flexy-nav__toggle:hover {
        outline: 0;
        background-color: #c93f11;
    }

.flexy-nav__form {
    height: 48px;
}

.flexy-nav__search {
    display: block;
    margin: 0;
    padding: 0 4px;
    width: 100%;
    height: 48px;
    color: #6d6d6d;
    background-color: #fff;
    border: 2px solid #e7e7e7;
}

.banner, .item__avatar {
    background-color: #e7e7e7;
}

.flexy-nav__search:focus {
    outline: 0;
    border: 2px solid #6d6d6d;
}

@media all and (min-width:768px) {
    .flexy-nav, .flexy-nav__items {
        flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
    }

    .flexy-nav__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        height: 48px;
    }

    .flexy-nav__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 4px;
        border-bottom: none;
    }

    .flexy-nav__link {
        padding: 0;
        line-height: 48px;
    }

    .flexy-nav__toggle {
        display: none;
    }

    .flexy-nav__form {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }

    .flexy-nav__search {
        width: 240px;
        -webkit-transition: width .3s;
        transition: width .3s;
    }

        .flexy-nav__search:focus {
            width: 360px;
        }
}

.item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin: 0 auto 24px;
    max-width: 960px;
}

.itemLessPadding {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin: 0 auto 6px;
    max-width: 960px;
}

.banner, .item {
    display: -webkit-box;
}

    .item:last-child {
        margin-bottom: 0;
    }

.item__avatar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 96px;
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
}

.item__description {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 24px;
    padding: 12px;
    border: 1px solid #e7e7e7;
}


.item__itemname {
    margin: 0 0 12px;
    padding: 0;
}

.item__excerpt {
    margin: 0;
}

.banner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 180px;
}

.banner__content {
    text-align: center;
}

.banner__sub, .banner__title {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

@media all and (min-width:480px) {
    .banner {
        height: 240px;
    }
}

@media all and (min-width:768px) {
    .banner {
        height: 360px;
    }
}

@media all and (min-width:960px) {
    .banner {
        height: 480px;
    }
}
