/* =======================================================================
 * COLORS VARIABLES
 * -----------------------------------------------------------------------
 * Define all the colors used in the website. You can use
 * http://chir.ag/projects/name-that-color/ to generate human readable
 * names for each color.
 * ===================================================================== */
@font-face {
    font-family: 'Messina Bold';
    src: url("../fonts/MessinaSans-Bold.woff2") format("woff2"), url("../fonts/MessinaSans-Bold.woff") format("woff");
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Messina Regular';
    src: url("../fonts/MessinaSans-Regular.woff2") format("woff2"), url("../fonts/MessinaSans-Regular.woff") format("woff");
    font-style: normal;
    font-stretch: normal;
}

/* =======================================================================
 * BREAKPOINTS
 * -----------------------------------------------------------------------
 * Breakpoints are used for responsive design. You can define here
 * the breakpoints required for the design.
 * ===================================================================== */
/* =======================================================================
 * BASE VARIABLES
 * -----------------------------------------------------------------------
 *
 * ===================================================================== */
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
}

.row.border-bottom {
    border-bottom: 1px dashed #929295;
}

.row.categories-header {
    padding-bottom: 20px;
}

.row.categories-header .col:first-child {
    flex-basis: auto;
    width: 279px;
}

.row.categories-header .col:last-child {
    width: 481px;
    flex-basis: auto;
}

.row .col {
    flex-basis: 100%;
    box-sizing: border-box;
}

.row .col.no-border:first-child {
    border-right: none;
}

.row .col.no-left-padding:first-child, .row .col.no-left-padding:last-child {
    padding-left: 0;
}

.row .col:first-child {
    padding-right: 27px;
    border-right: 1px dashed #929295;
}

.row .col:last-child {
    padding-left: 27px;
}

/*# sourceMappingURL=module.layout.css.map */
